Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 15:08:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 15:08:38 +0300
commit5ad0cf26551baff8f08af8562a8d45e6ec14d71a (patch)
tree57f1a6bad31bcd11efacd3fdfb9cc92f88fb6a86
parentf47c768fad17d4c876e96524f83f8306f071db66 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--.gitlab/ci/global.gitlab-ci.yml2
-rw-r--r--.gitlab/ci/qa.gitlab-ci.yml9
-rw-r--r--app/assets/javascripts/groups/components/group_folder.vue2
-rw-r--r--app/assets/javascripts/groups/components/group_item.vue4
-rw-r--r--app/assets/javascripts/serverless/components/environment_row.vue2
-rw-r--r--app/assets/javascripts/serverless/components/function_row.vue2
-rw-r--r--app/assets/stylesheets/pages/groups.scss11
-rw-r--r--app/controllers/concerns/page_limiter.rb68
-rw-r--r--app/controllers/explore/projects_controller.rb33
-rw-r--r--app/controllers/projects/snippets_controller.rb24
-rw-r--r--app/controllers/snippets/notes_controller.rb2
-rw-r--r--app/controllers/snippets_controller.rb8
-rw-r--r--app/controllers/uploads_controller.rb2
-rw-r--r--app/graphql/mutations/snippets/create.rb4
-rw-r--r--app/graphql/types/permission_types/project.rb2
-rw-r--r--app/graphql/types/permission_types/user.rb2
-rw-r--r--app/helpers/markup_helper.rb29
-rw-r--r--app/helpers/projects_helper.rb4
-rw-r--r--app/mailers/emails/notes.rb16
-rw-r--r--app/models/ability.rb2
-rw-r--r--app/models/concerns/project_features_compatibility.rb4
-rw-r--r--app/models/event.rb6
-rw-r--r--app/models/note.rb2
-rw-r--r--app/models/project.rb4
-rw-r--r--app/models/snippet.rb6
-rw-r--r--app/policies/global_policy.rb4
-rw-r--r--app/policies/personal_snippet_policy.rb15
-rw-r--r--app/policies/project_policy.rb14
-rw-r--r--app/policies/project_snippet_policy.rb37
-rw-r--r--app/services/snippets/destroy_service.rb4
-rw-r--r--app/views/admin/application_settings/_account_and_limit.html.haml2
-rw-r--r--app/views/dashboard/_snippets_head.html.haml2
-rw-r--r--app/views/dashboard/snippets/index.html.haml2
-rw-r--r--app/views/explore/projects/page_out_of_bounds.html.haml21
-rw-r--r--app/views/layouts/header/_new_dropdown.haml4
-rw-r--r--app/views/notify/note_project_snippet_email.html.haml1
-rw-r--r--app/views/notify/note_project_snippet_email.text.erb1
-rw-r--r--app/views/notify/note_snippet_email.html.haml (renamed from app/views/notify/note_personal_snippet_email.html.haml)0
-rw-r--r--app/views/notify/note_snippet_email.text.erb (renamed from app/views/notify/note_personal_snippet_email.text.erb)0
-rw-r--r--app/views/projects/buttons/_dropdown.html.haml2
-rw-r--r--app/views/projects/snippets/_actions.html.haml14
-rw-r--r--app/views/projects/snippets/index.html.haml2
-rw-r--r--app/views/snippets/_actions.html.haml12
-rw-r--r--app/views/snippets/_snippets.html.haml2
-rw-r--r--changelogs/unreleased/29987-revert-groups-overview-font-spacing-to-the-old-more-space-efficient.yml5
-rw-r--r--changelogs/unreleased/36749-explore-projectscontroller-index-latency.yml5
-rw-r--r--changelogs/unreleased/39509-todos-should-not-depend-on-gitaly-calls.yml6
-rw-r--r--changelogs/unreleased/get_deployments_for_kubernetes_1-16.yml5
-rw-r--r--changelogs/unreleased/graphiql_relative_url.yml5
-rw-r--r--doc/api/projects.md3
-rw-r--r--doc/development/gitaly.md14
-rw-r--r--doc/user/project/issues/issue_data_and_actions.md2
-rw-r--r--lib/api/award_emoji.rb2
-rw-r--r--lib/api/entities.rb1
-rw-r--r--lib/api/helpers/notes_helpers.rb10
-rw-r--r--lib/api/helpers/projects_helpers.rb2
-rw-r--r--lib/api/project_snippets.rb6
-rw-r--r--lib/api/snippets.rb4
-rw-r--r--lib/banzai/reference_parser/snippet_parser.rb2
-rw-r--r--lib/gitlab/gpg.rb7
-rw-r--r--lib/gitlab/kubernetes/kube_client.rb20
-rw-r--r--locale/ar_SA/gitlab.po4510
-rw-r--r--locale/bg/gitlab.po4438
-rw-r--r--locale/bn_BD/gitlab.po4426
-rw-r--r--locale/bn_IN/gitlab.po4426
-rw-r--r--locale/ca_ES/gitlab.po4432
-rw-r--r--locale/cs_CZ/gitlab.po4468
-rw-r--r--locale/cy_GB/gitlab.po4510
-rw-r--r--locale/da_DK/gitlab.po4426
-rw-r--r--locale/de/gitlab.po5070
-rw-r--r--locale/el_GR/gitlab.po4426
-rw-r--r--locale/eo/gitlab.po4438
-rw-r--r--locale/es/gitlab.po4990
-rw-r--r--locale/et_EE/gitlab.po4426
-rw-r--r--locale/fa_IR/gitlab.po4426
-rw-r--r--locale/fil_PH/gitlab.po4426
-rw-r--r--locale/fr/gitlab.po4566
-rw-r--r--locale/gitlab.pot13
-rw-r--r--locale/gl_ES/gitlab.po4428
-rw-r--r--locale/he_IL/gitlab.po4468
-rw-r--r--locale/hi_IN/gitlab.po4426
-rw-r--r--locale/hr_HR/gitlab.po4447
-rw-r--r--locale/hu_HU/gitlab.po4426
-rw-r--r--locale/id_ID/gitlab.po4405
-rw-r--r--locale/it/gitlab.po4460
-rw-r--r--locale/ja/gitlab.po5079
-rw-r--r--locale/ka_GE/gitlab.po4426
-rw-r--r--locale/ko/gitlab.po5171
-rw-r--r--locale/ku_TR/gitlab.po22997
-rw-r--r--locale/ml_IN/gitlab.po22997
-rw-r--r--locale/mn_MN/gitlab.po4426
-rw-r--r--locale/nb_NO/gitlab.po4426
-rw-r--r--locale/nl_NL/gitlab.po4430
-rw-r--r--locale/pa_IN/gitlab.po4426
-rw-r--r--locale/pl_PL/gitlab.po4472
-rw-r--r--locale/pt_BR/gitlab.po4786
-rw-r--r--locale/pt_PT/gitlab.po4488
-rw-r--r--locale/ro_RO/gitlab.po4447
-rw-r--r--locale/ru/gitlab.po6672
-rw-r--r--locale/sk_SK/gitlab.po4468
-rw-r--r--locale/sq_AL/gitlab.po4426
-rw-r--r--locale/sr_CS/gitlab.po4447
-rw-r--r--locale/sr_SP/gitlab.po4447
-rw-r--r--locale/sv_SE/gitlab.po4426
-rw-r--r--locale/sw_KE/gitlab.po4426
-rw-r--r--locale/tr_TR/gitlab.po5502
-rw-r--r--locale/uk/gitlab.po5418
-rw-r--r--locale/ur_PK/gitlab.po22997
-rw-r--r--locale/uz_UZ/gitlab.po22997
-rw-r--r--locale/vi_VN/gitlab.po4405
-rw-r--r--locale/zh_CN/gitlab.po6539
-rw-r--r--locale/zh_HK/gitlab.po4427
-rw-r--r--locale/zh_TW/gitlab.po10625
-rw-r--r--qa/qa/runtime/browser.rb42
-rw-r--r--qa/qa/runtime/release.rb10
-rw-r--r--qa/qa/scenario/template.rb5
-rw-r--r--qa/qa/scenario/test/instance.rb5
-rw-r--r--qa/spec/support/shared_examples/scenario_shared_examples.rb6
-rw-r--r--spec/controllers/concerns/page_limiter_spec.rb97
-rw-r--r--spec/controllers/explore/projects_controller_spec.rb75
-rw-r--r--spec/factories/project_error_tracking_settings.rb2
-rw-r--r--spec/features/error_tracking/user_sees_error_details_spec.rb32
-rw-r--r--spec/features/error_tracking/user_sees_error_index_spec.rb69
-rw-r--r--spec/fixtures/sentry/issue_sample_response.json282
-rw-r--r--spec/helpers/markup_helper_spec.rb18
-rw-r--r--spec/lib/gitlab/gpg_spec.rb4
-rw-r--r--spec/lib/gitlab/kubernetes/kube_client_spec.rb28
-rw-r--r--spec/lib/sentry/client/issue_spec.rb4
-rw-r--r--spec/mailers/notify_spec.rb26
-rw-r--r--spec/models/concerns/project_features_compatibility_spec.rb36
-rw-r--r--spec/models/note_spec.rb8
-rw-r--r--spec/policies/global_policy_spec.rb8
-rw-r--r--spec/policies/note_policy_spec.rb41
-rw-r--r--spec/policies/personal_snippet_policy_spec.rb28
-rw-r--r--spec/policies/project_policy_spec.rb8
-rw-r--r--spec/policies/project_snippet_policy_spec.rb46
-rw-r--r--spec/presenters/snippet_presenter_spec.rb24
-rw-r--r--spec/requests/api/projects_spec.rb11
-rw-r--r--spec/services/projects/update_pages_service_spec.rb29
-rw-r--r--spec/support/helpers/kubernetes_helpers.rb33
-rw-r--r--spec/support/shared_contexts/features/error_tracking_shared_context.rb27
-rw-r--r--spec/support/shared_contexts/policies/project_policy_shared_context.rb8
-rw-r--r--spec/support/shared_examples/features/error_tracking_shared_example.rb84
-rw-r--r--spec/support/shared_examples/finders/snippet_visibility_shared_examples.rb8
144 files changed, 286919 insertions, 30943 deletions
diff --git a/.gitlab/ci/global.gitlab-ci.yml b/.gitlab/ci/global.gitlab-ci.yml
index 121ce76d1dd..6943f51047c 100644
--- a/.gitlab/ci/global.gitlab-ci.yml
+++ b/.gitlab/ci/global.gitlab-ci.yml
@@ -13,7 +13,7 @@
.default-before_script:
before_script:
- date
- - '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/'
+ - '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb'
- export GOPATH=$CI_PROJECT_DIR/.go
- mkdir -p $GOPATH
- source scripts/utils.sh
diff --git a/.gitlab/ci/qa.gitlab-ci.yml b/.gitlab/ci/qa.gitlab-ci.yml
index effc950f3c8..c950c219c96 100644
--- a/.gitlab/ci/qa.gitlab-ci.yml
+++ b/.gitlab/ci/qa.gitlab-ci.yml
@@ -40,7 +40,7 @@
paths:
- vendor/ruby
before_script:
- - '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/'
+ - '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb'
- cd qa/
- bundle install --clean --jobs=$(nproc) --path=vendor --retry=3 --quiet
- bundle check
@@ -50,6 +50,13 @@ qa:internal:
script:
- bundle exec rspec
+qa:internal-foss:
+ extends:
+ - .qa-job-base
+ - .only-ee-as-if-foss
+ script:
+ - bundle exec rspec
+
qa:selectors:
extends: .qa-job-base
script:
diff --git a/app/assets/javascripts/groups/components/group_folder.vue b/app/assets/javascripts/groups/components/group_folder.vue
index e885b2b5f41..cf8c9bf74ec 100644
--- a/app/assets/javascripts/groups/components/group_folder.vue
+++ b/app/assets/javascripts/groups/components/group_folder.vue
@@ -44,7 +44,7 @@ export default {
:action="action"
/>
<li v-if="hasMoreChildren" class="group-row">
- <a :href="parentGroup.relativePath" class="group-row-contents has-more-items">
+ <a :href="parentGroup.relativePath" class="group-row-contents has-more-items py-2">
<i class="fa fa-external-link" aria-hidden="true"> </i> {{ moreChildrenStats }}
</a>
</li>
diff --git a/app/assets/javascripts/groups/components/group_item.vue b/app/assets/javascripts/groups/components/group_item.vue
index ede74d18ed4..af9399a37bd 100644
--- a/app/assets/javascripts/groups/components/group_item.vue
+++ b/app/assets/javascripts/groups/components/group_item.vue
@@ -91,7 +91,7 @@ export default {
<li :id="groupDomId" :class="rowClass" class="group-row" @click.stop="onClickRowGroup">
<div
:class="{ 'project-row-contents': !isGroup }"
- class="group-row-contents d-flex align-items-center"
+ class="group-row-contents d-flex align-items-center py-2"
>
<div class="folder-toggle-wrap append-right-4 d-flex align-items-center">
<item-caret :is-group-open="group.isOpen" />
@@ -104,7 +104,7 @@ export default {
/>
<div
:class="{ 'd-sm-flex': !group.isChildrenLoading }"
- class="avatar-container rect-avatar s40 d-none flex-grow-0 flex-shrink-0 "
+ class="avatar-container rect-avatar s32 d-none flex-grow-0 flex-shrink-0 "
>
<a :href="group.relativePath" class="no-expand">
<img v-if="hasAvatar" :src="group.avatarUrl" class="avatar s40" />
diff --git a/app/assets/javascripts/serverless/components/environment_row.vue b/app/assets/javascripts/serverless/components/environment_row.vue
index 4d18c5c4bdd..089e0550583 100644
--- a/app/assets/javascripts/serverless/components/environment_row.vue
+++ b/app/assets/javascripts/serverless/components/environment_row.vue
@@ -47,7 +47,7 @@ export default {
<template>
<li :id="envId" :class="isOpenClass" class="group-row has-children">
<div
- class="group-row-contents d-flex justify-content-end align-items-center"
+ class="group-row-contents d-flex justify-content-end align-items-center py-2"
role="button"
@click.stop="toggleOpen"
>
diff --git a/app/assets/javascripts/serverless/components/function_row.vue b/app/assets/javascripts/serverless/components/function_row.vue
index 4b3bb078eae..dca0e01b250 100644
--- a/app/assets/javascripts/serverless/components/function_row.vue
+++ b/app/assets/javascripts/serverless/components/function_row.vue
@@ -63,7 +63,7 @@ export default {
<template>
<li :id="name" class="group-row">
- <div class="group-row-contents" role="button" @click="openDetails">
+ <div class="group-row-contents py-2" role="button" @click="openDetails">
<p class="float-right text-right">
<span>{{ image }}</span
><br />
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 1cf72c51ca7..3085f5e89b5 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -382,8 +382,6 @@ table.pipeline-project-metrics tr td {
}
.group-row-contents {
- padding: $gl-padding;
-
&:hover {
border-color: $blue-200;
background-color: $blue-50;
@@ -410,13 +408,7 @@ table.pipeline-project-metrics tr td {
.title {
margin-top: -$gl-padding-8; // negative margin required for flex-wrap
- font-size: $gl-font-size-large;
- }
-
- @include media-breakpoint-down(md) {
- .title {
- font-size: $gl-font-size;
- }
+ font-size: $gl-font-size;
}
&.has-more-items {
@@ -483,7 +475,6 @@ table.pipeline-project-metrics tr td {
.last-updated {
position: relative;
- right: 12px;
min-width: 250px;
text-align: right;
color: $gl-text-color-secondary;
diff --git a/app/controllers/concerns/page_limiter.rb b/app/controllers/concerns/page_limiter.rb
new file mode 100644
index 00000000000..5b078d80fca
--- /dev/null
+++ b/app/controllers/concerns/page_limiter.rb
@@ -0,0 +1,68 @@
+# frozen_string_literal: true
+
+# Include this in your controller and call `limit_pages` in order
+# to configure the limiter.
+#
+# Examples:
+# class MyController < ApplicationController
+# include PageLimiter
+#
+# before_action only: [:index] do
+# limit_pages(500)
+# end
+#
+# # You can override the default response
+# rescue_from PageOutOfBoundsError, with: :page_out_of_bounds
+#
+# def page_out_of_bounds(error)
+# # Page limit number is available as error.message
+# head :ok
+# end
+#
+
+module PageLimiter
+ extend ActiveSupport::Concern
+
+ PageLimiterError = Class.new(StandardError)
+ PageLimitNotANumberError = Class.new(PageLimiterError)
+ PageLimitNotSensibleError = Class.new(PageLimiterError)
+ PageOutOfBoundsError = Class.new(PageLimiterError)
+
+ included do
+ rescue_from PageOutOfBoundsError, with: :default_page_out_of_bounds_response
+ end
+
+ def limit_pages(max_page_number)
+ check_page_number!(max_page_number)
+ end
+
+ private
+
+ # If the page exceeds the defined maximum, raise a PageOutOfBoundsError
+ # If the page doesn't exceed the limit, it does nothing.
+ def check_page_number!(max_page_number)
+ raise PageLimitNotANumberError unless max_page_number.is_a?(Integer)
+ raise PageLimitNotSensibleError unless max_page_number > 0
+
+ if params[:page].present? && params[:page].to_i > max_page_number
+ record_page_limit_interception
+ raise PageOutOfBoundsError.new(max_page_number)
+ end
+ end
+
+ # By default just return a HTTP status code and an empty response
+ def default_page_out_of_bounds_response
+ head :bad_request
+ end
+
+ # Record the page limit being hit in Prometheus
+ def record_page_limit_interception
+ dd = DeviceDetector.new(request.user_agent)
+
+ Gitlab::Metrics.counter(:gitlab_page_out_of_bounds,
+ controller: params[:controller],
+ action: params[:action],
+ bot: dd.bot?
+ )
+ end
+end
diff --git a/app/controllers/explore/projects_controller.rb b/app/controllers/explore/projects_controller.rb
index 271f2b4b57d..a8a76b47bbe 100644
--- a/app/controllers/explore/projects_controller.rb
+++ b/app/controllers/explore/projects_controller.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true
class Explore::ProjectsController < Explore::ApplicationController
+ include PageLimiter
include ParamsBackwardCompatibility
include RendersMemberAccess
include SortingHelper
@@ -9,6 +10,13 @@ class Explore::ProjectsController < Explore::ApplicationController
before_action :set_non_archived_param
before_action :set_sorting
+ # Limit taken from https://gitlab.com/gitlab-org/gitlab/issues/38357
+ before_action only: [:index, :trending, :starred] do
+ limit_pages(200)
+ end
+
+ rescue_from PageOutOfBoundsError, with: :page_out_of_bounds
+
def index
@projects = load_projects
@@ -53,10 +61,14 @@ class Explore::ProjectsController < Explore::ApplicationController
private
- # rubocop: disable CodeReuse/ActiveRecord
- def load_projects
+ def load_project_counts
@total_user_projects_count = ProjectsFinder.new(params: { non_public: true }, current_user: current_user).execute
@total_starred_projects_count = ProjectsFinder.new(params: { starred: true }, current_user: current_user).execute
+ end
+
+ # rubocop: disable CodeReuse/ActiveRecord
+ def load_projects
+ load_project_counts
projects = ProjectsFinder.new(current_user: current_user, params: params)
.execute
@@ -80,4 +92,21 @@ class Explore::ProjectsController < Explore::ApplicationController
def sorting_field
Project::SORTING_PREFERENCE_FIELD
end
+
+ def page_out_of_bounds(error)
+ load_project_counts
+ @max_page_number = error.message
+
+ respond_to do |format|
+ format.html do
+ render "page_out_of_bounds", status: :bad_request
+ end
+
+ format.json do
+ render json: {
+ html: view_to_html_string("explore/projects/page_out_of_bounds")
+ }, status: :bad_request
+ end
+ end
+ end
end
diff --git a/app/controllers/projects/snippets_controller.rb b/app/controllers/projects/snippets_controller.rb
index daddd9dd485..d7ae6d2cbb4 100644
--- a/app/controllers/projects/snippets_controller.rb
+++ b/app/controllers/projects/snippets_controller.rb
@@ -15,17 +15,17 @@ class Projects::SnippetsController < Projects::ApplicationController
before_action :check_snippets_available!
before_action :snippet, only: [:show, :edit, :destroy, :update, :raw, :toggle_award_emoji, :mark_as_spam]
- # Allow read any snippet
- before_action :authorize_read_project_snippet!, except: [:new, :create, :index]
+ # Allow create snippet
+ before_action :authorize_create_snippet!, only: [:new, :create]
- # Allow write(create) snippet
- before_action :authorize_create_project_snippet!, only: [:new, :create]
+ # Allow read any snippet
+ before_action :authorize_read_snippet!, except: [:new, :create, :index]
# Allow modify snippet
- before_action :authorize_update_project_snippet!, only: [:edit, :update]
+ before_action :authorize_update_snippet!, only: [:edit, :update]
# Allow destroy snippet
- before_action :authorize_admin_project_snippet!, only: [:destroy]
+ before_action :authorize_admin_snippet!, only: [:destroy]
respond_to :html
@@ -115,16 +115,16 @@ class Projects::SnippetsController < Projects::ApplicationController
project_snippet_path(@project, @snippet)
end
- def authorize_read_project_snippet!
- return render_404 unless can?(current_user, :read_project_snippet, @snippet)
+ def authorize_read_snippet!
+ return render_404 unless can?(current_user, :read_snippet, @snippet)
end
- def authorize_update_project_snippet!
- return render_404 unless can?(current_user, :update_project_snippet, @snippet)
+ def authorize_update_snippet!
+ return render_404 unless can?(current_user, :update_snippet, @snippet)
end
- def authorize_admin_project_snippet!
- return render_404 unless can?(current_user, :admin_project_snippet, @snippet)
+ def authorize_admin_snippet!
+ return render_404 unless can?(current_user, :admin_snippet, @snippet)
end
def snippet_params
diff --git a/app/controllers/snippets/notes_controller.rb b/app/controllers/snippets/notes_controller.rb
index 551b37cb3d3..a7e8ef0798b 100644
--- a/app/controllers/snippets/notes_controller.rb
+++ b/app/controllers/snippets/notes_controller.rb
@@ -33,7 +33,7 @@ class Snippets::NotesController < ApplicationController
end
def authorize_read_snippet!
- return render_404 unless can?(current_user, :read_personal_snippet, snippet)
+ return render_404 unless can?(current_user, :read_snippet, snippet)
end
def authorize_create_note!
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb
index fc073e47368..b6ad5fd02b0 100644
--- a/app/controllers/snippets_controller.rb
+++ b/app/controllers/snippets_controller.rb
@@ -126,7 +126,7 @@ class SnippetsController < ApplicationController
end
def authorize_read_snippet!
- return if can?(current_user, :read_personal_snippet, @snippet)
+ return if can?(current_user, :read_snippet, @snippet)
if current_user
render_404
@@ -136,15 +136,15 @@ class SnippetsController < ApplicationController
end
def authorize_update_snippet!
- return render_404 unless can?(current_user, :update_personal_snippet, @snippet)
+ return render_404 unless can?(current_user, :update_snippet, @snippet)
end
def authorize_admin_snippet!
- return render_404 unless can?(current_user, :admin_personal_snippet, @snippet)
+ return render_404 unless can?(current_user, :admin_snippet, @snippet)
end
def authorize_create_snippet!
- return render_404 unless can?(current_user, :create_personal_snippet)
+ return render_404 unless can?(current_user, :create_snippet)
end
def snippet_params
diff --git a/app/controllers/uploads_controller.rb b/app/controllers/uploads_controller.rb
index 67d33648470..0b092d2622b 100644
--- a/app/controllers/uploads_controller.rb
+++ b/app/controllers/uploads_controller.rb
@@ -41,6 +41,8 @@ class UploadsController < ApplicationController
case model
when Note
can?(current_user, :read_project, model.project)
+ when Snippet, ProjectSnippet
+ can?(current_user, :read_snippet, model)
when User
# We validate the current user has enough (writing)
# access to itself when a secret is given.
diff --git a/app/graphql/mutations/snippets/create.rb b/app/graphql/mutations/snippets/create.rb
index 4e0e65d09a9..266a123de82 100644
--- a/app/graphql/mutations/snippets/create.rb
+++ b/app/graphql/mutations/snippets/create.rb
@@ -67,11 +67,11 @@ module Mutations
end
def authorized_resource?(project)
- Ability.allowed?(context[:current_user], :create_project_snippet, project)
+ Ability.allowed?(context[:current_user], :create_snippet, project)
end
def can_create_personal_snippet?
- Ability.allowed?(context[:current_user], :create_personal_snippet)
+ Ability.allowed?(context[:current_user], :create_snippet)
end
end
end
diff --git a/app/graphql/types/permission_types/project.rb b/app/graphql/types/permission_types/project.rb
index 2879dbd2b5c..094c72fa812 100644
--- a/app/graphql/types/permission_types/project.rb
+++ b/app/graphql/types/permission_types/project.rb
@@ -21,7 +21,7 @@ module Types
permission_field :create_snippet
def create_snippet
- Ability.allowed?(context[:current_user], :create_project_snippet, object)
+ Ability.allowed?(context[:current_user], :create_snippet, object)
end
end
end
diff --git a/app/graphql/types/permission_types/user.rb b/app/graphql/types/permission_types/user.rb
index dba4de2dacc..93d9787d58e 100644
--- a/app/graphql/types/permission_types/user.rb
+++ b/app/graphql/types/permission_types/user.rb
@@ -8,7 +8,7 @@ module Types
permission_field :create_snippet
def create_snippet
- Ability.allowed?(context[:current_user], :create_personal_snippet)
+ Ability.allowed?(context[:current_user], :create_snippet)
end
end
end
diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index d6e466d4678..e24d6a0e8db 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -76,13 +76,14 @@ module MarkupHelper
# +max_chars+ limit. If the length limit falls within a tag's contents, then
# the tag contents are truncated without removing the closing tag.
def first_line_in_markdown(object, attribute, max_chars = nil, options = {})
- md = markdown_field(object, attribute, options)
+ md = markdown_field(object, attribute, options.merge(post_process: false))
return unless md.present?
tags = %w(a gl-emoji b pre code p span)
tags << 'img' if options[:allow_images]
text = truncate_visible(md, max_chars || md.length)
+ text = prepare_for_rendering(text, markdown_field_render_context(object, attribute, options))
text = sanitize(
text,
tags: tags,
@@ -107,15 +108,12 @@ module MarkupHelper
def markdown_field(object, field, context = {})
object = object.for_display if object.respond_to?(:for_display)
- redacted_field_html = object.try(:"redacted_#{field}_html")
-
return '' unless object.present?
- return redacted_field_html if redacted_field_html
- html = Banzai.render_field(object, field, context)
- context.reverse_merge!(object.banzai_render_context(field)) if object.respond_to?(:banzai_render_context)
+ redacted_field_html = object.try(:"redacted_#{field}_html")
+ return redacted_field_html if redacted_field_html
- prepare_for_rendering(html, context)
+ render_markdown_field(object, field, context)
end
def markup(file_name, text, context = {})
@@ -277,6 +275,23 @@ module MarkupHelper
Gitlab::OtherMarkup.render(file_name, text, context)
end
+ def render_markdown_field(object, field, context = {})
+ post_process = context.delete(:post_process)
+ post_process = true if post_process.nil?
+
+ html = Banzai.render_field(object, field, context)
+
+ return html unless post_process
+
+ prepare_for_rendering(html, markdown_field_render_context(object, field, context))
+ end
+
+ def markdown_field_render_context(object, field, base_context = {})
+ return base_context unless object.respond_to?(:banzai_render_context)
+
+ base_context.reverse_merge(object.banzai_render_context(field))
+ end
+
def prepare_for_rendering(html, context = {})
return '' unless html.present?
diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb
index 63f1f24b611..339d68871ae 100644
--- a/app/helpers/projects_helper.rb
+++ b/app/helpers/projects_helper.rb
@@ -425,7 +425,7 @@ module ProjectsHelper
{
environments: :read_environment,
milestones: :read_milestone,
- snippets: :read_project_snippet,
+ snippets: :read_snippet,
settings: :admin_project,
builds: :read_build,
clusters: :read_cluster,
@@ -443,7 +443,7 @@ module ProjectsHelper
blobs: :download_code,
commits: :download_code,
merge_requests: :read_merge_request,
- notes: [:read_merge_request, :download_code, :read_issue, :read_project_snippet],
+ notes: [:read_merge_request, :download_code, :read_issue, :read_snippet],
members: :read_project_member
)
end
diff --git a/app/mailers/emails/notes.rb b/app/mailers/emails/notes.rb
index de70d0073b3..6dd4ccb510a 100644
--- a/app/mailers/emails/notes.rb
+++ b/app/mailers/emails/notes.rb
@@ -26,19 +26,17 @@ module Emails
mail_answer_note_thread(@merge_request, @note, note_thread_options(recipient_id, reason))
end
- def note_project_snippet_email(recipient_id, note_id, reason = nil)
+ def note_snippet_email(recipient_id, note_id, reason = nil)
setup_note_mail(note_id, recipient_id)
-
@snippet = @note.noteable
- @target_url = project_snippet_url(*note_target_url_options)
- mail_answer_note_thread(@snippet, @note, note_thread_options(recipient_id, reason))
- end
- def note_personal_snippet_email(recipient_id, note_id, reason = nil)
- setup_note_mail(note_id, recipient_id)
+ case @snippet
+ when ProjectSnippet
+ @target_url = project_snippet_url(*note_target_url_options)
+ when Snippet
+ @target_url = gitlab_snippet_url(@note.noteable)
+ end
- @snippet = @note.noteable
- @target_url = gitlab_snippet_url(@note.noteable)
mail_answer_note_thread(@snippet, @note, note_thread_options(recipient_id, reason))
end
diff --git a/app/models/ability.rb b/app/models/ability.rb
index 1466407d0d1..671a92632d5 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -24,7 +24,7 @@ class Ability
# read the given snippet.
def users_that_can_read_personal_snippet(users, snippet)
DeclarativePolicy.subject_scope do
- users.select { |u| allowed?(u, :read_personal_snippet, snippet) }
+ users.select { |u| allowed?(u, :read_snippet, snippet) }
end
end
diff --git a/app/models/concerns/project_features_compatibility.rb b/app/models/concerns/project_features_compatibility.rb
index eac676f30a5..76d26500267 100644
--- a/app/models/concerns/project_features_compatibility.rb
+++ b/app/models/concerns/project_features_compatibility.rb
@@ -62,6 +62,10 @@ module ProjectFeaturesCompatibility
write_feature_attribute_string(:snippets_access_level, value)
end
+ def pages_access_level=(value)
+ write_feature_attribute_string(:pages_access_level, value)
+ end
+
private
def write_feature_attribute_boolean(field, value)
diff --git a/app/models/event.rb b/app/models/event.rb
index 9611019adb8..35fb062311f 100644
--- a/app/models/event.rb
+++ b/app/models/event.rb
@@ -145,10 +145,8 @@ class Event < ApplicationRecord
Ability.allowed?(user, :read_issue, note? ? note_target : target)
elsif merge_request? || merge_request_note?
Ability.allowed?(user, :read_merge_request, note? ? note_target : target)
- elsif personal_snippet_note?
- Ability.allowed?(user, :read_personal_snippet, note_target)
- elsif project_snippet_note?
- Ability.allowed?(user, :read_project_snippet, note_target)
+ elsif personal_snippet_note? || project_snippet_note?
+ Ability.allowed?(user, :read_snippet, note_target)
elsif milestone?
Ability.allowed?(user, :read_milestone, project)
else
diff --git a/app/models/note.rb b/app/models/note.rb
index de9478ce68d..0434f0963d3 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -367,7 +367,7 @@ class Note < ApplicationRecord
end
def noteable_ability_name
- for_snippet? ? noteable.class.name.underscore : noteable_type.demodulize.underscore
+ for_snippet? ? 'snippet' : noteable_type.demodulize.underscore
end
def can_be_discussion_note?
diff --git a/app/models/project.rb b/app/models/project.rb
index a73ca7d5bbb..236111cba94 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -322,7 +322,7 @@ class Project < ApplicationRecord
:pages_enabled?, :public_pages?, :private_pages?,
:merge_requests_access_level, :forking_access_level, :issues_access_level,
:wiki_access_level, :snippets_access_level, :builds_access_level,
- :repository_access_level,
+ :repository_access_level, :pages_access_level,
to: :project_feature, allow_nil: true
delegate :scheduled?, :started?, :in_progress?, :failed?, :finished?,
prefix: :import, to: :import_state, allow_nil: true
@@ -2274,7 +2274,7 @@ class Project < ApplicationRecord
end
def snippets_visible?(user = nil)
- Ability.allowed?(user, :read_project_snippet, self)
+ Ability.allowed?(user, :read_snippet, self)
end
def max_attachment_size
diff --git a/app/models/snippet.rb b/app/models/snippet.rb
index b7f396681af..19685cdb78e 100644
--- a/app/models/snippet.rb
+++ b/app/models/snippet.rb
@@ -215,9 +215,7 @@ class Snippet < ApplicationRecord
end
def embeddable?
- ability = project_id? ? :read_project_snippet : :read_personal_snippet
-
- Ability.allowed?(nil, ability, self)
+ Ability.allowed?(nil, :read_snippet, self)
end
def notes_with_associations
@@ -240,7 +238,7 @@ class Snippet < ApplicationRecord
end
def to_ability_name
- model_name.singular
+ 'snippet'
end
def valid_secret_token?(token)
diff --git a/app/policies/global_policy.rb b/app/policies/global_policy.rb
index f212bb06bc9..764d61a9e22 100644
--- a/app/policies/global_policy.rb
+++ b/app/policies/global_policy.rb
@@ -75,7 +75,7 @@ class GlobalPolicy < BasePolicy
rule { ~anonymous }.policy do
enable :read_instance_metadata
- enable :create_personal_snippet
+ enable :create_snippet
end
rule { admin }.policy do
@@ -83,7 +83,7 @@ class GlobalPolicy < BasePolicy
enable :update_custom_attribute
end
- rule { external_user }.prevent :create_personal_snippet
+ rule { external_user }.prevent :create_snippet
end
GlobalPolicy.prepend_if_ee('EE::GlobalPolicy')
diff --git a/app/policies/personal_snippet_policy.rb b/app/policies/personal_snippet_policy.rb
index c2fcf1a1010..bc60913563c 100644
--- a/app/policies/personal_snippet_policy.rb
+++ b/app/policies/personal_snippet_policy.rb
@@ -6,19 +6,19 @@ class PersonalSnippetPolicy < BasePolicy
condition(:internal_snippet, scope: :subject) { @subject.internal? }
rule { public_snippet }.policy do
- enable :read_personal_snippet
+ enable :read_snippet
enable :create_note
end
rule { is_author | admin }.policy do
- enable :read_personal_snippet
- enable :update_personal_snippet
- enable :admin_personal_snippet
+ enable :read_snippet
+ enable :update_snippet
+ enable :admin_snippet
enable :create_note
end
rule { internal_snippet & ~external_user }.policy do
- enable :read_personal_snippet
+ enable :read_snippet
enable :create_note
end
@@ -26,8 +26,5 @@ class PersonalSnippetPolicy < BasePolicy
rule { can?(:create_note) }.enable :award_emoji
- rule { can?(:read_all_resources) }.enable :read_personal_snippet
-
- # Aliasing the ability to ease GraphQL permissions check
- rule { can?(:read_personal_snippet) }.enable :read_snippet
+ rule { can?(:read_all_resources) }.enable :read_snippet
end
diff --git a/app/policies/project_policy.rb b/app/policies/project_policy.rb
index 2789152e175..bbcb3c637a9 100644
--- a/app/policies/project_policy.rb
+++ b/app/policies/project_policy.rb
@@ -9,7 +9,7 @@ class ProjectPolicy < BasePolicy
merge_request
label
milestone
- project_snippet
+ snippet
wiki
note
pipeline
@@ -185,7 +185,7 @@ class ProjectPolicy < BasePolicy
enable :read_issue
enable :read_label
enable :read_milestone
- enable :read_project_snippet
+ enable :read_snippet
enable :read_project_member
enable :read_note
enable :create_project
@@ -208,7 +208,7 @@ class ProjectPolicy < BasePolicy
enable :download_code
enable :read_statistics
enable :download_wiki_code
- enable :create_project_snippet
+ enable :create_snippet
enable :update_issue
enable :reopen_issue
enable :admin_issue
@@ -286,8 +286,8 @@ class ProjectPolicy < BasePolicy
rule { can?(:maintainer_access) }.policy do
enable :admin_board
enable :push_to_delete_protected_branch
- enable :update_project_snippet
- enable :admin_project_snippet
+ enable :update_snippet
+ enable :admin_snippet
enable :admin_project_member
enable :admin_note
enable :admin_wiki
@@ -352,7 +352,7 @@ class ProjectPolicy < BasePolicy
end
rule { snippets_disabled }.policy do
- prevent(*create_read_update_admin_destroy(:project_snippet))
+ prevent(*create_read_update_admin_destroy(:snippet))
end
rule { wiki_disabled }.policy do
@@ -405,7 +405,7 @@ class ProjectPolicy < BasePolicy
enable :read_wiki
enable :read_label
enable :read_milestone
- enable :read_project_snippet
+ enable :read_snippet
enable :read_project_member
enable :read_merge_request
enable :read_note
diff --git a/app/policies/project_snippet_policy.rb b/app/policies/project_snippet_policy.rb
index a9094fbd958..a38d9154102 100644
--- a/app/policies/project_snippet_policy.rb
+++ b/app/policies/project_snippet_policy.rb
@@ -14,44 +14,41 @@ class ProjectSnippetPolicy < BasePolicy
# We have to check both project feature visibility and a snippet visibility and take the stricter one
# This will be simplified - check https://gitlab.com/gitlab-org/gitlab-foss/issues/27573
rule { ~can?(:read_project) }.policy do
- prevent :read_project_snippet
- prevent :update_project_snippet
- prevent :admin_project_snippet
+ prevent :read_snippet
+ prevent :update_snippet
+ prevent :admin_snippet
end
- # we have to use this complicated prevent because the delegated project policy
- # is overly greedy in allowing :read_project_snippet, since it doesn't have any
- # information about the snippet. However, :read_project_snippet on the *project*
- # is used to hide/show various snippet-related controls, so we can't just move
- # all of the handling here.
+ # we have to use this complicated prevent because the delegated project
+ # policy is overly greedy in allowing :read_snippet, since it doesn't have
+ # any information about the snippet. However, :read_snippet on the *project*
+ # is used to hide/show various snippet-related controls, so we can't just
+ # move all of the handling here.
rule do
all?(private_snippet | (internal_snippet & external_user),
~project.guest,
~is_author,
~can?(:read_all_resources))
- end.prevent :read_project_snippet
+ end.prevent :read_snippet
rule { internal_snippet & ~is_author & ~admin }.policy do
- prevent :update_project_snippet
- prevent :admin_project_snippet
+ prevent :update_snippet
+ prevent :admin_snippet
end
- rule { public_snippet }.enable :read_project_snippet
+ rule { public_snippet }.enable :read_snippet
rule { is_author & ~project.reporter & ~admin }.policy do
- prevent :admin_project_snippet
+ prevent :admin_snippet
end
rule { is_author | admin }.policy do
- enable :read_project_snippet
- enable :update_project_snippet
- enable :admin_project_snippet
+ enable :read_snippet
+ enable :update_snippet
+ enable :admin_snippet
end
- rule { ~can?(:read_project_snippet) }.prevent :create_note
-
- # Aliasing the ability to ease GraphQL permissions check
- rule { can?(:read_project_snippet) }.enable :read_snippet
+ rule { ~can?(:read_snippet) }.prevent :create_note
end
ProjectSnippetPolicy.prepend_if_ee('EE::ProjectSnippetPolicy')
diff --git a/app/services/snippets/destroy_service.rb b/app/services/snippets/destroy_service.rb
index f253817d94f..c1e87e74aa4 100644
--- a/app/services/snippets/destroy_service.rb
+++ b/app/services/snippets/destroy_service.rb
@@ -36,9 +36,7 @@ module Snippets
attr_reader :snippet
def user_can_delete_snippet?
- return can?(current_user, :admin_project_snippet, snippet) if project
-
- can?(current_user, :admin_personal_snippet, snippet)
+ can?(current_user, :admin_snippet, snippet)
end
def service_response_error(message, http_status)
diff --git a/app/views/admin/application_settings/_account_and_limit.html.haml b/app/views/admin/application_settings/_account_and_limit.html.haml
index 80a53dba2aa..4ab0ec90735 100644
--- a/app/views/admin/application_settings/_account_and_limit.html.haml
+++ b/app/views/admin/application_settings/_account_and_limit.html.haml
@@ -22,7 +22,7 @@
.form-group
= f.label :session_expire_delay, _('Session duration (minutes)'), class: 'label-light'
= f.number_field :session_expire_delay, class: 'form-control'
- %span.form-text.text-muted#session_expire_delay_help_block= _('GitLab restart is required to apply changes')
+ %span.form-text.text-muted#session_expire_delay_help_block= _('GitLab restart is required to apply changes.')
= render_if_exists 'admin/application_settings/personal_access_token_expiration_policy', form: f
diff --git a/app/views/dashboard/_snippets_head.html.haml b/app/views/dashboard/_snippets_head.html.haml
index 4958cdc3745..d2fb4a3cd43 100644
--- a/app/views/dashboard/_snippets_head.html.haml
+++ b/app/views/dashboard/_snippets_head.html.haml
@@ -3,7 +3,7 @@
- if current_user && current_user.snippets.any? || @snippets.any?
.page-title-controls
- - if can?(current_user, :create_personal_snippet)
+ - if can?(current_user, :create_snippet)
= link_to _("New snippet"), new_snippet_path, class: "btn btn-success", title: _("New snippet")
.top-area
diff --git a/app/views/dashboard/snippets/index.html.haml b/app/views/dashboard/snippets/index.html.haml
index 44a9270971a..69155b6c04d 100644
--- a/app/views/dashboard/snippets/index.html.haml
+++ b/app/views/dashboard/snippets/index.html.haml
@@ -1,7 +1,7 @@
- @hide_top_links = true
- page_title "Snippets"
- header_title "Snippets", dashboard_snippets_path
-- button_path = new_snippet_path if can?(current_user, :create_personal_snippet)
+- button_path = new_snippet_path if can?(current_user, :create_snippet)
= render 'dashboard/snippets_head'
- if current_user.snippets.exists?
diff --git a/app/views/explore/projects/page_out_of_bounds.html.haml b/app/views/explore/projects/page_out_of_bounds.html.haml
new file mode 100644
index 00000000000..57114dd0752
--- /dev/null
+++ b/app/views/explore/projects/page_out_of_bounds.html.haml
@@ -0,0 +1,21 @@
+- @hide_top_links = true
+- page_title _("Projects")
+- header_title _("Projects"), dashboard_projects_path
+
+= render_dashboard_gold_trial(current_user)
+
+- if current_user
+ = render 'dashboard/projects_head', project_tab_filter: :explore
+- else
+ = render 'explore/head'
+
+= render 'explore/projects/nav' unless Feature.enabled?(:project_list_filter_bar) && current_user
+
+.nothing-here-block
+ .svg-content
+ = image_tag 'illustrations/profile-page/personal-project.svg', size: '75'
+ .text-content
+ %h5= _("Maximum page reached")
+ %p= _("Sorry, you have exceeded the maximum browsable page number. Please use the API to explore further.")
+
+ = link_to _("Back to page %{number}") % { number: @max_page_number }, request.params.merge(page: @max_page_number), class: 'btn btn-inverted'
diff --git a/app/views/layouts/header/_new_dropdown.haml b/app/views/layouts/header/_new_dropdown.haml
index 30109621515..3cbfb24a868 100644
--- a/app/views/layouts/header/_new_dropdown.haml
+++ b/app/views/layouts/header/_new_dropdown.haml
@@ -21,7 +21,7 @@
- if @project&.persisted?
- create_project_issue = show_new_issue_link?(@project)
- merge_project = merge_request_source_project_for_project(@project)
- - create_project_snippet = can?(current_user, :create_project_snippet, @project)
+ - create_project_snippet = can?(current_user, :create_snippet, @project)
- if create_project_issue || merge_project || create_project_snippet
%li.dropdown-bold-header
@@ -38,5 +38,5 @@
%li= link_to _('New project'), new_project_path, class: 'qa-global-new-project-link'
- if current_user.can_create_group?
%li= link_to _('New group'), new_group_path
- - if current_user.can?(:create_personal_snippet)
+ - if current_user.can?(:create_snippet)
%li= link_to _('New snippet'), new_snippet_path, class: 'qa-global-new-snippet-link'
diff --git a/app/views/notify/note_project_snippet_email.html.haml b/app/views/notify/note_project_snippet_email.html.haml
deleted file mode 100644
index 5e69f01a486..00000000000
--- a/app/views/notify/note_project_snippet_email.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render 'note_email'
diff --git a/app/views/notify/note_project_snippet_email.text.erb b/app/views/notify/note_project_snippet_email.text.erb
deleted file mode 100644
index 413d9e6e9ac..00000000000
--- a/app/views/notify/note_project_snippet_email.text.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= render 'note_email' %>
diff --git a/app/views/notify/note_personal_snippet_email.html.haml b/app/views/notify/note_snippet_email.html.haml
index 5e69f01a486..5e69f01a486 100644
--- a/app/views/notify/note_personal_snippet_email.html.haml
+++ b/app/views/notify/note_snippet_email.html.haml
diff --git a/app/views/notify/note_personal_snippet_email.text.erb b/app/views/notify/note_snippet_email.text.erb
index 413d9e6e9ac..413d9e6e9ac 100644
--- a/app/views/notify/note_personal_snippet_email.text.erb
+++ b/app/views/notify/note_snippet_email.text.erb
diff --git a/app/views/projects/buttons/_dropdown.html.haml b/app/views/projects/buttons/_dropdown.html.haml
index f1a7528065a..33465953086 100644
--- a/app/views/projects/buttons/_dropdown.html.haml
+++ b/app/views/projects/buttons/_dropdown.html.haml
@@ -1,5 +1,5 @@
- can_create_issue = show_new_issue_link?(@project)
-- can_create_project_snippet = can?(current_user, :create_project_snippet, @project)
+- can_create_project_snippet = can?(current_user, :create_snippet, @project)
- can_push_code = can?(current_user, :push_code, @project)
- create_mr_from_new_fork = can?(current_user, :fork_project, @project) && can?(current_user, :create_merge_request_in, @project)
- merge_project = merge_request_source_project_for_project(@project)
diff --git a/app/views/projects/snippets/_actions.html.haml b/app/views/projects/snippets/_actions.html.haml
index 29bad50579c..41c9bac0102 100644
--- a/app/views/projects/snippets/_actions.html.haml
+++ b/app/views/projects/snippets/_actions.html.haml
@@ -1,33 +1,33 @@
- return unless current_user
.d-none.d-sm-block
- - if can?(current_user, :update_project_snippet, @snippet)
+ - if can?(current_user, :update_snippet, @snippet)
= link_to edit_project_snippet_path(@project, @snippet), class: "btn btn-grouped" do
= _('Edit')
- - if can?(current_user, :admin_project_snippet, @snippet)
+ - if can?(current_user, :admin_snippet, @snippet)
= link_to project_snippet_path(@project, @snippet), method: :delete, data: { confirm: _("Are you sure?") }, class: "btn btn-grouped btn-inverted btn-remove", title: _('Delete Snippet') do
= _('Delete')
- - if can?(current_user, :create_project_snippet, @project)
+ - if can?(current_user, :create_snippet, @project)
= link_to new_project_snippet_path(@project), class: 'btn btn-grouped btn-inverted btn-success', title: _("New snippet") do
= _('New snippet')
- if @snippet.submittable_as_spam_by?(current_user)
= link_to _('Submit as spam'), mark_as_spam_project_snippet_path(@project, @snippet), method: :post, class: 'btn btn-grouped btn-spam', title: _('Submit as spam')
-- if can?(current_user, :create_project_snippet, @project) || can?(current_user, :update_project_snippet, @snippet)
+- if can?(current_user, :create_snippet, @project) || can?(current_user, :update_snippet, @snippet)
.d-block.d-sm-none.dropdown
%button.btn.btn-default.btn-block.append-bottom-0.prepend-top-5{ data: { toggle: "dropdown" } }
= _('Options')
= icon('caret-down')
.dropdown-menu.dropdown-menu-full-width
%ul
- - if can?(current_user, :create_project_snippet, @project)
+ - if can?(current_user, :create_snippet, @project)
%li
= link_to new_project_snippet_path(@project), title: _("New snippet") do
= _('New snippet')
- - if can?(current_user, :admin_project_snippet, @snippet)
+ - if can?(current_user, :admin_snippet, @snippet)
%li
= link_to project_snippet_path(@project, @snippet), method: :delete, data: { confirm: _("Are you sure?") }, title: _('Delete Snippet') do
= _('Delete')
- - if can?(current_user, :update_project_snippet, @snippet)
+ - if can?(current_user, :update_snippet, @snippet)
%li
= link_to edit_project_snippet_path(@project, @snippet) do
= _('Edit')
diff --git a/app/views/projects/snippets/index.html.haml b/app/views/projects/snippets/index.html.haml
index 0ce18d83d57..65462647419 100644
--- a/app/views/projects/snippets/index.html.haml
+++ b/app/views/projects/snippets/index.html.haml
@@ -6,7 +6,7 @@
- include_private = @project.team.member?(current_user) || current_user.admin?
= render partial: 'snippets/snippets_scope_menu', locals: { subject: @project, include_private: include_private }
- - if can?(current_user, :create_project_snippet, @project)
+ - if can?(current_user, :create_snippet, @project)
.nav-controls
= link_to _("New snippet"), new_project_snippet_path(@project), class: "btn btn-success", title: _("New snippet")
diff --git a/app/views/snippets/_actions.html.haml b/app/views/snippets/_actions.html.haml
index 5ee12a2f22a..979821a3846 100644
--- a/app/views/snippets/_actions.html.haml
+++ b/app/views/snippets/_actions.html.haml
@@ -1,13 +1,13 @@
- return unless current_user
.d-none.d-sm-block
- - if can?(current_user, :update_personal_snippet, @snippet)
+ - if can?(current_user, :update_snippet, @snippet)
= link_to edit_snippet_path(@snippet), class: "btn btn-grouped" do
= _("Edit")
- - if can?(current_user, :admin_personal_snippet, @snippet)
+ - if can?(current_user, :admin_snippet, @snippet)
= link_to gitlab_snippet_path(@snippet), method: :delete, data: { confirm: _("Are you sure?") }, class: "btn btn-grouped btn-inverted btn-remove", title: _('Delete Snippet') do
= _("Delete")
- - if can?(current_user, :create_personal_snippet)
+ - if can?(current_user, :create_snippet)
= link_to new_snippet_path, class: "btn btn-grouped btn-success btn-inverted", title: _("New snippet") do
= _("New snippet")
- if @snippet.submittable_as_spam_by?(current_user)
@@ -18,15 +18,15 @@
= icon('caret-down')
.dropdown-menu.dropdown-menu-full-width
%ul
- - if can?(current_user, :create_personal_snippet)
+ - if can?(current_user, :create_snippet)
%li
= link_to new_snippet_path, title: _("New snippet") do
= _("New snippet")
- - if can?(current_user, :admin_personal_snippet, @snippet)
+ - if can?(current_user, :admin_snippet, @snippet)
%li
= link_to gitlab_snippet_path(@snippet), method: :delete, data: { confirm: _("Are you sure?") }, title: _('Delete Snippet') do
= _("Delete")
- - if can?(current_user, :update_personal_snippet, @snippet)
+ - if can?(current_user, :update_snippet, @snippet)
%li
= link_to edit_snippet_path(@snippet) do
= _("Edit")
diff --git a/app/views/snippets/_snippets.html.haml b/app/views/snippets/_snippets.html.haml
index 69b19c0def9..1d22575803b 100644
--- a/app/views/snippets/_snippets.html.haml
+++ b/app/views/snippets/_snippets.html.haml
@@ -3,7 +3,7 @@
- current_user_empty_message_header = s_('UserProfile|You haven\'t created any snippets.')
- current_user_empty_message_description = s_('UserProfile|Snippets in GitLab can either be private, internal, or public.')
- primary_button_label = _('New snippet')
-- primary_button_link = new_snippet_path if can?(current_user, :create_personal_snippet)
+- primary_button_link = new_snippet_path if can?(current_user, :create_snippet)
- visitor_empty_message = s_('UserProfile|No snippets found.')
.snippets-list-holder
diff --git a/changelogs/unreleased/29987-revert-groups-overview-font-spacing-to-the-old-more-space-efficient.yml b/changelogs/unreleased/29987-revert-groups-overview-font-spacing-to-the-old-more-space-efficient.yml
new file mode 100644
index 00000000000..35eaf7caff8
--- /dev/null
+++ b/changelogs/unreleased/29987-revert-groups-overview-font-spacing-to-the-old-more-space-efficient.yml
@@ -0,0 +1,5 @@
+---
+title: Reducing whitespace in group list to show more on screen and reduce vertical scrolling
+merge_request: 21584
+author:
+type: other
diff --git a/changelogs/unreleased/36749-explore-projectscontroller-index-latency.yml b/changelogs/unreleased/36749-explore-projectscontroller-index-latency.yml
new file mode 100644
index 00000000000..10b334f48a9
--- /dev/null
+++ b/changelogs/unreleased/36749-explore-projectscontroller-index-latency.yml
@@ -0,0 +1,5 @@
+---
+title: Limit page number on explore/projects
+merge_request: 22876
+author:
+type: performance
diff --git a/changelogs/unreleased/39509-todos-should-not-depend-on-gitaly-calls.yml b/changelogs/unreleased/39509-todos-should-not-depend-on-gitaly-calls.yml
new file mode 100644
index 00000000000..535adb1999b
--- /dev/null
+++ b/changelogs/unreleased/39509-todos-should-not-depend-on-gitaly-calls.yml
@@ -0,0 +1,6 @@
+---
+title: Prevent unnecessary Gitaly calls when rendering comment excerpts in todos and
+ activity feed
+merge_request: 23100
+author:
+type: performance
diff --git a/changelogs/unreleased/get_deployments_for_kubernetes_1-16.yml b/changelogs/unreleased/get_deployments_for_kubernetes_1-16.yml
new file mode 100644
index 00000000000..22870adc0e3
--- /dev/null
+++ b/changelogs/unreleased/get_deployments_for_kubernetes_1-16.yml
@@ -0,0 +1,5 @@
+---
+title: Stop NoMethodError happening for 1.16+ Kubernetes clusters
+merge_request: 23149
+author:
+type: fixed
diff --git a/changelogs/unreleased/graphiql_relative_url.yml b/changelogs/unreleased/graphiql_relative_url.yml
new file mode 100644
index 00000000000..1db04b01e2c
--- /dev/null
+++ b/changelogs/unreleased/graphiql_relative_url.yml
@@ -0,0 +1,5 @@
+---
+title: Add pages_access_level to projects API
+merge_request: 23176
+author: Mathieu Parent
+type: added
diff --git a/doc/api/projects.md b/doc/api/projects.md
index da3dec9cd62..c950ec9384d 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -1008,6 +1008,7 @@ POST /projects
| `builds_access_level` | string | no | One of `disabled`, `private` or `enabled` |
| `wiki_access_level` | string | no | One of `disabled`, `private` or `enabled` |
| `snippets_access_level` | string | no | One of `disabled`, `private` or `enabled` |
+| `pages_access_level` | string | no | One of `disabled`, `private`, `enabled` or `public` |
| `resolve_outdated_diff_discussions` | boolean | no | Automatically resolve merge request diffs discussions on lines changed with a push |
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
| `container_expiration_policy_attributes` | hash | no | Update the container expiration policy for this project. Accepts: `cadence` (string), `keep_n` (string), `older_than` (string), `name_regex` (string), `enabled` (boolean) |
@@ -1074,6 +1075,7 @@ POST /projects/user/:user_id
| `builds_access_level` | string | no | One of `disabled`, `private` or `enabled` |
| `wiki_access_level` | string | no | One of `disabled`, `private` or `enabled` |
| `snippets_access_level` | string | no | One of `disabled`, `private` or `enabled` |
+| `pages_access_level` | string | no | One of `disabled`, `private`, `enabled` or `public` |
| `resolve_outdated_diff_discussions` | boolean | no | Automatically resolve merge request diffs discussions on lines changed with a push |
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
@@ -1139,6 +1141,7 @@ PUT /projects/:id
| `builds_access_level` | string | no | One of `disabled`, `private` or `enabled` |
| `wiki_access_level` | string | no | One of `disabled`, `private` or `enabled` |
| `snippets_access_level` | string | no | One of `disabled`, `private` or `enabled` |
+| `pages_access_level` | string | no | One of `disabled`, `private`, `enabled` or `public` |
| `resolve_outdated_diff_discussions` | boolean | no | Automatically resolve merge request diffs discussions on lines changed with a push |
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
| `container_expiration_policy_attributes` | hash | no | Update the container expiration policy for this project. Accepts: `cadence` (string), `keep_n` (string), `older_than` (string), `name_regex` (string), `enabled` (boolean) |
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md
index 20bba134ef1..3c18b3587c6 100644
--- a/doc/development/gitaly.md
+++ b/doc/development/gitaly.md
@@ -167,8 +167,15 @@ end
Normally, GitLab CE/EE tests use a local clone of Gitaly in
`tmp/tests/gitaly` pinned at the version specified in
`GITALY_SERVER_VERSION`. The `GITALY_SERVER_VERSION` file supports also
-branches and SHA to use a custom commit in <https://gitlab.com/gitlab-org/gitaly>. If
-you want to run tests locally against a modified version of Gitaly you
+branches and SHA to use a custom commit in <https://gitlab.com/gitlab-org/gitaly>.
+
+NOTE: **Note:**
+With the introduction of auto-deploy for Gitaly, the format of
+`GITALY_SERVER_VERSION` was aligned with Omnibus syntax.
+It no longer supports `=revision`, it will evaluate the file content as a Git
+reference (branch or SHA), only if it matches a semver it will prepend a `v`.
+
+If you want to run tests locally against a modified version of Gitaly you
can replace `tmp/tests/gitaly` with a symlink. This is much faster
because if will avoid a Gitaly re-install each time you run `rspec`.
@@ -185,8 +192,7 @@ to manually run `make` again.
Note that CI tests will not use your locally modified version of
Gitaly. To use a custom Gitaly version in CI you need to update
-GITALY_SERVER_VERSION. You can use the format `=revision` to use a
-non-tagged commit from <https://gitlab.com/gitlab-org/gitaly> in CI.
+GITALY_SERVER_VERSION as described at the beginning of this paragraph.
To use a different Gitaly repository, e.g., if your changes are present
on a fork, you can specify a `GITALY_REPO_URL` environment variable when
diff --git a/doc/user/project/issues/issue_data_and_actions.md b/doc/user/project/issues/issue_data_and_actions.md
index 18f91352910..8bb43b1231f 100644
--- a/doc/user/project/issues/issue_data_and_actions.md
+++ b/doc/user/project/issues/issue_data_and_actions.md
@@ -157,7 +157,7 @@ The plain text title and description of the issue fill the top center of the iss
The description fully supports [GitLab Flavored Markdown](../../markdown.md#gitlab-flavored-markdown-gfm),
allowing many formatting options.
-> [Since GitLab 12.5](https://gitlab.com/gitlab-org/gitlab/issues/10103), changes to an issue's description are listed in the [issue history](#23-issue-history).**(STARTER)**
+> [Since GitLab 12.6](https://gitlab.com/gitlab-org/gitlab/issues/10103), changes to an issue's description are listed in the [issue history](#23-issue-history).**(STARTER)**
#### 17. Mentions
diff --git a/lib/api/award_emoji.rb b/lib/api/award_emoji.rb
index 7a815fa3dde..8e3b3ff8ce5 100644
--- a/lib/api/award_emoji.rb
+++ b/lib/api/award_emoji.rb
@@ -127,6 +127,8 @@ module API
case awardable
when Note
read_ability(awardable.noteable)
+ when Snippet, ProjectSnippet
+ :read_snippet
else
:"read_#{awardable.class.to_s.underscore}"
end
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 52ff819924b..e6bc4ed69a1 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -311,6 +311,7 @@ module API
expose(:wiki_access_level) { |project, options| project.project_feature.string_access_level(:wiki) }
expose(:builds_access_level) { |project, options| project.project_feature.string_access_level(:builds) }
expose(:snippets_access_level) { |project, options| project.project_feature.string_access_level(:snippets) }
+ expose(:pages_access_level) { |project, options| project.project_feature.string_access_level(:pages) }
expose :shared_runners_enabled
expose :lfs_enabled?, as: :lfs_enabled
diff --git a/lib/api/helpers/notes_helpers.rb b/lib/api/helpers/notes_helpers.rb
index 8adfac346f6..2dd95aba6bc 100644
--- a/lib/api/helpers/notes_helpers.rb
+++ b/lib/api/helpers/notes_helpers.rb
@@ -72,7 +72,15 @@ module API
end
def noteable_read_ability_name(noteable)
- "read_#{noteable.class.to_s.underscore}".to_sym
+ "read_#{ability_name(noteable)}".to_sym
+ end
+
+ def ability_name(noteable)
+ if noteable.respond_to?(:to_ability_name)
+ noteable.to_ability_name
+ else
+ noteable.class.to_s.underscore
+ end
end
def find_noteable(parent_type, parent_id, noteable_type, noteable_id)
diff --git a/lib/api/helpers/projects_helpers.rb b/lib/api/helpers/projects_helpers.rb
index 6333e00daf5..6717f33f3e1 100644
--- a/lib/api/helpers/projects_helpers.rb
+++ b/lib/api/helpers/projects_helpers.rb
@@ -27,6 +27,7 @@ module API
optional :wiki_access_level, type: String, values: %w(disabled private enabled), desc: 'Wiki access level. One of `disabled`, `private` or `enabled`'
optional :builds_access_level, type: String, values: %w(disabled private enabled), desc: 'Builds access level. One of `disabled`, `private` or `enabled`'
optional :snippets_access_level, type: String, values: %w(disabled private enabled), desc: 'Snippets access level. One of `disabled`, `private` or `enabled`'
+ optional :pages_access_level, type: String, values: %w(disabled private enabled public), desc: 'Pages access level. One of `disabled`, `private`, `enabled` or `public`'
optional :shared_runners_enabled, type: Boolean, desc: 'Flag indication if shared runners are enabled for that project'
optional :resolve_outdated_diff_discussions, type: Boolean, desc: 'Automatically resolve merge request diffs discussions on lines changed with a push'
@@ -107,6 +108,7 @@ module API
:name,
:only_allow_merge_if_all_discussions_are_resolved,
:only_allow_merge_if_pipeline_succeeds,
+ :pages_access_level,
:path,
:printing_merge_request_link_enabled,
:public_builds,
diff --git a/lib/api/project_snippets.rb b/lib/api/project_snippets.rb
index ecada843972..3040c3c27c6 100644
--- a/lib/api/project_snippets.rb
+++ b/lib/api/project_snippets.rb
@@ -60,7 +60,7 @@ module API
mutually_exclusive :code, :content
end
post ":id/snippets" do
- authorize! :create_project_snippet, user_project
+ authorize! :create_snippet, user_project
snippet_params = declared_params(include_missing: false).merge(request: request, api: true)
snippet_params[:content] = snippet_params.delete(:code) if snippet_params[:code].present?
@@ -97,7 +97,7 @@ module API
snippet = snippets_for_current_user.find_by(id: params.delete(:snippet_id))
not_found!('Snippet') unless snippet
- authorize! :update_project_snippet, snippet
+ authorize! :update_snippet, snippet
snippet_params = declared_params(include_missing: false)
.merge(request: request, api: true)
@@ -126,7 +126,7 @@ module API
snippet = snippets_for_current_user.find_by(id: params[:snippet_id])
not_found!('Snippet') unless snippet
- authorize! :admin_project_snippet, snippet
+ authorize! :admin_snippet, snippet
destroy_conditionally!(snippet) do |snippet|
service = ::Snippets::DestroyService.new(current_user, snippet)
diff --git a/lib/api/snippets.rb b/lib/api/snippets.rb
index a7dab373b7f..b5df036c5ca 100644
--- a/lib/api/snippets.rb
+++ b/lib/api/snippets.rb
@@ -106,7 +106,7 @@ module API
snippet = snippets_for_current_user.find_by_id(params.delete(:id))
break not_found!('Snippet') unless snippet
- authorize! :update_personal_snippet, snippet
+ authorize! :update_snippet, snippet
attrs = declared_params(include_missing: false).merge(request: request, api: true)
service_response = ::Snippets::UpdateService.new(nil, current_user, attrs).execute(snippet)
@@ -132,7 +132,7 @@ module API
snippet = snippets_for_current_user.find_by_id(params.delete(:id))
break not_found!('Snippet') unless snippet
- authorize! :admin_personal_snippet, snippet
+ authorize! :admin_snippet, snippet
destroy_conditionally!(snippet) do |snippet|
service = ::Snippets::DestroyService.new(current_user, snippet)
diff --git a/lib/banzai/reference_parser/snippet_parser.rb b/lib/banzai/reference_parser/snippet_parser.rb
index 6f6ac08de04..b86c259efbd 100644
--- a/lib/banzai/reference_parser/snippet_parser.rb
+++ b/lib/banzai/reference_parser/snippet_parser.rb
@@ -12,7 +12,7 @@ module Banzai
private
def can_read_reference?(user, ref_project, node)
- can?(user, :read_project_snippet, referenced_by([node]).first)
+ can?(user, :read_snippet, referenced_by([node]).first)
end
end
end
diff --git a/lib/gitlab/gpg.rb b/lib/gitlab/gpg.rb
index 7e6f6a519a6..8166bef4510 100644
--- a/lib/gitlab/gpg.rb
+++ b/lib/gitlab/gpg.rb
@@ -6,7 +6,7 @@ module Gitlab
CleanupError = Class.new(StandardError)
BG_CLEANUP_RUNTIME_S = 10
- FG_CLEANUP_RUNTIME_S = 0.5
+ FG_CLEANUP_RUNTIME_S = 1
MUTEX = Mutex.new
@@ -127,7 +127,10 @@ module Gitlab
# error.
# Failing to remove the tmp directory could leave the `gpg-agent` process
# running forever.
- Retriable.retriable(max_elapsed_time: cleanup_time, base_interval: 0.1) do
+ #
+ # 15 tries will never complete within the maximum time with exponential
+ # backoff. So our limit is the runtime, not the number of tries.
+ Retriable.retriable(max_elapsed_time: cleanup_time, base_interval: 0.1, tries: 15) do
FileUtils.remove_entry(tmp_dir) if File.exist?(tmp_dir)
end
rescue => e
diff --git a/lib/gitlab/kubernetes/kube_client.rb b/lib/gitlab/kubernetes/kube_client.rb
index 7cb7f46a623..7d2abcdb0a3 100644
--- a/lib/gitlab/kubernetes/kube_client.rb
+++ b/lib/gitlab/kubernetes/kube_client.rb
@@ -16,6 +16,7 @@ module Gitlab
SUPPORTED_API_GROUPS = {
core: { group: 'api', version: 'v1' },
rbac: { group: 'apis/rbac.authorization.k8s.io', version: 'v1' },
+ apps: { group: 'apis/apps', version: 'v1' },
extensions: { group: 'apis/extensions', version: 'v1beta1' },
istio: { group: 'apis/networking.istio.io', version: 'v1alpha3' },
knative: { group: 'apis/serving.knative.dev', version: 'v1alpha1' }
@@ -74,10 +75,6 @@ module Gitlab
:update_role_binding,
to: :rbac_client
- # Deployments resource is currently on the apis/extensions api group
- delegate :get_deployments,
- to: :extensions_client
-
# non-entity methods that can only work with the core client
# as it uses the pods/log resource
delegate :get_pod_log,
@@ -103,6 +100,21 @@ module Gitlab
validate_url!
end
+ # Deployments resource is currently on the apis/extensions api group
+ # until Kubernetes 1.15. Kubernetest 1.16+ has deployments resources in
+ # the apis/apps api group.
+ #
+ # As we still support Kubernetes 1.12+, we will need to support both.
+ def get_deployments(**args)
+ extensions_client.discover unless extensions_client.discovered
+
+ if extensions_client.respond_to?(:get_deployments)
+ extensions_client.get_deployments(**args)
+ else
+ apps_client.get_deployments(**args)
+ end
+ end
+
def create_or_update_cluster_role_binding(resource)
if cluster_role_binding_exists?(resource)
update_cluster_role_binding(resource)
diff --git a/locale/ar_SA/gitlab.po b/locale/ar_SA/gitlab.po
index 232009dc64b..55bee3a2dc7 100644
--- a/locale/ar_SA/gitlab.po
+++ b/locale/ar_SA/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Arabic\n"
"Language: ar_SA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: ar\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:17\n"
+"PO-Revision-Date: 2020-01-22 09:30\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -60,15 +59,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -126,8 +128,8 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -225,6 +227,24 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -243,6 +263,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -270,6 +299,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -294,6 +326,15 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -318,6 +359,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -342,7 +392,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -357,6 +407,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -372,6 +428,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -402,9 +461,30 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -426,6 +506,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -450,6 +542,15 @@ msgstr[5] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -462,6 +563,18 @@ msgstr[5] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -480,6 +593,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -558,12 +680,30 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "- show less"
msgstr ""
@@ -616,7 +756,13 @@ msgstr[4] ""
msgstr[5] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -627,6 +773,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
@@ -636,6 +791,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -693,9 +857,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -708,12 +881,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -729,9 +908,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -753,16 +938,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -792,18 +971,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -813,6 +1013,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -822,7 +1025,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -837,6 +1040,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -885,6 +1100,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -957,6 +1175,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -966,6 +1187,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -1011,6 +1235,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -1059,13 +1286,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -1107,15 +1334,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -1128,9 +1358,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1143,6 +1370,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1152,7 +1382,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1197,6 +1427,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1206,13 +1439,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1230,6 +1466,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1320,15 +1562,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1344,15 +1610,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1365,18 +1652,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1413,6 +1727,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1425,9 +1745,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1437,15 +1754,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1461,9 +1790,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1476,6 +1802,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1491,10 +1820,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1506,6 +1832,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1515,6 +1844,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1560,12 +1901,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1584,6 +1934,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1617,12 +1970,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1635,6 +1994,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1644,6 +2006,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1659,100 +2024,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1779,7 +2147,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1800,15 +2174,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1818,10 +2201,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1851,12 +2234,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1869,6 +2264,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1908,9 +2306,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1941,6 +2336,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1953,16 +2351,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1995,6 +2396,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -2004,6 +2408,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -2052,9 +2459,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -2094,6 +2510,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2157,6 +2576,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2181,6 +2603,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2193,6 +2627,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2253,12 +2690,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2370,6 +2816,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2439,6 +2888,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2460,22 +2912,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2502,16 +2954,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2520,13 +2969,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2535,10 +2981,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2604,6 +3050,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2754,22 +3203,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2832,9 +3281,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2856,9 +3302,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2883,9 +3326,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2901,6 +3350,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2913,6 +3365,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2952,9 +3407,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2964,6 +3416,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -3027,13 +3482,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -3054,7 +3518,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -3096,6 +3560,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -3105,15 +3572,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3201,6 +3752,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3231,6 +3785,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3303,6 +3860,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3312,6 +3872,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3420,15 +3983,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3444,6 +4010,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3483,6 +4052,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3510,7 +4082,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3528,7 +4103,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3537,12 +4118,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3555,13 +4145,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3570,27 +4160,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3600,9 +4253,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3630,6 +4289,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3657,6 +4319,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3675,6 +4340,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3696,6 +4364,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3717,13 +4388,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3732,13 +4403,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3756,24 +4436,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3783,6 +4496,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3816,10 +4538,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3831,9 +4556,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3843,30 +4580,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3879,7 +4661,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3891,16 +4673,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3915,6 +4703,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3933,6 +4727,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3951,6 +4748,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3963,6 +4766,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3972,12 +4778,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3987,6 +4802,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3996,9 +4814,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -4011,10 +4826,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -4023,6 +4859,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -4035,6 +4877,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -4116,6 +4976,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -4146,6 +5009,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4167,6 +5033,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4185,6 +5054,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4203,6 +5075,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4224,6 +5099,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4239,7 +5117,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4275,15 +5159,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4299,32 +5192,80 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -4332,40 +5273,58 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4401,25 +5360,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4431,9 +5414,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4443,16 +5423,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4464,52 +5456,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4530,27 +5525,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4566,9 +5582,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4584,12 +5606,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4629,6 +5660,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4689,9 +5723,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4731,18 +5774,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4752,13 +5804,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4776,12 +5837,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4815,6 +5882,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4836,6 +5906,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4845,15 +5918,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4866,6 +5966,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4878,9 +5981,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4890,7 +5990,37 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
@@ -4899,24 +6029,39 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4953,6 +6098,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4971,6 +6119,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4989,6 +6140,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -5001,6 +6155,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -5073,6 +6230,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -5112,6 +6281,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -5121,6 +6293,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5190,6 +6365,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5304,10 +6482,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5370,21 +6548,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5403,6 +6602,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5412,19 +6620,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5436,12 +6662,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5466,19 +6695,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5493,15 +6731,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5562,15 +6800,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5592,12 +6836,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5610,6 +6863,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5625,6 +6881,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5640,6 +6902,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5673,9 +6938,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5694,6 +6968,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5706,9 +6986,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5718,6 +7007,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5748,6 +7040,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5760,6 +7055,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5784,6 +7082,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5862,6 +7163,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5910,6 +7217,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5961,6 +7271,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5985,6 +7298,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -6003,9 +7319,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -6018,6 +7331,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -6027,6 +7349,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -6042,12 +7367,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -6066,6 +7400,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -6084,19 +7424,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -6138,9 +7487,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -6156,10 +7511,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -6174,6 +7529,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6189,9 +7550,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6261,10 +7619,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6273,7 +7631,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6309,6 +7667,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6348,6 +7709,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6363,6 +7730,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6396,9 +7766,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6414,7 +7781,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6432,12 +7799,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6456,12 +7829,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6492,18 +7880,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6525,9 +7922,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6579,6 +7982,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6648,13 +8054,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6675,6 +8087,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6684,6 +8099,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6693,6 +8111,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6735,9 +8156,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6762,6 +8180,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6789,6 +8210,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6813,15 +8237,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6843,9 +8261,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6870,12 +8285,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6921,15 +8342,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6972,6 +8387,12 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6981,12 +8402,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -7020,9 +8447,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -7053,9 +8489,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -7071,12 +8504,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -7110,6 +8552,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -7131,6 +8576,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -7152,10 +8600,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -7170,6 +8621,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7185,6 +8639,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7194,6 +8651,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7215,9 +8675,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7260,9 +8717,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7275,15 +8744,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7305,6 +8783,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7326,24 +8810,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7353,13 +8828,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7668,6 +9143,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7701,13 +9179,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7716,6 +9194,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7725,6 +9206,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7746,12 +9230,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7776,6 +9350,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7902,13 +9479,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7920,6 +9500,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7947,12 +9548,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7974,21 +9581,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -8031,6 +9659,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -8052,6 +9683,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -8061,9 +9695,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -8091,21 +9740,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -8118,6 +9788,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -8127,6 +9803,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -8139,6 +9821,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -8154,9 +9839,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -8169,6 +9869,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8235,9 +9938,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8283,6 +9992,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8319,6 +10037,12 @@ msgstr[5] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8340,9 +10064,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8355,12 +10076,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8376,7 +10103,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8439,6 +10166,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8454,7 +10184,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8475,12 +10205,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8625,9 +10373,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8676,6 +10430,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8706,7 +10463,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8727,9 +10484,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8769,7 +10523,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8784,6 +10541,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8799,6 +10559,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8811,6 +10574,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8832,6 +10598,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8847,15 +10622,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8868,6 +10652,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8916,6 +10703,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8949,7 +10739,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -9036,7 +10826,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -9123,6 +10919,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -9135,6 +10934,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -9144,7 +10946,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -9162,6 +10964,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9255,9 +11060,18 @@ msgstr[5] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9282,12 +11096,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9303,6 +11126,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9321,6 +11147,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9336,6 +11165,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9360,9 +11195,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9372,6 +11204,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9396,6 +11234,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9447,6 +11288,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
@@ -9456,6 +11306,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9504,6 +11363,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9519,21 +11429,33 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9558,12 +11480,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9627,6 +11555,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9666,6 +11606,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9825,6 +11768,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9843,6 +11789,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9855,9 +11810,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9879,6 +11840,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9897,6 +11864,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9909,6 +11879,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9921,6 +11894,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -10014,13 +11990,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -10044,6 +12017,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -10086,9 +12062,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -10098,6 +12080,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -10110,19 +12101,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -10134,9 +12125,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -10149,10 +12149,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -10164,9 +12164,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -10185,6 +12191,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -10192,7 +12201,13 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10242,6 +12257,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10254,6 +12272,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10320,12 +12341,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10383,6 +12410,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10398,6 +12428,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10407,6 +12440,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10437,9 +12473,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10479,6 +12521,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10509,6 +12554,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10575,6 +12623,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10584,6 +12635,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10629,15 +12683,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10647,6 +12704,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10656,13 +12716,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10680,9 +12737,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10698,16 +12752,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10734,6 +12788,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10755,6 +12824,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10806,9 +12878,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10869,6 +12938,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10920,6 +12992,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10929,9 +13004,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10959,6 +13046,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10971,6 +13061,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10983,6 +13076,9 @@ msgstr[5] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10992,12 +13088,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -11019,9 +13121,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -11067,6 +13166,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -11115,6 +13217,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -11127,6 +13232,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -11139,9 +13247,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -11160,24 +13265,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -11193,9 +13385,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11226,15 +13415,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11250,6 +13460,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11271,6 +13484,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11298,6 +13514,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11367,6 +13589,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11445,7 +13670,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11469,6 +13694,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11502,9 +13730,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11634,7 +13868,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11685,9 +13919,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11709,6 +13952,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11724,6 +13970,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11742,6 +13994,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11751,9 +14006,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11763,7 +14024,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11796,9 +14063,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11808,6 +14072,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11871,15 +14141,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -12078,6 +14381,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12219,6 +14525,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12228,12 +14537,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12243,7 +14561,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12264,6 +14582,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12288,6 +14609,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12369,6 +14705,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12402,27 +14744,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12435,9 +14807,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12456,21 +14846,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12483,15 +14921,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12537,6 +14987,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12552,6 +15008,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12561,6 +15020,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12633,7 +15107,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12747,10 +15221,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12771,6 +15245,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12780,12 +15257,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12801,12 +15290,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12966,12 +15500,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12981,6 +15521,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -13005,6 +15551,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -13023,12 +15572,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -13059,6 +15617,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -13074,10 +15635,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -13107,10 +15668,40 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -13179,15 +15770,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13269,6 +15869,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13314,6 +15920,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13329,9 +15938,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13416,7 +16031,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13434,9 +16049,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13449,18 +16073,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13512,6 +16130,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13569,6 +16190,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13581,6 +16208,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13617,9 +16250,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13644,9 +16289,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13692,6 +16343,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13728,6 +16382,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13737,16 +16394,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13773,12 +16436,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13845,6 +16514,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13869,6 +16541,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13884,6 +16559,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13902,6 +16580,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13935,10 +16616,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -14058,6 +16745,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -14091,6 +16781,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -14127,39 +16820,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -14178,6 +16937,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -14205,6 +16967,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -14214,6 +16979,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14256,6 +17024,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14265,12 +17036,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14289,6 +17102,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14343,7 +17159,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14385,6 +17201,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14397,7 +17222,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14487,6 +17312,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14544,6 +17372,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14577,6 +17408,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14604,6 +17438,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14622,6 +17462,12 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14631,6 +17477,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14664,9 +17513,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14721,9 +17567,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14733,9 +17576,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14796,6 +17648,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14829,15 +17684,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14853,27 +17708,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14883,9 +17759,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -15018,6 +17900,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -15045,6 +17930,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -15063,6 +17954,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -15087,6 +18023,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -15096,7 +18035,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -15147,7 +18089,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -15195,6 +18137,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -15219,6 +18167,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15255,12 +18206,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15282,6 +18239,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15297,6 +18257,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15324,6 +18290,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15393,18 +18368,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15420,7 +18410,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15492,6 +18482,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15510,7 +18506,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15552,6 +18548,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15612,7 +18611,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15648,18 +18647,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15678,7 +18692,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15714,6 +18728,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15726,6 +18773,9 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -15735,9 +18785,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15753,6 +18800,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15762,6 +18815,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15771,12 +18827,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15801,12 +18872,24 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15822,6 +18905,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15867,7 +18953,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15879,12 +18968,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15930,6 +19022,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15966,10 +19061,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15978,6 +19073,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -16002,6 +19100,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -16065,6 +19166,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -16074,6 +19178,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -16083,6 +19190,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -16092,7 +19205,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -16104,6 +19232,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -16119,6 +19250,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -16134,12 +19268,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -16200,9 +19346,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -16227,10 +19370,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16284,6 +19433,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16302,21 +19454,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16332,7 +19499,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16359,6 +19526,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16371,6 +19541,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16383,6 +19559,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16395,10 +19580,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16422,12 +19607,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16620,9 +19859,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16659,6 +19895,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16734,7 +19973,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16851,6 +20090,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16860,18 +20105,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16893,9 +20144,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16923,6 +20180,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16932,6 +20192,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16959,7 +20222,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -17016,6 +20279,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -17028,24 +20294,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -17070,7 +20351,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -17091,6 +20372,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -17142,9 +20426,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -17178,6 +20459,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -17238,6 +20522,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -17262,9 +20549,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17289,9 +20573,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17310,6 +20591,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17391,6 +20675,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17412,6 +20702,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17448,6 +20741,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17514,7 +20810,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17526,13 +20822,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17565,25 +20861,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17598,10 +20897,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17610,6 +20909,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17670,6 +20972,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17697,12 +21002,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17775,13 +21086,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17802,6 +21125,15 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "View file @ "
msgstr ""
@@ -17811,7 +21143,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17820,7 +21152,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17835,6 +21167,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17844,6 +21179,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17886,19 +21224,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17922,12 +21257,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17964,19 +21302,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17985,6 +21323,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17994,6 +21335,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -18003,6 +21347,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -18033,6 +21380,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -18045,6 +21401,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -18066,12 +21425,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -18228,6 +21602,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -18246,6 +21623,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18285,7 +21665,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18294,6 +21674,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18324,9 +21707,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18375,6 +21773,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18384,6 +21785,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18441,6 +21848,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18483,6 +21893,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18498,6 +21911,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18561,12 +21980,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18579,15 +22007,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18597,21 +22031,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18642,6 +22082,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18666,12 +22109,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18699,7 +22148,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18723,6 +22172,18 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18738,12 +22199,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18753,6 +22226,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18765,9 +22241,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18795,6 +22268,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18870,18 +22346,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18915,6 +22379,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -19041,18 +22508,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -19119,6 +22574,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -19140,6 +22598,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -19149,12 +22610,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -19209,6 +22676,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -19224,12 +22697,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -19275,6 +22754,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -19293,6 +22775,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19323,6 +22811,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19338,9 +22835,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19356,6 +22850,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19389,9 +22886,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19425,7 +22919,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19473,6 +22967,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19653,6 +23150,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19680,7 +23180,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19707,9 +23213,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19746,6 +23258,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19779,6 +23294,9 @@ msgstr[5] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19800,6 +23318,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19809,6 +23330,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19833,6 +23360,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19851,6 +23381,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19938,14 +23474,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/bg/gitlab.po b/locale/bg/gitlab.po
index 534ddb38724..8643995d451 100644
--- a/locale/bg/gitlab.po
+++ b/locale/bg/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian\n"
"Language: bg_BG\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: bg\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:18\n"
+"PO-Revision-Date: 2020-01-22 09:31\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr "ДобавÑне на нова папка"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "ÐаиÑтина ли иÑкате да изтриете този план за Ñхема?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "ТърÑете в клоните"
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr "Разглеждане на файловете"
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Графики"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Подбиране на това подаване"
msgid "Cherry-pick this merge request"
msgstr "Подбиране на тази заÑвка за Ñливане"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr "чакане за ръчно дейÑтвие"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "блокирано"
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "пропуÑнато"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "протича в момента"
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr "Времетраене на подаваниÑта в минути за
msgid "Commit message"
msgstr "Съобщение за подаването"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Сравнение"
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,27 +5104,51 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
-msgstr "Сътрудници"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr "Сътрудници"
+
msgid "Control emails linked to your account"
msgstr ""
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "Копиране на адреÑа в буфера за обмен"
+msgid "Copy URL"
+msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "Копиране на идентификатора на подаването в буфера за обмен"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr "Създаване на нова папка"
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Създайте Ñи личен жетон за доÑтъп в акаунта Ñи, за да можете да изтеглÑте и изпращате промени чрез %{protocol}."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr "ЧаÑова зона за „Cron“"
msgid "Cron syntax"
msgstr "СинтакÑÐ¸Ñ Ð½Ð° „Cron“"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "Ðнализ на циклите"
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Проблем"
msgid "CycleAnalyticsStage|Plan"
msgstr "Планиране"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Издаване"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Преглед и одобрение"
@@ -4678,25 +5734,74 @@ msgstr "Подготовка за издаване"
msgid "CycleAnalyticsStage|Test"
msgstr "ТеÑтване"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "ОпиÑание"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr "Име на папката"
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr "СвалÑне"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr "Редактиране на плана %{id} за Ñхема"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "Ð’Ñеки ден (в 4 ч. Ñутринта)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Ð’Ñеки меÑец (на 1-во чиÑло, в 4 ч. Ñутринта)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Ð’ÑÑка Ñедмица (в неделÑ, в 4 ч. Ñутринта)"
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,15 +7774,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "СобÑтвеникът не може да бъде променен"
msgid "Failed to check related branches."
msgstr ""
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr "Филтриране по Ñъобщение"
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Разклонение на"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr "От Ñъздаването на проблема до внедрÑваÐ
msgid "From merge request merge until deploy to production"
msgstr "От прилагането на заÑвката за Ñливане до внедрÑването в крайната верÑиÑ"
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr "Шаблон за интервала"
msgid "Introducing Cycle Analytics"
msgstr "ПредÑтавÑме Ви анализа на циклите"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] "ПоÑледните %d дни"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "ПоÑледна Ñхема"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "Ðаучете повече в"
@@ -9116,6 +10908,12 @@ msgstr "документациÑта отноÑно планирането на
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Медиана"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr "Ðов клон"
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr "Ðов проблем"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr "Ðова заÑвка за Ñливане"
msgid "NotificationEvent|New note"
msgstr "Ðова бележка"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "Преназначаване на проблем"
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr "Опции"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr "СобÑтвеник"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Проектът „%{project_name}“ е добавен в опашката за изтриване."
@@ -11952,12 +14209,21 @@ msgstr "Проектът „%{project_name}“ беше Ñъздаден уÑпÐ
msgid "Project '%{project_name}' was successfully updated."
msgstr "Проектът „%{project_name}“ беше обновен уÑпешно."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr "ДоÑтъпът до проекта Ñ‚Ñ€Ñбва да бъде даван поотделно на вÑеки потребител."
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "ИзнеÑените данни на проекта не могат да бъдат изтрити."
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "Прочетете повече"
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr "Премахване на проекта"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr "ЗаÑвка за доÑтъп"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr "ОтмÑна на тази заÑвка за Ñливане"
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr "Запазване на плана за Ñхема"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "Изберете чаÑова зона"
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr "Изберете целеви клон"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "Показване на %d Ñъбитие"
msgstr[1] "Показване на %d ÑъбитиÑ"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "Създайте %{new_merge_request} Ñ Ñ‚ÐµÐ·Ð¸ промени"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr "Преминаване към клон/етикет"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr "Целеви клон"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr "Етапът на програмиране показва времето
msgid "The collection of events added to the data gathered for that stage."
msgstr "СъвкупноÑтта от ÑÑŠÐ±Ð¸Ñ‚Ð¸Ñ Ð´Ð¾Ð±Ð°Ð²ÐµÐ½Ð¸ към данните Ñъбрани за този етап."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr "Връзката на разклонение беше премахната."
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr "Етапът от цикъла на разработка"
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "Хранилището за този проект не ÑъщеÑтвува."
@@ -15622,18 +18657,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "Етапът на подготовка за издаване показва времето между прилагането на заÑвката за Ñливане и внедрÑването на кода в Ñредата на работещата крайна верÑиÑ. Данните ще бъдат добавени автоматично Ñлед като направите първото Ñи внедрÑване в крайната верÑиÑ."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "Етапът на теÑтване показва времето, което е нужно на „Gitlab CI“ да изпълни вÑÑка Ñхема от задачи за Ñвързаната заÑвка за Ñливане. Данните ще бъдат добавени автоматично Ñлед като приключи изпълнението на първата Ви Ñхема."
msgid "The time taken by each data entry gathered by that stage."
msgstr "Времето, което отнема вÑеки Ð·Ð°Ð¿Ð¸Ñ Ð¾Ñ‚ данни за ÑÑŠÐ¾Ñ‚Ð²ÐµÑ‚Ð½Ð¸Ñ ÐµÑ‚Ð°Ð¿."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
-msgstr "Общо време"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "Общо време за теÑтване на вÑички подаваниÑ/ÑливаниÑ"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr "Качване на файл"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr "Преглед на отворената заÑвка за Ñливане"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,7 +20886,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17621,10 +20898,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "ИÑкате ли да видите данните? Помолете админиÑтратор за доÑтъп."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "ÐÑма доÑтатъчно данни за този етап."
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr "ОттеглÑне на заÑвката за доÑтъп"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,8 +21245,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Ðа път Ñте да премахнете връзката на разклонението към Ð¾Ñ€Ð¸Ð³Ð¸Ð½Ð°Ð»Ð½Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚, „%{forked_from_project}“. ÐÐИСТИÐРли иÑкате това?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr ""
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr "ÐÑма да можете да изтеглÑте или изпраща
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "ден"
msgstr[1] "дни"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "нова заÑвка за Ñливане"
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/bn_BD/gitlab.po b/locale/bn_BD/gitlab.po
index b963e16ce78..883057b9f9d 100644
--- a/locale/bn_BD/gitlab.po
+++ b/locale/bn_BD/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bengali\n"
"Language: bn_BD\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: bn\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:18\n"
+"PO-Revision-Date: 2020-01-22 09:31\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/bn_IN/gitlab.po b/locale/bn_IN/gitlab.po
index 8dff26ab1ac..e530dec967f 100644
--- a/locale/bn_IN/gitlab.po
+++ b/locale/bn_IN/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bengali, India\n"
"Language: bn_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: bn-IN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:18\n"
+"PO-Revision-Date: 2020-01-22 09:31\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/ca_ES/gitlab.po b/locale/ca_ES/gitlab.po
index d90f8eb7f47..9eeba969661 100644
--- a/locale/ca_ES/gitlab.po
+++ b/locale/ca_ES/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Catalan\n"
"Language: ca_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: ca\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:19\n"
+"PO-Revision-Date: 2020-01-22 09:32\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files}"
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 grup"
msgstr[1] "%d grups"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr "404|No s'ha trobat la pàgina"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr "Compte"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr "Compte i límit"
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr "Afegeix una aplicació nova"
msgid "Add new directory"
msgstr "Afegeix un directori nou"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr "Afegeix una reacció"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr "Afegeix usuaris al grup:"
msgid "Add users to group"
msgstr "Afegeix usuaris al grup"
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "Àrea d'administració"
@@ -1030,13 +1219,16 @@ msgstr "Informació general d'administració"
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr "Bloca l'usuari"
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "Tots"
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr "Tots els usuaris"
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr "Analítiques"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr "Qualsevol etiqueta"
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "Aparença"
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr "Aplicacions"
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "abr"
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr "Projectes arxivats"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "ag."
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr "Enllaç"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
msgid "Billing"
msgstr "Facturació"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr ""
-
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr "per usuari"
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr "Nom de la branca"
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr "Tasques"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Cancel·la aquesta tasca"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Diagrames"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Xat"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Compara"
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "Confidencial"
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr "S'està connectant..."
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr "Registre de contenidors"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Expiration interval:"
msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
-msgstr[1] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "ContainerRegistry|Size"
msgstr "Mida"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Etiqueta"
-msgid "ContainerRegistry|Tag ID"
-msgstr "ID de l'etiqueta"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "Copia l'URL al porta-retalls"
+msgid "Copy URL"
+msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr "Creat"
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr "Branca actual"
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr "Node actual"
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr "Perfil"
msgid "CurrentUser|Settings"
msgstr "Configuració"
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "Personalitza els colors"
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr "Selector de data"
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr "Depura"
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr "Suprimeix la llista"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr "Descendent"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Descripció"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr "Nom del directori"
msgid "Disable"
msgstr "Desactiva"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "Desactiva per a aquest projecte"
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr "Domini"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr "Fet"
msgid "Download"
msgstr "Baixa"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr "Vots negatius"
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr "Edita l'aplicació"
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "Entorns"
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Tasca"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Mostra-ho tot"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "Atura"
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr "Error"
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr "Estat"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Plantilles de fitxers"
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr "Format"
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr "Node nou"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,21 +8895,24 @@ msgstr "Versió del Git"
msgid "GitHub import"
msgstr ""
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr ""
msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr "Usuari del GitLab"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr "Detalls del grup"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "Informació del grup:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] "Amaga els valors"
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr "Identificador"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "Identitats"
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] "Instància"
msgstr[1] "Instàncies"
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr "Peticions de fusió"
msgid "Merge Requests created"
msgstr "S'han creat les peticions de fusió"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "Petició de fusió"
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "Peticions de fusió"
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "Missatges"
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Crea una mètrica"
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "Edita la mètrica"
@@ -9842,10 +11785,13 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
msgstr ""
msgid "Metrics|Must be a valid PromQL query."
@@ -9854,9 +11800,6 @@ msgstr ""
msgid "Metrics|New metric"
msgstr "Mètrica nova"
-msgid "Metrics|No deployed environments"
-msgstr ""
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr "Més informació"
msgid "More information"
msgstr "Més informació"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "Nom"
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr "Nom:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "Ajuda"
@@ -10169,9 +12153,15 @@ msgstr "Aplicació nova"
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "Grup nou"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr "Identitat nova"
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/cs_CZ/gitlab.po b/locale/cs_CZ/gitlab.po
index 9e3f0c86f43..7c424b45001 100644
--- a/locale/cs_CZ/gitlab.po
+++ b/locale/cs_CZ/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: cs\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:21\n"
+"PO-Revision-Date: 2020-01-22 09:33\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -56,15 +55,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -110,8 +112,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -187,6 +189,20 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -201,6 +217,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -224,6 +247,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -246,6 +272,13 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -266,6 +299,15 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -290,7 +332,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -305,6 +347,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -320,6 +368,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -350,9 +401,28 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% dokonÄeno"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -374,6 +444,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -394,6 +476,13 @@ msgstr[3] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -404,6 +493,18 @@ msgstr[3] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -420,6 +521,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -496,12 +606,26 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- show less"
msgstr ""
@@ -544,7 +668,11 @@ msgstr[2] ""
msgstr[3] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -553,6 +681,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
@@ -560,6 +695,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -607,9 +749,18 @@ msgstr ""
msgid "1st contribution!"
msgstr "1. příspěvek!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -622,12 +773,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -643,9 +800,15 @@ msgstr "404 | Stránka nebyla nalezena"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -667,16 +830,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -706,18 +863,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -727,6 +905,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -736,7 +917,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -751,6 +932,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -799,6 +992,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -871,6 +1067,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -880,6 +1079,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -923,6 +1125,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -971,13 +1176,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -1019,15 +1224,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr "Přidat reakci"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -1040,9 +1248,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1055,6 +1260,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1064,7 +1272,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1109,6 +1317,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1118,13 +1329,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1142,6 +1356,12 @@ msgstr "Zastavení úloh selhalo"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Chystáte se zastavit všechny úlohy. To způsobí přerušení všech aktuálně spuštěných úloh."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1232,15 +1452,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr "Blokovat uživatele"
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1256,15 +1500,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1277,18 +1542,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1323,6 +1615,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1335,9 +1633,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1347,15 +1642,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1371,9 +1678,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1386,6 +1690,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1401,10 +1708,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1416,6 +1720,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1425,6 +1732,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1470,12 +1789,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1494,6 +1822,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1527,12 +1858,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1545,6 +1882,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1554,6 +1894,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1569,100 +1912,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1689,7 +2035,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1710,15 +2062,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "Vzhled"
@@ -1728,10 +2089,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1761,12 +2122,24 @@ msgstr "Aplikace"
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1779,6 +2152,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1810,9 +2186,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1843,6 +2216,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "Dub"
@@ -1855,16 +2231,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1897,6 +2276,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1906,6 +2288,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1954,9 +2339,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1996,6 +2390,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2057,6 +2454,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2079,6 +2479,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "Srp"
@@ -2091,6 +2503,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2151,12 +2566,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2268,6 +2692,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2337,6 +2764,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2358,22 +2788,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2400,16 +2830,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2418,13 +2845,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2433,10 +2857,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2502,6 +2926,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2652,22 +3079,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2730,9 +3157,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2754,9 +3178,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2781,9 +3202,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2799,6 +3226,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2811,6 +3241,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2850,9 +3283,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2862,6 +3292,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2925,13 +3358,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2952,7 +3394,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2994,6 +3436,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -3003,15 +3448,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3099,6 +3628,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3129,6 +3661,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3201,6 +3736,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3210,6 +3748,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3318,15 +3859,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3342,6 +3886,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3381,6 +3928,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3408,7 +3958,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3426,7 +3979,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3435,12 +3994,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3453,13 +4021,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3468,27 +4036,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3498,9 +4129,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3528,6 +4165,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3555,6 +4195,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3573,6 +4216,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3594,6 +4240,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3615,13 +4264,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3630,13 +4279,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3654,24 +4312,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3681,6 +4372,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3714,10 +4414,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3729,9 +4432,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3741,30 +4456,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3777,7 +4537,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3789,16 +4549,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3813,6 +4579,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3831,6 +4603,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3849,6 +4624,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3861,6 +4642,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3870,12 +4654,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3885,6 +4678,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3894,9 +4690,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3909,10 +4702,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3921,6 +4735,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3933,6 +4753,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -4012,6 +4850,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -4042,6 +4883,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4063,6 +4907,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4081,6 +4928,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4099,6 +4949,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4120,6 +4973,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4135,7 +4991,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4171,15 +5033,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4195,71 +5066,137 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4295,25 +5232,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4325,9 +5286,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4337,16 +5295,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4358,52 +5328,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4424,27 +5397,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4460,9 +5454,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4478,12 +5478,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4523,6 +5532,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4583,9 +5595,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4625,18 +5646,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4646,13 +5676,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4670,12 +5709,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4709,6 +5754,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4730,6 +5778,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4739,15 +5790,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4760,6 +5838,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4772,9 +5853,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4784,29 +5862,76 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4843,6 +5968,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4861,6 +5989,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4879,6 +6010,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4891,6 +6025,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4963,6 +6100,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -5002,6 +6151,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -5011,6 +6163,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5076,6 +6231,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5184,10 +6342,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5250,21 +6408,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5283,6 +6462,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5292,19 +6480,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5316,12 +6522,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5346,19 +6555,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5373,15 +6591,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5442,15 +6660,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5472,12 +6696,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5490,6 +6723,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5505,6 +6741,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5520,6 +6762,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5553,9 +6798,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5574,6 +6828,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5586,9 +6846,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5598,6 +6867,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5628,6 +6900,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5640,6 +6915,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5664,6 +6942,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5742,6 +7023,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5790,6 +7077,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5841,6 +7131,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5865,6 +7158,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5883,9 +7179,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5898,6 +7191,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5907,6 +7209,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5922,12 +7227,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5946,6 +7260,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5964,19 +7284,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -6018,9 +7347,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -6036,10 +7371,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -6054,6 +7389,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6069,9 +7410,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6141,10 +7479,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6153,7 +7491,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6189,6 +7527,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6228,6 +7569,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6243,6 +7590,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6276,9 +7626,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6294,7 +7641,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6312,12 +7659,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6336,12 +7689,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6372,18 +7740,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6405,9 +7782,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6459,6 +7842,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6528,13 +7914,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6555,6 +7947,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6564,6 +7959,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6573,6 +7971,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6615,9 +8016,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6642,6 +8040,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6669,6 +8070,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6693,15 +8097,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6723,9 +8121,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6750,12 +8145,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6801,15 +8202,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6850,6 +8245,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6859,12 +8260,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6898,9 +8305,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6931,9 +8347,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6949,12 +8362,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6988,6 +8410,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -7009,6 +8434,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -7030,10 +8458,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -7048,6 +8479,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7063,6 +8497,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7072,6 +8509,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7093,9 +8533,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7138,9 +8575,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7153,15 +8602,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7183,6 +8641,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7204,24 +8668,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7231,13 +8686,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7546,6 +9001,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7579,13 +9037,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7594,6 +9052,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7603,6 +9064,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7624,12 +9088,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7654,6 +9208,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7780,13 +9337,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7798,6 +9358,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7825,12 +9406,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7852,21 +9439,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7909,6 +9517,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7930,6 +9541,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7939,9 +9553,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7969,21 +9598,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7996,6 +9646,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -8005,6 +9661,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -8017,6 +9679,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -8032,9 +9697,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -8047,6 +9727,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8113,9 +9796,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8161,6 +9850,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8195,6 +9893,12 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8216,9 +9920,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8231,12 +9932,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8252,7 +9959,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8315,6 +10022,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8330,7 +10040,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8351,12 +10061,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8501,9 +10229,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8552,6 +10286,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8582,7 +10319,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8601,9 +10338,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8643,7 +10377,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8658,6 +10395,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8673,6 +10413,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8685,6 +10428,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8706,6 +10452,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8721,15 +10476,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8742,6 +10506,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8790,6 +10557,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8823,7 +10593,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8910,7 +10680,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8997,6 +10773,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -9009,6 +10788,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -9018,7 +10800,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -9036,6 +10818,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9127,9 +10912,18 @@ msgstr[3] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9154,12 +10948,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9175,6 +10978,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9193,6 +10999,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9208,6 +11017,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9232,9 +11047,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9244,6 +11056,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9268,6 +11086,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9317,6 +11138,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
@@ -9324,6 +11152,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9372,6 +11207,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9385,21 +11271,33 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9424,12 +11322,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9493,6 +11397,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9532,6 +11448,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9691,6 +11610,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9709,6 +11631,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9721,9 +11652,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9745,6 +11682,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9763,6 +11706,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9775,6 +11721,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9787,6 +11736,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9880,13 +11832,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9910,6 +11859,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9952,9 +11904,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9964,6 +11922,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9976,19 +11943,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -10000,9 +11967,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -10015,10 +11991,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -10030,9 +12006,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -10051,6 +12033,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -10058,7 +12043,11 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10108,6 +12097,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10120,6 +12112,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10186,12 +12181,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10249,6 +12250,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10264,6 +12268,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10273,6 +12280,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10303,9 +12313,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10343,6 +12359,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10373,6 +12392,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10439,6 +12461,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10448,6 +12473,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10493,15 +12521,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10511,6 +12542,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10520,13 +12554,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10544,9 +12575,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10562,16 +12590,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10598,6 +12626,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10619,6 +12662,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10670,9 +12716,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10733,6 +12776,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10784,6 +12830,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10793,9 +12842,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10823,6 +12884,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10835,6 +12899,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10845,6 +12912,9 @@ msgstr[3] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10854,12 +12924,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10881,9 +12957,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10929,6 +13002,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10977,6 +13053,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10989,6 +13068,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -11001,9 +13083,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -11022,24 +13101,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -11055,9 +13221,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11088,15 +13251,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11112,6 +13296,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11133,6 +13320,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11160,6 +13350,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11229,6 +13425,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11307,7 +13506,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11331,6 +13530,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11364,9 +13566,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11496,7 +13704,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11547,9 +13755,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11571,6 +13788,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11586,6 +13806,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11604,6 +13830,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11613,9 +13842,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11625,7 +13860,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11658,9 +13899,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11670,6 +13908,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11733,15 +13977,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11940,6 +14217,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12081,6 +14361,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12090,12 +14373,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12105,7 +14397,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12126,6 +14418,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12150,6 +14445,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12231,6 +14541,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12264,27 +14580,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12297,9 +14643,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12318,21 +14682,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12345,15 +14757,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12399,6 +14823,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12414,6 +14844,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12423,6 +14856,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12495,7 +14943,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12609,10 +15057,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12633,6 +15081,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12642,12 +15093,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12663,12 +15126,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12828,12 +15336,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12843,6 +15357,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12867,6 +15387,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12885,12 +15408,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12919,6 +15451,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12934,10 +15469,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12967,10 +15502,38 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -13039,15 +15602,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13129,6 +15701,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13174,6 +15752,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13189,9 +15770,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13276,7 +15863,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13294,9 +15881,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13309,18 +15905,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13368,6 +15958,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13425,6 +16018,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13437,6 +16036,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13471,9 +16076,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13498,9 +16115,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13546,6 +16169,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13582,6 +16208,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13591,16 +16220,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13627,12 +16262,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13699,6 +16340,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13723,6 +16367,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13738,6 +16385,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13756,6 +16406,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13789,10 +16442,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13890,6 +16549,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13923,6 +16585,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13959,39 +16624,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -14010,6 +16741,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -14037,6 +16771,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -14046,6 +16783,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14088,6 +16828,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14097,12 +16840,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14121,6 +16906,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14175,7 +16963,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14217,6 +17005,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14229,7 +17026,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14319,6 +17116,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14376,6 +17176,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14409,6 +17212,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14436,6 +17242,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14452,6 +17264,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14461,6 +17279,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14494,9 +17315,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14551,9 +17369,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14563,9 +17378,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14626,6 +17450,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14659,15 +17486,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14683,27 +17510,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14713,9 +17561,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14848,6 +17702,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14875,6 +17732,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14893,6 +17756,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14917,6 +17825,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14926,7 +17837,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14977,7 +17891,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -15025,6 +17939,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -15049,6 +17969,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15085,12 +18008,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15112,6 +18041,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15127,6 +18059,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15154,6 +18092,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15223,18 +18170,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15250,7 +18212,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15322,6 +18284,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15340,7 +18308,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15382,6 +18350,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15442,7 +18413,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15478,18 +18449,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15508,7 +18494,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15544,6 +18530,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15556,6 +18575,9 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -15563,9 +18585,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15581,6 +18600,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15590,6 +18615,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15599,12 +18627,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15629,12 +18672,22 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15650,6 +18703,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15695,7 +18751,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15707,12 +18766,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15758,6 +18820,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15794,10 +18859,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15806,6 +18871,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15830,6 +18898,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15893,6 +18964,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15902,6 +18976,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15911,6 +18988,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15920,7 +19003,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15932,6 +19030,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15947,6 +19048,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15962,12 +19066,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -16028,9 +19144,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -16055,10 +19168,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16112,6 +19231,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16130,21 +19252,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16160,7 +19297,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16187,6 +19324,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16199,6 +19339,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16211,6 +19357,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16223,10 +19378,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16250,12 +19405,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16448,9 +19657,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16483,6 +19689,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16558,7 +19767,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16675,6 +19884,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16684,18 +19899,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16717,9 +19938,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16747,6 +19974,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16756,6 +19986,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16783,7 +20016,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16840,6 +20073,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16852,24 +20088,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16894,7 +20145,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16915,6 +20166,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16966,9 +20220,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -17002,6 +20253,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -17062,6 +20316,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -17086,9 +20343,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17113,9 +20367,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17134,6 +20385,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17215,6 +20469,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17236,6 +20496,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17272,6 +20535,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17338,7 +20604,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17350,13 +20616,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17389,25 +20655,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17422,10 +20691,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17434,6 +20703,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17494,6 +20766,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17521,12 +20796,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17599,13 +20880,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17626,6 +20919,13 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "View file @ "
msgstr ""
@@ -17635,7 +20935,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17644,7 +20944,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17659,6 +20959,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17668,6 +20971,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17710,19 +21016,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17746,12 +21049,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17788,19 +21094,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17809,6 +21115,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17818,6 +21127,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17827,6 +21139,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17857,6 +21172,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17869,6 +21193,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17888,12 +21215,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -18050,6 +21392,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -18068,6 +21413,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18107,7 +21455,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18116,6 +21464,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18146,9 +21497,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18197,6 +21563,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18206,6 +21575,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18263,6 +21638,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18305,6 +21683,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18320,6 +21701,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18383,12 +21770,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18401,15 +21797,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18419,21 +21821,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18464,6 +21872,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18488,12 +21899,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18521,7 +21938,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18545,6 +21962,16 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18560,12 +21987,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18575,6 +22014,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18587,9 +22029,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18617,6 +22056,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18682,16 +22124,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18725,6 +22157,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18851,18 +22286,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18927,6 +22350,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18946,6 +22372,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18955,12 +22384,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -19013,6 +22448,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -19028,12 +22469,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -19077,6 +22524,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -19095,6 +22545,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19125,6 +22581,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19140,9 +22605,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19156,6 +22618,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19189,9 +22654,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19225,7 +22687,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19273,6 +22735,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19453,6 +22918,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19480,7 +22948,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19503,9 +22977,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19538,6 +23018,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19569,6 +23052,9 @@ msgstr[3] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19590,6 +23076,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19599,6 +23088,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19623,6 +23118,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19641,6 +23139,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19726,12 +23230,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/cy_GB/gitlab.po b/locale/cy_GB/gitlab.po
index f0070ff256d..c4c9680ed06 100644
--- a/locale/cy_GB/gitlab.po
+++ b/locale/cy_GB/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Welsh\n"
"Language: cy_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: cy\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:27\n"
+"PO-Revision-Date: 2020-01-22 09:37\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -60,15 +59,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -126,8 +128,8 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -225,6 +227,24 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -243,6 +263,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -270,6 +299,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -294,6 +326,15 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -318,6 +359,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -342,7 +392,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -357,6 +407,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -372,6 +428,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -402,9 +461,30 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -426,6 +506,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -450,6 +542,15 @@ msgstr[5] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -462,6 +563,18 @@ msgstr[5] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -480,6 +593,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -558,12 +680,30 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "- show less"
msgstr ""
@@ -616,7 +756,13 @@ msgstr[4] ""
msgstr[5] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -627,6 +773,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
@@ -636,6 +791,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -693,9 +857,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -708,12 +881,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -729,9 +908,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -753,16 +938,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -792,18 +971,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -813,6 +1013,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -822,7 +1025,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -837,6 +1040,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -885,6 +1100,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -957,6 +1175,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -966,6 +1187,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -1011,6 +1235,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -1059,13 +1286,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -1107,15 +1334,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -1128,9 +1358,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1143,6 +1370,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1152,7 +1382,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1197,6 +1427,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1206,13 +1439,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1230,6 +1466,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1320,15 +1562,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1344,15 +1610,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1365,18 +1652,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1413,6 +1727,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1425,9 +1745,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1437,15 +1754,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1461,9 +1790,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1476,6 +1802,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1491,10 +1820,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1506,6 +1832,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1515,6 +1844,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1560,12 +1901,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1584,6 +1934,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1617,12 +1970,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1635,6 +1994,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1644,6 +2006,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1659,100 +2024,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1779,7 +2147,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1800,15 +2174,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1818,10 +2201,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1851,12 +2234,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1869,6 +2264,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1908,9 +2306,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1941,6 +2336,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1953,16 +2351,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1995,6 +2396,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -2004,6 +2408,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -2052,9 +2459,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -2094,6 +2510,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2157,6 +2576,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2181,6 +2603,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2193,6 +2627,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2253,12 +2690,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2370,6 +2816,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2439,6 +2888,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2460,22 +2912,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2502,16 +2954,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2520,13 +2969,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2535,10 +2981,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2604,6 +3050,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2754,22 +3203,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2832,9 +3281,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2856,9 +3302,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2883,9 +3326,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2901,6 +3350,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2913,6 +3365,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2952,9 +3407,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2964,6 +3416,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -3027,13 +3482,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -3054,7 +3518,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -3096,6 +3560,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -3105,15 +3572,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3201,6 +3752,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3231,6 +3785,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3303,6 +3860,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3312,6 +3872,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3420,15 +3983,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3444,6 +4010,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3483,6 +4052,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3510,7 +4082,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3528,7 +4103,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3537,12 +4118,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3555,13 +4145,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3570,27 +4160,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3600,9 +4253,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3630,6 +4289,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3657,6 +4319,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3675,6 +4340,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3696,6 +4364,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3717,13 +4388,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3732,13 +4403,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3756,24 +4436,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3783,6 +4496,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3816,10 +4538,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3831,9 +4556,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3843,30 +4580,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3879,7 +4661,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3891,16 +4673,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3915,6 +4703,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3933,6 +4727,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3951,6 +4748,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3963,6 +4766,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3972,12 +4778,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3987,6 +4802,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3996,9 +4814,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -4011,10 +4826,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -4023,6 +4859,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -4035,6 +4877,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -4116,6 +4976,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -4146,6 +5009,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4167,6 +5033,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4185,6 +5054,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4203,6 +5075,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4224,6 +5099,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4239,7 +5117,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4275,15 +5159,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4299,32 +5192,80 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -4332,40 +5273,58 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4401,25 +5360,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4431,9 +5414,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4443,16 +5423,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4464,52 +5456,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4530,27 +5525,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4566,9 +5582,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4584,12 +5606,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4629,6 +5660,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4689,9 +5723,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4731,18 +5774,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4752,13 +5804,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4776,12 +5837,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4815,6 +5882,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4836,6 +5906,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4845,15 +5918,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4866,6 +5966,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4878,9 +5981,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4890,7 +5990,37 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
@@ -4899,24 +6029,39 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4953,6 +6098,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4971,6 +6119,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4989,6 +6140,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -5001,6 +6155,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -5073,6 +6230,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -5112,6 +6281,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -5121,6 +6293,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5190,6 +6365,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5304,10 +6482,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5370,21 +6548,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5403,6 +6602,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5412,19 +6620,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5436,12 +6662,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5466,19 +6695,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5493,15 +6731,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5562,15 +6800,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5592,12 +6836,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5610,6 +6863,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5625,6 +6881,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5640,6 +6902,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5673,9 +6938,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5694,6 +6968,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5706,9 +6986,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5718,6 +7007,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5748,6 +7040,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5760,6 +7055,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5784,6 +7082,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5862,6 +7163,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5910,6 +7217,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5961,6 +7271,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5985,6 +7298,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -6003,9 +7319,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -6018,6 +7331,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -6027,6 +7349,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -6042,12 +7367,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -6066,6 +7400,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -6084,19 +7424,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -6138,9 +7487,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -6156,10 +7511,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -6174,6 +7529,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6189,9 +7550,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6261,10 +7619,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6273,7 +7631,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6309,6 +7667,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6348,6 +7709,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6363,6 +7730,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6396,9 +7766,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6414,7 +7781,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6432,12 +7799,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6456,12 +7829,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6492,18 +7880,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6525,9 +7922,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6579,6 +7982,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6648,13 +8054,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6675,6 +8087,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6684,6 +8099,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6693,6 +8111,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6735,9 +8156,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6762,6 +8180,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6789,6 +8210,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6813,15 +8237,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6843,9 +8261,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6870,12 +8285,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6921,15 +8342,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6972,6 +8387,12 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6981,12 +8402,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -7020,9 +8447,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -7053,9 +8489,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -7071,12 +8504,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -7110,6 +8552,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -7131,6 +8576,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -7152,10 +8600,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -7170,6 +8621,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7185,6 +8639,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7194,6 +8651,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7215,9 +8675,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7260,9 +8717,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7275,15 +8744,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7305,6 +8783,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7326,24 +8810,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7353,13 +8828,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7668,6 +9143,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7701,13 +9179,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7716,6 +9194,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7725,6 +9206,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7746,12 +9230,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7776,6 +9350,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7902,13 +9479,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7920,6 +9500,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7947,12 +9548,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7974,21 +9581,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -8031,6 +9659,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -8052,6 +9683,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -8061,9 +9695,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -8091,21 +9740,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -8118,6 +9788,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -8127,6 +9803,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -8139,6 +9821,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -8154,9 +9839,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -8169,6 +9869,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8235,9 +9938,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8283,6 +9992,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8319,6 +10037,12 @@ msgstr[5] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8340,9 +10064,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8355,12 +10076,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8376,7 +10103,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8439,6 +10166,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8454,7 +10184,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8475,12 +10205,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8625,9 +10373,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8676,6 +10430,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8706,7 +10463,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8727,9 +10484,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8769,7 +10523,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8784,6 +10541,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8799,6 +10559,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8811,6 +10574,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8832,6 +10598,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8847,15 +10622,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8868,6 +10652,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8916,6 +10703,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8949,7 +10739,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -9036,7 +10826,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -9123,6 +10919,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -9135,6 +10934,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -9144,7 +10946,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -9162,6 +10964,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9255,9 +11060,18 @@ msgstr[5] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9282,12 +11096,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9303,6 +11126,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9321,6 +11147,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9336,6 +11165,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9360,9 +11195,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9372,6 +11204,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9396,6 +11234,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9447,6 +11288,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
@@ -9456,6 +11306,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9504,6 +11363,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9519,21 +11429,33 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9558,12 +11480,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9627,6 +11555,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9666,6 +11606,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9825,6 +11768,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9843,6 +11789,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9855,9 +11810,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9879,6 +11840,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9897,6 +11864,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9909,6 +11879,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9921,6 +11894,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -10014,13 +11990,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -10044,6 +12017,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -10086,9 +12062,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -10098,6 +12080,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -10110,19 +12101,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -10134,9 +12125,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -10149,10 +12149,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -10164,9 +12164,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -10185,6 +12191,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -10192,7 +12201,13 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10242,6 +12257,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10254,6 +12272,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10320,12 +12341,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10383,6 +12410,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10398,6 +12428,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10407,6 +12440,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10437,9 +12473,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10479,6 +12521,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10509,6 +12554,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10575,6 +12623,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10584,6 +12635,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10629,15 +12683,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10647,6 +12704,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10656,13 +12716,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10680,9 +12737,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10698,16 +12752,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10734,6 +12788,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10755,6 +12824,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10806,9 +12878,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10869,6 +12938,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10920,6 +12992,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10929,9 +13004,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10959,6 +13046,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10971,6 +13061,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10983,6 +13076,9 @@ msgstr[5] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10992,12 +13088,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -11019,9 +13121,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -11067,6 +13166,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -11115,6 +13217,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -11127,6 +13232,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -11139,9 +13247,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -11160,24 +13265,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -11193,9 +13385,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11226,15 +13415,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11250,6 +13460,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11271,6 +13484,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11298,6 +13514,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11367,6 +13589,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11445,7 +13670,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11469,6 +13694,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11502,9 +13730,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11634,7 +13868,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11685,9 +13919,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11709,6 +13952,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11724,6 +13970,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11742,6 +13994,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11751,9 +14006,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11763,7 +14024,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11796,9 +14063,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11808,6 +14072,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11871,15 +14141,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -12078,6 +14381,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12219,6 +14525,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12228,12 +14537,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12243,7 +14561,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12264,6 +14582,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12288,6 +14609,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12369,6 +14705,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12402,27 +14744,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12435,9 +14807,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12456,21 +14846,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12483,15 +14921,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12537,6 +14987,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12552,6 +15008,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12561,6 +15020,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12633,7 +15107,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12747,10 +15221,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12771,6 +15245,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12780,12 +15257,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12801,12 +15290,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12966,12 +15500,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12981,6 +15521,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -13005,6 +15551,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -13023,12 +15572,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -13059,6 +15617,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -13074,10 +15635,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -13107,10 +15668,40 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -13179,15 +15770,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13269,6 +15869,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13314,6 +15920,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13329,9 +15938,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13416,7 +16031,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13434,9 +16049,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13449,18 +16073,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13512,6 +16130,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13569,6 +16190,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13581,6 +16208,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13617,9 +16250,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13644,9 +16289,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13692,6 +16343,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13728,6 +16382,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13737,16 +16394,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13773,12 +16436,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13845,6 +16514,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13869,6 +16541,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13884,6 +16559,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13902,6 +16580,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13935,10 +16616,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -14058,6 +16745,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -14091,6 +16781,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -14127,39 +16820,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -14178,6 +16937,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -14205,6 +16967,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -14214,6 +16979,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14256,6 +17024,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14265,12 +17036,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14289,6 +17102,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14343,7 +17159,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14385,6 +17201,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14397,7 +17222,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14487,6 +17312,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14544,6 +17372,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14577,6 +17408,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14604,6 +17438,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14622,6 +17462,12 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14631,6 +17477,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14664,9 +17513,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14721,9 +17567,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14733,9 +17576,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14796,6 +17648,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14829,15 +17684,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14853,27 +17708,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14883,9 +17759,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -15018,6 +17900,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -15045,6 +17930,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -15063,6 +17954,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -15087,6 +18023,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -15096,7 +18035,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -15147,7 +18089,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -15195,6 +18137,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -15219,6 +18167,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15255,12 +18206,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15282,6 +18239,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15297,6 +18257,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15324,6 +18290,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15393,18 +18368,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15420,7 +18410,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15492,6 +18482,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15510,7 +18506,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15552,6 +18548,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15612,7 +18611,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15648,18 +18647,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15678,7 +18692,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15714,6 +18728,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15726,6 +18773,9 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -15735,9 +18785,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15753,6 +18800,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15762,6 +18815,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15771,12 +18827,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15801,12 +18872,24 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15822,6 +18905,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15867,7 +18953,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15879,12 +18968,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15930,6 +19022,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15966,10 +19061,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15978,6 +19073,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -16002,6 +19100,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -16065,6 +19166,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -16074,6 +19178,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -16083,6 +19190,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -16092,7 +19205,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -16104,6 +19232,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -16119,6 +19250,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -16134,12 +19268,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -16200,9 +19346,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -16227,10 +19370,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16284,6 +19433,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16302,21 +19454,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16332,7 +19499,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16359,6 +19526,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16371,6 +19541,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16383,6 +19559,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16395,10 +19580,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16422,12 +19607,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16620,9 +19859,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16659,6 +19895,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16734,7 +19973,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16851,6 +20090,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16860,18 +20105,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16893,9 +20144,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16923,6 +20180,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16932,6 +20192,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16959,7 +20222,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -17016,6 +20279,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -17028,24 +20294,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -17070,7 +20351,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -17091,6 +20372,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -17142,9 +20426,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -17178,6 +20459,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -17238,6 +20522,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -17262,9 +20549,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17289,9 +20573,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17310,6 +20591,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17391,6 +20675,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17412,6 +20702,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17448,6 +20741,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17514,7 +20810,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17526,13 +20822,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17565,25 +20861,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17598,10 +20897,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17610,6 +20909,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17670,6 +20972,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17697,12 +21002,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17775,13 +21086,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17802,6 +21125,15 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "View file @ "
msgstr ""
@@ -17811,7 +21143,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17820,7 +21152,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17835,6 +21167,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17844,6 +21179,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17886,19 +21224,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17922,12 +21257,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17964,19 +21302,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17985,6 +21323,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17994,6 +21335,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -18003,6 +21347,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -18033,6 +21380,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -18045,6 +21401,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -18066,12 +21425,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -18228,6 +21602,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -18246,6 +21623,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18285,7 +21665,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18294,6 +21674,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18324,9 +21707,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18375,6 +21773,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18384,6 +21785,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18441,6 +21848,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18483,6 +21893,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18498,6 +21911,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18561,12 +21980,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18579,15 +22007,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18597,21 +22031,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18642,6 +22082,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18666,12 +22109,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18699,7 +22148,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18723,6 +22172,18 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18738,12 +22199,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18753,6 +22226,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18765,9 +22241,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18795,6 +22268,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18870,18 +22346,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18915,6 +22379,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -19041,18 +22508,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -19119,6 +22574,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -19140,6 +22598,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -19149,12 +22610,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -19209,6 +22676,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -19224,12 +22697,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -19275,6 +22754,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -19293,6 +22775,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19323,6 +22811,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19338,9 +22835,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19356,6 +22850,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19389,9 +22886,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19425,7 +22919,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19473,6 +22967,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19653,6 +23150,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19680,7 +23180,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19707,9 +23213,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19746,6 +23258,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19779,6 +23294,9 @@ msgstr[5] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19800,6 +23318,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19809,6 +23330,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19833,6 +23360,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19851,6 +23381,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19938,14 +23474,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/da_DK/gitlab.po b/locale/da_DK/gitlab.po
index 002a870e684..338d82e86a8 100644
--- a/locale/da_DK/gitlab.po
+++ b/locale/da_DK/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Danish\n"
"Language: da_DK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: da\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:17\n"
+"PO-Revision-Date: 2020-01-22 09:33\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/de/gitlab.po b/locale/de/gitlab.po
index b5ff807a229..d1f013f3317 100644
--- a/locale/de/gitlab.po
+++ b/locale/de/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: German\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: de\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:26\n"
+"PO-Revision-Date: 2020-01-22 09:35\n"
msgid " (from %{timeoutSource})"
msgstr " (von %{timeoutSource})"
@@ -52,15 +51,18 @@ msgstr " oder "
msgid " or <!merge request id>"
msgstr " oder <!merge request id>"
-msgid " or <#epic id>"
-msgstr " oder <#epic id>"
-
msgid " or <#issue id>"
msgstr " oder <#issue id>"
+msgid " or <&epic id>"
+msgstr " oder <&epic id>"
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " oder Referenzen (z.B. Pfad/zum/Projekt!merge_request_id)"
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "\"%{path}\" existiert nicht auf \"%{ref}\""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d Kommentar"
@@ -94,10 +96,10 @@ msgid_plural "%d exporters"
msgstr[0] "%d Exporter"
msgstr[1] "%d Exporter"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d fehlgeschlagenes Testergebnis"
-msgstr[1] "%d fehlgeschlagene Testergebnisse"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] "%d weiterer Kommentar"
msgstr[1] "%d weiterere Kommentare"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d Projekt"
+msgstr[1] "%d Projekte"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d Sekunde"
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] "%d vorgemerkte Änderung"
msgstr[1] "%d vorgemerkte Änderungen"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d nicht vorgemerkte Änderung"
@@ -178,6 +195,9 @@ msgstr "%{authorsName}s Unterhaltung"
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} verfasste %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr "%{cores} Kerne"
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/Commit"
@@ -198,6 +218,11 @@ msgstr "%{count} weitere"
msgid "%{count} more assignees"
msgstr "%{count} weitere Zugewiesene"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "%{count} weiteres Release"
+msgstr[1] "%{count} weitere Releases"
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} der erforderlichen %{required} Zustimmungen durch %{name}"
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] "%{count} ausstehender Kommentar"
msgstr[1] "%{count} ausstehende Kommentare"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count} verwandte %{pluralized_subject}: %{links}"
+
+msgid "%{days} days until tags are automatically removed"
+msgstr "%{days} Tage, bis Tags automatisch entfernt werden"
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr "%{description}- Sentry-Event: %{errorUrl}- Zuerst gesehen: %{firstSeen}- Zuletzt gesehen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -238,8 +272,8 @@ msgstr "%{filePath} gelöscht"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} mehr"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} in diesem Commit nicht gefunden"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Gruppen%{group_docs_link_end} ermöglichen dir die Verwaltung und die Zusammenarbeit über mehrere Projekte hinweg. Mitglieder einer Gruppe haben Zugriff auf alle Projekte darin."
@@ -253,6 +287,12 @@ msgstr "%{icon}Sie sind dabei, %{usersTag} Personen zur Diskussion hinzuzufügen
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} wird entfernt! Bist du sicher?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} nicht verfügbar"
@@ -268,9 +308,12 @@ msgstr "%{level_name} ist nicht zulässig, da das Fork-Quellprojekt eine geringe
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}Erfahre mehr%{link_end} über Rollenberechtigungen"
-msgid "%{listToShow}, and %{awardsListLength} more."
+msgid "%{link} can be used for binding events when something is happening within the project."
msgstr ""
+msgid "%{listToShow}, and %{awardsListLength} more."
+msgstr "%{listToShow} und %{awardsListLength} weitere."
+
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Gestartet"
@@ -298,9 +341,26 @@ msgstr "%{number_commits_behind} Commits hinter %{default_branch}, %{number_comm
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% abgeschlossen"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr "%{percent}%{percentSymbol} abgeschlossen"
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary} (%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases} Release"
+msgstr[1] "%{releases} Releases"
+
msgid "%{service_title} activated."
msgstr "%{service_title} aktiviert."
@@ -322,6 +382,18 @@ msgstr "%{size} Bytes"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} wurde erfolgreich an Akismet übermittelt."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} Epics"
@@ -338,6 +410,11 @@ msgstr[1] "%{strong_start}%{commit_count}%{strong_end} Commits"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} Dateien"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Tag"
@@ -346,6 +423,18 @@ msgstr[1] "%{strong_start}%{tag_count}%{strong_end} Tags"
msgid "%{tabname} changed"
msgstr "%{tabname} geändert"
+msgid "%{tags} tag per image name"
+msgstr "%{tags} Tag pro Image-Name"
+
+msgid "%{tags} tags per image name"
+msgstr "%{tags} Tags pro Image-Name"
+
+msgid "%{tag}-evidence.json"
+msgstr "%{tag}-evidence.json"
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id} ist unbekannt oder ungültig"
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files}"
@@ -360,6 +449,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} Änderungen"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr "%{total} offenes Ticketgewicht"
+
+msgid "%{total} open issues"
+msgstr "%{total} offene Tickets"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} nicht vorgemerkte und %{staged} vorgemerkte Änderungen"
@@ -391,7 +489,7 @@ msgid "'%{source}' is not a import source"
msgstr "'%{source}' ist keine Import-Quelle"
msgid "'%{template_name}' is unknown or invalid"
-msgstr ""
+msgstr "'%{template_name}' ist unbekannt oder ungültig"
msgid "(%d closed)"
msgid_plural "(%d closed)"
@@ -434,12 +532,22 @@ msgstr "+%{extraOptionCount} weitere"
msgid ", or "
msgstr ", oder "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Prozessor ist aktiv und kann neue Jobs verarbeiten"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Runner ist angehalten und wird keine neuen Aufgaben entgegennehmen"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr "- weniger anzeigen"
@@ -472,18 +580,30 @@ msgstr[0] "1 geschlossener Merge Request"
msgstr[1] "%{merge_requests} geschlossene Merge Requests"
msgid "1 day"
-msgstr "1 Tag"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "Eine Gruppe"
msgstr[1] "%d Gruppen"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "1 zusammengeführte Merge Request"
msgstr[1] "%{merge_requests} zusammengeführte Merge Requests"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "1 offenes Ticket"
@@ -521,9 +641,18 @@ msgstr "10-19 Beiträge"
msgid "1st contribution!"
msgstr "Erster Beitrag!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29 Beiträge"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "2FA"
@@ -536,12 +665,18 @@ msgstr "3 Tage"
msgid "3 hours"
msgstr "3 Stunden"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 Minuten"
msgid "30+ contributions"
msgstr "30+ Beiträge"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "Bitte kontaktiere deine(n) GitLab-Administrator(in) um die Erlaubnis zu erhalten."
@@ -557,9 +692,15 @@ msgstr "Seite nicht gefunden"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "Bitte kontaktiere deine(n) GitLab-Administrator(in), wenn du denkst, dass dies ein Fehler ist."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 Stunden"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> fügt allen von johnsmith@example.com erstellten Tickets und Kommentaren \"Von <a href=\"#\">@johnsmith</a>\" hinzu und setzt <a href=\"#\">@johnsmith</a> als Zuständigen für alle Tickets die ursprünglich johnsmith@example.com zugewiesen waren."
@@ -576,22 +717,16 @@ msgid "<no name set>"
msgstr "<no name set>"
msgid "<no scopes selected>"
-msgstr ""
+msgstr "<keine Bereiche ausgewählt>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} nicht vorgemerkte</strong> und <strong>%{stagedFilesLength} vorgemerkte</strong> Änderungen"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> erstellt, <strong>%{accepted_count}</strong> akzeptiert."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> erstellt, <strong>%{closed_count}</strong> geschlossen."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> Gruppenmitglieder"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong> Pushes, mehr als <strong>%{commits}</strong> Commits von <strong>%{people}</strong> Mitwirkenden."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "<strong>Löscht</strong> den Quellbranch"
@@ -620,18 +755,39 @@ msgstr "Ein SSL-Zertifikat von Let's Encrypt kann erst nach Domainbestätigung a
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "Ein Let's Encrypt-Konto wird für diese GitLab-Installation mit deiner E-Mail-Adresse konfiguriert. Du erhältst E-Mails, um vor dem Ablaufen der Zertifikate zu warnen."
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr "Eine grundlegende Seite und serverlose Funktion, die AWS Lambda, AWS API Gateway und GitLab Pages verwendet"
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Ein Default-Branch kann nicht für ein leeres Projekt ausgewählt werden."
msgid "A deleted user"
msgstr "Ein(e) gelöschte(r) Benutzer(in)"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr "Ein Fork ist eine Kopie eines Projekts.<br />Wenn du ein Repository forkst, kannst du, ohne Auswirkungen auf das ursprüngliche Projekt, Änderungen vornehmen."
msgid "A member of the abuse team will review your report as soon as possible."
+msgstr "Deinen Bericht wird so schnell wie möglich von einer zuständigen Person überprüfen."
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr "Eine Genehmigung des Merge-Requests ist erforderlich, wenn ein Sicherheitsbericht eine neue Sicherheitslücke von hoher, kritischer oder unbekannter Schwere erhält."
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr "Eine Genehmigung des Merge-Requests ist erforderlich, wenn der Lizenz-Compliance-Bericht eine Lizenz auf einer schwarzen Liste beinhaltet."
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr ""
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr "Ein neues Release %{tag} für %{name} wurde veröffentlicht. Besuche die %{release_link_start}Releases-Seite%{release_link_end}, um mehr darüber zu erfahren."
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr "Ein neues Release %{tag} für %{name} wurde veröffentlicht. Besuche die Releases-Seite, um mehr darüber zu erfahren:"
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "Ein neuer Branch wird in deinem Fork erzeugt und ein neuer Merge-Request wird gestartet."
@@ -641,6 +797,9 @@ msgstr "Eine neuer Identitätswechsel-Token wurde erstellt."
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "Eine einfache HTML-Seite, welche statt GitLab Netlify für CI/CD nutzt, aber trotzdem von all den anderen nützlichen GitLab-Funktionen profitiert."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "In einem Projekt speicherst du deine Dateien (Repository), planst deine Arbeit (Tickets) und veröffentlichst deine Dokumentation (Wiki), %{among_other_things_link}."
@@ -650,11 +809,11 @@ msgstr "Eine gebrauchsfertige Vorlage zur Nutzung mit Android-Apps."
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "Eine gebrauchsfertige Vorlage zur Nutzung mit iOS Swift-Apps."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "Ein regulärer Ausdruck, um die Ausgabe der Testabdeckung in der Fehlerprotokollierung des Jobs zu finden. Zum Deaktivieren leer lassen"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr "Ein regulärer Ausdruck, der zum Suchen der Testabdeckung im Joblog verwendet wird. Leer lassen, um dies zu deaktivieren"
msgid "A secure token that identifies an external storage request."
-msgstr ""
+msgstr "Ein sicheres Token, das die Anfrage eines externen Speichers identifiziert."
msgid "A user with write access to the source branch selected this option"
msgstr "Ein(e) Benutzer(in) mit Schreibzugriff auf den Quellbranch hat diese Option ausgewählt"
@@ -665,6 +824,18 @@ msgstr "API-Hilfe"
msgid "API Token"
msgstr "API Token"
+msgid "AWS Access Key"
+msgstr "AWS Zugangsschlüssel"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr "AWS Zugangsschlüssel. Nur dann erforderlich, wenn Rollen-Instanz-Anmeldeinformationen nicht verwendet werden"
+
+msgid "AWS Secret Access Key"
+msgstr "AWS Geheimer Zugangsschlüssel"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr "AWS Zugangsschlüssel. Nur dann erforderlich, wenn Rollen-Instanz-Anmeldeinformationen nicht verwendet werden"
+
msgid "Abort"
msgstr "Abbrechen"
@@ -713,6 +884,9 @@ msgstr "Zugriff verboten. Überprüfe deine Zugriffsebene."
msgid "Access to '%{classification_label}' not allowed"
msgstr "Zugriff auf '%{classification_label}' nicht erlaubt"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "Gruppen"
@@ -720,13 +894,13 @@ msgid "AccessDropdown|Roles"
msgstr "Rollen"
msgid "AccessDropdown|Users"
-msgstr ""
+msgstr "Benutzer(innen)"
msgid "AccessTokens|Access Tokens"
msgstr "Zugangs-Token"
msgid "AccessTokens|Are you sure?"
-msgstr ""
+msgstr "Sind Sie sicher?"
msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
msgstr "Sind Sie sicher? Jegliche RSS- oder Kalender-Links, die aktuell genutzt werden aufhören zu funktionieren."
@@ -747,44 +921,47 @@ msgid "AccessTokens|It cannot be used to access any other data."
msgstr "Es kann nicht für den Zugriff auf andere Daten verwendet werden."
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
-msgstr ""
+msgstr "Behalten Sie dieses Token für sich. Mit diesem Token hat jeder Vollzugriff auf Ihr Repository. Mit %{reset_link_start}reset it%{reset_link_end} können Sie das Token zurücksetzen."
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
msgstr "Halte dieses Token geheim. Alle, die dieses Token erfahren, haben Vollzugriff. Sie können das Token unter folgendem Link zurücksetzen %{link_reset_it}."
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens."
-msgstr ""
+msgstr "Bewahren Sie diesen Token geheim auf. Jeder mit Zugriff darauf kann Aktivitäten lesen und RSS-Feeds oder Ihren Kalender-Feed ausgeben, als wären Sie es. Sie können den Token unter folgendem Link zurücksetzen: %{link_reset_it}."
msgid "AccessTokens|Personal Access Tokens"
-msgstr ""
+msgstr "Persönliches Zugangs-Token"
msgid "AccessTokens|Static object token"
-msgstr ""
+msgstr "Statischer Objekt-Token"
msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
-msgstr ""
+msgstr "Dies sind die einzigen akzeptierten Kennwörter, wenn die Zwei-Faktor-Authentifizierung (2FA) aktiviert ist."
msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP."
-msgstr ""
+msgstr "Du kannst auch persönliche Zugriffstokens verwenden, um dich bei Git über HTTP zu authentifizieren."
msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
-msgstr ""
+msgstr "Du kannst für jede von dir verwendete Anwendung, die Zugriff auf die GitLab-API benötigt, ein persönliches Zugriffstoken erstellen."
msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
-msgstr ""
+msgstr "Dein Feed-Token ist in deinen Feed-URLs enthalten und authentifiziert dich wenn dein RSS-Reader einen persönlichen Feed lädt (oder deine Kalender-Anwendung einen persönlichen Kalender)."
msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
-msgstr ""
+msgstr "Dein eingehendes E-Mail-Token wird verwendet, um dich beim Erstellen eines neuen Tickets per E-Mail zu authentifizieren. Es ist in deinen persönlichen projektspezifischen E-Mail-Adressen enthalten."
msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
-msgstr ""
+msgstr "Dein Token für statische Objekte wird verwendet, um dich zu authentifizieren, wenn statische Repository-Objekte (z. B. Archive, Blöcke, ...) von einem externen Speicher bereitgestellt werden."
msgid "AccessTokens|reset it"
-msgstr ""
+msgstr "Zurücksetzen"
msgid "Account"
msgstr "Konto"
+msgid "Account ID"
+msgstr "Account-ID"
+
msgid "Account and limit"
msgstr "Konto und Limit"
@@ -794,6 +971,9 @@ msgstr "Konto: %{account}"
msgid "Action to take when receiving an alert."
msgstr "Aktion beim Empfang eines Alarms."
+msgid "Activate"
+msgstr "Aktivieren"
+
msgid "Activate Service Desk"
msgstr "Service-Desk aktivieren"
@@ -835,11 +1015,14 @@ msgstr "Jaeger URL hinzufügen"
msgid "Add Kubernetes cluster"
msgstr "Kubernetes-Cluster hinzufügen"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr "README hinzufügen"
msgid "Add Zoom meeting"
-msgstr ""
+msgstr "Zoom-Besprechung hinzufügen"
msgid "Add a %{type} token"
msgstr "Fügen Sie ein %{type} Token hinzu"
@@ -848,7 +1031,7 @@ msgid "Add a GPG key"
msgstr "GPG-Schlüssel hinzufügen"
msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
-msgstr ""
+msgstr "Füge eine Grafana-Schaltfläche in der Administrator-Menüleiste im Überwachungsbereich hinzu, um auf eine Vielzahl von Statistiken zum Zustand und zur Leistung von GitLab zuzugreifen."
msgid "Add a To Do"
msgstr "To-Do hinzufügen"
@@ -883,15 +1066,15 @@ msgstr "Füge zusätzlichen Text hinzu, der in jeglicher E-Mail-Kommunikation an
msgid "Add an SSH key"
msgstr "SSH-Schlüssel hinzufügen"
+msgid "Add an existing issue to the epic."
+msgstr "Füge dem Epic ein vorhandenes Ticket hinzu."
+
msgid "Add an issue"
msgstr "Ticket hinzufügen"
msgid "Add approval rule"
msgstr "Füge Zustimmungsregel hinzu"
-msgid "Add approvers"
-msgstr "Genehmigungsberechtigte hinzufügen"
-
msgid "Add bold text"
msgstr "Fetten Text hinzufügen"
@@ -931,35 +1114,35 @@ msgstr "Neue Anwendung hinzufügen"
msgid "Add new directory"
msgstr "Erstelle eine neues Verzeichnis"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr "Neues Mitglied zu %{strong_start}%{group_name}%{strong_end} hinzufügen"
-
msgid "Add or subtract spent time"
msgstr "Addiere oder subtrahiere verbrachte Zeit"
msgid "Add reaction"
msgstr "Reaktion hinzufügen"
+msgid "Add request manually"
+msgstr "Anfrage manuell hinzufügen"
+
+msgid "Add system hook"
+msgstr "System-Hook hinzufügen"
+
msgid "Add to Slack"
-msgstr ""
+msgstr "Zu Slack hinzufügen"
msgid "Add to epic"
-msgstr ""
+msgstr "Zu Epic hinzufügen"
msgid "Add to merge train"
-msgstr ""
+msgstr "Zu Merge-Train hinzufügen"
msgid "Add to merge train when pipeline succeeds"
-msgstr ""
-
-msgid "Add to project"
-msgstr "Zum Projekt hinzufügen"
+msgstr "Zu Merge-Train hinzufügen, wenn die Pipeline erfolgreich ist"
msgid "Add to review"
msgstr "Zum Review hinzufügen"
msgid "Add to tree"
-msgstr ""
+msgstr "Zur Verzeichnisbaum hinzufügen"
msgid "Add user(s) to the group:"
msgstr "Benutzer(innen) zur Gruppe hinzufügen:"
@@ -967,6 +1150,9 @@ msgstr "Benutzer(innen) zur Gruppe hinzufügen:"
msgid "Add users to group"
msgstr "Füge Benutzer(innen) zur Gruppe hinzu"
+msgid "Add webhook"
+msgstr "Webhook hinzufügen"
+
msgid "AddMember|No users specified."
msgstr "Keine Benutzer(innen) angegeben."
@@ -974,25 +1160,25 @@ msgid "AddMember|Too many users specified (limit is %{user_limit})"
msgstr "Zu viele Benutzer(innen) angegeben (Limit ist %{user_limit})"
msgid "Added"
-msgstr ""
+msgstr "Hinzugefügt"
-msgid "Added %{epic_ref} as child epic."
-msgstr ""
+msgid "Added %{epic_ref} as a child epic."
+msgstr "%{epic_ref} als untergeordnetes Epic hinzugefügt."
msgid "Added %{label_references} %{label_text}."
-msgstr ""
+msgstr "%{label_references} %{label_text} hinzugefügt."
msgid "Added a To Do."
-msgstr ""
+msgstr "To Do hinzugefügt."
msgid "Added an issue to an epic."
-msgstr ""
+msgstr "Ein Ticket zu einem Epic hinzugefügt."
msgid "Added at"
msgstr "Hinzugefügt um"
msgid "Added in this version"
-msgstr ""
+msgstr "In dieser Version hinzugefügt"
msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
msgstr "Das Hinzufügen neuer Anwendungen ist in deiner GitLab-Instanz deaktiviert. Bitte kontaktiere deine(n) GitLab-Administrator(in), um die Berechtigung zu erhalten"
@@ -1010,16 +1196,19 @@ msgid "Adds %{epic_ref} as child epic."
msgstr "Fügt %{epic_ref} als Sub-Epic hinzu."
msgid "Adds %{labels} %{label_text}."
-msgstr ""
+msgstr "Fügt %{labels} %{label_text} hinzu."
msgid "Adds a To Do."
-msgstr ""
+msgstr "To-Do hinzufügen."
msgid "Adds a Zoom meeting"
-msgstr ""
+msgstr "Fügt ein Zoom-Meeting hinzu"
msgid "Adds an issue to an epic."
-msgstr ""
+msgstr "Fügt ein Ticket zu einem Epic hinzu."
+
+msgid "Adjust your filters/search criteria above."
+msgstr "Passe deine Filter/Suchkriterien oben an."
msgid "Admin Area"
msgstr "Adminbereich"
@@ -1030,14 +1219,17 @@ msgstr "Admin-Ãœbersicht"
msgid "Admin Section"
msgstr "Admin-Bereich"
-msgid "Admin notes"
-msgstr "Admin-Notizen"
+msgid "Admin mode already enabled"
+msgstr "Adminmodus bereits aktiviert"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Du bist gerade dabei den/die Benutzer(in) %{username} dauerhaft zu löschen. Tickets, Merge-Requests und Gruppen, die mit ihm/ihr verknüpft sind, werden einem systemweiten \"Ghost-user\" zugewiesen. Um Datenverlust zu vermeiden, ziehe in Erwägung stattdessen die Funktion %{strong_start}Benutzer(in) blockieren%{strong_end} zu verwenden. Nachdem du %{strong_start}Benutzer(in) entfernen%{strong_end} ausgeführt hast, kann es nicht rückgängig gemacht oder der/die Benutzer(in) wiederhergestellt werden."
+msgid "Admin mode disabled"
+msgstr "Adminmodus deaktiviert"
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Du bist gerade dabei den/die Benutzer(in) %{username} dauerhaft zu löschen. Tickets, Merge-Requests und Gruppen, die mit ihm/ihr verknüpft sind werden gelöscht. Um Datenverlust zu vermeiden, ziehe in Erwägung stattdessen die Funktion %{strong_start}Benutzer(in) blockieren%{strong_end} zu nutzen. Nachdem du %{strong_start}Benutzer(in) entfernen%{strong_end} ausgeführt hast, kann es nicht rückgängig gemacht oder der/die Benutzer(in) wiederhergestellt werden."
+msgid "Admin mode enabled"
+msgstr "Adminmodus aktiviert"
+
+msgid "Admin notes"
+msgstr "Admin-Notizen"
msgid "AdminArea|Stop all jobs"
msgstr "Alle Jobs stoppen"
@@ -1054,9 +1246,15 @@ msgstr "Stoppen von Jobs ist fehlgeschlagen"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Du bist dabei, alle Jobs zu stoppen. Dies hält alle aktuellen Jobs, die ausgeführt werden, an."
-msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgid "AdminCredentials|Personal Access Tokens"
msgstr ""
+msgid "AdminCredentials|SSH Keys"
+msgstr "SSH-Schlüssel"
+
+msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgstr "Fehler beim Laden der Statistik. Bitte versuche es erneut"
+
msgid "AdminNote|Note"
msgstr "Notiz"
@@ -1082,52 +1280,52 @@ msgid "AdminSettings|Environment variables are protected by default"
msgstr "Umgebungsvariablen sind standardmäßig geschützt"
msgid "AdminSettings|No required pipeline"
-msgstr ""
+msgstr "Keine Pipeline erforderlich"
msgid "AdminSettings|Required pipeline configuration"
-msgstr ""
+msgstr "Erforderliche Pipeline-Konfiguration"
msgid "AdminSettings|Select a pipeline configuration file"
-msgstr ""
+msgstr "Pipeline-Konfigurationsdatei auswählen"
msgid "AdminSettings|Select a template"
-msgstr ""
+msgstr "Wähle eine Vorlage"
msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
-msgstr ""
+msgstr "Lege eine instanzweite automatisch inkludierte %{link_start}Pipeline-Konfiguration%{link_end} fest. Diese Pipeline-Konfiguration wird nach der projekteigenen Konfiguration ausgeführt."
msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
msgstr "Gib eine Domain an, die standardmäßig für die Auto-Review-Anwendungen- und Auto-Bereitstsellungs-Phasen jedes Projekts verwendet werden soll."
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
-msgstr ""
+msgstr "Die erforderliche Pipeline-Konfiguration kann aus dem Verzeichnis %{code_start}gitlab-ci%{code_end} im konfigurierten %{link_start}Instanz-Vorlagen-Repository%{link_end} oder aus den von GitLab bereitgestellten Konfigurationen ausgewählt werden."
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "Eine neu erstellte Umgebungsvariable ist standardmäßig geschützt."
msgid "AdminStatistics|Active Users"
-msgstr ""
+msgstr "Aktive Benutzer(innen)"
msgid "AdminStatistics|Forks"
-msgstr ""
+msgstr "Forks"
msgid "AdminStatistics|Issues"
-msgstr ""
+msgstr "Tickets"
msgid "AdminStatistics|Merge Requests"
-msgstr ""
+msgstr "Merge-Requests"
msgid "AdminStatistics|Milestones"
-msgstr ""
+msgstr "Meilensteine"
msgid "AdminStatistics|Notes"
-msgstr ""
+msgstr "Notizen"
msgid "AdminStatistics|SSH Keys"
-msgstr ""
+msgstr "SSH-Schlüssel"
msgid "AdminStatistics|Snippets"
-msgstr ""
+msgstr "Codeausschnitte"
msgid "AdminUsers|2FA Disabled"
msgstr "2FA deaktiviert"
@@ -1144,15 +1342,39 @@ msgstr "Admin"
msgid "AdminUsers|Admins"
msgstr "Admins"
+msgid "AdminUsers|Block"
+msgstr "Blockieren"
+
msgid "AdminUsers|Block user"
msgstr "Benutzer(in) blockieren"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "Benutzer(in) %{username} blockieren?"
+
msgid "AdminUsers|Blocked"
msgstr "Blockiert"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "Benutzer(in) zu blockieren hat folgende Auswirkungen:"
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "Kann gesperrte LDAP-Benutzer(innen) nicht entsperren"
+msgid "AdminUsers|Deactivate"
+msgstr "Deakivieren"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "Benutzer(in) %{username} deaktivieren?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr "Benutzer(in) deaktivieren"
+
+msgid "AdminUsers|Deactivated"
+msgstr "Deaktiviert"
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr "Benutzer(in) zu deaktivieren hat folgende Auswirkungen:"
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "Benutzer(in) %{username} und seine/ihre Beiträge löschen?"
@@ -1168,15 +1390,36 @@ msgstr "Benutzer(in) und Beiträge löschen"
msgid "AdminUsers|External"
msgstr "Extern"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "Das bist du!"
msgid "AdminUsers|New user"
msgstr "Neue(r) Benutzer(in)"
+msgid "AdminUsers|No credentials found"
+msgstr "Keine Zugangsdaten gefunden"
+
msgid "AdminUsers|No users found"
msgstr "Keine Benutzer(innen) gefunden"
+msgid "AdminUsers|Owned groups will be left"
+msgstr "Eigene Gruppen werden verlassen"
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr "Persönliche Projekte werden verlassen"
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr "Persönliche Projekte, Gruppen- und Benutzerhistorie werden intakt gelassen"
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr "Benutzer(in) zu reaktivieren, wird:"
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr "Zugriff auf das Konto wiederherstellen, einschließlich Web, Git und API."
+
msgid "AdminUsers|Search by name, email or username"
msgstr "Suche nach Name, E-Mail oder Benutzername"
@@ -1189,18 +1432,45 @@ msgstr "E-Mail an Benutzer(innen) senden"
msgid "AdminUsers|Sort by"
msgstr "Sortiert nach"
+msgid "AdminUsers|The user will be logged out"
+msgstr "Benutzer(in) wird abgemeldet"
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr "Diese(r) Benutzer(in) wird nicht auf Git-Repositories zugreifen können"
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "Diese(r) Benutzer(in) kann nicht auf die API zugreifen"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr "Diese(r) Benutzer(in) kann keine Slash-Befehle verwenden"
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr "Diese(r) Benutzer(in) erhält keine Benachrichtigungen"
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Zur Bestätigung %{projectName} eingeben"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Zur Bestätigung %{username} eingeben"
-msgid "AdminUsers|User will be blocked"
-msgstr "Benutzer(in) wird gesperrt"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr "Diese(r) Benutzer(in) kann nicht auf Git-Repositories zugreifen"
+
+msgid "AdminUsers|User will not be able to login"
+msgstr "Benutzer(in) wird sich nicht anmelden können"
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr "Wenn diese(r) Benutzer(in) sich wieder anmeldet, wird das Konto vollständig reaktiviert"
msgid "AdminUsers|Without projects"
msgstr "Ohne Projekte"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr "Erweitert"
@@ -1217,7 +1487,7 @@ msgid "After a successful password update you will be redirected to login screen
msgstr "Nach dem erfolgreichen Ändern des Passwortes wirst du zum Anmeldebildschirm weitergeleitet."
msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
-msgstr ""
+msgstr "Nach einer erfolgreichen Passwortaktualisierung wirst du zur Anmeldeseite weitergeleitet, wo du dich mit deinem neuen Passwort anmelden kannst."
msgid "Alert"
msgid_plural "Alerts"
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr "Alarme"
+msgid "Alerts endpoint"
+msgstr "Alarm-Endpunkt"
+
+msgid "Algorithm"
+msgstr "Algorithmus"
+
msgid "All"
msgstr "Alle"
@@ -1240,22 +1516,22 @@ msgid "All Members"
msgstr "Alle Mitglieder"
msgid "All branches"
-msgstr ""
+msgstr "Alle Branches"
msgid "All changes are committed"
msgstr "Alle Änderungen sind committed"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
-msgstr ""
+msgstr "Alle E-Mail-Adressen werden verwendet, um deine Commits zu identifizieren."
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Alle Features sind für leere Projekte, Vorlagen, oder beim Import aktiviert. Du kannst sie aber danach in den Projekteinstellungen deaktivieren."
msgid "All groups and projects"
-msgstr ""
+msgstr "Alle Gruppen und Projekte"
+
+msgid "All issues for this milestone are closed."
+msgstr "Alle Tickets für diesen Meilenstein sind geschlossen."
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "Alle Tickets für diesen Meilenstein sind geschlossen. Du kannst diesen Meilenstein jetzt schließen."
@@ -1263,9 +1539,18 @@ msgstr "Alle Tickets für diesen Meilenstein sind geschlossen. Du kannst diesen
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr "Alle Merge-Konflikte wurden gelöst. Der Merge-Request kann nun gemerged werden."
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr "Alle Pfade sind relativ zur GitLab-URL. Füge keine %{relative_url_link_start}relativen URLs%{relative_url_link_end} hinzu."
+
msgid "All projects"
msgstr "Alle Projekte"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr "Alle Sicherheits-Scans sind aktiviert, weil %{linkStart}Auto DevOps%{linkEnd} in diesem Projekt aktiviert ist"
+
msgid "All users"
msgstr "Alle Benutzer(innen)"
@@ -1281,9 +1566,6 @@ msgstr "Erlaube Commits von Mitgliedern die zum Zielbranch mergen können."
msgid "Allow group owners to manage LDAP-related settings"
msgstr "Gruppenbesitzer erlauben, LDAP-bezogene Einstellungen zu verwalten"
-msgid "Allow mirrors to be set up for projects"
-msgstr "Lass zu, dass Mirrors für Projekte eingerichtet werden"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "Nur die ausgewählten Protokolle für den Git-Zugriff zulassen."
@@ -1296,14 +1578,17 @@ msgstr "Erlaube den öffentlichen Zugriff auf Pipelines und Jobdetails, einschli
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Rendering von PlantUML-Diagrammen in Asciidoc-Dokumenten erlauben."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr "Erlaube Anfragen an das lokale Netzwerk von Hooks und Diensten."
msgid "Allow requests to the local network from system hooks"
-msgstr ""
+msgstr "Anfragen an das lokale Netzwerk von System-Hooks erlauben"
msgid "Allow requests to the local network from web hooks and services"
-msgstr ""
+msgstr "Anfragen an das lokale Netzwerk von Web-Hooks und Diensten erlauben"
msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
msgstr "Diesem Schlüssel auch erlauben, in das Repository zu pushen? (Normalerweise ist nur Pull-Zugriff erlaubt)"
@@ -1311,11 +1596,8 @@ msgstr "Diesem Schlüssel auch erlauben, in das Repository zu pushen? (Normalerw
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "Erlaube Benutzer(innen), jede Anwendung zur Nutzung von GitLab als OAuth-Anbieter zu registrieren"
-msgid "Allow users to request access"
-msgstr "Erlaube es Benutzer(innen) Zugriff zu beantragen"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Erlaube es Benutzer(innen) Zugriff zu beantragen, wenn die Sichtbarkeit Öffentlich oder Intern ist."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -1326,6 +1608,9 @@ msgstr "Scheitern erlaubt"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Ermöglicht dir das Hinzufügen und Verwalten von Kubernetes-Clustern."
+msgid "Almost there"
+msgstr "Fast geschafft"
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Wird auch \"Herausgeber\" oder \"Relying-Party-Trust-Identifier\" genannt"
@@ -1335,6 +1620,18 @@ msgstr "Wird auch \"Relying-Party-Service-URL\" oder \"Antwort-URL\" genannt"
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr "Amazon Web Services"
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "Dauer (in Stunden), für die der/die Benutzer(in) die erzwungene Konfiguration der Zwei-Faktor-Authentifizierung überspringen darf"
@@ -1348,7 +1645,7 @@ msgid "An error has occurred"
msgstr "Es ist ein Fehler aufgetreten"
msgid "An error occurred adding a draft to the thread."
-msgstr ""
+msgstr "Beim Hinzufügen eines Entwurfs zur Diskussion ist ein Fehler aufgetreten."
msgid "An error occurred adding a new draft."
msgstr "Beim Hinzufügen eines neuen Entwurfs ist ein Fehler aufgetreten."
@@ -1380,12 +1677,21 @@ msgstr "Beim Versuch, eine Diskussion zu lösen, ist ein Fehler aufgetreten. Bit
msgid "An error occurred when updating the issue weight"
msgstr "Beim Aktualisieren der Ticket-Gewichtung ist ein Fehler aufgetreten"
+msgid "An error occurred while checking group path"
+msgstr "Beim Aufrufen des Projektpfades ist ein Fehler aufgetreten"
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "Beim Löschen der Genehmigungsberechtigten-Gruppe trat ein Fehler auf"
msgid "An error occurred while deleting the comment"
msgstr "Beim Löschen des Kommentars ist ein Fehler aufgetreten"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "Bei der Erkennung von Hostschlüsseln ist ein Fehler aufgetreten"
@@ -1402,13 +1708,16 @@ msgid "An error occurred while enabling Service Desk."
msgstr "Beim Aktivieren des Service-Desks ist ein Fehler aufgetreten."
msgid "An error occurred while fetching environments."
+msgstr "Beim Abrufen der Umgebungen ist ein Fehler aufgetreten."
+
+msgid "An error occurred while fetching exposed artifacts."
msgstr ""
msgid "An error occurred while fetching folder content."
-msgstr ""
+msgstr "Beim Abrufen des Ordnerinhalts ist ein Fehler aufgetreten."
msgid "An error occurred while fetching issues."
-msgstr ""
+msgstr "Beim Abrufen von Tickets ist ein Fehler aufgetreten."
msgid "An error occurred while fetching label colors."
msgstr "Beim Abrufen der Label-Farben ist ein Fehler aufgetreten."
@@ -1437,12 +1746,18 @@ msgstr "Beim Abrufen der Builds ist ein Fehler aufgetreten."
msgid "An error occurred while fetching the job log."
msgstr "Beim Abrufen des Jobprotokolls ist ein Fehler aufgetreten."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "Beim Abrufen des Jobs ist ein Fehler aufgetreten."
msgid "An error occurred while fetching the jobs."
msgstr "Beim Abrufen der Jobs ist ein Fehler aufgetreten."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "Beim Abrufen der Pipeline ist ein Fehler aufgetreten."
@@ -1453,6 +1768,9 @@ msgid "An error occurred while fetching this tab."
msgstr "Beim Abrufen des Tabs ist ein Fehler aufgetreten."
msgid "An error occurred while generating a username. Please try again."
+msgstr "Beim Erzeugen des Benutzernames trat ein Fehler auf. Bitte versuche es erneut."
+
+msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
msgid "An error occurred while getting projects"
@@ -1464,6 +1782,9 @@ msgstr "Beim Importieren des Projektes ist ein Fehler aufgetreten: %{details}"
msgid "An error occurred while initializing path locks"
msgstr "Beim Initialisieren der Pfadsperren ist ein Fehler aufgetreten"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Beim Laden der Diagrammdaten ist ein Fehler aufgetreten"
@@ -1479,9 +1800,39 @@ msgstr "Beim Laden des Diffs ist ein Fehler aufgetreten"
msgid "An error occurred while loading filenames"
msgstr "Beim Laden der Dateinamen ist ein Fehler aufgetreten"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr "Beim Laden der Daten trat ein Fehler auf. Bitte versuche es erneut."
+
msgid "An error occurred while loading the file"
msgstr "Beim Laden der Datei ist ein Fehler aufgetreten"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "Beim Laden der Abonnementdetails ist ein Fehler aufgetreten."
@@ -1504,7 +1855,7 @@ msgid "An error occurred while rendering preview broadcast message"
msgstr "Beim Rendern der Vorschau der Broadcast-Nachricht ist ein Fehler aufgetreten"
msgid "An error occurred while reordering issues."
-msgstr ""
+msgstr "Beim Umordnen von Tickets ist ein Fehler aufgetreten."
msgid "An error occurred while retrieving calendar activity"
msgstr "Beim Abrufen der Kalenderaktivität ist ein Fehler aufgetreten"
@@ -1521,14 +1872,17 @@ msgstr "Beim Speichern der Zuweisungen ist ein Fehler aufgetreten"
msgid "An error occurred while saving the approval settings"
msgstr "Beim Speichern der Genehmigungseinstellungen ist ein Fehler aufgetreten"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr "Beim Abonnieren von Benachrichtigungen ist ein Fehler aufgetreten."
msgid "An error occurred while triggering the job."
-msgstr ""
+msgstr "Beim Starten des Jobs ist ein Fehler aufgetreten."
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr ""
+msgstr "Beim Versuch, eine neue Pipeline für den Merge-Request zu starten, ist ein Fehler aufgetreten."
msgid "An error occurred while unsubscribing to notifications."
msgstr "Beim Abbestellen der Benachrichtigungen ist ein Fehler aufgetreten."
@@ -1539,47 +1893,17 @@ msgstr "Beim Ändern der Genehmigungsberechtigten ist ein Fehler aufgetreten"
msgid "An error occurred while updating the comment"
msgstr "Beim Aktualisieren des Kommentars ist ein Fehler aufgetreten"
-msgid "An error occurred while validating username"
-msgstr "Beim Validieren des Benutzernamens ist ein Fehler aufgetreten"
-
-msgid "An error occurred while committing your changes."
-msgstr "Beim Committen deiner Änderungen ist ein Fehler aufgetreten."
-
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while validating group path"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "Beim Abrufen der neuesten Pipeline ist ein Fehler aufgetreten."
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr "Beim Abrufen der Dateien für - %{branchId} ist ein Fehler aufgetreten"
-
-msgid "An error occurred while loading all the files."
-msgstr "Beim Laden aller Dateien ist ein Fehler aufgetreten."
-
-msgid "An error occurred while loading the file content."
-msgstr "Beim Laden des Dateiinhalts ist ein Fehler aufgetreten."
-
-msgid "An error occurred while loading the file."
-msgstr "Beim Laden der Datei ist ein Fehler aufgetreten."
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "Beim Laden der Merge-Request-Änderungen ist ein Fehler aufgetreten."
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "Beim Laden der Versionsdaten des Merge-Requests ist ein Fehler aufgetreten."
-
-msgid "An error occurred while loading the merge request."
-msgstr "Beim Laden des Merge-Requests ist ein Fehler aufgetreten."
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "Beim Laden der Pipeline-Jobs ist ein Fehler aufgetreten."
+msgid "An error occurred while validating username"
+msgstr "Beim Validieren des Benutzernamens ist ein Fehler aufgetreten"
msgid "An error occurred. Please try again."
msgstr "Ein Fehler ist aufgetreten. Bitte versuche es erneut."
msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
-msgstr ""
+msgstr "Ein Ticket kann ein Fehler, ein To-do oder eine Feature-Anfrage sein, das in einem Projekt diskutiert werden muss. Außerdem sind Tickets durchsuchbar und filterbar."
msgid "An unexpected error occurred while checking the project environment."
msgstr "Beim Überprüfen der Projektumgebung ist ein unerwarteter Fehler aufgetreten."
@@ -1599,7 +1923,13 @@ msgstr "Beim Beenden des Web-Terminals ist ein unerwarteter Fehler aufgetreten."
msgid "Analytics"
msgstr "Analysen"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,13 +1950,22 @@ msgstr "Beliebiges Label"
msgid "Any Milestone"
msgstr "Jeder Meilenstein"
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr "Alle verschlüsselten Tokens"
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr "Jeder Namensraum"
msgid "Any user"
+msgstr "Jede(r) Benutzer(in)"
+
+msgid "App ID"
msgstr ""
msgid "Appearance"
@@ -1638,10 +1977,10 @@ msgstr "Das Erscheinungsbild wurde erfolgreich erstellt."
msgid "Appearance was successfully updated."
msgstr "Das Erscheinungsbild wurde erfolgreich aktualisiert."
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr ""
-
msgid "Append the comment with %{shrug}"
+msgstr "Beende den Kommentar mit %{shrug}"
+
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1651,7 +1990,7 @@ msgid "Application ID"
msgstr "Anwendungs-ID"
msgid "Application settings saved successfully"
-msgstr ""
+msgstr "Anwendungseinstellungen erfolgreich gespeichert"
msgid "Application uninstalled but failed to destroy: %{error_message}"
msgstr "Die Anwendung wurde deinstalliert, konnte jedoch nicht gelöscht werden: %{error_message}"
@@ -1671,12 +2010,24 @@ msgstr "Anwendungen"
msgid "Applied"
msgstr "Angewendet"
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
+msgstr "Label hinzufügen"
+
+msgid "Apply a template"
msgstr ""
msgid "Apply suggestion"
msgstr "Vorschlag anwenden"
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr "Befehl anwenden"
@@ -1689,6 +2040,9 @@ msgstr "Mehrere Befehle anwenden"
msgid "Applying suggestion"
msgstr "Vorschlag anwenden"
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d Mitglied"
@@ -1712,37 +2066,37 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
-msgstr ""
+msgstr "Genehmigungsberechtigte(r)"
msgid "ApprovalRule|Name"
msgstr "Name"
msgid "ApprovalRule|No. approvals required"
-msgstr ""
+msgstr "Zahl erforderlicher Zustimmungen"
msgid "ApprovalRule|Rule name"
-msgstr ""
+msgstr "Regelname"
msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr "z.B. QS, Sicherheit, etc."
msgid "Approvals"
-msgstr ""
+msgstr "Zustimmungen"
msgid "Approve"
-msgstr ""
+msgstr "Genehmigen"
msgid "Approve a merge request"
-msgstr ""
+msgstr "Einen Merge-Request genehmigen"
msgid "Approve the current merge request."
-msgstr ""
+msgstr "Aktuellen Merge-Request genehmigen."
msgid "Approved the current merge request."
+msgstr "Der aktuelle Merge-Request wurde genehmigt."
+
+msgid "Approver"
msgstr ""
msgid "Apr"
@@ -1757,17 +2111,20 @@ msgstr "Jobs archivieren"
msgid "Archive project"
msgstr "Projekt archivieren"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr "Archiviertes Projekt! Repository und andere Projektressourcen sind schreibgeschützt"
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "Archiviertes Projekt! Repository und andere Projektressourcen sind schreibgeschützt"
msgid "Archived projects"
msgstr "Archivierte Projekte"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
-msgstr "Bist du sicher"
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
msgid "Are you sure that you want to archive this project?"
msgstr "Möchtest du wirklich dieses Projekt archivieren?"
@@ -1782,13 +2139,13 @@ msgid "Are you sure you want to cancel editing this comment?"
msgstr "Möchtest du wirklich die Bearbeitung dieses Kommentars abbrechen?"
msgid "Are you sure you want to delete these artifacts?"
-msgstr ""
+msgstr "Möchtest du diese Artefakte wirklich löschen?"
msgid "Are you sure you want to delete this %{typeOfComment}?"
-msgstr ""
+msgstr "Möchtest du diesen %{typeOfComment} wirklich entfernen?"
msgid "Are you sure you want to delete this board?"
-msgstr ""
+msgstr "Möchtest du dieses Board wirklich löschen?"
msgid "Are you sure you want to delete this device? This action cannot be undone."
msgstr ""
@@ -1799,6 +2156,9 @@ msgstr "Möchtest du wirklich diese Liste löschen?"
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Bist Du sicher, dass Du diesen Pipeline-Zeitplan löschen möchtest?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Bist du sicher, dass du diesen Build löschen möchtest?"
@@ -1808,6 +2168,9 @@ msgstr "Bist du sicher, dass du alle nicht gespeicherten Änderungen verwerfen m
msgid "Are you sure you want to lose your issue information?"
msgstr "Möchtest du wirklich die Ticketinformationen verlieren?"
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr "Möchtest du wirklich diese Lizenz dauerhaft löschen?"
@@ -1818,7 +2181,7 @@ msgid "Are you sure you want to remove %{group_name}?"
msgstr "Bist du sicher, dass du %{group_name} wirklich entfernen willst?"
msgid "Are you sure you want to remove the attachment?"
-msgstr ""
+msgstr "Möchtest du den Anhang wirklich entfernen?"
msgid "Are you sure you want to remove this identity?"
msgstr "Bist du sicher, dass du diese Identität entfernen willst?"
@@ -1827,7 +2190,7 @@ msgid "Are you sure you want to reset registration token?"
msgstr "Bist du sicher, dass du den Registrierungstoken zurücksetzen willst?"
msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr ""
+msgstr "Möchtest du wirklich das SCIM-Token zurücksetzen? Die SCIM-Bereitstellung funktioniert nicht mehr, bis das neue Token aktualisiert ist."
msgid "Are you sure you want to reset the health check token?"
msgstr "Bist du sicher, dass du den Health-Check-Token zurücksetzen willst?"
@@ -1856,17 +2219,26 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
-msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+msgid "Are you sure? The device will be signed out of GitLab."
msgstr ""
+msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+msgstr "Bist du sicher? Dadurch werden deine registrierten Anwendungen und U2F-Geräte ungültig."
+
+msgid "Arrange charts"
+msgstr "Diagramme anordnen"
+
+msgid "Artifact"
+msgstr "Artefakt"
+
msgid "Artifact ID"
msgstr "Artefakt-ID"
msgid "Artifact could not be deleted."
-msgstr ""
+msgstr "Artefakt konnte nicht gelöscht werden."
msgid "Artifact was successfully deleted."
-msgstr ""
+msgstr "Artefakt wurde erfolgreich gelöscht."
msgid "Artifacts"
msgstr "Artefakte"
@@ -1878,7 +2250,7 @@ msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{co
msgstr ""
msgid "AsanaService|Asana - Teamwork without email"
-msgstr ""
+msgstr "Asana - Teamwork ohne E-Mail"
msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
@@ -1898,14 +2270,17 @@ msgstr "Assertion-Consumer-Service-URL"
msgid "Assets"
msgstr "Assets"
+msgid "Assets:"
+msgstr "Assets:"
+
msgid "Assign"
-msgstr ""
+msgstr "Zuweisen"
msgid "Assign custom color like #FF0000"
msgstr "Benutzerdefinierte Farbe wie #FF0000 zuweisen"
msgid "Assign epic"
-msgstr ""
+msgstr "Epic zuweisen"
msgid "Assign labels"
msgstr "Label zuweisen"
@@ -1926,7 +2301,7 @@ msgid "Assign yourself to this issue"
msgstr ""
msgid "Assigned %{assignee_users_sentence}."
-msgstr ""
+msgstr "%{assignee_users_sentence} zugewiesen."
msgid "Assigned Issues"
msgstr "Zugewiesene Tickets"
@@ -1939,8 +2314,8 @@ msgstr "Mir zugewiesen"
msgid "Assignee"
msgid_plural "%d Assignees"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Beauftragte(r)"
+msgstr[1] "%d Beauftragte"
msgid "Assignee lists not available with your current license"
msgstr "Zuweisungslisten sind mit deiner momentanen Lizenz nicht verfügbar"
@@ -1952,9 +2327,12 @@ msgid "Assignee(s)"
msgstr "Zugewiesene Personen"
msgid "Assigns %{assignee_users_sentence}."
-msgstr ""
+msgstr "Weise %{assignee_users_sentence} zu."
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
+msgstr "Mindestens eine Zustimmung der Code-Eigentümer(innen) ist erforderlich, um Dateien zu ändern, auf die die entsprechenden CODEOWNER-Regeln zutreffen."
+
+msgid "At least one of group_id or project_id must be specified"
msgstr ""
msgid "Attach a file"
@@ -1975,6 +2353,18 @@ msgid "Audit Events"
msgstr "Audit-Ereignisse"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr "Mit Audit Events können Sie wichtige Ereignisse in GitLab nachverfolgen."
+
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
msgstr ""
msgid "Aug"
@@ -1984,9 +2374,12 @@ msgid "August"
msgstr "August"
msgid "Authenticate"
-msgstr ""
+msgstr "Authentifizieren"
msgid "Authenticate with GitHub"
+msgstr "Mit GitHub authentifizieren"
+
+msgid "Authenticating"
msgstr ""
msgid "Authentication Log"
@@ -2014,7 +2407,7 @@ msgid "Authorization code:"
msgstr "Autorisierungscode:"
msgid "Authorization key"
-msgstr ""
+msgstr "Berechtigungsschlüssel"
msgid "Authorization was granted by entering your username and password in the application."
msgstr "Die Autorisierung wurde erteilt, indem du deinen Benutzernamen und Passwort in die Anwendung eingeben hast."
@@ -2026,7 +2419,7 @@ msgid "Authorize %{link_to_client} to use your account?"
msgstr "Autorisierst du %{link_to_client} dein Konto zu verwenden?"
msgid "Authorized %{new_chat_name}"
-msgstr ""
+msgstr "%{new_chat_name} autorisiert"
msgid "Authorized At"
msgstr "Autorisiert bei"
@@ -2049,12 +2442,21 @@ msgstr "Auto-DevOps, Runners und Jobartefakte"
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "Lösche redundante, ausstehende Pipelines automatisch"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto-DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Auto-DevOps-Dokumentation"
@@ -2071,7 +2473,7 @@ msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if
msgstr "Die Auto-DevOps-Pipeline wurde aktiviert und wir verwendet, falls keine alternative CI-Konfigurationsdatei gefunden wurde. %{more_information_link}"
msgid "Autocomplete"
-msgstr ""
+msgstr "Autovervollständigung"
msgid "Autocomplete description"
msgstr ""
@@ -2083,19 +2485,19 @@ msgid "Autocomplete usage hint"
msgstr ""
msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
-msgstr ""
+msgstr "Automatische Zertifikatsverwaltung mit %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
msgid "Automatic certificate management using Let's Encrypt"
-msgstr ""
+msgstr "Automatische Zertifikatsverwaltung mit Let's Encrypt"
msgid "Automatically marked as default internal user"
msgstr "Automatisch als interne(r) Standardbenutzer(in) gekennzeichnet"
msgid "Automatically resolved"
-msgstr ""
+msgstr "Automatisch aufgelöst"
msgid "Automatically update this project's branches and tags from the upstream repository every hour."
-msgstr ""
+msgstr "Aktualisiere die Branches und Tags des Projektes stündlich aus dem Upstream Repository."
msgid "Autosave|Note"
msgstr "Notiz"
@@ -2107,10 +2509,10 @@ msgid "Available group Runners: %{runners}"
msgstr "Verfügbare Gruppen-Runner: %{runners}"
msgid "Available shared Runners:"
-msgstr ""
+msgstr "Verfügbare geteilte Runner:"
msgid "Available specific runners"
-msgstr ""
+msgstr "Verfügbare spezifische Runner"
msgid "Avatar for %{assigneeName}"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr "Gruppen-Badge"
msgid "Badges|Link"
msgstr "Link"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "Kein Badge-Bild"
@@ -2218,16 +2623,16 @@ msgid "Balsamiq file could not be loaded."
msgstr "Balsamiq-Datei konnte nicht geladen werden."
msgid "BambooService|A continuous integration and build server"
-msgstr ""
+msgstr "Ein Continuous-Integration- und Build-Server"
msgid "BambooService|A user with API access, if applicable"
msgstr ""
msgid "BambooService|Atlassian Bamboo CI"
-msgstr ""
+msgstr "Atlassian Bamboo CI"
msgid "BambooService|Bamboo build plan key like KEY"
-msgstr ""
+msgstr "Bamboo-Build-Plan-Schlüssel, z.B. KEY"
msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "Alle ausstehenden Kommentare löschen"
@@ -2256,23 +2664,23 @@ msgstr "Mit dem ausgewählten Commit beginnen"
msgid "Below are examples of regex for existing tools:"
msgstr "Im Folgenden findest du Beispiele für Regex für vorhandene Tools:"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Unten findest du alle Gruppen, die öffentlich sind."
msgid "Billing"
msgstr "Abrechnung"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "Aktueller Tarif"
-
-msgid "BillingPlans|Downgrade"
-msgstr "Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
@@ -2298,17 +2706,14 @@ msgstr "Diese Gruppe verwendet den Tarif der übergeordneten Gruppe."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Im Abschnitt Abrechnung von %{parent_billing_page_link} kannst du den Tarif für diese Gruppe verwalten."
-msgid "BillingPlans|Upgrade"
-msgstr "Upgrade"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "Deine GitLab.com Testversion ist am %{expiration_date} abgelaufen. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "Features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
msgstr "Häufig gestellte Fragen (FAQ)"
@@ -2316,13 +2721,10 @@ msgstr "Häufig gestellte Fragen (FAQ)"
msgid "BillingPlans|monthly"
msgstr "monatlich"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "%{price_per_year} jährlich"
-
msgid "BillingPlans|per user"
msgstr "je Benutzer(in)"
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,12 +2733,12 @@ msgstr "Bitbucket-Server-Import"
msgid "Bitbucket import"
msgstr "Bitbucket-Import"
-msgid "Block"
-msgstr "Sperren"
-
msgid "Blocked"
msgstr "Gesperrt"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "Blog"
@@ -2344,19 +2746,19 @@ msgid "Blue helpers indicate an action to be taken."
msgstr ""
msgid "Board name"
-msgstr ""
+msgstr "Board Name"
msgid "Board scope"
-msgstr ""
+msgstr "Board-Bereich"
msgid "Board scope affects which issues are displayed for anyone who visits this board"
msgstr ""
msgid "BoardBlankState|Add default lists"
-msgstr ""
+msgstr "Standardlisten hinzufügen"
msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
-msgstr ""
+msgstr "Fügen Sie Ihrem Ticketboard mit einem Klick die folgenden Standardlisten hinzu:"
msgid "BoardBlankState|Nevermind, I'll use my own"
msgstr ""
@@ -2368,16 +2770,16 @@ msgid "Boards"
msgstr "Boards"
msgid "Boards|Collapse"
-msgstr ""
+msgstr "Einklappen"
msgid "Boards|Edit board"
-msgstr ""
+msgstr "Board bearbeiten"
msgid "Boards|Expand"
msgstr ""
msgid "Boards|View scope"
-msgstr ""
+msgstr "Bereich anzeigen"
msgid "Branch"
msgstr ""
@@ -2400,6 +2802,9 @@ msgstr "Branch-Name"
msgid "Branch not loaded - %{branchId}"
msgstr "Branch nicht geladen - %{branchId}"
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Branches durchsuchen"
@@ -2550,23 +2955,23 @@ msgstr ""
msgid "Browse files"
msgstr "Dateien durchsuchen"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
msgid "Built-in"
msgstr "Integriert"
-msgid "BurndownChartLabel|Guideline"
+msgid "Burndown chart"
msgstr ""
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
msgid "BurndownChartLabel|Open issues"
-msgstr ""
-
-msgid "BurndownChartLabel|Progress"
-msgstr ""
-
-msgid "BurndownChartLabel|Remaining"
-msgstr ""
+msgstr "Offene Tickets"
msgid "Business"
msgstr "Business"
@@ -2628,9 +3033,6 @@ msgstr "CI/CD-Einstellungen"
msgid "CICD|Auto DevOps"
msgstr "Auto-DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto-DevOps wird deine Anwendung basierend auf einer vordefinierten CI/CD-Konfiguration automatisch bauen, testen und bereitstellen."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "Automatische Bereitstellung für Staging, manuelle Bereitstellung für Produktion"
@@ -2652,9 +3054,6 @@ msgstr "Bereitstellungsstrategie"
msgid "CICD|Jobs"
msgstr "Jobs"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Erfahre mehr über Auto-DevOps"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "Die Auto-DevOps-Pipeline wird ausgeführt, wenn keine alternative CI-Konfigurationsdatei gefunden wird."
@@ -2671,17 +3070,23 @@ msgid "CICD|instance enabled"
msgstr "Instanz aktiviert"
msgid "CLOSED"
-msgstr ""
+msgstr "GESCHLOSSEN"
msgid "CLOSED (MOVED)"
-msgstr ""
+msgstr "GESCHLOSSEN (VERSCHOBEN)"
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr "Callback-URL"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "Kann erforderliche Genehmigungsberechtigte und Genehmigungen pro Merge-Request überschreiben"
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,20 +3117,23 @@ msgstr ""
msgid "Cancel this job"
msgstr "Job abbrechen"
-msgid "Cancelling Preview"
+msgid "Canceled deployment to"
msgstr ""
+msgid "Cancelling Preview"
+msgstr "Schließe Vorschau"
+
msgid "Cannot be merged automatically"
msgstr "Kann nicht automatisch zusammengeführt werden"
msgid "Cannot create the abuse report. The user has been deleted."
-msgstr ""
+msgstr "Der Missbrauchsbericht kann nicht erstellt werden. Der/Die Benutzer(in) wurde gelöscht."
msgid "Cannot create the abuse report. This user has been blocked."
-msgstr ""
+msgstr "Der Missbrauchsbericht kann nicht erstellt werden. Der/Die Benutzer(in) wurde gesperrt."
msgid "Cannot merge"
-msgstr ""
+msgstr "Kann nicht mergen"
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Kann verwalteten Kubernetes-Cluster nicht ändern"
@@ -2731,7 +3142,7 @@ msgid "Cannot refer to a group milestone by an internal id!"
msgstr ""
msgid "Cannot render the image. Maximum character count (%{charLimit}) has been exceeded."
-msgstr ""
+msgstr "Das Bild kann nicht dargestellt werden. Maximale Zeichenanzahl (%{charLimit}) wurde überschritten."
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr "Zertifikat"
msgid "Certificate (PEM)"
msgstr "Zertifikat (PEM)"
-msgid "Change Weight"
-msgstr "Gewichtung ändern"
-
msgid "Change assignee"
msgstr ""
@@ -2760,11 +3168,14 @@ msgstr "Zuweisung(en) ändern"
msgid "Change assignee(s)."
msgstr "Zuweisung(en) ändern."
-msgid "Change label"
+msgid "Change branches"
msgstr ""
+msgid "Change label"
+msgstr "Label ändern"
+
msgid "Change milestone"
-msgstr ""
+msgstr "Meilenstein ändern"
msgid "Change path"
msgstr "Pfad ändern"
@@ -2782,10 +3193,10 @@ msgid "Change title"
msgstr "Titel ändern"
msgid "Change your password"
-msgstr ""
+msgstr "Ändere dein Passwort"
msgid "Change your password or recover your current one"
-msgstr ""
+msgstr "Ändere dein Passwort oder stelle dein aktuelles wieder her"
msgid "ChangeTypeActionLabel|Pick into branch"
msgstr "In dem Branch wählen"
@@ -2823,13 +3234,22 @@ msgstr "Ändert den Titel in \"%{title_param}\"."
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr "Die Änderungen werden nicht ausgeführt bis %{link_start}neu indexiert%{link_end} wurde."
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr "Das Ändern eines Release-Tags wird nur über die Release-API unterstützt. %{linkStart}Weitere Informationen%{linkEnd}"
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Diagramme"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Chat"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,11 +3270,11 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
-msgstr ""
+msgstr "Tag"
msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
msgstr ""
@@ -2866,13 +3286,13 @@ msgid "ChatMessage|has failed"
msgstr ""
msgid "ChatMessage|has passed"
-msgstr ""
+msgstr "hat bestanden"
msgid "ChatMessage|has passed with warnings"
msgstr ""
msgid "ChatMessage|in %{duration}"
-msgstr ""
+msgstr "in %{duration}"
msgid "ChatMessage|in %{project_link}"
msgstr ""
@@ -2881,10 +3301,10 @@ msgid "ChatMessage|passed"
msgstr ""
msgid "Check again"
-msgstr ""
+msgstr "Erneut prüfen"
msgid "Check feature availability on namespace plan"
-msgstr ""
+msgstr "Überprüfe die Verfügbarkeit der Funktion im Namensraum"
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Lies die %{docs_link_start}Dokumentation%{docs_link_end}."
@@ -2892,6 +3312,9 @@ msgstr "Lies die %{docs_link_start}Dokumentation%{docs_link_end}."
msgid "Check your .gitlab-ci.yml"
msgstr "Prüfe deine .gitlab-ci.yml"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "Prüfe %{text} Verfügbarkeit…"
@@ -2901,15 +3324,99 @@ msgstr "Prüfe Genehmigungsstatus"
msgid "Checking branch availability..."
msgstr "Überprüfe Verfügbarkeit des Branches..."
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr "Überprüfe Verfügbarkeit des Benutzernamens..."
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Diesen Commit cherry picken"
msgid "Cherry-pick this merge request"
msgstr "Diesen Merge-Request cherry picken"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr "Untergeordnetes Epic existiert nicht."
+
+msgid "Child epic doesn't exist."
+msgstr "Untergeordnetes Epic existiert nicht."
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "Wähle <strong>Archiv erstellen</strong> und warte, bis die Archivierung abgeschlossen ist."
@@ -2923,7 +3430,7 @@ msgid "Choose a file"
msgstr "Wähle eine Datei"
msgid "Choose a group"
-msgstr ""
+msgstr "Wähle eine Gruppe"
msgid "Choose a role permission"
msgstr "Wähle eine Rollenberechtigung aus"
@@ -2944,7 +3451,7 @@ msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent
msgstr "Wähle zwischen <code>clone</code> oder <code>fetch</code>, um den aktuellen Anwendungscode zu erhalten"
msgid "Choose file…"
-msgstr ""
+msgstr "Datei auswählen…"
msgid "Choose the top-level group for your repository imports."
msgstr "Wähle die übergeordnetste Gruppe für deine Repository-Importe."
@@ -2997,6 +3504,9 @@ msgstr "warte auf einen verzögerten Job"
msgid "CiStatusLabel|waiting for manual action"
msgstr "wartet auf manuelles Eingreifen"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "blockiert"
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "übersprungen"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "laufend"
@@ -3040,10 +3553,10 @@ msgid "CiVariables|Input variable value"
msgstr "Variablenwert eingeben"
msgid "CiVariables|Key"
-msgstr ""
+msgstr "Schlüssel"
msgid "CiVariables|Masked"
-msgstr ""
+msgstr "Maskiert"
msgid "CiVariables|Remove variable row"
msgstr "Variable jetzt löschen"
@@ -3055,13 +3568,13 @@ msgid "CiVariables|Specify variable values to be used in this run. The values sp
msgstr ""
msgid "CiVariables|State"
-msgstr ""
+msgstr "Status"
msgid "CiVariables|Type"
-msgstr ""
+msgstr "Typ"
msgid "CiVariables|Value"
-msgstr ""
+msgstr "Wert"
msgid "CiVariables|Variables"
msgstr ""
@@ -3076,10 +3589,10 @@ msgid "CiVariable|Create wildcard"
msgstr "Wildcard erstellen"
msgid "CiVariable|Error occurred while saving variables"
-msgstr ""
+msgstr "Fehler beim Speichern von Variablen"
msgid "CiVariable|Masked"
-msgstr ""
+msgstr "Maskiert"
msgid "CiVariable|New environment"
msgstr "Neue Umgebung"
@@ -3091,7 +3604,7 @@ msgid "CiVariable|Search environments"
msgstr "Umgebungen durchsuchen"
msgid "CiVariable|Toggle masked"
-msgstr ""
+msgstr "Maskierung umschalten"
msgid "CiVariable|Toggle protected"
msgstr "Schutzstatus umschalten"
@@ -3099,6 +3612,9 @@ msgstr "Schutzstatus umschalten"
msgid "CiVariable|Validation failed"
msgstr "Validierung fehlgeschlagen"
+msgid "Class"
+msgstr "Klasse"
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3106,13 +3622,16 @@ msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
msgstr "ist nicht verfügbar: %{reason}"
msgid "Clear"
+msgstr "Leeren"
+
+msgid "Clear chart filters"
msgstr ""
msgid "Clear input"
-msgstr ""
+msgstr "Eingabe löschen"
msgid "Clear recent searches"
-msgstr ""
+msgstr "Letzte Suchen löschen"
msgid "Clear search"
msgstr "Suche löschen"
@@ -3127,7 +3646,7 @@ msgid "Clear weight"
msgstr ""
msgid "Cleared weight."
-msgstr ""
+msgstr "Gewichtung entfernt."
msgid "Clears weight."
msgstr ""
@@ -3181,7 +3700,7 @@ msgid "Clone with %{http_label}"
msgstr ""
msgid "Clone with KRB5"
-msgstr ""
+msgstr "Mit KRB5 klonen"
msgid "Clone with SSH"
msgstr ""
@@ -3190,7 +3709,7 @@ msgid "Close"
msgstr "Schließen"
msgid "Close %{tabname}"
-msgstr ""
+msgstr "Schließe %{tabname}"
msgid "Close epic"
msgstr "Epic schließen"
@@ -3202,7 +3721,7 @@ msgid "Close sidebar"
msgstr "Seitenleiste schließen"
msgid "Close this %{quick_action_target}"
-msgstr ""
+msgstr "Schließe dieses %{quick_action_target}"
msgid "Closed"
msgstr "Geschlossen"
@@ -3211,23 +3730,26 @@ msgid "Closed issues"
msgstr "Geschlossene Tickets"
msgid "Closed this %{quick_action_target}."
-msgstr ""
+msgstr "Dieses %{quick_action_target} wurde geschlossen."
msgid "Closes this %{quick_action_target}."
-msgstr ""
+msgstr "Schließt dieses %{quick_action_target}."
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "%{custom_domain_start}Mehr Informationen%{custom_domain_end}."
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
msgstr ""
+msgid "ClusterIntegration| can be used instead of a custom domain."
+msgstr "kann anstatt einer benutzerdefinierten Domain verwendet werden."
+
msgid "ClusterIntegration| is the default environment scope for this cluster. This means that all jobs, regardless of their environment, will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
msgstr ""
@@ -3235,9 +3757,12 @@ msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernet
msgstr "%{appList} wurde erfolgreich auf deinem Kubernetes-Cluster installiert"
msgid "ClusterIntegration|%{title} uninstalled successfully."
-msgstr ""
+msgstr "%{title} erfolgreich deinstalliert."
msgid "ClusterIntegration|%{title} updated successfully."
+msgstr "%{title} erfolgreich aktualisiert."
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
msgstr ""
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr "Ermögliche GitLab, Namespace- und Service-Konten für diesen Cluster zu verwalten. %{startLink}Weitere Informationen%{endLink}"
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,8 +3834,11 @@ msgstr "Anwendungen"
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "Bist du sicher, dass du die Integration dieses Kubernetes-Clusters entfernen möchtest? Dadurch wird dein tatsächlicher Kubernetes-Cluster nicht gelöscht."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr "Mit AWS authentifizieren"
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "Zertifizierungsstellen-Bundle (PEM-Format)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr "Wähle, welche Anwendungen auf deinem Kubernetes Cluster installiert wer
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Wähle, welche deiner Umgebungen du für dieses Cluster verwenden willst."
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr "API-URL kopieren"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "CA-Zertifikat kopieren"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Jupyter-Hostnamen in die Zwischenablage kopieren"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,19 +3912,76 @@ msgstr "Kubernetes-Clusternamen kopieren"
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr "Regionen konnten nicht von Ihrem AWS-Konto geladen werden"
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
msgstr ""
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Kubernetes-Cluster erstellen"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
+msgstr "Cluster erstellen auf"
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
msgstr ""
msgid "ClusterIntegration|Did you know?"
msgstr "Wusstest du schon?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
+msgstr "Cloud Run auf GKE aktivieren (Beta)"
+
+msgid "ClusterIntegration|Enable Web Application Firewall"
msgstr ""
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
@@ -3387,6 +3990,12 @@ msgstr "Aktiviere oder deaktiviere die Verbindung zwischen GitLab und deinem Kub
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Aktiviere diese Einstellung, wenn rollenbasierte Zugriffskontrolle (RBAC) verwendet werden soll."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Gib die Details für deinen Kubernetes-Cluster ein"
@@ -3396,9 +4005,15 @@ msgstr "Umgebungsumfang"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "Jedes neue Google Cloud Platform-Konto (GCP-Konto) erhält 300 $ Guthaben bei %{sign_up_link}. In Zusammenarbeit mit Google kann GitLab zusätzlich 200 $ für neue und bestehende GCP-Konten anbieten, um mit GitLabs Integration der Google Kubernetes-Engine zu beginnen."
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Google Cloud Platform-Projekt"
@@ -3453,6 +4071,9 @@ msgstr "Ausblenden"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Wenn du mehrere Cluster einrichtest und Auto-DevOps verwendest, lies zuerst %{help_link_start}dies%{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Kubernetes-Cluster-Automatisierung integrieren"
@@ -3492,6 +4116,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "JupyterHub, ein Mehrbenutzer-Hub, erstellt, verwaltet und leitet mehrere Instanzen des Jupyter-Notebook-Servers für Einzelbenutzer. JupyterHub kann verwendet werden, um Notebooks an eine Klasse von Studenten, eine Unternehmens-Data-Science-Gruppe oder eine wissenschaftliche Forschungsgruppe zu liefern."
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3513,13 +4140,13 @@ msgstr "Kubernetes-Cluster"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Kubernetes-Cluster-Details"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "Kubernetes-Cluster wird mit der Google Kubernetes-Engine erstellt..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Kubernetes-Clustername"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr "Kubernetes-Cluster ermöglichen dir auf einfache Weise die Benutzung der
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Kubernetes-Cluster können zum Bereitstellen von Anwendungen und zur Zur­ver­fü­gung­stel­lung von Review-Anwendungen für dieses Projekt verwendet werden"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "Erfahre mehr über %{help_link_start_machine_type}Maschinentypen%{help_link_end} und %{help_link_start_pricing}Preise%{help_link_end}."
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "Erfahre mehr über %{help_link_start}Zonen%{help_link_end}."
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,7 +4188,28 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr "Schlüsselpaare werden geladen"
+
msgid "ClusterIntegration|Loading Regions"
+msgstr "Regionen werden geladen"
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr "VPCs werden geladen"
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr "Instanztypen werden geladen"
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr "Sicherheitsgruppen werden geladen"
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
msgstr ""
msgid "ClusterIntegration|Machine type"
@@ -3561,15 +4218,27 @@ msgstr "Maschinentyp"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "Stelle sicher, dass dein Konto %{link_to_requirements}, um Kubernetes-Cluster zu erstellen"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "Verwalte dein Kubernetes-Cluster hier: %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr "Keine VPCs gefunden"
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr "Keine Maschinentypen stimmen mit deiner Suche überein"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "Keine Projekte gefunden"
@@ -3579,6 +4248,15 @@ msgstr "Keine Projekte entsprechen deiner Suche"
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr "Keine Zonen entsprechen deiner Suche"
@@ -3612,14 +4290,17 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr "Prometheus ist ein Open-Source-Ãœberwachungssystem mit %{gitlabIntegrationLink} zur Ãœberwachung von bereitgestellten Anwendungen."
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "RBAC-kompatibles Cluster"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Lies unsere %{link_to_help_page} zur Kubernetes-Cluster-Integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
-msgstr ""
+msgstr "Region"
msgid "ClusterIntegration|Remove Kubernetes cluster integration"
msgstr "Entferne die Kubernetes-Cluster-Integration"
@@ -3627,9 +4308,21 @@ msgstr "Entferne die Kubernetes-Cluster-Integration"
msgid "ClusterIntegration|Remove integration"
msgstr "Integration entfernen"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "Entferne die Konfiguration dieses Kubernetes-Clusters aus diesem Projekt. Dein eigentliches Kubernetes-Cluster wird hierbei nicht gelöscht."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "Ersetze dies mit deinem eigenen Hostnamen wenn du möchtest. Wenn du dies tust, verweise mit deinem Hostnamen auf die Ingress-IP-Adresse oben."
@@ -3639,30 +4332,75 @@ msgstr "Anfrage zur Installation fehlgeschlagen"
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr "Änderungen speichern"
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr "VPCs suchen"
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr "Suche Maschinentypen"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "Suche Projekte"
msgid "ClusterIntegration|Search regions"
+msgstr "Regionen suchen"
+
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
msgstr ""
msgid "ClusterIntegration|Search zones"
msgstr "Suche Zonen"
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "Betrachte und ändere die Details deines Kubernetes-Clusters"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Wähle den Maschinentyp aus"
@@ -3675,7 +4413,7 @@ msgstr "Wähle ein Projekt und ein Zone, um den Maschinentyp auszuwählen"
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Wähle ein Projekt aus, um die Zone auszuwählen"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,17 +4425,23 @@ msgstr "Wähle eine Zone aus, um den Maschinentyp auszuwählen"
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Zeige"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "Auf unserer Seite ist etwas schief gelaufen."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Beim Erstellen deines Kubernetes-Clusters auf der Google Kubernetes Engine ist etwas schief gelaufen"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "Beim Installieren von %{title} ist ein Fehler aufgetreten"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,11 +4500,17 @@ msgstr "Mit dieser Option kannst du Anwendungen auf RBAC-Clustern installieren."
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Kubernetes-Cluster umschalten"
msgid "ClusterIntegration|Uninstall %{appTitle}"
-msgstr ""
+msgstr "%{appTitle} deinstallieren"
msgid "ClusterIntegration|Update failed. Please check the logs and try again."
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr "Validierung des Projektabrechnungsstatus"
@@ -3768,12 +4530,21 @@ msgstr "Wir konnten nicht verifizieren, ob für eines deiner Projekte auf GCP di
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "Mit einem Kubernetes-Cluster innerhalb dieses Projekts kannst du auf einfache Weise Review-Anwendungen verwenden, deine Anwendungen bereitstellen, Pipelines ausführen und vieles mehr."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr "Du musst zuerst Helm Tiller installieren, bevor du die Anwendung unten installierst"
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr "Dein Account benötigt eine %{link_to_kubernetes_engine}"
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "Zone"
@@ -3792,9 +4566,6 @@ msgstr "Zugriff zur Google Kubernetes-Engine"
msgid "ClusterIntegration|documentation"
msgstr "Dokumentation"
-msgid "ClusterIntegration|help page"
-msgstr "Hilfeseite"
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr "Registrierung"
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
+msgstr "Wählen Sie eine Region"
+
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr "Kohorten"
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr "Registrierungsmonat"
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "Reduzieren"
@@ -3847,13 +4663,13 @@ msgid "ComboSearch is not defined"
msgstr ""
msgid "Command"
-msgstr ""
+msgstr "Befehl"
msgid "Command line instructions"
msgstr ""
msgid "Commands applied"
-msgstr ""
+msgstr "Befehle angewendet"
msgid "Commands did not apply"
msgstr ""
@@ -3868,10 +4684,10 @@ msgid "Comment & reopen %{noteable_name}"
msgstr ""
msgid "Comment & resolve thread"
-msgstr ""
+msgstr "Kommentiere & beende Diskussion"
msgid "Comment & unresolve thread"
-msgstr ""
+msgstr "Kommentiere & starte Diskussion erneut"
msgid "Comment form position"
msgstr "Position des Kommentarformulars"
@@ -3908,6 +4724,9 @@ msgstr "Dauer der Commits in Minuten für die letzten 30 Commits"
msgid "Commit message"
msgstr "Commit Nachricht"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "Commit-Statistik für %{ref} %{start_time} - %{end_time}"
@@ -3938,6 +4757,9 @@ msgstr "Commits pro Tag des Monats"
msgid "Commits per weekday"
msgstr "Commits pro Wochentag"
+msgid "Commits to"
+msgstr "Commits zu"
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "Beim Abrufen der Daten des Merge-Requests ist ein Fehler aufgetreten."
@@ -3959,6 +4781,9 @@ msgstr "Commit…"
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Vergleichen"
@@ -3977,6 +4802,9 @@ msgstr "Vergleiche Änderungen mit dem letzten Commit"
msgid "Compare changes with the merge request target branch"
msgstr "Vergleiche die Änderungen mit dem Zielbranch des Merge-Requests"
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} und %{target_branch} sind gleich."
@@ -3993,6 +4821,9 @@ msgid "CompareBranches|There isn't anything to compare."
msgstr "Es gibt nichts zu vergleichen."
msgid "Complete"
+msgstr "Abgeschlossen"
+
+msgid "Confidence: %{confidence}"
msgstr ""
msgid "Confidential"
@@ -4002,7 +4833,7 @@ msgid "Confidentiality"
msgstr "Vertraulichkeit"
msgid "Configuration"
-msgstr ""
+msgstr "Konfiguration"
msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
@@ -4011,11 +4842,14 @@ msgid "Configure Gitaly timeouts."
msgstr "Zeitüberschreitung für Gitaly konfigurieren."
msgid "Configure Let's Encrypt"
-msgstr ""
+msgstr "Let's Encrypt konfigurieren"
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Tracing konfigurieren"
@@ -4026,13 +4860,19 @@ msgid "Configure automatic git checks and housekeeping on repositories."
msgstr "Automatische \"Git-Checks\" und Bereinigung für Repositories konfigurieren."
msgid "Configure existing installation"
-msgstr ""
+msgstr "Vorhandene Installation konfigurieren"
msgid "Configure limits for web and API requests."
msgstr "Einschränkungen für Web- und API-Anfragen konfigurieren."
-msgid "Configure push mirrors."
-msgstr "Push-Mirrors konfigurieren."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
msgid "Configure storage path settings."
msgstr "Konfiguriere die Speicherpfadeinstellungen."
@@ -4067,20 +4907,29 @@ msgstr "GitHub-Repositorys verbinden"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "Verbinde deine externen Repositories, und CI/CD-Pipelines werden für neue Commits ausgeführt. Ein GitLab-Projekt wird nur mit aktivierten CI/CD-Funktionen erstellt."
+msgid "Connecting"
+msgstr "Verbinden"
+
msgid "Connecting to terminal sync service"
-msgstr ""
+msgstr "Verbinde zum Terminal-Sync-Dienst"
msgid "Connecting..."
msgstr "Verbinden..."
+msgid "Connection failed"
+msgstr "Verbindung fehlgeschlagen"
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr "Zeitüberschreitung der Verbindung"
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
-msgstr ""
+msgstr "Kontaktiere eine/n Eigentümer(in) der Gruppe %{namespace_name}, um den Tarif anzuheben."
msgid "Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
-msgstr ""
+msgstr "Eigentümer(in) %{link_start}%{owner_name}%{link_end} kontaktieren, um den Tarif anzuheben."
msgid "Contact sales to upgrade"
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr "Container-Registry"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "Keine Tags in der Container-Registry für dieses Container-Image."
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
-msgstr[1] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr "Repository entfernen"
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "ContainerRegistry|Size"
msgstr "Größe"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Tag"
-msgid "ContainerRegistry|Tag ID"
-msgstr "Tag-ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4166,7 +5081,7 @@ msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
msgid "Contents of .gitlab-ci.yml"
-msgstr ""
+msgstr "Inhalt von .gitlab-ci.yml"
msgid "Continue"
msgstr "Fortsetzen"
@@ -4189,6 +5104,42 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr "Beiträge am <strong>%{calendar_date}</strong>"
@@ -4198,18 +5149,6 @@ msgstr "Beiträge pro Gruppenmitglied"
msgid "Contributors"
msgstr "Mitwirkende"
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} – %{endDate}"
-
-msgid "ContributorsPage|Building repository graph."
-msgstr "Repository-Graph wird erstellt."
-
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "Commits für %{branch_name}, ausgenommen Merge-Commits. Limitiert auf 6.000 Commits."
-
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "Bitte warte einen Moment, diese Seite wird automatisch aktualisiert, wenn bereit."
-
msgid "Control emails linked to your account"
msgstr ""
@@ -4219,29 +5158,38 @@ msgstr "Steuere die Anzeige von Angeboten Dritter."
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr "Steuere die maximale Parallelität des Repository-Backfills für diesen sekundären Knoten"
-msgid "ConvDev Index"
-msgstr "ConvDev-Index"
-
msgid "Cookie domain"
-msgstr ""
+msgstr "Cookie-Domain"
msgid "Copied"
-msgstr ""
+msgstr "Kopiert"
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr "Kopiere %{protocol} clone-URL"
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
-msgstr "ID in Zwischenablage kopieren"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
msgid "Copy KRB5 clone URL"
msgstr ""
@@ -4252,20 +5200,29 @@ msgstr "Kopiere SSH clone-URL"
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "Kopiere URL in die Zwischenablage"
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
-msgid "Copy branch name to clipboard"
-msgstr "Branch-Name in Zwischenablage kopieren"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy command to clipboard"
-msgstr "Kommando in Zwischenablage kopieren"
+msgid "Copy commit SHA"
+msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "Kopiere Commit SHA in die Zwischenablage"
+msgid "Copy file contents"
+msgstr ""
-msgid "Copy file path to clipboard"
-msgstr "Dateipfad in Zwischenablage kopieren"
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
@@ -4276,28 +5233,22 @@ msgstr ""
msgid "Copy link"
msgstr "Link kopieren"
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
-msgstr "Referenz in Zwischenablage kopieren"
-
-msgid "Copy secret to clipboard"
-msgstr "Secret in Zwischenablage kopieren"
-
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
-msgstr "In Zwischenablage kopieren"
+msgid "Copy secret"
+msgstr ""
-msgid "Copy token to clipboard"
-msgstr "Token in Zwischenablage kopieren"
+msgid "Copy token"
+msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr "Ticket konnte nicht erstellt werden"
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr "Projekte konnten nicht abgerufen werden"
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4352,11 +5324,17 @@ msgid "Create New Directory"
msgstr "Erstelle neues Verzeichnis"
msgid "Create New Domain"
+msgstr "Neue Domain erstellen"
+
+msgid "Create Project"
msgstr ""
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr "Neues Ticket erstellen"
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Erstelle einen persönlichen Zugriffstoken in deinem Konto um mittels %{protocol} zu übertragen (push) oder abzurufen (pull)."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr "Gruppe erstellen"
msgid "Create group label"
msgstr "Gruppen-Label erstellen"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Erstelle Listen anhand von Labels. Tickets mit diesem Label werden in dieser Liste angezeigt."
@@ -4477,9 +5467,18 @@ msgstr "Erstellt"
msgid "Created At"
msgstr "Erstellt am"
+msgid "Created On"
+msgstr "Erstellt am"
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr "Erstellt nach"
+
+msgid "Created before"
+msgstr "Erstellt vor"
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,25 +5518,37 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr "Zugangsdaten"
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr "Cron-Zeitzone"
msgid "Cron syntax"
msgstr "Cron-Syntax"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr "Aktueller Branch"
-msgid "Current Project"
+msgid "Current Plan"
msgstr ""
+msgid "Current Project"
+msgstr "Aktuelles Projekt"
+
msgid "Current node"
msgstr "Aktueller Knoten"
msgid "Current password"
+msgstr "Aktuelles Passwort"
+
+msgid "Current vulnerabilities count"
msgstr ""
msgid "CurrentUser|Profile"
@@ -4546,8 +5557,14 @@ msgstr "Profil"
msgid "CurrentUser|Settings"
msgstr "Einstellungen"
-msgid "Custom CI config path"
-msgstr "Benutzerdefinierter CI-Konfigurationspfad"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "Benutzerdefinierter Hostname (für private Commit-E-Mails)"
@@ -4564,12 +5581,18 @@ msgstr "Benutzerspezifische Projektvorlage"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "Farben anpassen"
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "Passe deine Pipeline-Konfiguration an und zeige deinen Pipeline-Status und den Abdeckungsbericht an."
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "Zyklusanalysen"
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "Zyklusanalysen liefern einen Überblick darüber, wie viel Zeit in deinem Projekt von einer Idee bis zur Bereitstellung vergeht."
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Ticket"
msgid "CycleAnalyticsStage|Plan"
msgstr "Planung"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Produktion"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Review"
@@ -4678,25 +5734,74 @@ msgstr "Staging"
msgid "CycleAnalyticsStage|Test"
msgstr "Test"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr "%{stageCount} Phasen ausgewählt"
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4704,7 +5809,7 @@ msgid "CycleAnalytics|stage dropdown"
msgstr ""
msgid "DNS"
-msgstr ""
+msgstr "DNS"
msgid "Dashboard"
msgstr "Dashboard"
@@ -4731,6 +5836,9 @@ msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available f
msgstr ""
msgid "Data is still calculating..."
+msgstr "Daten werden noch berechnet..."
+
+msgid "Date"
msgstr ""
msgid "Date picker"
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr "Debug"
@@ -4761,7 +5872,7 @@ msgid "December"
msgstr "Dezember"
msgid "Decline"
-msgstr ""
+msgstr "Ablehnen"
msgid "Decline and sign out"
msgstr "Ablehnen und abmelden"
@@ -4769,6 +5880,9 @@ msgstr "Ablehnen und abmelden"
msgid "Default Branch"
msgstr "Default-Branch"
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr "Standardklassifikationslabel"
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr "Liste löschen"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr "Codeausschnitt löschen"
+
+msgid "Delete snippet?"
+msgstr "Codeausschnitt löschen?"
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,10 +6033,13 @@ msgstr "Verweigern"
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d weitere Sicherheitslücke nicht angezeigt"
+msgstr[1] "%d weitere Sicherheitslücken nicht angezeigt"
msgid "Dependencies|%d vulnerability"
msgid_plural "Dependencies|%d vulnerabilities"
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,11 +6202,11 @@ msgstr "Ermöglicht schreibgeschützten Zugriff auf die Registry-Images"
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "Ermöglicht schreibgeschützten Zugriff auf das Repository"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "Kopiere den Bereitstellungstoken in die Zwischenablage"
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "Kopiere den Benutzernamen in die Zwischenablage"
+msgid "DeployTokens|Copy username"
+msgstr ""
msgid "DeployTokens|Create deploy token"
msgstr "Bereitstellungstoken erstellen"
@@ -5130,21 +6268,42 @@ msgstr "Dein neuer Projektbereitstellungstoken wurde erstellt."
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr "Bereitgestellt für"
msgid "Deploying to"
msgstr "Bereitstellung für"
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr "läuft"
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr "Label entpriorisieren"
msgid "Descending"
msgstr "Absteigend"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Beschreibung"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5212,7 +6401,7 @@ msgid "DesignManagement|Upload and view the latest designs for this issue. Consi
msgstr ""
msgid "Designs"
-msgstr ""
+msgstr "Designs"
msgid "Destroy"
msgstr "Löschen"
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr "Hostschlüssel erkennen"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Diff Inhaltsbeschränkungen"
msgid "Diff limits"
msgstr "Diff-Grenzen"
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr "Kein Dateiname verfügbar"
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr "Verzeichnisname"
msgid "Disable"
msgstr "Deaktivieren"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "Für dieses Projekt deaktivieren"
msgid "Disable group Runners"
msgstr "Gruppen-Runner deaktivieren"
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5314,23 +6512,29 @@ msgid "Discuss a specific suggestion or question that needs to be resolved"
msgstr ""
msgid "Discuss a specific suggestion or question that needs to be resolved."
-msgstr ""
+msgstr "Diskutiere einen speziellen Vorschlag oder eine Frage, die gelöst werden muss."
msgid "Discuss a specific suggestion or question."
-msgstr ""
+msgstr "Diskutiere einen bestimmten Vorschlag oder eine bestimmte Frage."
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
-msgstr "Verwerfen"
+msgid "Discussion to reply to cannot be found"
+msgstr "Diskussion, auf die geantwortet werden soll, kann nicht gefunden werden"
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
msgstr ""
+msgid "Dismiss"
+msgstr "Verwerfen"
+
msgid "Dismiss Cycle Analytics introduction box"
msgstr "Einführungsbox zur Zyklusanalyse ausblenden"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr "Hervorheben des Merge-Requests beenden"
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "Möchtest du festlegen, wie die E-Mail-Adressen und Nutzernamen von Google Code in GitLab importiert werden?"
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr "Dokumentation für gängige Identitätsanbieter"
@@ -5370,6 +6583,9 @@ msgstr "Domäne"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,12 +6601,18 @@ msgstr "Erledigt"
msgid "Download"
msgstr "Herunterladen"
-msgid "Download CSV"
+msgid "Download %{format}"
msgstr ""
-msgid "Download artifacts"
+msgid "Download %{format}:"
msgstr ""
+msgid "Download CSV"
+msgstr "CSV herunterladen"
+
+msgid "Download artifacts"
+msgstr "Artefakte herunterladen"
+
msgid "Download as"
msgstr ""
@@ -5398,10 +6620,13 @@ msgid "Download asset"
msgstr ""
msgid "Download codes"
-msgstr ""
+msgstr "Codes herunterladen"
+
+msgid "Download evidence JSON"
+msgstr "Beweise im JSON-Format herunterladen"
msgid "Download export"
-msgstr ""
+msgstr "Export herunterladen"
msgid "Download image"
msgstr ""
@@ -5410,10 +6635,10 @@ msgid "Download license"
msgstr ""
msgid "Download source code"
-msgstr ""
+msgstr "Quellcode herunterladen"
msgid "Download this directory"
-msgstr ""
+msgstr "Dieses Verzeichnis herunterladen"
msgid "DownloadCommit|Email Patches"
msgstr "E-Mail-Patch"
@@ -5433,9 +6658,18 @@ msgstr "Negativ bewertet"
msgid "Due date"
msgstr "Fälligkeitsdatum"
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "Während dieses Vorgangs wirst du nach URLs von GitLab gefragt. Verwende die unten angezeigten URLs."
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr "Jeder Runner kann in einer der folgenden Phasen sein und/oder zu einem der folgenden Typen gehören:"
+
msgid "Each Runner can be in one of the following states:"
msgstr "Jeder Runner kann in einem der folgenden Zustände sein:"
@@ -5443,10 +6677,10 @@ msgid "Edit"
msgstr "Bearbeiten"
msgid "Edit %{issuable}"
-msgstr ""
+msgstr "%{issuable} bearbeiten"
msgid "Edit %{name}"
-msgstr ""
+msgstr "%{name} bearbeiten"
msgid "Edit Comment"
msgstr ""
@@ -5454,11 +6688,17 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr "Label bearbeiten"
msgid "Edit Milestone"
-msgstr ""
+msgstr "Meilenstein bearbeiten"
msgid "Edit Password"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr "Pipeline-Zeitplan bearbeiten %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr "Release bearbeiten"
+
msgid "Edit Snippet"
msgstr "Codeausschnitt bearbeiten"
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr "Anwendung bearbeiten"
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5488,7 +6740,7 @@ msgid "Edit epic description"
msgstr ""
msgid "Edit file"
-msgstr ""
+msgstr "Datei bearbeiten"
msgid "Edit files in the editor and commit changes here"
msgstr "Bearbeite Dateien im Editor und committe die Änderungen hier"
@@ -5500,7 +6752,7 @@ msgid "Edit identity for %{user_name}"
msgstr "Identität für %{user_name} bearbeiten"
msgid "Edit issues"
-msgstr ""
+msgstr "Tickets bearbeiten"
msgid "Edit public deploy key"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr "Dieses Release bearbeiten"
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr "E-Mail-Patch"
@@ -5622,6 +6883,12 @@ msgstr "Auto-DevOps aktivieren"
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Aktiviere die Pseudonymizer-Datensammlung"
@@ -5670,6 +6937,9 @@ msgstr "Aktiviere oder deaktiviere die Pseudonymizer-Datensammlung."
msgid "Enable or disable version check and usage ping."
msgstr "Aktiviere oder deaktiviere die Versionsprüfung und den Nutzungsbericht."
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr "Neuen AWS Secret Access Key eingeben"
+
msgid "Enter the issue description"
msgstr "Gib die Beschreibung des Tickets ein"
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "Umgebungen"
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Beim Abrufen der Umgebungen ist ein Fehler aufgetreten."
@@ -5826,6 +7120,12 @@ msgstr "Beim Anhalten der Umgebung ist ein Fehler aufgetreten. Bitte versuche es
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "Bist du sicher, dass du diese Umgebung stoppen möchtest?"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Commit"
@@ -5844,20 +7144,29 @@ msgstr "Umgebungen"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "Umgebungen sind Orte, an denen Code bereitgestellt wird, z. B. Staging oder Produktion."
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Job"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr "Erfahre mehr über das Stoppen von Umgebungen"
msgid "Environments|New environment"
msgstr "Neue Umgebung"
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr "Noch keine Bereitstellungen"
-msgid "Environments|No pod name has been specified"
-msgstr "Kein Pod-Name angegeben"
+msgid "Environments|No pods to display"
+msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
msgstr "Beachte, dass diese Aktion die Umgebung stoppen wird, es aber %{emphasisStart}keine%{emphasisEnd} Auswirkungen auf bestehende Bereitstellung haben wird, da keine \"stop environment action\" in der Datei %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} definiert ist."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Alle anzeigen"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "Stopp"
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr "geschützt"
msgid "Epic"
msgstr "Epic"
+msgid "Epic cannot be found."
+msgstr "Epic wurde nicht gefunden."
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr "Epics"
@@ -5944,19 +7265,16 @@ msgid "Epics Roadmap"
msgstr "Epics Roadmap"
msgid "Epics and Issues"
-msgstr ""
+msgstr "Epics und Tickets"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Mit Epics kannst du deine Projekte effizienter und mit weniger Aufwand verwalten"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
msgid "Epics|Add an existing epic as a child epic."
-msgstr ""
+msgstr "Ein vorhandenes Epic als untergeordnetes Epic hinzufügen."
msgid "Epics|An error occurred while saving the %{epicDateType} date"
msgstr ""
@@ -5965,7 +7283,7 @@ msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd}
msgstr ""
msgid "Epics|Create an epic within this group and add it as a child epic."
-msgstr ""
+msgstr "Erstellen Sie ein Epic in dieser Gruppe und fügen Sie es als untergeordnetes Epic hinzu."
msgid "Epics|Create new epic"
msgstr ""
@@ -5989,10 +7307,10 @@ msgid "Epics|Something went wrong while assigning issue to epic."
msgstr ""
msgid "Epics|Something went wrong while creating child epics."
-msgstr ""
+msgstr "Beim Erstellen untergeordneter Epics ist etwas schief gelaufen."
msgid "Epics|Something went wrong while fetching child epics."
-msgstr ""
+msgstr "Beim Abrufen untergeordneter Epics ist etwas schief gelaufen."
msgid "Epics|Something went wrong while fetching group epics."
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr "starten"
msgid "Error"
msgstr "Fehler"
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,8 +7351,8 @@ msgstr "Fehler beim Erstellen des Epics"
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
-msgstr "Fehler beim Abrufen der Daten der Mitwirkenden."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6069,6 +7387,9 @@ msgstr "Fehler beim Laden der Branches."
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr "Beim Umschalten des Benachrichtigungs-Abonnements trat ein Fehler auf"
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,11 +7450,14 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr "Fehler beim Rendern der Abfrage"
+
msgid "Error saving label update."
msgstr "Fehler beim Speichern der Label-Aktualisierung."
msgid "Error setting up editor. Please try again."
-msgstr ""
+msgstr "Fehler beim Einrichten des Editors. Bitte erneut versuchen."
msgid "Error updating %{issuableType}"
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,8 +7501,8 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
-msgstr ""
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr "Wenn Du Sentry selbst hostest, gib bitte die vollständige URL Ihrer Sentry-Instanz ein. Wenn Du Sentrys gehostete Lösung verwendest, gib https://sentry.io ein"
msgid "ErrorTracking|No projects available"
msgstr ""
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr "Geschätzt"
+msgid "Event Actions"
+msgstr "Ereignisaktionen"
+
msgid "EventFilterBy|Filter by all"
msgstr "Filtere alle"
msgid "EventFilterBy|Filter by comments"
msgstr "Filtere nach Kommentaren"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "Filtere nach Ticketereignissen"
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "Täglich (um 4:00 Uhr)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Monatlich (am Ersten um 4:00 Uhr)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Wöchentlich (Sonntags um 4:00 Uhr)"
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr "Beweissammlung"
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "Aufklappen"
@@ -6285,9 +7642,15 @@ msgstr "Menüleiste ausklappen"
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr "Ablaufzeitpunkt"
+
msgid "Expiration date"
msgstr "Ablaufdatum"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr "Externe Autorisierung der Klassifikationsrichtlinie"
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,15 +7774,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Wechsel des/der Besitzers/-in fehlgeschlagen"
msgid "Failed to check related branches."
msgstr "Verwandte Branches konnten nicht überprüft werden."
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr "Bereitstellung fehlgeschlagen für"
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr "Fehler beim Laden der Emoji-Liste."
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "Tickets konnten nicht aktualisiert werden, bitte versuche es erneut."
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr "Schneller als wenn es den Projektarbeitsplatz wieder benützt (fällt zurück auf den Clone wenn es nicht existiert)"
+msgid "Faster releases. Better code. Less pain."
+msgstr "Schnellere Releases. Besserer Code. Weniger Schmerzen."
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr "API-URL"
msgid "FeatureFlags|Active"
msgstr "Aktiv"
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr "Konfiguriere"
@@ -6603,9 +7981,6 @@ msgstr "Beschreibung"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "Feature-Flag bearbeiten"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr "Inaktiv"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr "Status"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Dateivorlagen"
@@ -6776,9 +8163,18 @@ msgstr "Filter nach Commit-Nachricht"
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr "Nach Namen filtern..."
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr "Suche die neu extrahierte Datei <code>Takeout/Google Code Project Hostin
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr "Fingerabdrücke"
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr "Fertiggestellt"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr "Erstmals gesehen"
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr "Fester Termin"
@@ -6866,6 +8268,9 @@ msgstr "FogBugz-URL"
msgid "FogBugz import"
msgstr "FogBugz-Import"
+msgid "Folder/%{name}"
+msgstr "Ordner/%{name}"
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "Befolge die nachstehenden Schritte, um deine Google Code-Projektdaten zu exportieren."
@@ -6887,6 +8292,9 @@ msgstr "Für mehr Informationen, gehe zu "
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr "Lies für weitere Informationen bitte die %{link_start_tag}Jaeger Konfigurationsdokumentation%{link_end_tag}"
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr "Weitere Informationen zum %{deactivating_usage_ping_link_start}Deaktivieren des Nutzungsberichts%{deactivating_usage_ping_link_end} findest du in der Dokumentation."
@@ -6908,11 +8316,14 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Fork von"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "Geforkt von %{project_name} (gelöscht)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "Fork wird erstellt"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr "Format"
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,8 +8355,11 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr "Kostenlose Testversion von GitLab.com Gold"
+msgid "Frequency"
+msgstr "Häufigkeit"
+
msgid "Friday"
-msgstr ""
+msgstr "Freitag"
msgid "From"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr "Von %{source_title} nach"
+
msgid "From Bitbucket"
msgstr "Von Bitbucket"
@@ -6971,9 +8391,6 @@ msgstr "Von der Ticketbeschreibung bis zur Bereitstellung"
msgid "From merge request merge until deploy to production"
msgstr "Vom Umsetzen des Merge Request bis zur Bereitstellung auf dem Produktivsystem"
-msgid "From milestones:"
-msgstr "Von Meilensteinen:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "Installiere den Runner aus der Anwendungsliste in der Kubernetes-Cluster Detailansicht"
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "Geo-Knoten"
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "Mit Geo kannst du deine GitLab-Instanz an andere geografische Orte replizieren."
@@ -7031,15 +8460,24 @@ msgstr "Knoten fällt aus oder ist kaputt."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Knoten ist langsam, überlastet oder er erholt sich nur von einem Ausfall."
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr "Prüfsumme verifiziert"
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "Daten sind veraltet von %{timeago}"
msgid "GeoNodes|Data replication lag"
msgstr "Datenreplikationsverzögerung"
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Stimmt nicht mit der primären Speicherkonfiguration überein"
@@ -7061,6 +8499,12 @@ msgstr "Systemzustand"
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "Letzte Event-ID, die vom Cursor verarbeitet wurde"
@@ -7082,24 +8526,15 @@ msgstr "Erfahre mehr über die Wiki-Verifikation"
msgid "GeoNodes|Loading nodes"
msgstr "Knoten werden geladen"
-msgid "GeoNodes|Local LFS objects"
-msgstr "Lokale LFS Objekte"
-
-msgid "GeoNodes|Local attachments"
-msgstr "Lokale Anhänge"
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr "Lokale Job-Artefakte"
-
msgid "GeoNodes|New node"
msgstr "Neuer Knoten"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "Knoten-Authentifizierung wurde erfolgreich repariert."
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "Knoten wurde erfolgreich entfernt."
@@ -7109,13 +8544,13 @@ msgstr "Keine Prüfsumme"
msgid "GeoNodes|Out of sync"
msgstr "Nicht synchron"
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7380,7 +8815,7 @@ msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
msgstr "Tracking-Eintrag für Projekt (%{project_id}) wurde erfolgreich entfernt."
msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed."
-msgstr ""
+msgstr "Tracking-Eintrag für Upload (%{type}/%{id}) wurde erfolgreich entfernt."
msgid "Geo|Tracking entry will be removed. Are you sure?"
msgstr "Tracking-Eintrag wird entfernt. Bist du sicher?"
@@ -7424,8 +8859,11 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr "Loslegen!"
+
msgid "Getting started with releases"
-msgstr ""
+msgstr "Erste Schritte mit Releases"
msgid "Git"
msgstr "Git"
@@ -7457,21 +8895,24 @@ msgstr "Git-Version"
msgid "GitHub import"
msgstr "GitHub-Import"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "GitLab CI Linter wurde verschoben"
msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "GitLab Gruppenrunner können Code für alle Projekte in dieser Gruppe ausführen."
msgid "GitLab Import"
msgstr "GitLab-Import"
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr "GitLab-Nutzer(in)"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr "GitLab Single Sign On-URL"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr "GitLab verwendet %{jaeger_link} um verteilte Systeme zu überwachen."
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr "GitLab wird einen Hintergrundjob ausführen, der pseudonymisierte CSVs der GitLab-Datenbank erzeugt, die in dein konfiguriertes Objektspeicherverzeichnis hochgeladen werden."
msgid "GitLab.com import"
msgstr "GitLab.com-Import"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7548,7 +9085,7 @@ msgid "Go back"
msgstr "Zurück"
msgid "Go back (while searching for files)"
-msgstr ""
+msgstr "Gehe zurück (während der Suche nach Dateien)"
msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
msgstr ""
@@ -7608,7 +9145,7 @@ msgid "Go to project"
msgstr ""
msgid "Go to releases"
-msgstr ""
+msgstr "Zu Releases gehen"
msgid "Go to repository charts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr "Google Code-Import"
msgid "Google Takeout"
msgstr "Google Takeout"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr "Verstanden!"
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr "Gruppen-CI/CD-Einstellungen"
msgid "Group Git LFS status:"
msgstr "Gruppen-Git-LFS-Status:"
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr "Gruppen-ID"
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "Gruppen Runner"
@@ -7730,19 +9297,40 @@ msgstr "Gruppenbeschreibung (optional)"
msgid "Group details"
msgstr "Gruppendetails"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "Gruppeninfo:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Gruppenbetreuer können Gruppen-Runner unter %{link} registrieren"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "Gruppenname"
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
+msgstr "Die Pipeline-Minuten der Gruppe wurden erfolgreich zurückgesetzt."
+
+msgid "Group variables (inherited)"
msgstr ""
msgid "Group was successfully updated."
@@ -7770,7 +9358,7 @@ msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timelin
msgstr "Die Roadmap zeigt den Fortschritt deiner Epics anhand einer Zeitleiste an"
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
-msgstr ""
+msgstr "Um die Roadmap anzuzeigen, fügen Sie einem der %{linkStart}untergeordneten Epics%{linkEnd} ein Start- oder Fälligkeitsdatum hinzu."
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your epics in this group or its subgroups; from %{startDate} to %{endDate}."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr "Badges"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr "Erfahre mehr über Badges."
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr "Pipeline-Einstellungen wurden für die Gruppe aktualisiert"
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr "Bitte wähle einen Gruppenpfad ohne Sonderzeichen."
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Freigabe eines Projekts innerhalb %{group} mit anderen Gruppen verhindern"
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr "Beim Aktualisieren der Pipieline-Einstellungen gab es ein Problem: %{error_messages}."
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "Diese Einstellung wird auf %{ancestor_group} angewendet und wurde für diese Untergruppe überschrieben."
@@ -7910,9 +9555,24 @@ msgstr "Diese Einstellung wird auf alle Untergruppen angewendet, es sei denn, si
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr "Diese Einstellung verhindert, dass Gruppenmitglieder benachrichtigt werden, wenn die Gruppe erwähnt wird."
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "wenn bei der übergeordneten Gruppe „Freigeben mit Gruppensperre“ aktiviert ist, kann nur der/die Eigentümer(in) der übergeordneten Gruppe dies deaktivieren"
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "entferne die Freigabe mit Gruppensperre von %{ancestor_group_name}"
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "Gruppen können durch %{subgroup_docs_link_start}Untergruppen%{subgroup_docs_link_end} verschachtelt werden."
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr "Keine Gruppen oder Projekte entsprachen deiner Suche"
msgid "GroupsTree|Search by name"
msgstr "Nach Namen suchen"
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr "Lasse deine Nutzer an diese Adresse mailen"
@@ -8037,11 +9706,20 @@ msgid "Helps prevent bots from brute-force attacks."
msgstr ""
msgid "Helps prevent bots from creating accounts."
+msgstr "Hilft zu verhindern, dass Bots sich Konten erstellen."
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
-msgid "Hide archived projects"
+msgid "Helps reduce request volume for protected paths"
msgstr ""
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr "Archivierte Projekte ausblenden"
+
msgid "Hide file browser"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] "Werte ausblenden"
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8081,7 +9765,7 @@ msgid "History"
msgstr "Verlauf"
msgid "History of authentications"
-msgstr ""
+msgstr "Verlauf der Authentifizierungen"
msgid "Hook execution failed. Ensure the group has a project with commits."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr "Nutzungs- und Datenschutzbestimmungen"
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr "Identifikator"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "Identitäten"
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr "Wenn diese Option deaktiviert ist, wird ein abweichender lokaler Branch nicht automatisch mit Commits von seinem remote Gegenstück aktualisiert, um lokalen Datenverlust zu verhindern. Wenn der Standardbranch (%{default_branch}) abweicht und nicht aktualisiert werden kann, schlägt die Spiegelung fehl. Andere abweichende Branches werden ohne Meldung ignoriert."
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr "Wenn du GitHub verwendest, siehst du den Pipeline-Status für deine Commits und Pull-Anfragen, auf GitHub. %{more_info_link}"
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -8321,7 +10029,7 @@ msgid "Import tasks"
msgstr ""
msgid "Import tasks from Phabricator into issues"
-msgstr ""
+msgstr "Importieren Sie Aufgaben aus Phabricator in Tickets"
msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds"
msgstr ""
@@ -8363,7 +10071,7 @@ msgid "Improve Issue boards with GitLab Enterprise Edition."
msgstr "Verbessere Ticketboards mit der GitLab Enterprise Edition."
msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition."
-msgstr ""
+msgstr "Verbessere Merge-Requests und den Kundensupport mit GitLab Enterprise Edition."
msgid "Improve issues management with Issue weight and GitLab Enterprise Edition."
msgstr "Verbessere das Ticketmanagement mit Ticketgewichtung und der Gitlab Enterprise Edition."
@@ -8377,9 +10085,15 @@ msgstr "Um die Analyse auf Instanzebene zu aktivieren, bitte eine(n) Administrat
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "Im nächsten Schritt kannst du die Projekte auswählen, die du importieren möchtest."
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr "Inline"
@@ -8458,7 +10175,7 @@ msgstr "Installiere einen GitLab Runner"
msgid "Install Runner on Kubernetes"
msgstr "Installiere einen Runner auf Kubernetes"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] "Instanz"
msgstr[1] "Instanzen"
-msgid "Instance Statistics"
-msgstr "Instanzstatistiken"
-
msgid "Instance Statistics visibility"
msgstr "Sichtbarkeit der Instanzstatistiken"
@@ -8517,7 +10231,10 @@ msgstr "Intervallmuster"
msgid "Introducing Cycle Analytics"
msgstr "Arbeitsablaufsanalysen vorgestellt"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr "Ungültiges Datumsformat. Bitte UTC-Format als JJJJ-MM-TT verwenden"
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr "hochgestuft"
+
msgid "Issue"
msgstr "Ticket"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "Ticketboards"
msgid "Issue board focus mode"
msgstr "Ticket-Board Fokusmodus"
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "Ticketereignisse"
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "Board"
@@ -8664,6 +10411,9 @@ msgstr "Tickets können Bugs, Tasks oder zu diskutierende Ideen sein. Tickets si
msgid "Issues closed"
msgstr "Geschlossene Tickets"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,8 +10447,8 @@ msgstr "Um deine Suche auszuweiten, ändere oder entferne Filter in der Filterle
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
-msgstr ""
+msgid "Issue|Title"
+msgstr "Titel"
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
msgstr ""
@@ -8740,10 +10490,10 @@ msgid "JiraService|Password or API token"
msgstr ""
msgid "JiraService|Transition ID(s)"
-msgstr ""
+msgstr "Transition-ID(s)"
msgid "JiraService|Use , or ; to separate multiple transition IDs"
-msgstr ""
+msgstr "Verwende , oder ; um mehrere Transition-IDs zu trennen"
msgid "JiraService|Use a password for server version and an API token for cloud version"
msgstr ""
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr "Juni"
msgid "June"
msgstr "Juni"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr "Kubernetes-Cluster"
@@ -8892,8 +10654,8 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "Zeitüberschreitung beim Erstellen des Kubernetes-Clusters; %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "Kubernetes-Cluster-Integration wurde nicht entfernt."
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
msgstr "Kubernetes-Cluster-Integration wurde erfolgreich entfernt."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] "Letzten %d Tage"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr "Letzter Zugriff am"
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "Letzte Pipeline"
+msgid "Last Seen"
+msgstr "Zuletzt gesehen"
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr "Letzte Antwort von"
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "Letzte Aktualisierung"
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr "Du hast gepusht zu"
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr "Mehr erfahren"
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr "Erfahre mehr über Kubernetes"
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr "Mehr über den Schwachstellen-Check erfahren"
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "Erfahre mehr in den"
@@ -9116,6 +10908,12 @@ msgstr "Pipelineplanungsdokumentation"
msgid "Leave"
msgstr "Verlassen"
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,11 +10938,14 @@ msgstr "Lizenz"
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
msgid "LicenseCompliance|Add licenses manually to approve or blacklist"
-msgstr ""
+msgstr "Füge eine Lizenz manuell hinzu um sie zu genehmigen oder zu sperren"
msgid "LicenseCompliance|Approve"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9205,7 +11016,7 @@ msgid "LicenseCompliance|License name"
msgstr ""
msgid "LicenseCompliance|Packages"
-msgstr ""
+msgstr "Pakete"
msgid "LicenseCompliance|Remove license"
msgstr ""
@@ -9217,7 +11028,7 @@ msgid "LicenseCompliance|Submit"
msgstr ""
msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr ""
+msgstr "Derzeit gibt es in diesem Projekt keine genehmigten oder gesperrte Lizenzen."
msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr "Lizenzen"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr "Komponente"
+
+msgid "Licenses|Components"
+msgstr "Komponenten"
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr "Erfahre mehr über Lizenzkonformität"
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr "Lizenzdetails für dein Projekt anzeigen"
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] "Anzeige beschränkt auf maximal %d Ereignis"
msgstr[1] "Anzeige beschränkt auf maximal %d Ereignisse"
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "Liste"
+msgid "List Settings"
+msgstr "Listeneinstellungen"
+
msgid "List Your Gitea Repositories"
msgstr "Liste deine Gitea-Repositories auf"
@@ -9290,12 +11164,18 @@ msgstr "Live-Vorschau"
msgid "Loading contribution stats for group members"
msgstr "Beitragsstatistiken für Gruppenmitglieder laden"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr "Laden der GitLab IDE..."
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr "Protokolle"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr "MB"
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr "Stelle sicher, dass du mit dem Konto angemeldet bist, welches Besitzer d
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr "Maximale Zugriffsstufe"
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr "Maximale Job-Zeitüberschreitung"
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr "Maximalzahl an %{name}s (%{count}) überschritten"
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr "Mai"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Median"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr "Mitgliedersperre"
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr "Speicherlimit beim Rendern der Vorlage überschritten"
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr "Merge-Requests"
msgid "Merge Requests created"
msgstr "Merge_Request erstellt"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "Merge-Request"
@@ -9653,6 +11578,9 @@ msgstr "Merge-Request-Genehmigungen"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr "Merge-Request-Genehmigungen ermöglichen dir, die Zahl der notwendigen Genehmigungen festzulegen und eine Liste von Genehmigungsberechtigten anzulegen, die jeden Merge-Request in einem Projekt genehmigen müssen."
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "Merge-Requests"
@@ -9746,15 +11674,12 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}hat die Beschreibung %{descriptionChangedTimes} Mal %{timeDifferenceMinutes} geändert%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "Nachrichten"
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Sieh dir die CI/CD-Dokumentation zur Bereitstellung in einer Umgebung an"
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Metrik erstellen"
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "Metrik bearbeiten"
@@ -9842,21 +11785,21 @@ msgstr "Zum Gruppieren ähnlicher Metriken"
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
-msgstr "Erfahre mehr über Umgebungen"
-
msgid "Metrics|Legend label (optional)"
msgstr "Legendenbeschriftung (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Muss eine gültige PromQL-Abfrage sein."
msgid "Metrics|New metric"
msgstr "Neue Metrik"
-msgid "Metrics|No deployed environments"
-msgstr "Keine bereitgestellten Umgebungen"
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -9866,9 +11809,18 @@ msgstr "Prometheus Query-Dokumentation"
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr "Beim Abrufen der Umgebungsdaten trat ein Fehler auf, bitte versuche es erneut"
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr "Es ist ein Fehler beim Abrufen der Bereitstellungsinformationen aufgetreten."
@@ -9881,12 +11833,12 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr "Beim Abrufen der Metriken ist ein Fehler aufgetreten"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr "Unerwartete Bereitstellungs-Datenantwort vom Prometheus-Endpunkt"
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
-msgstr "Unerwartete Metriken-Datenantwort vom Prometheus-Endpunkt"
-
msgid "Metrics|Unit label"
msgstr "Bezeichnung der Einheit"
@@ -9896,9 +11848,15 @@ msgstr "Wird als Titel für das Diagramm verwendet"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr "Wird verwendet, wenn die Abfrage eine einzelne Serie zurückgibt. Wenn mehrere Serien zurückgegeben werden, werden ihre Legendenbeschriftungen aus der Antwort übernommen."
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Y-Achsen-Bezeichnung"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,14 +11875,19 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
msgid "Migration successful."
-msgstr ""
+msgstr "Migration erfolgreich."
msgid "Milestone"
-msgstr "Meilenstein"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr "Meilensteinlisten ist mit deiner momentanen Lizenz nicht verfügbar"
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr "Repository spiegeln"
msgid "Mirror user"
msgstr "Benutzer(in) spiegeln"
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr "Gespiegelte Repositories"
@@ -9993,10 +11962,10 @@ msgid "Mirroring repositories"
msgstr "Spiegelnde Repositories"
msgid "Mirroring settings were successfully updated."
-msgstr ""
+msgstr "Spiegelungseinstellungen wurden erfolgreich aktualisiert."
msgid "Mirroring settings were successfully updated. The project is being updated."
-msgstr ""
+msgstr "Spiegelungseinstellungen wurden erfolgreich aktualisiert. Das Projekt wird aktualisiert."
msgid "Mirroring was successfully disabled."
msgstr ""
@@ -10017,7 +11986,7 @@ msgid "Modal|Close"
msgstr "Schließen"
msgid "Modified in this version"
-msgstr ""
+msgstr "In dieser Version geändert"
msgid "Modify commit message"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr "Weitere Aktionen"
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr "Mehr Info"
msgid "More information"
msgstr "Mehr Informationen"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "hier"
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "Name"
@@ -10130,6 +12108,9 @@ msgstr "Benenne deinen individuellen Schlüssel mit einem Titel"
msgid "Name:"
msgstr "Name:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr "Benennung, Sichtbarkeit"
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "Hilfe"
@@ -10169,9 +12153,15 @@ msgstr "Neue Anwendung"
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "Neue Gruppe"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr "Neue Identität"
@@ -10207,6 +12197,9 @@ msgstr "Neuer Branch"
msgid "New branch unavailable"
msgstr "Neuer Branch ist nicht verfügbar"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr "Neue Änderungen wurden hinzugefügt. %{linkStart}Lade die Seite neu, um sie zu überprüfen%{linkEnd}"
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr "Neue Identität"
msgid "New issue"
msgstr "Neues Ticket"
+msgid "New issue title"
+msgstr "Neuer Ticket-Titel"
+
msgid "New label"
msgstr "Neues Label"
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr "Kein Label"
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10319,7 +12321,7 @@ msgid "No active admin user found"
msgstr ""
msgid "No activities found"
-msgstr ""
+msgstr "Keine Aktivitäten gefunden"
msgid "No application_settings found"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr "Kein Fälligkeitsdatum"
+msgid "No endpoint provided"
+msgstr "Kein Endpunkt angegeben"
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr "Weder Schätzung noch Zeitaufwand eingetragen"
msgid "No file chosen"
msgstr "Keine Datei ausgewählt"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,14 +12392,11 @@ msgstr ""
msgid "No files found."
msgstr "Keine Dateien gefunden."
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr "Keine Tickets für den ausgewählten Zeitraum."
-
-msgid "No job trace"
-msgstr ""
+msgid "No job log"
+msgstr "Kein Jobprotokoll"
msgid "No jobs to show"
msgstr ""
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr "Keine Merge-Requests für den gewählten Zeitraum."
-
msgid "No merge requests found"
msgstr "Keine Merge-Requests gefunden"
@@ -10426,18 +12428,18 @@ msgstr "Keine anderen Tags mit einem solchen Namen oder einer solchen Beschreibu
msgid "No parent group"
msgstr ""
+msgid "No pods available"
+msgstr ""
+
msgid "No preview for this file type"
msgstr ""
-msgid "No prioritised labels with such name or description"
-msgstr "Keine priorisierten Labels mit einem solchen Namen oder einer solchen Beschreibung"
+msgid "No prioritized labels with such name or description"
+msgstr ""
msgid "No public groups"
msgstr "Keine öffentlichen Gruppen"
-msgid "No pushes for the selected time period."
-msgstr "Keine Pushs für den ausgewählten Zeitraum."
-
msgid "No repository"
msgstr "Kein Repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr "Nein, importiere die vorhandenen E-Mail-Adressen und Benutzernamen direkt."
@@ -10483,6 +12500,9 @@ msgstr "Knoten"
msgid "None"
msgstr "Keine"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr "Hinweis: Ãœberlege dir, deine(n) GitLab-Administrator(in) zu bitten, ein
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "Hinweis: Überlege dir, deine(n) GitLab Administrator(in) zu bitten, einen %{github_integration_link} zu konfigurieren. Mit diesem kannst du dich über GitHub anmelden und Repositories importieren, ohne einen persönlichen Access-Token generieren zu müssen."
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr "Neuer Merge-Request"
msgid "NotificationEvent|New note"
msgstr "Neue Notiz"
+msgid "NotificationEvent|New release"
+msgstr "Neues Release"
+
msgid "NotificationEvent|Reassign issue"
msgstr "Ticket neu zuweisen"
@@ -10648,6 +12668,9 @@ msgstr "Nov"
msgid "November"
msgstr "November"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] "Ein weiteres Element"
@@ -10707,6 +12748,9 @@ msgstr[1] "%d weitere Elemente"
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr "Ein oder mehrere deiner Bitbucket-Projekte kann/können nicht direkt in GitLab importiert werden, da sie Subversion oder Mercurial für die Versionskontrolle anstelle von Git verwenden."
@@ -10716,12 +12760,18 @@ msgstr "Ein oder mehrere Ihrer Google Code-Projekte kann/können nicht direkt in
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr "Nur Administrator(inn)en"
@@ -10735,7 +12785,7 @@ msgid "Only policy:"
msgstr ""
msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign in."
-msgstr ""
+msgstr "Fahren Sie nur fort, wenn sie %{idp_url} die Kontrolle über Ihren GitLab-Konto-Login anvertrauen möchten."
msgid "Only project members can comment."
msgstr "Nur Projektmitglieder können kommentieren."
@@ -10743,9 +12793,6 @@ msgstr "Nur Projektmitglieder können kommentieren."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr "Seitenleiste öffnen"
msgid "Open source software to collaborate on code"
msgstr "Open-Source-Software für die Zusammenarbeit an Code"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr "Offen: %{open} • Geschlossen: %{closed}"
+
msgid "Opened"
msgstr "Geöffnet"
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr "Optional kannst du %{link_to_customize}, wie FogBugz E-Mail-Adressen und Benutzernamen in GitLab importiert werden."
@@ -10851,6 +12904,9 @@ msgstr "Optionen"
msgid "Or you can choose one of the suggested colors below"
msgstr "Oder du wählst eine der unten vorgeschlagenen Farben"
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "Andere Labels"
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr "Ausgehende Anfragen"
@@ -10876,32 +12929,119 @@ msgid "Overwrite diverged branches"
msgstr "Ãœberschreibe abweichende Branches"
msgid "Owned by anyone"
-msgstr ""
+msgstr "Im Besitz von irgendwem"
msgid "Owned by me"
-msgstr ""
+msgstr "Im Besitz von mir"
msgid "Owner"
msgstr "Besitzer(in)"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr "Paketinformationen"
msgid "Package was removed"
msgstr "Paket wurde entfernt"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
+msgstr "Paket konnte nicht geladen werden"
+
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
msgstr ""
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr "Pakete"
@@ -10917,9 +13057,6 @@ msgstr "Seiten"
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr "Ãœbergeordnetes Epic ist nicht vorhanden."
+
msgid "Part of merge request changes"
msgstr "Teil der Merge-Request-Änderungen"
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr "Bestanden"
+
msgid "Password"
msgstr "Passwort"
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr "Passwortrichtlinien"
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,11 +13156,14 @@ msgstr "Pfad, übertragen, entfernen"
msgid "Path:"
msgstr "Pfad:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "Pausieren"
msgid "Pause replication"
-msgstr ""
+msgstr "Replikation pausieren"
msgid "Paused Runners don't accept new jobs"
msgstr "Angehaltene Runner akzeptieren keine neuen Jobs"
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr "Leistungsoptimierung"
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr "Frontend-Ressourcen"
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr "Pipeline-Kontingent"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr "Pipeline-Trigger"
@@ -11169,7 +13342,7 @@ msgstr "Pipelines der letzten Woche"
msgid "Pipelines for last year"
msgstr "Pipelines des letzten Jahres"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr "Baue mit Vertrauen"
msgid "Pipelines|CI Lint"
msgstr "CI Lint"
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr "Runner-Caches löschen"
@@ -11226,9 +13402,15 @@ msgstr "Derzeit gibt es keine Pipelines."
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr "Beim Abrufen der Pipelines ist ein Fehler aufgetreten. Versuche es in einigen Augenblicken noch einmal oder wende dich an dein Support-Team."
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "Dieses Projekt ist derzeit nicht zum Ausführen von Pipelines eingerichtet."
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr "Commit"
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr "Bitte löse das reCAPTCHA"
msgid "Please try again"
msgstr "Bitte erneut versuchen"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,9 +13642,15 @@ msgstr "Bitte warte, während wir uns mit deinem Repository verbinden. Aktualisi
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "Warte bitte, während wir das Repository für dich importieren. Aktualisiere nach Belieben."
-msgid "Pods in use"
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
msgstr ""
+msgid "Pods in use"
+msgstr "Pods im Einsatz"
+
msgid "Preferences"
msgstr "Einstellungen"
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr "Navigationsthema"
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr "Drücke Eingabe oder klicke um zu suchen"
-
msgid "Prevent adding new members to project membership within this group"
msgstr "Verhindere das Hinzufügen neuer Mitglieder zur Projektmitgliedschaft in dieser Gruppe"
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "Vorschau"
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Profil"
@@ -11674,7 +13925,7 @@ msgid "Profiles|Connect"
msgstr ""
msgid "Profiles|Connected Accounts"
-msgstr ""
+msgstr "Verbundene Konten"
msgid "Profiles|Current path: %{path}"
msgstr "Aktueller Pfad: %{path}"
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "Die maximal zulässige Dateigröße beträgt 200KB."
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "Projekt \"%{project_name}\" wird gerade gelöscht."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Das Projekt '%{project_name}' wurde zur Löschung eingeplant."
@@ -11952,10 +14209,19 @@ msgstr "Das Projekt '%{project_name}' wurde erfolgreich erstellt."
msgid "Project '%{project_name}' was successfully updated."
msgstr "Das Projekt '%{project_name}' wurde erfolgreich aktualisiert."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "Projekt-Badges"
msgid "Project Files"
+msgstr "Projektdateien"
+
+msgid "Project Hooks"
msgstr ""
msgid "Project ID"
@@ -11967,7 +14233,7 @@ msgstr "Projekt-URL"
msgid "Project access must be granted explicitly to each user."
msgstr "Jedem/Jeder Benutzer(in) muss explizit der Zugriff auf das Projekt gewährt werden."
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr "Projektdetails"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "Der Export des Projekts konnte nicht gelöscht werden."
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr "Projektname"
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr "Projekt-Slug"
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr "Badges"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "Kontaktiere eine(n) Administrator(in), um diese Einstellung zu ändern."
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr "Deine Projekt-Badges anpassen."
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr "Fehler beim Schützen des Tags"
@@ -12154,14 +14474,32 @@ msgid "ProjectSettings|Failed to update tag!"
msgstr "Fehler beim Aktualisieren des Tags!"
msgid "ProjectSettings|Fast-forward merge"
-msgstr ""
+msgstr "Fast-Forward-Merge"
msgid "ProjectSettings|Fast-forward merges only"
+msgstr "Nur Fast-Forward-Merges"
+
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
msgstr ""
msgid "ProjectSettings|Learn more about badges."
msgstr "Erfahre mehr über Badges."
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr "Verwaltet große Dateien wie Audio-, Video- und Grafikdateien"
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "Nur signierte Commits können zu diesem Repository gepusht werden."
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr "Diese Einstellung wird auf Serverebene angewendet, wurde aber für diese
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "Diese Einstellung wird auf alle Projekte angewendet, sofern sie nicht von einem Admin überschrieben wird."
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr "Diese Einstellung überschreibt die Benachrichtigungseinstellungen für alle Projektmitglieder."
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "Benutzer(innen) können nur Commits in dieses Repository pushen die mit einer ihrer eigenen verifizierten E-Mail-Adressen committet wurden."
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr "Mit GitLab Pages kannst du deine statischen Webseiten auf GitLab hosten"
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Geteilte Projekte mit %{group_name}"
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12343,7 +14765,7 @@ msgid "ProjectsNew|No import options available"
msgstr ""
msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready."
-msgstr ""
+msgstr "Bitte warte einen Moment. Diese Seite wird automatisch aktualisiert, wenn bereit."
msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
msgstr ""
@@ -12357,8 +14779,8 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
-msgstr ""
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr "%{count} Alarme angewendet"
msgid "PrometheusAlerts|Add alert"
msgstr "Alarm hinzufügen"
@@ -12471,10 +14893,10 @@ msgstr "Warte auf deine erste Bereitstellung in eine Umgebung, um allgemeine Met
msgid "Promote"
msgstr "Hochstufen"
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr "Nicht wieder anzeigen"
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "Mit Epics kannst du dein Projekt-Portfolio effizienter und mit weniger Aufwand verwalten, indem du Gruppen von Tickets, die ein Thema teilen, über Projekte und Meilensteine ​​hinweg verfolgst."
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr "Diese Funktion ist gesperrt."
msgid "Promotions|Upgrade plan"
msgstr "Upgrade-Plan"
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr "Geschützte Umgebungen"
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} wird für Entwickler änderbar sein. Bist du sicher?"
@@ -12690,12 +15172,18 @@ msgstr "Quartale"
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Kurzbefehle können in Ticket-Beschreibungen und Kommentarfeldern verwendet werden."
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "Mehr lesen"
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr "Zuletzt gesucht"
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr "Zu SAML-Provider umleiten um Konfiguration zu testen"
+msgid "Reduce project visibility"
+msgstr "Projekt-Sichtbarkeit verringern"
+
+msgid "Reduce this project’s visibility?"
+msgstr "Sichtbarkeit dieses Projekts verringern?"
+
msgid "Reference:"
msgstr "Referenz:"
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr "Regex-Muster"
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,11 +15303,11 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
-msgstr "Registriere dich und sieh deine Runner für diese Gruppe."
+msgid "Register for GitLab"
+msgstr ""
-msgid "Register and see your runners for this project."
-msgstr "Registriere die Runner für dieses Projekt und zeige sie an."
+msgid "Register now"
+msgstr ""
msgid "Register with two-factor app"
msgstr ""
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr "Zugehörige Merge-Requests"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr "Versionshinweise"
+
+msgid "Release notes:"
+msgstr "Versionshinweise:"
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
+msgstr "Releases"
+
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12879,7 +15414,7 @@ msgid "Remove card"
msgstr ""
msgid "Remove child epic from an epic"
-msgstr ""
+msgstr "Untergeordnetes Epic von einem Epic entfernen"
msgid "Remove due date"
msgstr ""
@@ -12899,20 +15434,29 @@ msgstr "Gruppe entfernen"
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr "Priorität entfernen"
msgid "Remove project"
msgstr "Projekt entfernen"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
msgid "Remove stage"
-msgstr ""
+msgstr "Stufe entfernen"
msgid "Remove time estimate"
msgstr ""
@@ -12978,7 +15522,7 @@ msgid "Removes an issue from an epic."
msgstr ""
msgid "Removes parent epic %{epic_ref}."
-msgstr ""
+msgstr "Entfernt übergeordnetes Epic %{epic_ref}."
msgid "Removes spent time."
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr "Durch das Entfernen der Gruppe werden alle untergeordneten Projekte und Ressourcen entfernt."
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13044,14 +15597,20 @@ msgid "Reply to this email directly or %{view_it_on_gitlab}."
msgstr "Antworte direkt auf diese E-Mail oder %{view_it_on_gitlab}."
msgid "Reply..."
-msgstr ""
+msgstr "Antworten..."
msgid "Repo by URL"
msgstr "Repo via URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr "Statusbericht"
@@ -13136,8 +15695,8 @@ msgstr "Das Repository hat keine Sperren."
msgid "Repository maintenance"
msgstr "Repository-Wartung"
-msgid "Repository mirror"
-msgstr "Repository-Mirror"
+msgid "Repository mirroring"
+msgstr ""
msgid "Repository static objects"
msgstr ""
@@ -13154,9 +15713,18 @@ msgstr "Auswählen"
msgid "Request Access"
msgstr "Anfrage auf Zugriff"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr "Fordert Profile an"
@@ -13169,17 +15737,11 @@ msgstr "Alle Benutzer(innen) dieser Gruppe müssen die Zwei-Faktor-Authentifizie
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Fordere alle Benutzer(innen) auf, die Nutzungsbedingungen und Datenschutzrichtlinien zu akzeptieren, wenn sie auf GitLab zugreifen."
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
-msgstr ""
-
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
+msgstr "Verlange von Benutzer(inne)n, das Eigentum an benutzerdefinierten Domains nachzuweisen"
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,16 +15846,28 @@ msgstr "Antwortmesswerte (NGINX)"
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr "Projekt wiederherstellen"
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
msgid "Restrict membership by email"
-msgstr ""
+msgstr "Mitgliedschaft per E-Mail einschränken"
msgid "Resume"
msgstr "Fortsetzen"
msgid "Resume replication"
+msgstr "Replikation fortsetzen"
+
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
msgstr ""
msgid "Retry"
@@ -13325,9 +15902,21 @@ msgstr "Merge-Request zurücksetzen"
msgid "Review"
msgstr "Review"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "Überprüfe den Prozess zum Konfigurieren von Dienstanbietern bei deinem Identitätsanbieter. In diesem Fall ist GitLab der \"Dienstanbieter\" oder die \"vertrauende Seite\"."
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "Überprüfung"
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr "Roadmap"
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr "Führe CI/CD-Pipelines für externe Repositories aus"
@@ -13400,6 +15995,9 @@ msgstr "Runners-API"
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Runner können durch separate Benutzer, auf Servern und sogar auf deinem lokalen Rechner ausgeführt werden."
@@ -13436,6 +16034,9 @@ msgstr "SAML SSO für %{group_name}"
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,17 +16046,23 @@ msgstr "SSH-Schlüssel"
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr "SSH-Hostschlüssel"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr "Öffentlicher SSH-Schlüssel"
-msgid "SSL Verification"
-msgstr "SSL-Verifizierung"
+msgid "SSL Verification:"
+msgstr ""
msgid "Saturday"
msgstr ""
@@ -13481,12 +16088,18 @@ msgstr "Änderungen vor dem Testen speichern"
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr "Zeitplan der Pipeline speichern"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr "Variablen speichern"
@@ -13530,16 +16143,16 @@ msgid "Scopes"
msgstr ""
msgid "Scroll down"
-msgstr ""
+msgstr "Nach unten scrollen"
msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
msgstr "Scrolle nach unten zu <strong>Google Code Project Hosting</strong> und aktiviere den Schalter auf der rechten Seite."
msgid "Scroll left"
-msgstr ""
+msgstr "Nach links scrollen"
msgid "Scroll right"
-msgstr ""
+msgstr "Nach rechts scrollen"
msgid "Scroll to bottom"
msgstr "Zum Seitenende scrollen"
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr "Suche"
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr "Suche nach Projekten, Tickets usw."
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr "Suche Meilensteine"
msgid "Search or filter results..."
msgstr "Suche oder filtere Ergebnisse..."
+msgid "Search or filter results…"
+msgstr "Suchen oder Ergebnisse filtern…"
+
msgid "Search or jump to…"
msgstr "Suche oder springe zu…"
@@ -13610,6 +16232,9 @@ msgstr "Suche Benutzer(innen)"
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr "Deine Projekte durchsuchen"
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,11 +16353,14 @@ msgstr "Sicherheit"
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr "Sicherheits-Dashboard"
msgid "Security Dashboard|Error fetching the dashboard data. Please check your network connection and try again."
-msgstr ""
+msgstr "Fehler beim Abrufen der Dashboard-Daten. Bitte überprüfe deine Netzwerkverbindung und versuche es erneut."
msgid "Security Dashboard|Error fetching the vulnerability counts. Please check your network connection and try again."
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13771,7 +16408,7 @@ msgid "Security Reports|There was an error adding the comment."
msgstr ""
msgid "Security Reports|There was an error creating the issue."
-msgstr ""
+msgstr "Fehler beim Erstellen des Tickets."
msgid "Security Reports|There was an error creating the merge request."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr "Das Sicherheits-Dashboard zeigt den neuesten Sicherheitsbericht an. Verwende es, um Schwachstellen zu finden und zu beheben."
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr "Überwache Sicherheitslücken in deinem Code"
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "Pipeline %{pipelineLink} ausgelöst"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr "Wähle ein Vorlagen-Repository aus"
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "Zeitzone auswählen"
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "Wähle eine existierendes Kubernetes-Cluster aus oder erstelle ein neues"
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr "Branch/Tag auswählen"
@@ -13920,6 +16632,9 @@ msgstr "Zielbranch auswählen"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr "Wähle den Branch aus, den du als Standard für dieses Projekt festlegen möchtest. Alle Merge-Requests und Commits werden automatisch für diesen Branch ausgeführt, es sei denn, du gibst einen anderen an."
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr "Wähle die Quellgruppe der benutzerdefinierten Projektvorlage aus."
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr "Wenn du eine(n) GitLab-Benutzer(in) azswählst, wird in der Beschreibung des Tickets und den Kommentaren ein Link zum/zur Benutzer(in) hinzugefügt (z. B. \"Von <a href=\"#\">@johnsmith</a>\"). Außerdem wird der/die ausgewählte Benutzer(in) dem Ticket oder Kommentar zugeordnet und/oder es ihm/ihr zugewiesen."
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr "Nutzungsdaten senden"
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "Sept"
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr "Service-Desk"
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr "Servicevorlagen"
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr "Sitzungsablauf, Projektlimit und Anhangsgröße."
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr "Richte dein Projekt so ein, dass Änderungen automatisch an ein anderes Repository gesendet bzw. von diesem abgerufen werden. Branches, Tags und Commits werden automatisch synchronisiert."
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr "Einstellungen"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "Teilen"
@@ -14241,11 +17016,14 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr "Alle Mitglieder anzeigen"
+
msgid "Show archived projects"
-msgstr ""
+msgstr "Archivierte Projekte anzeigen"
msgid "Show archived projects only"
-msgstr ""
+msgstr "Nur archivierte Projekte anzeigen"
msgid "Show command"
msgstr "Befehl anzeigen"
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr "Neuste Version zeigen"
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr "Ãœbergeordnete Seiten anzeigen"
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "Zeige %d Ereignis"
msgstr[1] "Zeige %d Ereignisse"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr "Melde dich mit Single Sign-On an"
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr "Größe"
@@ -14393,9 +17180,18 @@ msgstr "Größe und Domain-Einstellungen für statische Webseiten"
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr "Slack-Anwendung"
@@ -14433,7 +17229,7 @@ msgid "Snippets"
msgstr "Codeausschnitte"
msgid "SnippetsEmptyState|Explore public snippets"
-msgstr ""
+msgstr "Öffentliche Codeschnipsel erkunden"
msgid "SnippetsEmptyState|New snippet"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr "Beim Umschalten des Buttons ist etwas schief gelaufen"
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr "Beim Schließen des %{issuable} ist etwas schief gelaufen. Bitte versuche es später erneut"
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr "Etwas ist beim Laden der Liste %{listType} fehlgeschlagen"
msgid "Something went wrong while fetching comments. Please try again."
msgstr "Beim Abrufen der Kommentare ist etwas schiefgelaufen. Bitte versuche es erneut."
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Beim Abrufen von Gruppenmitgliedsbeiträgen ist ein Fehler aufgetreten"
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr "Beim Abrufen der Umgebungen für diesen Merge-Request ist etwas schiefgelaufen. Bitte versuche es erneut."
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr "Beim Abrufen der Projekte ist etwas schief gegangen."
msgid "Something went wrong while fetching the registry list."
msgstr "Beim Abrufen der Registryliste ist etwas schief gegangen."
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr "Etwas ist beim Wiedereröffnen von %{issuable} fehlgeschlagen. Versuche es später nochmal"
@@ -14543,9 +17363,15 @@ msgstr "Etwas ist beim Auflösen der Diskussion fehlgeschlagen. Versuche es spä
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr "Etwas lief schief, %{project} konnte nicht zum Dashboard hinzugefügt werden"
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr "Beliebtheit"
msgid "SortOptions|Priority"
msgstr "Priorität"
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14688,7 +17517,7 @@ msgid "SortOptions|Recently starred"
msgstr ""
msgid "SortOptions|Size"
-msgstr ""
+msgstr "Größe"
msgid "SortOptions|Sort direction"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr "Später starten"
msgid "SortOptions|Start soon"
msgstr "Baldiger Start"
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr "Gewichtung"
@@ -14723,6 +17558,51 @@ msgstr "Quelle ist nicht verfügbar"
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr "Änderungen speichern"
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr "Sourcegraph-URL"
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "Spam-Protokolle"
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr "Squash Commits"
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr "Vormerken"
@@ -14756,8 +17639,11 @@ msgstr "Vormerken & Committen"
msgid "Stage all changes"
msgstr "Alle Änderungen vormerken"
-msgid "Stage changes"
-msgstr "Änderungen vormerken"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
msgstr "Vorgemerkt"
@@ -14769,7 +17655,7 @@ msgid "Star a label to make it a priority label. Order the prioritized labels to
msgstr "Markiere ein Label, um es zu einem priorisierten Label zu machen. Ordne die priorisierten Labels durch Ziehen an, um ihre relative Priorität zu ändern."
msgid "Star labels to start sorting by priority"
-msgstr ""
+msgstr "Versehe Labels mit Sternen, um die Sortierung nach Priorität zu starten"
msgid "Star toggle failed. Try again later."
msgstr ""
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "Beginne einen %{new_merge_request} mit diesen Änderungen"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14841,7 +17727,7 @@ msgid "Start merge train when pipeline succeeds"
msgstr ""
msgid "Start search"
-msgstr ""
+msgstr "Suche starten"
msgid "Start the Runner!"
msgstr "Starte den Runner!"
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr "Testzeitraum beginnen"
@@ -14879,9 +17771,12 @@ msgstr "Beginnt am (UTC)"
msgid "State your message to activate"
msgstr "Gib deine Nachricht an, um sie zu aktivieren"
-msgid "Statistics"
+msgid "Static Application Security Testing (SAST)"
msgstr ""
+msgid "Statistics"
+msgstr "Statistiken"
+
msgid "Status"
msgstr "Status"
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr "Speicherplatz"
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr "Speicher:"
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14931,7 +17832,7 @@ msgid "SubgroupCreationlevel|Maintainers"
msgstr ""
msgid "SubgroupCreationlevel|Owners"
-msgstr ""
+msgstr "Eigentümer(in)"
msgid "Subgroups"
msgstr "Untergruppen"
@@ -14942,6 +17843,9 @@ msgstr "Untergruppen und Projekte"
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Als Spam einreichen"
@@ -14957,6 +17861,12 @@ msgstr "Review senden"
msgid "Submit search"
msgstr "Suche ausführen"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "Abonnieren"
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr "Zu Branch/Tag wechseln"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,8 +18215,8 @@ msgstr "Neuer Tag"
msgid "TagsPage|New tag"
msgstr "Neuer Tag"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "Optional kannst du dem Tag eine Nachricht hinzufügen."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "Optional kannst du dem Tag Versionshinweise hinzufügen. Diese werden in der GitLab-Datenbank gespeichert und auf der Tags-Seite angezeigt."
@@ -15308,18 +18251,33 @@ msgstr "geschützt"
msgid "Target Branch"
msgstr "Zielbranch"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "Zielbranch"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "Team"
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr "Vorlage"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "Vorlagen"
@@ -15338,8 +18296,8 @@ msgstr "Nutzungsbedingungen und Datenschutzerklärung"
msgid "Terms of Service and Privacy Policy"
msgstr "Nutzungsbedingungen und Datenschutzerklärung"
-msgid "Test SAML SSO"
-msgstr "SAML SSO testen"
+msgid "Test"
+msgstr "Test"
msgid "Test coverage parsing"
msgstr "Testabdeckung analysieren"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr "Vielen Dank! Zeig es mir nicht nochmal"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "Die „Erweiterte Globale Suche“ in GitLab ist ein leistungsfähiger Suchdienst, der dir Zeit spart. Anstatt doppelten Code zu erstellen und Zeit zu verschwenden, kannst du nun bei anderen Teams nach Code suchen, der für dein eigenes Projekt hilfreich sein kann."
@@ -15409,6 +18400,12 @@ msgstr "Das Ticketsystem ist der Ort, um Dinge hinzuzufügen, die in einem Proje
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "Das Ticketsystem ist der Ort, um Dinge hinzuzufügen, die in einem Projekt verbessert oder Probleme anzuführen, die gelöst werden müssen. Du kannst dich registrieren oder anmelden, um Tickets für dieses Projekt zu erstellen."
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "Das zu verwendende X.509-Zertifikat, wenn über MTLS mit dem externen Autorisierungsdienst kommunizieren muss. Wenn dieses Feld leer gelassen wird, wird das Serverzertifikat beim Zugriff über HTTPS weiterhin überprüft."
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr "Das Character-Highlighter hilft dir, die Betreffzeile auf %{titleLength} Zeichen zu beschränken und den Textkörper auf %{bodyLength} zu kürzen, damit sie in Git lesbar sind."
@@ -15427,12 +18427,27 @@ msgstr "Die Entwicklungsphase stellt die Zeit vom ersten Commit bis zum Erstelle
msgid "The collection of events added to the data gathered for that stage."
msgstr "Ereignisse, die für diese Phase ausgewertet wurden."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Die Verbindung wird nach %{timeout} beendet. Verwende eine Clone/Push-Kombination für Repositorys, die länger brauchen."
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr "Die Beziehung des Forks wurde entfernt."
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "Das Kennwort, das zum Entschlüsseln des privaten Schlüssels erforderlich ist. Dies ist optional und der Wert wird im Ruhezustand verschlüsselt."
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "Der Pfad zur CI-Konfigurationsdatei. Der Standardwert ist <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
msgid "The phase of the development lifecycle."
msgstr "Die Phase des Entwicklungslebenszyklus."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr "Die Pipelinezeitplan startet in Zukunft wiederholt Pipelines für bestimmte Branches oder Tags. Diese geplanten Pipelines haben denselben begrenzten Zugriff auf das Projekt, wie der zugeordnete Nutzer."
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "Das Repository für dieses Projekt existiert nicht."
@@ -15622,18 +18657,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "Die Staging-Phase stellt die Zeit zwischen dem Mergen des Merge-Requests und der Bereitstellung des Codes zur Produktivumgebung dar. Sobald du das erste Mal zur Produktivumgebung ausgeliefert hast, werden deren Daten hier automatisch angezeigt."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "Die Testphase stellt die Zeit dar, die GitLab CI benötigt um die Pipelines von zugehörigen Merge-Requests abzuarbeiten. Sobald die erste Pipeline abgeschlossen ist, werden deren Daten hier automatisch angezeigt."
msgid "The time taken by each data entry gathered by that stage."
msgstr "Die Zeit, die jede Dateneingabe in dieser Phase benötigt."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr "Die Benutzerzuordnung ist ein JSON-Dokument das festlegt, wie die E-Mail
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "Die Benutzerzuordnung legt fest, wie die E-Mail-Adressen und Benutzernamen der FogBuz-Benutzer(innen), die an deinem Projekt teilnehmen, in GitLab importiert werden. Du kannst dies ändern, indem du die Tabelle unten ausfüllst."
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15701,7 +18742,7 @@ msgid "There are no labels yet"
msgstr "Es gibt noch keine Labels"
msgid "There are no matching files"
-msgstr ""
+msgstr "Es gibt keine passenden Dateien"
msgid "There are no open issues"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr "Es gibt keine vorgemerkten Änderungen"
msgid "There are no unstaged changes"
msgstr "Es gibt keine nicht vorgemerkten Änderungen"
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,16 +18786,37 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
msgid "There was an error deleting the To Do."
-msgstr ""
+msgstr "Beim Löschen des To-dos ist ein Fehler aufgetreten."
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr "Beim Laden des Benutzeraktivitäts-Kalenders ist ein Fehler aufgetreten.
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr "Beim Speichern deiner Benachrichtigungseinstellungen ist ein Fehler aufg
msgid "There was an error subscribing to this label."
msgstr "Beim Abonnieren dieses Labels ist ein Fehler aufgetreten."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr "Beim Abmelden von der Abonnierung dieses Labels ist ein Fehler aufgetret
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr "Können unter %{link} verwaltet werden."
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr "Diese Container-Registry wurde zur Löschung vorgesehen."
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "Dieses Datum ist nach dem Fälligkeitsdatum, daher erscheint dieses Epic nicht in der Roadmap."
@@ -15883,10 +18966,16 @@ msgstr "Dieses Verzeichnis"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr "Dieses Ticket ist vertraulich"
msgid "This issue is locked."
msgstr "Dieses Ticket ist gesperrt."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "Dieser Job hängt von Upstream-Jobs ab, die erfolgreich ausgeführt werden müssen, damit dieser Job getriggert wird"
@@ -15958,21 +19050,36 @@ msgstr "Dieser Job wurde noch nicht getriggert"
msgid "This job has not started yet"
msgstr "Dieser Job hat noch nicht begonnen"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr "Dieser Job ist eine veraltet Bereitstellung für %{environmentLink}."
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
-msgstr "Dieser Job ist eine veraltete Bereitstellung für %{environmentLink}. Zeige die neueste Bereitstellung an %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr "Dieser Job ist archiviert. Nur die gesamte Pipeline kann erneut versucht werden."
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
-msgstr "Dieser Job erstellt ein Deployment für %{environmentLink} und überschreibt %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr "Dieser Job erstellt eine Bereitstellung für %{environmentLink}."
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "Dieser Job befindet sich im Status \"ausstehend\" und wartet darauf, durch einen Runner ausgewählt zu werden"
@@ -15988,8 +19095,8 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
-msgstr "Dieser Job ist die neueste Bereitstellung für %{link}."
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
msgstr "Dieser Job erfordert eine manuelle Aktion"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "Diese Option wurde deaktiviert, da du keine Schreibrechte für diesen Branch hast"
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "Diese Seite ist nicht verfügbar, da du nicht Informationen über mehrere Projekte hinweg lesen darfst."
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "Dieses Projekt"
@@ -16039,6 +19155,15 @@ msgstr "Dieses Projekt hat derzeit noch keine Wiki-Startseite"
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr "Für dieses Projekt ist keine Abrechnung aktiviert. Um ein Cluster zu erstellen, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">aktiviere die Abrechnung<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> und versuche es erneut."
+msgid "This project is archived and cannot be commented on."
+msgstr "Dieses Projekt ist archiviert und kann nicht kommentiert werden."
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr "Dieses Projekt wird am %{date} entfernt"
+
msgid "This repository"
msgstr "Dieses Repository"
@@ -16051,12 +19176,12 @@ msgstr "Dieser Runner wird nur Pipelines von geschützen Branches ausführen"
msgid "This setting can be overridden in each project."
msgstr "Diese Einstellung kann in jedem Projekt überschrieben werden."
-msgid "This setting will override user notification preferences for all project members."
-msgstr ""
-
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Diese Einstellung aktualisiert den Hostnamen der für die Generierung von privaten Commit-E-Mails verwendet wird. %{learn_more}"
+msgid "This subscription is for"
+msgstr ""
+
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
msgstr ""
@@ -16078,12 +19203,66 @@ msgstr "Diese(r) Benutzer(in) wird der/die Autor(in) aller Ereignisse im Aktivit
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr "Diese E-Mails werden automatisch zu hier gelisteten Tickets (wobei die Kommentare zur E-Mail-Konversation werden)."
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr "Es ist ein Fehler aufgetreten. WAF-Statistiken konnten nicht abgerufen werden"
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr "Es ist ein Fehler aufgetreten. Umgebungen konnten nicht abgerufen werden"
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr "vor kurzem"
msgid "Timeago|right now"
msgstr "gerade jetzt"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr "Zeitüberschreitung"
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16431,7 +19610,7 @@ msgid "To widen your search, change or remove filters."
msgstr "Um deine Suche zu erweitern, verändere oder entferne Filter."
msgid "To-Do List"
-msgstr ""
+msgstr "To-Do-Liste"
msgid "To-do item successfully marked as done."
msgstr ""
@@ -16499,6 +19678,12 @@ msgstr "Morgen"
msgid "Too many changes to show."
msgstr "Zu viele Änderungen um sie anzuzeigen."
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr "Zu viele Namespaces aktiviert. Sie müssen sie über die Konsole oder die API verwalten."
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr "Zu viele Projekte aktviert. Sie müssen sie über die Konsole oder die API verwalten."
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr "Gesamte Beiträge"
-msgid "Total Time"
-msgstr "Gesamtzeit"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "Gesamte Testzeit für alle Commits/Merges"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr "Gesamt: %{total}"
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr "Baumstrukturansicht"
msgid "Trending"
msgstr "Beliebt"
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "Pipelines für Mirror-Updates auslösen"
@@ -16607,8 +19810,8 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "Trigger können erzwingen, dass einen bestimmten Branch oder Tag mit einem API-Aufruf neu erstellt wird. Diese Token nehmen die Identität ihres/ihrer verbundenen Benutzers/Benutzerin an, einschließlich ihres Zugriffs auf Projekte und ihrer Projektberechtigungen."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -16664,6 +19867,9 @@ msgstr "Zwei-Faktor-Authentifizierung"
msgid "Type"
msgstr "Typ"
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr "CPU-Informationen können nicht erfasst werden"
+
+msgid "Unable to collect memory info"
+msgstr "Speicherinformationen können nicht erfasst werden"
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr "Der Diff konnten nicht geladen werden. %{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr "Das Merge-Request-Widget konnte nicht geladen werden. Versuchen Sie die Seite neu zu laden."
+
msgid "Unable to resolve"
msgstr ""
@@ -16707,18 +19928,18 @@ msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
msgstr "Aufgrund von \"%{reason}\" konntest du dich nicht mit SAML anmelden"
msgid "Unable to update label prioritization at this time"
-msgstr ""
+msgstr "Label-Priorisierung kann zu diesem Zeitpunkt nicht aktualisiert werden"
msgid "Unable to update this epic at this time."
msgstr "Dieses Epic kann gerade nicht aktualisiert werden."
msgid "Unable to update this issue at this time."
-msgstr ""
+msgstr "Dieses Ticket kann gerade nicht aktualisiert werden."
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr "Unbekannt"
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr "Nicht mehr vormerken"
msgid "Unstage all changes"
msgstr "Alle Änderungen nicht mehr vormerken"
-msgid "Unstage changes"
-msgstr "Nicht vorgemerkte Änderungen"
-
msgid "Unstaged"
msgstr "Nicht vorgemerkt"
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr "Bis zu diesem Zeitpunkt kann das Projekt wiederhergestellt werden."
+
msgid "Unverified"
msgstr "Nicht bestätigt"
@@ -16836,7 +20060,7 @@ msgid "Upcoming"
msgstr "Demnächst"
msgid "Upcoming Release"
-msgstr ""
+msgstr "Kommendes Release"
msgid "Update"
msgstr "Aktualisieren"
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr "Aktualisiere deinen Tarif, um Beitragsanalysen zu aktivieren."
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Aktualisiere deinen Tarif, um Gruppen-Webhooks zu aktivieren."
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "Aktualisiere deinen Tarif, um die Ticket-Gewichtung zu aktivieren."
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "Upgrade deinen Tarif um die Ticketboards zu verbessern."
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr "Datei hochladen"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr "Uptime"
+
msgid "Upvotes"
msgstr "Upvotes"
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "Verwende Gruppenmeilensteine, um Tickets aus mehreren Projekten im selben Meilenstein zu verwalten."
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr "Verwende eine Zeile pro URI"
@@ -17060,6 +20290,9 @@ msgstr "Wird von Mitgliedern verwendet, um sich in GitLab in deiner Gruppe anzum
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17088,12 +20321,15 @@ msgid "User identity was successfully updated."
msgstr ""
msgid "User key was successfully removed."
-msgstr ""
+msgstr "Benutzerschlüssel wurde erfolgreich entfernt."
msgid "User map"
msgstr "Benutzerzuordnung"
msgid "User pipeline minutes were successfully reset."
+msgstr "Die Pipeline-Minuten des Users wurden erfolgreich zurückgesetzt."
+
+msgid "User restrictions"
msgstr ""
msgid "User settings"
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr "Aktivität"
msgid "UserProfile|Already reported for abuse"
msgstr "Bereits wegen Missbrauchs gemeldet"
+msgid "UserProfile|Blocked user"
+msgstr "Blockierte(r) Benutzer(in)"
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17265,7 +20507,7 @@ msgid "UserProfile|Edit profile"
msgstr "Profil bearbeiten"
msgid "UserProfile|Explore public groups to find projects to contribute to."
-msgstr ""
+msgstr "Durchsuche öffentliche Gruppen, um Projekte zu finden, an denen Du mitwirken kannst."
msgid "UserProfile|Groups"
msgstr "Gruppen"
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr "Diese(r) Benutzer(in) ist blockiert"
+
msgid "UserProfile|View all"
msgstr "Alles anzeigen"
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr "Benutzer(innen)"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,14 +20674,26 @@ msgstr ""
msgid "Verified"
msgstr "Bestätigt"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr "Konfiguration verifizieren"
+
msgid "Version"
msgstr "Version"
msgid "Very helpful"
msgstr ""
-msgid "View app"
-msgstr "App anzeigen"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr ""
@@ -17450,6 +20713,11 @@ msgstr "Geeignete Genehmigungsberechtigte anzeigen"
msgid "View epics list"
msgstr "Epic-Liste anzeigen"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr "Zeige Datei @ "
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr "Gruppenlabels ansehen"
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr "Sieh es auf GitLab an"
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr "Protokoll ansehen"
msgid "View open merge request"
msgstr "Zeige offene Merge-Requests"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "Projektlabels ansehen"
@@ -17492,6 +20763,9 @@ msgstr "Zeige ersetzte Datei @ "
msgid "View the documentation"
msgstr "Die Dokumentation anzeigen"
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr "Klasse"
@@ -17612,7 +20886,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr "Schweregrad"
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17621,10 +20898,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "Du möchtest die Daten sehen? Bitte frage eine(n) Administrator(in) nach dem Zugang."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr "Wir haben potenziellen Spam in %{humanized_resource_name} gefunden. Bitt
msgid "We don't have enough data to show this stage."
msgstr "Es liegen nicht genügend Daten vor, um diese Phase anzuzeigen."
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "Wir wollen sicher gehen, dass du es bist. Bitte bestätige, dass du kein Roboter bist."
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "Web IDE"
@@ -17681,6 +20964,15 @@ msgstr "Gewichtung"
msgid "Weight %{weight}"
msgstr "Gewichtung %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Wenn ein Runner gesperrt ist, kann er keinem anderen Projekt zugewiesen werden"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "Wenn diese Option aktiviert ist, können Benutzer(innen) GitLab nicht verwenden, bis die Bedingungen akzeptiert wurden."
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr "Wer kann diese Gruppe sehen?"
@@ -17872,6 +21182,9 @@ msgstr "Mit der Beitragsanalyse hast du einen Überblick über die Aktivitäten
msgid "Withdraw Access Request"
msgstr "Zugriffsanfrage widerrufen"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,8 +21245,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "Du bist dabei %{project_full_name} zu entfernen. Entfernte Projekte können NICHT wiederhergestellt werden! Bist Du dir WIRKLICH sicher?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Du bist dabei, die Beziehung des Forks zum Ursprungsprojekt %{forked_from_project}, zu entfernen. Bist du dir WIRKLICH sicher?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Du bist dabei %{project_full_name} einem/einer andere(n) Besitzer(in) zu übergeben. Bist du dir WIRKLICH sicher?"
@@ -17938,6 +21254,9 @@ msgstr "Du bist dabei %{project_full_name} einem/einer andere(n) Besitzer(in) zu
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17957,7 +21276,7 @@ msgid "You can also press &#8984;-Enter"
msgstr ""
msgid "You can also press Ctrl-Enter"
-msgstr ""
+msgstr "Sie können auch Strg-Enter drücken"
msgid "You can also star a label to make it a priority label."
msgstr "Du kannst auch ein Label markieren, um es zu einem Prioritätslabel zu machen."
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Du kannst einfach dazu beitragen, indem du um Aufnahme in diesen Gruppen bittest."
@@ -18017,6 +21351,9 @@ msgid "You can resolve the merge conflict using either the Interactive mode, by
msgstr "Du kannst den Merge-Konflikt lösen, indem du entweder den interaktiven Modus verwendest, indem du die Schaltflächen %{use_ours} oder %{use_theirs} wählst, oder indem du die Dateien direkt bearbeitest. Übernimm diese Änderungen mittels Commit in %{branch_name}"
msgid "You can see your chat accounts."
+msgstr "Sie können Ihre Chat-Konten sehen."
+
+msgid "You can set up as many Runners as you need to run your jobs."
msgstr ""
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr "Du kannst deine .gitlab-ci.yml mit %{linkStart}CI Lint%{linkEnd} testen."
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "Du musst unsere Nutzungsbedingungen und Datenschutzerklärung akzeptieren, um ein Konto registrieren zu können"
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr "Du benötigst eine andere Lizenz, um die FileLocks-Funktion zu aktivieren"
@@ -18205,12 +21560,21 @@ msgstr "Du kannst erst mittels SSH übertragen (push) oder abrufen (pull), nachd
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Du musst einen deinem Profil einen SSH-Schlüssel hinzufügen, bevor du deinen Projekt-Code mittels Pull oder Push über SSH übertragen kannst"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "Du musst unterschiedliche Branchnamen verwenden, um einen gültigen Vergleich zu erhalten."
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr "Du erhältst diese E-Mail, weil %{reason}."
-
msgid "You're receiving this email because of your account on %{host}."
msgstr "Du erhältst diese E-Mail aufgrund deines Accounts auf %{host}."
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "Du erhältst diese E-Mail aufgrund deines Kontos auf %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "Deine Gruppen"
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr "Deine Änderungen wurden gespeichert"
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr "ein(e) gelöschte(r) Benutzer(in)"
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr "unter anderem"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr "archiviert"
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "Branch-Name"
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr "%{linkStartTag}Lerne mehr über Abhängigkeitsüberprüfung%{linkEndTag}
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr "%{linkStartTag}Lerne mehr über SAST%{linkEndTag}"
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr "%{namespace} ist von %{vulnerability} betroffen."
@@ -18494,14 +21902,6 @@ msgstr "%{reportType} %{status} hat keine Sicherheitslücken entdeckt"
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr "%{reportType} %{status} hat nur für den Quellbranch keine Sicherheitslücken festgestellt"
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] "%{reportType} hat %{vulnerabilityCount} Sicherheitslücke gefunden"
-msgstr[1] "%{reportType} hat %{vulnerabilityCount} Sicherheitslücken gefunden"
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr "%{reportType} hat keine Sicherheitslücken gefunden"
-
msgid "ciReport|%{reportType} is loading"
msgstr "%{reportType} wird geladen"
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "Klasse"
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr "Fehler beim Ausblenden der Sicherheitslücke. Bitte versuche es erneut."
-msgid "ciReport|There was an error loading DAST report"
-msgstr "Beim Laden des DAST-Berichtes ist ein Fehler aufgetreten"
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "Beim Laden des SAST-Berichtes ist ein Fehler aufgetreten"
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "Fehler beim Laden des Containerüberprüfungs-Berichtes"
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "Fehler beim Laden des Abhängigkeitsprüfungs-Berichtes"
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr "Fehler beim Wiedereinblenden. Bitte versuche es erneut."
@@ -18735,6 +22126,9 @@ msgstr "Du willst die Vertraulichkeit aktivieren. Das bedeutet, dass nur Teammit
msgid "connecting"
msgstr "Verbinde"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "konnte den privaten Schlüssel nicht lesen, ist die Passphrase korrekt?"
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "Tag"
msgstr[1] "Tage"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr "dektiviert"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "erledigt"
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr "für dieses Projekt"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr "von"
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr "ist kein gültiges X509-Zertifikat."
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr "Neuste Version"
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "gesperrt durch %{path_lock_user_name} %{created_at}"
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "Merge-Request"
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr "%{metricsLinkStart} Speicherauslastung %{metricsLinkEnd} %{emphasisStart
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "%{metricsLinkStart} Speicherauslastung %{metricsLinkEnd} ist %{emphasisStart} unverändert %{emphasisEnd} bei %{memoryFrom} MB"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,8 +22455,8 @@ msgstr "Automatischen Merge abbrechen"
msgid "mrWidget|Check out branch"
msgstr "Branch auschecken"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "Prüft die Fähigkeit zum automatischen Merge"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "Cherry-Pick"
@@ -19073,6 +22503,9 @@ msgstr "Wenn der %{branch} Branch in deinem lokalen Repository existiert kannst
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Wenn der Branch %{missingBranchName} in deinem lokalen Repository vorhanden ist, kannst du diesen Merge-Request manuell über die Befehlszeile zusammenführen"
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr "Lade Bereitstellungsstatistiken"
@@ -19253,6 +22686,9 @@ msgstr "nicht verfügbar"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "Neuer Merge-Request"
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr "Passwort"
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19325,9 +22773,12 @@ msgid "project avatar"
msgstr ""
msgid "quick actions"
-msgstr ""
+msgstr "Schnellzugriff"
msgid "register"
+msgstr "registrieren"
+
+msgid "relates to"
msgstr ""
msgid "released %{time}"
@@ -19346,10 +22797,10 @@ msgid "remove weight"
msgstr "Gewichtung entfernen"
msgid "removed a Zoom call from this issue"
-msgstr ""
+msgstr "Zoom Anruf von diesem Ticket entfernt"
msgid "rendered diff"
-msgstr ""
+msgstr "gerenderte Diff"
msgid "reply"
msgid_plural "replies"
@@ -19357,6 +22808,9 @@ msgstr[0] "Antwort"
msgstr[1] "Antworten"
msgid "reset it."
+msgstr "Zurücksetzen."
+
+msgid "resolved the corresponding error and closed the issue."
msgstr ""
msgid "score"
@@ -19366,13 +22820,13 @@ msgid "security Reports|There was an error creating the merge request"
msgstr ""
msgid "severity|Critical"
-msgstr ""
+msgstr "Kritisch"
msgid "severity|High"
-msgstr ""
+msgstr "Hoch"
msgid "severity|Info"
-msgstr ""
+msgstr "Info"
msgid "severity|Low"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr "%{slash_command} aktualisiert die Summe der aufgewendeten Zeit."
msgid "started"
msgstr "gestartet"
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "dieses Dokument"
@@ -19509,15 +22981,17 @@ msgid "vulnerability|Undo dismiss"
msgstr ""
msgid "vulnerability|dismissed"
-msgstr ""
+msgstr "verworfen"
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "mit %{additions} Ergänzungen, %{deletions} Löschungen."
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "innerhalb %d Minute "
-msgstr[1] "innerhalb %d Minuten "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/el_GR/gitlab.po b/locale/el_GR/gitlab.po
index e65b8a3f461..b52569855aa 100644
--- a/locale/el_GR/gitlab.po
+++ b/locale/el_GR/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Greek\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: el\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:26\n"
+"PO-Revision-Date: 2020-01-22 09:36\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/eo/gitlab.po b/locale/eo/gitlab.po
index 91989a1ffac..294b41a3ba7 100644
--- a/locale/eo/gitlab.po
+++ b/locale/eo/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Esperanto\n"
"Language: eo_UY\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: eo\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:23\n"
+"PO-Revision-Date: 2020-01-22 09:33\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr "Aldoni novan dosierujon"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Ĉu vi certe volas forigi ĉi tiun ĉenstablan planon?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Serĉu branĉon"
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr "Elekti dosierojn"
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Diagramoj"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Precize elekti ĉi tiun kunmetadon"
msgid "Cherry-pick this merge request"
msgstr "Precize elekti ĉi tiun peton pri kunfando"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr "atendanta manan agon"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "blokita"
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "transsaltita"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "plenumiÄanta"
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr "DaÅ­ro de la enmetadoj por la lastaj 30 enmetadoj"
msgid "Commit message"
msgstr "MesaÄo pri la enmetado"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Kompari"
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,27 +5104,51 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
-msgstr "Kontribuantoj"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr "Kontribuantoj"
+
msgid "Control emails linked to your account"
msgstr ""
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "Kopii la adreson en la kopibufron"
+msgid "Copy URL"
+msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "Kopii la identigilon de la enmetado"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr "Krei novan dosierujon"
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Kreu propran atingoĵetonon en via konto por ebligi al vi eltiri kaj alpuÅi per %{protocol}."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr "Horzono por Cron"
msgid "Cron syntax"
msgstr "La sintakso de Cron"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "Cikla analizo"
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Problemo"
msgid "CycleAnalyticsStage|Plan"
msgstr "Plano"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Eldonado"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Kontrolo"
@@ -4678,25 +5734,74 @@ msgstr "Preparo por eldono"
msgid "CycleAnalyticsStage|Test"
msgstr "Testado"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Priskribo"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr "Nomo de dosierujo"
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr "ElÅuti"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr "Redakti ĉenstablan planon %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "Ĉiutage (je 4:00)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Ĉiumonate (en la 1a de la monato, je 4:00)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Ĉiusemajne (en dimanĉo, je 4:00)"
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,15 +7774,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Ne eblas ÅanÄi la posedanton"
msgid "Failed to check related branches."
msgstr ""
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr "Filtri per mesaÄo"
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Disbranĉigita el"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr "De la kreado de la problemo Äis la disponigado en la publika versio"
msgid "From merge request merge until deploy to production"
msgstr "De la kunfandado de la peto pri kunfando Äis la disponigado en la publika versio"
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr "Intervala Åablono"
msgid "Introducing Cycle Analytics"
msgstr "Ni prezentas al vi la ciklan analizon"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] "La lastaj %d tagoj"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "Lasta ĉenstablo"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "Lernu pli en la"
@@ -9116,6 +10908,12 @@ msgstr "dokumentado pri ĉenstablaj planoj"
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Mediano"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr "Nova branĉo"
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr "Nova problemo"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr "Nova peto pri kunfando"
msgid "NotificationEvent|New note"
msgstr "Nova noto"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "Reatribui problemon"
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr "Opcioj"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr "Posedanto"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "La projekto „%{project_name}“ estis alvicigita por forigado."
@@ -11952,12 +14209,21 @@ msgstr "La projekto „%{project_name}“ estis sukcese kreita."
msgid "Project '%{project_name}' was successfully updated."
msgstr "La projekto „%{project_name}“ estis sukcese Äisdatigita."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr "Ĉiu uzanto devas akiri propran atingon al la projekto."
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "Ne eblas forigi la projektan elporton."
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "Legu pli"
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr "Forigi la projekton"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr "Peti atingeblon"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr "Malfari ĉi tiun peton pri kunfando"
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr "Konservi ĉenstablan planon"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "Elektu horzonon"
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr "Elektu celan branĉon"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "Estas montrata %d evento"
msgstr[1] "Estas montrataj %d eventoj"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "Kreu %{new_merge_request} kun ĉi tiuj ÅanÄoj"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr "Iri al branĉo/etikedo"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr "Cela branĉo"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr "La etapo de programado montras la tempon de la unua enmetado Äis la kre
msgid "The collection of events added to the data gathered for that stage."
msgstr "La aro da eventoj, kiuj estas aldonitaj al la datenoj kolektitaj por la etapo."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr "La rilato de disbranĉigo estis forigita."
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr "La etapo de la disvolva ciklo."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "La deponejo por ĉi tiu projekto ne ekzistas."
@@ -15622,18 +18657,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "La etapo de preparo por eldono montras la tempon inter la aplikado de la peto pri kunfando kaj la disponigado de la kodo en la publika versio. La datenoj aldoniÄos aÅ­tomate post kiam vi faros la unuan disponigadon en la publika versio."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "La etapo de testado montras kiom da tempo necesas al „GitLab CI“ por plenumi ĉiujn ĉenstablojn por la rilata peto pri kunfando. La datenoj aldoniÄos aÅ­tomate post kiam via unua ĉenstablo finiÄos."
msgid "The time taken by each data entry gathered by that stage."
msgstr "La tempo, kiu estas necesa por ĉiu dateno kolektita de la etapo."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
-msgstr "Totala tempo"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "Totala tempo por la testado de ĉiuj enmetadoj/kunfandoj"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr "AlÅuti dosieron"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr "Vidi la malfermitan peton pri kunfando"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,7 +20886,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17621,10 +20898,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "Ĉu vi volas vidi la datenojn? Bonvolu peti atingeblon de administranto."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "Ne estas sufiĉe da datenoj por montri ĉi tiun etapon."
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr "Nuligi la peton pri atingeblo"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,8 +21245,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Vi forigos la rilaton de la disbranĉigo al la originala projekto, „%{forked_from_project}“. Ĉu vi estas ABSOLUTE certa?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr ""
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr "Vi ne povos eltiri aÅ­ alpuÅi kodon per SSH antaÅ­ ol vi %{add_ssh_key_
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "tago"
msgstr[1] "tagoj"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "novan peton pri kunfando"
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/es/gitlab.po b/locale/es/gitlab.po
index 3afb9558c71..9d8779cc77c 100644
--- a/locale/es/gitlab.po
+++ b/locale/es/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: es-ES\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:14\n"
+"PO-Revision-Date: 2020-01-22 09:27\n"
msgid " (from %{timeoutSource})"
msgstr " (desde %{timeoutSource})"
@@ -52,15 +51,18 @@ msgstr " o "
msgid " or <!merge request id>"
msgstr " o <!merge request id>"
-msgid " or <#epic id>"
-msgstr " o <#epic id>"
-
msgid " or <#issue id>"
msgstr " o <#issue id>"
+msgid " or <&epic id>"
+msgstr " o <&epic id>"
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " o referencias (e.j. path/to/project!merge_request_id)"
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "\"%{path}\" no existía en \"%{ref}\""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d comentario"
@@ -94,10 +96,10 @@ msgid_plural "%d exporters"
msgstr[0] "%d exportador"
msgstr[1] "%d exportadores"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d resultado de prueba fallido"
-msgstr[1] "%d resultados de prueba fallidos"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] "%d fallo/error en el resultado de las pruebas"
+msgstr[1] "%d fallo/error en los resultados de las pruebas"
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -106,8 +108,8 @@ msgstr[1] "%d solucionados los resultados de la prueba"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d merge request inaccesible"
+msgstr[1] "%d merge request inaccesibles"
msgid "%d issue"
msgid_plural "%d issues"
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] "%d comentarios más"
msgstr[1] "%d comentarios más"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d proyecto"
+msgstr[1] "%d proyectos"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d solicitud con advertencias"
+msgstr[1] "%d solicitudes con advertencias"
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d segundo"
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr "Hilo de %{authorsName}"
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} escribió %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr "%{cores} núcleos"
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/commit"
@@ -190,7 +210,7 @@ msgid "%{count} approvals from %{name}"
msgstr "%{count} aprobaciones de %{name}"
msgid "%{count} files touched"
-msgstr ""
+msgstr "%{count} archivos modificados"
msgid "%{count} more"
msgstr "%{count} más"
@@ -198,6 +218,11 @@ msgstr "%{count} más"
msgid "%{count} more assignees"
msgstr "%{count} asignados más"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} de %{required} aprobaciones de %{name}"
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] "%{count} comentario pendiente"
msgstr[1] "%{count} comentarios pendientes"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count} %{pluralized_subject} relacionados: %{links}"
+
+msgid "%{days} days until tags are automatically removed"
+msgstr "%{days} días hasta que las etiquetas se eliminen automáticamente"
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -238,8 +272,8 @@ msgstr "%{filePath} eliminado"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} más"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "No es posible encontrar %{gitlab_ci_yml} en este commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "Los %{group_docs_link_start}Grupos%{group_docs_link_end} le permiten administrar y colaborar en múltiples proyectos. Los miembros de un grupo tienen acceso a todos sus proyectos."
@@ -253,6 +287,12 @@ msgstr "%{icon} Está apunto de añadir %{usersTag} gente a la discusión.Por fa
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "¡Va a eliminar %{issuableType}! ¿Está seguro de que desea realizar esta acción?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} no disponible"
@@ -268,6 +308,9 @@ msgstr "%{level_name} no está permitido debido a que el fork del proyecto orige
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}Lea más%{link_end} acerca de los permisos de rol"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr "%{listToShow}, y %{awardsListLength} más."
@@ -298,9 +341,26 @@ msgstr "%{number_commits_behind} commits detrás de %{default_branch}, %{number_
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% completado"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr "%{percent}%{percentSymbol} completo"
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary} (%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr "%{service_title} activado."
@@ -322,6 +382,18 @@ msgstr "%{size} bytes"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} se envió con éxito a Akismet."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} épicas"
@@ -338,6 +410,11 @@ msgstr[1] "%{strong_start}%{commit_count}%{strong_end} Commits"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} Archivos"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Etiqueta"
@@ -346,6 +423,18 @@ msgstr[1] "%{strong_start}%{tag_count}%{strong_end} Etiquetas"
msgid "%{tabname} changed"
msgstr "%{tabname} cambiado"
+msgid "%{tags} tag per image name"
+msgstr "%{tags} etiqueta por nombre de imagen"
+
+msgid "%{tags} tags per image name"
+msgstr "%{tags} etiquetas por nombre de la imagen"
+
+msgid "%{tag}-evidence.json"
+msgstr "%{tag}-evidence.json"
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id} es desconocido o no es válido"
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text}%{files}"
@@ -360,6 +449,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} cambios"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr "%{total} incidencias abiertas"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr "+%{extraOptionCount} más"
msgid ", or "
msgstr ", o "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- Evento"
+msgstr[1] "- Eventos"
+
msgid "- Runner is active and can process any new jobs"
msgstr "- El ejecutor está activo y puede procesar cualquier trabajo nuevo"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- El ejecutor está en pausa y no recibirá ningún trabajo nuevo"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- Usuario"
+msgstr[1] "- Usuarios"
+
msgid "- show less"
msgstr "- mostrar menos"
@@ -472,18 +580,30 @@ msgstr[0] "1 solicitud de fusión cerrada"
msgstr[1] "%{merge_requests} merge requests cerrados"
msgid "1 day"
-msgstr "1 día"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 grupo"
msgstr[1] "%d grupos"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "1 incidencia abierta"
@@ -521,9 +641,18 @@ msgstr "10-19 contribuciones"
msgid "1st contribution!"
msgstr "¡1ra contribución!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29 contribuciones"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "2FA"
@@ -536,12 +665,18 @@ msgstr "3 días"
msgid "3 hours"
msgstr "3 horas"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 minutos"
msgid "30+ contributions"
msgstr "Más de 30 contribuciones"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "Por favor póngase en contacto con su administrador de GitLab para obtener los permisos necesarios."
@@ -557,9 +692,15 @@ msgstr "Página no encontrada"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "Por favor, contacte con su administrador de GitLab si cree que se trata de un error."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 horas"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> añadirá \"Por <a href=\"#\">@johnsmith</a>\" a todas las incidencias y comentarios creados por johnsmith@example.com, y colocará a <a href=\"#\">@johnsmith</a> como la persona asiganda a todas las incidencias inicialmente asignadas a johnsmith@example.com."
@@ -581,16 +722,10 @@ msgstr "<ningún alcance seleccionado>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> creadas, <strong>%{accepted_count}</strong> aceptadas."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> creada, <strong>%{closed_count}</strong> cerrada."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "miembros del grupo <strong>%{group_name}</strong>"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr "No se puede obtener un certificado SSL de Let's Encrypt hasta que se ver
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "Se configurará una cuenta de Let's Encrypt para esta instalación de GitLab utilizando su correo electrónico. Recibirá correos electrónicos con avisos sobre la caducidad de los certificados."
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "No se puede elegir una rama por defecto para un proyecto vacío."
msgid "A deleted user"
msgstr "Un usuario eliminado"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr "Un fork es una copia de un proyecto.<br />Realizar un fork de un repositorio le permite realizar cambios sin afectar al proyecto original."
msgid "A member of the abuse team will review your report as soon as possible."
msgstr "Un miembro del equipo revisará su informe tan pronto como sea posible."
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr "Se publicó una nueva versión %{tag} para %{name}. Visite la página de %{release_link_start}versiones%{release_link_end} para obtener más información al respecto."
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr "Se publicó una nueva versión %{tag} para %{name}. Visite la página de versiones para obtener más información al respecto:"
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "Se creará una nueva rama en su proceso de fork y se iniciará una nueva solicitud de merge."
@@ -641,6 +797,9 @@ msgstr "Se ha creado un nuevo token de impersonación."
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "Un sitio hecho con HTML plano que utiliza Netlify para CI/CD en lugar de GitLab, pero con las demás excelentes características de GitLab."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "Un proyecto es donde sus archivos (repositorio), planifica su trabajo (incidencias), y publica su documentación (wiki), %{among_other_things_link}."
@@ -650,8 +809,8 @@ msgstr "Una plantilla lista para utilizar con aplicaciones de Android."
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "Una plantilla lista para utilizar con las aplicaciones iOS basadas en Swift."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "Una expresión regular que se utilizará para rastrear la cantidad de cobertura de código en la salida del trabajo. Déjela en blanco para deshabilitarla"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr "Una expresión regular que se utilizará para rastrear la cantidad de cobertura de código en el log del trabajo. Déjelo en blanco para deshabilitar esta opción"
msgid "A secure token that identifies an external storage request."
msgstr "Un token seguro que identifica una petición de almacenamiento externo."
@@ -665,6 +824,18 @@ msgstr "Ayuda de la API"
msgid "API Token"
msgstr "Token del API"
+msgid "AWS Access Key"
+msgstr "AWS Access Key"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr "AWS Acces Key. Se requiere solo si no se utilizan credenciales de instancia de rol"
+
+msgid "AWS Secret Access Key"
+msgstr "AWS Secret Access Key"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr "Cancelar"
@@ -713,6 +884,9 @@ msgstr "Acceso denegado. Por favor, compruebe su nivel de acceso."
msgid "Access to '%{classification_label}' not allowed"
msgstr "El acceso a '%{classification_label}' no está permitido"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "Grupos"
@@ -785,6 +959,9 @@ msgstr "Reiniciarlo"
msgid "Account"
msgstr "Cuenta"
+msgid "Account ID"
+msgstr "ID de la cuenta"
+
msgid "Account and limit"
msgstr "Cuenta y límite"
@@ -794,6 +971,9 @@ msgstr "Cuenta: %{account}"
msgid "Action to take when receiving an alert."
msgstr "Acción a realizar cuando se reciba una alerta."
+msgid "Activate"
+msgstr "Activar"
+
msgid "Activate Service Desk"
msgstr "Activar Service Desk"
@@ -835,6 +1015,9 @@ msgstr "Añadir URL de Jaeger"
msgid "Add Kubernetes cluster"
msgstr "Añadir clúster de Kubernetes"
+msgid "Add LICENSE"
+msgstr "Añadir LICENSE"
+
msgid "Add README"
msgstr "Añadir README"
@@ -883,15 +1066,15 @@ msgstr "Añada un texto adicional que aparecerá en todas las comunicaciones ví
msgid "Add an SSH key"
msgstr "Añadir una clave SSH"
+msgid "Add an existing issue to the epic."
+msgstr "Agregar una incidencia existente a la épica."
+
msgid "Add an issue"
msgstr "Agregar una incidencia"
msgid "Add approval rule"
msgstr "Agregar una regla de aprobación"
-msgid "Add approvers"
-msgstr "Añadir aprobadores"
-
msgid "Add bold text"
msgstr "Añadir texto en negrita"
@@ -931,15 +1114,18 @@ msgstr "Añadir una nueva aplicación"
msgid "Add new directory"
msgstr "Agregar nuevo directorio"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr "Agregar nuevo miembro a %{strong_start}%{group_name}%{strong_end}"
-
msgid "Add or subtract spent time"
msgstr "Agregar o restar tiempo consumido"
msgid "Add reaction"
msgstr "Añadir reacción"
+msgid "Add request manually"
+msgstr "Añadir solicitud manualmente"
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr "Añadir a Slack"
@@ -952,9 +1138,6 @@ msgstr "Agregar al merge train"
msgid "Add to merge train when pipeline succeeds"
msgstr "Agregar al merge train cuando el pipeline se ejecute correctamente"
-msgid "Add to project"
-msgstr "Añadir al proyecto"
-
msgid "Add to review"
msgstr "Añadir a revisión"
@@ -967,6 +1150,9 @@ msgstr "Añadir usuario(s) al grupo:"
msgid "Add users to group"
msgstr "Agregar usuarios al grupo"
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr "No se han especificado usuarios."
@@ -976,8 +1162,8 @@ msgstr "Demasiados usuarios especificados (el límite es %{user_limit})"
msgid "Added"
msgstr "Añadido"
-msgid "Added %{epic_ref} as child epic."
-msgstr "Agregada %{epic_ref} como tarea épica hija."
+msgid "Added %{epic_ref} as a child epic."
+msgstr "Agregada %{epic_ref} como una tarea épica hija."
msgid "Added %{label_references} %{label_text}."
msgstr "Agregada %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr "Agregar una reunión de Zoom"
msgid "Adds an issue to an epic."
msgstr "Agregar una incidencia a una tarea épica."
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "Ãrea de administración"
@@ -1030,14 +1219,17 @@ msgstr "Vista de administrador"
msgid "Admin Section"
msgstr "Sección de administración"
-msgid "Admin notes"
-msgstr "Notas del administrador"
+msgid "Admin mode already enabled"
+msgstr ""
+
+msgid "Admin mode disabled"
+msgstr "Modo Administrador deshabilitado"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Está a punto de eliminar permanentemente el usuario %{username}. Las incidencias, merge requests, y los grupos vinculados a ellos serán trasladados a un usuario \"fantasma\". Para evitar la pérdida de datos, considere la posibilidad de la opción %{strong_start}bloquear usuario%{strong_end}. Una vez %{strong_start}elimine el usuario%{strong_end}, no se puede deshacer esta acción ni recuperar los datos del usuario eliminado."
+msgid "Admin mode enabled"
+msgstr "Modo administrador habilitado"
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Está a punto de eliminar permanentemente el usuario %{username}. Las incidencias, merge requests, y los grupos vinculados a ellos serán trasladados a un usuario \"fantasma\". Para evitar la pérdida de datos, considere la posibilidad de la opción %{strong_start}bloquear usuario%{strong_end}. Una vez %{strong_start}elimine el usuario%{strong_end}, no se puede deshacer esta acción ni recuperar los datos del usuario eliminado."
+msgid "Admin notes"
+msgstr "Notas del administrador"
msgid "AdminArea|Stop all jobs"
msgstr "Detener todos los trabajos"
@@ -1054,6 +1246,12 @@ msgstr "Error al detener trabajos"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Está a punto de detener todos los trabajos. Esto detendrá todos los trabajos que se están ejecutando actualmente."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr "Tokens de acceso personal"
+
+msgid "AdminCredentials|SSH Keys"
+msgstr "Claves SSH"
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Se ha producido un error al cargar las estadísticas. Por favor, inténtalo de nuevo"
@@ -1144,15 +1342,39 @@ msgstr "Admin"
msgid "AdminUsers|Admins"
msgstr "Administradores"
+msgid "AdminUsers|Block"
+msgstr "Bloquear"
+
msgid "AdminUsers|Block user"
msgstr "Bloquear usuario"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "¿Bloquear el usuario %{username}?"
+
msgid "AdminUsers|Blocked"
msgstr "Bloqueado"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "Bloquear usuario tiene los siguientes efectos:"
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "No se pueden desbloquear los usuarios bloqueados de LDAP"
+msgid "AdminUsers|Deactivate"
+msgstr "Desactivar"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "¿Desactivar el usuario %{username}?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr "Desactivar usuario"
+
+msgid "AdminUsers|Deactivated"
+msgstr "Desactivado"
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr "Desactivar un usuario tiene los siguientes efectos:"
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "¿Eliminar el usuario %{username} y sus contribuciones?"
@@ -1168,15 +1390,36 @@ msgstr "Eliminar el usuario y sus contribuciones"
msgid "AdminUsers|External"
msgstr "Externos"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "¡Es usted!"
msgid "AdminUsers|New user"
msgstr "Nuevo usuario"
+msgid "AdminUsers|No credentials found"
+msgstr "No se encontraron credenciales"
+
msgid "AdminUsers|No users found"
msgstr "No se encontraron usuarios"
+msgid "AdminUsers|Owned groups will be left"
+msgstr "Se dejarán los grupos propios"
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr "Se dejarán los proyectos personales"
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr "Los proyectos personales, los grupos y el historial de usuario se quedarán intactos"
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr "Al reactivar un usuario:"
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr "Restaure el acceso del usuario a la cuenta, esto incluye la web, Git y API."
+
msgid "AdminUsers|Search by name, email or username"
msgstr "Búsqueda por nombre, correo electrónico o nombre de usuario"
@@ -1189,18 +1432,45 @@ msgstr "Enviar correo electrónico a los usuarios"
msgid "AdminUsers|Sort by"
msgstr "Ordenar por"
+msgid "AdminUsers|The user will be logged out"
+msgstr "El usuario será desconectado"
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr "El usuario no podrá acceder a los repositorios de Git"
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "El usuario no podrá acceder a la API"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr "El usuario no recibirá ninguna notificación"
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Para confirmar, escriba %{projectName}"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Para confirmar, escriba %{username}"
-msgid "AdminUsers|User will be blocked"
-msgstr "El usuario será bloqueado"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr "El usuario no podrá acceder a los repositorios git"
+
+msgid "AdminUsers|User will not be able to login"
+msgstr "El usuario no podrá iniciar sesión"
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr "Cuando el usuario vuelve a iniciar sesión, su cuenta se activará como una cuenta totalmente activa"
msgid "AdminUsers|Without projects"
msgstr "Sin proyectos"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "Está a punto de eliminar permanentemente al usuario %{username}. Las incidencias, los merge requests y los grupos enlazados a ellos serán transferidos a un \"usuario fantasma\" de sistema. Para evitar la pérdida de datos, considere %{strong_start}bloquear el usuario%{strong_end} en su lugar. Una vez que %{strong_start}elimine el usuario%{strong_end}, no podrá deshacer o recuperar esta acción."
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "Está a punto de eliminar permanentemente el usuario %{username}. Esto eliminará todas las incidencias, merge requests y todos los grupos vinculados al mismo. Para evitar la pérdida de datos, considere utilizar la característica %{strong_start}bloquear usuario%{strong_end} en su lugar. Una vez %{strong_start}eliminado un usuario%{strong_end}, no se puede deshacer o volver recuperar esta acción."
+
msgid "Advanced"
msgstr "Avanzado"
@@ -1233,6 +1503,12 @@ msgstr "Cada origen de la alerta debe ser autorizado mediante la siguiente URL y
msgid "Alerts"
msgstr "Alertas"
+msgid "Alerts endpoint"
+msgstr "Endpoint de alertas"
+
+msgid "Algorithm"
+msgstr "Algoritmo"
+
msgid "All"
msgstr "Todos"
@@ -1245,9 +1521,6 @@ msgstr "Todas las ramas"
msgid "All changes are committed"
msgstr "Se ha realizado commit de todos los cambios"
-msgid "All cross-project dependencies have merged"
-msgstr "Se han fusionado todas las dependencias entre proyectos"
-
msgid "All email addresses will be used to identify your commits."
msgstr "Todas las direcciones de correo electrónico se utilizarán para identificar sus commits."
@@ -1257,15 +1530,27 @@ msgstr "Todas las funcionalidades están habilitadas para proyectos en blanco, p
msgid "All groups and projects"
msgstr "Todos los grupos y proyectos"
+msgid "All issues for this milestone are closed."
+msgstr "Todos las incidencias de este hito están cerradas."
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "Todas las incidencias para este hito están cerradas. Puede cerrar este hito ahora."
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr "Se han solucionado todos los conflictos del merge. Puede realizar el merge request."
+msgid "All merge request dependencies have been merged"
+msgstr "Todas las dependencias de las peticiones de fusión han sido fusionadas"
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr "Todas las rutas son relativas a la URL de GitLab. Por favor, no incluya la %{relative_url_link_start}URL relativa%{relative_url_link_end}."
+
msgid "All projects"
msgstr "Todos los proyectos"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr "Todas las exploraciones de seguridad están habilitadas porque %{linkStart}Auto DevOps%{linkEnd} está habilitado en este proyecto"
+
msgid "All users"
msgstr "Todos los usuarios"
@@ -1281,9 +1566,6 @@ msgstr "Permitir commits de los miembros que pueden hacer merge con la rama de d
msgid "Allow group owners to manage LDAP-related settings"
msgstr "Permitir a los propietarios de los grupos administrar configuraciones relacionadas con LDAP"
-msgid "Allow mirrors to be set up for projects"
-msgstr "Permitir que se establezcan replicas para los proyectos"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "Permitir que sólo los protocolos seleccionados tengan acceso a Git."
@@ -1296,6 +1578,9 @@ msgstr "Permitir acceso público a los pipelines y a los detalles del trabajo, i
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Permitir el renderizado de diagramas PlantUML en documentos Asciidoc."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr "Permitir que la réplica del repositorio sea configurada por los responsables del proyecto"
+
msgid "Allow requests to the local network from hooks and services."
msgstr "Permitir peticiones a la red local desde los hooks y los servicios."
@@ -1303,7 +1588,7 @@ msgid "Allow requests to the local network from system hooks"
msgstr "Permitir solicitudes a la red local desde hooks de sistema"
msgid "Allow requests to the local network from web hooks and services"
-msgstr ""
+msgstr "Permitir solicitudes a la red local desde web hooks y servicios"
msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
msgstr "¿Permitir que esta clave también haga push al repositorio? (El valor predeterminado solo permite hacer pull)"
@@ -1311,14 +1596,11 @@ msgstr "¿Permitir que esta clave también haga push al repositorio? (El valor p
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "Permitir a los usuarios registrar cualquier aplicación para usar GitLab como proveedor de OAuth"
-msgid "Allow users to request access"
-msgstr "Permitir a los usuarios solicitar acceso"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Permitir a los usuarios solicitar acceso si la visibilidad es pública o interna."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr "Permitir a los usuarios solicitar acceso (si la visibilidad es pública o interna)"
msgid "Allowed email domain restriction only permitted for top-level groups"
-msgstr ""
+msgstr "Sólo los grupos de nivel superior pueden restringir los dominios de correo electrónico permitidos"
msgid "Allowed to fail"
msgstr "Permitido fallar"
@@ -1326,6 +1608,9 @@ msgstr "Permitido fallar"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Le permite agregar y administrar clusters de Kubernetes."
+msgid "Almost there"
+msgstr "¡Ya queda poco!"
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "También llamado \"emisor\" o \"identificador de confianza\""
@@ -1335,6 +1620,18 @@ msgstr "También llamado \"URL de servicio confiable\" o \"URL de respuesta\""
msgid "Alternate support URL for help page and help dropdown"
msgstr "URL de soporte alternativa para las páginas y para el menu desplegable de ayuda"
+msgid "Amazon EKS"
+msgstr "Amazon EKS"
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr "La integración con Amazon EKS le permite provisionar clústeres EKS desde GitLab."
+
+msgid "Amazon Web Services"
+msgstr "Amazon Web Services"
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr "La autenticación de Amazon no está %{link_start}correctamente configurada%{link_end}. Preguntele a su administrador de GitLab sí desea utilizar este servicio."
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "Cantidad de tiempo (en horas) que los usuarios pueden omitir la configuración forzada de la autenticación de dos factores"
@@ -1380,12 +1677,21 @@ msgstr "Se ha producido un error al intentar resolver una discusión. Por favor,
msgid "An error occurred when updating the issue weight"
msgstr "Se ha producido un error al actualizar el tamaño de la incidencia"
+msgid "An error occurred while checking group path"
+msgstr "Se ha producido un error al comprobar la ruta del grupo"
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "Se ha producido un error al eliminar el grupo de aprobadores"
msgid "An error occurred while deleting the comment"
msgstr "Se ha producido un error al eliminar el comentario"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "Se ha producido un error al detectar las claves del host."
@@ -1404,6 +1710,9 @@ msgstr "Se ha producido un error al habilitar Service Desk."
msgid "An error occurred while fetching environments."
msgstr "Se ha producido un error al obtener los entornos."
+msgid "An error occurred while fetching exposed artifacts."
+msgstr "Se ha producido un error al obtener expuestos artefactos."
+
msgid "An error occurred while fetching folder content."
msgstr "Se ha producido un error al obtener el contenido de la carpeta."
@@ -1437,12 +1746,18 @@ msgstr "Se ha producido un error al obtener el resultado de los trabajo de las c
msgid "An error occurred while fetching the job log."
msgstr "Se ha producido un error al obtener el log del trabajo."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "Se ha producido un error al obtener el trabajo."
msgid "An error occurred while fetching the jobs."
msgstr "Se ha producido un error al obtener los trabajos."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "Se ha producido un error mientras se obtenía el pipeline."
@@ -1455,6 +1770,9 @@ msgstr "Se ha producido un error al obtener esta pestaña."
msgid "An error occurred while generating a username. Please try again."
msgstr "Se ha producido un error al generar un nombre de usuario. Por favor, inténtelo de nuevo."
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "Se ha producido un error al obtener los proyectos"
@@ -1464,6 +1782,9 @@ msgstr "Se ha producido un error al importar el proyecto: %{details}"
msgid "An error occurred while initializing path locks"
msgstr "Se ha producido un error al inicializar los bloqueos de ruta."
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Se ha producido un error al cargar los datos del gráfico."
@@ -1479,9 +1800,39 @@ msgstr "Se ha producido un error al cargar el diff"
msgid "An error occurred while loading filenames"
msgstr "Se ha producido un error al cargar los nombres de archivo"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr "Se ha producido un error al cargar las incidencias"
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr "Se ha producido un error al cargar el archivo"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "Se ha producido un error al cargar los detalles de la suscripción."
@@ -1521,6 +1872,9 @@ msgstr "Se ha producido un error al guardar las asignaciones"
msgid "An error occurred while saving the approval settings"
msgstr "Se ha producido un error al guardar la configuración de aprobaciones"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr "Se ha producido un error al suscribirse a las notificaciones."
@@ -1528,7 +1882,7 @@ msgid "An error occurred while triggering the job."
msgstr "Se ha producido un error al ejecutar el trabajo."
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr ""
+msgstr "Se ha producido un error al intentar ejecutar un nuevo pipeline para este Merge Request."
msgid "An error occurred while unsubscribing to notifications."
msgstr "Se ha producido un error al cancelar la suscripción a las notificaciones."
@@ -1539,42 +1893,12 @@ msgstr "Se ha producido un error al actualizar los aprobadores"
msgid "An error occurred while updating the comment"
msgstr "Se ha producido un error al actualizar el comentario"
+msgid "An error occurred while validating group path"
+msgstr "Se ha producido un error al validar la ruta del grupo"
+
msgid "An error occurred while validating username"
msgstr "Se ha producido un error al validar el nombre de usuario"
-msgid "An error occurred while committing your changes."
-msgstr "Se ha producido un error al hacer commit de sus cambios."
-
-msgid "An error occurred while fetching the job trace."
-msgstr "Se ha producido un error al obtener el log del trabajo."
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "Se ha producido un error al obtener el último pipeline."
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr "Se ha producido un error al obtener los archivos de - %{branchId}"
-
-msgid "An error occurred while loading all the files."
-msgstr "Se ha producido un error al cargar todos los archivos."
-
-msgid "An error occurred while loading the file content."
-msgstr "Se ha producido un error al cargar el contenido del fichero."
-
-msgid "An error occurred while loading the file."
-msgstr "Se ha producido un error al cargar el archivo."
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "Se ha producido un error al cargar los cambios del merge request."
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "Se ha producido un error al cargar los datos de versión del merge request."
-
-msgid "An error occurred while loading the merge request."
-msgstr "Se ha producido un error al cargar el merge request."
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "Se ha producido un error al cargar los trabajos de lo pipelines."
-
msgid "An error occurred. Please try again."
msgstr "Se ha producido un error. Por favor inténtelo de nuevo."
@@ -1599,12 +1923,18 @@ msgstr "Se ha producido un error inesperado al detener el Terminal Web."
msgid "Analytics"
msgstr "Analíticas"
-msgid "Analytics|Timeframe"
-msgstr "Periodo de tiempo"
+msgid "Analyze a review version of your web application."
+msgstr ""
-msgid "Ancestors"
+msgid "Analyze your dependencies for known vulnerabilities"
msgstr ""
+msgid "Analyze your source code for known vulnerabilities"
+msgstr ""
+
+msgid "Ancestors"
+msgstr "Antepasados"
+
msgid "Anonymous"
msgstr "Anónimo"
@@ -1620,15 +1950,24 @@ msgstr "Cualquier etiqueta"
msgid "Any Milestone"
msgstr "Cualquier hito"
+msgid "Any eligible user"
+msgstr "Cualquier usuario elegible"
+
msgid "Any encrypted tokens"
msgstr "Cualquier token encriptado"
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr "Cualquier espacio de nombres"
msgid "Any user"
msgstr "Cualquier usuario"
+msgid "App ID"
+msgstr "App ID"
+
msgid "Appearance"
msgstr "Apariencia"
@@ -1638,12 +1977,12 @@ msgstr "La apariencia se creó correctamente."
msgid "Appearance was successfully updated."
msgstr "La apariencia se actualizó correctamente."
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr "Añadir el comentario con %{TABLEFLIP}"
-
msgid "Append the comment with %{shrug}"
msgstr "Añadir el comentario con %{shrug}"
+msgid "Append the comment with %{tableflip}"
+msgstr "Añadir el comentario con %{tableflip}"
+
msgid "Application"
msgstr "Aplicación"
@@ -1671,12 +2010,24 @@ msgstr "Aplicaciones"
msgid "Applied"
msgstr "Aplicado"
+msgid "Apply"
+msgstr "Aplicar"
+
msgid "Apply a label"
msgstr "Aplicar a la etiqueta"
+msgid "Apply a template"
+msgstr "Aplicar una plantilla"
+
msgid "Apply suggestion"
msgstr "Aplicar sugerencia"
+msgid "Apply template"
+msgstr "Aplicar plantilla"
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr "Al aplicar una plantilla reemplazará la descripción de la incidencia existente. Cualquier cambio que haya realizado se perderá."
+
msgid "Applying command"
msgstr "Aplicando el comando"
@@ -1689,6 +2040,9 @@ msgstr "Aplicando múltiples comandos"
msgid "Applying suggestion"
msgstr "Aplicando sugerencia"
+msgid "Approval rules"
+msgstr "Reglas de aprobación"
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d miembro"
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] "%{count} aprobación requerida para %{membersCount}"
msgstr[1] "%{count} aprobaciones requeridas para %{membersCount}"
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr "Todos los miembros con un rol de desarrollador o superior y que son propietarios del código (si los hay)"
-
msgid "ApprovalRule|Approvers"
msgstr "Aprobadores"
@@ -1745,6 +2096,9 @@ msgstr "Aprobar el merge request actual."
msgid "Approved the current merge request."
msgstr "Aprobado el merge request actual."
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "Abril"
@@ -1757,17 +2111,20 @@ msgstr "Archivar trabajos"
msgid "Archive project"
msgstr "Archivar proyecto"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "¡Proyecto archivado!. El repositorio y el resto de recursos del proyecto son de sólo lectura"
msgid "Archived projects"
msgstr "Proyectos archivados"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
-msgstr "Archivar el proyecto lo hará de sólo lectura. Está oculto desde el panel de control y no aparece en las búsquedas. <strong>En el repositorio no se puede hacer commits, y no se pueden crear incidencias, comentarios u otras entidades.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
-msgid "Are you sure"
-msgstr "¿Está seguro?"
+msgid "Are you setting up GitLab for a company?"
+msgstr "¿Está configurando GitLab para una empresa?"
msgid "Are you sure that you want to archive this project?"
msgstr "¿Está seguro de que desea archivar el proyecto?"
@@ -1782,7 +2139,7 @@ msgid "Are you sure you want to cancel editing this comment?"
msgstr "¿Está seguro de que desea cancelar la edición de este comentario?"
msgid "Are you sure you want to delete these artifacts?"
-msgstr "¿Está seguro de que deseas eliminar estos artefactos?"
+msgstr "¿Está seguro de que desea eliminar estos artefactos?"
msgid "Are you sure you want to delete this %{typeOfComment}?"
msgstr "¿Esta seguro de que desea eliminar esto %{typeOfComment}?"
@@ -1799,6 +2156,9 @@ msgstr "¿Está seguro que desea eliminar esta lista?"
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "¿Estás seguro que deseas eliminar esta programación del pipeline?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "¿Estás seguro de que quieres borrar esta versión?"
@@ -1808,6 +2168,9 @@ msgstr "¿Estás seguro de que deseas descartar los cambios no guardados?"
msgid "Are you sure you want to lose your issue information?"
msgstr "¿Estás seguro que quiere perder la información de su incidencia?"
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr "¿Está seguro de que desea eliminar de forma permanente esta licencia?"
@@ -1856,9 +2219,18 @@ msgstr "¿Está seguro? Todos los commits que se firmaron con esta clave GPG ser
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "¿Está seguro? Eliminar esta clave GPG no afecta a los commits ya firmados."
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "¿Está seguro?. Al hacer esto invalidará sus aplicaciones registradas y sus dispositivos U2F."
+msgid "Arrange charts"
+msgstr "Organizar gráficas"
+
+msgid "Artifact"
+msgstr "Artefacto"
+
msgid "Artifact ID"
msgstr "ID del artefacto"
@@ -1898,6 +2270,9 @@ msgstr "URL del servicio de aserción del consumidor"
msgid "Assets"
msgstr "Recursos"
+msgid "Assets:"
+msgstr "Recursos:"
+
msgid "Assign"
msgstr "Asignar"
@@ -1957,6 +2332,9 @@ msgstr "Asigna %{assignee_users_sentence}."
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr "Se requiere al menos la aprobación de un propietario del código para cambiar los archivos que coincidan con las reglas de CODEOWNER."
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr "Adjuntar un archivo"
@@ -1977,6 +2355,18 @@ msgstr "Eventos de auditoría"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr "Audit Events es una forma de realizar un seguimiento de los eventos importantes que ocurrieron en GitLab."
+msgid "AuditEvents|(removed)"
+msgstr "(eliminado)"
+
+msgid "AuditEvents|Action"
+msgstr "Acción"
+
+msgid "AuditEvents|At"
+msgstr "En"
+
+msgid "AuditEvents|Target"
+msgstr "Objetivo"
+
msgid "Aug"
msgstr "Ago"
@@ -1989,6 +2379,9 @@ msgstr "Autenticar"
msgid "Authenticate with GitHub"
msgstr "Autenticar con GitHub"
+msgid "Authenticating"
+msgstr "Autenticando"
+
msgid "Authentication Log"
msgstr "Registro de Autenticación"
@@ -2049,12 +2442,21 @@ msgstr "Auto DevOps, ejecutores y artefactos"
msgid "Auto License Compliance"
msgstr "License Compliance automático"
+msgid "Auto stop successfully canceled."
+msgstr "Parada automática cancelada con éxito."
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "Cancelación redundante automática, pipelines pendientes"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Documentación de Auto DevOps"
@@ -2077,10 +2479,10 @@ msgid "Autocomplete description"
msgstr "Autocompletar descripción"
msgid "Autocomplete hint"
-msgstr ""
+msgstr "Sugerencia de autocompletado"
msgid "Autocomplete usage hint"
-msgstr ""
+msgstr "Sugerencia de uso de autocompletado"
msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
msgstr "Gestión automática de los certificados utilizando %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
@@ -2166,6 +2568,9 @@ msgstr "Insignia del grupo"
msgid "Badges|Link"
msgstr "Enlace"
+msgid "Badges|Name"
+msgstr "Nombre"
+
msgid "Badges|No badge image"
msgstr "No hay imagen de insignia"
@@ -2227,12 +2632,15 @@ msgid "BambooService|Atlassian Bamboo CI"
msgstr "Atlassian Bamboo CI"
msgid "BambooService|Bamboo build plan key like KEY"
-msgstr ""
+msgstr "Clave del plan de construcción de Bamboo como KEY"
msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
msgstr "La URL raíz de Bamboo, por ejemplo, https://bamboo.example.com"
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgstr "Debe configurar el etiquetado automático de revisión y un disparador del repositorio en Bamboo."
+
+msgid "Batch operations"
msgstr ""
msgid "BatchComments|Delete all pending comments"
@@ -2256,26 +2664,26 @@ msgstr "Iniciar con el commit seleccionado"
msgid "Below are examples of regex for existing tools:"
msgstr "A continuación se muestran ejemplos de expresiones regulares para las herramientas existentes:"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr "A continuación se muestran las huellas de las claves SSH de la instancia actual."
+
msgid "Below you will find all the groups that are public."
msgstr "A continuación encontrará todos los grupos públicos."
msgid "Billing"
msgstr "Facturación"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
-msgstr "%{group_name} está utilizando actualmente el plan %{plan_link}."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr "actualmente %{group_name} está en el plan %{plan_name}."
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
-msgstr "@%{user_name}, actualmente está utilizando el plan %{plan_link}."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr "actualmente, @%{user_name} está utilizando el plan %{plan_name}."
-msgid "BillingPlans|Current plan"
-msgstr "Plan actual"
-
-msgid "BillingPlans|Downgrade"
-msgstr "Planes de Facturación | Volver a un plan anterior"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr "Enhorabuena, su plan de prueba está activado"
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
-msgstr ""
+msgstr "Si deseas cambiar su plan, por favor, póngase en contacto con %{support_link_start}Atención al cliente%{support_link_end}."
msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
msgstr "Obtenga más información sobre cada plan leyendo nuestro %{faq_link}, o pruebe una versión gratuita de 30 días de Gitlab.com Gold."
@@ -2298,17 +2706,14 @@ msgstr "Este grupo utiliza el mismo plan asociado que su grupo principal."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Para administrar el plan de este grupo, por favor visite la sección de facturación de %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade"
-msgstr "Actualizar plan"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr "Su periodo de prueba de GitLab.com %{plan} <strong>caducará después del %{expiration_date}</strong>. Puede conservar el acceso a las %{plan} funciones actualizando la versión %{plan} de GitLab.com a continuación."
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "Su periodo de prueba de Gitlab.com expiró el %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
+msgstr "Su periodo de prueba de GitLab.com Gold caducó en %{expiration_date}. Puede restaurar el acceso a las funciones en cualquier momento actualizando a la versión Gold."
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr "Su periodo de prueba de GitLab.com <strong>finalizará después del %{expiration_date}</strong>. Puede obtener más información sobre GitLab.com Gold leyendo sobre nuestros %{features_link}."
-
-msgid "BillingPlans|features"
-msgstr "características"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr "%{price_per_year} pagados anualmente"
msgid "BillingPlans|frequently asked questions"
msgstr "preguntas frecuentes"
@@ -2316,14 +2721,11 @@ msgstr "preguntas frecuentes"
msgid "BillingPlans|monthly"
msgstr "mensual"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "pagado anualmente a %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "por usuario"
-msgid "BillingPlan|Upgrade plan"
-msgstr "Actualizar plan"
+msgid "BillingPlan|Upgrade"
+msgstr "Actualizar"
msgid "Bitbucket Server Import"
msgstr "Importar desde un servidor de Bitbucket"
@@ -2331,26 +2733,26 @@ msgstr "Importar desde un servidor de Bitbucket"
msgid "Bitbucket import"
msgstr "Importar desde Bitbucket"
-msgid "Block"
-msgstr ""
-
msgid "Blocked"
msgstr "Bloqueado"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "Blog"
msgid "Blue helpers indicate an action to be taken."
-msgstr ""
+msgstr "Los ayudantes azules indican una acción a tomar."
msgid "Board name"
msgstr "Nombre del tablero"
msgid "Board scope"
-msgstr ""
+msgstr "Alcance del panel de control"
msgid "Board scope affects which issues are displayed for anyone who visits this board"
-msgstr ""
+msgstr "El alcance del panel de control afecta qué problemas se muestran para cualquiera persona que visite este panel"
msgid "BoardBlankState|Add default lists"
msgstr "Añadir listas por defecto"
@@ -2400,6 +2802,9 @@ msgstr "Nombre de la rama"
msgid "Branch not loaded - %{branchId}"
msgstr "Branch no cargada - %{branchId}"
+msgid "Branch prefix"
+msgstr "Prefijo de la rama"
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Buscar ramas"
@@ -2497,13 +2902,13 @@ msgid "Branches|Stale branches"
msgstr ""
msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
-msgstr ""
+msgstr "No ha sido posible actualizar automáticamente la rama porque ha divergido de su contraparte en el servidor."
msgid "Branches|The default branch cannot be deleted"
msgstr "No se puede eliminar la rama por defecto"
msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr ""
+msgstr "Esta rama no se ha mergeado con %{default_branch}."
msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
msgstr "Para evitar pérdida de datos, considere hacer un merge request de esta rama antes de borrarla."
@@ -2518,10 +2923,10 @@ msgid "Branches|You’re about to permanently delete the protected branch %{bran
msgstr "Va a eliminar de forma permanente la rama protegida %{branch_name}."
msgid "Branches|diverged from upstream"
-msgstr ""
+msgstr "Divergido desde el servidor"
msgid "Branches|merged"
-msgstr ""
+msgstr "fusionado"
msgid "Branches|project settings"
msgstr "configuración del proyecto"
@@ -2550,11 +2955,17 @@ msgstr "Examinar artefactos"
msgid "Browse files"
msgstr "Examinar archivos"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr "Se ha producido un error mientras al recuperar los artefactos"
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr "Cargando artefactos"
+
msgid "Built-in"
msgstr "Integrado"
-msgid "BurndownChartLabel|Guideline"
-msgstr "Guía"
+msgid "Burndown chart"
+msgstr "Gráfico de evolución"
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -2562,12 +2973,6 @@ msgstr ""
msgid "BurndownChartLabel|Open issues"
msgstr "Incidencias abiertas"
-msgid "BurndownChartLabel|Progress"
-msgstr "Progreso"
-
-msgid "BurndownChartLabel|Remaining"
-msgstr "Restante"
-
msgid "Business"
msgstr "Negocio"
@@ -2628,9 +3033,6 @@ msgstr "Configuración de CI/CD"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto DevOps construirá, probará e implementará automáticamente su aplicación en base a una configuración predefinida de integración y entrega continuas."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "Despliegue automático en entornos previos, despliegue manual en producción"
@@ -2652,17 +3054,14 @@ msgstr "Estrategia de despliegue"
msgid "CICD|Jobs"
msgstr "Trabajos"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Aprenda más de Auto DevOps"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "El pipeline de Auto DevOps se ejecutará si no se encuentra ningún archivo de configuración alternativo de CI."
msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
-msgstr ""
+msgstr "Debe agregar un %{base_domain_link_start}dominio base%{link_end} a su %{kubernetes_cluster_link_start}clúster de Kubernetes%{link_end} para que su estrategia de despliegue funcione."
msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} to this project with a domain in order for your deployment strategy to work correctly."
-msgstr ""
+msgstr "Debe añadir un %{kubernetes_cluster_link_start} cluster de integración de Kubernetes%{link_end} a este proyecto con un dominio para que su estrategia de despliegue funcione correctamente."
msgid "CICD|group enabled"
msgstr "grupo habilitado"
@@ -2679,9 +3078,15 @@ msgstr "CERRADO (MOVIDO)"
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
+msgid "CPU"
+msgstr "CPU"
+
msgid "Callback URL"
msgstr "URL de callback"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "Los aprobadores y las aprobaciones requeridas se pueden sobreescribir por cada merge request"
@@ -2697,6 +3102,9 @@ msgstr "No se pueden eliminar miembros del grupo sin una cuenta administrada por
msgid "Can't scan the code?"
msgstr "¿No puede escanear el código?"
+msgid "Canary"
+msgstr "Canary"
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr "Canary Deployment es una estrategia de CI, donde solo una pequeña porción se actualiza a la nueva versión de tu aplicación."
@@ -2709,6 +3117,9 @@ msgstr "Cancelar ejecución"
msgid "Cancel this job"
msgstr "Cancelar este trabajo"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr "Cancelando la vista previa"
@@ -2734,7 +3145,7 @@ msgid "Cannot render the image. Maximum character count (%{charLimit}) has been
msgstr "No se puede procesar la imagen. Se ha superado el número máximo de caracteres (%{charLimit})."
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
-msgstr ""
+msgstr "No se puede mostrar la vista previa. Para las vistas previas de los archivos de Sketch, los archivos deben tener el formato introducido por Sketch versión 43 o superior."
msgid "Cannot skip two factor authentication setup"
msgstr "No se puede omitir la configuración de autenticación de dos factores"
@@ -2748,9 +3159,6 @@ msgstr "Certificado"
msgid "Certificate (PEM)"
msgstr "Certificado (PEM)"
-msgid "Change Weight"
-msgstr "Cambiar peso"
-
msgid "Change assignee"
msgstr "Cambiar el asignado"
@@ -2760,6 +3168,9 @@ msgstr "Cambiar asignado(s)"
msgid "Change assignee(s)."
msgstr "Cambiar asignado(s)."
+msgid "Change branches"
+msgstr "Cambiar ramas"
+
msgid "Change label"
msgstr "Cambiar la etiqueta"
@@ -2823,13 +3234,22 @@ msgstr "Cambia el título a \"%{title_param}\"."
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr "No se realizarán los cambios hasta que el índice sea %{link_start}recreado%{link_end}."
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr "Cambiar la ruta del grupo puede tener efectos secundarios no deseados."
+
msgid "Charts"
msgstr "Gráficos"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Chat"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr "Archivo YAML de configuración de CI no válido"
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr "Compruebe la documentación %{docs_link_start}%{docs_link_end}."
msgid "Check your .gitlab-ci.yml"
msgstr "Compruebe su fichero .gitlab-ci.yml"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr "Verifique su imágenes de Docker para detectar vulnerabilidades conocidas"
+
msgid "Checking %{text} availability…"
msgstr "Comprobando disponibilidad de %{text}..."
@@ -2901,15 +3324,99 @@ msgstr "Comprobar el estado de aprobación"
msgid "Checking branch availability..."
msgstr "Verificando disponibilidad de la rama..."
+msgid "Checking group path availability..."
+msgstr "Comprobando la disponibilidad de la ruta de grupo ..."
+
msgid "Checking username availability..."
msgstr "Verificando la disponibilidad del nombres de usuario..."
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr "1. Su perfil"
+
+msgid "Checkout|2. Checkout"
+msgstr "2. Checkout"
+
+msgid "Checkout|3. Your GitLab group"
+msgstr "3. Su grupo de GitLab"
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Escoger este cambio"
msgid "Cherry-pick this merge request"
msgstr "Escoger esta solicitud de fusión"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr "La subtarea épica no existe."
+
+msgid "Child epic doesn't exist."
+msgstr "La subtarea épica no existe."
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "Elija <strong>Crear archivo</strong> y espere a que se complete el archivo."
@@ -2947,7 +3454,7 @@ msgid "Choose file…"
msgstr "Seleccione un archivo…"
msgid "Choose the top-level group for your repository imports."
-msgstr ""
+msgstr "Seleccione el grupo de nivel superior para las importaciones de su repositorio."
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "Escoja el nivel de visibilidad, habilite/deshabilite las características del proyecto (incidencias, repositorio, wiki, fragmentos de código) y configure los permisos necesarios según sus necesidades."
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr "esperando acción manual"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "bloqueado"
@@ -3027,6 +3537,9 @@ msgstr "preparando"
msgid "CiStatusText|skipped"
msgstr "omitido"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "en ejecución"
@@ -3099,6 +3612,9 @@ msgstr "Alternar protegido"
msgid "CiVariable|Validation failed"
msgstr "Error de validación"
+msgid "Class"
+msgstr "Clase"
+
msgid "Classification Label (optional)"
msgstr "Etiqueta de clasificación (opcional)"
@@ -3108,6 +3624,9 @@ msgstr "no está disponible: %{reason}"
msgid "Clear"
msgstr "Limpiar"
+msgid "Clear chart filters"
+msgstr "Borrar los filtros del gráfico"
+
msgid "Clear input"
msgstr "Limpiar entrada"
@@ -3121,7 +3640,7 @@ msgid "Clear search input"
msgstr "Limpiar el historial de búsqueda"
msgid "Clear templates search input"
-msgstr ""
+msgstr "Borrar entrada de búsqueda de plantillas"
msgid "Clear weight"
msgstr "Limpiar peso"
@@ -3216,15 +3735,18 @@ msgstr "Cerrado este %{quick_action_target}."
msgid "Closes this %{quick_action_target}."
msgstr "Cierra este %{quick_action_target}."
-msgid "Cluster %{cluster} was used."
-msgstr "Se usó el clúster %{cluster}."
-
msgid "Cluster Health"
msgstr "Estado de salud del clúster"
+msgid "Cluster cache cleared."
+msgstr "Borrada la caché del clúster."
+
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "ClusterIntegration | %{custom_domain_start}Más información%{custom_domain_end}."
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr "Se puede utilizar en lugar de un dominio personalizado."
@@ -3240,6 +3762,9 @@ msgstr "%{title} desinstalado correctamente."
msgid "ClusterIntegration|%{title} updated successfully."
msgstr "%{title} actualizado correctamente."
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3271,7 +3796,7 @@ msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integrat
msgstr "Opciones avanzadas para la integración de este clúster de Kubernetes"
msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
-msgstr ""
+msgstr "Toda la información que no haya sido guardada en GitLab se eliminará y no podrán restaurarse."
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "Todos los datos serán eliminados y no se podrán restaurar."
@@ -3279,6 +3804,9 @@ msgstr "Todos los datos serán eliminados y no se podrán restaurar."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Permitir que GitLab administre el espacio de nombres y las cuentas de servicio para este cluster."
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr "Permitir que GitLab administre el espacio de nombres y las cuentas de servicio para este clúster. %{startLink}Más información%{endLink}"
+
msgid "ClusterIntegration|Alternatively"
msgstr "Alternativamente"
@@ -3306,8 +3834,11 @@ msgstr "Aplicaciones"
msgid "ClusterIntegration|Apply for credit"
msgstr "Solicitar crédito"
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "¿Está seguro de que desea eliminar la integración con este clúster de Kubernetes? Esta acción no eliminará su clúster de Kubernetes."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr "Autenticar con AWS"
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr "Autenticar con Amazon Web Services"
msgid "ClusterIntegration|Base domain"
msgstr "Dominio base"
@@ -3324,26 +3855,41 @@ msgstr "Cert-Manager es un controlador de administración de certificados de Kub
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "paquete de certificado de autoridad (formato PEM)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
msgstr ""
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr "Seleccione el nodo de trabajo %{startLink}tipo de instancia %{externalLinkIcon} %{endLink}."
+
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
msgstr "Seleccione que aplicaciones instalar en su clúster Kubernetes. Es necesario Helm Tiller para instalar cualquiera de las siguientes aplicaciones."
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Seleccione cuál de los entornos de su proyecto utilizará este clúster de Kubernetes."
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr "Limpiar la caché de cluster"
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr "Cloud Run"
msgid "ClusterIntegration|Cluster health"
msgstr "Estado de salud del cluster"
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr "Proyecto de administración de cluster (alpha)"
+
msgid "ClusterIntegration|Cluster name is required."
msgstr "Se requiere el nombre del clúster."
msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
-msgstr ""
+msgstr "Los clusters se utilizan al seleccionar el ancestro más cercano en un ámbito de entorno coincidente. Por ejemplo, los grupos de proyectos anularán los grupos de clusters."
msgid "ClusterIntegration|Copy API URL"
msgstr "Copiar la URL del API"
@@ -3351,14 +3897,14 @@ msgstr "Copiar la URL del API"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "Copiar Certificado CA"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
-msgstr "Copiar el endpoint de entrada al portapapeles"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr "Copiar el endpoint de Ingress"
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Copiar el nombre del host de Jupyter en el portapapeles"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr "Copiar el nombre del host de Jupyter"
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
-msgstr "Copiar el endpoint de Knative al portapapeles"
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr "Copiar el endpoint de Knative"
msgid "ClusterIntegration|Copy Kubernetes cluster name"
msgstr "Copiar el nombre del clúster Kubernetes"
@@ -3366,27 +3912,90 @@ msgstr "Copiar el nombre del clúster Kubernetes"
msgid "ClusterIntegration|Copy Service Token"
msgstr "Copiar token de servicio"
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr "Se ha producido un error al cargar los roles de IAM"
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr "Se ha producido un error al cargar los pares de claves"
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr "Se ha producido un error al cargar las VPCs de la región seleccionada"
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr "Se ha producido un error al cargar los tipos de instancias"
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr "Se ha producido un error al cargar las regiones de su cuenta AWS"
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr "Se ha producido un error al cargar los grupos de seguridad para la VPC seleccionada"
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr "Se ha producido un error al cargar las subredes para la VPC seleccionada"
+
+msgid "ClusterIntegration|Could not load subnetworks"
msgstr ""
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Crear cluster de Kubernetes"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr "Cree un rol de provisión en %{startAwsLink}Amazon Web Services%{externalLinkIcon}%{endLink} utilizando la cuenta y el ID externo que se muestra arriba. %{startMoreInfoLink}Más información%{endLink}"
+
msgid "ClusterIntegration|Create cluster on"
msgstr "Crear clúster en"
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr "Creando el cluster de Kubernetes"
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr "¿Sabía usted?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr "Elastic Kubernetes Service"
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr "Stack de Elastic"
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr "Habilitar Cloud Run en GKE (beta)"
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Habilita o inhabilita la conexión de GitLab con su clúster Kubernetes."
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Habilite esta configuración si utiliza el control de acceso basado en roles (RBAC)."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr "Introduzca los detalles de su clúster EKS Kubernetes de Amazon"
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Introduzca los detalles de su clúster de Kubernetes"
@@ -3396,9 +4005,15 @@ msgstr "Alcance del entorno"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "Por cada nueva cuenta de Google Cloud Platform (GCP) recibe $300 de crédito %{sign_up_link}. En colaboración con Google, Gitlab le ofrece $200 adicionales para cuentas nuevas o cuentas ya existentes de Google Compute Platform para empezar con la integración de GitLab con Google Kubernetes Engine."
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr "Se ha producido un error al configurar el proveedor de EKS: %{message}"
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr "Se ha producido un error al configurar el cluster de Google Kubernetes Engine: %{message}"
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr "Se ha producido un error al recuperar el stack de CloudFormation: %{message}"
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr "Se ha producido un error al hacer una petición a Google Cloud Platform: %{message}"
@@ -3426,6 +4041,9 @@ msgstr "Los ejecutores de GitLab se conectan al repositorio de código de este p
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr "Cluster de GitLab administrado"
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr "Integración de Gitlab"
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Proyecto de Google Cloud Platform"
@@ -3453,6 +4071,9 @@ msgstr "Ocultar"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Si está configurando varios clústeres y utiliza Auto DevOps, por favor lea primero, %{help_link_start} y %{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr "Si no desea eliminar todos los recursos de GitLab asociados, simplemente puede eliminar la integración con el cluster."
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr "Para ver el estado de salud de su cluster, primero debe instalar Prometheus:"
@@ -3471,6 +4092,9 @@ msgstr "La instalación de Ingress puede incurrir en costes adicionales. Obtenga
msgid "ClusterIntegration|Instance cluster"
msgstr "Instancia del clúster"
+msgid "ClusterIntegration|Instance type"
+msgstr "Tipo de instancia"
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Integrar la automatización del clúster de Kubernetes"
@@ -3492,6 +4116,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "JupyterHub es un concentrador multiusuario que genera, gestiona y representa varias instancias del servidor para un sólo usuario, Jupyter notebook. JupyterHub puede utilizarse para servir notebooks a una clase de estudiantes, a un grupo corporativo de ciencias de datos o a un grupo de investigación científica."
+msgid "ClusterIntegration|Key pair name"
+msgstr "Nombre del par de claves"
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3513,14 +4140,14 @@ msgstr "cluster de Kubernetes"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Detalles del cluster de Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "Se está creando el clúster de Kubernetes en Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr "Se está creando el clúster de Kubernetes..."
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Nombre de cluster de Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
-msgstr ""
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr "El cluster Kubernetes se ha creado correctamente."
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "ClusterIntegration | Los clústeres de Kubernetes le permiten utilizar aplicaciones de revisión, desplegar sus aplicaciones, ejecutar sus pipelines y mucho más de una manera sencilla."
@@ -3528,15 +4155,24 @@ msgstr "ClusterIntegration | Los clústeres de Kubernetes le permiten utilizar a
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Los clústeres de Kubernetes se pueden utilizar para desplegar aplicaciones y proporcionar aplicaciones de revisión para este proyecto"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr "Versión de Kubernetes"
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr "No se ha podido encontrar la versión de Kubernetes"
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "Aprenda más sobre los tipos de %{help_link_start_machine_type}instancias %{help_link_end} y sus %{help_link_start_pricing}precios%{help_link_end}."
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "Conozca más sobre las %{help_link_start}zonas%{help_link_end}."
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
msgstr ""
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr "Obtenga más información sobre las %{startLink}Regiones %{externalLinkIcon}%{endLink}."
+
msgid "ClusterIntegration|Learn more about Kubernetes"
msgstr "Más información sobre Kubernetes"
@@ -3552,7 +4188,28 @@ msgstr "Let's Encrypt"
msgid "ClusterIntegration|Loading IAM Roles"
msgstr "Cargando roles de IAM"
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr "Cargando pares de claves"
+
msgid "ClusterIntegration|Loading Regions"
+msgstr "Cargando regiones"
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr "Cargando VPCs"
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr "Cargando tipos de instancia"
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr "Cargando grupos de seguridad"
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr "Cargando subredes"
+
+msgid "ClusterIntegration|Loading subnetworks"
msgstr ""
msgid "ClusterIntegration|Machine type"
@@ -3561,15 +4218,27 @@ msgstr "Tipo de máquina"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "Asegúrese de que su cuenta %{link_to_requirements} cumple con los requisitos para crear clusters de Kubernetes"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "Administre su cluster de Kubernetes visitando %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr "Administre su cluster de Kubernetes visitando %{provider_link}"
msgid "ClusterIntegration|No IAM Roles found"
msgstr "No se han encontrado roles de IAM"
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr "No se han encontrado pares de claves"
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr "No se han encontrado VPCs"
+
+msgid "ClusterIntegration|No instance type found"
+msgstr "No se encontró ningún tipo de instancia"
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr "No hay tipos de máquinas que coincidan con su búsqueda"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "No se encontraron proyectos"
@@ -3577,6 +4246,15 @@ msgid "ClusterIntegration|No projects matched your search"
msgstr "No hay proyectos que coincidan con su búsqueda"
msgid "ClusterIntegration|No region found"
+msgstr "No se encontró ninguna región"
+
+msgid "ClusterIntegration|No security group found"
+msgstr "No se ha encontrado ningún grupo de seguridad"
+
+msgid "ClusterIntegration|No subnet found"
+msgstr "No se han encontrado ninguna subred"
+
+msgid "ClusterIntegration|No subnetworks found"
msgstr ""
msgid "ClusterIntegration|No zones matched your search"
@@ -3612,14 +4290,17 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr "Prometheus es un sistema de monitorización de código abierto con %{gitlabIntegrationLink} para monitorizar las aplicaciones desplegadas."
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr "ARN del rol de provision"
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "Cluster RBAC habilitado"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Lea nuestra %{link_to_help_page} sobre la integración de clústeres Kubernetes."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr "Lea nuestra %{link_start}página de ayuda%{link_end} sobre la integración de clusters de Kubernetes."
msgid "ClusterIntegration|Region"
-msgstr ""
+msgstr "Región"
msgid "ClusterIntegration|Remove Kubernetes cluster integration"
msgstr "Eliminar la integración de clústeres de Kubernetes"
@@ -3627,9 +4308,21 @@ msgstr "Eliminar la integración de clústeres de Kubernetes"
msgid "ClusterIntegration|Remove integration"
msgstr "Eliminar integración"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr "Eliminar la integración y los recursos"
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr "¿Eliminar la integración y los recursos?"
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr "¿Eliminar la integración?"
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "Eliminar la configuración del clúster de Kubernetes de este proyecto. Esto no eliminará su clúster de Kubernetes real."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "Reemplácelo con su propio nombre de host si lo desea. Si lo hace, apunte el nombre de host a la Dirección IP de Ingress que se muestra en la parte superior."
@@ -3639,30 +4332,75 @@ msgstr "Falló la solicitud para iniciar la instalación"
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr "La solicitud para comenzar la desinstalación ha fallado"
-msgid "ClusterIntegration|Role name"
-msgstr "Nombre del rol"
-
msgid "ClusterIntegration|Save changes"
msgstr "Guardar cambios"
msgid "ClusterIntegration|Search IAM Roles"
msgstr "Buscar roles de IAM"
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr "Buscar pares de claves"
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr "Buscar VPCs"
+
+msgid "ClusterIntegration|Search instance types"
+msgstr "Buscar tipos de instancia"
+
msgid "ClusterIntegration|Search machine types"
msgstr "Buscar tipos de máquina"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "Buscar proyectos"
msgid "ClusterIntegration|Search regions"
+msgstr "Buscar regiones"
+
+msgid "ClusterIntegration|Search security groups"
+msgstr "Buscar grupos de seguridad"
+
+msgid "ClusterIntegration|Search subnets"
+msgstr "Buscar subredes"
+
+msgid "ClusterIntegration|Search subnetworks"
msgstr ""
msgid "ClusterIntegration|Search zones"
msgstr "Buscar zonas"
+msgid "ClusterIntegration|Security group"
+msgstr "Grupo de seguridad"
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "Consulte y edite los detalles de su clúster de Kubernetes"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr "Seleccione una VPC para elegir un grupo de seguridad"
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr "Seleccione una VPC para elegir una subred"
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr "Seleccione una VPC para utilizar los recursos de su clúster de EKS. Para utilizar una nueva VPC, cree una en %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr "Seleccione una región para elegir un par de claves"
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr "Seleccione una región para elegir una VPC"
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Seleccione el tipo de máquina"
@@ -3675,7 +4413,7 @@ msgstr "Seleccione el proyecto y la zona para elegir el tipo de máquina"
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Seleccione un proyecto para elegir la zona"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,17 +4425,23 @@ msgstr "Seleccione la zona para elegir el tipo de máquina"
msgid "ClusterIntegration|Service Token"
msgstr "Token de servicio"
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr "El token de servicio es necesario."
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Mostrar"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "Algo salió mal de nuestro lado."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Se ha producido un error durante la creación de su clúster de Kubernetes en Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr "Se ha producido un error al crear su clúster de Kubernetes"
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "Algo salió mal durante la instalación de %{title}"
@@ -3711,6 +4455,12 @@ msgstr "Se ha producido un error al intentar actualizar el nombre de dominio de
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr "Especificar un dominio le permitirá utilizar las apps Auto Review y Auto Deploy stages para %{auto_devops_start}Auto DevOps%{auto_devops_end}. El dominio debe tener un comodín DNS configurado que coincida con el dominio."
+msgid "ClusterIntegration|Subnets"
+msgstr "Subredes"
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr "El certificado Kubernetes utilizado para autenticarse en el clúster."
@@ -3729,6 +4479,9 @@ msgstr "Se eliminarán el balanceador de carga asociado y la dirección IP y no
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr "Se eliminará la clave privada asociada y no podrá ser restaurada."
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr "El endpoint está en proceso de ser asignado. Por favor verifique su cluster o las cuotas de Google Kubernetes Engine si es proceso tarda mucho tiempo en finalizar."
@@ -3747,6 +4500,12 @@ msgstr "Esta opción le permitirá instalar aplicaciones en clústeres RBAC."
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "Para acceder a su aplicación después del despliegue, apunte un registroDNS comodín al endpoint de Knative."
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Activar/Desactivar el clúster de Kubernetes"
@@ -3759,6 +4518,9 @@ msgstr "Se ha podroducido un erro al actualizar. Por favor revise los registros
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr "Utiliza los complementos Cloud Run, Istio y balanceo de carga HTTP para este clúster."
+msgid "ClusterIntegration|VPC"
+msgstr "VPC"
+
msgid "ClusterIntegration|Validating project billing status"
msgstr "Validación del estado de facturación del proyecto"
@@ -3768,12 +4530,21 @@ msgstr "No hemos podido verificar que uno de sus proyectos en GCP tenga habilita
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "Con un clúster de Kubernetes asociado a este proyecto, puede utilizar las aplicaciones de revisión, implementar sus aplicaciones, ejecutar sus pipelines y mucho más, de una manera sencilla."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr "Está a punto de desinstalar %{appTitle} de su cluster."
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr "Primero debe instalar Helm Tiller antes de instalar las aplicaciones que se muestran a continuación"
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr "Debes conceder acceso a los recursos AWS de su organización para poder crear un nuevo clúster EKS. Para garantizar el acceso, cree un rol de provisión utilizando la cuenta y el ID externo que se muestra a continuación y proporciónenos su ARN."
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr "Debe tener un cluster RBAC habilitado para instalar Knative."
@@ -3783,6 +4554,9 @@ msgstr "Su cuenta debe tener %{link_to_kubernetes_engine}"
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr "La API de su cluster está inaccesible. Por favor, asegúrese de que la URL del API es correcta."
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "Zona"
@@ -3792,9 +4566,6 @@ msgstr "acceso a Google Kubernetes Engine"
msgid "ClusterIntegration|documentation"
msgstr "documentación"
-msgid "ClusterIntegration|help page"
-msgstr "página de ayuda"
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr "instalado a través de %{installed_via}"
@@ -3807,11 +4578,32 @@ msgstr "Precios"
msgid "ClusterIntegration|sign up"
msgstr "regístrese"
+msgid "ClusterIntergation|Select a VPC"
+msgstr "Seleccione una VPC"
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
+msgstr "Seleccione una región"
+
+msgid "ClusterIntergation|Select a security group"
+msgstr "Seleccione un grupo de seguridad"
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr "Seleccione una subred"
+
+msgid "ClusterIntergation|Select a subnetwork"
msgstr ""
-msgid "ClusterIntergation|Select role name"
-msgstr "Seleccione el nombre del rol"
+msgid "ClusterIntergation|Select an instance type"
+msgstr "Seleccione un tipo de instancia"
+
+msgid "ClusterIntergation|Select key pair"
+msgstr "Seleccione el par de claves"
+
+msgid "ClusterIntergation|Select service role"
+msgstr ""
msgid "Code"
msgstr "Código"
@@ -3819,6 +4611,12 @@ msgstr "Código"
msgid "Code Owners"
msgstr "Propietarios del código"
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr "Se requiere la aprobación del propietario del código"
@@ -3831,6 +4629,24 @@ msgstr "Patrón"
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr "Usuarios inactivos"
+
+msgid "Cohorts|Month %{month_index}"
+msgstr "Month %{month_index}"
+
+msgid "Cohorts|New users"
+msgstr "Nuevos usuarios"
+
+msgid "Cohorts|Registration month"
+msgstr "Mes de registro"
+
+msgid "Cohorts|Returning users"
+msgstr "Usuarios recurrentes"
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "Contraer"
@@ -3841,7 +4657,7 @@ msgid "Collapse sidebar"
msgstr "Contraer la barra lateral"
msgid "Collector hostname"
-msgstr ""
+msgstr "Nombre del recolector"
msgid "ComboSearch is not defined"
msgstr "ComboSearch no está definido"
@@ -3908,6 +4724,9 @@ msgstr "Duración de los cambios en minutos para los últimos 30"
msgid "Commit message"
msgstr "Mensaje del cambio"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "Estadísticas de los commits para %{ref} %{start_time} - %{end_time}"
@@ -3938,6 +4757,9 @@ msgstr "Commits por día del mes"
msgid "Commits per weekday"
msgstr "Commits por dia de la semana"
+msgid "Commits to"
+msgstr "Commits a"
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "Se ha producido un error al obtener los datos de los merge requests."
@@ -3959,6 +4781,9 @@ msgstr "Commit..."
msgid "Company"
msgstr "Empresa"
+msgid "Company name"
+msgstr "Nombre de la empresa"
+
msgid "Compare"
msgstr "Comparar"
@@ -3977,6 +4802,9 @@ msgstr "Comparar los cambios con el último commit"
msgid "Compare changes with the merge request target branch"
msgstr "Comparar los cambios con la rama de destino del merge request"
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "Los 'branches' %{source_branch} y %{target_branch} son iguales."
@@ -3995,6 +4823,9 @@ msgstr "No hay nada que comparar."
msgid "Complete"
msgstr "Completado"
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "Confidencial"
@@ -4016,6 +4847,9 @@ msgstr "Configurar Let's Encrypt"
msgid "Configure Prometheus"
msgstr "Configurar Prometheus"
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Configurar seguimiento"
@@ -4031,8 +4865,14 @@ msgstr "Configurar la instalación existente"
msgid "Configure limits for web and API requests."
msgstr "Configurar los límites para las peticiones web y las peticiones API."
-msgid "Configure push mirrors."
-msgstr "Configurar las replicas para push."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr "Configure el límite en el número de alertas entrantes que se pueden enviar a un proyecto."
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr "Configure las rutas para ser protegidas por Rack Attack. Es necesario reiniciar el servidor web después de cambiar esta configuración."
+
+msgid "Configure repository mirroring."
+msgstr ""
msgid "Configure storage path settings."
msgstr "Configure los ajustes de la ruta de almacenamiento."
@@ -4067,15 +4907,24 @@ msgstr "Conectar los repositorios desde GitHub"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "Conecte sus repositorios externos, y los pipelines de CI/CD se ejecutarán para los nuevos commits. Se creará un proyecto de Gitlab sólo con las caracteristicas de CI/CD habilitadas."
+msgid "Connecting"
+msgstr "Conectando"
+
msgid "Connecting to terminal sync service"
msgstr "Conectando al terminal de servicio de sincronización"
msgid "Connecting..."
msgstr "Conectando..."
+msgid "Connection failed"
+msgstr "Conexión fallida"
+
msgid "Connection failure"
msgstr "Error de conexión"
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr "Póngase en contacto con el propietario del grupo %{namespace_name} para actualizar el plan."
@@ -4091,70 +4940,136 @@ msgstr "Póngase en contacto con el administrador para actualizar su licencia."
msgid "Container Registry"
msgstr "Registro de contenedores"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr "Escaneo de contenedores"
+
msgid "Container registry images"
msgstr "Imágenes del registro de contenedores"
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr "Registro de contenedores"
-msgid "ContainerRegistry|Copy build command to clipboard"
-msgstr "Copiar el comando build al portapapeles"
+msgid "ContainerRegistry|Copy build command"
+msgstr "Copiar el comando build"
-msgid "ContainerRegistry|Copy push command to clipboard"
-msgstr "Copiar el comando push al portapapeles"
+msgid "ContainerRegistry|Copy login command"
+msgstr "Copiar el comando de inicio de sesión"
+
+msgid "ContainerRegistry|Copy push command"
+msgstr "Copiar el comando push"
msgid "ContainerRegistry|Docker connection error"
msgstr "Error de conexión de Docker"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr "Si no ha iniciado sesión, necesita autenticarse en el registro de contenedores utilizando su nombre de usuario y su contraseña de GitLab. Si tiene habilitada la %{twofaDocLinkStart}autenticación de dos factores%{twofaDocLinkEnd}, utilice un %{personalAccessTokensDocLinkStart}token de acceso personal%{personalAccessTokensDocLinkEnd} en lugar de una contraseña."
+
+msgid "ContainerRegistry|Image ID"
+msgstr "ID de la imagen"
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr "Última actualización"
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "No hay etiquetas en el Container Registry para esta imagen de contenedor."
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr "Inicio rápido"
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] "Eliminar imagen"
-msgstr[1] "Eliminar imágenes"
-
-msgid "ContainerRegistry|Remove image(s) and tags"
-msgstr "Eliminar las imágenes y las etiquetas"
-
msgid "ContainerRegistry|Remove repository"
msgstr "Borrar repositorio"
-msgid "ContainerRegistry|Remove selected images"
-msgstr "Eliminar las imágenes seleccionadas"
+msgid "ContainerRegistry|Remove selected tags"
+msgstr "Eliminar las etiquetas seleccionadas"
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] "Eliminar etiqueta"
+msgstr[1] "Eliminar etiquetas"
msgid "ContainerRegistry|Size"
msgstr "Tamaño"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Etiqueta"
-msgid "ContainerRegistry|Tag ID"
-msgstr "Etiqueta ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr "La última etiqueta relacionada con esta imagen fue eliminada recientemente. Esta imagen vacía y cualquier dato asociado se eliminarán automáticamente como parte del proceso llamado \"Garbage Collection\". Si tienes alguna pregunta, póngase en contacto con su administrador."
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr "No hay imágenes de contenedores disponibles en este grupo"
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr "No hay imágenes de contenedores almacenadas para este proyecto"
+msgid "ContainerRegistry|This image has no active tags"
+msgstr "Esta imagen no tiene etiquetas activas"
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "Estamos teniendo problemas para conectar con Docker, lo que podría deberse a una incidencia con la ruta o el nombre de su proyecto. %{docLinkStart}Más Información%{docLinkEnd}"
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "Con el registro de contenedores, cada proyecto puede tener su propio espacio para almacenar sus imágenes de Docker. %{docLinkStart}Más Información%{docLinkEnd}"
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr "Con el registro de contenedores, cada proyecto puede tener su propio espacio para almacenar sus imágenes de Docker. Envíe al menos una imagen de Docker a uno de los proyectos de este grupo para que aparezca aquí. %{docLinkStart}Más información%{docLinkEnd}"
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "Con el registro de contenedores de Docker integrado en GitLab, cada proyecto puede tener su propio espacio para almacenar sus imágenes de contenedores. %{docLinkStart}Más Información%{docLinkEnd}"
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
-msgstr "Está a punto de eliminar <b>%{count}</b> imágenes. Al hacer esto, eliminará las imágenes y todas las etiquetas que apunten a ellas."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
+msgstr "Está a punto de eliminar las etiquetas <b>%{count}</b>. ¿Está seguro de que desea continuar?"
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
-msgstr "Está a punto de eliminar la imagen <b>%{title}</b>. Al hacer esto se eliminará la imagen y todas las etiquetas que apuntan a esta imagen."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr "Está a punto de eliminar <b>%{title}</b>. ¿Está seguro de que desea continuar?"
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
msgstr "Está a punto de eliminar el repositorio <b>%{title}</b>. Una vez que confirme esta acción, el repositorio será eliminado de forma permanente."
@@ -4189,6 +5104,42 @@ msgstr "Análisis de contribución"
msgid "Contribution Charts"
msgstr "Gráficos de contribución"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr "Contribuciones para <strong>%{calendar_date}</strong>"
@@ -4198,18 +5149,6 @@ msgstr "Contribuciones por cada miembro de un grupo"
msgid "Contributors"
msgstr "Contribuidores"
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} – %{endDate}"
-
-msgid "ContributorsPage|Building repository graph."
-msgstr "Generando los gráficos del repositorio."
-
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "Commits a %{branch_name}, excluyendo merge commits. Limitado a 6,000 commits."
-
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "Espere un momento; esta página se actualizará automáticamente cuando esté lista."
-
msgid "Control emails linked to your account"
msgstr "Controle los correos electrónicos vinculados a su cuenta"
@@ -4219,9 +5158,6 @@ msgstr "Controlar la visualización de las ofertas de terceros."
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr "Controla la concurrencia máxima para el backfill del repositorio para este nodo secundario"
-msgid "ConvDev Index"
-msgstr "Ãndice ConvDev"
-
msgid "Cookie domain"
msgstr "Dominio de la cookie"
@@ -4231,17 +5167,29 @@ msgstr "Copiado"
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr "Etiquetas e hitos copiados desde %{source_issuable_reference}."
+msgid "Copy"
+msgstr "Copiar"
+
+msgid "Copy %{field}"
+msgstr "Copiar %{field}"
+
msgid "Copy %{http_label} clone URL"
msgstr "Copiar la URL %{http_label} de clonado"
msgid "Copy %{protocol} clone URL"
msgstr "Copiar la URL de clonado del protocolo %{protocol}"
-msgid "Copy %{proxy_url} to clipboard"
-msgstr "Copiar %{proxy_url} al portapapeles"
+msgid "Copy %{proxy_url}"
+msgstr "Copiar %{proxy_url}"
+
+msgid "Copy Account ID to clipboard"
+msgstr "Copiar ID de la cuenta al portapapeles"
+
+msgid "Copy External ID to clipboard"
+msgstr "Copiar ID externo al portapapeles"
-msgid "Copy ID to clipboard"
-msgstr "Copiar el ID a portapapeles"
+msgid "Copy ID"
+msgstr "Copiar el ID"
msgid "Copy KRB5 clone URL"
msgstr "Copiar la URL de clonado KRB5"
@@ -4252,20 +5200,29 @@ msgstr "Copiar la URL de clonado SSH"
msgid "Copy SSH public key"
msgstr "Copiar la clave pública SSH"
-msgid "Copy URL to clipboard"
-msgstr "Copiar URL al portapapeles"
+msgid "Copy URL"
+msgstr "Copiar la URL"
-msgid "Copy branch name to clipboard"
-msgstr "Copiar el nombre del branch al portapapeles"
+msgid "Copy branch name"
+msgstr "Copiar el nombre de rama"
-msgid "Copy command to clipboard"
-msgstr "Copiar el comando al portapapeles"
+msgid "Copy command"
+msgstr "Copiar el comando"
-msgid "Copy commit SHA to clipboard"
-msgstr "Copiar SHA del cambio al portapapeles"
+msgid "Copy commands"
+msgstr "Copiar los comandos"
-msgid "Copy file path to clipboard"
-msgstr "Copie la ruta del archivo al portapapeles"
+msgid "Copy commit SHA"
+msgstr "Copiar el SHA del commit"
+
+msgid "Copy file contents"
+msgstr "Copia el contenido del archivo"
+
+msgid "Copy file path"
+msgstr "Copiar la ruta del archivo"
+
+msgid "Copy impersonation token"
+msgstr "Copiar token de suplantación"
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr "Copiar las etiquetas y el hito desde %{source_issuable_reference}."
@@ -4276,30 +5233,24 @@ msgstr "Copiar las etiquetas y los hitos desde otras incidencias ó merge reques
msgid "Copy link"
msgstr "Copiar enlace"
-msgid "Copy personal access token to clipboard"
-msgstr "Copiar el token de acceso personal al portapapeles"
+msgid "Copy personal access token"
+msgstr "Copiar token de acceso personal"
-msgid "Copy reference to clipboard"
-msgstr "Copiar la referencia al portapapeles"
+msgid "Copy reference"
+msgstr "Copiar la referencia"
-msgid "Copy secret to clipboard"
-msgstr "Copia secreto al portapapeles"
+msgid "Copy secret"
+msgstr "Copiar el secreto"
-msgid "Copy source to clipboard"
-msgstr "Copia la fuente al portapapeles"
+msgid "Copy token"
+msgstr "Copiar el token"
-msgid "Copy to clipboard"
-msgstr "Copiar al portapapeles"
-
-msgid "Copy token to clipboard"
-msgstr "Copiar token al portapapeles"
+msgid "Copy trigger token"
+msgstr "Copiar token de activación"
msgid "Could not add admins as members"
msgstr "No se puede agregar administradores como miembros"
-msgid "Could not add prometheus URL to whitelist"
-msgstr "No se puede agregar la URL de Prometheus a la lista de URLs permitida"
-
msgid "Could not authorize chat nickname. Try again!"
msgstr "No se puede autorizar el nick del chat. Por favor, inténtelo de nuevo"
@@ -4318,27 +5269,48 @@ msgstr "No es posible crear la Wiki del repositorio en este momento. Por favor,
msgid "Could not create group"
msgstr "Se ha producido un error al crear el grupo"
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Se ha producido un error al crear el proyecto"
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr "No es posible eliminar el apodo del chate %{chat_name}."
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr "No es posible eliminar el disparador."
+msgid "Could not restore the group"
+msgstr "Se ha producido un error al restaurar el grupo"
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr "No se puede revocar el token de suplantación %{token_name}."
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr "No se pudo revocar el token de acceso personal %{personal_access_token_name}."
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr "Se ha producido un error al guardar el ID del proyecto"
msgid "Could not save prometheus manual configuration"
msgstr "Se ha producido un error al guardar la configuración manual de Prometheus"
+msgid "Country"
+msgstr "País"
+
msgid "Coverage"
msgstr "Cobertura"
@@ -4354,9 +5326,15 @@ msgstr "Crear Nuevo Directorio"
msgid "Create New Domain"
msgstr "Crear un nuevo dominio"
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr "Cree primero una cuenta de GitLab y luego conéctela a su cuenta %{label}."
+msgid "Create a Mattermost team for this group"
+msgstr "Crear un equipo de Mattermost para este grupo"
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr "Cree un proxy local para almacenar las imágenes usadas frecuentemente con anterioridad. %{link_start}Obtenga más%{link_end} información sobre los proxies de dependencias."
@@ -4372,12 +5350,21 @@ msgstr "Cree un nuevo archivo ya todavía no hay archivos. Posteriormente, podrÃ
msgid "Create a new issue"
msgstr "Crear una nueva incidencia"
+msgid "Create a new issue and add it to the epic."
+msgstr "Crear una nueva incidencia y añadirla a la épica."
+
msgid "Create a new repository"
msgstr "Crear un nuevo repositorio"
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Crear un token de acceso personal en tu cuenta para actualizar o enviar a través de %{protocol}."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr "Crear una nueva incidencia"
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr "Crear una incidencia. Se crearán incidencias para cada alerta activada."
@@ -4417,6 +5404,9 @@ msgstr "Crear grupo"
msgid "Create group label"
msgstr "Crear etiqueta de grupo"
+msgid "Create issue"
+msgstr "Crear incidencia"
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Crear listas desde las etiquetas. Las incidencias que contengan esa etiqueta aparecerán en esa lista."
@@ -4477,9 +5467,18 @@ msgstr "Creado"
msgid "Created At"
msgstr "Creado en"
+msgid "Created On"
+msgstr "Creado el"
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr "Creada una rama y un merge request para resolver esta incidencia."
+msgid "Created after"
+msgstr "Creado después de"
+
+msgid "Created before"
+msgstr "Creado antes de"
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr "Creada una rama '%{branch_name}' y un merge request para resolver esta incidencia."
@@ -4517,7 +5516,13 @@ msgid "Creating graphs uses the data from the Prometheus server. If this takes a
msgstr "La creación de los gráficos utiliza los datos del servidor Prometheus. Si esta proceso tarda mucho tiempo, asegúrese de que los datos estén disponibles."
msgid "Creation date"
-msgstr ""
+msgstr "Fecha de creación"
+
+msgid "Credentials"
+msgstr "Credenciales"
+
+msgid "Critical vulnerabilities present"
+msgstr "Vulnerabilidades críticas presentes"
msgid "Cron Timezone"
msgstr "Zona horaria del Cron"
@@ -4525,12 +5530,15 @@ msgstr "Zona horaria del Cron"
msgid "Cron syntax"
msgstr "Sintaxis de Cron"
-msgid "Cross-project dependencies"
-msgstr "Dependencias entre proyectos"
+msgid "Crossplane"
+msgstr "Crossplane"
msgid "Current Branch"
msgstr "Rama actual"
+msgid "Current Plan"
+msgstr "Plan actual"
+
msgid "Current Project"
msgstr "Proyecto actual"
@@ -4540,14 +5548,23 @@ msgstr "Nodo actual"
msgid "Current password"
msgstr "Contraseña actual"
+msgid "Current vulnerabilities count"
+msgstr "Contador de vulnerabilidades"
+
msgid "CurrentUser|Profile"
msgstr "Perfil"
msgid "CurrentUser|Settings"
msgstr "Configuración"
-msgid "Custom CI config path"
-msgstr "Ruta de configuración de CI personalizada"
+msgid "CurrentUser|Start a Gold trial"
+msgstr "Inicie periodo de prueba Gold"
+
+msgid "Custom CI configuration path"
+msgstr "Ruta de configuración CI personalizada"
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr "URL de clon de Git personalizado para HTTP(S)"
msgid "Custom hostname (for private commit emails)"
msgstr "Nombre de host personalizado (para los correos electrónicos privados de los commit)"
@@ -4564,32 +5581,38 @@ msgstr "Plantillas de proyectos personalizadas"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr "No se han configurado plantillas de proyecto personalizadas para grupos de los que es miembro. Las plantillas se habilitan desde la página de configuración de un grupo. Póngase en contacto con el propietario o el encargado de su grupo para configurar las plantillas de proyecto personalizadas."
+msgid "Custom range"
+msgstr "Rango personalizado"
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr "Añadir una etapa"
msgid "CustomCycleAnalytics|Add stage"
+msgstr "Agregar una etapa"
+
+msgid "CustomCycleAnalytics|Editing stage"
msgstr ""
msgid "CustomCycleAnalytics|Enter a name for the stage"
-msgstr ""
+msgstr "Introduzca un nombre para la etapa"
msgid "CustomCycleAnalytics|Name"
-msgstr ""
+msgstr "Nombre"
msgid "CustomCycleAnalytics|New stage"
-msgstr ""
+msgstr "Nueva etapa"
msgid "CustomCycleAnalytics|Please select a start event first"
-msgstr ""
+msgstr "Por favor, seleccione un evento de inicio primero"
msgid "CustomCycleAnalytics|Select start event"
-msgstr ""
+msgstr "Seleccione un evento de inicio"
msgid "CustomCycleAnalytics|Select stop event"
-msgstr ""
+msgstr "Seleccione un evento de detención"
msgid "CustomCycleAnalytics|Start event"
-msgstr ""
+msgstr "Iniciar evento"
msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
msgstr ""
@@ -4598,11 +5621,14 @@ msgid "CustomCycleAnalytics|Start event label"
msgstr ""
msgid "CustomCycleAnalytics|Stop event"
-msgstr ""
+msgstr "Detener evento"
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "Personalizar colores"
@@ -4624,6 +5650,9 @@ msgstr "Personalizar nombre"
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "Personalice la configuración de su pipeline, vea el estado de su pipeline y el informe de cobertura."
+msgid "Customize your pipeline configuration."
+msgstr "Personalice la configuración de su pipeline."
+
msgid "Cycle Analytics"
msgstr "Cycle Analytics"
@@ -4633,18 +5662,45 @@ msgstr "Las estadísticas cíclicas pueden ayudarle a determinar la velocidad de
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "Cycle Analytics proporciona una visión general del tiempo que se tarda en pasar una idea a producción, en su proyecto."
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr "Incidencia cerrada"
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr "Incidencia creada"
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr "Incidencia añadida por primera vez a un panel de control"
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr "Incidencia asociada por primera con un hito"
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr "Incidencia mencionada por primera vez en un commit"
-msgid "CycleAnalyticsEvent|Merge request created"
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr "Etiqueta de la incidencia añadida"
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr "Etiqueta de la incidencia eliminada"
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr "Última edición de la incidencia"
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request created"
+msgstr "Merge request creado"
+
msgid "CycleAnalyticsEvent|Merge request first deployed to production"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Incidencia"
msgid "CycleAnalyticsStage|Plan"
msgstr "Planificación"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Producción"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Revisión"
@@ -4678,30 +5734,79 @@ msgstr "Puesta en escena"
msgid "CycleAnalyticsStage|Test"
msgstr "Pruebas"
-msgid "CycleAnalytics|%{projectName}"
-msgid_plural "CycleAnalytics|%d projects selected"
-msgstr[0] "%{projectName}"
-msgstr[1] "%d proyectos seleccionados"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] "%{stageName}"
-msgstr[1] "%d etapas seleccionadas"
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
msgid "CycleAnalytics|All stages"
msgstr "Todas las etapas"
+msgid "CycleAnalytics|Date"
+msgstr "Fecha"
+
+msgid "CycleAnalytics|Days to completion"
+msgstr "Días hasta completar"
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
+msgid_plural "CycleAnalytics|%d projects selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CycleAnalytics|Select labels"
+msgstr ""
+
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
+msgstr ""
+
msgid "CycleAnalytics|Stages"
msgstr "Etapas"
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr "Nº total de días para completar"
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
msgid "CycleAnalytics|stage dropdown"
-msgstr ""
+msgstr "Lista desplegable de las etapas"
msgid "DNS"
msgstr "DNS"
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Los datos aún se están calculando..."
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr "Selector de fecha"
@@ -4751,6 +5859,9 @@ msgstr "Mi"
msgid "Days"
msgstr "Días"
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr "Depurar"
@@ -4769,6 +5880,9 @@ msgstr "Rechazar y cerrar sesión"
msgid "Default Branch"
msgstr "Branch por defecto"
+msgid "Default CI configuration path"
+msgstr "Ruta de configuración de CI por defecto"
+
msgid "Default artifacts expiration"
msgstr "Vencimiento predeterminado para los artefactos"
@@ -4781,6 +5895,9 @@ msgstr "Ramas por defecto y ramas protegidas"
msgid "Default classification label"
msgstr "Etiqueta de clasificación por defecto"
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr "Plantilla de descripción predeterminada para las incidencias"
@@ -4853,6 +5970,18 @@ msgstr "Eliminar la licencia"
msgid "Delete list"
msgstr "Eliminar lista"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr "Eliminar fragmento de código"
+
+msgid "Delete snippet?"
+msgstr "¿Eliminar fragmento de código?"
+
msgid "Delete source branch"
msgstr "Eliminar rama origen"
@@ -4892,6 +6021,9 @@ msgstr "Se ha producido un error al eliminar la licencia. No se encontró ningun
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "Se ha producido un error al eliminar la licencia. No tiene permiso para realizar esta acción."
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr "Eliminación pendiente. Este proyecto se eliminará el %{date}. El repositorio y otros recursos del proyecto son de solo lectura."
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "Autorización denegada del nick del chat %{user_name}."
@@ -4901,6 +6033,9 @@ msgstr "Denegar"
msgid "Dependencies"
msgstr "Dependencias"
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] "%d vulnerabilidad adicional no mostrada"
@@ -4962,6 +6097,9 @@ msgstr "Lista de dependencias"
msgid "Dependency Proxy"
msgstr "Proxy de dependencias"
+msgid "Dependency Scanning"
+msgstr "Escaneo de dependencias"
+
msgid "Dependency proxy"
msgstr "Proxy de dependencias"
@@ -5064,11 +6202,11 @@ msgstr "Permite el acceso en modo de sólo lectura al registro de imágenes"
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "Permite el acceso en modo de sólo lectura al repositorio"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "Copiar el token de despliegue al portapapeles"
+msgid "DeployTokens|Copy deploy token"
+msgstr "Copiar token de despliegue"
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "Copiar el nombre de usuario al portapapeles"
+msgid "DeployTokens|Copy username"
+msgstr "Copiar nombre de usuario"
msgid "DeployTokens|Create deploy token"
msgstr "Crear un token de despliegue"
@@ -5130,21 +6268,42 @@ msgstr "Se ha creado su nuevo token de despliegue de proyecto."
msgid "Deployed"
msgstr "Desplegado"
-msgid "Deployed %{deployedSince}"
-msgstr "Desplegado %{deployedSince}"
-
msgid "Deployed to"
msgstr "Desplegado en"
msgid "Deploying to"
msgstr "Desplegando en"
+msgid "Deployment|API"
+msgstr "API"
+
+msgid "Deployment|This deployment was created using the API"
+msgstr "Este despliegue se creó utilizando el API"
+
+msgid "Deployment|canceled"
+msgstr "cancelado"
+
+msgid "Deployment|created"
+msgstr "creado"
+
+msgid "Deployment|failed"
+msgstr "falló"
+
+msgid "Deployment|running"
+msgstr "en ejecución"
+
+msgid "Deployment|success"
+msgstr "exitoso"
+
msgid "Deprioritize label"
msgstr "Bajar la prioridad de la etiqueta"
msgid "Descending"
msgstr "Descendente"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Descripción"
@@ -5163,6 +6322,15 @@ msgstr "Etiqueta descriptiva"
msgid "Deselect all"
msgstr "Deseleccionar todo"
+msgid "Design Management"
+msgstr "Design Management"
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr "%{current_design} de %{designs_count}"
@@ -5172,20 +6340,38 @@ msgstr "Agregar diseños"
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr "Agregar un diseño con el mismo nombre de archivo reemplaza el archivo en una nueva versión."
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
-msgstr "Se ha producido un error mientras se cargaban los diseños. Por favor, inténtelo de nuevo."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr "¿Está seguro de que desea eliminar los diseños seleccionados?"
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
-msgstr "Se ha producido un error al crear una nueva discusión. Por favor, inténtelo de nuevo."
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
-msgstr "Se ha producido un error al buscar el diseño, por favor, inténtelo de nuevo."
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
-msgstr "Se ha producido un error al cargar un nuevo diseño. Por favor, inténtelo de nuevo"
+msgid "DesignManagement|Delete"
+msgstr "Eliminar"
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr "Confirmación de borrado de diseños"
+
+msgid "DesignManagement|Delete selected"
+msgstr "Eliminar seleccionado"
+
+msgid "DesignManagement|Deselect all"
+msgstr "Deseleccionar todo"
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
msgid "DesignManagement|Go back to designs"
msgstr "Volver a los diseños"
@@ -5196,12 +6382,15 @@ msgstr "Ir al siguiente diseño"
msgid "DesignManagement|Go to previous design"
msgstr "Ir al diseño anterior"
-msgid "DesignManagement|Requested design version does not exist"
-msgstr "La versión del diseño solicitada no existe"
+msgid "DesignManagement|Keep comment"
+msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr "La versión del diseño solicitada no existe. Mostrando la última versión en su lugar"
+msgid "DesignManagement|Select all"
+msgstr "Seleccionar todo"
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr "El número máximo de diseños permitidos que se pueden cargar es %{upload_limit}. Por favor, inténtalo de nuevo."
@@ -5226,20 +6415,29 @@ msgstr "Detalles (por defecto)"
msgid "Detect host keys"
msgstr "Detectar las claves del host"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Límites de contenido del diff"
msgid "Diff limits"
msgstr "Límites del diff"
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr "(base)"
msgid "Diffs|No file name available"
msgstr "Sin nombre de archivo disponible"
-msgid "Diffs|Show all lines"
-msgstr "Mostrar todas las líneas"
+msgid "Diffs|Show unchanged lines"
+msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "Se ha producido un error mientras se obtienen las líneas del diff."
@@ -5253,15 +6451,15 @@ msgstr "Nombre del directorio"
msgid "Disable"
msgstr "Deshabilitar"
-msgid "Disable email notifications"
-msgstr "Deshabilitar las notificaciones por correo electrónico"
-
msgid "Disable for this project"
msgstr "Deshabilitar para este proyecto"
msgid "Disable group Runners"
msgstr "Desactivar el grupo de ejecutores"
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr "Deshabilitar los ejecutores compartidos"
@@ -5314,23 +6512,29 @@ msgid "Discuss a specific suggestion or question that needs to be resolved"
msgstr "Discuta una propuesta específica o una pregunta que necesita ser resuelta"
msgid "Discuss a specific suggestion or question that needs to be resolved."
-msgstr ""
+msgstr "Discutir una propuesta específica o una pregunta que necesita ser resuelta."
msgid "Discuss a specific suggestion or question."
-msgstr ""
+msgstr "Discutir una sugerencia o pregunta específica."
msgid "Discussion"
msgstr "Discusión"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr "Uso del disco"
+
msgid "Dismiss"
msgstr "Descartar"
-msgid "Dismiss ConvDev introduction"
-msgstr "Ocultar el cuadro de introducción de ConvDev"
-
msgid "Dismiss Cycle Analytics introduction box"
msgstr "Ocultar el cuadro de introducción de Cycle Analytics"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr "Ocultar la promoción del merge request"
@@ -5352,12 +6556,21 @@ msgstr "Descartado en el pipeline %{pipelineLink} en %{projectLink}"
msgid "Display name"
msgstr "Nombre para mostrar"
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr "No mostrar ofertas de terceros dentro de GitLab"
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "¿Desea personalizar cómo se importan en GitLab las direcciones de correo electrónico y los nombres de usuario de Google Code?"
msgid "Dockerfile"
msgstr "Dockerfile"
+msgid "Documentation"
+msgstr "Documentación"
+
msgid "Documentation for popular identity providers"
msgstr "Documentación para los proveedores de identidad más populares"
@@ -5370,6 +6583,9 @@ msgstr "Dominio"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr "La verificación del dominio es una medida de seguridad esencial para los sitios públicos de GitLab. Los usuarios deben demostrar que administran o que son los propietarios de un dominio antes de poder habilitarlo"
+msgid "Don't have an account yet?"
+msgstr "¿Todavía no tiene una cuenta?"
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr "No pegue la parte privada de la clave GPG. Pegue la parte pública que empieza por: '----- BEGIN PGP PUBLIC KEY BLOCK -----'."
@@ -5385,6 +6601,12 @@ msgstr "Hecho"
msgid "Download"
msgstr "Descargar"
+msgid "Download %{format}"
+msgstr "Descargar %{format}"
+
+msgid "Download %{format}:"
+msgstr "Descargar %{format}:"
+
msgid "Download CSV"
msgstr "Descargar CSV"
@@ -5400,6 +6622,9 @@ msgstr "Descargar activo"
msgid "Download codes"
msgstr "Descargar codigos"
+msgid "Download evidence JSON"
+msgstr "Descargar evidencia en formato JSON"
+
msgid "Download export"
msgstr "Descargar exportación"
@@ -5433,9 +6658,18 @@ msgstr "Voto negativo"
msgid "Due date"
msgstr "Fecha de vencimiento"
+msgid "Duration"
+msgstr "Duración"
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "Durante este proceso, le solicitaremos las URLs de parte de Gitlab.Por favor, utilice las URLs que se muestran a continuación."
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr "Cada ejecutor puede estar en uno de los siguientes estados:"
@@ -5454,6 +6688,12 @@ msgstr "Editar comentario"
msgid "Edit Deploy Key"
msgstr "Editar la clave de despliegue"
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr "Editar etiqueta"
@@ -5466,9 +6706,18 @@ msgstr "Editar la contraseña"
msgid "Edit Pipeline Schedule %{id}"
msgstr "Editar Programación del Pipeline %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr "Editar versión"
+
msgid "Edit Snippet"
msgstr "Editar fragmento de código"
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr "Editar aplicación"
@@ -5478,6 +6727,9 @@ msgstr "Editar tablero"
msgid "Edit comment"
msgstr "Editar comentario"
+msgid "Edit dashboard"
+msgstr "Editar panel de control"
+
msgid "Edit description"
msgstr "Editar descripción"
@@ -5508,6 +6760,9 @@ msgstr "Editar clave pública de despliegue"
msgid "Edit stage"
msgstr "Editar etapa"
+msgid "Edit this release"
+msgstr "Editar esta versión"
+
msgid "Edit wiki page"
msgstr "Editar página wiki"
@@ -5520,6 +6775,9 @@ msgstr "Editando"
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr "Credenciales IAM de AWS Elasticsearch"
+
msgid "Elasticsearch indexing restrictions"
msgstr "Restricciones en la indexación de Elasticsearch"
@@ -5544,6 +6802,9 @@ msgstr "Correo electrónico"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr "El dominio de correo electrónico no es editable en los subgrupos. El valor se hereda desde el grupo de nivel superior."
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr "Correo electrónico no verificado. Por favor, verifique su correo electrónico en Salesforce."
+
msgid "Email patch"
msgstr "Enviar parche por correo electrónico"
@@ -5622,6 +6883,12 @@ msgstr "Activar Auto DevOps"
msgid "Enable HTML emails"
msgstr "Habilitar correos HTML"
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr "Habilitar PlantUML"
+
msgid "Enable Pseudonymizer data collection"
msgstr "Habilitar la recolección de datos Pseudonymizer"
@@ -5650,7 +6917,7 @@ msgid "Enable error tracking"
msgstr "Habilitar seguimiento de errores"
msgid "Enable feature to choose access level"
-msgstr ""
+msgstr "Habilitar función para elegir el nivel de acceso"
msgid "Enable for this project"
msgstr "Habilitar para este proyecto"
@@ -5670,6 +6937,9 @@ msgstr "Habilitar o deshabilitar la recolección de datos con Pseudonymizer."
msgid "Enable or disable version check and usage ping."
msgstr "Habilite o deshabilite la comprobación de versión y el ping de uso."
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr "Habilitar el proxy"
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr "Entrar en el modo de administración"
+
msgid "Enter IP address range"
msgstr "Introduzca un rango de direcciones IP"
@@ -5745,6 +7018,9 @@ msgstr "Introduzca la URL de su servidor Phabricator y su token de acceso"
msgid "Enter merge request URLs"
msgstr "Introduzca las URL de la solicitud de fusión"
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr "Introduzca la descripción de la incidencia"
@@ -5763,9 +7039,6 @@ msgstr "Introduzca su contraseña para aprobar"
msgid "Enter zen mode"
msgstr "Acceder al modo zen"
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr "Está viendo el último entorno actualizado"
-
msgid "Environment"
msgstr "Entorno"
@@ -5778,6 +7051,15 @@ msgstr "Las variables de entorno están configuradas por el administrador para e
msgid "Environment:"
msgstr "Entorno:"
+msgid "EnvironmentDashboard|API"
+msgstr "API"
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "Entornos"
@@ -5787,6 +7069,9 @@ msgstr "Panel de control de entornos"
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr "Los Entornos le permiten hacer un seguimiento de los despliegues de su aplicación %{link_to_read_more}."
+msgid "Environments in %{name}"
+msgstr "Entornos en %{name}"
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "Añadir un proyecto al panel de control"
@@ -5802,12 +7087,21 @@ msgstr "Trabajo: %{job}"
msgid "EnvironmentsDashboard|More actions"
msgstr "Más acciones"
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr "Eliminar"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "El panel de control de entornos proporciona un resumen detallado del estado de los entornos de cada proyecto, incluidos los estados de alerta y de los pipelines."
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Se ha producido un error al recuperar los entornos."
@@ -5826,6 +7120,12 @@ msgstr "Ocurrió un error al detener el entorno, por favor inténtelo de nuevo"
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "¿Está seguro de que desea detener este entorno?"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Commit"
@@ -5844,20 +7144,29 @@ msgstr "Entornos"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "Los entornos son lugares en los que se despliega el código, como por ejemplo, los entornos de test o los entornos de producción."
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Trabajo"
+msgid "Environments|Learn about environments"
+msgstr "Obtenga más información sobre los entornos"
+
msgid "Environments|Learn more about stopping environments"
msgstr "Obtenga más información sobre cómo detener los entornos"
msgid "Environments|New environment"
msgstr "Nuevo entorno"
+msgid "Environments|No deployed environments"
+msgstr "No hay entornos desplegados"
+
msgid "Environments|No deployments yet"
msgstr "Todavía no hay despliegues"
-msgid "Environments|No pod name has been specified"
-msgstr "No se ha especificado ningún nombre de pod"
+msgid "Environments|No pods to display"
+msgstr "No hay pods para mostrar"
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
msgstr "Note que esta acción detendrá el entorno, pero %{emphasisStart}no%{emphasisEnd} tendrá ningún efecto sobre cualquier instancia debido a que no hay una \"acción para detener el entorno\" definida en el archivo %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd}."
@@ -5898,9 +7207,15 @@ msgstr "¿Desea restaurar el entorno %{environment_name}?"
msgid "Environments|Rollback environment %{name}?"
msgstr "¿Desea restaurar el entorno %{name}?"
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Mostrar todo"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "Detener"
@@ -5916,12 +7231,12 @@ msgstr "Esta acción volverá a ejecutar el trabajo para el commit %{commit_id},
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr "Esta acción volverá a ejecutar el trabajo para el commit %{linkStart}%{commitId}%{linkEnd}, cambiando el entorno a una versión anterior. ¿Está seguro de que desea continuar?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr "Esta acción ejecutará el trabajo definido por %{name} para el commit %{linkStart}%{commitId}%{linkEnd}, estableciendo el entorno a una versión anterior. Puede dejar el entorno en la última versión de su aplicación volviendo a desplegarlo. ¿Está seguro de que desea continuar?"
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
-msgstr ""
-
msgid "Environments|Updated"
msgstr "Actualizado"
@@ -5934,6 +7249,12 @@ msgstr "protegido"
msgid "Epic"
msgstr "Épica"
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr "Eventos épicos"
+
msgid "Epics"
msgstr "Épicas"
@@ -5949,9 +7270,6 @@ msgstr "Tareas épicas e incidencias"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Las tareas épicas le permiten administrar sus proyectos de manera más eficiente y con menos esfuerzo"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr "%{epicsCount} tareas épicas y %{issuesCount} incidencias"
-
msgid "Epics|Add an epic"
msgstr "Añadir una tarea épica"
@@ -5986,7 +7304,7 @@ msgid "Epics|Show more"
msgstr "Mostrar más"
msgid "Epics|Something went wrong while assigning issue to epic."
-msgstr ""
+msgstr "Se ha producido un error al asignar la incidencia a la tarea épica."
msgid "Epics|Something went wrong while creating child epics."
msgstr "Se ha producido un error al crear las tareas épicas hijas."
@@ -5995,13 +7313,13 @@ msgid "Epics|Something went wrong while fetching child epics."
msgstr "Se ha producido un error al obtener las tareas épicas hijas."
msgid "Epics|Something went wrong while fetching group epics."
-msgstr ""
+msgstr "Se ha producido un error al obtener los grupos de tareas épicas."
msgid "Epics|Something went wrong while ordering item."
msgstr "Se ha producido un error al ordenar el elemento."
msgid "Epics|Something went wrong while removing issue from epic."
-msgstr ""
+msgstr "Se ha producido un error al eliminar la incidencia de la tarea épica."
msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
msgstr "Estas fechas afectan en como aparecen sus épicas en la hoja de ruta. Las fechas de los hitos provienen de los hitos asignados a las incidencias en su épica. También puede establecer fechas fijas o eliminarlas por completo."
@@ -6021,20 +7339,20 @@ msgstr "Inicio"
msgid "Error"
msgstr "Error"
+msgid "Error Details"
+msgstr "Detalles del error"
+
msgid "Error Tracking"
msgstr "Control de errores"
-msgid "Error creating a new path"
-msgstr "Se ha producido un error al crear una nueva ruta"
-
msgid "Error creating epic"
msgstr "Error al crear la tarea épica"
msgid "Error deleting %{issuableType}"
msgstr "Se ha producido un error al eliminar %{issuableType}"
-msgid "Error fetching contributors data."
-msgstr "Se ha producido un error al obtener los datos de los colaboradores."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6069,6 +7387,9 @@ msgstr "Error al cargar ramas."
msgid "Error loading burndown chart data"
msgstr "Se ha producido un error al cargar los datos del gráfico de burndown"
+msgid "Error loading countries data."
+msgstr "Se ha producido un error al cargar los datos de los países."
+
msgid "Error loading file viewer."
msgstr "Se ha producido un error al cargar el visor de archivos."
@@ -6106,7 +7427,13 @@ msgid "Error occurred when toggling the notification subscription"
msgstr "Se ha producido un error al activar/desactivar la suscripción de las notificaciones"
msgid "Error occurred while updating the issue weight"
-msgstr ""
+msgstr "Se ha producido un error al actualizar el peso de la incidencia"
+
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr "Se ha producido un error. No es posible desactivar un usuario bloqueado"
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr "Se ha producido un error. No es posible activar un usuario bloqueado"
msgid "Error occurred. User was not blocked"
msgstr "Se ha producido un error. No se ha bloqueado el usuario"
@@ -6123,11 +7450,14 @@ msgstr "Se ha producido un error. El usuario no estaba desbloqueado"
msgid "Error rendering markdown preview"
msgstr "Se ha producido un error al renderizar la vista previa de markdown"
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "Se ha producido un error al guardar la actualización de la etiqueta."
msgid "Error setting up editor. Please try again."
-msgstr ""
+msgstr "Se ha producido un error al configurar el editor. Por favor, inténtelo de nuevo."
msgid "Error updating %{issuableType}"
msgstr "Se ha producido un error al actualizar %{issuableType}"
@@ -6156,9 +7486,6 @@ msgstr "Se ha producido un error al migrar %{upload_id}: %{error_message}"
msgid "Error with Akismet. Please check the logs for more info."
msgstr "Error con Akismet. Por favor, compruebe los registros de error para obtener más información."
-msgid "Error:"
-msgstr "Error:"
-
msgid "ErrorTracking|Active"
msgstr "Activo"
@@ -6174,8 +7501,8 @@ msgstr "Haga clic en 'Conectar' para restablecer la conexión a Sentry y activar
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr "La conexión ha fallado. Por favor, compruebe el token de autenticación y vuelva a intentarlo."
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
-msgstr "Encuentre su nombre del host en la página de configuración de su cuenta de Sentry"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr ""
msgid "ErrorTracking|No projects available"
msgstr "No hay proyectos disponibles"
@@ -6192,12 +7519,18 @@ msgstr "Errores"
msgid "Estimated"
msgstr "Estimado"
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "Filtrar por todos"
msgid "EventFilterBy|Filter by comments"
msgstr "Filtrar por comentarios"
+msgid "EventFilterBy|Filter by epic events"
+msgstr "Filtrar por eventos épicos"
+
msgid "EventFilterBy|Filter by issue events"
msgstr "Filtrar por incidencias"
@@ -6216,12 +7549,27 @@ msgstr "Eventos"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr "Cada intento de %{action} ha fallado: %{job_error_message}. Por favor, inténtalo de nuevo."
+msgid "Every day"
+msgstr "Diario"
+
msgid "Every day (at 4:00am)"
msgstr "Todos los días (a las 4:00 am)"
+msgid "Every month"
+msgstr "Cada mes"
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Todos los meses (el día 1 a las 4:00 am)"
+msgid "Every three months"
+msgstr "Cada tres meses"
+
+msgid "Every two weeks"
+msgstr "Cada dos semanas"
+
+msgid "Every week"
+msgstr "Cada semana"
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Todas las semanas (domingos a las 4:00 am)"
@@ -6252,18 +7600,27 @@ msgstr "Todo lo que necesita para crear un sitio de GitLab Pages con Jekyll."
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr "Todo lo que necesita para crear un sitio de GitLab Pages utilizando HTML plano."
+msgid "Evidence collection"
+msgstr "Recopilación de evidencias"
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr "Ejemplo: @sub\\.empresa\\.com$"
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr "Ejemplo: Uso = consulta simple. (Solicitado)/(Capacidad) = Varias consultas combinadas en una sola fórmula."
msgid "Except policy:"
msgstr "Extracto de la política:"
-msgid "Existing"
-msgstr "Existente"
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
msgid "Existing members and groups"
msgstr "Miembros y grupos existentes"
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "Expandir"
@@ -6285,9 +7642,15 @@ msgstr "Expandir barra lateral"
msgid "Expand up"
msgstr "Expandir todo"
+msgid "Expiration"
+msgstr "Vencimiento"
+
msgid "Expiration date"
msgstr "Fecha de vencimiento"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr "Caducó"
@@ -6339,6 +7702,9 @@ msgstr "Exporte este proyecto con todos los datos relacionados para mover su pro
msgid "External Classification Policy Authorization"
msgstr "Política de autorización de clasificación externa"
+msgid "External ID"
+msgstr "ID externo"
+
msgid "External URL"
msgstr "URL externa"
@@ -6408,15 +7774,21 @@ msgstr "Se ha producido un error al aplicar los comandos."
msgid "Failed to assign a user because no user was found."
msgstr "Se ha producido un error al asignar un usuario debido no se ha encontrado el usuario."
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Error al cambiar el propietario"
msgid "Failed to check related branches."
msgstr "Se ha producido un error al verificar las branchs relacionadas."
-msgid "Failed to connect to the prometheus server"
-msgstr "Se ha producido un error al conectar con el servidor"
-
msgid "Failed to create Merge Request. Please try again."
msgstr "No es posible realizar el merge request. Por favor, inténtelo de nuevo."
@@ -6435,6 +7807,9 @@ msgstr "Se ha producido un error al eliminar el panel de control. Por favor, int
msgid "Failed to deploy to"
msgstr "Se ha producido un error al desplegar a"
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr "Error al encolar la operación de rebase, posiblemente debido a una transacción de larga duración. Por favor, inténtelo de nuevo más tarde."
+
msgid "Failed to get ref."
msgstr "Se ha producido un error al obtener ref."
@@ -6444,6 +7819,9 @@ msgstr "Se ha producido un error al instalar."
msgid "Failed to load emoji list."
msgstr "Se ha producido un error al cargar la lista de emojis."
+msgid "Failed to load error details from Sentry."
+msgstr "Se ha poducido un error al cargar los detalles de error desde Sentry."
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr "Se ha producido un error al cargar los errores desde Sentry. El mensaje de error es: %{errorMessage}"
@@ -6453,6 +7831,9 @@ msgstr "Se ha producido un error al cargar grupos y usuarios."
msgid "Failed to load related branches"
msgstr "Se ha producido un error al cargar ramas relacionadas"
+msgid "Failed to load stacktrace."
+msgstr "Se ha producido un error al cargar el stacktrace."
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr "Se ha producido un error al marcar esta incidencia como duplicada ya que se hace referencia a una incidencia no encontrada."
@@ -6495,9 +7876,6 @@ msgstr "Se ha producido un error al eliminar la clave del usuario."
msgid "Failed to reset key. Please try again."
msgstr "Se ha producido un error al restablecer la clave. Por favor, inténtalo de nuevo."
-msgid "Failed to save comment!"
-msgstr "¡Se ha producido un error al guardar el comentario!"
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr "Se ha producido un error al guardar las resoluciones de los conflictos producidos durante el merge. ¡Por favor, inténtelo de nuevo!"
@@ -6522,6 +7900,9 @@ msgstr "¡Se ha producido un error al actualizar la rama!"
msgid "Failed to update environment!"
msgstr "Se ha producido un error al actualizar el entorno!"
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "Se ha producido un error al actualizar las incidencias. Por favor, inténtalo de nuevo."
@@ -6549,6 +7930,9 @@ msgstr "Fast-forward merge sin hacer merge commit"
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr "Lanzamientos más rápidos. Mejor código. Menos dolor."
+
msgid "Favicon was successfully removed."
msgstr "Se ha eliminado correctamente el Favicon."
@@ -6573,15 +7957,9 @@ msgstr "API Url"
msgid "FeatureFlags|Active"
msgstr "Activo"
-msgid "FeatureFlags|Add"
-msgstr "Añadir"
-
msgid "FeatureFlags|All users"
msgstr "Todos los usuarios"
-msgid "FeatureFlags|Clear all"
-msgstr "Borrar todo"
-
msgid "FeatureFlags|Configure"
msgstr "Configurar"
@@ -6603,9 +7981,6 @@ msgstr "Descripción"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "Editar Feature Flag"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr "Introduzca una lista de IDs de usuario separados por comas"
-
msgid "FeatureFlags|Environment Spec"
msgstr "Especificación del entorno"
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr "ID"
+
msgid "FeatureFlags|Inactive"
msgstr "Inactivo"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr "Desactivar Flag para %{scope}"
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr "Instale un %{docs_link_anchored_start}cliente compatible con la biblioteca de%{docs_link_anchored_end} y especifique la URL de la API, el nombre de la aplicación y él ID de la instancia durante el proceso de configuración.%{docs_link_start}Más información%{docs_link_end}"
@@ -6673,23 +8054,17 @@ msgid "FeatureFlags|Remove"
msgstr "Eliminar"
msgid "FeatureFlags|Rollout Percentage"
-msgstr ""
+msgstr "Porcentaje de despliegue"
msgid "FeatureFlags|Rollout Strategy"
-msgstr ""
+msgstr "Estrategia de despliegue"
msgid "FeatureFlags|Status"
msgstr "Estado"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr "Entornos de destino"
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] "Archivo"
msgstr[1] "Archivos"
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr "Archivo añadido"
@@ -6737,12 +8118,18 @@ msgstr "Explorador de archivos"
msgid "File deleted"
msgstr "Archivo eliminado"
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr "El modo del archivo ha cambiado de %{a_mode} a %{b_mode}"
msgid "File moved"
msgstr "Archivo movido"
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Plantillas de archivos"
@@ -6776,9 +8163,18 @@ msgstr "Filtrar por mensaje del cambio"
msgid "Filter by milestone name"
msgstr "Filtrar por nombre del hito"
+msgid "Filter by name..."
+msgstr "Filtrar por nombre..."
+
msgid "Filter by two-factor authentication"
msgstr "Filtrar por autenticación de dos factores"
+msgid "Filter by user"
+msgstr "Filtrar por usuario"
+
+msgid "Filter projects"
+msgstr "Filtrar proyectos"
+
msgid "Filter results by group"
msgstr "Filtrar resultados por grupo"
@@ -6809,9 +8205,6 @@ msgstr "Busque el archivo extraído <code>Takeout/Google Code Project Hosting/Go
msgid "Fingerprint"
msgstr "Huella digital"
-msgid "Fingerprint:"
-msgstr "Huella:"
-
msgid "Fingerprints"
msgstr "Huellas digitales"
@@ -6827,12 +8220,21 @@ msgstr "Finalizar la configuración de su cuenta dedicada para <strong>%{group_n
msgid "Finished"
msgstr "Finalizado"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr "Visto por primera vez"
+
msgid "First day of the week"
msgstr "Primer día de la semana"
msgid "First name"
msgstr "Primer nombre"
+msgid "First seen"
+msgstr "Visto por primera vez"
+
msgid "Fixed date"
msgstr "Fecha fija"
@@ -6866,6 +8268,9 @@ msgstr "URL de FogBugz"
msgid "FogBugz import"
msgstr "Importar desde FogBugz"
+msgid "Folder/%{name}"
+msgstr "Carpeta/%{name}"
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "Siga los pasos a continuación para exportar sus datos de proyecto de Google Code."
@@ -6887,6 +8292,9 @@ msgstr "Para obtener más información, vaya a "
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr "Para obtener más información, por favor revise el documento de configuración de %{link_start_tag}Jaeger%{link_end_tag}"
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr "Para obtener más información, consulte la documentación en %{deactivating_usage_ping_link_start} desactivar el uso ping %{deactivating_usage_ping_link_end}."
@@ -6908,11 +8316,14 @@ msgstr "Se ha producido un error al realizar el fork, por favor, inténtelo de n
msgid "Fork project"
msgstr "Realizar un fork del proyecto"
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Bifurcado de"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "Fork desde %{project_name} (eliminado)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "Fork en progreso"
@@ -6926,6 +8337,9 @@ msgstr "Forks"
msgid "Format"
msgstr "Formato"
+msgid "Format: %{dateFormat}"
+msgstr "Formato: %{dateFormat}"
+
msgid "Forward external support email address to"
msgstr "Reenviar la dirección de correo electrónico de soporte externo a"
@@ -6941,6 +8355,9 @@ msgstr "Prueba gratuita"
msgid "Free Trial of GitLab.com Gold"
msgstr "Prueba gratuita de GitLab.com Gold"
+msgid "Frequency"
+msgstr "Frecuencia"
+
msgid "Friday"
msgstr "Viernes"
@@ -6950,6 +8367,9 @@ msgstr "Desde"
msgid "From %{providerTitle}"
msgstr "De %{providerTitle}"
+msgid "From %{source_title} into"
+msgstr "Desde %{source_title} a"
+
msgid "From Bitbucket"
msgstr "Desde Bitbucket"
@@ -6971,9 +8391,6 @@ msgstr "Desde la creación de la incidencia hasta el despliegue a producción"
msgid "From merge request merge until deploy to production"
msgstr "Desde la integración de la solicitud de fusión hasta el despliegue a producción"
-msgid "From milestones:"
-msgstr "De los hitos:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "Desde la vista de detalles del clúster de Kubernetes, seleccione instalar 'runner' desde la lista de aplicaciones"
@@ -7016,9 +8433,21 @@ msgstr "Generar nueva exportación"
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "Geo Nodos"
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "Geo le permite replicar su instancia de Gitlab a otras ubicaciones geográficas."
@@ -7031,15 +8460,24 @@ msgstr "El nodo está caído o fallando."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "El nodo es lento, está sobrecargado o se ha recuperado después de una interrupción."
+msgid "GeoNodes|Attachments"
+msgstr "Adjuntos"
+
msgid "GeoNodes|Checksummed"
msgstr "Comprobado"
+msgid "GeoNodes|Container repositories"
+msgstr "Repositorios de contenedores"
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "No se han actualizado los datos desde %{timeago}"
msgid "GeoNodes|Data replication lag"
msgstr "Retraso en replicación de datos"
+msgid "GeoNodes|Design repositories"
+msgstr "Repositorios de diseño"
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "No coincide con la configuración principal de almacenamiento"
@@ -7061,6 +8499,12 @@ msgstr "Estado de salud"
msgid "GeoNodes|Internal URL"
msgstr "URL interna"
+msgid "GeoNodes|Job artifacts"
+msgstr "Artefactos del trabajo"
+
+msgid "GeoNodes|LFS objects"
+msgstr "Objetos LFS"
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "ID del último evento procesado por el cursor"
@@ -7082,24 +8526,15 @@ msgstr "Obtenga más información sobre la verificación de Wikis"
msgid "GeoNodes|Loading nodes"
msgstr "Cargando nodos"
-msgid "GeoNodes|Local LFS objects"
-msgstr "Objetos LFS locales"
-
-msgid "GeoNodes|Local attachments"
-msgstr "Adjuntos locales"
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr "Artefactos de trabajo locales"
-
msgid "GeoNodes|New node"
msgstr "Nuevo nodo"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "La autenticación del nodo se reparó correctamente."
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "El nodo se eliminó correctamente."
@@ -7109,14 +8544,14 @@ msgstr "Sin suma de verificación"
msgid "GeoNodes|Out of sync"
msgstr "Sin sincronización"
-msgid "GeoNodes|Pausing replication stops the sync process."
-msgstr "Pausar la replica detiene el proceso de sincronización."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
-msgstr "La eliminación de un nodo primario detiene el proceso de sincronización para todos los nodos. No se puede reanudar la sincronización sin perder algunos datos en todos los nodos secundarios. En este caso, recomendamos volver a configurar todos los nodos desde cero. ¿Está seguro de que desea continuar?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
-msgstr "La eliminación de un nodo secundario detiene el proceso de sincronización. No es posible volver a agregar el mismo nodo sin perder algunos datos. Solo recomendamos configurar un nuevo nodo secundario en este caso. ¿Está seguro de que desea continuar?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
msgid "GeoNodes|Replication slot WAL"
msgstr "Slots de replicación WAL"
@@ -7218,7 +8653,7 @@ msgid "Geo|All projects are being scheduled for re-verify"
msgstr "Se ha programado la verificación de todos los proyectos"
msgid "Geo|Allow this secondary node to replicate content on Object Storage"
-msgstr ""
+msgstr "Permitir que este nodo secundario replique el contenido en el almacén de objetos"
msgid "Geo|Batch operations"
msgstr "Operaciones por lotes"
@@ -7227,7 +8662,7 @@ msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
msgstr "Escoja que grupos desea sincronizar con este nodo secundario."
msgid "Geo|Container repositories sync capacity"
-msgstr ""
+msgstr "Capacidad de sincronización de los repositorios de los contenedores"
msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
msgstr "Controla la concurrencia máxima de LFS/attachment para este nodo secundario"
@@ -7424,6 +8859,9 @@ msgstr "Comenzar con el control de errores"
msgid "Get started with performance monitoring"
msgstr "Comenzar con la monitorización de rendimiento"
+msgid "Get started!"
+msgstr "¡Empecemos!"
+
msgid "Getting started with releases"
msgstr "Primeros pasos con las versiones"
@@ -7457,21 +8895,24 @@ msgstr "Versión de Git"
msgid "GitHub import"
msgstr "Importar desde GitHub"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "Se ha movido GitLab CI Linter"
msgid "GitLab Enterprise Edition %{plan}"
msgstr "GitLab Enterprise Edition %{plan}"
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "El grupo de ejecutores de GitLab puede ejecutar código para todos los proyectos en este grupo."
msgid "GitLab Import"
msgstr "Importar desde GitLab"
+msgid "GitLab Issue"
+msgstr "Incidencia de GitLab"
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr "Los ejecutores compartidos de GitLab ejecutan el código de diferentes proyectos en el mismo ejecutor a menos que configure el auto escalado de os ejecutores de GitLab con MaxBuilds 1 (que se encuentra en GitLab.com)."
@@ -7481,6 +8922,9 @@ msgstr "Usuario de GitLab"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr "GitLab le permite continuar usando su licencia incluso si excede la cantidad puestos que compró. Deberá por pagar estos puestos cuando renueve su licencia."
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr "GitLab para Slack"
@@ -7502,12 +8946,102 @@ msgstr "Se requiere reiniciar GitLab para aplicar cambios"
msgid "GitLab single sign on URL"
msgstr "URL de inicio de sesión único de GitLab"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr "GitLab utiliza %{jaeger_link} para monitorizar sistemas distribuidos."
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr "Gitlab ejecutará un trabajo como tarea de fondo que producirá un archivo CSV seudonimizado de la base de datos de Gitlab y que se cargará a su directorio de almacenamiento de objetos que tenga configurado."
msgid "GitLab.com import"
msgstr "Importar desde GitLab.com"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr "El %{domain} no está verificado. Para aprender sobre como verificar su propiedad, vea los %{link_start}detalles de su dominio%{link_end}."
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr "Páginas de acceso"
+
+msgid "GitLabPages|Are you sure?"
+msgstr "¿Está seguro?"
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr "Certificado: %{subject}"
+
+msgid "GitLabPages|Configure pages"
+msgstr "Configurar páginas"
+
+msgid "GitLabPages|Domains"
+msgstr "Dominios"
+
+msgid "GitLabPages|Edit"
+msgstr "Editar"
+
+msgid "GitLabPages|Expired"
+msgstr "Caducado"
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr "Forzar HTTPS (requiere certificados válidos)"
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr "Las páginas de GitLab están deshabilitadas para este proyecto. Puede habilitarlas en los ajustes %{strong_start} de su proyecto > General > Visibilidad%{strong_end}."
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr "Pueden pasar hasta 30 minutos antes de que el sitio esté disponible después del primer despliegue."
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr "Aprenda a subir tu sitio web estático y haga que GitLab lo sirva siguiendo la documentación %{link_start}de GitLab%{link_end}."
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr "Nuevo dominio"
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr "Sólo los encargados del proyecto pueden eliminar páginas"
+
+msgid "GitLabPages|Pages"
+msgstr "Páginas"
+
+msgid "GitLabPages|Remove"
+msgstr "Eliminar"
+
+msgid "GitLabPages|Remove pages"
+msgstr "GitLabPages|Eliminar páginas"
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr "Al eliminar páginas evitará que estén expuestas al mundo exterior."
+
+msgid "GitLabPages|Save"
+msgstr "Guardar"
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr "El soporte para dominios y certificados está deshabilitado. Solicite al administrador de su sistema que lo habilite."
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr "Sin verificar"
+
+msgid "GitLabPages|Verified"
+msgstr "Verificado"
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr "Con GitLab Pages puede alojar sus sitios web estáticos en GitLab. Combinado con el poder de GitLab CI y la ayuda de GitLab Runner, puede implementar páginas estáticas para sus proyectos individuales, su usuario o sus grupos."
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr "Sus páginas se sirven desde:"
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7532,6 +9066,9 @@ msgstr "GitLab Pages"
msgid "Given access %{time_ago}"
msgstr "Acceso concedido %{time_ago}"
+msgid "Given epic is already related to this epic."
+msgstr "La tarea épica indicada ya está relacionada con esta tarea épica."
+
msgid "Global Shortcuts"
msgstr "Accesos directos globales"
@@ -7548,7 +9085,7 @@ msgid "Go back"
msgstr "Volver"
msgid "Go back (while searching for files)"
-msgstr "Volver (mientras busca archivos"
+msgstr "Volver (mientras se buscan archivos)"
msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
msgstr "Vuelva a %{startTag}Incidencias abiertas%{endTag} y seleccione alguna de las incidencias mostradas para añadirlas a su tablero."
@@ -7658,14 +9195,17 @@ msgstr "Ir a sus fragmentos de código"
msgid "Golden Tanuki"
msgstr "Tanuki dorado"
+msgid "Google Cloud Platform"
+msgstr "Google Cloud Platform"
+
msgid "Google Code import"
msgstr "Importar desde Google Code"
msgid "Google Takeout"
msgstr "Google Takeout"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
-msgstr "La autenticación de Google no está %{link_start}configurada correctamente%{link_end}. Si desea utilizar este servicio, pregunte a su administrador de GitLab."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
msgid "Got it"
msgstr "¡Lo tengo!"
@@ -7676,6 +9216,27 @@ msgstr "¡Lo tengo!"
msgid "Grafana URL"
msgstr "URL de Grafana"
+msgid "GrafanaIntegration|API Token"
+msgstr "Token API"
+
+msgid "GrafanaIntegration|Active"
+msgstr "Activo"
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr "Insertar los gráficos Grafana en las incidencias de GitLab."
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr "Introduzca el token del API de Grafana."
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr "Introduzca la URL base de la instancia de Grafana."
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr "Autenticación de Grafana"
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr "URL de Grafana"
+
msgid "Grant access"
msgstr "Conceder acceso"
@@ -7703,12 +9264,18 @@ msgstr "Configuración de grupo CI/CD"
msgid "Group Git LFS status:"
msgstr "Estado del grupo GIT LFS:"
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr "Id de grupo"
msgid "Group ID: %{group_id}"
msgstr "ID de grupo: %{group_id}"
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "Grupo de ejecutores"
@@ -7730,21 +9297,42 @@ msgstr "Descripción del grupo (opcional)"
msgid "Group details"
msgstr "Detalles del grupo"
+msgid "Group has been already marked for deletion"
+msgstr "Ya se ha marcado el grupo para su eliminación"
+
+msgid "Group has not been marked for deletion"
+msgstr "El grupo no se ha marcado para su eliminación"
+
msgid "Group info:"
msgstr "Información del grupo:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Los mantenedores de grupo pueden registrar grupos de ejecutores en el %{link}"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "Nombre del grupo"
+msgid "Group overview"
+msgstr "Resumen del grupo"
+
msgid "Group overview content"
msgstr "Resumen del contenido del grupo"
+msgid "Group path is already taken. Suggestions: "
+msgstr "La ruta del grupo ya está ocupada. Sugerencias: "
+
+msgid "Group path is available."
+msgstr "La ruta del grupo está disponible."
+
msgid "Group pipeline minutes were successfully reset."
msgstr "La cuota de minutos del pipeline fue restablecida con éxito."
+msgid "Group variables (inherited)"
+msgstr "Variables de grupo (heredadas)"
+
msgid "Group was successfully updated."
msgstr "Grupo actualizado correctamente."
@@ -7755,7 +9343,7 @@ msgid "Group: %{name}"
msgstr "Grupo: %{name}"
msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
-msgstr ""
+msgstr "%{startDateInWords} &ndash; %{endDateInWords}"
msgid "GroupRoadmap|From %{dateWord}"
msgstr "Desde %{dateWord}"
@@ -7787,6 +9375,9 @@ msgstr "Huella digital del certificado"
msgid "GroupSAML|Configuration"
msgstr "Configuración"
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr "Copiar XML de respuesta de SAML"
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr "Habilitar la autenticación SAML para este grupo."
@@ -7808,6 +9399,9 @@ msgstr "Generar un token SCIM"
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr "Genere un token SCIM para configurar su sistema para la administración de identidades entre dominios."
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr "URL de inicio de sesión único del proveedor de identidades"
@@ -7817,9 +9411,24 @@ msgstr "Asegúrese de guardar este token - no podrá acceder a él de nuevo."
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr "Administre los miembros del grupo al agregar otro nivel de seguridad con SAML."
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr "Cuando un usuario inicie la sesión en su grupo se reenviará aquí. Esta información, que también se puede denominar, \"SSO Service Location\", \"SAML Token Issuance Endpoint\", o \"SAML 2.0/W-Federation URL\" la puede obtener de su proveedor de identidad."
+msgid "GroupSAML|NameID"
+msgstr "NameID"
+
+msgid "GroupSAML|NameID Format"
+msgstr "Formato NameID"
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr "Respuesta SAML XML"
+
msgid "GroupSAML|SAML Single Sign On"
msgstr "SAML Single Sign On"
@@ -7847,21 +9456,42 @@ msgstr "Para poder habilitar cuentas de grupo administradas, primero debe habili
msgid "GroupSAML|Toggle SAML authentication"
msgstr "Activar la autenticación SAML"
+msgid "GroupSAML|Valid SAML Response"
+msgstr "Respuesta SAML válida"
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr "Con las cuentas administradas de grupo habilitadas, todos los usuarios sin una cuenta administrada de grupo serán excluidos del mismo."
msgid "GroupSAML|Your SCIM token"
msgstr "Tu token SCIM"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr "debe ser \"persistente\""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr "El pipeline Auto DevOps se actualizó para el grupo"
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
-msgstr "Auto DevOps compilará, probará e implementará automáticamente su aplicación en base a una configuración predefinida de integración y entrega continua. %{auto_devops_start}Obtenga más información sobre Auto DevOps%{auto_devops_end}"
-
msgid "GroupSettings|Badges"
msgstr "GroupSettings|Insignias"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr "Tenga cuidado. Cambiar el grupo principal puede tener %{side_effects_link_start}efectos secundarios no intencionados%{side_effects_link_end}."
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr "No se puede actualizar la ruta porque hay proyectos en este grupo que contienen imágenes de Docker en su registro de contenedores. Elimine primero las imágenes de sus proyectos e inténtelo de nuevo."
+
+msgid "GroupSettings|Change group path"
+msgstr "Cambiar la ruta del grupo"
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr "Cambiar la ruta del grupo puede tener efectos secundarios no deseados."
+
msgid "GroupSettings|Custom project templates"
msgstr "Plantillas de proyecto personalizadas"
@@ -7874,6 +9504,12 @@ msgstr "Por defecto, al pipeline de Auto DevOps para todos los proyectos engloba
msgid "GroupSettings|Disable email notifications"
msgstr "Desactivar las notificaciones por correo electrónico"
+msgid "GroupSettings|Disable group mentions"
+msgstr "Desactivar las menciones de grupo"
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr "Si la visibilidad del grupo principal es menor que la visibilidad actual del grupo, los niveles de visibilidad para subgrupos y proyectos se cambiarán para que coincidan con la visibilidad del nuevo grupo principal."
+
msgid "GroupSettings|Learn more about badges."
msgstr "Aprenda más sobre insignias."
@@ -7883,6 +9519,12 @@ msgstr "Más información sobre las plantillas de proyecto a nivel de grupo."
msgid "GroupSettings|New runners registration token has been generated!"
msgstr "¡Se ha generado el token de registro para los nuevos ejecutores!"
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr "La configuración del pipeline se actualizó para el grupo"
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr "Por favor, seleccione una ruta de grupo sin caracteres especiales."
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Prevenir que se comparta un proyecto de %{group} con otros grupos"
@@ -7895,6 +9537,9 @@ msgstr "El pipeline Auto DevOps se ejecutará si no se encuentra ningún archivo
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr "Se ha producido un error al actualizar el pipeline de Auto DevOps: %{error_messages}."
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr "Se ha producido un problema al actualizar la configuración del pipeline: %{error_messages}."
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "Esta configuración aplica a %{ancestor_group} y se ha sobreescrito para este subgrupo."
@@ -7910,9 +9555,24 @@ msgstr "Esta configuración se aplicará a todos los subgrupos a menos que se so
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr "Esta configuración sobrescribirá las preferencias de notificación del usuario para todos los miembros del grupo, los subgrupos y los proyectos."
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr "Transferir grupo"
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr "Sólo puede transferir el grupo a un grupo que administre."
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr "Necesitará actualizar sus repositorios locales para apuntar a la nueva ubicación."
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "No se puede deshabilitar cuando el grupo principal \"Compartir con bloqueo de grupo\" está habilitado, excepto por el propietario del grupo principal"
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr "No se puede cambiar cuando el grupo contiene proyectos con paquetes NPM"
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "eliminar el recurso compartido con bloqueo de grupo desde %{ancestor_group_name}"
@@ -7925,6 +9585,9 @@ msgstr "Grupos: (%{count})"
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "Los grupos también se pueden anidar creando %{subgroup_docs_link_start}subgrupos%{subgroup_docs_link_end}."
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr "Los grupos con acceso a <strong>%{project_name}</strong>"
@@ -7991,9 +9654,15 @@ msgstr "Lo sentimos, no existen grupos ni proyectos que coincidan con su búsque
msgid "GroupsTree|Search by name"
msgstr "Buscar por nombre"
+msgid "Guideline"
+msgstr "Guía"
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr "HTTP básico: Acceso denegado\\nDebe utilizar un token de acceso personal con alcance 'api' para Git a través de HTTP.\\nPuedes generar uno a %{profile_personal_access_tokens_url}"
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr "Ayuda a evitar que los bots realicen ataques de fuerza bruta."
msgid "Helps prevent bots from creating accounts."
msgstr "Ayuda a evitar que los bots creen nuevas cuentas."
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr "Ayuda a reducir el volumen de alertas (por ejemplo, si se crean demasiadas incidencias)"
+
+msgid "Helps reduce request volume for protected paths"
+msgstr "Ayuda a reducir el volumen de solicitudes para rutas protegidas"
+
+msgid "Hi %{username}!"
+msgstr "Hola %{username}!"
+
msgid "Hide archived projects"
msgstr "Ocultar proyectos archivados"
@@ -8071,6 +9749,12 @@ msgstr[1] "Ocultar valores"
msgid "Hide values"
msgstr "Ocultar valores"
+msgid "Hiding all labels"
+msgstr "Ocultar todas las etiquetas"
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr "Mayor número de solicitudes por minuto para cada ruta sin procesar, por defecto, 300. Para deshabilitar esta limitación, establezca en 0."
@@ -8092,9 +9776,6 @@ msgstr "El hook se ha creado correctamente."
msgid "Hook was successfully updated."
msgstr "El hook se actualizó correctamente."
-msgid "Hours"
-msgstr "Horas"
-
msgid "Housekeeping"
msgstr "Mantenimiento"
@@ -8107,12 +9788,18 @@ msgstr "Tareas de mantenimiento, exportación, ruta, transferencia, eliminación
msgid "How it works"
msgstr "Cómo funciona"
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr "Cuántas réplicas tiene cada shard de Elasticsearch."
msgid "How many shards to split the Elasticsearch index over."
msgstr "¿En cuántos shards se puede dividir el índice de Elasticsearch?."
+msgid "How many users will be evaluating the trial?"
+msgstr "¿Cuántos usuarios evaluarán la prueba?"
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "Sin embargo, ya es miembro de este %{member_source}. Inicie sesión con una cuenta diferente para aceptar la invitación."
@@ -8128,8 +9815,8 @@ msgstr "Aceptar los términos de servicio y la política de privacidad"
msgid "I forgot my password"
msgstr "He olvidado mi contraseña"
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
-msgstr "He leído y acepto los términos de servicio de Let's Encrypt %{link_start}%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr "He leído y acepto los Términos de servicio de %{link_end} Let's Encrypt %{link_start}(PDF)"
msgid "I'd like to receive updates via email about GitLab"
msgstr "Me gustaría recibir actualizaciones por correo electrónico sobre GitLab"
@@ -8191,6 +9878,9 @@ msgstr "La restricción de la subred IP solo está permitida en grupos de nivel
msgid "Identifier"
msgstr "Identificador"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "Identidades"
@@ -8206,8 +9896,8 @@ msgstr "Si se marca, las nuevas miembros del grupo y los permisos sólo se puede
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
-msgstr "Si está deshabilitado, solo los administradores podrán configurar mirrors en los proyectos."
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr "Si está deshabilitado, solo los administradores podrán configurar la replicación del repositorio."
msgid "If disabled, the access level will depend on the user's permissions in the project."
msgstr "Si está deshabilitado, el nivel de acceso dependerá de los permisos del usuario en el proyecto."
@@ -8227,12 +9917,30 @@ msgstr "Si esto fue un error puede dejar el %{source_type}."
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr "Si utiliza GitHub, verá los estados del pipeline en GitHub para sus commit y sus pull request. %{more_info_link}"
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr "Si cree que esto puede ser un error, consulte la documentación para la solución de problemas de Geo %{linkStart}%{linkEnd} para obtener más información."
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr "Si cree que esta página es un error, consulte los siguientes enlaces para obtener más información."
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr "Si pierde los códigos de recuperación, puede generar otros nuevos, invalidando todos los códigos anteriores."
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr "Si su repositorio HTTP no es accesible públicamente, añada sus credenciales."
+msgid "Iglu registry URL (optional)"
+msgstr "URL del registro de Iglu (opcional)"
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -8377,9 +10085,15 @@ msgstr "Con el fin de permitir el análisis a nivel de instancia, por favor soli
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr "Con el fin de recopilar datos precisos sobre los datos de uso, es posible que tarde de 1 a 2 semanas en poder ver su índice."
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr "Para personalizar su experiencia con GitLab <br>nos gustaría conocer un poco más sobre usted."
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "En el siguiente paso, podrá seleccionar los proyectos que desea importar."
+msgid "Incident Management Limits"
+msgstr "Límites de gestión de incidentes"
+
msgid "Incidents"
msgstr "Incidentes"
@@ -8428,6 +10142,9 @@ msgstr "Informa a los usuarios que no hayan cargado las claves SSH que no pueden
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr "Puede encontrar información sobre plantillas de Pages adicionales y cómo instalarlas en nuestro %{pages_getting_started_guide}."
+msgid "Inherited:"
+msgstr "Heredado:"
+
msgid "Inline"
msgstr "En línea"
@@ -8458,8 +10175,8 @@ msgstr "Instalar GitLab Runner"
msgid "Install Runner on Kubernetes"
msgstr "Instalar Gitlab Runner en Kubernetes"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
-msgstr "Instale un autenticador de token de software como %{free_otp_link} o Google Authenticator desde su repositorio de aplicaciones y escanee este código QR. Puede obtener más información en la %{help_link_start}Documentación%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
msgid "Install on clusters"
msgstr "Instala en los clústeres"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] "Instancia"
msgstr[1] "Instancias"
-msgid "Instance Statistics"
-msgstr "Estadísticas de la Instancia"
-
msgid "Instance Statistics visibility"
msgstr "Visibilidad de las estadísticas de instancia"
@@ -8517,8 +10231,11 @@ msgstr "Patrón de intervalo"
msgid "Introducing Cycle Analytics"
msgstr "Introducción a Cycle Analytics"
-msgid "Introducing Your Conversational Development Index"
-msgstr "Presentando su índice de desarrollo conversacional"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
+msgstr "Ref de Git no válido"
msgid "Invalid Insights config file detected"
msgstr "Archivo de configuración de Insights no válido detectado"
@@ -8532,6 +10249,9 @@ msgstr "URL no válida"
msgid "Invalid date"
msgstr "Fecha no válida"
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr "El formato de la fecha no es válido. Por favor utilice el formato UTC como YYYY-MM-DD"
+
msgid "Invalid feature"
msgstr "Característica no válida"
@@ -8547,6 +10267,9 @@ msgstr "Parámetros de importación no válidos"
msgid "Invalid input, please avoid emojis"
msgstr "Entrada no válida, por favor, evite los emojis"
+msgid "Invalid login or password"
+msgstr "Nombre de usuario o contraseña no válidos"
+
msgid "Invalid pin code"
msgstr "Código PIN inválido."
@@ -8559,6 +10282,9 @@ msgstr "Ruta del repositorio no válida"
msgid "Invalid server response"
msgstr "Respuesta del servidor no válida"
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr "Código de dos factores no válido."
@@ -8580,6 +10306,15 @@ msgstr "Invitar al miembro"
msgid "Invocations"
msgstr "Ejecuciones"
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr "Está usando el asiento de licencia:"
@@ -8595,15 +10330,24 @@ msgstr "duplicada"
msgid "IssuableStatus|moved"
msgstr "movida"
+msgid "IssuableStatus|promoted"
+msgstr "promocionado"
+
msgid "Issue"
msgstr "Incidencia"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "Tablero de incidencias"
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "Eventos de incidencia"
@@ -8616,6 +10360,9 @@ msgstr "Se ha producido un error al actualizar incidencia"
msgid "Issue was closed by %{name} %{reason}"
msgstr "La incidencia fue cerrada por %{name} %{reason}"
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "Tablero"
@@ -8656,7 +10403,7 @@ msgid "Issues"
msgstr "Incidencias"
msgid "Issues / Merge Requests"
-msgstr ""
+msgstr "Incidencias/Merge requests"
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
msgstr "Las incidencias pueden ser errores, tareas o ideas para ser discutidas. Además, las mismas, pueden ser buscadas y filtradas."
@@ -8664,6 +10411,9 @@ msgstr "Las incidencias pueden ser errores, tareas o ideas para ser discutidas.
msgid "Issues closed"
msgstr "Incidencias cerradas"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr "Incidencias con comentarios, merge requests con diffs y comentarios, etiquetas, hitos, fragmentos de código y otras entidades de proyecto"
@@ -8697,8 +10447,8 @@ msgstr "Para ampliar su búsqueda, cambie o elimine los filtros en la barra de f
msgid "IssuesAnalytics|Total:"
msgstr "Total:"
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
-msgstr ""
+msgid "Issue|Title"
+msgstr "Título"
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
msgstr ""
@@ -8784,8 +10534,14 @@ msgstr "El trabajo no tiene definido el argumento `model_type`."
msgid "Job is stuck. Check runners."
msgstr "El trabajo está bloqueado. Por favor, compruebe los ejecutores."
-msgid "Job traces and artifacts"
-msgstr "Registros de los trabajos y artefactos"
+msgid "Job logs and artifacts"
+msgstr "Registros de las tareas y artefactos"
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
msgid "Job was retried"
msgstr "Se reintentó el trabajo"
@@ -8871,6 +10627,9 @@ msgstr "Jun"
msgid "June"
msgstr "Junio"
+msgid "Key"
+msgstr "Clave"
+
msgid "Key (PEM)"
msgstr "Clave (PEM)"
@@ -8883,6 +10642,9 @@ msgstr "Atajos de teclado"
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr "El API de Kubernetes devolvió el código de estado: %{error_code}"
+
msgid "Kubernetes Cluster"
msgstr "Clúster de Kubernetes"
@@ -8892,8 +10654,8 @@ msgstr "Clúster de Kubernetes"
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "El tiempo de creación del clúster de Kubernetes excede el tiempo de espera; %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "No se ha eliminado la integración del clúster de Kubernetes."
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr "La integración del cluster de Kubernetes y los recursos se están eliminando."
msgid "Kubernetes cluster integration was successfully removed."
msgstr "La integración del clúster de Kubernetes se eliminó correctamente."
@@ -8910,6 +10672,9 @@ msgstr "Despliegue de Kubernetes no encontrado"
msgid "Kubernetes error: %{error_code}"
msgstr "Error de Kubernetes: %{error_code}"
+msgid "Kubernetes popover"
+msgstr "Kubernetes popover"
+
msgid "LDAP"
msgstr "LDAP"
@@ -8999,9 +10764,18 @@ msgstr[1] "Últimos %d días"
msgid "Last %{days} days"
msgstr "Últimos %{days} días"
+msgid "Last Accessed On"
+msgstr "Último acceso el"
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "Último Pipeline"
+msgid "Last Seen"
+msgstr "Visto por última vez"
+
msgid "Last accessed on"
msgstr "Último acceso"
@@ -9026,12 +10800,21 @@ msgstr "Apellido(s)"
msgid "Last reply by"
msgstr "Última respuesta por"
+msgid "Last repository check run"
+msgstr "Última comprobación de repositorio ejecutada"
+
msgid "Last seen"
msgstr "Visto por ùltima vez"
+msgid "Last successful sync"
+msgstr "Última sincronización correcta"
+
msgid "Last successful update"
msgstr "Última actualización con éxito"
+msgid "Last time verified"
+msgstr "Verficado por última vez"
+
msgid "Last update"
msgstr "Última actualización"
@@ -9047,6 +10830,9 @@ msgstr "Utilizado por última vez"
msgid "Last used on:"
msgstr "Utilizado por última vez en:"
+msgid "LastCommit|authored"
+msgstr "Autor"
+
msgid "LastPushEvent|You pushed to"
msgstr "Ha hecho push a"
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr "Aprenda GitLab"
+msgid "Learn More"
+msgstr "Aprenda más"
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "Aprenda como contribuir %{link_start}a las plantillas integradas%{link_end}"
@@ -9080,6 +10869,12 @@ msgstr "Aprenda más sobre Auto DevOps"
msgid "Learn more about Kubernetes"
msgstr "Aprenda más acerca de Kubernetes"
+msgid "Learn more about License-Check"
+msgstr "Obtenga más información sobre la verificación de licencias"
+
+msgid "Learn more about Vulnerability-Check"
+msgstr "Más información sobre la revisión de vulnerabilidades"
+
msgid "Learn more about Web Terminal"
msgstr "Aprenda más sobre la Terminal Web"
@@ -9104,9 +10899,6 @@ msgstr "Más información sobre los commits firmados"
msgid "Learn more about the dependency list"
msgstr "Obtenga más información sobre la lista de dependencias"
-msgid "Learn more about vulnerability check"
-msgstr "Obtenga más información sobre la comprobación de vulnerabilidades"
-
msgid "Learn more in the"
msgstr "Más información en la"
@@ -9116,6 +10908,12 @@ msgstr "documentación sobre la programación de pipelines"
msgid "Leave"
msgstr "Abandonar"
+msgid "Leave Admin Mode"
+msgstr "Salir del modo administrador"
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "¿Desea salir del modo de edición? Se perderán todos los cambios no guardados."
@@ -9140,6 +10938,9 @@ msgstr "Licencia"
msgid "License Compliance"
msgstr "License Compliance"
+msgid "License-Check"
+msgstr "Comprobación de licencia"
+
msgid "LicenseCompliance|Add a license"
msgstr "Agregar una licencia"
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] "License Compliance detectó %d licencia solo para la rama origen"
msgstr[1] "License Compliance detectó %d licencias solo para la rama origen"
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] "License Compliance detectó %d licencia solo para la rama; se require aprobación"
+msgstr[1] "License Compliance detectó %d licencias solo para la rama; se require aprobación"
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] "License Compliance detectó %d licencia nueva"
msgstr[1] "License Compliance detectó %d licencias nuevas"
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] "License Compliance detectó %d nueva licencia; se require aprobación"
+msgstr[1] "License Compliance detectó %d nuevas licencias; se require aprobación"
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr "License Compliance no ha detectado licencias para la rama origen"
@@ -9240,6 +11051,57 @@ msgstr "Licenciado a"
msgid "Licenses"
msgstr "Licencias"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr "%{remainingComponentsCount} más"
+
+msgid "Licenses|Component"
+msgstr "Componente"
+
+msgid "Licenses|Components"
+msgstr "Componentes"
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr "Obtenga más información sobre el cumplimiento de licencias"
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr "Nombre"
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr "La lista de licencias detalla información acerca de las licencias utilizadas dentro de su proyecto."
+
+msgid "Licenses|View license details for your project"
+msgstr "Ver los detalles de la licencia para su proyecto"
+
+msgid "License|Buy license"
+msgstr "Comprar licencia"
+
+msgid "License|License"
+msgstr "Licencia"
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr "Puede restaurar el acceso a las características Gold en cualquier momento haciendo una actualización."
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr "Puede comenzar una prueba gratuita de GitLab Ultimate sin ningún tipo de obligación ni necesidad de datos de pago."
+
+msgid "License|You do not have a license."
+msgstr "No tiene licencia."
+
+msgid "License|Your License"
+msgstr "Su licencia"
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr "Su periodo de prueba gratuito de GitLab Ultimate finalizó el %{trial_ends_on}."
+
msgid "Limit display of time tracking units to hours."
msgstr "Limitar la visualización de las unidades de seguimiento de tiempo a horas."
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] "Limitado a mostrar %d evento como máximo"
msgstr[1] "Limitado a mostrar %d eventos como máximo"
-msgid "Link copied to clipboard"
-msgstr "Enlace copiado al portapapeles"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
+msgstr "Enlace copiado"
msgid "Linked emails (%{email_count})"
msgstr "Correos electrónicos vinculados (%{email_count})"
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "Lista"
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr "Mostrar sus repositorios de Gitea"
@@ -9290,12 +11164,18 @@ msgstr "Vista previa"
msgid "Loading contribution stats for group members"
msgstr "Cargando las estadísticas de las colaboraciones de los miembros del grupo"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr "Cargando archivos, directorios y submódulos en la ruta %{path} para la referencia del commit %{ref}"
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr "Se agotó el tiempo de espera al cargar las funciones. Por favor, vuelva a cargar la página e inténtelo de nuevo."
msgid "Loading issues"
msgstr "Cargando incidencias"
+msgid "Loading snippet"
+msgstr "Cargando fragmento de código"
+
msgid "Loading the GitLab IDE..."
msgstr "Cargando el IDE de GitLab..."
@@ -9359,6 +11239,18 @@ msgstr "El logotipo se ha eliminado correctamente."
msgid "Logs"
msgstr "Logs"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr "Hay vulnerabilidades bajas presentes"
+
+msgid "MB"
+msgstr "MB"
+
+msgid "MD5"
+msgstr "MD5"
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr "Asegúrese de haber iniciado sesión en la cuenta que posee los proyecto
msgid "Makes this issue confidential."
msgstr "Convierte la incidencia en confidencial."
+msgid "Malformed string"
+msgstr "Cadena mal formada"
+
msgid "Manage"
msgstr "Administrar"
@@ -9534,13 +11429,13 @@ msgid "MattermostService|Request method"
msgstr ""
msgid "MattermostService|Response icon"
-msgstr ""
+msgstr "Icono de respuesta"
msgid "MattermostService|Response username"
-msgstr ""
+msgstr "Nombre de usuario de respuesta"
msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
-msgstr ""
+msgstr "Vea la lista de comandos disponibles en Mattermost después de configurar este servicio, introduciendo"
msgid "MattermostService|Suggestions:"
msgstr "Sugerencias:"
@@ -9557,6 +11452,9 @@ msgstr "Nivel de acceso máximo"
msgid "Max seats used"
msgstr "Máximo de puestos utilizados"
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr "Tamaño máximo de los artefactos (MB)"
@@ -9575,6 +11473,15 @@ msgstr "Tiempo de espera máximo para el trabajo"
msgid "Maximum job timeout has a value which could not be accepted"
msgstr "El tiempo de espera máximo para los trabajos tiene un valor que no puede ser aceptado"
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr "Número máximo de %{name} (%{count}) excedido"
+
+msgid "Maximum number of comments exceeded"
+msgstr "Número máximo de comentarios excedido"
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr "Número máximo de réplicas que se pueden sincronizar al mismo tiempo."
@@ -9587,9 +11494,15 @@ msgstr "El tiempo máximo entre las actualizaciones que puede esperar una répli
msgid "May"
msgstr "Mayo"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Mediana"
+msgid "Medium vulnerabilities present"
+msgstr "Vulnerabilidades de tipo medio presentes"
+
msgid "Member lock"
msgstr "Bloqueo de miembros"
@@ -9606,10 +11519,16 @@ msgid "Members of <strong>%{project_name}</strong>"
msgstr "Miembros de <strong>%{project_name}</strong>"
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
+msgstr "Miembros con acceso a %{strong_start}%{group_name}%{strong_end}"
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
+msgstr "Miembros pendientes de acceso a %{strong_start}%{group_name}%{strong_end}"
+
+msgid "Memory Usage"
+msgstr "Uso de memoria"
+
+msgid "Memory limit exceeded while rendering template"
+msgstr "Se ha superado el límite de memoria al procesar la plantilla"
msgid "Merge"
msgstr "Merge"
@@ -9629,6 +11548,9 @@ msgstr "Merge requests"
msgid "Merge Requests created"
msgstr "Solicitudes de merge creadas"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr "Mensaje del merge commit"
@@ -9641,6 +11563,9 @@ msgstr "Realizar merge inmediatamente"
msgid "Merge in progress"
msgstr "Merge en progreso"
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "Merge request"
@@ -9653,6 +11578,9 @@ msgstr "Aprobar los merge request"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr "Las autorizaciones de los merge request le permiten establecer el número de autorizaciones necesarias y predefinir una lista de usuarios autorizadores que deben autorizar cada merge request en un proyecto."
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "Merge requests"
@@ -9746,15 +11674,12 @@ msgstr "Hilo iniciado en %{linkStart} en una antigua versión del diff %{linkEnd
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr "Hilo iniciado en %{linkStart} del diff %{linkEnd}"
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}cambió la descripción %{descriptionChangedTimes} veces %{timeDifferenceMinutes}%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "Mensajes"
@@ -9818,9 +11746,15 @@ msgstr "Métricas para el entorno"
msgid "Metrics|Add metric"
msgstr "Añadir métrica"
+msgid "Metrics|Avg"
+msgstr "Avg"
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Consulte la documentación de CI/CD sobre la implementación en un entorno"
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Crear métrica"
@@ -9830,6 +11764,15 @@ msgstr "Eliminar métrica"
msgid "Metrics|Delete metric?"
msgstr "¿Eliminar métrica?"
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "Editar métrica"
@@ -9842,21 +11785,21 @@ msgstr "Para agrupar métricas similares"
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr "Etiqueta del eje Y (normalmente la unidad). El eje X siempre representa el tiempo."
-msgid "Metrics|Learn about environments"
-msgstr "Aprenda sobre los entornos"
-
msgid "Metrics|Legend label (optional)"
msgstr "Leyenda de la etiqueta (opcional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr "Max"
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Debe ser una consulta PromQL válida."
msgid "Metrics|New metric"
msgstr "Nueva métrica"
-msgid "Metrics|No deployed environments"
-msgstr "No hay entornos desplegados"
-
msgid "Metrics|PromQL query is valid"
msgstr "La consulta PromQL es válida"
@@ -9866,9 +11809,18 @@ msgstr "Documentción sobre las consultas de Prometheus"
msgid "Metrics|Show last"
msgstr "Mostrar último"
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr "Se ha producido un error al recuperar los datos de los distintos entornos, por favor inténtelo de nuevo"
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr "Se ha producido un error al obtener información sobre los despliegues."
@@ -9881,10 +11833,10 @@ msgstr "Se ha producido un error al intentar validar su consulta"
msgid "Metrics|There was an error while retrieving metrics"
msgstr "Se ha producido un error al obtener las métricas"
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
-msgstr "Se ha producido una respuesta inesperada de los datos de las métricas desde el endpoint de Prometheus"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr "Se ha producido una respuesta inesperada de los datos de las métricas desde el endpoint de Prometheus"
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr "Utilizado como título para el gráfico"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr "Se utiliza si la consulta devuelve una sola serie. Si devuelve varias series, la leyenda de sus etiquetas sera seleccionada de la respuesta."
+msgid "Metrics|Validating query"
+msgstr "Validando consulta"
+
msgid "Metrics|Y-axis label"
msgstr "Etiqueta del eje Y"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr "Está a punto de eliminar permanentemente esta métrica. Esta acción no se puede deshacer."
@@ -9917,6 +11875,9 @@ msgstr "por ejemplo, tasa (http_requests_total[5m])"
msgid "Metrics|e.g. req/sec"
msgstr "por ejemplo, req/seg."
+msgid "Microsoft Azure"
+msgstr "Microsoft Azure"
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr "Migrados %{success_count}/%{total_count} archivos."
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr "Migración correcta."
msgid "Milestone"
-msgstr "Hito"
+msgid_plural "Milestones"
+msgstr[0] "Hito"
+msgstr[1] "Hitos"
msgid "Milestone lists not available with your current license"
msgstr "Las listas de hitos no están disponibles con tu licencia actual"
@@ -9974,6 +11937,9 @@ msgstr "La longitud mínima es de %{minimum_password_length} caracteres"
msgid "Minimum length is %{minimum_password_length} characters."
msgstr "La longitud mínima es de %{minimum_password_length} caracteres."
+msgid "Minimum password length (number of characters)"
+msgstr "Longitud mínima de la contraseña (número de caracteres)"
+
msgid "Minutes"
msgstr "Minutos"
@@ -9986,6 +11952,9 @@ msgstr "Replicar repositorio"
msgid "Mirror user"
msgstr "Replicar usuario"
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr "Repositorios replicados"
@@ -10052,12 +12021,18 @@ msgstr "Más comandos de Slack"
msgid "More actions"
msgstr "Más acciones"
+msgid "More details"
+msgstr "Más detalles"
+
msgid "More info"
msgstr "Más información"
msgid "More information"
msgstr "Más información"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "Hay más información disponible | aquí"
@@ -10115,6 +12090,9 @@ msgstr "Se encontraron varios tipos de modelo: %{model_types}"
msgid "Multiple uploaders found: %{uploader_types}"
msgstr "Se encontraron varios tipos de cargadores: %{uploader_types}"
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "Nombre"
@@ -10130,6 +12108,9 @@ msgstr "Nombre su clave individual mediante un título"
msgid "Name:"
msgstr "Nombre:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr "Espacios de nombres a indexar"
@@ -10139,6 +12120,9 @@ msgstr "Nombres, temas, avatar"
msgid "Naming, visibility"
msgstr "Nomenclatura, visibilidad"
+msgid "Navigate to the project to close the milestone."
+msgstr "Desplácese hasta el proyecto para cerrar el hito."
+
msgid "Nav|Help"
msgstr "Ayuda"
@@ -10169,9 +12153,15 @@ msgstr "Nueva aplicación"
msgid "New Environment"
msgstr "Nuevo entorno"
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "Nuevo grupo"
+msgid "New Group Name"
+msgstr "Nuevo nombre del grupo"
+
msgid "New Identity"
msgstr "Nueva Identidad"
@@ -10207,6 +12197,9 @@ msgstr "Nueva rama"
msgid "New branch unavailable"
msgstr "Nueva rama no disponible"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr "Se añadieron nuevos cambios. %{linkStart}Recargue la página para revisarlos%{linkEnd}"
+
msgid "New deploy key"
msgstr "Nueva clave de despliegue"
@@ -10237,6 +12230,9 @@ msgstr "Nueva identidad"
msgid "New issue"
msgstr "Nueva incidencia"
+msgid "New issue title"
+msgstr "Nuevo título de la incidencia"
+
msgid "New label"
msgstr "Nueva etiqueta"
@@ -10303,6 +12299,9 @@ msgstr "Sin %{header} para esta solicitud."
msgid "No %{providerTitle} repositories found"
msgstr "No se han encontrado repositorios de %{providerTitle}"
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr "No hay tarea épica"
@@ -10312,6 +12311,9 @@ msgstr "Sin etiqueta"
msgid "No Milestone"
msgstr "Sin hito"
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr "Sin etiquetas"
@@ -10357,15 +12359,18 @@ msgstr "No se han encontrado datos"
msgid "No data to display"
msgstr "No hay ningún dato para mostrar"
+msgid "No deployment platform available"
+msgstr "No hay ninguna plataforma de despliegue disponible"
+
msgid "No deployments found"
msgstr "No se han encontrado despliegues"
-msgid "No details available"
-msgstr "No hay detalles disponibles"
-
msgid "No due date"
msgstr "Sin fecha límite"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr "No hay errores para mostrar."
@@ -10375,6 +12380,9 @@ msgstr "Sin estimación o tiempo gastado"
msgid "No file chosen"
msgstr "No se ha seleccionado nignun archivo"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr "No ha seleccionado ningún archivo"
@@ -10384,17 +12392,14 @@ msgstr "No hay archivos"
msgid "No files found."
msgstr "No se han encontrado archivos."
-msgid "No forks available to you."
-msgstr "No hay forks disponibles."
-
-msgid "No issues for the selected time period."
-msgstr "No hay incidencias para el período de tiempo seleccionado."
+msgid "No forks are available to you."
+msgstr ""
-msgid "No job trace"
-msgstr "No hay registro de trabajo"
+msgid "No job log"
+msgstr "No hay registro de tareas"
msgid "No jobs to show"
-msgstr ""
+msgstr "No hay trabajos para mostrar"
msgid "No labels with such name or description"
msgstr "No hay etiquetas con ese nombre o descripción"
@@ -10408,9 +12413,6 @@ msgstr "No se encontraron licencias."
msgid "No matching results"
msgstr "No se han encontrado resultados"
-msgid "No merge requests for the selected time period."
-msgstr "No hay solicitudes de merge request para el período de tiempo seleccionado."
-
msgid "No merge requests found"
msgstr "No se han encontrado merge requests"
@@ -10426,18 +12428,18 @@ msgstr "No hay otras etiquetas con ese nombre o descripción"
msgid "No parent group"
msgstr "Ningún grupo padre"
+msgid "No pods available"
+msgstr "No hay pods disponibles"
+
msgid "No preview for this file type"
msgstr "No hay vista previa para este tipo de archivo"
-msgid "No prioritised labels with such name or description"
-msgstr "No hay etiquetas priorizadas con ese nombre o descripción"
+msgid "No prioritized labels with such name or description"
+msgstr ""
msgid "No public groups"
msgstr "No hay grupos públicos"
-msgid "No pushes for the selected time period."
-msgstr "No hay pushes para el período de tiempo seleccionado."
-
msgid "No repository"
msgstr "No hay repositorio"
@@ -10462,6 +12464,21 @@ msgstr "Ninguna plantilla"
msgid "No value set by top-level parent group."
msgstr "Ningún valor establecido por el grupo principal de nivel superior."
+msgid "No vulnerabilities found for this group"
+msgstr "No se han encontrado vulnerabilidades para este grupo"
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr "No se han encontrado vulnerabilidades para este pipeline"
+
+msgid "No vulnerabilities found for this project"
+msgstr "No se han encontrado vulnerabilidades para este proyecto"
+
+msgid "No vulnerabilities present"
+msgstr "No se han encontrado vulnerabilidades"
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr "No, importe directamente las direcciones de correo electrónico y los nombres de usuario existentes."
@@ -10483,6 +12500,9 @@ msgstr "Nodos"
msgid "None"
msgstr "Ninguno"
+msgid "Not Implemented"
+msgstr "¡No se ha implementado!"
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr "Todavía no se han procesado todos los datos, la precisión del gráfico para el período de tiempo seleccionado es limitada."
@@ -10534,9 +12554,6 @@ msgstr "Nota: Considere preguntarle a su administrador de GitLab que configure %
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "Nota: Considere pedirle a su administrador de GitLab que configure %{github_integration_link}, que le permitirá el inicio de sesión a través de GitHub y le permitirá la conexión de repositorios sin la necesidad de generar un token de acceso personal."
-msgid "Note: the container registry is always visible when a project is public"
-msgstr "Nota: Cuando un proyecto es público, el registro de contenedores siempre es visible"
-
msgid "NoteForm|Note"
msgstr "Nota"
@@ -10597,6 +12614,9 @@ msgstr "Nueva solicitud de fusión"
msgid "NotificationEvent|New note"
msgstr "Nueva nota"
+msgid "NotificationEvent|New release"
+msgstr "Nueva versión"
+
msgid "NotificationEvent|Reassign issue"
msgstr "Reasignar incidencia"
@@ -10648,6 +12668,9 @@ msgstr "Nov"
msgid "November"
msgstr "Noviembre"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr "Número de réplicas de Elasticsearch"
@@ -10657,9 +12680,21 @@ msgstr "Número de shards de Elasticsearch"
msgid "Number of LOCs per commit"
msgstr "Número de LOCs por commit"
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr "Número de cambios (ramas o etiquetas) en un solo push para determinar si se activarán o no los webhooks y servicios. Los webhooks y servicios no se enviarán si sobrepasa ese valor."
+
+msgid "Number of commits"
+msgstr "Número de commits"
+
msgid "Number of commits per MR"
msgstr "Número de commits por MR"
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr "Número de archivos tocados"
@@ -10687,6 +12722,9 @@ msgstr "Adelante"
msgid "OmniAuth"
msgstr "OmniAuth"
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr "Primeros pasos"
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr "Una vez que el archivo exportado esté preparado, recibirá una notificación por correo electrónico con un enlace para su descarga, también puede descargarlo desde esta página."
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] "Un elemento más"
@@ -10707,6 +12748,9 @@ msgstr[1] "%d elementos más"
msgid "One or more groups that you don't have access to."
msgstr "Uno o más grupos a los que no tiene acceso."
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr "No ha sido posible importar uno o más de sus proyectos de Bitbucket a GitLab porque utilizan Subversion o Mercurial como sistema de control de versiones, en lugar de Git."
@@ -10716,10 +12760,16 @@ msgstr "No se ha sido posible importar uno o más de sus proyectos de Google Cod
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr "Uno o más de sus archivos de dependencias no son compatibles, y la lista de dependencias puede estar incompleta. A continuación se muestra una lista de los tipos de archivos compatibles."
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
+msgstr "Sólo miembros del proyecto"
+
+msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
msgid "Only admins"
@@ -10743,9 +12793,6 @@ msgstr "Sólo los miembros de proyecto pueden comentar."
msgid "Only project members will be imported. Group members will be skipped."
msgstr "Solo se importarán los miembros del proyecto. Los miembros del grupo se omitirán."
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr "Sólo se soportan estas extensiones: %{extension_list}"
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr "Abrir barra lateral"
msgid "Open source software to collaborate on code"
msgstr "Software de código abierto para colaborar en el código"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr "Abierto: %{open} • Cerrado: %{closed}"
+
msgid "Opened"
msgstr "Abierto"
@@ -10839,6 +12889,9 @@ msgstr "El panel de control de operaciones proporciona un resumen del estado ope
msgid "Optional"
msgstr "Opcional"
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr "Opcionalmente, puede %{link_to_customize} cómo se importan en Gitlab las direcciones de correo y los nombres de usuario de FogBugz."
@@ -10851,6 +12904,9 @@ msgstr "Opciones"
msgid "Or you can choose one of the suggested colors below"
msgstr "O puede seleccionar alguno de los colores sugeridos a continuación"
+msgid "Origin"
+msgstr "Origin"
+
msgid "Other Labels"
msgstr "Otras etiquetas"
@@ -10861,10 +12917,7 @@ msgid "Other merge requests block this MR"
msgstr "Otras merge request bloquean este MR"
msgid "Other visibility settings have been disabled by the administrator."
-msgstr ""
-
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr "Nuestra política de privacidad ha cambiado, por favor visite %{privacy_policy_link} para revisar los cambios."
+msgstr "Otros ajustes de visibilidad han sido desactivados por el administrador."
msgid "Outbound requests"
msgstr "Peticiones salientes"
@@ -10884,24 +12937,111 @@ msgstr "De mi propiedad"
msgid "Owner"
msgstr "Propietario"
+msgid "Package deleted successfully"
+msgstr "Paquete eliminado correctamente"
+
msgid "Package information"
msgstr "Información del paquete"
msgid "Package was removed"
msgstr "El paquete ha sido eliminado"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr "Copiar Maven XML"
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr "Copiar comando Maven"
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr "Copiar comando npm"
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr "Copiar comando de configuración de npm"
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr "Copiar comando yarn"
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr "Copiar comando de configuración de yarn"
+
msgid "PackageRegistry|Delete Package Version"
msgstr "Eliminar la versión del paquete"
+msgid "PackageRegistry|Delete package"
+msgstr "Eliminar paquete"
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr "Para más información sobre el registro de Maven, %{linkStart}vea la documentación%{linkEnd}."
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr "Si aún no lo ha hecho, debe añadir lo siguiente a su archivo %{codeStart}pom.xml%{codeEnd}."
+
+msgid "PackageRegistry|Installation"
+msgstr "Instalación"
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr "Aprenda a %{noPackagesLinkStart}publicar y compartir sus paquetes%{noPackagesLinkEnd} con GitLab."
+
+msgid "PackageRegistry|Maven Command"
+msgstr "Comando Maven"
+
+msgid "PackageRegistry|Maven XML"
+msgstr "Maven XML"
+
+msgid "PackageRegistry|Package installation"
+msgstr "Instalación de paquetes"
+
+msgid "PackageRegistry|Registry Setup"
+msgstr "Configuración del registro"
+
+msgid "PackageRegistry|Remove package"
+msgstr "Eliminar paquete"
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr "Todavía no hay paquetes"
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr "Se ha producido un error al obtener los detalles de este paquete."
msgid "PackageRegistry|Unable to load package"
msgstr "Se ha producido un error al cargar el paquete"
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr "Está a punto de eliminar <b>%{packageName}</b>, esta operación es irreversible, ¿está seguro?"
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
+msgstr "Está a punto de eliminar la versión %{boldStart}%{version}%{boldEnd} de %{boldStart}%{name}%{boldEnd}. ¿Está seguro?"
+
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
msgstr ""
+msgid "PackageRegistry|npm"
+msgstr "npm"
+
+msgid "PackageRegistry|yarn"
+msgstr "yarn"
+
msgid "Packages"
msgstr "Paquetes"
@@ -10917,9 +13057,6 @@ msgstr "Páginas"
msgid "Pages Domain"
msgstr "Dominio de Pages"
-msgid "Pages Domains"
-msgstr "Dominios de Pages"
-
msgid "Pages getting started guide"
msgstr "Guía de inicio de Pages"
@@ -10950,15 +13087,36 @@ msgstr "‹ Anterior"
msgid "Parameter"
msgstr "Parámetro"
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr "La tarea épica principal no existe."
+
+msgid "Parent epic is not present."
+msgstr "La tarea épica principal no está presente."
+
msgid "Part of merge request changes"
msgstr "Parte de los cambios de los merge requests"
+msgid "Participants"
+msgstr "Participantes"
+
+msgid "Passed"
+msgstr "Pasado"
+
msgid "Password"
msgstr "Contraseña"
msgid "Password (optional)"
msgstr "Contraseña (opcional)"
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr "La autenticación con contraseña no está disponible."
@@ -10974,6 +13132,9 @@ msgstr "La contraseña se actualizó correctamente. Por favor, inicie la sesión
msgid "Past due"
msgstr "Vencido"
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr "Pegue aquí la clave pública de la máquina. Obtenga más información acerca de cómo generarla %{link_start}aquí%{link_end}"
@@ -10995,6 +13156,9 @@ msgstr "Ruta, transferir, eliminar"
msgid "Path:"
msgstr "Ruta:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "Pausar"
@@ -11022,6 +13186,12 @@ msgstr "Realice operaciones comunes en el proyecto GitLab"
msgid "Performance optimization"
msgstr "Optimización del rendimiento"
+msgid "PerformanceBar|Download"
+msgstr "Descargar"
+
+msgid "PerformanceBar|Frontend resources"
+msgstr "Recursos de Frontend"
+
msgid "PerformanceBar|Gitaly calls"
msgstr "Llamadas a Gitaly"
@@ -11091,6 +13261,9 @@ msgstr "Cuota de minutos del pipeline"
msgid "Pipeline quota"
msgstr "Cuota de pipelines"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr "Disparadores de los triggers"
@@ -11169,7 +13342,7 @@ msgstr "Pipelines de la semana pasada"
msgid "Pipelines for last year"
msgstr "Pipelines del año pasado"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr "Construir con confianza"
msgid "Pipelines|CI Lint"
msgstr "CI Lint"
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr "Limpiar la caché de los runners"
@@ -11226,9 +13402,15 @@ msgstr "Actualmente no hay pipelines."
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr "Se ha producido un error al obtener los pipelines. Por favor, inténtelo de nuevo en unos momentos o contacte con su equipo de soporte."
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "Este proyecto no está configurado para ejecutar pipelines."
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr "Commit"
@@ -11338,7 +13520,7 @@ msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "Por favor %{link_to_register} o %{link_to_sign_in} para comentar"
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
-msgstr ""
+msgstr "Por favor, %{startTagRegister}regístrese%{endRegisterTag} o %{startTagSignIn}inicie sesión%{endSignInTag} para contestar"
msgid "Please accept the Terms of Service before continuing."
msgstr "Por favor, acepte los términos del servicio antes de continuar."
@@ -11358,8 +13540,8 @@ msgstr "Por favor, compruebe el archivo de configuración para asegurarse de que
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr "Por favor, compruebe el archivo de configuración para asegurarse de que está disponible y que el fichero YAML es válido"
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
-msgstr ""
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr "Por favor revise su correo electrónico (%{email}) para verificar que es el propietario de esta dirección y desbloquear la potencia de CI/CD. ¿No lo ha recibido? %{resend_link}. ¿Ha utilizado una dirección de correo electrónico incorrecta? %{update_link}."
msgid "Please choose a group URL with no special characters."
msgstr "Por favor, elija una URL de grupo sin caracteres especiales."
@@ -11409,9 +13591,18 @@ msgstr "Por favor, proporcione un nombre"
msgid "Please provide a valid email address."
msgstr "Por favor proporcione una dirección de correo electrónico válida."
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr "Por favor, consulte <a href=\"%{docs_url}\">%{docs_url}</a>"
+
msgid "Please retype the email address."
msgstr "Por favor, vuelva a introducir la dirección de correo electrónico."
+msgid "Please select"
+msgstr "Por favor, seleccione"
+
+msgid "Please select a country"
+msgstr "Por favor, seleccione un país"
+
msgid "Please select a file"
msgstr "Por favor, seleccione un archivo"
@@ -11433,6 +13624,9 @@ msgstr "Por favor resuelva el reCAPTCHA"
msgid "Please try again"
msgstr "Por favor inténtelo de nuevo"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr "Por favor, escriba %{phrase_code} para continuar o cierre esta ventana modal para cancelar."
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr "Por favor, actualice PostgreSQL a la versión 9.6 o superior. No es posible determinar el estado de la replicación de manera fiable con la versión instalada actualmente."
@@ -11448,6 +13642,12 @@ msgstr "Por favor espere mientras nos conectamos a su repositorio."
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "Por favor espere mientras importamos el repositorio por usted."
+msgid "Pod logs"
+msgstr "Logs de los pods"
+
+msgid "Pod not found"
+msgstr "Pod no encontrado"
+
msgid "Pods in use"
msgstr "Pods en uso"
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr "Seleccione que contenido desea ver en la página de resumen de un proyecto."
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "Personalice la apariencia del encabezado de la aplicación y la barra de navegación lateral."
@@ -11475,9 +13678,15 @@ msgstr "Panel de control por defecto"
msgid "Preferences|Display time in 24-hour format"
msgstr "Mostrar tiempo en formato 24 horas"
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr "Por ejemplo: hace 30 minutos."
+msgid "Preferences|Integrations"
+msgstr "Integraciones"
+
msgid "Preferences|Layout width"
msgstr "Ancho de diseño"
@@ -11487,8 +13696,14 @@ msgstr "Tema de navegación"
msgid "Preferences|Project overview content"
msgstr "Resumen del contenido del proyecto"
-msgid "Preferences|Show whitespace in diffs"
-msgstr "Mostrar espacios en blanco en los diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
+msgstr ""
msgid "Preferences|Syntax highlighting theme"
msgstr "Tema del resaltado de la sintaxis"
@@ -11520,9 +13735,6 @@ msgstr "Utilizar tiempos relativos"
msgid "Press %{key}-C to copy"
msgstr "Presione %{key}-C para copiar"
-msgid "Press Enter or click to search"
-msgstr "Presione Enter o haga clic para buscar"
-
msgid "Prevent adding new members to project membership within this group"
msgstr "Impedir que se añadan nuevos miembros al proyecto dentro de este grupo"
@@ -11532,6 +13744,12 @@ msgstr "Impedir la aprobación de merge request por el autor del merge request"
msgid "Prevent approval of merge requests by merge request committers"
msgstr "Impedir la aprobación de merge request por colaboradores del merge request"
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "Vista previa"
@@ -11595,15 +13813,48 @@ msgstr "Análisis de productividad"
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr "Las analíticas de productividad pueden ayudarle a identificar los problemas que retrasan a su equipo"
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr "Ascendente"
+msgid "ProductivityAnalytics|Days"
+msgstr "Días"
+
msgid "ProductivityAnalytics|Days to merge"
msgstr "Días para fusionar"
msgid "ProductivityAnalytics|Descending"
msgstr "Descendente"
+msgid "ProductivityAnalytics|Hours"
+msgstr "Horas"
+
+msgid "ProductivityAnalytics|List"
+msgstr "Lista"
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr "Merge Requests"
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Perfil"
@@ -11797,11 +14048,14 @@ msgid "Profiles|Some options are unavailable for LDAP accounts"
msgstr "Algunas opciones no están disponibles para cuentas LDAP"
msgid "Profiles|Static object token was successfully reset"
-msgstr ""
+msgstr "Se ha restablecido correctamente el token de objeto estático"
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr "Cuéntenos más sobre usted en menos de 250 caracteres"
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "El tamaño máximo de archivo permitido es 200KB."
@@ -11943,6 +14197,9 @@ msgstr "Se está importando el proyecto '%{project_name}'."
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "El proyecto '%{project_name}' está en proceso de ser eliminado."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Proyecto ‘%{project_name}’ en cola para eliminación."
@@ -11952,12 +14209,21 @@ msgstr "Proyecto ‘%{project_name}’ fue creado satisfactoriamente."
msgid "Project '%{project_name}' was successfully updated."
msgstr "Proyecto ‘%{project_name}’ fue actualizado satisfactoriamente."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "Insignias de proyecto"
msgid "Project Files"
msgstr "Archivos del proyecto"
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr "ID de proyecto"
@@ -11967,8 +14233,8 @@ msgstr "URL del proyecto"
msgid "Project access must be granted explicitly to each user."
msgstr "El acceso al proyecto debe concederse explícitamente a cada usuario."
-msgid "Project already created"
-msgstr "El proyecto ya existe"
+msgid "Project already deleted"
+msgstr "Proyecto ya eliminado"
msgid "Project and wiki repositories"
msgstr "Repositorios de proyecto y wiki"
@@ -11988,6 +14254,9 @@ msgstr "Descripción del proyecto (opcional)"
msgid "Project details"
msgstr "Detalles del Proyecto"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr "El proyecto no existe o no tiene permiso para realizar esta acción"
+
msgid "Project export could not be deleted."
msgstr "No se pudo eliminar la exportación del proyecto."
@@ -12012,6 +14281,21 @@ msgstr "Miembros del proyecto"
msgid "Project name"
msgstr "Nombre del proyecto"
+msgid "Project order will not be saved as local storage is not available."
+msgstr "El orden del proyecto no se guardará ya que el almacenamiento local no está disponible."
+
+msgid "Project overview"
+msgstr "Resumen del proyecto"
+
+msgid "Project path"
+msgstr "Ruta del proyecto"
+
+msgid "Project security status"
+msgstr "Estado de la seguridad del proyecto"
+
+msgid "Project security status help page"
+msgstr "Página de ayuda sobre el estado de la seguridad del proyecto"
+
msgid "Project slug"
msgstr "Slug del proyecto"
@@ -12093,6 +14377,12 @@ msgstr "%{service_title}: estado desactivado"
msgid "ProjectService|%{service_title}: status on"
msgstr "%{service_title}: estado activado"
+msgid "ProjectService|Comment"
+msgstr "Comentar"
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr "El comentario se publicará en cada evento"
+
msgid "ProjectService|Integrations"
msgstr "Integraciones"
@@ -12126,27 +14416,57 @@ msgstr "Opciones adicionales de los merge request que influyen cómo y cuándo s
msgid "ProjectSettings|All discussions must be resolved"
msgstr "Todas las discusiones deben ser resueltas"
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr "Permitir a los usuarios solicitar acceso"
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr "Insignias"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr "Construir, probar e implementar sus cambios"
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "Póngase en contacto con el administrador para cambiar esta configuración."
+msgid "ProjectSettings|Container registry"
+msgstr "Registro de contenedores"
+
msgid "ProjectSettings|Customize your project badges."
msgstr "Personalice las insignias de su proyecto."
+msgid "ProjectSettings|Disable email notifications"
+msgstr "Desactivar notificaciones por correo electrónico"
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr "Todo merge crea un merge commit"
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr "Cada proyecto puede tener su propio espacio para almacenar sus imágenes Docker"
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr "Cada proyecto puede tener su propio espacio para almacenar sus paquetes"
+
+msgid "ProjectSettings|Everyone"
+msgstr "Todos"
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr "¡Se ha producido un error al proteger la etiqueta!"
@@ -12159,9 +14479,27 @@ msgstr "Fast-forward merge"
msgid "ProjectSettings|Fast-forward merges only"
msgstr "Solo fast-forward merges"
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr "Interno"
+
+msgid "ProjectSettings|Issues"
+msgstr "Incidencias"
+
msgid "ProjectSettings|Learn more about badges."
msgstr "Más información sobre insignias."
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr "Comprobaciones de Merge"
@@ -12180,21 +14518,69 @@ msgstr "Opciones de Merge"
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr "No se han creado merge commits"
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr "Nota: el registro de contenedores siempre es visible cuando el proyecto es público"
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "Solo se pueden enviar commits firmados a este repositorio."
+msgid "ProjectSettings|Packages"
+msgstr "Paquetes"
+
+msgid "ProjectSettings|Pages"
+msgstr "Páginas"
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr "Pages para la documentación del proyecto"
+
+msgid "ProjectSettings|Pipelines"
+msgstr "Pipelines"
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr "La ejecución debe finalizar correctamente"
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr "Se deben configurar los pipelines para habilitar esta característica."
+msgid "ProjectSettings|Private"
+msgstr "Privado"
+
+msgid "ProjectSettings|Project visibility"
+msgstr "Visibilidad del proyecto"
+
+msgid "ProjectSettings|Public"
+msgstr "Público"
+
+msgid "ProjectSettings|Repository"
+msgstr "Repositorio"
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr "Mostrar el enlace para crear/ver los merge requests cuando se haga push desde la línea de comandos"
+msgid "ProjectSettings|Snippets"
+msgstr "Fragmentos de código"
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr "Estas comprobaciones deben pasar antes de que se pueda ejecutar el merge request"
@@ -12207,15 +14593,27 @@ msgstr "Esta configuración se aplica a nivel del servidor pero se ha sobreescri
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "Esta configuración se aplicará a todos los proyectos a menos que sea sobreescrita por un administrador."
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr "Esta configuración anulará las preferencias de notificación de usuario para todos los miembros del proyecto."
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr "Esto determinará el historial de commits cuando se haga un merge request"
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "Solamente pueden hacer push commit a este repositorio los usuarios cuyos commits se crearon mediante la utilización de correos electrónicos verificados."
+msgid "ProjectSettings|View and edit files in this project"
+msgstr "Ver y editar archivos en este proyecto"
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr "Cuando surgen conflictos, al usuario se le da la opción de realizar un rebase"
+msgid "ProjectSettings|Wiki"
+msgstr "Wiki"
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr "Con GitLab Pages puede alojar sus sitios web estáticos en GitLab"
+
msgid "ProjectTemplates|.NET Core"
msgstr ".NET Core"
@@ -12261,6 +14659,12 @@ msgstr "Pages/HTML plano"
msgid "ProjectTemplates|Ruby on Rails"
msgstr "Ruby on Rails"
+msgid "ProjectTemplates|SalesforceDX"
+msgstr "SalesforceDX"
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr "Serverless Framework/JS"
+
msgid "ProjectTemplates|Spring"
msgstr "Spring"
@@ -12276,6 +14680,9 @@ msgstr "Proyectos (%{count})"
msgid "Projects Successfully Retrieved"
msgstr "Proyectos recuperados con éxito"
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Proyectos compartidos con %{group_name}"
@@ -12285,6 +14692,21 @@ msgstr "Los proyectos que pertenecen a un grupo tienen como prefijo el espacio d
msgid "Projects to index"
msgstr "Proyectos a indexar"
+msgid "Projects with critical vulnerabilities"
+msgstr "Proyectos con vulnerabilidades críticas"
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr "Proyectos con vulnerabilidades altas o desconocidas"
+
+msgid "Projects with low vulnerabilities"
+msgstr "Proyectos con vulnerabilidades bajas"
+
+msgid "Projects with medium vulnerabilities"
+msgstr "Proyectos con vulnerabilidades medias"
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr "Proyectos sin vulnerabilidades y escaneo de seguridad habilitado"
+
msgid "Projects with write access"
msgstr "Proyectos con acceso de escritura"
@@ -12310,7 +14732,7 @@ msgid "ProjectsDropdown|This feature requires browser localStorage support"
msgstr "Esta función requiere que el navegador permita la utilización de almacenamiento local (localStorage)"
msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
-msgstr ""
+msgstr "Le permite que pueda clonar inmediatamente el repositorio de este proyecto. Puede omitir este paso si planea hacer push a un repositorio existente."
msgid "ProjectsNew|Blank"
msgstr "En blanco"
@@ -12319,16 +14741,16 @@ msgid "ProjectsNew|Blank project"
msgstr "Proyecto en blanco"
msgid "ProjectsNew|Contact an administrator to enable options for importing your project."
-msgstr ""
+msgstr "Contacte con un administrador para habilitar opciones importantes para su proyecto."
msgid "ProjectsNew|Create from template"
msgstr "Crear desde una plantilla"
msgid "ProjectsNew|Creating project & repository."
-msgstr ""
+msgstr "Creando proyecto y repositorio."
msgid "ProjectsNew|Description format"
-msgstr ""
+msgstr "Formato de la descripción"
msgid "ProjectsNew|Import"
msgstr "Importar"
@@ -12355,10 +14777,10 @@ msgid "ProjectsNew|Visibility Level"
msgstr "Nivel de visibilidad"
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
-msgstr ""
+msgstr "¿Desea alojar varios proyectos independientes bajo el mismo espacio de nombres? %{link_start}Crear un grupo%{link_end}"
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
-msgstr "El valor del campo listen_address en el fichero config/gitlab.yml de Prometheus no es una URI válida"
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr "%{count} alertas aplicadas"
msgid "PrometheusAlerts|Add alert"
msgstr "Añadir alerta"
@@ -12412,7 +14834,7 @@ msgid "PrometheusService|Custom metrics"
msgstr "Métricas personalizadas"
msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
-msgstr ""
+msgstr "Las métricas personalizadas requieren que Prometheus esté instalado en un clúster con alcance de entorno \"*\" o que exista un Prometheus configurado manualmente disponible."
msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
msgstr "Habilite Prometheus para definir métricas personalizadas, utilizando cualquiera de las opciones anteriores"
@@ -12445,7 +14867,7 @@ msgid "PrometheusService|New metric"
msgstr "Nueva métrica"
msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
-msgstr ""
+msgstr "No se han creado métricas personalizadas. Cree una utilizando el botón situado más arriba"
msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
msgstr "URL Base de Prometheus, como http://prometheus.example.com/"
@@ -12471,12 +14893,12 @@ msgstr "Esperando su primera despliegue en un entorno para buscar métricas comu
msgid "Promote"
msgstr "Promocionar"
+msgid "Promote confidential issue to a non-confidential epic"
+msgstr ""
+
msgid "Promote issue to an epic"
msgstr "Promocionar la incidencia a una tarea épica"
-msgid "Promote issue to an epic."
-msgstr "Promocionar la incidencia a una tarea épica."
-
msgid "Promote these project milestones into a group milestone."
msgstr "Promocionar estos hitos del proyecto a hitos de grupo."
@@ -12495,6 +14917,9 @@ msgstr "El proyecto no pertenecen a un grupo."
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr "Ha fallado la promoción - %{message}"
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr "Incidencia promocionada a tarea épica."
@@ -12504,12 +14929,24 @@ msgstr "No mostrar este mensaje de nuevo"
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "La tareas épicas le permiten administrar su cartera de proyectos de manera más eficiente y con menos esfuerzo mediante el seguimiento de grupos de incidencias comunes, a través de proyectos e hitos."
+msgid "Promotions|Learn more"
+msgstr "Más información"
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr "Vea el resto de características del %{subscription_link_start}plan Bronze%{subscription_link_end}"
+
msgid "Promotions|This feature is locked."
msgstr "Esta funcionalidad está bloqueada."
msgid "Promotions|Upgrade plan"
msgstr "Plan de actualización"
+msgid "Promotions|Weighting your issue"
+msgstr "Ponderar su problema"
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr "Cuando tienes muchas incidencias, puede ser difícil obtener una visión general. Al añadir un peso a tus problemas, puedes tener una mejor idea del esfuerzo, del costo, del tiempo requerido, o valor de cada uno, y por lo tanto poder manejarlos mejor."
+
msgid "Prompt users to upload SSH keys"
msgstr "Solicitar a los usuarios que carguen claves SSH"
@@ -12525,12 +14962,57 @@ msgstr "Entorno protegido"
msgid "Protected Environments"
msgstr "Entornos protegidos"
+msgid "Protected Paths"
+msgstr "Rutas protegidas"
+
msgid "Protected Tag"
msgstr "Etiqueta protegida"
msgid "Protected branches"
msgstr "Ramas protegidas"
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr "Permitido merge"
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr "Permitido merge:"
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr "Permitido push"
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr "Permitido push:"
+
+msgid "ProtectedBranch|Branch"
+msgstr "Rama"
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr "Aprobación del propietario del código"
+
+msgid "ProtectedBranch|Protect"
+msgstr "Proteger"
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr "Proteger una rama"
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr "Ramas protegidas (%{protected_branches_count})"
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr "Requerir aprobación de los propietarios del código:"
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr "Actualmente no hay ramas protegidas, proteja una rama con el formulario anterior."
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} podrá modificarse por los desarrolladores. ¿Estás seguro de que desea continuar?"
@@ -12690,12 +15172,18 @@ msgstr "Trimestres"
msgid "Query"
msgstr "Consulta"
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr "La consulta es válida"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Se pueden utilizar acciones rápidas en la descripción de las incidencias y en los cuadros de texto de los comentarios."
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr "README"
@@ -12705,6 +15193,12 @@ msgstr "Ayuda sobre las tareas de Rake"
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr "Se requiere autenticación"
+
msgid "Read more"
msgstr "Leer más"
@@ -12715,7 +15209,7 @@ msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
msgstr "Lea más sobre los permisos de este proyecto <strong>%{link_to_help}</strong>"
msgid "Read more about related issues"
-msgstr ""
+msgstr "Lea más acerca de las incidencias relacionadas"
msgid "Real-time features"
msgstr "Características en tiempo real"
@@ -12729,6 +15223,9 @@ msgstr "Rebase en progreso"
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "Recibe alertas desde los servidores de Prometheus configurados manualmente."
+msgid "Receive alerts on GitLab from any source"
+msgstr "Reciba alertas en GitLab desde cualquier fuente"
+
msgid "Receive notifications about your own activity"
msgstr "Recibir notificaciones acerca de su propia actividad"
@@ -12747,12 +15244,21 @@ msgstr "El servicio de búsquedas recientes no está disponible"
msgid "Recent searches"
msgstr "Búsquedas recientes"
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr "Codigos de recuperacion"
msgid "Redirect to SAML provider to test configuration"
msgstr "Redirigir al proveedor de SAML para probar la configuración"
+msgid "Reduce project visibility"
+msgstr "Reduce la visibilidad del proyecto"
+
+msgid "Reduce this project’s visibility?"
+msgstr "¿Reducir la visibilidad de este proyecto?"
+
msgid "Reference:"
msgstr "Referencia:"
@@ -12779,6 +15285,9 @@ msgstr "La regeneración del id de una instancia puede interrumpir la integraciÃ
msgid "Regex pattern"
msgstr "Patrón regex"
+msgid "Region that Elasticsearch is configured"
+msgstr "Región a la que está configurado Elasticsearch"
+
msgid "Register"
msgstr "Registro"
@@ -12794,11 +15303,11 @@ msgstr "Registrar dispositivo U2F"
msgid "Register Universal Two-Factor (U2F) Device"
msgstr "Registrar un dispositivo universal de autenticación de dos factores (U2F)"
-msgid "Register and see your runners for this group."
-msgstr "Registrar y ver sus ejecutores en este grupo."
+msgid "Register for GitLab"
+msgstr "Regístrese en GitLab"
-msgid "Register and see your runners for this project."
-msgstr "Registrar y ver sus ejecutores en este proyecto."
+msgid "Register now"
+msgstr "Registrarse ahora"
msgid "Register with two-factor app"
msgstr "Registrarse con la aplicación de dos factores"
@@ -12827,12 +15336,38 @@ msgstr "Incidencias relacionadas"
msgid "Related merge requests"
msgstr "Solicitudes de fusión relacionadas"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] "Versión"
+msgstr[1] "Versiones"
+
+msgid "Release notes"
+msgstr "Notas de versión"
+
+msgid "Release notes:"
+msgstr "Notas de versión:"
+
+msgid "Release title"
+msgstr "Título de la versión"
+
msgid "Releases"
msgstr "Versiones"
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
msgstr ""
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr "Las versiones se basan en etiquetas Git. Le recomendamos nombrar etiquetas de forma que encajen dentro del versionado semántico, por ejemplo %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr "Se ha producido un error al obtener los detalles de la versión"
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr "Se ha producido un error al guardar los detalles de la versión"
+
msgid "Remember me"
msgstr "Recordar mis datos acceso"
@@ -12899,15 +15434,24 @@ msgstr "Eliminar grupo"
msgid "Remove milestone"
msgstr "Eliminar el hito"
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr "Eliminar prioridad"
msgid "Remove project"
msgstr "Eliminar proyecto"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr "Eliminar el tiempo gastado"
@@ -12924,7 +15468,7 @@ msgid "Removed %{assignee_text} %{assignee_references}."
msgstr "Eliminado %{assignee_text} %{assignee_references}."
msgid "Removed %{epic_ref} from child epics."
-msgstr ""
+msgstr "Se eliminó %{epic_ref} de las tareas épicas hijas."
msgid "Removed %{label_references} %{label_text}."
msgstr "Eliminada %{label_references} %{label_text}."
@@ -12989,6 +15533,12 @@ msgstr "Elimina la fecha de vencimiento."
msgid "Removes time estimate."
msgstr "Elimina el tiempo estimado."
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr "Eliminar un grupo hará que todos los proyectos y recursos sean eliminados."
@@ -13032,7 +15582,10 @@ msgid "Replace all label(s)"
msgstr "Reemplazar todas las etiquetas"
msgid "Replaced all labels with %{label_references} %{label_text}."
-msgstr ""
+msgstr "Reemplazadas todas las etiquetas %{label_references} %{label_text}."
+
+msgid "Replaces the clone URL root."
+msgstr "Reemplaza la raíz de la URL de clonado."
msgid "Reply by email"
msgstr "Responder por correo electrónico"
@@ -13049,9 +15602,15 @@ msgstr "Responder..."
msgid "Repo by URL"
msgstr "Repo por URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr "Informar de un abuso al administrador"
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr "Denunciado %{timeAgo} por %{reportedBy}"
+
msgid "Reporting"
msgstr "Informes"
@@ -13136,8 +15695,8 @@ msgstr "El repositorio no tiene bloqueos."
msgid "Repository maintenance"
msgstr "Mantenimiento del repositorio"
-msgid "Repository mirror"
-msgstr "Replica del repositorio"
+msgid "Repository mirroring"
+msgstr ""
msgid "Repository static objects"
msgstr "Repositorio de objetos estáticos"
@@ -13154,9 +15713,18 @@ msgstr "Seleccionar"
msgid "Request Access"
msgstr "Solicitar acceso"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr "La solicitud para vincular la cuenta SAML debe ser autorizada"
+
msgid "Requested %{time_ago}"
msgstr "Solicitado %{time_ago}"
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr "Requerir que todos los usuarios en este grupo configuren la autenticaciÃ
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Requerir a todos los usuarios que acepten los términos del servicio y la política de privacidad cuando accedan a GitLab."
-msgid "Require approval from code owners"
-msgstr "Requiere aprobación de los propietarios del código"
-
msgid "Require user password to approve"
msgstr "Requiere una contraseña de usuario para aprobar"
msgid "Require users to prove ownership of custom domains"
msgstr "Requerir a los usuarios desmostrar la propiedad de los dominios personalizados"
-msgid "Required argument 'targetElement' is missing"
-msgstr "Falta el argumento requerido 'targetElement'"
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] "Requiere aprobación de %{names}."
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr "Al restablecer la clave de autorización se invalidará la clave anterior. Las configuraciones de alerta existentes deberán actualizarse con la nueva clave."
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr "Resolver todo los hilos en una nueva incidencia"
@@ -13234,7 +15799,7 @@ msgid "Resolve discussion"
msgstr "Resolver discusión"
msgid "Resolve thread"
-msgstr ""
+msgstr "Resolver el hilo"
msgid "Resolved"
msgstr "Resuelto"
@@ -13281,6 +15846,12 @@ msgstr "Respuesta métricas (NGINX)"
msgid "Restart Terminal"
msgstr "Reiniciar el terminal"
+msgid "Restore project"
+msgstr "Restaurar proyecto"
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr "Restringir acceso por dirección IP"
@@ -13293,6 +15864,12 @@ msgstr "Reanudar"
msgid "Resume replication"
msgstr "Reanudar la replicación"
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr "Reintentar"
@@ -13325,9 +15902,21 @@ msgstr "Revertir esta solicitud de fusión"
msgid "Review"
msgstr "Revisión"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "Revise el proceso de configuración de los proveedores de servicios de su proveedor de identidad; en este caso, GitLab es el \"proveedor de servicios\" o la \"parte confiante\"."
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "Revisando"
@@ -13352,7 +15941,13 @@ msgstr "Eliminar el"
msgid "Roadmap"
msgstr "Hoja de ruta"
+msgid "Role"
+msgstr "Rol"
+
msgid "Rollback"
+msgstr "Restaurar"
+
+msgid "Rook"
msgstr ""
msgid "Run CI/CD pipelines for external repositories"
@@ -13400,6 +15995,9 @@ msgstr "Runners API"
msgid "Runners activated for this project"
msgstr "Ejecutores activos para este proyecto"
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr "Los ejecutores son procesos que recogen y ejecutan trabajos para GitLab. Aquí puede registrar y ver los ejecutores para este proyecto."
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Los ejecutores se pueden instalar en usuarios separados, en servidores o incluso en su máquina local."
@@ -13436,6 +16034,9 @@ msgstr "SAML SSO para %{group_name}"
msgid "SAML for %{group_name}"
msgstr "SAML para %{group_name}"
+msgid "SHA256"
+msgstr "SHA256"
+
msgid "SSH Key"
msgstr "Clave SSH"
@@ -13445,17 +16046,23 @@ msgstr "Claves SSH"
msgid "SSH Keys Help"
msgstr "Ayuda sobre las claves SSH"
+msgid "SSH host key fingerprints"
+msgstr "Huella digital de la clave SSH del host"
+
msgid "SSH host keys"
msgstr "Claves de host SSH"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr "Las claves SSH del host no se encuentran disponibles en este sistema. Utilice el comando <code>ssh-keyscan</code> o póngase en contacto con su administrador de GitLab para obtener más información."
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "Las claves SSH le permiten establecer una conexión segura entre su ordenador y GitLab."
msgid "SSH public key"
msgstr "Clave pública SSH"
-msgid "SSL Verification"
-msgstr "Verificación SSL"
+msgid "SSL Verification:"
+msgstr "Verificación SSL:"
msgid "Saturday"
msgstr "Sábado"
@@ -13481,12 +16088,18 @@ msgstr "Guardar los cambios antes de realizar la prueba"
msgid "Save comment"
msgstr "Guardar comentario"
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr "Guardar la contraseña"
msgid "Save pipeline schedule"
msgstr "Guardar programación del pipeline"
+msgid "Save template"
+msgstr "Guardar plantilla"
+
msgid "Save variables"
msgstr "Guardar variables"
@@ -13553,6 +16166,9 @@ msgstr "Desplazar hacia arriba"
msgid "Search"
msgstr "Buscar"
+msgid "Search Button"
+msgstr "Botón de búsqueda"
+
msgid "Search an environment spec"
msgstr "Buscar un entorno específico"
@@ -13577,6 +16193,9 @@ msgstr "Buscar un usuario"
msgid "Search for projects, issues, etc."
msgstr "Buscar proyectos, incidencias, etc."
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr "Buscar forks"
@@ -13592,6 +16211,9 @@ msgstr "Buscar hitos"
msgid "Search or filter results..."
msgstr "Buscar o filtrar resultados..."
+msgid "Search or filter results…"
+msgstr "Buscar o filtrar resultados…"
+
msgid "Search or jump to…"
msgstr "Buscar o ir a…"
@@ -13610,6 +16232,9 @@ msgstr "Buscar usuarios"
msgid "Search users or groups"
msgstr "Buscar usuarios o grupos"
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr "Busque en las dependencias de su proyecto las licencias y las políticas que aplican"
+
msgid "Search your projects"
msgstr "Buscar tus proyectos"
@@ -13643,19 +16268,25 @@ msgstr "en"
msgid "SearchCodeResults|of %{link_to_project}"
msgstr "de %{link_to_project}"
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
-msgstr "Mostrando %{count} %{scope} para \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr "Mostrando %{count} %{scope} para%{term_element}"
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
-msgstr "Mostrando %{from} - %{to} de %{count} %{scope} para \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr "Mostrando %{count} %{scope} para%{term_element} en sus fragmentos de código personales y de proyecto"
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr "Mostrando %{from} - %{to} de %{count} %{scope} para%{term_element}"
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr "Mostrando %{from} - %{to} de %{count} %{scope} para%{term_element} en tus fragmentos de código personales y de proyecto"
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
-msgstr ""
+msgstr "No pudimos encontrar ningún %{scope} que coincida con %{term}"
msgid "SearchResults|code result"
msgid_plural "SearchResults|code results"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Resultado del código"
+msgstr[1] "Resultados del código"
msgid "SearchResults|comment"
msgid_plural "SearchResults|comments"
@@ -13694,8 +16325,8 @@ msgstr[1] "fragmentos de código"
msgid "SearchResults|snippet result"
msgid_plural "SearchResults|snippet results"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Resultado del fragmento de código"
+msgstr[1] "Resultados del fragmento de código"
msgid "SearchResults|user"
msgid_plural "SearchResults|users"
@@ -13704,8 +16335,8 @@ msgstr[1] "usuarios"
msgid "SearchResults|wiki result"
msgid_plural "SearchResults|wiki results"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Resultado de la wiki"
+msgstr[1] "Resultados de la wiki"
msgid "Seats currently in use"
msgstr "Puestos actualmente en uso"
@@ -13722,6 +16353,9 @@ msgstr "Seguridad"
msgid "Security & Compliance"
msgstr "Seguridad y cumplimiento"
+msgid "Security Configuration"
+msgstr "Configuración de seguridad"
+
msgid "Security Dashboard"
msgstr "Panel de control de seguridad"
@@ -13755,6 +16389,9 @@ msgstr "Informes de seguridad | Descartar vulnerabilidad"
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr "Descartado '%{vulnerabilityName}'"
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13777,10 +16414,10 @@ msgid "Security Reports|There was an error creating the merge request."
msgstr "Se ha producido un error al crear el merge request."
msgid "Security Reports|There was an error deleting the comment."
-msgstr ""
+msgstr "Se ha producido un error al eliminar el comentario."
msgid "Security Reports|There was an error dismissing the vulnerability."
-msgstr ""
+msgstr "Se ha producido un error al descartar la vulnerabilidad."
msgid "Security Reports|There was an error reverting the dismissal."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
-msgstr "No se han encontrado vulnerabilidades para su grupo"
-
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
-msgstr "Aunque es raro que no haya vulnerabilidades para su grupo, puede suceder. En cualquier caso, le pedimos que verifique dos veces su configuración para asegurarse de que ha configurado su panel de control correctamente."
+msgid "Security configuration help link"
+msgstr "Enlace de ayuda de configuración de seguridad"
msgid "Security dashboard"
msgstr "Panel de control de seguridad"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr "Configurado"
+
+msgid "SecurityConfiguration|Feature"
+msgstr "Característica"
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr "Documentación de la característica"
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr "Todavía no está configurado"
+
+msgid "SecurityConfiguration|Secure features"
+msgstr "Características seguras"
+
+msgid "SecurityConfiguration|Status"
+msgstr "Estado"
+
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr "Panel de control de seguridad muestra el último informe de seguridad. Úselo para encontrar y corregir vulnerabilidades."
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr "%{firstProject} y %{secondProject}"
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr "%{firstProject}, %{secondProject} y %{rest}"
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr "Añadir un proyecto al panel de control"
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr "Añadir o eliminar proyectos de su panel de control"
+
+msgid "SecurityDashboard|Add projects"
+msgstr "Añadir proyectos"
+
msgid "SecurityDashboard|Confidence"
msgstr "Confianza"
+msgid "SecurityDashboard|Edit dashboard"
+msgstr "Editar panel de control"
+
msgid "SecurityDashboard|Hide dismissed"
-msgstr ""
+msgstr "Ocultar descartado"
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr "Monitorizar las vulnerabilidades en su código"
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "Activado el pipeline %{pipelineLink}"
+msgid "SecurityDashboard|More information"
+msgstr "Más información"
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
msgid "SecurityDashboard|Project"
msgstr "Proyecto"
+msgid "SecurityDashboard|Projects added"
+msgstr "Proyectos añadidos"
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr "Eliminar proyecto del panel de control"
+
msgid "SecurityDashboard|Report type"
msgstr "Tipo de informe"
+msgid "SecurityDashboard|Return to dashboard"
+msgstr "Volver al panel de control"
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr "Panel de seguridad"
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr "Gravedad"
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr "Se ha producido un error al añadir %{invalidProjects}"
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr "Vea la %{password_policy_guidelines} de GitLab"
+
msgid "See metrics"
msgstr "Ver métricas"
@@ -13842,6 +16545,9 @@ msgstr "Seleccione el proyecto GitLab para vincular con su equipo de Slack"
msgid "Select Page"
msgstr "Seleccionar página"
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr "Seleccione un archivo en la barra lateral izquierda para comenzar la edición. Posteriormente, podrá hacer commit de sus cambios."
@@ -13869,6 +16575,9 @@ msgstr "Seleccione un repositorio"
msgid "Select a template repository"
msgstr "Seleccione una plantilla de repositorio"
+msgid "Select a template type"
+msgstr "Seleccione un tipo de plantilla"
+
msgid "Select a timezone"
msgstr "Selecciona una zona horaria"
@@ -13878,6 +16587,9 @@ msgstr "Seleccionar todo"
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "Seleccione un clúster existente de Kubernetes o cree un cluster nuevo"
+msgid "Select branch"
+msgstr "Seleccione la rama"
+
msgid "Select branch/tag"
msgstr "Selecciona rama/etiqueta"
@@ -13920,6 +16632,9 @@ msgstr "Selecciona una rama de destino"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr "Seleccione la rama que desea establecer como predeterminada para este proyecto. Todas los merge request y los commit se realizarán automáticamente contra ese branch a menos que especifique uno diferente."
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr "Seleccione el almacenamiento disponible configurado para que se coloquen los nuevos proyectos."
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr "Seleccione el período de tiempo"
msgid "Select user"
msgstr "Seleccione el usuario"
+msgid "Select your role"
+msgstr "Seleccione su rol"
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr "Los niveles seleccionados no pueden ser utilizados por usuarios que no tengan permisos de admnistración para grupos, proyectos o fragmentos de código. Si el nivel público está restringido, los perfiles de usuario solo son visibles para los usuarios registrados."
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr "Al seleccionar un usuario de GitLab añadirá un link al usuario en la descripción de las incidencias, así como también, en los comentarios (por ejemplo, \"Por <a href=\"#\">@johnsmith</a>\"). Al hacer esto, también asociará y asignará dichas incidencias y comentarios con el usuario seleccionado."
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr "Enviar una notificación separada por correo electrónico a los desarrolladores."
@@ -13953,6 +16710,9 @@ msgstr "Enviar estadísticas de uso"
msgid "Sentry API URL"
msgstr "URL de la API de Sentry"
+msgid "Sentry event"
+msgstr "Evento de Sentry"
+
msgid "Sep"
msgstr "Sep"
@@ -14007,8 +16767,8 @@ msgstr "pod en uso"
msgid "ServerlessDetails|pods in use"
msgstr "pods en uso"
-msgid "ServerlessURL|Copy URL to clipboard"
-msgstr "Copiar la URL al portapapeles"
+msgid "ServerlessURL|Copy URL"
+msgstr "Copiar URL"
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
msgstr "Para comenzar a utilizar las funciones como servicio, debe instalar Knative en su clúster Kubernetes."
@@ -14049,6 +16809,15 @@ msgstr "Servicio"
msgid "Service Desk"
msgstr "Service Desk"
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr "Service Desk está desactivado"
+
+msgid "Service Desk is on"
+msgstr "Service Desk esta activado"
+
msgid "Service Templates"
msgstr "Plantillas de Servicio"
@@ -14061,8 +16830,8 @@ msgstr "Duración de la sesión (minutos)"
msgid "Session expiration, projects limit and attachment size."
msgstr "Caducidad de la sesión, límite de proyectos y tamaño de los archivos adjuntos."
-msgid "Set %{epic_ref} as parent epic."
-msgstr "Establecer %{epic_ref} cómo tarea épica principal."
+msgid "Set %{epic_ref} as the parent epic."
+msgstr "Establece %{epic_ref} como la tarea épica principal."
msgid "Set a default template for issue descriptions."
msgstr "Establecer una plantilla predeterminada para las descripciones de las incidencias."
@@ -14151,6 +16920,9 @@ msgstr "Configurar nuevo dispositivo U2F"
msgid "Set up new password"
msgstr "Establecer una nueva contraseña"
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr "Configure su proyecto para hacer push o pull de los cambios de manera automática a/desde otro repositorio. Los branchs, los tags y los commits se sincronizarán automáticamente."
@@ -14208,6 +16980,9 @@ msgstr "Establecer el peso a %{weight}."
msgid "Settings"
msgstr "Configuración"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "Compartir"
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr "Mostrar toda la actividad"
+msgid "Show all members"
+msgstr "Mostrar todos los miembros"
+
msgid "Show archived projects"
msgstr "Mostrar proyectos archivados"
@@ -14268,6 +17046,12 @@ msgstr "Mostrar el explorador de archivos"
msgid "Show latest version"
msgstr "Mostrar la última versión"
+msgid "Show only direct members"
+msgstr "Mostrar solo los miembros directos"
+
+msgid "Show only inherited members"
+msgstr "Mostrar sólo los miembros heredados"
+
msgid "Show parent pages"
msgstr "Mostrar páginas padre"
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "Mostrando %d evento"
msgstr[1] "Mostrando %d eventos"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr "Mostrando %{pageSize} de %{total} problemas"
+
msgid "Showing Latest Version"
msgstr "Mostrar la última versión"
@@ -14291,6 +17081,9 @@ msgstr "Mostrando la versión #%{versionNumber}"
msgid "Showing all issues"
msgstr "Mostrar todas las incidencias"
+msgid "Showing all labels"
+msgstr "Mostrando todas las etiquetas"
+
msgid "Showing last %{size} of log -"
msgstr "Mostrando los últimos %{size} del registro -"
@@ -14324,9 +17117,6 @@ msgstr "Inicie sesión mediante una tarjeta inteligente"
msgid "Sign in via 2FA code"
msgstr "Inicie sesión mediante un código 2FA"
-msgid "Sign in with Google"
-msgstr "Iniciar sesión con Google"
-
msgid "Sign in with Single Sign-On"
msgstr "Inicie sesión mediante inicio de sesión único"
@@ -14381,9 +17171,6 @@ msgstr "Incidencias similares"
msgid "Single or combined queries"
msgstr "Consultas simples o combinadas"
-msgid "Site ID"
-msgstr "Id del sitio"
-
msgid "Size"
msgstr "Tamaño"
@@ -14393,9 +17180,18 @@ msgstr "Configuración del tamaño y del dominio para los sitios web estáticos"
msgid "Size limit per repository (MB)"
msgstr "Límite de tamaño por repositorio (MB)"
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr "Saltar periodo de prueba (Continuar con cuenta gratuita)"
+
msgid "Skip this for now"
msgstr "Omitir esto por ahora"
+msgid "Skipped"
+msgstr "Omitido"
+
msgid "Slack application"
msgstr "Aplicación Slack"
@@ -14403,7 +17199,7 @@ msgid "Slack integration allows you to interact with GitLab via slash commands i
msgstr "La integración con Slack le permite interactuar con GitLab mediante comandos slash en una ventana de chat."
msgid "SlackService|2. Paste the <strong>Token</strong> into the field below"
-msgstr ""
+msgstr "2. Pegue el <strong>Token</strong> en el campo que se muestra a continuación"
msgid "SlackService|3. Select the <strong>Active</strong> checkbox, press <strong>Save changes</strong> and start using GitLab inside Slack!"
msgstr ""
@@ -14412,10 +17208,10 @@ msgid "SlackService|Fill in the word that works best for your team."
msgstr ""
msgid "SlackService|See list of available commands in Slack after setting up this service, by entering"
-msgstr ""
+msgstr "Vea la lista de comandos disponibles en Slack después de configurar este servicio, introduciendo"
msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack."
-msgstr ""
+msgstr "Este servicio permite a los usuarios realizar operaciones comunes en este proyecto utilizando comandos en Slack."
msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
msgstr "Más lento, pero se asegura de que el espacio de trabajo del proyecto sea prístino, ya que se clona el repositorio desde cero para cada trabajo"
@@ -14456,6 +17252,9 @@ msgstr "Snowplow"
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr "Algunos servidores de correo electrónico no permiten sobreescribir el nombre del remitente del correo electrónico. Habilite esta opción para incluir el nombre del autor de la incidencia, del merge request o del comentario en el cuerpo del correo electrónico."
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr "Es posible que algunas de sus tareas épicas no estén visibles. La hoja de ruta está limitada a las primeras 1.000 tareas épicas, utilizando el orden de clasificación seleccionado."
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr "Alguien editó esta incidencia al mismo tiempo que usted. Por favor revise %{linkStart} esta incidencia%{linkEnd} y asegúrese de que los cambios que ha realizado no eliminen sin querer los cambios realizados por la otra persona."
@@ -14489,15 +17288,15 @@ msgstr "Algo salió mal al cambiar el estado del botón. ¡Por favor, inténtelo
msgid "Something went wrong while adding your award. Please try again."
msgstr "Se ha producido un error al agregar su premio. Por favor, inténtalo de nuevo."
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr "Se ha producido un error al agregar su comentario. Por favor, inténtalo de nuevo."
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr "Se ha producido un error al aplicar la sugerencia. Por favor, inténtelo de nuevo."
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr "Algo salió mal al cerrar la incidencia %{issuable}. ¡Por favor, inténtelo de nuevo!"
+msgid "Something went wrong while deleting the package."
+msgstr "Se produjo un error al eliminar el paquete."
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr "Se ha producido un error al eliminar la rama origen. Por favor, inténtelo de nuevo."
@@ -14513,27 +17312,48 @@ msgstr "Algo salió mal al obtener la lista de %{listType}. ¡Por favor, intént
msgid "Something went wrong while fetching comments. Please try again."
msgstr "Algo salió mal al buscar comentarios. Inténtalo de nuevo. ¡Por favor, inténtelo de nuevo!"
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr "Se ha producido un error al recuperar los cambios de descripción. Por favor, inténtelo de nuevo."
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Algo salió mal al obtener las contribuciones de los miembros del grupo. ¡Por favor, inténtelo de nuevo!"
msgid "Something went wrong while fetching latest comments."
msgstr "Se ha producido un error al obtener los últimos comentarios."
+msgid "Something went wrong while fetching projects"
+msgstr "Se ha producido un error al obtener los proyectos"
+
msgid "Something went wrong while fetching related merge requests."
msgstr "Se ha producido un error al obtener los merge request relacionados."
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr "Algo salió mal al buscar los entornos para este merge request. ¡Por favor, inténtelo de nuevo!"
+msgid "Something went wrong while fetching the package."
+msgstr "Se produjo un error al obtener el paquete."
+
+msgid "Something went wrong while fetching the packages list."
+msgstr "Se produjo un error al obtener la lista de paquetes."
+
msgid "Something went wrong while fetching the projects."
msgstr "Se ha producido un error al obtener los proyectos."
msgid "Something went wrong while fetching the registry list."
msgstr "Se ha producido un error mientras se obtenía la lista de registros."
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr "Se ha producido un error al inicializar el visor OpenAPI"
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr "Se ha producido un error, mientras se realizaba el merge request. Por favor, inténtelo de nuevo."
+msgid "Something went wrong while moving issues."
+msgstr "Se ha producido un error al mover las incidencias."
+
+msgid "Something went wrong while performing the action."
+msgstr "Se ha producido un error al realizar la acción."
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr "Algo salió mal al volver a abrir la incidencia %{issuable}. ¡Por favor, inténtelo de nuevo!"
@@ -14543,9 +17363,15 @@ msgstr "Algo salió mal al resolver esta discusión. ¡Por favor, inténtelo de
msgid "Something went wrong while stopping this environment. Please try again."
msgstr "Se ha producido un error al detener este entorno. Por favor, inténtalo de nuevo."
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr "Algo salió mal, no se puede agregar %{project} al panel de control"
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr "Se ha producido un erro al añadir los proyectos al panel de control"
+
msgid "Something went wrong, unable to get projects"
msgstr "Se ha producido un error al obtener los proyectos"
@@ -14667,7 +17493,7 @@ msgid "SortOptions|Oldest sign in"
msgstr "Registro más antiguo"
msgid "SortOptions|Oldest starred"
-msgstr ""
+msgstr "Destacados más antiguos"
msgid "SortOptions|Oldest updated"
msgstr "Actualizado más antiguo"
@@ -14678,6 +17504,9 @@ msgstr "Popularidad"
msgid "SortOptions|Priority"
msgstr "Prioridad"
+msgid "SortOptions|Project"
+msgstr "Proyecto"
+
msgid "SortOptions|Recent last activity"
msgstr "Últimas actividades recientes"
@@ -14685,7 +17514,7 @@ msgid "SortOptions|Recent sign in"
msgstr "Registro más reciente"
msgid "SortOptions|Recently starred"
-msgstr ""
+msgstr "Destacados más recientes"
msgid "SortOptions|Size"
msgstr "Tamaño"
@@ -14705,6 +17534,12 @@ msgstr "Comienza más tarde"
msgid "SortOptions|Start soon"
msgstr "Comienza pronto"
+msgid "SortOptions|Type"
+msgstr "Tipo"
+
+msgid "SortOptions|Version"
+msgstr "Versión"
+
msgid "SortOptions|Weight"
msgstr "Peso"
@@ -14723,6 +17558,51 @@ msgstr "El origen no esta disponible"
msgid "Source project cannot be found."
msgstr "No se puede encontrar el proyecto."
+msgid "Sourcegraph"
+msgstr "Sourcegraph"
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr "Bloquear proyectos privados e internos"
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr "Configure la URL a una instancia de Sourcegraph que pueda leer sus proyectos de GitLab."
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr "Habilitar Sourcegraph"
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr "Más información"
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr "Guardar cambios"
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr "URL de Sourcegraph"
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr "por ejemplo: https://sourcegraph.example.com"
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr "Esta característica es experimental y actualmente limitada a determinados proyectos."
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr "Esta característica es experimental y está limitada a proyectos públicos."
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr "Esta característica es experimental."
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "Registros de correo no deseado"
@@ -14747,6 +17627,9 @@ msgstr "Modificar el mensaje de commit"
msgid "Squash commits"
msgstr "Squash commits"
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr "Etapa"
@@ -14756,14 +17639,17 @@ msgstr "Stage & Commit"
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
msgstr ""
msgid "Staged %{type}"
-msgstr ""
+msgstr "'Staged' %{type}"
msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging."
msgstr "Resalte una etiqueta para convertirla en una etiqueta con prioridad. Ordene las etiquetas priorizadas para cambiar su prioridad relativa, arrastrando."
@@ -14807,8 +17693,8 @@ msgstr "Iniciar Terminal web"
msgid "Start a %{new_merge_request} with these changes"
msgstr "Iniciar una %{new_merge_request} con estos cambios"
-msgid "Start a Free Trial"
-msgstr "Comenzar la prueba gratuita"
+msgid "Start a Free Gold Trial"
+msgstr ""
msgid "Start a new discussion..."
msgstr "Comenzar una nueva discusión..."
@@ -14855,6 +17741,12 @@ msgstr "Iniciar el hilo y cerrar %{noteable_name}"
msgid "Start thread & reopen %{noteable_name}"
msgstr "Iniciar el hilo y volver a abrir %{noteable_name}"
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr "Comience su prueba gratuita"
+
msgid "Start your trial"
msgstr "Comience su prueba gratuita"
@@ -14879,6 +17771,9 @@ msgstr "Comienza a las (UTC)"
msgid "State your message to activate"
msgstr "Indique su mensaje para activar"
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr "Estadísticas"
@@ -14915,12 +17810,18 @@ msgstr "Deteniendo..."
msgid "Storage"
msgstr "Almacenamiento"
+msgid "Storage nodes for new projects"
+msgstr "Nodos de almacenamiento para los nuevos proyectos"
+
msgid "Storage:"
msgstr "Almacenamiento:"
msgid "StorageSize|Unknown"
msgstr "Desconocido"
+msgid "Subgroup overview"
+msgstr "Resumen del subgrupo"
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr "Permitido crear subgrupos"
@@ -14942,6 +17843,9 @@ msgstr "Subgrupos y proyectos"
msgid "Subkeys"
msgstr "Subclaves"
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Enviar como correo no deseado"
@@ -14957,6 +17861,12 @@ msgstr "Enviar para revisión"
msgid "Submit search"
msgstr "Enviar búsqueda"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "Suscrípción"
@@ -14984,6 +17894,15 @@ msgstr "Se suscribe a este %{quick_action_target}."
msgid "Subscription"
msgstr "Suscripción"
+msgid "Subscription deletion failed."
+msgstr "Se ha producido un error al eliminar la suscripción."
+
+msgid "Subscription successfully created."
+msgstr "Suscripción creada correctamente."
+
+msgid "Subscription successfully deleted."
+msgstr "Suscripción eliminada correctamente."
+
msgid "SubscriptionTable|Billing"
msgstr "Facturación"
@@ -15053,18 +17972,33 @@ msgstr "Uso"
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr "El recuento de uso se realiza una vez al día a 12:00 PM."
-msgid "Subtracted"
+msgid "Subscriptions"
+msgstr "Suscripciones"
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
msgstr ""
+msgid "Subtracted"
+msgstr "Subtraído"
+
msgid "Subtracts"
msgstr "Sustraer"
+msgid "Succeeded"
+msgstr "Éxito"
+
+msgid "Successfully activated"
+msgstr "Activado correctamente"
+
msgid "Successfully blocked"
msgstr "Bloqueado con éxito"
msgid "Successfully confirmed"
msgstr "Confirmado con éxito"
+msgid "Successfully deactivated"
+msgstr "Desactivado correctamente"
+
msgid "Successfully deleted U2F device."
msgstr "Dispositivo U2F eliminado con éxito."
@@ -15080,8 +18014,8 @@ msgstr "Desbloqueado con éxito"
msgid "Successfully unlocked"
msgstr "Desbloqueado con éxito"
-msgid "Suggest code changes which are immediately applied. Try it out!"
-msgstr "Sugiere cambios de código que se aplican inmediatamente. ¡Pruébelo!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
msgid "Suggested change"
msgstr "Cambio sugerido"
@@ -15152,6 +18086,12 @@ msgstr "Naranja muy pálido"
msgid "Suggestions:"
msgstr "Sugerencias:"
+msgid "Suite"
+msgstr "Suite"
+
+msgid "Summary"
+msgstr "Resumen"
+
msgid "Sunday"
msgstr "Domingo"
@@ -15170,8 +18110,8 @@ msgstr "Cambiar rama/etiqueta"
msgid "Switch to GitLab Next"
msgstr "Cambiar a GitLab Next"
-msgid "Switch to the source to copy it to the clipboard"
-msgstr ""
+msgid "Switch to the source to copy the file contents"
+msgstr "Cambiar a la fuente para copiar el contenido del archivo"
msgid "Sync information"
msgstr "Sincronizar información"
@@ -15212,14 +18152,17 @@ msgstr "Etiqueta"
msgid "Tag list:"
msgstr "Listas de etiquetas:"
+msgid "Tag name"
+msgstr "Nombre de la etiqueta"
+
msgid "Tag this commit."
msgstr "Etiquetar este commit."
msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
-msgstr ""
+msgstr "Se etiquetó a este commit a %{tag_name} con \"%{message}\"."
msgid "Tagged this commit to %{tag_name}."
-msgstr ""
+msgstr "Se etiquetó a este commit a %{tag_name}."
msgid "Tags"
msgstr "Etiquetas"
@@ -15272,8 +18215,8 @@ msgstr "Nueva etiqueta"
msgid "TagsPage|New tag"
msgstr "Nueva etiqueta"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "Opcionalmente, añada un mensaje a la etiqueta."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr "Opcionalmente, agregue un mensaje a la etiqueta. Deje este espacio en blanco para crear una %{link_start}etiqueta ligera.%{link_end}"
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "Opcionalmente, añada las notas de la versión a la etiqueta. Se almacenarán en la base de datos de GitLab y se mostrarán en la página de etiquetas."
@@ -15308,18 +18251,33 @@ msgstr "protegido"
msgid "Target Branch"
msgstr "Rama de destino"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "Rama de destino"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "Equipo"
msgid "Team domain"
msgstr "Dominio del equipo"
+msgid "Telephone number"
+msgstr "Número de teléfono"
+
msgid "Template"
msgstr "Plantilla"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr "La plantilla se guardó correctamente."
+
msgid "Templates"
msgstr "Plantillas"
@@ -15338,8 +18296,8 @@ msgstr "Términos del acuerdo de servicio y de la política de privacidad"
msgid "Terms of Service and Privacy Policy"
msgstr "Términos del servicio y política de privacidad"
-msgid "Test SAML SSO"
-msgstr "Prueba SAML SSO"
+msgid "Test"
+msgstr "Probar"
msgid "Test coverage parsing"
msgstr "Análisis de cobertura de las pruebas"
@@ -15374,8 +18332,41 @@ msgstr "Asegúrese de que el proyecto tenga notas."
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr "Asegúrese de que el wiki está habilitado y tiene páginas."
+msgid "TestReports|%{count} errors"
+msgstr "%{count} errores"
+
+msgid "TestReports|%{count} failures"
+msgstr "%{count} fallos"
+
+msgid "TestReports|%{count} jobs"
+msgstr "%{count} trabajos"
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr "%{rate}%{sign} tasa de éxito"
+
+msgid "TestReports|Test suites"
+msgstr "TestReports|suites de Prueba"
+
+msgid "TestReports|Tests"
+msgstr "TestReportes|Pruebas"
+
+msgid "TestReports|There are no test cases to display."
+msgstr "No hay conjuntos de pruebas para mostrar."
+
+msgid "TestReports|There are no test suites to show."
+msgstr "No hay conjuntos de pruebas para mostrar."
+
+msgid "TestReports|There are no tests to show."
+msgstr "No hay pruebas para mostrar."
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr "Se ha producido un error al recuperar los informes de prueba."
+
+msgid "Tests"
+msgstr "Pruebas"
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
-msgstr ""
+msgstr "¡Gracias por registrarse en la versión de prueba! En breve recibirá instrucciones adicionales en su bandeja de entrada."
msgid "Thank you for your report. A GitLab administrator will look into it shortly."
msgstr "Gracias por su informe. Un administrador de GitLab lo examinará en breve."
@@ -15386,14 +18377,14 @@ msgstr "¡Gracias! No mostrar esto de nuevo"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr "El grupo \"%{group_path}\" le permite iniciar sesión utilizando su cuenta de inicio de sesión único"
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "El %{type} contiene el siguiente error:"
msgstr[1] "El %{type} contiene los siguientes errores:"
-msgid "The API path was not specified."
-msgstr "No se ha especificado la ruta del API."
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "La búsqueda avanzada global de GitLab es un potente servicio de búsqueda que le permite ahorrar tiempo. En vez de crear código duplicado y perder el tiempo, puede buscar código de otros equipos que le pueda ayudar a su propio proyecto."
@@ -15409,6 +18400,12 @@ msgstr "El gestor de incidencias es el lugar para agregar cosas que necesitan se
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "El gestor de incidencias es el lugar para agregar cosas que necesitan ser mejoradas o resueltas en un proyecto. Puede registrarse o iniciar sesión para crear incidencias para este proyecto."
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr "La URL a utilizar para conectarse a Elasticsearch. Utilice una lista separada por comas para soportar clustering (por ejemplo, \"http://localhost:9200, http://localhost:9201\")."
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "Un certificado X.509 se utiliza cuando se require una comunicación TLS con un servicio de autorización externo. Si se deja en blanco, el certificado utilizado desde el servidor es validado cuando se accedes a través del protocolo HTTPS."
@@ -15418,6 +18415,9 @@ msgstr "Cantidad de segundos a partir de los cuales expirará una petición para
msgid "The branch for this project has no active pipeline configuration."
msgstr "La rama para este proyecto no tiene una configuración de un pipeline activa."
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr "El resaltado de caracteres le ayuda a mantener la línea de asunto en %{titleLength} caracteres y a limitar el mensaje a %{bodyLength} para que sea legible en git."
@@ -15427,12 +18427,27 @@ msgstr "La etapa de desarrollo muestra el tiempo desde el primer cambio hasta la
msgid "The collection of events added to the data gathered for that stage."
msgstr "La colección de eventos agregados a los datos recopilados para esa etapa."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "La conexión terminará después de %{timeout}. Para los repositorios que tarden más tiempo, utilice una combinación de git clone y git push."
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr "El contenido de esta página no está codificado en UTF-8. Las ediciones sobre este contenido, solo se pueden realizar a través del repositorio Git."
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr "La ruta de configuración de CI por defecto para nuevos proyectos."
+
msgid "The dependency list details information about the components used within your project."
msgstr "La lista de dependencias detalla la información sobre los componentes utilizados en su proyecto."
@@ -15457,12 +18472,20 @@ msgstr "El archivo se ha creado correctamente."
msgid "The file has been successfully deleted."
msgstr "El archivo se ha eliminado correctamente."
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr "No se exportarán los siguientes elementos:"
msgid "The following items will be exported:"
msgstr "Se exportarán los siguientes elementos:"
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr "La relación con la bifurcación se ha eliminado."
@@ -15478,6 +18501,9 @@ msgstr "El grupo y cualquier proyecto público se pueden ver sin necesidad de au
msgid "The group and its projects can only be viewed by members."
msgstr "El grupo y sus proyectos sólo se pueden ver por sus miembros."
+msgid "The group has already been shared with this group"
+msgstr "El grupo ya ha sido compartido con este grupo"
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr "La configuración de grupos para %{group_links} requiere que habilite la autenticación en dos pasos para sú cuenta. Puede %{leave_group_links}."
@@ -15523,8 +18549,11 @@ msgstr "Los conflictos en el merge para este merge request ya se han resuelto."
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr "Los conflictos en el merge para este merge request ya se han resuelto. Por favor, vuelva al merge request."
-msgid "The name %{entryName} is already taken in this directory."
-msgstr "El nombre %{entryName} ya se está utilizando en este directorio."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr "El número de cambios que se recuperarán desde GitLab al clonar un repositorio. Al modificar esta opción puede acelerar la ejecución de los pipelines. Déjelo en blanco o con valor 0 para deshabilitar el clonado superficial por defecto y así hacer que GitLab CI clone todas las ramas y todas las etiquetas cada vez."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "La contraseña requerida para descifrar la clave privada. Esto es opcional y su valor está encriptado."
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "Ruta al archivo de configuración de CI/CD. Por defecto apunta a <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr "La ruta al archivo de configuración CI. Por defecto <code>.gitlab-ci.yml</code>"
msgid "The phase of the development lifecycle."
msgstr "La etapa del ciclo de vida de desarrollo."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr "La replica ha tardado demasiado tiempo en completarse."
msgid "The remote repository is being updated..."
msgstr "Se está actualizando el repositorio remoto..."
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "El repositorio para este proyecto no existe."
@@ -15622,18 +18657,21 @@ msgstr "El fragmento de código es visible sólo por los miembros del proyecto."
msgid "The snippet is visible to any logged in user."
msgstr "El fragmento de código es visible por cualquier usuario que haya iniciado sesión."
+msgid "The specified tab is invalid, please select another"
+msgstr "La pestaña especificada no es válida, por favor seleccione otra"
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "La etapa de puesta en escena muestra el tiempo entre la fusión y el despliegue de código en el entorno de producción. Los datos se añadirán automáticamente una vez que se despliega a producción por primera vez."
-msgid "The target element is missing."
-msgstr "Falta el elemento de destino."
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "La etapa de pruebas muestra el tiempo que GitLab CI toma para ejecutar cada pipeline para la solicitud de fusión relacionada. Los datos se añadirán automáticamente luego de que el primer pipeline termine de ejecutarse."
msgid "The time taken by each data entry gathered by that stage."
msgstr "El tiempo utilizado por cada entrada de datos obtenido por esa etapa."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr "El identificador único para el nodo de Geo. Debe coincidir con el valor del campo `geo_node_name` si está configurado en gitlab.rb, de lo contrario debe coincidir con el valor del campo `external_url`"
@@ -15653,10 +18691,13 @@ msgid "The user map has been saved. Continue by selecting the projects you want
msgstr "Se ha guardado el mapa de usuario. Por favor, continue seleccionando los proyectos que desea importar."
msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of <code>:</code>. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
-msgstr ""
+msgstr "El mapa del usuarios es un documento JSON que asigna los usuarios de Google Code que participaron en sus proyectos a la forma en que se importarán sus direcciones de correo electrónico y nombres de usuario en GitLab. Puede cambiar esto cambiando el valor en el lado derecho de <code>:</code>. Asegúrese de conservar las comillas dobles circundantes, otros signos de puntuación y la dirección de correo electrónico o nombre de usuario en el lado izquierdo."
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
-msgstr ""
+msgstr "El mapa del usuarios es una asignación de los usuarios de FogBugz que participaron en sus proyectos a la forma en que su dirección de correo electrónico y nombre de usuario se importarán a GitLab. Puede cambiar esto rellenando la tabla a continuación."
+
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr "El usuario que está intentando desactivar ha estado activo en los últimos %{minimum_inactive_days} días y no puede ser desactivado"
msgid "The user-facing URL of the Geo node"
msgstr "La URL del usuario del nodo Geo"
@@ -15701,7 +18742,7 @@ msgid "There are no labels yet"
msgstr "Aún no hay etiquetas"
msgid "There are no matching files"
-msgstr ""
+msgstr "No hay archivos coincidentes"
msgid "There are no open issues"
msgstr "No hay ninguna incidencia abierta"
@@ -15721,6 +18762,9 @@ msgstr "No hay staged changes"
msgid "There are no unstaged changes"
msgstr "No hay unstaged changes"
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr "Hay un límite máximo de 100 suscripciones desde o hacia un proyecto."
+
msgid "There is already a repository with that name on disk"
msgstr "Ya hay un repositorio con ese nombre en el disco"
@@ -15730,6 +18774,9 @@ msgstr "No hay datos disponibles. Por favor, cambie su selección."
msgid "There was a problem communicating with your device."
msgstr "Se ha producido un problema al conectarse con su dispositivo."
+msgid "There was a problem saving your custom stage, please try again"
+msgstr "Se ha producido un error al guardar su etapa personalizada, por favor inténtalo de nuevo"
+
msgid "There was a problem sending the confirmation email"
msgstr "Se ha producido un error al enviar el correo electrónico de confirmación"
@@ -15739,6 +18786,12 @@ msgstr "Se ha producido un un error %{message} en la lista de tareas pendientes.
msgid "There was an error adding a To Do."
msgstr "Se ha producido un error al añadir la tarea a la lista de tareas pendientes."
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr "Se ha producido un error al crear la incidencia"
@@ -15748,7 +18801,22 @@ msgstr "Se ha producido un error al eliminar la lista de tareas pendientes."
msgid "There was an error fetching configuration for charts"
msgstr "Se ha producido un error al recuperar la configuración de las gráficas"
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr "Se ha producido un error al recuperar las etapas de Cycle Analytics."
+
+msgid "There was an error fetching data for the selected stage"
+msgstr "Se ha producido un error al obtener datos para la etapa seleccionada"
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr "Se ha producido un error al recuperar los datos de la etiqueta para el grupo seleccionado"
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr "Se ha producido un error al cargar el calendario de actividades de los u
msgid "There was an error removing the e-mail."
msgstr "Se ha producido un error al eliminar el correo electrónico."
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr "Se ha producido un error al restablecer los minutos de ejecución de los pipelines del grupo."
@@ -15775,6 +18846,9 @@ msgstr "Se ha producido un error al actualizar la configuración de las notifica
msgid "There was an error subscribing to this label."
msgstr "Se ha producido un error al subscribirse a esta etiqueta."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr "Se ha producido un error al intentar validar su consulta"
@@ -15790,12 +18864,24 @@ msgstr "Se ha producido un error al cancelar la suscripción de esta etiqueta."
msgid "There was an error while fetching cycle analytics data."
msgstr "Se ha producido un error mientras se obtenían los datos de Cycle Analytics."
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr "Se ha producido un error al obtener el resumen de los datos desde Cycle Analytics."
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "Se ha producido un error con reCAPTCHA. Por favor, resuelva el reCAPTCHA de nuevo."
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr "Estas incidencias tienen un título similar al de la incidencia que está creando. Sería mejor hacer un comentario en alguna de estas en vez de crear otra incidencia similar."
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr "Estas variables están configuradas en la configuración del grupo principal, y estarán activas en el proyecto actual junto con las variables del proyecto."
+
msgid "They can be managed using the %{link}."
msgstr "Se pueden administrar usando el %{link}."
@@ -15842,7 +18928,7 @@ msgid "This comment has changed since you started editing, please review the %{s
msgstr "Este comentario ha cambiado desde que se comenzó a editar, por favor revise el %{startTag}comentario actualizado%{endTag} para asegurar que no se pierde ningún tipo de información."
msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request."
-msgstr ""
+msgstr "Este commit es parte de un merge request %{link_to_merge_request}. Los comentarios creados aquí se crearán en el contexto del merge request."
msgid "This commit was signed with a <strong>verified</strong> signature and the committer email is verified to belong to the same user."
msgstr "Este commit fue firmado con una firma verificada, y <strong>se ha verificado</strong> que la dirección de correo electrónico del committer y la firma pertenecen al mismo usuario."
@@ -15856,9 +18942,6 @@ msgstr "Este commit fue firmado con una firma verificada, pero <strong>no se ha
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr "Esta commit fue firmado con una firma <strong>no verificada</strong>."
-msgid "This container registry has been scheduled for deletion."
-msgstr "Se ha programado este registro de contenedores para su eliminación."
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "Esta fecha es posterior a la fecha de vencimiento, por lo que esta tarea épica no aparecerá en la hoja de ruta."
@@ -15883,14 +18966,20 @@ msgstr "Este directorio"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr "Este dominio no está verificado. Es necesario verificar la propiedad del mismo antes de activar el acceso."
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr "Este entorno todavía no tiene despliegues."
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
msgstr ""
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr "Esta tarea épica no existe o no tiene permisos suficientes."
+
msgid "This feature requires local storage to be enabled"
-msgstr ""
+msgstr "Esta característica requiere que el almacenamiento local esté activado"
msgid "This field is required."
msgstr "Este campo es obligatorio."
@@ -15902,7 +18991,7 @@ msgid "This group does not provide any group Runners yet."
msgstr "Este grupo aún no proporciona ningún grupo de 'runners'."
msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
-msgstr ""
+msgstr "Este grupo, incluyendo todos los subgrupos, proyectos y repositorios git, sólo será accesible desde el rango de direcciones IP especificado. Se admiten múltiples direcciones delimitadas con comas. <br>Ejemplo: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
msgstr "Este es un usuario \"fantasma\", creado para mantener todas las incidencias creadass por usuarios de Gitlab que ya han sido eliminados. Este usuario no se puede eliminar."
@@ -15940,6 +19029,9 @@ msgstr "Esta incidencia es confidencial"
msgid "This issue is locked."
msgstr "Esta incidencia está bloqueada."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr "Este trabajo depende de otros trabajos con artefactos caducados o borrados: %{invalid_dependencies}"
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "Este trabajo depende de trabajos anteriores que se deben ejecutar correctamente, antes de que este trabajo se active"
@@ -15958,21 +19050,36 @@ msgstr "Esta tarea todavía no se ha activado"
msgid "This job has not started yet"
msgstr "Todavia no ha comenzado la tarea"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr "Este trabajo es un despliegue desactualizado para %{environmentLink} utilizando el clúster %{clusterNameOrLink}."
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr "Este trabajo corresponde con un despliegue obsoleto en %{environmentLink}."
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
-msgstr "Este trabajo corresponde con un despliegue obsoleto en %{environmentLink}. Vea el despliegue más reciente %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr "Este trabajo es un despliegue desactualizado de %{environmentLink}. Por favor, vea el %{deploymentLink}."
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr "Este trabajo está archivado. Solo puede reintentar la ejecución del pipeline completo."
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
-msgstr "Este trabajo está creando un despliegue en %{environmentLink} y sobrescribirá el último %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr "Este trabajo está creando un despliegue para %{environmentLink} utilizando el clúster %{clusterNameOrLink}. Al hacer esto se sobrescribirá el %{deploymentLink}."
msgid "This job is creating a deployment to %{environmentLink}."
msgstr "Este trabajo está creando un despliegue en %{environmentLink}."
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr "Este trabajo está creando un despliegue para %{environmentLink}. Al hacer esto se sobrescribirá el %{deploymentLink}."
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr "Este trabajo se ha desplegado en %{environmentLink} utilizando el clúster %{clusterNameOrLink}."
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr "Este trabajo se ha desplegado en %{environmentLink}."
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "Este trabajo se encuentra en estado pendiente y está a la espera de ser ejecutado por un ejecutor"
@@ -15988,8 +19095,8 @@ msgstr "Este trabajo está bloqueado porque no tienes ningún ejecutor activo en
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr "Este trabajo está bloqueado porque no tiene ningún ejecutor activo que pueda ejecutar este trabajo."
-msgid "This job is the most recent deployment to %{link}."
-msgstr "Este trabajo es el despliegue más reciente en %{link}."
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
msgstr "Este trabajo requiere una acción manual"
@@ -16015,6 +19122,9 @@ msgstr "Este espacio de nombres ya esta en uso. Por favor, elija otro diferente.
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "Esta opción está desactivada ya que no tiene permisos de escritura para la rama actual"
+msgid "This option is only available on GitLab.com"
+msgstr "Esta opción sólo está disponible en GitLab.com"
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "Esta página no está disponible porque no se le permite leer la información a través de múltiples proyectos."
@@ -16027,6 +19137,12 @@ msgstr "Este pipeline utiliza una configuración de CI/CD predefinida habilitada
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr "Este pipeline utiliza una configuración de CI/CD predefinida habilitada por <b>Auto DevOps.</b>"
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "Este proyecto"
@@ -16039,6 +19155,15 @@ msgstr "Este proyecto todavía no tiene una pagina de inicio del wiki"
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr "Este proyecto no tiene la facturación habilitada. Para crear un clúster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">habilite la facturación <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> e inténtelo de nuevo."
+msgid "This project is archived and cannot be commented on."
+msgstr "Este proyecto está archivado y no se puede comentar en el."
+
+msgid "This project path either does not exist or is private."
+msgstr "Esta ruta de proyecto no existe o es privada."
+
+msgid "This project will be removed on %{date}"
+msgstr "Este proyecto será eliminado el %{date}"
+
msgid "This repository"
msgstr "Este repositorio"
@@ -16051,12 +19176,12 @@ msgstr "Este ejecutor solo se ejecutará en pipelines disparados sobre ramas pro
msgid "This setting can be overridden in each project."
msgstr "Esta configuración se puede reemplazar en cada proyecto."
-msgid "This setting will override user notification preferences for all project members."
-msgstr ""
-
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Esta configuración actualizará el nombre del host que se utiliza para generar los correos electrónicos de commit privados. %{learn_more}"
+msgid "This subscription is for"
+msgstr "Esta suscripción es para"
+
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
msgstr "Este tiempo de espera tendrá prioridad cuando sea más bajo que el tiempo de espera definido por el proyecto y acepte un lenguaje de entrada de tiempo legible como por ejemplo, \"1 hora\". Los valores sin especificación de tipo representan segundos."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr "Esto le redirigirá a una página de inicio de sesión externa."
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr "Automáticamente, esos correos electrónicos se convierten en incidencias (la conversación por correo electrónico, se convierte en comentarios) enumerados aquí."
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr "Entorno"
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr "Threat Monitoring"
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr "Enlace de la página de ayuda de Threat Monitoring"
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr "Web Application Firewall sin habilitar"
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr "Jueves"
@@ -16109,10 +19288,10 @@ msgid "Time estimate"
msgstr "Tiempo estimado"
msgid "Time from first comment to last commit"
-msgstr ""
+msgstr "Tiempo desde el primer comentario hasta el último cambio"
msgid "Time from first commit until first comment"
-msgstr ""
+msgstr "Tiempo desde el primer cambio hasta el primer comentario"
msgid "Time from last commit to merge"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr "solo ahora"
msgid "Timeago|right now"
msgstr "justo ahora"
-msgid "Timeframe"
-msgstr "Periodo de tiempo"
-
msgid "Timeout"
msgstr "Tiempo de espera"
@@ -16307,6 +19483,9 @@ msgstr "Título:"
msgid "Titles and Filenames"
msgstr "Títulos y nombres de archivos"
+msgid "To"
+msgstr "Para"
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr "Para %{link_to_help} de su dominio, añada la clave anterior a un registro TXT dentro de su configuración DNS."
@@ -16329,7 +19508,7 @@ msgid "To connect GitHub repositories, you can use a %{personal_access_token_lin
msgstr "Para conectar a los repositorios de GitHub, puede utilizar un %{personal_access_token_link}. Cuando cree su token de acceso personal, deberá seleccionar el alcance del <code>repo</code>, para que podamos mostrarle una lista de sus repositorios públicos y privados que están disponibles para conectarse."
msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
-msgstr ""
+msgstr "Para conectar con repositorios de código de GitHub, primero debe autorizar a GitLab para acceder a la lista de repositorios de código de GitHub."
msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:"
msgstr "Para conectar a los repositorios de GitHub, primero debe autorizar a GitLab a acceder a la lista de repositorios de GitHub:"
@@ -16382,11 +19561,11 @@ msgstr "Para abrir Jaeger y ver fácilmente la trazabilidad desde GitLab, enlace
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr "Para mantener el rendimiento, solo se muestran <strong>%{display_size} de %{real_size}</strong> archivos."
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
-msgstr ""
+msgstr "Para proteger la confidencialidad de esta incidencia, se seleccionó un fork de este proyecto."
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "Para recibir alertas de los servicios de Prometheus configurados manualmente, agregue la siguiente URL y la clave de autorización a su archivo de configuración del webhook de Prometheus. Puede obtener más información sobre la %{linkStart}configuración de Prometheus%{linkEnd} para enviar alertas a GitLab."
@@ -16395,10 +19574,10 @@ msgid "To see all the user's personal access tokens you must impersonate them fi
msgstr "Para ver todos los tokens de acceso personales de los usuarios debe suplantar su identidad primero."
msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
-msgstr ""
+msgstr "Para ver los detalles operacionales de este proyecto, %{linkStart}actualice el plan del grupo a un planSilver%{linkEnd}. También puede eliminar el proyecto desde el panel de control."
msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
-msgstr ""
+msgstr "Para ver los detalles operacionales de este proyecto, contacte con un dueño del grupo %{groupName} para actualizar el plan. También puede eiminar el proyecto del panel de control."
msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
msgstr "Para configurar la autenticación SAML para su grupo a través de un proveedor de identidad como Azure, Okta, Onelogin, Ping Identity o su proveedor SAML 2.0 personalizado:"
@@ -16499,6 +19678,12 @@ msgstr "Mañana"
msgid "Too many changes to show."
msgstr "Hay demasiados cambios para mostrar."
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr "Demasiados espacios de nombres habilitados. Necesitará administrarlos a través de la consola o mediante el API."
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr "Demasiados proyectos habilitados. Necesitará administrarlos a través de la consola o mediante el API."
+
msgid "Topics"
msgstr "Temas"
@@ -16508,18 +19693,24 @@ msgstr "Total"
msgid "Total Contributions"
msgstr "Contribuciones totales"
-msgid "Total Time"
-msgstr "Tiempo Total"
-
msgid "Total artifacts size: %{total_size}"
msgstr "Tamaño total de los artefactos: %{total_size}"
+msgid "Total issues"
+msgstr "Total de incidencias"
+
msgid "Total test time for all commits/merges"
msgstr "Tiempo total de pruebas para todos los cambios o integraciones"
+msgid "Total weight"
+msgstr "Peso total"
+
msgid "Total: %{total}"
msgstr "Total: %{total}"
+msgid "Trace"
+msgstr "Traza"
+
msgid "Tracing"
msgstr "Seguimiento"
@@ -16536,14 +19727,20 @@ msgid "Track your GitLab projects with GitLab for Slack."
msgstr "Haga el seguimiento de sus proyectos de GitLab con GitLab para Slack."
msgid "Track your project with Audit Events."
-msgstr ""
+msgstr "Realice el seguimiento a su proyecto con Audit Events."
msgid "Transfer project"
msgstr "Transferir proyecto"
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr "No se puede actualizar la ruta porque hay proyectos bajo este grupo que contienen imágenes de Docker en su registro de contenedores. Por favor, elimine primero las imágenes de sus proyectos y vuelva a intentarlo."
+
msgid "TransferGroup|Database is not supported."
msgstr "La base de datos no es compatible."
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr "El grupo contiene proyectos con paquetes NPM."
+
msgid "TransferGroup|Group is already a root group."
msgstr "El grupo ya es un grupo raíz."
@@ -16571,6 +19768,9 @@ msgstr "No se puede transferir el proyecto, porque hay etiquetas definidas en el
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr "Ya existe un proyecto con el mismo nombre o ruta en el espacio de nombres de destino"
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr "El espacio de nombres raíz no se puede actualizar si el proyecto tiene paquetes NPM"
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr "Se ha producido un error durante el proceso de transferencia, por favor, contacte con un administrador."
@@ -16580,6 +19780,9 @@ msgstr "Vista de árbol"
msgid "Trending"
msgstr "Tendencia"
+msgid "Trigger"
+msgstr "Disparador"
+
msgid "Trigger pipelines for mirror updates"
msgstr "Ejecutar pipelines para la actualización de las replicas"
@@ -16593,7 +19796,7 @@ msgid "Trigger this manual action"
msgstr "Disparar esta acción manual"
msgid "Trigger token:"
-msgstr ""
+msgstr "Token de activación:"
msgid "Trigger variables:"
msgstr "Variables de disparador:"
@@ -16605,13 +19808,13 @@ msgid "Trigger was successfully updated."
msgstr "El disparador se actualizó correctamente."
msgid "Triggerer"
-msgstr ""
+msgstr "Disparador"
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "Los disparados pueden obligar a un branch o un tag específico a ser reconstruido con una llamada API. Estos tokens suplantarán a su usuario asociado, incluido su acceso a los proyectos y sus permisos de proyecto."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr "Los disparadores pueden forzar la reconstrucción de una rama o etiqueta específica con una llamada API. Estos tokens simulan a sus usuarios asociados, incluyendo el acceso a los proyectos y los permisos de proyecto."
msgid "Troubleshoot and monitor your application with tracing"
-msgstr ""
+msgstr "Solucione problemas y supervise su aplicación con el seguimiento"
msgid "Try again"
msgstr "Inténtelo de nuevo"
@@ -16626,7 +19829,7 @@ msgid "Try to fork again"
msgstr "Intentar realizar el fork de nuevo"
msgid "Try using a different search term to find the file you are looking for."
-msgstr ""
+msgstr "Intente usar un término de búsqueda diferente para encontrar el archivo que está buscando."
msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
msgstr "Intentando comunicarse con su dispositivo. Conéctelo (si aún no lo ha hecho) y presione el botón en el dispositivo ahora."
@@ -16664,6 +19867,9 @@ msgstr "Autenticación de doble factor"
msgid "Type"
msgstr "Tipo"
+msgid "Type/State"
+msgstr "Tipo/Estado"
+
msgid "U2F Devices (%{length})"
msgstr "Dispositivos U2F (%{length})"
@@ -16674,26 +19880,41 @@ msgid "URL"
msgstr "URL"
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
-msgstr ""
+msgstr "URL del almacenamiento externo que servirá los objetos estáticos del repositorio (p.e. archivos, blobs, ...)."
+
+msgid "URL or request ID"
+msgstr "URL o ID de solicitud"
msgid "Unable to apply suggestions to a deleted line."
-msgstr ""
+msgstr "No se puede aplicar sugerencias a una línea eliminada."
msgid "Unable to build Slack link."
msgstr "No se ha podido construir el enlace Slack."
+msgid "Unable to collect CPU info"
+msgstr "No se puede recopilar la información de la CPU"
+
+msgid "Unable to collect memory info"
+msgstr "No se puede recopilar la información de la memoria"
+
msgid "Unable to connect to Prometheus server"
msgstr "No se ha podido conectar con el servidor de Prometheus"
msgid "Unable to connect to server: %{error}"
msgstr "Imposible conectar con el servidor: %{error}"
+msgid "Unable to fetch vulnerable projects"
+msgstr "No se pueden obtener los proyectos vulnerables"
+
msgid "Unable to generate new instance ID"
msgstr "No se puede generar un nuevo ID de instancia"
msgid "Unable to load the diff. %{button_try_again}"
msgstr "No se puede cargar el fichero diff. %{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr "No se puede resolver"
@@ -16718,8 +19939,8 @@ msgstr "No se puede actualizar esta incidencia en este momento."
msgid "Unarchive project"
msgstr "Desarchivar proyecto"
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
-msgstr "Desarchivar el proyecto restaurará la capacidad de las personas para realizar cambios en él. En el repositorio se podrán hacer commits, y se pueden crear incidencias, comentarios y otras entidades. <strong>Una vez activo, este proyecto aparece en la búsqueda y en el panel.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr ""
msgid "Unblock"
msgstr "Desbloquear"
@@ -16739,6 +19960,9 @@ msgstr "Desinstalando"
msgid "Unknown"
msgstr "Desconocido"
+msgid "Unknown Error"
+msgstr "Error desconocido"
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr "¡Estrategia de cifrado desconocida: %{encrypted_strategy}!"
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr "Cancelar la suscripción desde este %{quick_action_target}."
msgid "Until"
msgstr "Hasta"
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "Sin verificar"
@@ -16886,6 +20110,9 @@ msgstr "Actualizado"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Actualizado %{updated_at} por %{updated_by}"
+msgid "Updated at"
+msgstr "Actualizado el"
+
msgid "Updated to"
msgstr "Actualizado a"
@@ -16902,7 +20129,7 @@ msgid "Upgrade your plan to activate Advanced Global Search."
msgstr "Actualice su plan para activar la búsqueda global avanzada."
msgid "Upgrade your plan to activate Audit Events."
-msgstr ""
+msgstr "Actualice su plan para activar Audit Events."
msgid "Upgrade your plan to activate Contribution Analytics."
msgstr "Actualice su plan para activar la herramienta Contribution Analytics."
@@ -16910,9 +20137,6 @@ msgstr "Actualice su plan para activar la herramienta Contribution Analytics."
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Actualice su plan para activar la herramienta Group Webhooks."
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "Actualice su plan para activar la herramienta Issue Weight."
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "Actualice su plan para mejorar los tableros de incidencias."
@@ -16937,9 +20161,6 @@ msgstr "Suba una clave privada para su certificado"
msgid "Upload file"
msgstr "Subir archivo"
-msgid "Upload file does not exist"
-msgstr "El archivo de subida no existe"
-
msgid "Upload object map"
msgstr "Subir un mapa de objetos"
@@ -16958,6 +20179,9 @@ msgstr "Subidas"
msgid "Upstream"
msgstr "Upstream"
+msgid "Uptime"
+msgstr "Tiempo de funcionamiento"
+
msgid "Upvotes"
msgstr "Votos positivos"
@@ -17039,6 +20263,12 @@ msgstr "Utilice un autenticador de contraseña de un único uso en su dispositiv
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "Use los hitos de grupo para administrar incidencias de múltiples proyectos en el mismo hito."
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr "Utilice una línea por URI"
@@ -17060,6 +20290,9 @@ msgstr "Utilizado por los miembros para iniciar sesión en su grupo en GitLab"
msgid "Used to help configure your identity provider"
msgstr "Se utiliza para ayudar a configurar su proveedor de identidad"
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr "El usuario %{current_user_username} ha comenzado a suplantar %{username}"
@@ -17096,6 +20329,9 @@ msgstr "Mapa de usuario"
msgid "User pipeline minutes were successfully reset."
msgstr "La cuota de minutos del pipeline fue restablecida con éxito."
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr "Configuración del usuario"
@@ -17162,25 +20398,25 @@ msgstr "Tour de GitLab guiado"
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr "Aquí puede comparar los cambios de una rama con otra. Los cambios se dividen en archivos para que sea más fácil ver qué se cambió y en qué lugar."
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
-msgstr ""
+msgstr "Aquí puede ver con detalle los pipelines: sus etapas y los trabajos en cada una de ellas así como su estado.%{lineBreak}%{lineBreak}Nuestros pipelines CI/CD son bastante complejos, la mayoría de nuestros usuarios tienen menos pipelines y son más sencillos."
msgid "UserOnboardingTour|Here you can see the current members of the project (just you at the moment) and invite new members.%{lineBreak}%{lineBreak}You can invite multiple members at once (existing GitLab users or invite by email) and you can also set their roles and permissions.%{lineBreak}%{lineBreak}Add a few members and click on %{emphasisStart}Add to project%{emphasisEnd} to complete this step."
-msgstr ""
+msgstr "Aquí puede ver los miembros actuales del proyecto (sólo tú en este momento) y desde aquí, invitar a nuevos miembros.%{lineBreak}%{lineBreak}Puede invitar varios miembros a la vez (usuarios de GitLab existentes o invitarlos por correo electrónico) y también puede establecer sus roles y permisos.%{lineBreak}%{lineBreak}Agregue algunos miembros y haga clic sobre %{emphasisStart}Añadir al proyecto%{emphasisEnd} para completar este paso."
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
-msgstr ""
+msgstr "Aquí puede ver qué cambios se han realizado en este commit, en qué rama y si hay un merge request relacionado. También se mostrará el estado del pipeline si se ha configurado CI/CD.%{lineBreak}%{lineBreak}¡También puede comentar las líneas de código que han cambiado y empezar una discusión con sus colegas!"
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr "Invitar a sus colegas"
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr "Reiniciar este paso"
msgid "UserOnboardingTour|Skip this step"
msgstr "Saltar este paso"
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
-msgstr "¡Genial! Se ha creado su proyecto y está listo para ser utilizado.%{lineBreak}%{lineBreak}Puede comenzar a agregar archivos al repositorio o clonarlo. Una última cosa que queremos mostrarle es cómo invitar a sus compañeros de equipo a su nuevo proyecto."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
+msgstr "Eche un vistazo. Aquí tiene un elegante menú para documentar incidencias, merge requests, fragmentos de código, proyectos y grupos. Para empezar, haga clic sobre él y seleccione «Nuevo proyecto» desde la sección «GitLab»."
+
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
msgstr ""
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
-msgstr ""
+msgstr "¡Gracias por los comentarios! %{thumbsUp}"
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr "Hemos terminado, esto es todo para las incidencias. Echemos un vistazo ahora a los %{emphasisStart}Merge Requests%{emphasisEnd}."
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
-msgstr ""
+msgstr "Hemos terminado con el repositorio. Vamos a echar un vistazo a las %{emphasisStart}incidencias%{emphasisEnd}."
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr "Actividad"
msgid "UserProfile|Already reported for abuse"
msgstr "Ya se informó del abuso"
+msgid "UserProfile|Blocked user"
+msgstr "Usuario bloqueado"
+
msgid "UserProfile|Contributed projects"
msgstr "Proyectos contribuidos"
@@ -17298,7 +20540,7 @@ msgid "UserProfile|Snippets in GitLab can either be private, internal, or public
msgstr "Los fragmentos de código en GitLab pueden ser privados, internos o públicos."
msgid "UserProfile|Star projects to track their progress and show your appreciation."
-msgstr ""
+msgstr "Marque los proyectos como favoritos para hacer un seguimiento de su progreso y mostrar su aprecio."
msgid "UserProfile|Starred projects"
msgstr "Proyectos destacados"
@@ -17318,6 +20560,9 @@ msgstr "Este usuario no ha contribuido a ningún proyecto"
msgid "UserProfile|This user hasn't starred any projects"
msgstr "Este usuario no ha marcado ningún proyecto como favorito"
+msgid "UserProfile|This user is blocked"
+msgstr "Este usuario está bloqueado"
+
msgid "UserProfile|View all"
msgstr "Ver todo"
@@ -17345,12 +20590,18 @@ msgstr "El nombre de usuario no está disponible."
msgid "Username is available."
msgstr "El nombre de usuario está disponible."
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr "Nombre de usuario o email"
msgid "Users"
msgstr "Usuarios"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr "Usuarios fuera de la licencia"
@@ -17382,7 +20633,7 @@ msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%
msgstr "Uso de %{code_start}::%{code_end} denota un %{link_start}con ámbito de etiqueta%{link_end}"
msgid "Using required encryption strategy when encrypted field is missing!"
-msgstr ""
+msgstr "Utilizar la estrategia de cifrado requerida cuando falta el campo cifrado"
msgid "Validate"
msgstr "Validar"
@@ -17423,14 +20674,26 @@ msgstr "Estado de la verificación"
msgid "Verified"
msgstr "Verificado"
+msgid "Verify SAML Configuration"
+msgstr "Verificar la configuración SAML"
+
+msgid "Verify configuration"
+msgstr "Verificar la configuración"
+
msgid "Version"
msgstr "Versión"
msgid "Very helpful"
msgstr "Muy útil"
-msgid "View app"
-msgstr "Ver aplicación"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr "Ver los detalles de las dependencia para su proyecto"
@@ -17450,6 +20713,11 @@ msgstr "Ver aprobadores elegibles"
msgid "View epics list"
msgstr "Ver lista de tareas épicas"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] "Ver artefacto expuesto"
+msgstr[1] "Ver %d artefactos expuestos"
+
msgid "View file @ "
msgstr "Ver archivo @ "
@@ -17459,8 +20727,8 @@ msgstr "Ver el panel de control completo"
msgid "View group labels"
msgstr "Ver etiquetas de grupo"
-msgid "View in Sentry"
-msgstr "Ver en Sentry"
+msgid "View issue"
+msgstr ""
msgid "View it on GitLab"
msgstr "Ver en GitLab"
@@ -17468,8 +20736,8 @@ msgstr "Ver en GitLab"
msgid "View job"
msgstr "Ver la tarea"
-msgid "View job trace"
-msgstr "Ver el registro del trabajo"
+msgid "View job log"
+msgstr "Ver el registro de tareas"
msgid "View jobs"
msgstr "Ver trabajos"
@@ -17483,6 +20751,9 @@ msgstr "Ver log"
msgid "View open merge request"
msgstr "Ver solicitud de fusión abierta"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "Ver etiquetas de proyectos"
@@ -17492,6 +20763,9 @@ msgstr "Ver archivo reemplazado @ "
msgid "View the documentation"
msgstr "Ver documentación"
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr "Ver commit"
@@ -17534,20 +20808,17 @@ msgstr "%{stepStart}Paso 1%{stepEnd}. Copie el siguiente script:"
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
-msgstr ""
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr "Copiar el id del merge request"
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr "Copiar el id del merge request al portapapeles"
-
-msgid "VisualReviewApp|Copy script to clipboard"
-msgstr "Copiar el script al portapapeles"
+msgid "VisualReviewApp|Copy script"
+msgstr "Copiar script"
msgid "VisualReviewApp|Enable Visual Reviews"
msgstr "Habilitar revisiones visuales"
@@ -17570,12 +20841,15 @@ msgstr "Vulnerabilidades"
msgid "Vulnerabilities over time"
msgstr "Vulnerabilidades a lo largo del tiempo"
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
-msgstr ""
+msgid "Vulnerability-Check"
+msgstr "Comprobación de vulnerabilidades"
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr "%{formattedStartDate} hasta hoy"
+msgid "VulnerabilityChart|Severity"
+msgstr "Gravedad"
+
msgid "Vulnerability|Class"
msgstr "Clase"
@@ -17612,8 +20886,11 @@ msgstr "Tipo de informe"
msgid "Vulnerability|Severity"
msgstr "Severidad"
-msgid "Wait for the source to load to copy it to the clipboard"
-msgstr "Espera a que se cargue la fuente para copiarla al portapapeles"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
+msgstr "Espera a que el archivo se cargue para copiar su contenido"
msgid "Waiting for performance data"
msgstr "Esperar por los datos de rendimiento"
@@ -17621,11 +20898,8 @@ msgstr "Esperar por los datos de rendimiento"
msgid "Want to see the data? Please ask an administrator for access."
msgstr "¿Quieres ver los datos? Por favor pide acceso al administrador."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr "No podemos encontrar una tarea épica que coincida con lo que está buscando."
-
-msgid "We can't find an issue that matches what you are looking for."
-msgstr "No podemos encontrar una incidencia que coincida con lo que está buscando."
+msgid "Warning:"
+msgstr ""
msgid "We could not determine the path to remove the epic"
msgstr "No es posible determinar la ruta para eliminar esta tarea épica"
@@ -17633,15 +20907,21 @@ msgstr "No es posible determinar la ruta para eliminar esta tarea épica"
msgid "We could not determine the path to remove the issue"
msgstr "No es posible determinar la ruta para eliminar esta incidencia"
-msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
msgstr ""
+msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgstr "Hemos creado una breve visita guiada que le ayudará a aprender los conceptos básicos de GitLab y cómo le ayudará a mejorar en su trabajo. Sólo debería llevarle un par de minutos. Será guiado por dos tipos de ayudantes, que podrá reconocer por su color."
+
msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
msgstr "Hemos detectado spam potencial en %{humanized_resource_name}. Por favor resuelva el reCAPTCHA para poder continuar."
msgid "We don't have enough data to show this stage."
msgstr "No hay suficientes datos para mostrar en esta etapa."
+msgid "We have found the following errors:"
+msgstr "Hemos encontrado los siguientes errores:"
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr "Hemos obtenido respuesta desde su dispositivo U2F. Ha sido autenticado correctamente."
@@ -17651,6 +20931,9 @@ msgstr "Le enviamos un correo electrónico con las instrucciones para restablece
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "Queremos asegurarnos de que sea usted, por favor, ayudenos a confirmar que no es un robot."
+msgid "We've found no vulnerabilities"
+msgstr "No hemos encontrado vulnerabilidades"
+
msgid "Web IDE"
msgstr "Web IDE"
@@ -17681,11 +20964,20 @@ msgstr "Peso"
msgid "Weight %{weight}"
msgstr "Peso %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr "¡Bienvenido! Su cuenta fue desactivada por inactividad pero ya se ha reactivado."
+
+msgid "Welcome to GitLab"
+msgstr "Bienvenido a GitLab"
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr "Bienvenido al tour guiado de GitLab"
msgid "Welcome to your Issue Board!"
-msgstr "¡Bienvenido a su tablón de incidendias!"
+msgstr "¡Bienvenido a su tablón de incidencias!"
msgid "What are you searching for?"
msgstr "¿Qué está buscando?"
@@ -17693,6 +20985,9 @@ msgstr "¿Qué está buscando?"
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Cuando un ejecutor está bloqueado, no se puede asignar a otros proyectos"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "Cuando está habilitado, los usuarios no pueden utilizar GitLab hasta que se hayan aceptado los términos de uso."
@@ -17705,17 +21000,32 @@ msgstr[0] "Cuando el merge request sea aceptado"
msgstr[1] "Cuando los merge request sean aceptados"
msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
-msgstr ""
+msgstr "Al utilizar los protocolos <code>http://</code> o <code>https://</code>, por favor, proporcione la URL exacta del repositorio. No se seguirán las redirecciones HTTP."
msgid "When:"
msgstr "Cuando:"
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr "Los ayudantes blancos proporcionan información contextual."
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr "¿Quién puede ser un aprobador?"
+
msgid "Who can see this group?"
msgstr "¿Quién puede ver este grupo?"
@@ -17872,6 +21182,9 @@ msgstr "Con contribution analytics, puede tener una visión general de la activi
msgid "Withdraw Access Request"
msgstr "Retirar Solicitud de Acceso"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr "Ayuda sobre el flujo de trabajo"
@@ -17890,6 +21203,9 @@ msgstr "Acceso de escritura permitido"
msgid "Write milestone description..."
msgstr "Escriba la descripción del hito..."
+msgid "Write your release notes or drag your files here…"
+msgstr "Escribe sus notas de la versión o arrastrar sus archivos aquí…"
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr "UID externo incorrecto. Por favor, asegúrese de que Auth0 está configurado correctamente."
@@ -17929,8 +21245,8 @@ msgstr "Está a punto de eliminar %{group_name}, al realizar esta acción tambiÃ
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "Va a eliminar %{project_full_name}. ¡No es posible restaurar un proyecto eliminado! ¿Está TOTALMENTE seguro?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Vas a eliminar el enlace de la bifurcación con el proyecto original %{forked_from_project}. ¿Estás TOTALMENTE seguro?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Va a transferir %{project_full_name} a otro propietario. ¿Está TOTALMENTE seguro?"
@@ -17938,6 +21254,9 @@ msgstr "Va a transferir %{project_full_name} a otro propietario. ¿Está TOTALME
msgid "You are not allowed to unlink your primary login account"
msgstr "No tiene permiso para desvincular su cuenta principal de inicio de sesión"
+msgid "You are not authorized to perform this action"
+msgstr "No tiene permiso para realizar esta acción"
+
msgid "You are now impersonating %{username}"
msgstr "Está suplantando la identidad de %{username}"
@@ -17968,9 +21287,24 @@ msgstr "También puede validar su fichero %{gitlab_ci_yml} en %{lint_link_start}
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "También puede subir archivos existentes desde su ordenador utilizando las instrucciones que se muestran a continuación."
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr "Puedes aplicar su version de prueba a su cuenta personal o crear un grupo nuevo."
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr "Puede crear archivos directamente en GitLab utiliznado una de las siguientes opciones."
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Puede contribuir fácilmente pidiendo unirse a estos grupos."
@@ -18019,6 +21353,9 @@ msgstr "Puede resolver el conflicto del merge request utilizando el modo Interac
msgid "You can see your chat accounts."
msgstr "Puede ver sus cuentas de chat."
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr "Puede configurar tantos ejecutores como necesite para ejecutar sus trabajos."
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr "Puede configurar trabajos para usar solo ejecutores con etiquetas específicas. Por favor, separe las etiquetas con comas."
@@ -18028,6 +21365,12 @@ msgstr "Puede especificar el nivel de la notificación por grupo o por proyecto.
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr "Puede probar su archivo .gitlab-ci.yml en %{linkStart}CI Lint%{linkEnd}."
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr "Puede volver a intentarlo utilizando la %{begin_link}búsqueda básica%{end_link}"
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr "No puede acceder al archivo sin formato. Por favor, espere un minuto."
@@ -18085,11 +21428,14 @@ msgstr "No tiene ningún proyecto disponible."
msgid "You don't have any recent searches"
msgstr "No tiene ninguna búsquedas reciente"
+msgid "You don't have sufficient permission to perform this action."
+msgstr "No tiene permisos suficientes para realizar esta acción."
+
msgid "You don’t have access to Cycle Analytics for this group"
-msgstr ""
+msgstr "No tiene acceso a Cycle Analytics en este grupo"
msgid "You don’t have access to Productivity Analytics in this group"
-msgstr ""
+msgstr "No tiene acceso a Productivity Analytics en este grupo"
msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}."
msgstr "Se le ha concedido %{access_level} acceso al %{source_link} %{source_type}."
@@ -18127,6 +21473,9 @@ msgstr "Dejó el \"%{membershipable_human_name}\" %{source_type}."
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr "También puede añadir variables que están disponibles para la aplicación en ejecución, anteponiendo la clave de variable con <code>K8S_SECRET_</code>."
+msgid "You may close the milestone now."
+msgstr "Puede cerrar el hito ahora."
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "Debe aceptar nuestros Términos de servicio y la política de privacidad para poder registrar una cuenta"
@@ -18142,6 +21491,12 @@ msgstr "Debe proporcionar una contraseña válida"
msgid "You must provide your current password in order to change it."
msgstr "Debe introducir su contraseña actual para poder cambiarla."
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr "Necesita una licencia diferente para habilitar la función FileLocks"
@@ -18205,14 +21560,23 @@ msgstr "No podrás actualizar o enviar código al proyecto a través de SSH hast
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "No podrá actualizar o enviar código al proyecto a través de SSH hasta que no agregue una clave SSH a su perfil"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr "No obtendrá una prueba gratuita ahora mismo, pero siempre puede reanudar este proceso haciendo clic en su avatar y eligiendo 'Iniciar una prueba gratuita'."
+
msgid "You'll be signed out from your current account automatically."
msgstr "Se cerrará la sesión de su cuenta actual de forma automática."
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "Tendrá que utilizar nombres de ramas diferentes para obtener resultados de comparación correctos."
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr "Estás a punto de reducir la visibilidad del proyecto %{strong_start}%{project_name}%{strong_end} en %{strong_start}%{group_name}%{strong_end}."
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr "Estás a punto de reducir la visibilidad del proyecto %{strong_start}%{project_name}%{strong_end}."
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
-msgstr ""
+msgstr "No tiene permiso para %{tag_start}editar%{tag_end} directamente los archivos de este proyecto. Haga un fork de este proyecto, realice sus cambios y haga un merge request."
msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request."
msgstr "No tiene permiso para realizar cambios directamente en este proyecto. Se ha creado un fork de este proyecto que puede utilizar para realizar los cambios que desee, por lo que puede enviar un merge request."
@@ -18223,15 +21587,21 @@ msgstr "No tiene permiso para realizar cambios directamente en este proyecto. Se
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr "Solo está viendo %{startTag}otra actividad%{endTag} en el feed. Para agregar un comentario, cambie a una de las siguientes opciones."
-msgid "You're receiving this email because %{reason}."
-msgstr "Está recibiendo este correo porque %{reason}."
-
msgid "You're receiving this email because of your account on %{host}."
msgstr "Está recibiendo este correo electrónico por su cuenta en %{host}."
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "Está recibiendo este correo electrónico porque tiene su cuenta en %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr "Ha recibido este correo electrónico debido a su actividad en %{host}."
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr "Ha recibido este correo electrónico porque se le ha asignado un elemento en %{host}."
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr "Ha recibido este correo electrónico porque se le ha mencionado en %{host}."
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr "Ya ha habilitado la autenticación de dos pasos utilizando una contraseña de un solo uso. Para registrar un dispositivo diferente, primero debe desactivar la autenticación de dos factores."
@@ -18241,21 +21611,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr "Este correo electrónico se utilizará para operaciones basadas en la web, como por ejemplo, realizar ediciones y merges."
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
-msgstr ""
-
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "Tu dirección de correo electrónico de notificación por defecto se utilizará para las notificaciones de la cuenta si no se establece una dirección de correo electrónico específica para el %{openingTag}grupo%{closingTag}."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
+
msgid "Your GPG keys (%{count})"
msgstr "Sus claves GPG (%{count})"
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "Sus grupos"
msgid "Your New Personal Access Token"
msgstr "Su nuevo token de acceso personal"
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr "Sus tokens de acceso personal caducarán en %{days_to_expire} días o menos"
+
msgid "Your Primary Email will be used for avatar detection."
msgstr "Su dirección de correo electrónico principal se utilizará para la detección de avatar."
@@ -18286,6 +21662,9 @@ msgstr "¡Se ha registrado su dispositivo U2F!"
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr "Su solicitud de acceso a %{source_type} ha sido retirada."
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr "Su cuenta ha sido desactivada por su administrador. Por favor, vuelva a iniciar la sesión para reactivar tu cuenta."
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr "Su cuenta utiliza credenciales dedicadas para el grupo \"%{group_name}\" y sólo puede actualizarse a través de SSO."
@@ -18310,12 +21689,18 @@ msgstr "Se han guardado sus cambios"
msgid "Your changes have been successfully committed."
msgstr "Los cambios se han guardado correctamente."
+msgid "Your comment could not be submitted because %{error}"
+msgstr "Su comentario no pudo ser enviado debido a %{error}"
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr "Se ha producido un error al enviar su comentario. Por favor, compruebe su conexión de red y vuelva a intentarlo."
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr "Se ha producido un error al editar su comentario. Por favor, compruebe su conexión de red y vuelva a intentarlo."
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr "Se interrumpirán sus servicios de despliegue, tendrá que arreglarlos manualmente después del cambio de nombre."
@@ -18343,8 +21728,8 @@ msgstr "Su nuevo token SCIM"
msgid "Your new personal access token has been created."
msgstr "Se ha creado su nuevo token de acceso personal."
-msgid "Your pages are served under:"
-msgstr "Sus páginas se sirven en:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
+msgstr "Su contraseña no es necesaria para ver esta página. Si se le solicita una contraseña o cualquier otro dato personal, póngase en contacto con su administrador para denunciar el abuso."
msgid "Your password reset token has expired."
msgstr "Su token para restablecer la contraseña ha caducado."
@@ -18367,6 +21752,14 @@ msgstr "Se ha eliminado la reunión de Zoom"
msgid "a deleted user"
msgstr "un usuario eliminado"
+msgid "a design"
+msgstr "un diseño"
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr "añadido %{created_at_timeago}"
@@ -18382,12 +21775,24 @@ msgstr "permitido fallar"
msgid "already being used for another group or project milestone."
msgstr "ya se está utilizando para otro grupo o hito del proyecto."
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr "compartido previamente con este grupo"
msgid "among other things"
msgstr "entre otras cosas"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr "archivado"
+
msgid "assign yourself"
msgstr "asignar a ti mismo"
@@ -18397,6 +21802,9 @@ msgstr "adjuntar un nuevo archivo"
msgid "authored"
msgstr "autor"
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "nombre de la rama"
@@ -18409,9 +21817,6 @@ msgstr "no se puede modificar si un proyecto personal ya contiene etiquetas de r
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr "no se puede habilitar a menos que todos los dominios tengan certificados TLS"
-msgid "cannot be in the same project"
-msgstr "no puede estar en el mismo proyecto"
-
msgid "cannot be modified"
msgstr "no se puede modificar"
@@ -18439,6 +21844,9 @@ msgstr "%{linkStartTag}Aprenda más sobre el análisis de dependencias %{linkEnd
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr "%{linkStartTag}Aprenda más sobre SAST %{linkEndTag}"
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr "%{namespace} está afectado por %{vulnerability}."
@@ -18494,14 +21902,6 @@ msgstr "%{reportType} %{status} no detecto vulnerabilidades"
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr "%{reportType} %{status} no detectó vulnerabilidades para la rama origen"
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] "%{reportType} detectada %{vulnerabilityCount} vulnerabilidad"
-msgstr[1] "%{reportType} detectada %{vulnerabilityCount} vulnerabilidades"
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr "%{reportType} no detectó vulnerabilidades"
-
msgid "ciReport|%{reportType} is loading"
msgstr "%{reportType} está cargando"
@@ -18535,6 +21935,9 @@ msgstr "Todos los niveles de gravedad"
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr "Aplicar automáticamente el parche en una nueva rama"
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "Clase"
@@ -18661,18 +22064,6 @@ msgstr "Se ha producido un error al crear el merge request. Por favor, inténtel
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr "Se ha producido un error al descartar la vulnerabilidad. Por favor, inténtelo de nuevo."
-msgid "ciReport|There was an error loading DAST report"
-msgstr "Se ha producido un error al cargar el informe SAST."
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "Se ha producido un error al cargar el informe SAST."
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "Se ha producido un error al cargar el informe de escaneo de contenedores."
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "Se ha producido un error al cargar el informe de análisis de dependencias"
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr "Se ha producido un error al descartar la vulnerabilidad. Por favor, inténtalo de nuevo."
@@ -18735,6 +22126,9 @@ msgstr "Va a activar la confidencialidad. Esto significa que solo los miembros d
msgid "connecting"
msgstr "conectando"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr "el nombre contenedor no puede ser mayor que %{max_length} caracteres"
+
msgid "could not read private key, is the passphrase correct?"
msgstr "no se ha podido leer la clave privada, ¿La contraseña es correcta?"
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "día"
msgstr[1] "días"
+msgid "default branch"
+msgstr "rama por defecto"
+
msgid "deleted"
msgstr "eliminado"
@@ -18761,12 +22158,18 @@ msgstr "desplegar"
msgid "design"
msgstr "diseño"
+msgid "designs"
+msgstr "diseños"
+
msgid "detached"
msgstr "Desvinculado"
msgid "disabled"
msgstr "deshabilitado"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "hecho"
@@ -18817,6 +22220,12 @@ msgstr "expira el %{milestone_due_date}"
msgid "failed"
msgstr "fallido"
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr "no se puede descartar el hallazgo asociado (id =%{finding_id}): %{message}"
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr "para %{link_to_merge_request} con %{link_to_merge_request_source_branch}"
@@ -18832,12 +22241,18 @@ msgstr "para %{ref}"
msgid "for this project"
msgstr "para este proyecto"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr "de"
msgid "group"
msgstr "grupo"
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr "ya está en uso"
@@ -18879,6 +22294,9 @@ msgstr "estado del hito invalido '%{state}'"
msgid "is an invalid IP address range"
msgstr "este es un rango de direcciones IP no válido"
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr "está habilitado."
@@ -18897,6 +22315,12 @@ msgstr "no es un certificado X509 válido."
msgid "is not an email you own"
msgstr "no es un correo electrónico de su propiedad"
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr "es demasiado largo (%{current_value}). El tamaño máximo permitido es de %{max_size}."
+
+msgid "is too long (maximum is 100 entries)"
+msgstr "es demasiado largo (el máximo es de 100 entradas)"
+
msgid "is too long (maximum is 1000 entries)"
msgstr "es demasiado largo (el máximo es de 1000 entradas)"
@@ -18927,6 +22351,15 @@ msgstr "última versión"
msgid "leave %{group_name}"
msgstr "abandonar %{group_name}"
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr "límite de %{project_limit} alcanzado"
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "bloqueado por %{path_lock_user_name} %{created_at}"
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr "puede exponer información confidencial"
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "merge request"
@@ -18956,6 +22386,9 @@ msgstr "el hito debe pertenecer a un proyecto o un grupo."
msgid "missing"
msgstr "falta"
+msgid "most recent deployment"
+msgstr "despliegue más reciente"
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr "%{commitCount} y %{mergeCommitCount} se añadirán a %{targetBranch}."
@@ -18989,9 +22422,6 @@ msgstr "Uso de %{metricsLinkStart} memoria %{metricsLinkEnd} %{emphasisStart} in
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "%{metricsLinkStart} El uso de la memoria %{metricsLinkEnd} es %{emphasisStart} sin cambios %{emphasisEnd} en %{memoryFrom}MB"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,8 +22455,8 @@ msgstr "Cancelar merge automático"
msgid "mrWidget|Check out branch"
msgstr "Check-out"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "Comprobando la capacidad para realizar los merge automáticamente"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr "Si el branch %{branch} existe en su repositorio local, puede hacer un me
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Si el branch %{missingBranchName} existe en su repositorio local, puede hacer un merge de la solicitud de merge request manualmente utilizando la línea de comandos"
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr "Cargando las estadísticas de los despliegues"
@@ -19116,7 +22549,7 @@ msgid "mrWidget|Plain diff"
msgstr "Diff normal"
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
-msgstr ""
+msgstr "listo para fusionarse automáticamente. Pídale a alguien que tenga acceso de escritura a este repositorio que fusione esta solicitud"
msgid "mrWidget|Refresh"
msgstr "Actualizar"
@@ -19140,7 +22573,7 @@ msgid "mrWidget|Resolve conflicts"
msgstr "Resolver conflictos"
msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally"
-msgstr ""
+msgstr "resuelva estos conflictos o pídale a alguien con acceso de escritura a este repositorio que lo fusione localmente"
msgid "mrWidget|Revert"
msgstr "Revertir"
@@ -19161,7 +22594,7 @@ msgid "mrWidget|The changes were not merged into"
msgstr "Los cambios no se fusionaron en"
msgid "mrWidget|The changes will be merged into"
-msgstr ""
+msgstr "Los cambios se fusionarán en"
msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure"
msgstr ""
@@ -19209,10 +22642,10 @@ msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "Este proyecto está archivado, se ha deshabilitado el acceso de escritura"
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
-msgstr ""
+msgstr "para aprobar este merge request, por favor introduzca su contraseña. Este proyecto requiere de todas las aprobaciones para ser autenticado."
msgid "mrWidget|When this merge request is ready, remove the WIP: prefix from the title to allow it to be merged"
-msgstr ""
+msgstr "cuando este merge request esté lista, elimine el prefijo WIP: del título para permitir su fusionado"
msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
msgstr "No tiene permiso para editar este proyecto directamente. Por favor, haga un fork para hacer cambios."
@@ -19253,6 +22686,9 @@ msgstr "n/a"
msgid "needs to be between 10 minutes and 1 month"
msgstr "el intervalo debe estar comprendido entre 10 minutos y 1 mes"
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "nueva solicitud de fusión"
@@ -19280,8 +22716,14 @@ msgstr "%{item}, %{nextItem}"
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr "%{item}, y %{lastItem}"
-msgid "or %{link_start}create a new Google account%{link_end}"
-msgstr "o %{link_start}cree una nueva cuenta de Google%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr "abierto el %{timeAgoString} por %{user}"
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
msgid "out of %d total test"
msgid_plural "out of %d total tests"
@@ -19299,9 +22741,15 @@ msgstr "contraseña"
msgid "pending comment"
msgstr "comentario pendiente"
+msgid "pending removal"
+msgstr "pendiente de eliminación"
+
msgid "pipeline"
msgstr "pipeline"
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr "el nombre del pod no puede ser mayor que %{max_length} chars"
+
msgid "point"
msgid_plural "points"
msgstr[0] "punto"
@@ -19330,6 +22778,9 @@ msgstr "acciones rápidas"
msgid "register"
msgstr "registrar"
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr "publicado el %{time}"
@@ -19359,6 +22810,9 @@ msgstr[1] "respuestas"
msgid "reset it."
msgstr "restablecer."
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr "puntuación"
@@ -19380,6 +22834,9 @@ msgstr "Baja"
msgid "severity|Medium"
msgstr "Media"
+msgid "severity|None"
+msgstr "Ninguna"
+
msgid "severity|Undefined"
msgstr "Sin definir"
@@ -19389,6 +22846,12 @@ msgstr "Desconocida"
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr "debe ser mayor o igual que %{access} el nivel de acceso heredado del grupo %{group_name}"
+msgid "show %{count} more"
+msgstr "mostrar %{count} más"
+
+msgid "show fewer"
+msgstr "mostrar menos"
+
msgid "show less"
msgstr "mostrar menos"
@@ -19413,6 +22876,9 @@ msgstr "%{slash_command} actualizará la suma del tiempo empleado."
msgid "started"
msgstr "iniciado"
+msgid "started a discussion on %{design_link}"
+msgstr "inició una discusión en %{design_link}"
+
msgid "started on %{milestone_start_date}"
msgstr "comenzó en %{milestone_start_date}"
@@ -19431,6 +22897,12 @@ msgstr "la sintaxis es correcta"
msgid "syntax is incorrect"
msgstr "la sintaxis es incorrecta"
+msgid "tag name"
+msgstr "nombre de la etiqueta"
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "este documento"
@@ -19443,7 +22915,7 @@ msgid "to help your contributors communicate effectively!"
msgstr "¡Para ayudar a sus colaboradores a comunicarse de manera efectiva!"
msgid "to list"
-msgstr ""
+msgstr "para listar"
msgid "toggle collapse"
msgstr ""
@@ -19455,7 +22927,7 @@ msgid "triggered"
msgstr "disparado"
msgid "unicode domains should use IDNA encoding"
-msgstr ""
+msgstr "los dominios unicode deben utilizar codificación IDNA"
msgid "updated"
msgstr "actualizado"
@@ -19514,10 +22986,12 @@ msgstr "Descartado"
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "con %{additions} adiciones, %{deletions} eliminaciones."
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "dentro de un %d minuto"
-msgstr[1] "dentro de %d minutos "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr "El fichero yaml no es válido"
+
diff --git a/locale/et_EE/gitlab.po b/locale/et_EE/gitlab.po
index 1dc4e072806..cbd55440d7d 100644
--- a/locale/et_EE/gitlab.po
+++ b/locale/et_EE/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Estonian\n"
"Language: et_EE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: et\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:23\n"
+"PO-Revision-Date: 2020-01-22 09:34\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/fa_IR/gitlab.po b/locale/fa_IR/gitlab.po
index 33f19c214db..c5e260edfc7 100644
--- a/locale/fa_IR/gitlab.po
+++ b/locale/fa_IR/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Persian\n"
"Language: fa_IR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: fa\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:10\n"
+"PO-Revision-Date: 2020-01-22 09:25\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/fil_PH/gitlab.po b/locale/fil_PH/gitlab.po
index e3b0e2e311f..f6a85b42e75 100644
--- a/locale/fil_PH/gitlab.po
+++ b/locale/fil_PH/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Filipino\n"
"Language: fil_PH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: fil\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:24\n"
+"PO-Revision-Date: 2020-01-22 09:34\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/fr/gitlab.po b/locale/fr/gitlab.po
index d2968f3bb71..ec1bc4410bc 100644
--- a/locale/fr/gitlab.po
+++ b/locale/fr/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: French\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: fr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:24\n"
+"PO-Revision-Date: 2020-01-22 09:34\n"
msgid " (from %{timeoutSource})"
msgstr " (depuis %{timeoutSource})"
@@ -52,15 +51,18 @@ msgstr " ou "
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
-msgstr " ou <#epic id>"
-
msgid " or <#issue id>"
msgstr " ou <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d commentaire"
@@ -94,15 +96,15 @@ msgid_plural "%d exporters"
msgstr[0] "%d exportateur"
msgstr[1] "%d exportateurs"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d test en échec"
-msgstr[1] "%d tests en échec"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
-msgstr[0] "%d test passé avec succès"
-msgstr[1] "%d tests passés avec succès"
+msgstr[0] "%d résultat du test corrigé"
+msgstr[1] "%d résultats du test corrigés"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] "%d changement à valider"
msgstr[1] "%d changements à valider"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d changement qui ne sera pas validé"
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} a créé %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr "encore %{count}"
msgid "%{count} more assignees"
msgstr "%{count} autres personnes assignées"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} approbations de %{name} sur %{required}"
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] "%{count} commentaire en attente"
msgstr[1] "%{count} commentaires en attente"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,8 +272,8 @@ msgstr "%{filePath} supprimé"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} et %{labelCount} de plus"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} non trouvé dans ce commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "Les %{group_docs_link_start}groupes%{group_docs_link_end} vous permettent de gérer plusieurs projets et d’y collaborer. Les membres d’un groupe ont accès à tous ses projets."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} sera supprimé ! Êtesâ€vous sûr ?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} indisponible"
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}En savoir plus%{link_end} sur les droits des rôles"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr "%{number_commits_behind} commits de retard sur %{default_branch}, %{numb
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent} %% effectués"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "épopées %{state}"
@@ -338,6 +410,11 @@ msgstr[1] "%{strong_start}%{commit_count}%{strong_end} commits"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} fichiers"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} étiquette"
@@ -346,6 +423,18 @@ msgstr[1] "%{strong_start}%{tag_count}%{strong_end} étiquettes"
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr "Changements %{title}"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{staged} changements prêts à être validés et %{unstaged} autres changements"
@@ -434,12 +532,22 @@ msgstr "%{extraOptionCount} de plus"
msgid ", or "
msgstr ", ou "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr "- l’exécuteur est actif et peut traiter de nouvelles tâches"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- l’exécuteur est en pause et ne recevra pas de nouvelles tâches"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr "- en montrer moins"
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "Un groupe"
msgstr[1] "%d groupes"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "un ticket ouvert"
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr "1ʳᵉ contribution !"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "Authentification à deux facteurs"
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "Veuillez contacter votre administrateur·rice GitLab afin d’obtenir l’autorisation."
@@ -557,9 +692,15 @@ msgstr "Page introuvable"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "Veuillez contacter votre administrateur GitLab si vous pensez qu’il s’agit d’une erreur."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> ajoutera « Par <a href=\"#\">@johnsmith</a> » à tous les tickets et commentaires créés à l’origine par johnsmith@example.com, et tous les tickets initialement assignés à johnsmith@example.com seront assignés à <a href=\"#\">@johnsmith</a>."
@@ -581,17 +722,11 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} modifications non indexées</strong> et <strong>%{stagedFilesLength} modifications d’étape</strong>"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> créé(s), <strong>%{accepted_count}</strong> accepté(s)."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> créé(s), <strong>%{closed_count}</strong> clos."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "Membres du groupe <strong>%{group_name}</strong>"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong> poussées Git, plus de <strong>%{commits}</strong> commits effectués par <strong>%{people}</strong> contributeurs."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "<strong>Supprime</strong> la branche source"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Une branche par défaut ne peut pas être choisie pour un projet vide."
msgid "A deleted user"
msgstr "Un utilisateur supprimé"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "Une nouvelle branche sera créée dans votre dépôt divergent (fork) et une nouvelle demande de fusion sera lancée."
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "Un site HTML simple qui utilise Netlify comme intégration et livraison continues (CI/CD) au lieu de GitLab, mais en gardant toutes les autres fonctionnalités géniales de GitLab."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "Un projet est l’endroit où vous hébergez vos fichiers (dépôt), planifiez votre travail (tickets) et publiez votre documentation (wiki), %{among_other_things_link}."
@@ -650,8 +809,8 @@ msgstr "Un modèle prêt à l’emploi à utiliser pour les applications Android
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "Un modèle prêt à l’emploi à utiliser pour les applications iOS en Swift."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "Une expression rationnelle qui sera utilisée pour déterminer la sortie du test lors du traçage d’une tâche. Laissez vide pour désactiver"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
msgid "A secure token that identifies an external storage request."
msgstr ""
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr "Accès à « %{classification_label} » non autorisé"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr "Compte"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr "Limitations du compte"
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr "Action à réaliser lors de la réception d’une alerte."
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr "Ajouter une URL Jaeger"
msgid "Add Kubernetes cluster"
msgstr "Ajouter une grappe de serveurs Kubernetes"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr "Ajouter un README"
@@ -883,15 +1066,15 @@ msgstr "Ajouter un texte apparaissant dans toutes communications par courriel (%
msgid "Add an SSH key"
msgstr ""
+msgid "Add an existing issue to the epic."
+msgstr ""
+
msgid "Add an issue"
msgstr ""
msgid "Add approval rule"
msgstr ""
-msgid "Add approvers"
-msgstr "Ajouter des approbateurs"
-
msgid "Add bold text"
msgstr "Ajouter du texte en gras"
@@ -931,15 +1114,18 @@ msgstr "Ajouter une nouvelle application"
msgid "Add new directory"
msgstr "Ajouter un nouveau dossier"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr "Ajouter une réaction"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr "Ajouter au projet"
-
msgid "Add to review"
msgstr "Ajouter à la revue de code"
@@ -967,6 +1150,9 @@ msgstr "Ajouter un ou des utilisateurs au groupe :"
msgid "Add users to group"
msgstr "Ajouter des utilisateurs au groupe"
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "Espace d’administration"
@@ -1030,14 +1219,17 @@ msgstr "Vue administrateur"
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Vous êtes sur le point de supprimer définitivement l’utilisateur %{username}. Les tickets, demandes de fusion et les groupes qui leur sont liés seront transférés à un « utilisateur fantôme » du système. Pour éviter toute perte de données, envisagez plutôt d’utiliser la fonctionnalité « %{strong_start}bloquer l’utilisateur%{strong_end} ». L’action « %{strong_start}supprimer l’utilisateur%{strong_end} » ne peut être annulée ni faire l’objet d’une restauration."
+msgid "Admin mode disabled"
+msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Vous êtes sur le point de supprimer définitivement l’utilisateur %{username}. Cette action supprimera également les tickets, les demandes de fusion et les groupes qui leur sont liés. Pour éviter toute perte de données, envisagez plutôt d’utiliser la fonctionnalité « %{strong_start}bloquer l’utilisateur%{strong_end} ». L’action « %{strong_start}supprimer l’utilisateur%{strong_end} » ne peut être annulée ni faire l’objet d’une restauration."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
+msgstr ""
msgid "AdminArea|Stop all jobs"
msgstr "Arrêter toutes les tâches"
@@ -1054,6 +1246,12 @@ msgstr "L’arrêt des tâches a échoué"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Vous êtes sur le point d’arrêter toutes les tâches. Toutes les tâches en cours seront interrompues."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr "Bloquer ce compte"
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "Supprimer le compte %{username} et ses contributions ?"
@@ -1168,15 +1390,36 @@ msgstr "Supprimer le compte et ses contributions"
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Pour confirmer, veuillez saisir %{projectName}"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Pour confirmer, veuillez saisir %{username}"
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "Tous"
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr "Toutes les modifications sont validées"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr "Toutes les fonctionnalités sont activées pour les projets vierges, à
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr "Tous les utilisateurs"
@@ -1281,9 +1566,6 @@ msgstr "Autoriser les commits des membres qui peuvent fusionner dans la branche
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr "Autoriser l’accès public aux pipelines et aux détails des tâches, y
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Permettre le rendu des diagrammes PlantUML dans les documents Asciidoc."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr "Autoriser les requêtes sur le réseau local à partir de hooks et de services."
@@ -1311,11 +1596,8 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr "Autoriser les utilisateurs à demander un accès"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Autoriser les utilisateurs à demander l’accès si la visibilité est publique ou interne."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Vous permet d’ajouter et de gérer des grappes de serveurs Kubernetes."
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Également appelé « émetteur » ou « identifiant du tiers de confiance »"
@@ -1335,6 +1620,18 @@ msgstr "Aussi appelée « adresse URL du service du tiers de confiance » ou
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "Durée (en heures) durant laquelle les utilisateurs sont autorisés à outrepasser la configuration de l’authentification à double facteur obligatoire"
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr "Une erreur est survenue lors de la mise à jour du poids du ticket"
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr "Une erreur est survenue lors de la suppression du commentaire"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "Une erreur est survenue lors de la détection des clefs de l’hôte"
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr "Une erreur est survenue pendant la récupération du journal de la tâche."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "Une erreur est survenue pendant la récupération de la tâche."
msgid "An error occurred while fetching the jobs."
msgstr "Une erreur est survenue pendant la récupération des tâches."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "Une erreur est survenue pendant la récupération du pipeline."
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "Une erreur s’est produite lors de la récupération des projets"
@@ -1464,6 +1782,9 @@ msgstr "Une erreur est survenue lors de l’importation du projet : %{details}"
msgid "An error occurred while initializing path locks"
msgstr "Une erreur est survenue lors de l’initialisation des verrous des chemins d’accès"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Une erreur est survenue lors du chargement des données du graphique"
@@ -1479,9 +1800,39 @@ msgstr "Une erreur s’est produite lors du chargement du diff"
msgid "An error occurred while loading filenames"
msgstr "Une erreur s’est produite lors du chargement des noms de fichiers"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr "Une erreur s’est produite lors du chargement du fichier"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr ""
@@ -1521,6 +1872,9 @@ msgstr "Une erreur s’est produite lors de l’enregistrement des destinataires
msgid "An error occurred while saving the approval settings"
msgstr ""
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr "Une erreur est survenue lors de l’abonnement aux notifications."
@@ -1539,41 +1893,11 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr "Une erreur est survenue lors de la mise à jour du commentaire"
-msgid "An error occurred while validating username"
-msgstr "Une erreur s’est produite lors de la validation du nom d’utilisateur"
-
-msgid "An error occurred while committing your changes."
-msgstr ""
-
-msgid "An error occurred while fetching the job trace."
-msgstr ""
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr ""
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr ""
-
-msgid "An error occurred while loading all the files."
-msgstr ""
-
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while validating group path"
msgstr ""
-msgid "An error occurred while loading the file."
-msgstr ""
-
-msgid "An error occurred while loading the merge request changes."
-msgstr ""
-
-msgid "An error occurred while loading the merge request version data."
-msgstr ""
-
-msgid "An error occurred while loading the merge request."
-msgstr ""
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr ""
+msgid "An error occurred while validating username"
+msgstr "Une erreur s’est produite lors de la validation du nom d’utilisateur"
msgid "An error occurred. Please try again."
msgstr "Une erreur est survenue. Merci de réessayer."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr "Analyse"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr "Toute étiquette"
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "Apparence"
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr "Applications"
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "avr."
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "Projet archivé ! Le dépôt et les autres ressources du projet sont en lecture seule"
msgid "Archived projects"
msgstr "Projets archivés"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Êtesâ€vous sûr·e de vouloir supprimer ce pipeline programmé ?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Êtesâ€vous sûr(e) de vouloir supprimer cette construction ?"
@@ -1808,6 +2168,9 @@ msgstr "Êtesâ€vous vraiment prêt(e) à perdre les modifications non enregistr
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr "Identifiant de l’artefact"
@@ -1898,6 +2270,9 @@ msgstr "URL du service consommateur d’assertion"
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr "Au moins une approbation d’un propriétaire de code est requise pour modifier les fichiers correspondant aux règles de propriété du code (CODEOWNER)."
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr "Événements d’audit"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "août"
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr "Journal d’authentification"
@@ -2049,12 +2442,21 @@ msgstr "Auto DevOps, exécuteurs et artéfacts de tâches"
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "Annuler automatiquement les pipelines redondants en attente"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "documentation Auto DevOps"
@@ -2166,6 +2568,9 @@ msgstr "Badge de groupe"
msgid "Badges|Link"
msgstr "Lien"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "Pas d’image de badge"
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "Supprimer tous les commentaires en attente"
@@ -2256,23 +2664,23 @@ msgstr "Commencer avec le commit sélectionné"
msgid "Below are examples of regex for existing tools:"
msgstr "Voici quelques exemples d’expressions rationnelles pour des outils existants :"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Vous trouverez ciâ€dessous tous les groupes publics."
msgid "Billing"
msgstr "Facturation"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "Forfait actuel"
-
-msgid "BillingPlans|Downgrade"
-msgstr "Rétrograder"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
@@ -2298,17 +2706,14 @@ msgstr "Ce groupe utilise le forfait associé à son groupe parent."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Pour gérer le forfait de ce groupe, rendez vous à la section facturation de %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade"
-msgstr "Mise à niveau"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "Votre essai gratuit sur GitLab.com a expiré le %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "caractéristiques"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
msgstr "foire aux questions"
@@ -2316,13 +2721,10 @@ msgstr "foire aux questions"
msgid "BillingPlans|monthly"
msgstr "mensuel"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "au prix annuel de %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "par utilisateur"
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr "Importation d’un serveur Bitbucket"
msgid "Bitbucket import"
msgstr "Importation de Bitbucket"
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr "Nom de la branche"
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Rechercher les branches"
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr "Parcourir les fichiers"
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr "Paramètres de l’intégration et de la livraison continues"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto DevOps va automatiquement construire, tester et déployer votre application selon une configuration prédéfinie d’intégration et de livraison continues."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "Déploiement automatique pour « staging », déploiement manuel pour la production"
@@ -2652,9 +3054,6 @@ msgstr "Stratégie de déploiement"
msgid "CICD|Jobs"
msgstr "Tâches"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "En savoir plus à propos d’Auto DevOps"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "Le pipeline Auto DevOps sera exécuté si aucun autre fichier de configuration n’est trouvé."
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr "URL de retour"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Annuler cette tâche"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr "Modifier le poids"
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Statistiques"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Discussion"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr "Veuillez vérifier la %{docs_link_start}documentation%{docs_link_end}."
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "Vérification de la disponibilité de %{text}…"
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr "Vérification de la disponibilité du nom de branche…"
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Picorer ce commit"
msgid "Cherry-pick this merge request"
msgstr "Picorer cette demande de fusion"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "Sélectionnez <strong>Créer une archive</strong> et attendez que l’archivage soit terminé."
@@ -2997,6 +3504,9 @@ msgstr "en attente d’une tâche différée"
msgid "CiStatusLabel|waiting for manual action"
msgstr "en attente d’une action manuelle"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "bloqué"
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "ignoré"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "en cours"
@@ -3099,6 +3612,9 @@ msgstr "Changer l’état de protection"
msgid "CiVariable|Validation failed"
msgstr "La validation a échoué"
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr "est indisponible : %{reason}"
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,8 +3834,11 @@ msgstr "Applications"
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "Êtesâ€vous sûr·e de vouloir supprimer l’intégration de cette grappe de serveurs Kubernetes ? Cela ne supprimera pas votre grappe de serveurs Kubernetes."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "Ensemble de certificats des autorités de certification (format PEM)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr "Choisissez les applications à installer sur votre grappe de serveurs Ku
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Choisissez lequel de vos environnements utilisera cette grappe de serveurs."
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr "Copier l’URL de l’API"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "Copier le certificat de l’AC"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Copier le nom d’hôte Jupyter dans le presseâ€papiers"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr "Copier le nom de la grappe de serveurs Kubernetes"
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Créer une grappe de serveurs Kubernetes"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr "Le saviezâ€vous ?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Activez ou désactivez la connexion de GitLab à votre grappe de serveurs Kubernetes."
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Activez ce paramètre si vous utilisez le contrôle d’accès basé sur les rôles (RBAC)."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Entrez les détails de votre grappe de serveurs Kubernetes"
@@ -3396,9 +4005,15 @@ msgstr "Portée de l’environnement"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "Chaque nouveau compte Google Cloud Platform (GCP) reçoit un crédit de 300 US$ sur %{sign_up_link}. En partenariat avec Google, GitLab est en mesure de vous offrir 200 US$ supplémentaires, à la fois pour les nouveaux et les anciens comptes GCP, afin de vous permettre de commencer l’intégration de Google Kubernetes Engine sur GitLab."
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Projet Google Cloud Platform"
@@ -3453,6 +4071,9 @@ msgstr "Masquer"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Si vous configurez plusieurs grappes de serveurs et que vous utilisez Auto DevOps, %{help_link_start}veillez d’abord lire ceci%{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Intégrez l’automatisation de la grappe de serveurs Kubernetes"
@@ -3492,6 +4116,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "JupyterHub est une plaque tournante multiâ€utilisateur qui génère, gère et « proxifie » plusieurs instances du serveur de blocâ€notes monoâ€utilisateur Jupyter notebook. JupyterHub peut être utilisé pour servir des blocâ€notes aux élèves d’une classe, un groupe d’informaticiens d’une entreprise ou un groupe de scientifiques chercheurs."
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3513,13 +4140,13 @@ msgstr "Grappe de serveurs Kubernetes"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Détails de la grappe de serveurs Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "La grappe de serveurs Kubernetes est en cours de création sur Google Kubernetes Engine…"
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Nom de la grappe de serveurs Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr "Les grappes de serveurs Kubernetes vous permettent d’utiliser des appl
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Les grappes de serveurs Kubernetes peuvent être utilisées pour déployer des applications et fournir des applications de revue Review Apps pour ce projet"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "En savoir plus sur les %{help_link_start_machine_type}types de machines%{help_link_end} et la %{help_link_start_pricing}tarification%{help_link_end}."
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "En savoir plus sur %{help_link_start}les zones%{help_link_end}."
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr "Type de machine"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "Assurezâ€vous que votre compte %{link_to_requirements} pour créer des grappes de serveurs Kubernetes"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "Gérez votre grappe de serveurs Kubernetes en visitant %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr "Aucun type de machine ne correspond à votre recherche"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "Aucun projet trouvé"
@@ -3579,6 +4248,15 @@ msgstr "Aucun projet ne correspond à votre recherche"
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr "Aucune zone ne correspond à votre recherche"
@@ -3612,11 +4290,14 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr "Prometheus est un système de supervision libre avec %{gitlabIntegrationLink} permettant de surveiller les applications déployées."
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "Grappe de serveurs avec contrôle d’accès par rôle"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Lisez notre %{link_to_help_page} sur l’intégration d’une grappe de serveurs Kubernetes."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
msgstr ""
@@ -3627,9 +4308,21 @@ msgstr "Supprimer l’intégration de la grappe de serveurs Kubernetes"
msgid "ClusterIntegration|Remove integration"
msgstr "Retirer l’intégration"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "Supprimer la configuration de cette grappe de serveurs Kubernetes de ce projet. Cela ne supprimera pas votre grappe de serveurs Kubernetes actuelle."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "Vous pouvez remplacer ceci par un nom d’hôte personnalisé. Auquel cas, faites pointer ce nom d’hôte vers l’adresse IP d’Ingress ciâ€dessus."
@@ -3639,30 +4332,75 @@ msgstr "La demande de lancement de l’installation a échoué"
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr "Enregistrer les modifications"
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr "Rechercher les types de machines"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "Rechercher des projets"
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr "Rechercher les zones"
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "Voir et modifier les détails de votre grappe de serveurs Kubernetes"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Sélectionnez le type de machine"
@@ -3675,7 +4413,7 @@ msgstr "Sélectionnez le projet et la zone afin de choisir le type de machine"
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Sélectionnez le projet afin de choisir la zone"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,17 +4425,23 @@ msgstr "Sélectionnez la zone afin de choisir le type de machine"
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Afficher"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "Un problème est survenu de notre côté."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Une erreur s’est produite lors de la création de votre grappe de serveurs Kubernetes sur Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "Une erreur s’est produite lors de l’installation de %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr "Cette option vous permettra d’installer des applications sur des grapp
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Activer/désactiver la grappe de serveurs Kubernetes"
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr "Validation de l’état de la facturation du projet"
@@ -3768,12 +4530,21 @@ msgstr "Nous n’avons pu vérifier que la facturation de l’un de vos projets
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "Avec une grappe de serveurs Kubernetes associée à ce projet, vous pouvez utiliser des applications de revue, déployer vos applications, exécuter vos pipelines, et bien plus encore."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr "Vous devez d’abord installer Helm Tiller avant d’installer les applications ciâ€dessous"
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr "Votre compte doit disposer de %{link_to_kubernetes_engine}"
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "Zone"
@@ -3792,9 +4566,6 @@ msgstr "Accèder à Google Kubernetes Engine"
msgid "ClusterIntegration|documentation"
msgstr "documentation"
-msgid "ClusterIntegration|help page"
-msgstr "page d’aide"
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr "s’inscrire"
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr "Cohortes"
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "Réduire"
@@ -3908,6 +4724,9 @@ msgstr "Durée des 30 derniers commits en minutes"
msgid "Commit message"
msgstr "Message de commit"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "Statistiques des commits pour %{ref} de %{start_time} à %{end_time}"
@@ -3938,6 +4757,9 @@ msgstr "Commits par jour du mois"
msgid "Commits per weekday"
msgstr "Commits par jour de la semaine"
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "Une erreur s’est produite lors de la récupération des données de demandes de fusion."
@@ -3959,6 +4781,9 @@ msgstr "Commit…"
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Comparer"
@@ -3977,6 +4802,9 @@ msgstr "Comparer les changements avec le dernier commit"
msgid "Compare changes with the merge request target branch"
msgstr "Comparer les modifications avec la branche cible de la demande de fusion"
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} et %{target_branch} sont identiques."
@@ -3995,6 +4823,9 @@ msgstr "Il n’y a rien à comparer."
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "Confidentiel"
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Configurer le traçage"
@@ -4031,8 +4865,14 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr "Configurer les limites pour les requêtes Web et d’API."
-msgid "Configure push mirrors."
-msgstr "Configurez les miroirs où pousser le code."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
msgid "Configure storage path settings."
msgstr "Configurez le chemin d’accès au stockage."
@@ -4067,15 +4907,24 @@ msgstr "Se connecter à des dépôts à partir de GitHub"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "Connectez vos dépôts externes afin que les pipelines d’intégration et de livraison continues (CI/CD) s’exécutent lors de nouveaux commits. Un projet GitLab sera créé avec uniquement les fonctionnalités CI/CD activées."
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr "Connexion en cours…"
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr "Registre de conteneur"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "Aucune étiquette dans le registre de conteneur pour l’image de ce conteneur."
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
-msgstr[1] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr "Supprimer le dépôt"
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "ContainerRegistry|Size"
msgstr "Taille"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Étiquette"
-msgid "ContainerRegistry|Tag ID"
-msgstr "Identifiant de l’étiquette"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,6 +5104,42 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr "Contributions du <strong>%{calendar_date}</strong>"
@@ -4198,18 +5149,6 @@ msgstr "Contributions par membre du groupe"
msgid "Contributors"
msgstr "Contributeurs"
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "Du %{startDate} au %{endDate}"
-
-msgid "ContributorsPage|Building repository graph."
-msgstr "Construction du graphique du dépôt."
-
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "Commits sur %{branch_name}, à l’exclusion des commits de fusion (limité à 6 000 commits)."
-
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "Veuillez patienter, cette page va être automatiquement actualisée."
-
msgid "Control emails linked to your account"
msgstr ""
@@ -4219,9 +5158,6 @@ msgstr "Contrôle l’affichage des offres tierces."
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr "Contrôle la concurrence maximale des remplacements de dépôt pour ce nœud secondaire"
-msgid "ConvDev Index"
-msgstr "Index ConvDev"
-
msgid "Cookie domain"
msgstr ""
@@ -4231,17 +5167,29 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr "Copier l’URL %{protocol} de clonage"
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
-msgstr "Copier l’identifiant dans le presseâ€papiers"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
msgid "Copy KRB5 clone URL"
msgstr ""
@@ -4252,20 +5200,29 @@ msgstr "Copier l’URL SSH de clonage"
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "Copier l’URL dans le presseâ€papiers"
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
-msgid "Copy branch name to clipboard"
-msgstr "Copier le nom de la branche dans le presseâ€papiers"
+msgid "Copy command"
+msgstr ""
-msgid "Copy command to clipboard"
-msgstr "Copier la commande dans le presseâ€papiers"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "Copier le condensat SHA du commit"
+msgid "Copy commit SHA"
+msgstr ""
-msgid "Copy file path to clipboard"
-msgstr "Copier le chemin d’accès du fichier dans le presseâ€papiers"
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
@@ -4276,28 +5233,22 @@ msgstr ""
msgid "Copy link"
msgstr "Copier le lien"
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
-msgstr "Copier la référence dans le presseâ€papiers"
-
-msgid "Copy secret to clipboard"
-msgstr "Copier le secret dans le presseâ€papiers"
-
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
-msgstr "Copier dans le presseâ€papiers"
+msgid "Copy secret"
+msgstr ""
-msgid "Copy token to clipboard"
-msgstr "Copier le jeton dans le presseâ€papiers"
+msgid "Copy token"
+msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr "Créer un nouveau dossier"
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr "Créer un nouveau ticket"
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Créer un jeton d’accès personnel pour votre compte afin de récupérer ou pousser par %{protocol}."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr "Créer un groupe"
msgid "Create group label"
msgstr "Créer une étiquette de groupe"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Créer des listes à partir d’étiquettes. Les tickets avec l’étiquette sélectionnée apparaissent dans cette liste."
@@ -4477,9 +5467,18 @@ msgstr "Créé"
msgid "Created At"
msgstr "Créé à"
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr "Fuseau horaire des tâches planifiées cron"
msgid "Cron syntax"
msgstr "Syntaxe de la planification cron"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr "Branche actuelle"
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,14 +5548,23 @@ msgstr "NÅ“ud actuel"
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr "Profil"
msgid "CurrentUser|Settings"
msgstr "Paramètres"
-msgid "Custom CI config path"
-msgstr "Chemin d’accès de la config d’intégration continue personnalisée"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "Nom d’hôte personnalisé (pour les courriels de commit privés)"
@@ -4564,12 +5581,18 @@ msgstr "Modèles de projets personnalisés"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "Personnaliser les couleurs"
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "Personnalisez la configuration de votre pipeline et affichez son état et le rapport de couverture."
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "Analyse de cycle"
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "Cycle Analytics donne un aperçu du temps qu’il faut pour qu’un projet passe d’une idée à sa mise en production."
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Ticket"
msgid "CycleAnalyticsStage|Plan"
msgstr "Planification"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Production"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Examen"
@@ -4678,25 +5734,74 @@ msgstr "Préproduction"
msgid "CycleAnalyticsStage|Test"
msgstr "Test"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr "Sélecteur de date"
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr "Déboguer"
@@ -4769,6 +5880,9 @@ msgstr "Refuser et se déconnecter"
msgid "Default Branch"
msgstr "Branche par défaut"
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr "Étiquette de classement par défaut"
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr "Supprimer la liste"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr "Refuser"
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,11 +6202,11 @@ msgstr "Autorise l’accès en lecture seule aux images du registre"
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "Autorise l’accès en lecture seule au dépôt"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "Copier le jeton de déploiement dans le presseâ€papiers"
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "Copier le nom d’utilisateur dans le presseâ€papiers"
+msgid "DeployTokens|Copy username"
+msgstr ""
msgid "DeployTokens|Create deploy token"
msgstr "Créer un jeton de déploiement"
@@ -5130,21 +6268,42 @@ msgstr "Votre nouveau jeton de déploiement pour votre projet a été créé."
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr "Déployé sur"
msgid "Deploying to"
msgstr "En cours de déploiement sur"
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr "Déprioriser l’étiquette"
msgid "Descending"
msgstr "Décroissant"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Description"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr "Détecter les clefs de l’hôte"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Limites du contenu du diff"
msgid "Diff limits"
msgstr "Limites du diff"
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr "Aucun nom de fichier disponible"
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr "Nom du dossier"
msgid "Disable"
msgstr "Désactiver"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "Désactiver pour ce projet"
msgid "Disable group Runners"
msgstr "Désactiver les exécuteurs de groupe"
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
-msgstr "Rejeter"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
msgstr ""
+msgid "Dismiss"
+msgstr "Rejeter"
+
msgid "Dismiss Cycle Analytics introduction box"
msgstr "Passer l’introduction à Cycle Analytics"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr "Rejeter la promotion de la demande de fusion"
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "Voulezâ€vous personnaliser la manière dont les adresses de courriel et les noms d’utilisateurs issus de Google Code sont importés dans GitLab ?"
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr "Documentation des principaux fournisseurs d’identité"
@@ -5370,6 +6583,9 @@ msgstr "Domaine"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr "Effectué"
msgid "Download"
msgstr "Télécharger"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr "Votes négatifs"
msgid "Due date"
msgstr "Date d’échéance"
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "Au cours de ce processus, il vous sera demandé les URL de GitLab. Utilisez les URL indiquées ciâ€dessous."
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr "Chaque exécuteur peut être dans l’un des états suivants :"
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr "Modifier l’étiquette"
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr "Éditer le pipeline programmé %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr "Modifier le fragment de code"
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr "Modifier l’application"
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr "Correctif par courriel"
@@ -5622,6 +6883,12 @@ msgstr "Activer Auto DevOps"
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Activer la collecte de données Pseudonymizer"
@@ -5670,6 +6937,9 @@ msgstr "Activer ou désactiver la collecte de données Pseudonymizer."
msgid "Enable or disable version check and usage ping."
msgstr "Activer ou désactiver le contrôle de version et l’envoi des données d’utilisation."
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr "Entrez la description du problème"
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "Environnements"
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Une erreur s’est produite lors de la récupération des environnements."
@@ -5826,6 +7120,12 @@ msgstr "Une erreur s’est produite lors de l’arrêt de l’environnement. Veu
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "Êtesâ€vous sûr(e) de vouloir arrêter cet environnement ?"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Commit"
@@ -5844,20 +7144,29 @@ msgstr "Environnements"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "Les environnements sont des endroits où le code est déployé, tel que l’étape ou la production."
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Tâche"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr "En savoir plus sur l’arrêt des environnements"
msgid "Environments|New environment"
msgstr "Nouvel environnement"
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr "Aucun déploiement pour le moment"
-msgid "Environments|No pod name has been specified"
-msgstr "Aucun nom de « pod » n’a été spécifié"
+msgid "Environments|No pods to display"
+msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
msgstr "Notez que cette action arrêtera l’environnement, mais n’aura %{emphasisStart}aucun%{emphasisEnd} effet sur les déploiements existants en raison de l’absence de directive « arrêter l’action de l’environnement » dans le fichier de configuration %{ciConfigLinkEnd}.gitlab-ci.yml%{ciConfigLinkStart}."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Tout afficher"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "Arrêter"
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr "protégé"
msgid "Epic"
msgstr "Épopée"
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr "Épopées"
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Les épopées vous permettent de gérer votre portefeuille de projets plus efficacement et avec moins d’efforts"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr "commence"
msgid "Error"
msgstr "Erreur"
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,8 +7351,8 @@ msgstr "Erreur lors de la création de l’épopée"
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
-msgstr "Erreur lors de l’extraction des données des contributeur·rice·s."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6069,6 +7387,9 @@ msgstr "Erreur lors du chargement des branches."
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr "Une erreur s’est produite lors de l’activation ou de la désactivati
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "Erreur lors de la mise à jour de l’étiquette."
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr "Estimé"
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "Tout filtrer"
msgid "EventFilterBy|Filter by comments"
msgstr "Filtrer par commentaires"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "Filtrer par événements de ticket"
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "Chaque jour (à 4 h du matin)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Chaque mois (le 1ᵉʳ à 4 h du matin)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Chaque semaine (dimanche à 4 h du matin)"
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "Étendre"
@@ -6285,9 +7642,15 @@ msgstr "Étendre la barre latérale"
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr "Date d’expiration"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr "Autorisation de politique de classification externe"
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,15 +7774,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Échec du changement de propriétaire"
msgid "Failed to check related branches."
msgstr "Échec de la vérification des branches liées."
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr "Échec du déploiement sur"
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr "Impossible de charger la liste des émojis."
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "Échec de la mise à jour du ticket. Veuillez réessayer."
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr "Plus rapide parce qu’il réutilise l’espace de travail du projet (faire un clone en solution de secours s’il n’existe pas)"
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr "URL de l’API"
msgid "FeatureFlags|Active"
msgstr "Actif"
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr "Configurer"
@@ -6603,9 +7981,6 @@ msgstr "Description"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "Modifier l’indicateur de fonctionnalité"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr "Inactif"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr "État"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Modèles de fichiers"
@@ -6776,9 +8163,18 @@ msgstr "Filtrer par message de commit"
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr "Cherchez le fichier <code>Takeout/Google Code Project Hosting/GoogleC
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr "Empreintes"
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr "Terminé"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr "Date fixée"
@@ -6866,6 +8268,9 @@ msgstr "URL de FogBugz"
msgid "FogBugz import"
msgstr "Importation de FogBugz"
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "Veuillez suivre les étapes ciâ€dessous pour exporter les données de votre projet Google Code."
@@ -6887,6 +8292,9 @@ msgstr "Pour plus d’informations, consultez "
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr "Pour plus d’informations, veuillez consulter la %{link_start_tag}documentation sur la configuration de Jaeger%{link_end_tag}"
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr "Pour plus d’informations, consultez la documentation sur la %{deactivating_usage_ping_link_start}désactivation de la collecte des données d’utilisation%{deactivating_usage_ping_link_end}."
@@ -6908,11 +8316,14 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Divergence issue de"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "Divergence issue de %{project_name} (supprimé)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "Divergence en cours"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr "Format"
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr "Essai gratuit de GitLab.com Gold"
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr "Depuis Bitbucket"
@@ -6971,9 +8391,6 @@ msgstr "Depuis la création du ticket jusqu’au déploiement en production"
msgid "From merge request merge until deploy to production"
msgstr "Depuis la fusion de la demande de fusion jusqu’au déploiement en production"
-msgid "From milestones:"
-msgstr "À partir des jalons :"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "À partir de l’affichage des détails de la grappe de serveurs Kubernetes, installez un exécuteur à partir de la liste des applications"
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "NÅ“uds Geo"
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "Geo vous permet de répliquer votre instance GitLab vers d’autres emplacements géographiques."
@@ -7031,15 +8460,24 @@ msgstr "Le nœud est défaillant ou en panne."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Le nœud est lent, surchargé, ou il vient juste de se rétablir après une indisponibilité."
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr "Vérifié par somme de contrôle"
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "Données périmées à partir de %{timeago}"
msgid "GeoNodes|Data replication lag"
msgstr "Latence de la réplication des données"
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Ne correspond pas à la configuration du stockage principal"
@@ -7061,6 +8499,12 @@ msgstr "État de santé"
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "Dernier identifiant d’événement traité par le curseur"
@@ -7082,24 +8526,15 @@ msgstr "En savoir plus à propos de la vérification du Wiki"
msgid "GeoNodes|Loading nodes"
msgstr "Chargement des nœuds"
-msgid "GeoNodes|Local LFS objects"
-msgstr "Objets LFS locaux"
-
-msgid "GeoNodes|Local attachments"
-msgstr "Pièces jointes locales"
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr "Artefacts de la tâche locale"
-
msgid "GeoNodes|New node"
msgstr "Nouveau nœud"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "Le nœud d’authentification a été réparé avec succès."
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "Le nœud a été supprimé avec succès."
@@ -7109,13 +8544,13 @@ msgstr "Non vérifié par somme de contrôle"
msgid "GeoNodes|Out of sync"
msgstr "Désynchronisé"
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,21 +8895,24 @@ msgstr "Version de Git"
msgid "GitHub import"
msgstr "Importation de GitHub"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "GitLab CI Linter a été déplacé"
msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "Les exécuteurs de groupe peuvent exécuter du code pour tous les projets de ce groupe."
msgid "GitLab Import"
msgstr "Importation depuis GitLab"
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr "Utilisateur GitLab"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr "URL d’authentification unique GitLab"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr "GitLab va exécuter une tâche en arrièreâ€plan qui permettra de produire des fichiers CSV contenant des pseudonymes de la base de données GitLab qui seront téléversés dans le répertoire de stockage d’objets que vous avez configuré."
msgid "GitLab.com import"
msgstr "Importation depuis GitLab.com"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr "Importation depuis Google Code"
msgid "Google Takeout"
msgstr "Google Takeout"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr "Compris !"
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr "Paramètres du groupe CI/CD"
msgid "Group Git LFS status:"
msgstr "Statut du stockage LFS Git du groupe :"
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr "Identifiant du groupe"
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "Exécuteurs de groupe"
@@ -7730,21 +9297,42 @@ msgstr "Description du groupe (optionnel)"
msgid "Group details"
msgstr "Détails du groupe"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "Informations du groupe :"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Les responsables de groupe peuvent créer des exécuteurs de groupe via %{link}"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "Nom du groupe"
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr "Badges numériques"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr "En savoir plus sur les badges numériques."
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Empêcher le partage d’un projet du groupe %{group} avec d’autres groupes"
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "Ce paramètre s’applique au groupe %{ancestor_group} et a été forcé pour ce sousâ€groupe."
@@ -7910,9 +9555,24 @@ msgstr "Ce paramètre s’appliquera à tous les sousâ€groupes, sauf s’il est
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "ne peut pas être désactivé lorsque le groupe parent a activé le « Partage avec verrou de groupe », sauf par le propriétaire du groupe parent."
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "supprimer le partage avec verrou de groupe pour %{ancestor_group_name}"
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "Les groupes peuvent également être imbriqués en créant des %{subgroup_docs_link_start}sousâ€groupes%{subgroup_docs_link_end}."
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr "Aucun groupe ni projet ne correspond à votre recherche"
msgid "GroupsTree|Search by name"
msgstr "Rechercher par nom"
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr "Récupérer les adresses de courriel des utilisateurs"
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] "Masquer les valeurs"
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr "Conditions générales d’utilisation et politique de confidentialité"
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr "Identifiant"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "Identités"
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr "Si cette option est désactivée, une branche locale divergente ne sera pas automatiquement mise à jour avec les commits de son homologue distant, afin d’éviter toute perte de données locales. Si la branche par défaut (%{default_branch}) a divergé et ne peut pas être mise à jour, la mise en miroir échouera. Les autres branches divergentes sont ignorées silencieusement."
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr "Si vous utilisez GitHub, vous verrez les statuts des pipelines sur GitHub pour vos commits et demandes d’intégration (pull requests). %{more_info_link}"
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "côte à côte"
@@ -8377,9 +10085,15 @@ msgstr "Afin d’activer les statistiques au niveau de l’instance, veuillez de
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "À la prochaine étape, vous pourrez sélectionner les projets que vous souhaitez importer."
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr "En ligne"
@@ -8458,7 +10175,7 @@ msgstr "Installer GitLab Runner"
msgid "Install Runner on Kubernetes"
msgstr "Installez un exécuteur sur Kubernetes"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] "Instance"
msgstr[1] "Instances"
-msgid "Instance Statistics"
-msgstr "Statistiques de l’instance"
-
msgid "Instance Statistics visibility"
msgstr "Visibilité des statistiques de l’instance"
@@ -8517,7 +10231,10 @@ msgstr "Modèle d’intervalle"
msgid "Introducing Cycle Analytics"
msgstr "Introduction à l’analyseur de cycle"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr "Ticket"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "Tableaux des tickets"
msgid "Issue board focus mode"
msgstr "Mode d’affichage du tableau des tickets"
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "Événements du ticket"
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "Tableau"
@@ -8664,6 +10411,9 @@ msgstr "Les tickets peuvent être des bogues, des tâches ou des sujets de discu
msgid "Issues closed"
msgstr "Tickets clos"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr "Afin d’élargir votre recherche, modifiez ou supprimez des critères d
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr "juin"
msgid "June"
msgstr "juin"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr "Grappe de serveurs Kubernetes"
@@ -8892,8 +10654,8 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "Le temps de création de la grappe de serveurs Kubernetes dépasse le délai d’expiration : %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "L’intégration de la grappe de serveurs Kubernetes n’a pas été supprimée."
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
msgstr "L’intégration de la grappe de serveurs Kubernetes a été supprimée avec succès."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] "Les %d derniers jours"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "Dernier pipeline"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr "Dernière réponse de"
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "Dernière mise à jour"
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr "Vous avez poussé sur"
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr "En savoir plus sur Kubernetes"
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "Apprenezâ€en plus dans la"
@@ -9116,6 +10908,12 @@ msgstr "documentation sur la programmation de pipelines"
msgid "Leave"
msgstr "Quitter"
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr "Licence"
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr "Licences"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] "Affichage limité à %d événement maximum"
msgstr[1] "Affichage limité à %d événements maximum"
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "Liste"
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr "Lister vos dépôts Gitea"
@@ -9290,12 +11164,18 @@ msgstr "Prévisualisation"
msgid "Loading contribution stats for group members"
msgstr "Chargement des statistiques de contribution des membres du groupe"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr "Chargement de l’EDI de GitLab…"
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr "Journaux"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr "Assurezâ€vous d’être connecté avec le compte propriétaire des proj
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr "Niveau d’accès maximum"
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr "Durée maximale d’exécution de la tâche"
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr "mai"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Médian"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr "Verrouillage des membres"
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr "Demandes de fusion"
msgid "Merge Requests created"
msgstr "Demandes de fusion créées"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "Demande de fusion"
@@ -9653,6 +11578,9 @@ msgstr "Approbations de la demande de fusion"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "Demandes de fusion"
@@ -9746,15 +11674,12 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}a changé la description %{descriptionChangedTimes} fois %{timeDifferenceMinutes}%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "Messages"
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Consultez la documentation sur l’intégration et la livraison continues (CI/CD) concernant le déploiement dans un environnement"
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Créer une métrique"
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "Modifier la métrique"
@@ -9842,21 +11785,21 @@ msgstr "Pour regrouper des métriques similaires"
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
-msgstr "En savoir plus sur les environnements"
-
msgid "Metrics|Legend label (optional)"
msgstr "Libellé de légende (facultatif)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "La requête doit être une requête PromQL valide."
msgid "Metrics|New metric"
msgstr "Nouvelle métrique"
-msgid "Metrics|No deployed environments"
-msgstr "Aucun environnement déployé"
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -9866,9 +11809,18 @@ msgstr "Documentation des requêtes Prometheus"
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr "Une erreur s’est produite lors de la récupération des données d’environnement. Veuillez réessayer."
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr "Une erreur s’est produite lors de l’obtention des informations de déploiement."
@@ -9881,12 +11833,12 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr "Une erreur est survenue lors de la récupération des métriques"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr "Le point de terminaison Prometheus a renvoyé une réponse contenant des données de déploiement inattendues"
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
-msgstr "Le point de terminaison Prometheus a renvoyé des données de mesure inattendues"
-
msgid "Metrics|Unit label"
msgstr "Libellé de l’unité"
@@ -9896,9 +11848,15 @@ msgstr "Utilisé comme titre pour le graphique"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr "Utilisé si la requête ne renvoie qu’une seule série. Si elle renvoie plusieurs séries, leurs libellés de légende seront collectés à partir de la réponse."
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Libellé de l’axe Y"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr "Jalon"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr "La liste des jalons n’est pas disponible avec votre licence actuelle"
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr "Utilisateur accédant au miroir"
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr "Dépôts mis en miroir"
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr "Autres actions"
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr "En savoir plus"
msgid "More information"
msgstr "Plus d’informations"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "ici"
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "Nom"
@@ -10130,6 +12108,9 @@ msgstr "Nommez votre clef personnelle avec un titre"
msgid "Name:"
msgstr "Nom :"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr "Nommage, visibilité"
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "Aide"
@@ -10169,9 +12153,15 @@ msgstr "Nouvelle application"
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "Nouveau groupe"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr "Nouvelle identité"
@@ -10207,6 +12197,9 @@ msgstr "Nouvelle branche"
msgid "New branch unavailable"
msgstr "Nouvelle branche indisponible"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr "Nouvelle identité"
msgid "New issue"
msgstr "Nouveau ticket"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr "Nouvelle étiquette"
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr "Aucune étiquette"
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr "Aucune date d’échéance"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr "Aucune estimation ou temps passé"
msgid "No file chosen"
msgstr "Aucun fichier sélectionné"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr "Aucun fichier trouvé."
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr "Aucun ticket pour la période sélectionnée."
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr "Aucune demande de fusion pour la période sélectionnée."
-
msgid "No merge requests found"
msgstr "Aucune demande de fusion trouvée"
@@ -10426,18 +12428,18 @@ msgstr "Aucune autre étiquette avec un tel nom ou une telle description"
msgid "No parent group"
msgstr ""
+msgid "No pods available"
+msgstr ""
+
msgid "No preview for this file type"
msgstr ""
-msgid "No prioritised labels with such name or description"
-msgstr "Aucune étiquette prioritaire avec un tel nom ou une telle description"
+msgid "No prioritized labels with such name or description"
+msgstr ""
msgid "No public groups"
msgstr "Aucun groupe public"
-msgid "No pushes for the selected time period."
-msgstr "Rien n’a été poussé vers GIt durant la période sélectionnée."
-
msgid "No repository"
msgstr "Aucun dépôt"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr "Non, importer directement les adresses de courriel et les noms d’utilisateur existants."
@@ -10483,6 +12500,9 @@ msgstr "NÅ“uds"
msgid "None"
msgstr "Aucun·e"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr "Remarque : Envisagez de demander à votre administrateur ou administrat
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "Remarque : Envisagez de demander à votre administra·teur·trice GitLab de configurer %{github_integration_link}, ce qui vous permettra de vous connecter via GitHub et d’importer des dépôts sans générer de jeton d’accès personnel."
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr "Nouvelle demande de fusion"
msgid "NotificationEvent|New note"
msgstr "Nouvelle note"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "Réassigner le ticket"
@@ -10648,6 +12668,9 @@ msgstr "nov."
msgid "November"
msgstr "novembre"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] "Un élément de plus"
@@ -10707,6 +12748,9 @@ msgstr[1] "%d éléments de plus"
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr "Un ou plusieurs de vos projets Bitbucket ne peuvent être importés directement dans GitLab parce qu’ils utilisent Subversion ou Mercurial comme gestionnaire de versions au lieu de Git."
@@ -10716,12 +12760,18 @@ msgstr "Un ou plusieurs de vos projets Google Code ne peuvent être importés d
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr "Seulement les administrateurs"
@@ -10743,9 +12793,6 @@ msgstr "Seuls les membres du projet peuvent commenter."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr "Ouvrir la barre latérale"
msgid "Open source software to collaborate on code"
msgstr "Logiciel libre permettant de collaborer sur du code source"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr "Ouvert"
@@ -10839,6 +12889,9 @@ msgstr "Le tableau de bord des opérations fournit un résumé de l’état de s
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr "Vous pouvez éventuellement %{link_to_customize} la manière dont les adresses de courriel et les noms d’utilisateur issus de FogBugz sont importés dans GitLab."
@@ -10851,6 +12904,9 @@ msgstr "Options"
msgid "Or you can choose one of the suggested colors below"
msgstr "Ou vous pouvez choisir l’une des couleurs suggérées ciâ€dessous"
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "Autres étiquettes"
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr "Requêtes sortantes"
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr "Propriétaire"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr "Informations du paquet"
msgid "Package was removed"
msgstr "Le paquet a été supprimé"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr "Paquets"
@@ -10917,9 +13057,6 @@ msgstr "Pages"
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr "‹ Préc."
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr "Partie des modifications de la demande de fusion"
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr "Mot de Passe"
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr "Chemin d’accès, transfert et suppression"
msgid "Path:"
msgstr "Chemin d’accès :"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "Pause"
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr "Optimisation des performances"
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr "Quota du pipeline"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr "Déclencheurs de pipeline"
@@ -11169,7 +13342,7 @@ msgstr "Pipelines de la semaine dernière"
msgid "Pipelines for last year"
msgstr "Pipelines de l’année dernière"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr "Construire en toute confiance"
msgid "Pipelines|CI Lint"
msgstr "CI Lint"
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr "Vider les caches des exécuteurs"
@@ -11226,9 +13402,15 @@ msgstr "Il n’y a actuellement aucun pipeline."
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr "Une erreur est survenue lors de la récupération des pipelines. Réessayez dans quelques instants ou contactez votre équipe d’assistance."
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "Ce projet n’est actuellement pas configuré pour exécuter des pipelines."
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr "Commit"
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr "Veuillez résoudre le reCAPTCHA"
msgid "Please try again"
msgstr "Veuillez réessayer"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr "Veuillez patienter pendant la connexion à votre dépôt. Actualisez à
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "Veuillez patienter pendant l’importation de votre dépôt. Actualisez à votre guise."
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr "Thème de navigation"
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr "Appuyez sur Entrée ou cliquez pour rechercher"
-
msgid "Prevent adding new members to project membership within this group"
msgstr "Empêcher l’ajout de nouveaux membres au projet au sein de ce groupe"
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "Aperçu"
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Profil"
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "La taille de fichier maximale autorisée est de 200 Kio."
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "Le projet « %{project_name} » est en cours de suppression."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Projet « %{project_name} » en attente de suppression."
@@ -11952,12 +14209,21 @@ msgstr "Création du projet « %{project_name} » effectuée."
msgid "Project '%{project_name}' was successfully updated."
msgstr "Mise à jour du projet « %{project_name} » effectuée."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "Badges numériques du projet"
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr "URL du projet"
msgid "Project access must be granted explicitly to each user."
msgstr "L’accès au projet doit être explicitement accordé à chaque utilisateur."
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr "Détails du projet"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "L’exportation du projet n’a pas pu être supprimée."
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr "Nom du projet"
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr "Identifiant « slug » du projet"
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr "Badges numériques"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "Contactez un administrateur pour modifier ce paramètre."
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr "Personnalisez les badges numériques de votre projet."
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr "Impossible de protéger l’étiquette"
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr "En savoir plus sur les badges numériques."
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "Seuls les commits signés peuvent être poussés sur ce dépôt Git."
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr "Ce paramètre s’applique au niveau du serveur, mais il a été outrepa
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "Ce paramètre s’appliquera à tous les projets à moins qu’un administrateur ou une administratrice ne l’outrepasse sur certains projets."
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "Les utilisateurs et utilisatrices ne peuvent uniquement pousser sur ce dépôt que des commits qui ont été effectués avec une de leurs adresses de courriel vérifiées."
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Projets partagés avec %{group_name}"
@@ -12285,6 +14692,21 @@ msgstr "Les projets appartenant à un groupe sont préfixés avec l’espace de
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr "En attente de votre premier déploiement dans un environnement pour trou
msgid "Promote"
msgstr "Promouvoir"
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr "Ne plus réafficher ce message"
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "Les épopées vous permettent de gérer votre portefeuille de projets plus efficacement et avec moins d’efforts grâce au suivi de groupes de tickets qui partagent un thème commun au travers de différents projets et jalons."
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr "Cette fonctionnalité est verrouillée."
msgid "Promotions|Upgrade plan"
msgstr "Mise à niveau du forfait"
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr "Environnements protégés"
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} sera accessible en écriture aux développeurs. Êtesâ€vous sûr de vouloir cela ?"
@@ -12690,12 +15172,18 @@ msgstr "Trimestres"
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Les actions rapides peuvent être utilisées dans la description des tickets et dans les zones de commentaire."
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "Lire plus"
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr "Recherches récentes"
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr "Rediriger vers le fournisseur SAML pour tester la configuration"
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr "Référence :"
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr "Expression rationnelle"
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,11 +15303,11 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
-msgstr "Identifiezâ€vous et accédez à vos exécuteurs pour ce groupe."
+msgid "Register for GitLab"
+msgstr ""
-msgid "Register and see your runners for this project."
-msgstr "Enregistrer et afficher vos exécuteurs pour ce projet."
+msgid "Register now"
+msgstr ""
msgid "Register with two-factor app"
msgstr ""
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr "Demandes de fusion liées"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr "Supprimer le groupe"
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr "Supprimer la priorité"
msgid "Remove project"
msgstr "Supprimer le projet"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr "Supprimer le groupe entraînera la suppression de tous les projets et ressources affiliés."
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr "Dépôt par URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr "Rapports"
@@ -13136,8 +15695,8 @@ msgstr "Le dépôt n’a aucun verrou."
msgid "Repository maintenance"
msgstr "Maintenance du dépôt"
-msgid "Repository mirror"
-msgstr "Miroir du dépôt"
+msgid "Repository mirroring"
+msgstr ""
msgid "Repository static objects"
msgstr ""
@@ -13154,9 +15713,18 @@ msgstr "Sélectionner"
msgid "Request Access"
msgstr "Demander l’accès"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr "Profils de requêtes"
@@ -13169,18 +15737,12 @@ msgstr "Exiger de tous les utilisateurs de ce groupe la configuration de l’aut
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Exiger que tous les utilisateurs acceptent les conditions générales d’utilisation et la politique de confidentialité quand ils accèdent à GitLab."
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr "Métriques de réponse (nginx)"
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr "Reprendre"
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr "Réessayer"
@@ -13325,9 +15902,21 @@ msgstr "Défaire cette demande de fusion"
msgid "Review"
msgstr "Examiner"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "Revoyez le processus de configuration des fournisseurs de service chez votre fournisseur d’identité — dans le cas présent, GitLab est le « fournisseur de service » ou le « tiers de confiance »."
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "Examen"
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr "Feuille de route"
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr "Exécuter des pipelines CI / CD pour les dépôts externes"
@@ -13400,6 +15995,9 @@ msgstr "API des exécuteurs"
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Les exécuteurs peuvent être placés sur différents utilisateurs et serveurs, voire sur votre machine locale."
@@ -13436,6 +16034,9 @@ msgstr "Authentification unique SAML pour %{group_name}"
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,17 +16046,23 @@ msgstr "Clefs SSH"
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr "Clefs SSH de l’hôte"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr "Clef SSH publique"
-msgid "SSL Verification"
-msgstr "Vérification SSL"
+msgid "SSL Verification:"
+msgstr ""
msgid "Saturday"
msgstr ""
@@ -13481,12 +16088,18 @@ msgstr "Enregistrer les modifications avant de tester"
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr "Sauvegarder la planification du pipeline"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr "Enregistrer les variables"
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr "Rechercher"
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr "Rechercher des projets, des tickets, etc."
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr "Rechercher des jalons"
msgid "Search or filter results..."
msgstr "Rechercher ou filtrer les résultats…"
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr "Rechercher ou aller à…"
@@ -13610,6 +16232,9 @@ msgstr "Rechercher des utilisateurs et utilisatrices"
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr "Rechercher dans vos projets"
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr "Sécurité"
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr "Tableau de bord de sécurité"
@@ -13755,6 +16389,9 @@ msgstr "Rejeter la vulnérabilité"
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr "Une erreur est survenue lors de l’annulation de ce rejet."
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr "Le tableau de bord de sécurité affiche le dernier rapport de sécurité. Utilisezâ€le pour rechercher et corriger les vulnérabilités."
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr "Surveiller les vulnérabilités dans votre code"
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "Pipeline %{pipelineLink} déclenché"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr "Sélectionner un modèle de dépôt"
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "Sélectionnez un fuseau horaire"
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "Sélectionnez une grappe de serveurs Kubernetes existante ou créezâ€en une nouvelle"
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr "Sélectionner une branche ou une étiquette"
@@ -13920,6 +16632,9 @@ msgstr "Sélectionner une branche cible"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr "Sélectionnez la branche que vous souhaitez définir comme branche par défaut pour ce projet. Toutes les demandes de fusion et les commits seront automatiquement effectués sur cette branche, à moins que vous n’en spécifiez une autre."
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr "Sélectionnez le groupe source de modèles de projet personnalisés."
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr "La sélection d’un utilisateur de GitLab va ajouter un lien vers cet utilisateur dans les descriptions des tickets et des commentaires (p. ex., « Par <a href=\"#\">@johnsmith</a> »). Les tickets et commentaires seront également associés ou assignés à cet utilisateur."
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr "Envoyer des données d’utilisation"
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "sept."
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr "Service d’assistance"
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr "Modèles de service"
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr "Expiration de la session, restrictions des projets et taille des pièces jointes."
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr "Configurez votre projet afin de pouvoir pousser et/ou récupérer automatiquement les modifications vers ou depuis un autre dépôt. Les branches, les étiquetets et les commits seront automatiquement synchronisés."
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr "Paramètres"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "Partager"
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr "Afficher la dernière version"
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr "Afficher les pages parentes"
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "Affichage de %d évènement"
msgstr[1] "Affichage de %d événements"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr "Se connecter avec une authentification unique"
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr "Taille"
@@ -14393,9 +17180,18 @@ msgstr "Paramètres de taille et de domaine pour les sites Web statiques"
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr "Application Slack"
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr "Une erreur s’est produite lors du basculement du bouton"
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr "Une erreur s’est produite lors de la fermeture du / de la %{issuable}. Veuillez réessayer plus tard"
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr "Une erreur est survenue lors de la récupération de la liste de %{listT
msgid "Something went wrong while fetching comments. Please try again."
msgstr "Une erreur est survenue lors de la récupération des commentaires. Veuillez réessayer."
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Une erreur s’est produite lors de la récupération des contributions des membres du groupe"
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr "Une erreur est survenue lors de la récupération des environnements pour cette demande de fusion. Veuillez réessayer."
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr "Une erreur s’est produite lors de la récupération des projets."
msgid "Something went wrong while fetching the registry list."
msgstr "Une erreur s’est produite lors de la récupération de la liste du registre."
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr "Une erreur s’est produite lors de la « résolution » de la discuss
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr "Une erreur est survenue, impossible d’ajouter %{project} au tableau de bord"
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr "Popularité"
msgid "SortOptions|Priority"
msgstr "Priorité"
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr "Commence plus tard"
msgid "SortOptions|Start soon"
msgstr "Commence bientôt"
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr "Poids"
@@ -14723,6 +17558,51 @@ msgstr "La source n’est pas disponible"
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "Journaux des messages indésirables"
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr "Combiner (squash) les commits"
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr "Étape"
@@ -14756,8 +17639,11 @@ msgstr "Étape & commit"
msgid "Stage all changes"
msgstr "Marquer toutes les modifications comme une étape"
-msgid "Stage changes"
-msgstr "Changements d’étape"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
msgstr "Prêt à valider"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "Créer une %{new_merge_request} avec ces changements"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr "Commencez votre essai gratuit"
@@ -14879,6 +17771,9 @@ msgstr "Démarre à (UTC)"
msgid "State your message to activate"
msgstr "Énoncez votre message à activer"
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr "Stockage"
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr "Stockage :"
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr "Sousâ€groupes et projets"
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Soumettre comme indésirable"
@@ -14957,6 +17861,12 @@ msgstr "Envoyer la revue de code"
msgid "Submit search"
msgstr "Soumettre la recherche"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "S’abonner"
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr "Changer de branche ou d’étiquette"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,8 +18215,8 @@ msgstr "Nouvelle étiquette"
msgid "TagsPage|New tag"
msgstr "Nouvelle étiquette"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "Vous pouvez éventuellement ajouter un message de commentaire à l’étiquette."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "Vous pouvez éventuellement ajouter des notes de version à l’étiquette. Elles seront stockées dans la base de données de GitLab et affichées sur la page des étiquettes."
@@ -15308,18 +18251,33 @@ msgstr "protégé"
msgid "Target Branch"
msgstr "Branche cible"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "Branche cible"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "Équipe"
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr "Modèle"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "Modèles "
@@ -15338,8 +18296,8 @@ msgstr "Conditions générales d’utilisation et politique de confidentialité"
msgid "Terms of Service and Privacy Policy"
msgstr "Conditions générales d’utilisation et politique de confidentialité"
-msgid "Test SAML SSO"
-msgstr "Tester l’authentification SAML"
+msgid "Test"
+msgstr ""
msgid "Test coverage parsing"
msgstr "Analyse de la couverture des tests"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr "Merci ! Ne plus afficher ce message"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "La recherche globale avancée de Gitlab est un outil puissant qui vous fait gagner du temps. Au lieu de perdre du temps à recréer du code existant, vous pouvez maintenant faire des recherches dans le code d’autres équipes afin de vous aider sur votre projet."
@@ -15409,6 +18400,12 @@ msgstr "Le système de suivi est un endroit où l’on peut ouvrir un ticket pou
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "Le système de suivi est un endroit où l’on peut ouvrir un ticket pour signaler des choses à améliorer ou des dysfonctionnements à résoudre dans un projet. Vous pouvez vous inscrire ou vous connecter pour créer des tickets de suivi pour ce projet."
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "Le certificat X.509 à utiliser lorsque l’authentification TLS mutuelle est requise pour communiquer avec le service d’autorisation externe. Si ce champ est vide, le certificat du serveur est tout de même validé lors de l’accès via HTTPS."
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr "Le surligneur de caractères vous aide à garder la longueur de l’objet à %{titleLength} caractères maximum et à faire des renvois à la ligne pour limiter les lignes du corps du message à %{bodyLength} caractères, afin de les rendre lisibles sous Git."
@@ -15427,12 +18427,27 @@ msgstr "Le présentoir de code affiche le temps entre le premier commit et la cr
msgid "The collection of events added to the data gathered for that stage."
msgstr "L’ensemble d’événements ajoutés aux données recueillies pour cette étape."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "La connexion expirera après %{timeout}. Pour les dépôts qui nécessitent plus de temps, utilisez une combinaison de clone et push."
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr "La relation de divergence a été supprimée."
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "La phrase de passe permettant de déchiffrer la clef privée. Ceci est facultatif et la valeur est chiffrée au repos."
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "Le chemin d’accès au fichier de configuration de l’intégration continue. Par défaut, <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
msgid "The phase of the development lifecycle."
msgstr "La phase du cycle de développement."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr "La planification des pipelines permet l’exécution de pipelines programmés, de manière récurrente, pour des branches ou des étiquettes spécifiques. Ces pipelines programmés hériteront d’un accès limité aux projets en fonction de l’utilisateur qui leur est associé."
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "Le dépôt de ce projet n’existe pas."
@@ -15622,18 +18657,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "L’étape de pré-production indique le temps entre l’acceptation d’une demande fusion et le déploiement du code dans l’environnent de production. Les données seront automatiquement ajoutées lorsque vous aurez fait votre première mise en production."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "L’étape de test montre le temps que que met l’intégration continue de GitLab pour exécuter chaque pipeline pour une demande de fusion donnée. Les données seront automatiquement ajoutées après que votre premier pipeline s’achèvera."
msgid "The time taken by each data entry gathered by that stage."
msgstr "Le temps pris par chaque entrée récoltée durant cette étape."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr "La carte des utilisateurs (<code>user map</code>) est un document JSON q
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "La carte des utilisateurs met en correspondance les utilisateurs de FogBugz qui ont participé à vos projets en précisant la manière dont leurs adresses de courriel et leurs noms d’utilisateur sont importés dans GitLab. Vous pouvez y apporter des modifications en remplissant le tableau ciâ€dessous."
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr "Il n’y a aucune modification indexée"
msgid "There are no unstaged changes"
msgstr "Il n’y a aucune modification non indexée"
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr "Une erreur s’est produite lors du chargement du calendrier d’activit
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr "Une erreur s’est produite lors de l’enregistrement de vos paramètre
msgid "There was an error subscribing to this label."
msgstr "Une erreur s’est produite lors de l’abonnement à cette étiquette."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr "Une erreur s’est produite lors de la désinscription à cette étiquet
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr "Ils peuvent être gérés en utilisant %{link}."
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr "Ce registre de conteneur a été programmé pour suppression."
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "Cette date est postérieure à la date d’échéance, cette épopée n’apparaîtra donc pas dans la feuille de route."
@@ -15883,10 +18966,16 @@ msgstr "Ce répertoire"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr "Ce ticket est confidentiel"
msgid "This issue is locked."
msgstr "Ce ticket est verrouillé."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "Cette tâche dépend des tâches en amont qui doivent réussir pour que celleâ€ci soit déclenchée"
@@ -15958,21 +19050,36 @@ msgstr "Cette tâche n’a pas encore été déclenchée"
msgid "This job has not started yet"
msgstr "Cette tâche n’a pas encore commencé"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr "Cette tâche est un déploiement obsolète sur %{environmentLink}."
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
-msgstr "Cette tâche est un déploiement obsolète sur %{environmentLink}. Afficher le déploiement le plus récent %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr "Cette tâche est archivée. Seul le pipeline complet peut faire l’objet d’une nouvelle exécution."
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
-msgstr "Cette tâche va effectuer un déploiement sur %{environmentLink} et écrasera le %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr "Cette tâche va effectuer un déploiement sur %{environmentLink}."
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "Cette tâche est en attente d’être choisie par un exécuteur"
@@ -15988,8 +19095,8 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
-msgstr "Cette tâche est le déploiement le plus récent sur %{link}."
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
msgstr "Cette tâche nécessite une action manuelle"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "Cette option est désactivée car vous n’avez pas les droits d’écriture sur la branche actuelle"
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "Cette page n’est pas disponible car vous n’êtes pas autorisé à lire des informations à travers de multiples projets."
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "Ce projet"
@@ -16039,6 +19155,15 @@ msgstr "Ce projet n’a pas encore de page d’accueil de wiki"
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr "Ce projet n’a pas de facturation activée. Afin de créer une grappe de serveurs, veuillez <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">activer la facturation<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> et réessayer."
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr "Ce dépôt"
@@ -16051,12 +19176,12 @@ msgstr "Cet exécuteur ne fonctionnera que sur les pipelines déclenchés sur de
msgid "This setting can be overridden in each project."
msgstr "Ce paramètre peut être outrepassé pour chacun des projets."
-msgid "This setting will override user notification preferences for all project members."
-msgstr ""
-
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Ce paramètre modifie le nom d’hôte qui est utilisé pour générer des courriels de commit privés. %{learn_more}"
+msgid "This subscription is for"
+msgstr ""
+
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
msgstr ""
@@ -16078,12 +19203,66 @@ msgstr "Cet utilisateur sera l’auteur de tous les événements du flux d’act
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr "Ces courriels deviennent automatiquement des tickets (dont les commentaires résultent de la conversation par courriel) répertoriés ici."
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr "à l’instant"
msgid "Timeago|right now"
msgstr "immédiatement"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr "Délai d’attente"
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr "Demain"
msgid "Too many changes to show."
msgstr "Trop de changements à afficher."
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr "Total des contributions"
-msgid "Total Time"
-msgstr "Temps total"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "Temps total de test pour tous les commits/fusions"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr "Total : %{total}"
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr "Traçage"
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr "Vue arborescente"
msgid "Trending"
msgstr "Tendance"
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "Déclencher des pipelines pour les mises à jour de miroirs"
@@ -16607,8 +19810,8 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "Les déclencheurs peuvent forcer la reconstruction pour une branche ou une étiquette spécifique via l’appel à une API. Ces jetons emprunteront l’identité de l’utilisateur auquel ils sont associés, ainsi que ses accès et permissions sur les projets."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Dépanner et surveiller votre application grâce au traçage"
@@ -16664,6 +19867,9 @@ msgstr "Authentification à double facteur"
msgid "Type"
msgstr "Type"
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr "Impossible de charger le diff. %{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr "Inconnu"
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr "Désindexer"
msgid "Unstage all changes"
msgstr "Désindexer les changements en étape"
-msgid "Unstage changes"
-msgstr "Désindexer les changements"
-
msgid "Unstaged"
msgstr "Désindexé"
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "Non vérifié"
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr "Mettez à niveau votre forfait pour activer l’analyse des contribution
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Mettez à niveau votre forfait pour activer les webhooks de groupe."
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "Mettez à niveau votre forfait pour activer la pondération des tickets."
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "Mettez à niveau votre forfait pour améliorer les tableaux de tickets."
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr "Téléverser un fichier"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr "Votes positifs"
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "Utilisez les jalons de groupe pour gérer les tickets de plusieurs projets dans le même jalon."
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr "Utilisez une ligne par URI"
@@ -17060,6 +20290,9 @@ msgstr "Utilisé par les membres pour se connecter à votre groupe dans GitLab"
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr "Correspondance entre utilisateurs"
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr "Activité"
msgid "UserProfile|Already reported for abuse"
msgstr "Déjà signalé comme abus"
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr "A contribué aux projets"
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr "Tout afficher"
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr "Utilisateurs et utilisatrices"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,14 +20674,26 @@ msgstr ""
msgid "Verified"
msgstr "Vérifié"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr "Version"
msgid "Very helpful"
msgstr ""
-msgid "View app"
-msgstr "Voir l’application"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr ""
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr "Afficher la liste des épopées"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr "Voir le fichier @ "
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr "Afficher les labels de groupe"
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr "Voir sur GitLab"
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr "Afficher le journal"
msgid "View open merge request"
msgstr "Afficher la demande de fusion"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "Afficher les labels de projet"
@@ -17492,6 +20763,9 @@ msgstr "Voir le fichier remplacé @ "
msgid "View the documentation"
msgstr "Afficher la documentation"
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr "Classe"
@@ -17612,7 +20886,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr "Gravité"
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17621,10 +20898,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "Vous voulez voir les données ? Merci de contacter un administrateur pour en obtenir l’accès."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr "Nous avons détecté un potentiel courriel indésirable dans %{humanized
msgid "We don't have enough data to show this stage."
msgstr "Nous n’avons pas suffisamment de données pour afficher cette étape."
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "Nous voulons nous assurer qu’il s’agit bien de vous, merci de confirmer que vous n’êtes pas un robot."
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "EDI Web"
@@ -17681,6 +20964,15 @@ msgstr "Poids"
msgid "Weight %{weight}"
msgstr "Poids %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Lorsqu’un exécuteur est verrouillé, il ne peut pas être affecté à d’autres projets"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "Lorsque cette option est activée, les utilisateurs et utilisarices ne pourront pas utiliser GitLab tant que les conditions générales d’utilisation ne seront pas acceptées."
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr "Qui peut voir ce groupe ?"
@@ -17872,6 +21182,9 @@ msgstr "Grâce à l’analyse des contributions, vous pouvez avoir une vue d’e
msgid "Withdraw Access Request"
msgstr "Retirer la demande d’accès"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,8 +21245,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "Vous êtes sur le point de supprimer %{project_full_name}. Les projets supprimés NE PEUVENT PAS être restaurés ! Êtesâ€vous ABSOLUMENT sûr·e ?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Vous êtes sur le point de supprimer la relation de divergence avec le projet source %{forked_from_project}. En êtesâ€vous ABSOLUMENT sûr·e ?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Vous allez transférer %{project_full_name} à un nouveau ou une nouvelle propriétaire. Êtesâ€vous VRAIMENT sûr(e) ?"
@@ -17938,6 +21254,9 @@ msgstr "Vous allez transférer %{project_full_name} à un nouveau ou une nouvell
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Vous pouvez facilement y contribuer en demandant à rejoindre ces groupes."
@@ -18019,6 +21353,9 @@ msgstr "Vous pouvez résoudre le conflit de fusion Git soit en mode interactif,
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr "Vous pouvez configurer des tâches pour n’utiliser des exécuteurs qu’avec des étiquettes spécifiques. Séparez les étiquettes par des virgules."
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr "Vous pouvez tester votre fichier « .gitlab-ci.yml » avec %{linkStart}CI Lint%{linkEnd}."
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "Vous devez accepter les conditions générales d’utilisation et la politique de confidentialité afin de pouvoir vous créer un compte"
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr "Vous avez besoin d’une licence différente pour activer la fonctionnalité de verrouillage de fichiers FileLocks"
@@ -18205,12 +21560,21 @@ msgstr "Vous devez %{add_ssh_key_link} dans votre profil afin de pouvoir récupÃ
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Vous ne pourrez pas récupérer ou pousser de code via SSH tant que vous n’aurez pas ajouté de clef SSH à votre profil"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "Vous devrez utiliser différents noms de branches pour obtenir une comparaison valide."
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr "Vous recevez ce courriel parce que %{reason}."
-
msgid "You're receiving this email because of your account on %{host}."
msgstr "Vous recevez ce courriel parce que vous possédez un compte sur %{host}."
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "Vous recevez ce courriel en raison de votre compte sur %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "Vos groupes"
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr "Vos modifications ont été enregistrées"
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr "un utilisateur supprimé"
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr "entre autres choses"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "nom de la branche"
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr "%{linkStartTag}En savoir plus sur l’analyse des dépendances%{linkEndT
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr "%{linkStartTag}En savoir plus sur SAST %{linkEndTag}"
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr "%{namespace} est affecté par « %{vulnerability} »."
@@ -18494,14 +21902,6 @@ msgstr "%{reportType} %{status} n’a détecté aucune vulnérabilité"
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr "%{reportType} %{status} n’a détecté aucune vulnérabilité dans la branche source"
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] "%{reportType} a détecté %{vulnerabilityCount} vulnérabilité"
-msgstr[1] "%{reportType} a détecté %{vulnerabilityCount} vulnérabilités"
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr "%{reportType} n’a détecté aucune vulnérabilité"
-
msgid "ciReport|%{reportType} is loading"
msgstr "%{reportType} est en cours de chargement"
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "Classe"
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr "Une erreur s’est produite lors du rejet de la vulnérabilité. Veuillez réessayer."
-msgid "ciReport|There was an error loading DAST report"
-msgstr "Une erreur s’est produite lors du chargement du rapport DAST"
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "Une erreur s’est produite lors du chargement du rapport SAST"
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "Une erreur s’est produite lors du chargement du rapport d’analyse du conteneur"
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "Une erreur s’est produite lors du chargement du rapport d’analyse des dépendances"
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr "Une erreur s’est produite lors de l’annulation du rejet. Veuillez réessayer."
@@ -18735,6 +22126,9 @@ msgstr "Vous êtes sur le point de d’activer la confidentialité. Cela signifi
msgid "connecting"
msgstr "connexion en cours"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "impossible de lire la clef privée, la phrase secrète estâ€elle correcte ?"
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "jour"
msgstr[1] "jours"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr "désactivé"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "terminé"
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr "pour ce projet"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr "de"
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr "n’est pas un certificat X.509 valide."
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr "dernière version"
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "verrouillé par %{path_lock_user_name} %{created_at}"
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "demande de fusion"
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr "%{metricsLinkStart}L’usage mémoire%{metricsLinkEnd} %{emphasisStart}a
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "%{metricsLinkStart}L’usage mémoire%{metricsLinkEnd} %{emphasisStart}est resté stable%{emphasisEnd} à %{memoryFrom}MO"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,8 +22455,8 @@ msgstr "Annuler la fusion automatique"
msgid "mrWidget|Check out branch"
msgstr "Récupérer la branche"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "Vérification de la possibilité de fusion automatique"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "Picorer"
@@ -19073,6 +22503,9 @@ msgstr "Si la branche %{branch} existe dans votre dépôt local, vous pouvez fus
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Si la branche %{missingBranchName} existe dans votre dépôt local, vous pouvez fusionner cette demande de fusion manuellement en ligne de commande"
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr "mrWidget | Chargement des statistiques de déploiement"
@@ -19116,7 +22549,7 @@ msgid "mrWidget|Plain diff"
msgstr "Diff simple"
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
-msgstr "Prête à être fusionnée automatiquement. Demandez à quelqu’un ayant un accès en écriture à ce dépôt d’effectuer cette fusionner"
+msgstr "Prête à être fusionnée automatiquement. Demandez à quelqu’un ayant un accès en écriture à ce dépôt d’effectuer cette fusion"
msgid "mrWidget|Refresh"
msgstr "Actualiser"
@@ -19253,6 +22686,9 @@ msgstr "non disponible"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "nouvelle demande de fusion"
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr "mot de passe"
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] "réponses"
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr "%{slash_command} mettra à jour la somme du temps passé."
msgid "started"
msgstr "démarré"
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "ce document"
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "avec %{additions} ajouts, %{deletions} suppressions."
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "dans %d minute "
-msgstr[1] "dans les %d minutes"
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 65f2a948f20..5398c2c32fa 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -2528,6 +2528,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Back to page %{number}"
+msgstr ""
+
msgid "Background Color"
msgstr ""
@@ -8951,7 +8954,7 @@ msgstr ""
msgid "GitLab project export"
msgstr ""
-msgid "GitLab restart is required to apply changes"
+msgid "GitLab restart is required to apply changes."
msgstr ""
msgid "GitLab single sign on URL"
@@ -10922,7 +10925,7 @@ msgstr ""
msgid "Leave Admin Mode"
msgstr ""
-msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked."
msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
@@ -11496,6 +11499,9 @@ msgstr ""
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
+msgid "Maximum page reached"
+msgstr ""
+
msgid "Maximum push size (MB)"
msgstr ""
@@ -17410,6 +17416,9 @@ msgstr ""
msgid "Sorry, no projects matched your search"
msgstr ""
+msgid "Sorry, you have exceeded the maximum browsable page number. Please use the API to explore further."
+msgstr ""
+
msgid "Sorry, your filter produced no results"
msgstr ""
diff --git a/locale/gl_ES/gitlab.po b/locale/gl_ES/gitlab.po
index 5bd75b550d2..c195b59f053 100644
--- a/locale/gl_ES/gitlab.po
+++ b/locale/gl_ES/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Galician\n"
"Language: gl_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: gl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:25\n"
+"PO-Revision-Date: 2020-01-22 09:35\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr " ou "
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
-msgstr " ou <#epic id>"
-
msgid " or <#issue id>"
msgstr " ou <identificación #issue>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] "%d exportador"
msgstr[1] "%d exportadores"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Last month"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/he_IL/gitlab.po b/locale/he_IL/gitlab.po
index cf64d42b995..f66b860ccbf 100644
--- a/locale/he_IL/gitlab.po
+++ b/locale/he_IL/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hebrew\n"
"Language: he_IL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: he\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:27\n"
+"PO-Revision-Date: 2020-01-22 09:36\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -56,15 +55,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -110,8 +112,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -187,6 +189,20 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -201,6 +217,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -224,6 +247,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -246,6 +272,13 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -266,6 +299,15 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -290,7 +332,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -305,6 +347,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -320,6 +368,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -350,9 +401,28 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -374,6 +444,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -394,6 +476,13 @@ msgstr[3] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -404,6 +493,18 @@ msgstr[3] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -420,6 +521,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -496,12 +606,26 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- show less"
msgstr ""
@@ -544,7 +668,11 @@ msgstr[2] ""
msgstr[3] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -553,6 +681,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
@@ -560,6 +695,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -607,9 +749,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -622,12 +773,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -643,9 +800,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -667,16 +830,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -706,18 +863,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -727,6 +905,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -736,7 +917,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -751,6 +932,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -799,6 +992,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -871,6 +1067,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -880,6 +1079,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -923,6 +1125,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -971,15 +1176,15 @@ msgstr ""
msgid "Add an SSH key"
msgstr "הוספת מפתח SSH"
+msgid "Add an existing issue to the epic."
+msgstr ""
+
msgid "Add an issue"
msgstr "הוספת סוגיה"
msgid "Add approval rule"
msgstr ""
-msgid "Add approvers"
-msgstr "הוספת מ×שרי×"
-
msgid "Add bold text"
msgstr "הוספת טקסט מודגש"
@@ -1019,15 +1224,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -1040,9 +1248,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1055,6 +1260,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1064,7 +1272,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1109,6 +1317,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1118,13 +1329,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1142,6 +1356,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1232,15 +1452,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1256,15 +1500,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1277,18 +1542,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1323,6 +1615,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1335,9 +1633,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1347,15 +1642,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1371,9 +1678,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1386,6 +1690,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1401,10 +1708,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1416,6 +1720,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1425,6 +1732,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1470,12 +1789,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1494,6 +1822,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1527,12 +1858,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1545,6 +1882,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1554,6 +1894,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1569,100 +1912,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1689,7 +2035,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1710,15 +2062,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1728,10 +2089,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1761,12 +2122,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1779,6 +2152,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1810,9 +2186,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1843,6 +2216,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1855,16 +2231,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1897,6 +2276,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1906,6 +2288,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1954,9 +2339,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1996,6 +2390,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2057,6 +2454,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2079,6 +2479,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2091,6 +2503,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2151,12 +2566,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2268,6 +2692,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2337,6 +2764,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2358,22 +2788,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2400,16 +2830,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2418,13 +2845,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2433,10 +2857,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2502,6 +2926,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2652,22 +3079,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2730,9 +3157,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2754,9 +3178,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2781,9 +3202,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2799,6 +3226,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2811,6 +3241,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2850,9 +3283,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2862,6 +3292,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2925,13 +3358,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2952,7 +3394,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2994,6 +3436,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -3003,15 +3448,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3099,6 +3628,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3129,6 +3661,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3201,6 +3736,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3210,6 +3748,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3318,15 +3859,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3342,6 +3886,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3381,6 +3928,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3408,7 +3958,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3426,7 +3979,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3435,12 +3994,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3453,13 +4021,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3468,27 +4036,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3498,9 +4129,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3528,6 +4165,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3555,6 +4195,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3573,6 +4216,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3594,6 +4240,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3615,13 +4264,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3630,13 +4279,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3654,24 +4312,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3681,6 +4372,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3714,10 +4414,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3729,9 +4432,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3741,30 +4456,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3777,7 +4537,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3789,16 +4549,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3813,6 +4579,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3831,6 +4603,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3849,6 +4624,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3861,6 +4642,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3870,12 +4654,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3885,6 +4678,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3894,9 +4690,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3909,10 +4702,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3921,6 +4735,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3933,6 +4753,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -4012,6 +4850,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -4042,6 +4883,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4063,6 +4907,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4081,6 +4928,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4099,6 +4949,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4120,6 +4973,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4135,7 +4991,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4171,15 +5033,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4195,71 +5066,137 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4295,25 +5232,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4325,9 +5286,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4337,16 +5295,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4358,52 +5328,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4424,27 +5397,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4460,9 +5454,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4478,12 +5478,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4523,6 +5532,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4583,9 +5595,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4625,18 +5646,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4646,13 +5676,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4670,12 +5709,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4709,6 +5754,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4730,6 +5778,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4739,15 +5790,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4760,6 +5838,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4772,9 +5853,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4784,29 +5862,76 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4843,6 +5968,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4861,6 +5989,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4879,6 +6010,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4891,6 +6025,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4963,6 +6100,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -5002,6 +6151,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -5011,6 +6163,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5076,6 +6231,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5184,10 +6342,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5250,21 +6408,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5283,6 +6462,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5292,19 +6480,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5316,12 +6522,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5346,19 +6555,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5373,15 +6591,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5442,15 +6660,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5472,12 +6696,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5490,6 +6723,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5505,6 +6741,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5520,6 +6762,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5553,9 +6798,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5574,6 +6828,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5586,9 +6846,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5598,6 +6867,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5628,6 +6900,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5640,6 +6915,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5664,6 +6942,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5742,6 +7023,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5790,6 +7077,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5841,6 +7131,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5865,6 +7158,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5883,9 +7179,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5898,6 +7191,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5907,6 +7209,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5922,12 +7227,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5946,6 +7260,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5964,19 +7284,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -6018,9 +7347,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -6036,10 +7371,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -6054,6 +7389,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6069,9 +7410,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6141,10 +7479,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6153,7 +7491,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6189,6 +7527,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6228,6 +7569,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6243,6 +7590,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6276,9 +7626,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6294,7 +7641,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6312,12 +7659,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6336,12 +7689,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6372,18 +7740,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6405,9 +7782,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6459,6 +7842,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6528,13 +7914,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6555,6 +7947,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6564,6 +7959,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6573,6 +7971,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6615,9 +8016,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6642,6 +8040,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6669,6 +8070,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6693,15 +8097,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6723,9 +8121,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6750,12 +8145,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6801,15 +8202,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6850,6 +8245,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6859,12 +8260,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6898,9 +8305,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6931,9 +8347,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6949,12 +8362,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6988,6 +8410,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -7009,6 +8434,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -7030,10 +8458,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -7048,6 +8479,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7063,6 +8497,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7072,6 +8509,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7093,9 +8533,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7138,9 +8575,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7153,15 +8602,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7183,6 +8641,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7204,24 +8668,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7231,13 +8686,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7546,6 +9001,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7579,13 +9037,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7594,6 +9052,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7603,6 +9064,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7624,12 +9088,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7654,6 +9208,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7780,13 +9337,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7798,6 +9358,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7825,12 +9406,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7852,21 +9439,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7909,6 +9517,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7930,6 +9541,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7939,9 +9553,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7969,21 +9598,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7996,6 +9646,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -8005,6 +9661,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -8017,6 +9679,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -8032,9 +9697,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -8047,6 +9727,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8113,9 +9796,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8161,6 +9850,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8195,6 +9893,12 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8216,9 +9920,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8231,12 +9932,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8252,7 +9959,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8315,6 +10022,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8330,7 +10040,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8351,12 +10061,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8501,9 +10229,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8552,6 +10286,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8582,7 +10319,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8601,9 +10338,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8643,7 +10377,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8658,6 +10395,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8673,6 +10413,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8685,6 +10428,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8706,6 +10452,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8721,15 +10476,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8742,6 +10506,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8790,6 +10557,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8823,7 +10593,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8910,7 +10680,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8997,6 +10773,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -9009,6 +10788,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -9018,7 +10800,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -9036,6 +10818,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9127,9 +10912,18 @@ msgstr[3] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9154,12 +10948,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9175,6 +10978,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9193,6 +10999,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9208,6 +11017,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9232,9 +11047,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9244,6 +11056,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9268,6 +11086,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9317,6 +11138,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
@@ -9324,6 +11152,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9372,6 +11207,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9385,21 +11271,33 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9424,12 +11322,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9493,6 +11397,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9532,6 +11448,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9691,6 +11610,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9709,6 +11631,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9721,9 +11652,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9745,6 +11682,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9763,6 +11706,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9775,6 +11721,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9787,6 +11736,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9880,13 +11832,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9910,6 +11859,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9952,9 +11904,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9964,6 +11922,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9976,19 +11943,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -10000,9 +11967,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -10015,10 +11991,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -10030,9 +12006,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -10051,6 +12033,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -10058,7 +12043,11 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10108,6 +12097,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10120,6 +12112,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10186,12 +12181,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10249,6 +12250,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10264,6 +12268,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10273,6 +12280,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10303,9 +12313,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10343,6 +12359,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10373,6 +12392,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10439,6 +12461,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10448,6 +12473,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10493,15 +12521,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10511,6 +12542,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10520,13 +12554,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10544,9 +12575,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10562,16 +12590,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10598,6 +12626,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10619,6 +12662,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10670,9 +12716,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10733,6 +12776,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10784,6 +12830,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10793,9 +12842,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10823,6 +12884,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10835,6 +12899,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10845,6 +12912,9 @@ msgstr[3] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10854,12 +12924,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10881,9 +12957,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10929,6 +13002,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10977,6 +13053,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10989,6 +13068,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -11001,9 +13083,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -11022,24 +13101,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -11055,9 +13221,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11088,15 +13251,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11112,6 +13296,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11133,6 +13320,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11160,6 +13350,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11229,6 +13425,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11307,7 +13506,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11331,6 +13530,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11364,9 +13566,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11496,7 +13704,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11547,9 +13755,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11571,6 +13788,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11586,6 +13806,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11604,6 +13830,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11613,9 +13842,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11625,7 +13860,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11658,9 +13899,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11670,6 +13908,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11733,15 +13977,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11940,6 +14217,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12081,6 +14361,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12090,12 +14373,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12105,7 +14397,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12126,6 +14418,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12150,6 +14445,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12231,6 +14541,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12264,27 +14580,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12297,9 +14643,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12318,21 +14682,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12345,15 +14757,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12399,6 +14823,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12414,6 +14844,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12423,6 +14856,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12495,7 +14943,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12609,10 +15057,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12633,6 +15081,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12642,12 +15093,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12663,12 +15126,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12828,12 +15336,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12843,6 +15357,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12867,6 +15387,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12885,12 +15408,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12919,6 +15451,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12934,10 +15469,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12967,10 +15502,38 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -13039,15 +15602,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13129,6 +15701,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13174,6 +15752,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13189,9 +15770,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13276,7 +15863,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13294,9 +15881,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13309,18 +15905,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13368,6 +15958,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13425,6 +16018,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13437,6 +16036,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13471,9 +16076,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13498,9 +16115,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13546,6 +16169,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13582,6 +16208,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13591,16 +16220,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13627,12 +16262,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13699,6 +16340,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13723,6 +16367,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13738,6 +16385,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13756,6 +16406,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13789,10 +16442,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13890,6 +16549,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13923,6 +16585,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13959,39 +16624,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -14010,6 +16741,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -14037,6 +16771,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -14046,6 +16783,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14088,6 +16828,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14097,12 +16840,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14121,6 +16906,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14175,7 +16963,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14217,6 +17005,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14229,7 +17026,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14319,6 +17116,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14376,6 +17176,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14409,6 +17212,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14436,6 +17242,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14452,6 +17264,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14461,6 +17279,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14494,9 +17315,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14551,9 +17369,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14563,9 +17378,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14626,6 +17450,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14659,15 +17486,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14683,27 +17510,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14713,9 +17561,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14848,6 +17702,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14875,6 +17732,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14893,6 +17756,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14917,6 +17825,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14926,7 +17837,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14977,7 +17891,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -15025,6 +17939,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -15049,6 +17969,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15085,12 +18008,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15112,6 +18041,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15127,6 +18059,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15154,6 +18092,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15223,18 +18170,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15250,7 +18212,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15322,6 +18284,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15340,7 +18308,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15382,6 +18350,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15442,7 +18413,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15478,18 +18449,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15508,7 +18494,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15544,6 +18530,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15556,6 +18575,9 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -15563,9 +18585,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15581,6 +18600,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15590,6 +18615,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15599,12 +18627,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15629,12 +18672,22 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15650,6 +18703,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15695,7 +18751,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15707,12 +18766,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15758,6 +18820,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15794,10 +18859,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15806,6 +18871,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15830,6 +18898,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15893,6 +18964,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15902,6 +18976,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15911,6 +18988,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15920,7 +19003,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15932,6 +19030,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15947,6 +19048,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15962,12 +19066,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -16028,9 +19144,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -16055,10 +19168,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16112,6 +19231,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16130,21 +19252,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16160,7 +19297,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16187,6 +19324,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16199,6 +19339,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16211,6 +19357,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16223,10 +19378,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16250,12 +19405,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16448,9 +19657,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16483,6 +19689,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16558,7 +19767,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16675,6 +19884,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16684,18 +19899,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16717,9 +19938,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16747,6 +19974,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16756,6 +19986,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16783,7 +20016,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16840,6 +20073,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16852,24 +20088,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16894,7 +20145,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16915,6 +20166,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16966,9 +20220,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -17002,6 +20253,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -17062,6 +20316,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -17086,9 +20343,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17113,9 +20367,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17134,6 +20385,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17215,6 +20469,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17236,6 +20496,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17272,6 +20535,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17338,7 +20604,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17350,13 +20616,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17389,25 +20655,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17422,10 +20691,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17434,6 +20703,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17494,6 +20766,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17521,12 +20796,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17599,13 +20880,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17626,6 +20919,13 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "View file @ "
msgstr ""
@@ -17635,7 +20935,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17644,7 +20944,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17659,6 +20959,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17668,6 +20971,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17710,19 +21016,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17746,12 +21049,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17788,19 +21094,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17809,6 +21115,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17818,6 +21127,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17827,6 +21139,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17857,6 +21172,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17869,6 +21193,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17888,12 +21215,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -18050,6 +21392,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -18068,6 +21413,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18107,7 +21455,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18116,6 +21464,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18146,9 +21497,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18197,6 +21563,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18206,6 +21575,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18263,6 +21638,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18305,6 +21683,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18320,6 +21701,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18383,12 +21770,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18401,15 +21797,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18419,21 +21821,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18464,6 +21872,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18488,12 +21899,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18521,7 +21938,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18545,6 +21962,16 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18560,12 +21987,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18575,6 +22014,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18587,9 +22029,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18617,6 +22056,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18682,16 +22124,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18725,6 +22157,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18851,18 +22286,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18927,6 +22350,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18946,6 +22372,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18955,12 +22384,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -19013,6 +22448,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -19028,12 +22469,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -19077,6 +22524,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -19095,6 +22545,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19125,6 +22581,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19140,9 +22605,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19156,6 +22618,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19189,9 +22654,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19225,7 +22687,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19273,6 +22735,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19453,6 +22918,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19480,7 +22948,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19503,9 +22977,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19538,6 +23018,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19569,6 +23052,9 @@ msgstr[3] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19590,6 +23076,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19599,6 +23088,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19623,6 +23118,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19641,6 +23139,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19726,12 +23230,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/hi_IN/gitlab.po b/locale/hi_IN/gitlab.po
index 6c583369e13..34714faeb8a 100644
--- a/locale/hi_IN/gitlab.po
+++ b/locale/hi_IN/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hindi\n"
"Language: hi_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: hi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:22\n"
+"PO-Revision-Date: 2020-01-22 09:36\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/hr_HR/gitlab.po b/locale/hr_HR/gitlab.po
index e25c0825418..6f11504b6d4 100644
--- a/locale/hr_HR/gitlab.po
+++ b/locale/hr_HR/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Croatian\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: hr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:20\n"
+"PO-Revision-Date: 2020-01-22 09:32\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -54,15 +53,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -102,8 +104,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -168,6 +170,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -180,6 +194,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -201,6 +221,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -222,6 +245,12 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -240,6 +269,15 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -264,7 +302,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -279,6 +317,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -294,6 +338,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -324,9 +371,27 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -348,6 +413,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -366,6 +443,12 @@ msgstr[2] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -375,6 +458,18 @@ msgstr[2] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -390,6 +485,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -465,12 +569,24 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- show less"
msgstr ""
@@ -508,7 +624,10 @@ msgstr[1] ""
msgstr[2] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -516,12 +635,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -564,9 +695,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -579,12 +719,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -600,9 +746,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -624,16 +776,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -663,18 +809,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -684,6 +851,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -693,7 +863,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -708,6 +878,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -756,6 +938,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -828,6 +1013,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -837,6 +1025,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -879,6 +1070,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -927,13 +1121,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -975,15 +1169,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -996,9 +1193,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1011,6 +1205,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1020,7 +1217,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1065,6 +1262,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1074,13 +1274,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1098,6 +1301,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1188,15 +1397,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1212,15 +1445,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1233,18 +1487,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1278,6 +1559,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1290,9 +1577,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1302,15 +1586,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1326,9 +1622,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1341,6 +1634,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1356,10 +1652,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1371,6 +1664,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1380,6 +1676,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1425,12 +1733,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1449,6 +1766,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1482,12 +1802,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1500,6 +1826,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1509,6 +1838,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1524,100 +1856,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1644,7 +1979,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1665,15 +2006,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1683,10 +2033,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1716,12 +2066,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1734,6 +2096,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1761,9 +2126,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1794,6 +2156,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1806,16 +2171,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1848,6 +2216,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1857,6 +2228,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1905,9 +2279,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1947,6 +2330,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2007,6 +2393,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2028,6 +2417,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2040,6 +2441,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2100,12 +2504,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2217,6 +2630,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2286,6 +2702,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2307,22 +2726,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2349,16 +2768,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2367,13 +2783,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2382,10 +2795,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2451,6 +2864,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2601,22 +3017,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2679,9 +3095,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2703,9 +3116,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2730,9 +3140,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2748,6 +3164,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2760,6 +3179,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2799,9 +3221,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2811,6 +3230,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2874,13 +3296,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2901,7 +3332,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2943,6 +3374,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2952,15 +3386,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3048,6 +3566,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3078,6 +3599,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3150,6 +3674,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3159,6 +3686,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3267,15 +3797,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3291,6 +3824,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3330,6 +3866,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3357,7 +3896,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3375,7 +3917,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3384,12 +3932,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3402,13 +3959,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3417,27 +3974,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3447,9 +4067,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3477,6 +4103,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3504,6 +4133,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3522,6 +4154,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3543,6 +4178,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3564,13 +4202,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3579,13 +4217,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3603,24 +4250,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3630,6 +4310,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3663,10 +4352,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3678,9 +4370,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3690,30 +4394,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3726,7 +4475,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3738,16 +4487,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3762,6 +4517,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3780,6 +4541,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3798,6 +4562,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3810,6 +4580,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3819,12 +4592,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3834,6 +4616,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3843,9 +4628,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3858,10 +4640,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3870,6 +4673,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3882,6 +4691,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3960,6 +4787,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3990,6 +4820,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4011,6 +4844,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4029,6 +4865,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4047,6 +4886,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4068,6 +4910,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4083,7 +4928,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4119,15 +4970,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4143,70 +5003,136 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4242,25 +5168,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last month"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4272,9 +5222,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4284,16 +5231,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4305,52 +5264,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy token"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4371,27 +5333,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4407,9 +5390,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4425,12 +5414,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4470,6 +5468,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4530,9 +5531,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4572,18 +5582,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4593,13 +5612,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4617,12 +5645,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4656,6 +5690,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4677,6 +5714,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4686,15 +5726,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4707,6 +5774,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4719,9 +5789,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4731,27 +5798,75 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4788,6 +5903,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4806,6 +5924,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4824,6 +5945,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4836,6 +5960,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4908,6 +6035,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4947,6 +6086,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4956,6 +6098,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5019,6 +6164,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5124,10 +6272,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5190,21 +6338,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5223,6 +6392,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5232,19 +6410,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5256,12 +6452,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5286,19 +6485,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5313,15 +6521,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5382,15 +6590,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5412,12 +6626,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5430,6 +6653,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5445,6 +6671,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5460,6 +6692,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5493,9 +6728,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5514,6 +6758,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5526,9 +6776,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5538,6 +6797,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5568,6 +6830,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5580,6 +6845,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5604,6 +6872,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5682,6 +6953,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5730,6 +7007,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5781,6 +7061,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5805,6 +7088,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5823,9 +7109,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5838,6 +7121,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5847,6 +7139,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5862,12 +7157,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5886,6 +7190,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5904,19 +7214,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5958,9 +7277,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5976,10 +7301,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5994,6 +7319,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6009,9 +7340,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6081,10 +7409,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6093,7 +7421,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6129,6 +7457,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6168,6 +7499,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6183,6 +7520,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6216,9 +7556,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6234,7 +7571,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6252,12 +7589,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6276,12 +7619,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6312,18 +7670,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6345,9 +7712,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6399,6 +7772,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6468,13 +7844,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6495,6 +7877,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6504,6 +7889,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6513,6 +7901,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6555,9 +7946,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6582,6 +7970,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6609,6 +8000,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6633,15 +8027,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6663,9 +8051,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6690,12 +8075,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6741,15 +8132,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6789,6 +8174,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6798,12 +8189,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6837,9 +8234,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6870,9 +8276,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6888,12 +8291,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6927,6 +8339,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6948,6 +8363,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6969,10 +8387,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6987,6 +8408,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7002,6 +8426,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7011,6 +8438,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7032,9 +8462,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7077,9 +8504,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7092,15 +8531,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7122,6 +8570,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7143,24 +8597,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7170,13 +8615,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7485,6 +8930,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7518,13 +8966,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7533,6 +8981,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7542,6 +8993,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7563,12 +9017,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7593,6 +9137,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7719,13 +9266,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7737,6 +9287,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7764,12 +9335,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7791,21 +9368,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7848,6 +9446,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7869,6 +9470,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7878,9 +9482,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7908,21 +9527,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7935,6 +9575,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7944,6 +9590,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7956,6 +9608,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7971,9 +9626,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7986,6 +9656,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8052,9 +9725,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8100,6 +9779,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8133,6 +9821,12 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8154,9 +9848,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8169,12 +9860,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8190,7 +9887,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8253,6 +9950,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8268,7 +9968,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8289,12 +9989,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8439,9 +10157,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8490,6 +10214,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8520,7 +10247,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8538,9 +10265,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8580,7 +10304,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8595,6 +10322,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8610,6 +10340,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8622,6 +10355,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8643,6 +10379,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8658,15 +10403,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8679,6 +10433,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8727,6 +10484,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8760,7 +10520,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8847,7 +10607,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8934,6 +10700,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8946,6 +10715,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8955,7 +10727,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8973,6 +10745,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9063,9 +10838,18 @@ msgstr[2] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9090,12 +10874,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9111,6 +10904,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9129,6 +10925,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9144,6 +10943,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9168,9 +10973,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9180,6 +10982,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9204,6 +11012,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9252,12 +11063,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9306,6 +11129,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9318,21 +11192,33 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9357,12 +11243,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9426,6 +11318,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9465,6 +11369,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9624,6 +11531,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9642,6 +11552,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9654,9 +11573,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9678,6 +11603,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9696,6 +11627,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9708,6 +11642,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9720,6 +11657,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9813,13 +11753,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9843,6 +11780,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9885,9 +11825,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9897,6 +11843,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9909,19 +11864,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9933,9 +11888,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9948,10 +11912,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9963,9 +11927,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9984,6 +11954,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9991,7 +11964,10 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10041,6 +12017,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10053,6 +12032,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10119,12 +12101,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10182,6 +12170,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10197,6 +12188,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10206,6 +12200,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10236,9 +12233,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10275,6 +12278,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10305,6 +12311,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10371,6 +12380,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10380,6 +12392,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10425,15 +12440,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10443,6 +12461,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10452,13 +12473,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10476,9 +12494,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10494,16 +12509,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10530,6 +12545,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10551,6 +12581,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10602,9 +12635,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10665,6 +12695,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10716,6 +12749,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10725,9 +12761,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10755,6 +12803,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10767,6 +12818,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10776,6 +12830,9 @@ msgstr[2] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10785,12 +12842,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10812,9 +12875,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10860,6 +12920,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10908,6 +12971,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10920,6 +12986,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10932,9 +13001,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10953,24 +13019,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10986,9 +13139,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11019,15 +13169,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11043,6 +13214,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11064,6 +13238,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11091,6 +13268,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11160,6 +13343,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11238,7 +13424,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11262,6 +13448,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11295,9 +13484,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11427,7 +13622,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11478,9 +13673,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11502,6 +13706,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11517,6 +13724,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11535,6 +13748,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11544,9 +13760,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11556,7 +13778,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11589,9 +13817,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11601,6 +13826,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11664,15 +13895,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11871,6 +14135,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12012,6 +14279,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12021,12 +14291,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12036,7 +14315,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12057,6 +14336,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12081,6 +14363,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12162,6 +14459,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12195,27 +14498,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12228,9 +14561,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12249,21 +14600,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12276,15 +14675,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12330,6 +14741,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12345,6 +14762,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12354,6 +14774,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12426,7 +14861,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12540,10 +14975,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12564,6 +14999,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12573,12 +15011,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12594,12 +15044,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12759,12 +15254,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12774,6 +15275,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12798,6 +15305,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12816,12 +15326,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12849,6 +15368,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12864,10 +15386,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12897,10 +15419,37 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12969,15 +15518,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13059,6 +15617,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13104,6 +15668,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13119,9 +15686,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13206,7 +15779,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13224,9 +15797,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13239,18 +15821,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13296,6 +15872,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13353,6 +15932,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13365,6 +15950,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13398,9 +15989,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13425,9 +16028,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13473,6 +16082,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13509,6 +16121,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13518,16 +16133,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13554,12 +16175,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13626,6 +16253,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13650,6 +16280,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13665,6 +16298,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13683,6 +16319,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13716,10 +16355,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13806,6 +16451,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13839,6 +16487,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13875,39 +16526,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13926,6 +16643,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13953,6 +16673,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13962,6 +16685,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14004,6 +16730,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14013,12 +16742,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14037,6 +16808,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14091,7 +16865,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14133,6 +16907,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14145,7 +16928,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14235,6 +17018,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14292,6 +17078,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14325,6 +17114,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14352,6 +17144,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14367,6 +17165,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14376,6 +17180,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14409,9 +17216,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14466,9 +17270,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14478,9 +17279,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14541,6 +17351,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14574,15 +17387,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14598,27 +17411,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14628,9 +17462,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14763,6 +17603,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14790,6 +17633,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14808,6 +17657,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14832,6 +17726,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14841,7 +17738,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14892,7 +17792,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14940,6 +17840,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14964,6 +17870,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15000,12 +17909,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15027,6 +17942,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15042,6 +17960,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15069,6 +17993,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15138,18 +18071,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15165,7 +18113,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15237,6 +18185,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15255,7 +18209,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15297,6 +18251,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15357,7 +18314,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15393,18 +18350,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15423,7 +18395,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15459,6 +18431,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15471,15 +18476,15 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15495,6 +18500,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15504,6 +18515,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15513,12 +18527,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15543,12 +18572,21 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15564,6 +18602,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15609,7 +18650,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15621,12 +18665,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15672,6 +18719,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15708,10 +18758,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15720,6 +18770,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15744,6 +18797,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15807,6 +18863,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15816,6 +18875,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15825,6 +18887,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15834,7 +18902,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15846,6 +18929,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15861,6 +18947,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15876,12 +18965,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15942,9 +19043,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15969,10 +19067,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16026,6 +19130,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16044,21 +19151,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16074,7 +19196,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16101,6 +19223,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16113,6 +19238,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16125,6 +19256,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16137,10 +19277,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16164,12 +19304,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16362,9 +19556,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16395,6 +19586,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16470,7 +19664,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16587,6 +19781,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16596,18 +19796,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16629,9 +19835,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16659,6 +19871,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16668,6 +19883,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16695,7 +19913,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16752,6 +19970,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16764,24 +19985,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16806,7 +20042,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16827,6 +20063,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16878,9 +20117,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16914,6 +20150,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16974,6 +20213,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16998,9 +20240,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17025,9 +20264,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17046,6 +20282,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17127,6 +20366,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17148,6 +20393,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17184,6 +20432,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17250,7 +20501,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17262,13 +20513,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17301,25 +20552,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17334,10 +20588,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17346,6 +20600,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17406,6 +20663,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17433,12 +20693,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17511,13 +20777,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17538,6 +20816,12 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "View file @ "
msgstr ""
@@ -17547,7 +20831,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17556,7 +20840,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17571,6 +20855,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17580,6 +20867,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17622,19 +20912,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17658,12 +20945,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17700,19 +20990,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17721,6 +21011,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17730,6 +21023,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17739,6 +21035,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17769,6 +21068,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17781,6 +21089,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17799,12 +21110,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17961,6 +21287,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17979,6 +21308,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18018,7 +21350,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18027,6 +21359,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18057,9 +21392,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18108,6 +21458,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18117,6 +21470,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18174,6 +21533,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18216,6 +21578,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18231,6 +21596,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18294,12 +21665,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18312,15 +21692,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18330,21 +21716,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18375,6 +21767,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18399,12 +21794,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18432,7 +21833,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18456,6 +21857,15 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18471,12 +21881,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18486,6 +21908,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18498,9 +21923,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18528,6 +21950,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18588,15 +22013,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18630,6 +22046,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18756,18 +22175,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18831,6 +22238,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18849,6 +22259,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18858,12 +22271,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18915,6 +22334,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18930,12 +22355,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18978,6 +22409,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18996,6 +22430,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19026,6 +22466,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19041,9 +22490,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19056,6 +22502,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19089,9 +22538,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19125,7 +22571,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19173,6 +22619,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19353,6 +22802,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19380,7 +22832,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19401,9 +22859,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19434,6 +22898,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19464,6 +22931,9 @@ msgstr[2] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19485,6 +22955,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19494,6 +22967,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19518,6 +22997,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19536,6 +23018,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19620,11 +23108,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/hu_HU/gitlab.po b/locale/hu_HU/gitlab.po
index 1ef02e6578d..1479fc5dcc2 100644
--- a/locale/hu_HU/gitlab.po
+++ b/locale/hu_HU/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hungarian\n"
"Language: hu_HU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: hu\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:17\n"
+"PO-Revision-Date: 2020-01-22 09:36\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/id_ID/gitlab.po b/locale/id_ID/gitlab.po
index dcf357275f4..4f7d8501121 100644
--- a/locale/id_ID/gitlab.po
+++ b/locale/id_ID/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian\n"
"Language: id_ID\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: id\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:12\n"
+"PO-Revision-Date: 2020-01-22 09:34\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -50,15 +49,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -86,8 +88,8 @@ msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgid "%d fixed test result"
@@ -130,6 +132,14 @@ msgid "%d more comment"
msgid_plural "%d more comments"
msgstr[0] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -138,6 +148,10 @@ msgid "%d staged change"
msgid_plural "%d staged changes"
msgstr[0] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -155,6 +169,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -174,6 +191,10 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -188,6 +209,15 @@ msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
msgstr[0] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -212,7 +242,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -227,6 +257,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -242,6 +278,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -272,9 +311,25 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -296,6 +351,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -310,6 +377,10 @@ msgstr[0] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -317,6 +388,18 @@ msgstr[0] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -330,6 +413,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -403,12 +495,20 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+
msgid "- show less"
msgstr ""
@@ -436,16 +536,25 @@ msgid_plural "%{merge_requests} closed merge requests"
msgstr[0] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -478,9 +587,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -493,12 +611,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -514,9 +638,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -538,16 +668,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -577,18 +701,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -598,6 +743,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -607,7 +755,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -622,6 +770,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -670,6 +830,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -742,6 +905,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -751,6 +917,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -791,6 +960,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -839,13 +1011,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -887,15 +1059,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -908,9 +1083,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -923,6 +1095,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -932,7 +1107,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -977,6 +1152,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -986,13 +1164,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1010,6 +1191,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1100,15 +1287,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1124,15 +1335,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1145,18 +1377,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1188,6 +1447,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1200,9 +1465,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1212,15 +1474,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1236,9 +1510,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1251,6 +1522,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1266,10 +1540,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1281,6 +1552,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1290,6 +1564,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1335,12 +1621,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1359,6 +1654,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1392,12 +1690,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1410,6 +1714,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1419,6 +1726,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1434,100 +1744,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1554,7 +1867,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1575,15 +1894,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1593,10 +1921,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1626,12 +1954,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1644,6 +1984,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1663,9 +2006,6 @@ msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
msgstr[0] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1696,6 +2036,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1708,16 +2051,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1750,6 +2096,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1759,6 +2108,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1807,9 +2159,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1849,6 +2210,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1907,6 +2271,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1926,6 +2293,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1938,6 +2317,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -1998,12 +2380,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2115,6 +2506,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2184,6 +2578,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2205,22 +2602,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2247,16 +2644,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2265,13 +2659,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2280,10 +2671,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2349,6 +2740,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2499,22 +2893,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2577,9 +2971,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2601,9 +2992,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2628,9 +3016,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2646,6 +3040,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2658,6 +3055,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2697,9 +3097,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2709,6 +3106,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2772,13 +3172,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2799,7 +3208,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2841,6 +3250,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2850,15 +3262,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2946,6 +3442,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -2976,6 +3475,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3048,6 +3550,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3057,6 +3562,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3165,15 +3673,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3189,6 +3700,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3228,6 +3742,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3255,7 +3772,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3273,7 +3793,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3282,12 +3808,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3300,13 +3835,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3315,27 +3850,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3345,9 +3943,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3375,6 +3979,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3402,6 +4009,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3420,6 +4030,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3441,6 +4054,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3462,13 +4078,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3477,13 +4093,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3501,24 +4126,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3528,6 +4186,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3561,10 +4228,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3576,9 +4246,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3588,30 +4270,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3624,7 +4351,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3636,16 +4363,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3660,6 +4393,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3678,6 +4417,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3696,6 +4438,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3708,6 +4456,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3717,12 +4468,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3732,6 +4492,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3741,9 +4504,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3756,10 +4516,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3768,6 +4549,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3780,6 +4567,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3856,6 +4661,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3886,6 +4694,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3907,6 +4718,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3925,6 +4739,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3943,6 +4760,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -3964,6 +4784,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -3979,7 +4802,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4015,15 +4844,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4039,68 +4877,134 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Expiration interval:"
msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+
msgid "ContainerRegistry|Size"
msgstr ""
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4136,25 +5040,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4166,9 +5094,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4178,16 +5103,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4199,52 +5136,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4265,27 +5205,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4301,9 +5262,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4319,12 +5286,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4364,6 +5340,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4424,9 +5403,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4466,18 +5454,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4487,13 +5484,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4511,12 +5517,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4550,6 +5562,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4571,6 +5586,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4580,15 +5598,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4601,6 +5646,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4613,9 +5661,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4625,23 +5670,73 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4678,6 +5773,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4696,6 +5794,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4714,6 +5815,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4726,6 +5830,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4798,6 +5905,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4837,6 +5956,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4846,6 +5968,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4905,6 +6030,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5004,10 +6132,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5070,21 +6198,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5103,6 +6252,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5112,19 +6270,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5136,12 +6312,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5166,19 +6345,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5193,15 +6381,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5262,15 +6450,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5292,12 +6486,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5310,6 +6513,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5325,6 +6531,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5340,6 +6552,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5373,9 +6588,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5394,6 +6618,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5406,9 +6636,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5418,6 +6657,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5448,6 +6690,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5460,6 +6705,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5484,6 +6732,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5562,6 +6813,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5610,6 +6867,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5661,6 +6921,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5685,6 +6948,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5703,9 +6969,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5718,6 +6981,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5727,6 +6999,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5742,12 +7017,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5766,6 +7050,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5784,19 +7074,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5838,9 +7137,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5856,10 +7161,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5874,6 +7179,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5889,9 +7200,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -5961,10 +7269,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -5973,7 +7281,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6009,6 +7317,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6048,6 +7359,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6063,6 +7380,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6096,9 +7416,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6114,7 +7431,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6132,12 +7449,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6156,12 +7479,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6192,18 +7530,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6225,9 +7572,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6279,6 +7632,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6348,13 +7704,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6375,6 +7737,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6384,6 +7749,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6393,6 +7761,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6435,9 +7806,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6462,6 +7830,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6489,6 +7860,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6513,15 +7887,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6543,9 +7911,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6570,12 +7935,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6621,15 +7992,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6667,6 +8032,12 @@ msgid "File"
msgid_plural "Files"
msgstr[0] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6676,12 +8047,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6715,9 +8092,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6748,9 +8134,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6766,12 +8149,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6805,6 +8197,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6826,6 +8221,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6847,10 +8245,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6865,6 +8266,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6880,6 +8284,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6889,6 +8296,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6910,9 +8320,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -6955,9 +8362,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -6970,15 +8389,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7000,6 +8428,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7021,24 +8455,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7048,13 +8473,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7363,6 +8788,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7396,13 +8824,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7411,6 +8839,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7420,6 +8851,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7441,12 +8875,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7471,6 +8995,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7597,13 +9124,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7615,6 +9145,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7642,12 +9193,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7669,21 +9226,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7726,6 +9304,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7747,6 +9328,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7756,9 +9340,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7786,21 +9385,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7813,6 +9433,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7822,6 +9448,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7834,6 +9466,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7849,9 +9484,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7864,6 +9514,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7930,9 +9583,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -7978,6 +9637,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8009,6 +9677,12 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8030,9 +9704,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8045,12 +9716,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8066,7 +9743,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8129,6 +9806,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8144,7 +9824,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8165,12 +9845,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8315,9 +10013,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8366,6 +10070,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8396,7 +10103,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8412,9 +10119,6 @@ msgid "Instance"
msgid_plural "Instances"
msgstr[0] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8454,7 +10158,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8469,6 +10176,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8484,6 +10194,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8496,6 +10209,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8517,6 +10233,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8532,15 +10257,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8553,6 +10287,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8601,6 +10338,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8634,7 +10374,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8721,7 +10461,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8808,6 +10554,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8820,6 +10569,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8829,7 +10581,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8847,6 +10599,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8935,9 +10690,18 @@ msgstr[0] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -8962,12 +10726,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -8983,6 +10756,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9001,6 +10777,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9016,6 +10795,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9040,9 +10825,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9052,6 +10834,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9076,6 +10864,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9122,10 +10913,18 @@ msgid "LicenseCompliance|License Compliance detected %d license for the source b
msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9174,6 +10973,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9184,21 +11034,33 @@ msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9223,12 +11085,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9292,6 +11160,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9331,6 +11211,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9490,6 +11373,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9508,6 +11394,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9520,9 +11415,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9544,6 +11445,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9562,6 +11469,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9574,6 +11484,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9586,6 +11499,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9679,13 +11595,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9709,6 +11622,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9751,9 +11667,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9763,6 +11685,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9775,19 +11706,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9799,9 +11730,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9814,10 +11754,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9829,9 +11769,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9850,6 +11796,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9857,7 +11806,8 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9907,6 +11857,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9919,6 +11872,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -9985,12 +11941,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10048,6 +12010,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10063,6 +12028,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10072,6 +12040,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10102,9 +12073,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10139,6 +12116,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10169,6 +12149,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10235,6 +12218,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10244,6 +12230,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10289,15 +12278,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10307,6 +12299,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10316,13 +12311,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10340,9 +12332,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10358,16 +12347,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10394,6 +12383,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10415,6 +12419,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10466,9 +12473,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10529,6 +12533,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10580,6 +12587,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10589,9 +12599,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10619,6 +12641,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10631,6 +12656,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10638,6 +12666,9 @@ msgstr[0] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10647,12 +12678,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10674,9 +12711,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10722,6 +12756,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10770,6 +12807,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10782,6 +12822,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10794,9 +12837,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10815,24 +12855,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10848,9 +12975,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10881,15 +13005,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10905,6 +13050,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10926,6 +13074,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -10953,6 +13104,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11022,6 +13179,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11100,7 +13260,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11124,6 +13284,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11157,9 +13320,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11289,7 +13458,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11340,9 +13509,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11364,6 +13542,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11379,6 +13560,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11397,6 +13584,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11406,9 +13596,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11418,7 +13614,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11451,9 +13653,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11463,6 +13662,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11526,15 +13731,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11733,6 +13971,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11874,6 +14115,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11883,12 +14127,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11898,7 +14151,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11919,6 +14172,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -11943,6 +14199,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12024,6 +14295,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12057,27 +14334,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12090,9 +14397,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12111,21 +14436,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12138,15 +14511,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12192,6 +14577,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12207,6 +14598,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12216,6 +14610,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12288,7 +14697,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12402,10 +14811,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12426,6 +14835,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12435,12 +14847,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12456,12 +14880,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12621,12 +15090,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12636,6 +15111,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12660,6 +15141,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12678,12 +15162,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12709,6 +15202,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12724,10 +15220,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12757,10 +15253,35 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12829,15 +15350,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12919,6 +15449,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -12964,6 +15500,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -12979,9 +15518,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13066,7 +15611,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13084,9 +15629,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13099,18 +15653,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13152,6 +15700,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13209,6 +15760,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13221,6 +15778,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13252,9 +15815,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13279,9 +15854,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13327,6 +15908,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13363,6 +15947,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13372,16 +15959,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13408,12 +16001,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13480,6 +16079,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13504,6 +16106,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13519,6 +16124,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13537,6 +16145,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13570,10 +16181,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13638,6 +16255,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13671,6 +16291,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13707,39 +16330,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13758,6 +16447,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13785,6 +16477,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13794,6 +16489,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13836,6 +16534,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13845,12 +16546,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13869,6 +16612,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -13923,7 +16669,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -13965,6 +16711,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -13977,7 +16732,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14067,6 +16822,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14124,6 +16882,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14157,6 +16918,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14184,6 +16948,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14197,6 +16967,12 @@ msgid "Showing %d event"
msgid_plural "Showing %d events"
msgstr[0] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14206,6 +16982,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14239,9 +17018,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14296,9 +17072,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14308,9 +17081,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14371,6 +17153,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14404,15 +17189,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14428,27 +17213,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14458,9 +17264,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14593,6 +17405,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14620,6 +17435,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14638,6 +17459,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14662,6 +17528,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14671,7 +17540,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14722,7 +17594,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14770,6 +17642,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14794,6 +17672,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14830,12 +17711,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14857,6 +17744,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14872,6 +17762,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14899,6 +17795,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -14968,18 +17873,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -14995,7 +17915,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15067,6 +17987,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15085,7 +18011,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15127,6 +18053,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15187,7 +18116,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15223,18 +18152,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15253,7 +18197,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15289,6 +18233,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15301,13 +18278,13 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15323,6 +18300,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15332,6 +18315,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15341,12 +18327,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15371,12 +18372,19 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15392,6 +18400,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15437,7 +18448,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15449,12 +18463,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15500,6 +18517,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15536,10 +18556,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15548,6 +18568,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15572,6 +18595,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15635,6 +18661,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15644,6 +18673,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15653,6 +18685,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15662,7 +18700,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15674,6 +18727,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15689,6 +18745,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15704,12 +18763,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15770,9 +18841,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15797,10 +18865,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15854,6 +18928,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15872,21 +18949,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15902,7 +18994,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -15929,6 +19021,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -15941,6 +19036,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -15953,6 +19054,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -15965,10 +19075,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -15992,12 +19102,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16190,9 +19354,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16219,6 +19380,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16294,7 +19458,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16411,6 +19575,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16420,18 +19590,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16453,9 +19629,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16483,6 +19665,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16492,6 +19677,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16519,7 +19707,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16576,6 +19764,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16588,24 +19779,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16630,7 +19836,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16651,6 +19857,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16702,9 +19911,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16738,6 +19944,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16798,6 +20007,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16822,9 +20034,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16849,9 +20058,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16870,6 +20076,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -16951,6 +20160,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -16972,6 +20187,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17008,6 +20226,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17074,7 +20295,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17086,13 +20307,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17125,25 +20346,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17158,10 +20382,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17170,6 +20394,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17230,6 +20457,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17257,12 +20487,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17335,13 +20571,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17362,6 +20610,10 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+
msgid "View file @ "
msgstr ""
@@ -17371,7 +20623,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17380,7 +20632,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17395,6 +20647,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17404,6 +20659,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17446,19 +20704,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17482,12 +20737,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17524,19 +20782,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17545,6 +20803,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17554,6 +20815,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17563,6 +20827,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17593,6 +20860,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17605,6 +20881,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17621,12 +20900,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17783,6 +21077,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17801,6 +21098,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17840,7 +21140,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17849,6 +21149,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17879,9 +21182,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -17930,6 +21248,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -17939,6 +21260,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -17996,6 +21323,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18038,6 +21368,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18053,6 +21386,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18116,12 +21455,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18134,15 +21482,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18152,21 +21506,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18197,6 +21557,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18221,12 +21584,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18254,7 +21623,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18278,6 +21647,13 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18293,12 +21669,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18308,6 +21696,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18320,9 +21711,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18350,6 +21738,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18400,13 +21791,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18440,6 +21824,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18566,18 +21953,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18639,6 +22014,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18655,6 +22033,9 @@ msgid "day"
msgid_plural "days"
msgstr[0] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18664,12 +22045,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18719,6 +22106,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18734,12 +22127,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18780,6 +22179,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18798,6 +22200,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18828,6 +22236,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18843,9 +22260,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18856,6 +22270,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18889,9 +22306,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -18925,7 +22339,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -18973,6 +22387,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19153,6 +22570,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19180,7 +22600,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19197,9 +22623,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19226,6 +22658,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19254,6 +22689,9 @@ msgstr[0] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19275,6 +22713,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19284,6 +22725,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19308,6 +22755,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19326,6 +22776,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19408,9 +22864,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/it/gitlab.po b/locale/it/gitlab.po
index bbbf764014d..3ae19b312f5 100644
--- a/locale/it/gitlab.po
+++ b/locale/it/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: it\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:16\n"
+"PO-Revision-Date: 2020-01-22 09:30\n"
msgid " (from %{timeoutSource})"
msgstr " (da %{timeoutSource})"
@@ -52,15 +51,18 @@ msgstr " o "
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
-msgstr " o <#epic id>"
-
msgid " or <#issue id>"
msgstr " o <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d commento"
@@ -94,10 +96,10 @@ msgid_plural "%d exporters"
msgstr[0] "%d exporter"
msgstr[1] "%d exporter"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d risultato test non riuscito"
-msgstr[1] "%d risultati di test falliti"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] "%d altro commento"
msgstr[1] "Altri %d commenti"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] "%d modifica in stage"
msgstr[1] "%d modifiche in stage"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d modifica non in stage"
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} fatto %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr "%{count} altro"
msgid "%{count} more assignees"
msgstr "%{count} altri assegnatari"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} su %{required} approvazioni da %{name}"
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] "%{count} commento in attesa"
msgstr[1] "%{count} commenti in attesa"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,8 +272,8 @@ msgstr "%{filePath} eliminato"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} + %{labelCount} più"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} non trovato in questo commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "I %{group_docs_link_start}Gruppi%{group_docs_link_end} consentono di gestire e collaborare in vari progetti. I membri di un gruppo hanno accesso a tutti i suoi progetti."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} sarà rimosso! Sei sicuro?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} non disponibile"
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}Leggi di più%{link_end} sulle autorizzazioni di ruolo"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr "%{number_commits_behind} commits precedenti %{default_branch}, %{number_
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose}%{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% completato"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr "%{service_title} attivato."
@@ -322,6 +382,18 @@ msgstr "%{size} bytes"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} è stato inviato ad Akismet con successo."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} epici"
@@ -338,6 +410,11 @@ msgstr[1] "%{strong_start}%{commit_count}%{strong_end} Commit"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} File"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Tag"
@@ -346,6 +423,18 @@ msgstr[1] "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text}%{files}"
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr "%{title} cambiamenti"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} cambiamenti unstaged e %{staged} staged"
@@ -434,12 +532,22 @@ msgstr "+%{extraOptionCount} ulteriori"
msgid ", or "
msgstr ", o "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Il runner è attivo e può processare nuovi lavori"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Il runner è in pausa e non riceverà nuovi lavori"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr "- riduci"
@@ -472,18 +580,30 @@ msgstr[0] "1 richiesta di merge chiusa"
msgstr[1] "%{merge_requests} richieste di merge chiuse"
msgid "1 day"
-msgstr "1 giorno"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 gruppo"
msgstr[1] "%d gruppi"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "1 richiesta di merge completata"
msgstr[1] "%{merge_requests} richieste di merge completate"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "1 issue aperto"
@@ -521,9 +641,18 @@ msgstr "10-19 contributi"
msgid "1st contribution!"
msgstr "Primo contributo!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29 contributi"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "2FA"
@@ -536,12 +665,18 @@ msgstr "3 giorni"
msgid "3 hours"
msgstr "3 ore"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 minuti"
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "403|Contatta l'amministratore di GitLab per ottenere l'autorizzazione."
@@ -557,9 +692,15 @@ msgstr "404|Pagina non trovata"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "404 | Si prega di contattare il proprio amministratore GitLab se credi sia un errore."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 ore"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> aggiungerà \"Da <a href=\"#\">@johnsmith</a>\"per tutti gli issue e i commenti creati originariamente da johnsmith@example.com, e imposterà <a href=\"#\">@johnsmith</a> come assegnatario su tutti gli issue originariamente assegnati a johnsmith@example.com."
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Un ramo predefinito non può essere scelto per un progetto vuoto."
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr "Account"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr "Aggiungi una directory (cartella)"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Stai per eliminare definitivamente l'utente %{username}. I problemi, le richieste di merge e i gruppi ad essi collegati verranno trasferiti a un \"Utente fantasma\" a livello di sistema. Per evitare la perdita di dati, prendi invece in considerazione di utilizzare la funzione %{strong_start}blocco utente%{strong_end}. Una volta che hai %{strong_start}Eliminato l'utente%{strong_end}, non può essere annullato o ripristinato."
+msgid "Admin mode disabled"
+msgstr ""
+
+msgid "Admin mode enabled"
+msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "Tutto"
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "Aspetto"
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr "Applicazioni"
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "Apr"
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Sei sicuro di voler cancellare questa pipeline programmata?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "Ago"
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr "Log di autenticazione"
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Documentazione Auto DevOps"
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr "Nome Branch"
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Cerca branches"
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr "Guarda i files"
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr "Jobs"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Grafici"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Chat"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "Controllo disponibilità per %{text}…"
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr "Controllo disponibilità branch..."
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Cherry-pick di questo commit"
msgid "Cherry-pick this merge request"
msgstr "Cherry-pick questa richiesta di merge"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr "in attesa di azione manuale"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "bloccata"
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "saltata"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "in corso"
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr "Applicazioni"
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "Certificate Authority bundle (formato PEM)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr "Copia URL API"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "Copia Certificato CA"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr "Tipo di macchina"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr "Durata del commit (in minuti) per gli ultimi 30 commit"
msgid "Commit message"
msgstr "Messaggio del commit"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Confronta"
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Expiration interval:"
msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
-msgstr[1] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "ContainerRegistry|Size"
msgstr "Dimensione"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Tag"
-msgid "ContainerRegistry|Tag ID"
-msgstr "Tag ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,26 +5104,50 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
-msgstr "Collaboratori"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
-msgstr "Genero grafico della repository."
+msgid "ContributionAnalytics|Issues"
+msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "Esegui i commit su %{branch_name}, escludendo i commit di merge. Limitati a 6000 commits."
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "Attendere prego, questa pagina si ricaricherà automaticamente appena pronta."
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr "Collaboratori"
msgid "Control emails linked to your account"
msgstr ""
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "Copia URL negli appunti"
+msgid "Copy URL"
+msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "Copia l'SHA del commit negli appunti"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr "Crea una nuova cartella"
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Creare un token di accesso sul tuo account per eseguire pull o push tramite %{protocol}"
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr "Timezone del Cron"
msgid "Cron syntax"
msgstr "Sintassi Cron"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "Statistiche Cicliche"
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Issue"
msgid "CycleAnalyticsStage|Plan"
msgstr "Pianificazione"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Produzione"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Revisione"
@@ -4678,25 +5734,74 @@ msgstr "Pre-rilascio"
msgid "CycleAnalyticsStage|Test"
msgstr "Test"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Descrizione"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr "Nome cartella"
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr "Chiudi l'introduzione alle Analisi Cicliche"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr "Scarica"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr "Cambia programmazione della pipeline %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Errore durante il fetch degli ambienti."
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Commit"
@@ -5844,19 +7144,28 @@ msgstr "Ambienti"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Job"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr "Nuovo ambiente"
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr "Ancora nessuna chiave di rilascio"
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Mostra tutti"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr "Errore durante l'attivazione/disattivazione della sottoscrizione per l'i
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "Filtra per tutti"
msgid "EventFilterBy|Filter by comments"
msgstr "Filtra per commenti"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "Filtra per eventi di issue"
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "Ogni giorno (alle 4 del mattino)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Ogni primo giorno del mese (alle 4 del mattino)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Ogni settimana (Di domenica alle 4 del mattino)"
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,15 +7774,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Impossibile cambiare owner"
msgid "Failed to check related branches."
msgstr ""
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr "Filtra per messaggio di commit"
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,11 +8316,14 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Fork da"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "Fork da %{project_name} (eliminato)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr ""
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr "Formato"
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr "Dalla creazione di un issue fino al rilascio in produzione"
msgid "From merge request merge until deploy to production"
msgstr "Dalla richiesta di merge fino effettua il merge fino al rilascio in produzione"
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Blocca la condivisione di un progetto di %{group} con altri gruppi"
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "Questa modifica è stata applicata su %{ancestor_group} ed è stata ignorata nel sottogruppo."
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr "Se disabilitato, un ramo locale divergente non verrà automaticamente aggiornato con i commit dalla sua controparte remota, per prevenire la perdita locale dei dati. Se il ramo predefinito (%{default_branch}) è divergente e non può essere aggiornato, il mirroring fallirà. Altri rami divergenti vengono silenziosamente ignorati."
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr "Intervallo di Pattern"
msgid "Introducing Cycle Analytics"
msgstr "Introduzione delle Analisi Cicliche"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr "Giu"
msgid "June"
msgstr "Giugno"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] "Gli ultimi %d giorni"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "Ultima Pipeline"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "Ultimo aggiornamento"
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "Leggi di più su"
@@ -9116,6 +10908,12 @@ msgstr "documentazione sulla pianificazione delle pipelines"
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Mediano"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr "Richieste di merge"
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "Richiesta di merge"
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "Messaggi"
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "Ulteriori informazioni sono disponibili | qui"
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr "Nuova Branch"
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr "Nuovo Issue"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr "Nessuno"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr "Nuova richiesta di merge"
msgid "NotificationEvent|New note"
msgstr "Nuova nota"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "Riassegna issue"
@@ -10648,6 +12668,9 @@ msgstr "Nov"
msgid "November"
msgstr "Novembre"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr "Solo i membri del progetto possono commentare."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr "Opzioni"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr "Proprietario"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr "Password"
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr "Pipeline per la settimana scorsa"
msgid "Pipelines for last year"
msgstr "Pipeline per l'ultimo anno"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Profilo"
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "Il progetto '%{project_name}' è in fase di eliminazione."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Il Progetto '%{project_name}' in coda di eliminazione."
@@ -11952,12 +14209,21 @@ msgstr "Il Progetto '%{project_name}' è stato creato con successo."
msgid "Project '%{project_name}' was successfully updated."
msgstr "Il Progetto '%{project_name}' è stato aggiornato con successo."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr "L'accesso al progetto dev'esser fornito esplicitamente ad ogni utente"
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr "Dettagli del progetto"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "L'esportazione del progetto non può essere eliminata."
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "Vedi altro"
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr "Rimuovi progetto"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr "Richiedi accesso"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr "Ripristina questa richiesta di merge"
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr "Chiavi SSH"
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr "Salva pianificazione pipeline"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "Seleziona una timezone"
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr "Seleziona una branch di destinazione"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr "Seleziona il ramo che vuoi impostare come predefinito per questo progetto. Tutte le richieste di merge e i commit verranno automaticamente eseguiti su questo ramo, a meno che non ne sia specificato uno diverso."
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "Set"
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr "Impostazioni"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "Visualizza %d evento"
msgstr[1] "Visualizza %d eventi"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr "Qualcosa è andato storto durante il fetch dei progetti."
msgid "Something went wrong while fetching the registry list."
msgstr "Qualcosa è andato storto durante il recupero dell'elenco dei registri."
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "inizia una %{new_merge_request} con queste modifiche"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr "Cambia branch/tag"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr "Branch di destinazione"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr "Lo stadio di programmazione mostra il tempo trascorso dal primo commit a
msgid "The collection of events added to the data gathered for that stage."
msgstr "L'insieme di eventi aggiunti ai dati raccolti per quello stadio."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr "La relazione del fork è stata rimossa"
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr "Il ciclo vitale della fase di sviluppo."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "La repository di questo progetto non esiste."
@@ -15622,18 +18657,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "Lo stadio di pre-rilascio mostra il tempo che trascorre da una MR (Richiesta di Merge) completata al suo rilascio in ambiente di produzione. Questa informazione sarà disponibile dal tuo primo rilascio in produzione"
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "Lo stadio di test mostra il tempo che ogni Pipeline impiega per essere eseguita in ogni Richiesta di Merge correlata. L'informazione sarà disponibile automaticamente quando la tua prima Pipeline avrà finito d'esser eseguita."
msgid "The time taken by each data entry gathered by that stage."
msgstr "Il tempo aggregato relativo eventi/data entry raccolto in quello stadio."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr "poco fa"
msgid "Timeago|right now"
msgstr "adesso"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
-msgstr "Tempo Totale"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "Tempo totale di test per tutti i commits/merges"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr "Unstaged"
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr "Carica file"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr "Mostra la richieste di merge aperte"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,7 +20886,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17621,10 +20898,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "Vuoi visualizzare i dati? Richiedi l'accesso ad un amministratore, grazie."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "Non ci sono sufficienti dati da mostrare su questo stadio"
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr "Ritira richiesta d'accesso"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,8 +21245,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Stai per rimuovere la relazione con il progetto sorgente %{forked_from_project}. Sei ASSOLUTAMENTE sicuro?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr ""
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr "Non sarai in grado di effettuare push o pull tramite SSH fino a che %{ad
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "giorno"
msgstr[1] "giorni"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "Nuova richiesta di merge"
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "in %d minuto "
-msgstr[1] "entro %d minuti "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/ja/gitlab.po b/locale/ja/gitlab.po
index 014f53159e3..8455088e6e2 100644
--- a/locale/ja/gitlab.po
+++ b/locale/ja/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Japanese\n"
"Language: ja_JP\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: ja\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:08\n"
+"PO-Revision-Date: 2020-01-22 09:26\n"
msgid " (from %{timeoutSource})"
msgstr " (%{timeoutSource} ã‹ã‚‰)"
@@ -31,10 +30,10 @@ msgid " and"
msgstr " ã¨"
msgid " and "
-msgstr ""
+msgstr " 㨠"
msgid " and %{sliced}"
-msgstr ""
+msgstr " 㨠%{sliced}"
msgid " degraded on %d point"
msgid_plural " degraded on %d points"
@@ -48,17 +47,20 @@ msgid " or "
msgstr " ã¾ãŸã¯ "
msgid " or <!merge request id>"
-msgstr ""
-
-msgid " or <#epic id>"
-msgstr " ã¾ãŸã¯ <#エピックID>"
+msgstr " ã¾ãŸã¯ <!merge request id>"
msgid " or <#issue id>"
msgstr " ã¾ãŸã¯ <#課題 ID>"
-msgid " or references (e.g. path/to/project!merge_request_id)"
+msgid " or <&epic id>"
msgstr ""
+msgid " or references (e.g. path/to/project!merge_request_id)"
+msgstr " ã¾ãŸã¯ãƒªãƒ•ã‚¡ãƒ¬ãƒ³ã‚¹å½¢å¼ï¼ˆä¾‹: path/to/project!merge_request_id)"
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "「%{path}ã€ã¯ã€Œ%{ref}ã€ã«å­˜åœ¨ã—ã¾ã›ã‚“ã§ã—ãŸ"
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d 件ã®ã‚³ãƒ¡ãƒ³ãƒˆ"
@@ -86,9 +88,9 @@ msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] "%d exporter"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d件ã®ãƒ†ã‚¹ãƒˆã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] "%d 件テストã«å¤±æ•—/エラーãŒç™ºç”Ÿ"
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -96,7 +98,7 @@ msgstr[0] "%d 件ã®ãƒ†ã‚¹ãƒˆã§ä¿®æ­£ã•ã‚Œã¾ã—ãŸ"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
-msgstr[0] ""
+msgstr[0] "%d 個ã®ã‚¢ã‚¯ã‚»ã‚¹ã§ããªã„マージリクエスト"
msgid "%d issue"
msgid_plural "%d issues"
@@ -124,20 +126,32 @@ msgstr[0] "%d メトリクス"
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] ""
+msgstr[0] "%d 分"
msgid "%d more comment"
msgid_plural "%d more comments"
msgstr[0] "%d 件以上ã®ã‚³ãƒ¡ãƒ³ãƒˆ"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d件ã®ãƒ—ロジェクト"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d件ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã«è­¦å‘Šã‚ã‚Š"
+
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] ""
+msgstr[0] "%d 秒"
msgid "%d staged change"
msgid_plural "%d staged changes"
msgstr[0] "%d件ã®ã‚¹ãƒ†ãƒ¼ã‚¸æ¸ˆã¿å¤‰æ›´"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d件ã®æœªã‚¹ãƒ†ãƒ¼ã‚¸ã®å¤‰æ›´"
@@ -150,13 +164,16 @@ msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} 㨠%{openOrClose} %{noteable}"
msgid "%{authorsName}'s thread"
-msgstr ""
+msgstr "%{authorsName}ã®ã‚¹ãƒ¬ãƒƒãƒ‰"
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} ㌠%{commit_timeago} ã«ã‚³ãƒŸãƒƒãƒˆã—ã¾ã—ãŸ"
+msgid "%{cores} cores"
+msgstr "%{cores} コア"
+
msgid "%{count} LOC/commit"
-msgstr ""
+msgstr "%{count} LOC/コミット"
msgid "%{count} approval required from %{name}"
msgid_plural "%{count} approvals required from %{name}"
@@ -166,7 +183,7 @@ msgid "%{count} approvals from %{name}"
msgstr "%{name} ㌠%{count} 件ã®æ‰¿èªã‚’了承ã—ã¾ã—ãŸ"
msgid "%{count} files touched"
-msgstr ""
+msgstr "%{count} ファイルãŒå¤‰æ›´ã•ã‚Œã¾ã—ãŸ"
msgid "%{count} more"
msgstr "%{count} 以上"
@@ -174,6 +191,10 @@ msgstr "%{count} 以上"
msgid "%{count} more assignees"
msgstr "%{count} 人以上ã®æ‹…当者"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "%{count} 件ã®ãƒªãƒªãƒ¼ã‚¹"
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{name} ã‹ã‚‰ã®æ‰¿èª %{required} 中 %{count}"
@@ -188,23 +209,32 @@ msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
msgstr[0] "ä¿ç•™ä¸­ã®ã‚³ãƒ¡ãƒ³ãƒˆ%{count} 件"
-msgid "%{duration}ms"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count} 件ã®é–¢é€£ã—㟠%{pluralized_subject}: %{links}"
+
+msgid "%{days} days until tags are automatically removed"
+msgstr "ã‚¿ã‚°ãŒè‡ªå‹•çš„ã«å‰Šé™¤ã•ã‚Œã‚‹ã¾ã§%{days} æ—¥"
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{duration}ms"
+msgstr "%{duration}ms"
+
msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
msgstr "%{edit_in_new_fork_notice} ã“ã®ã‚³ãƒŸãƒƒãƒˆã‚’ã‚‚ã†ä¸€åº¦ãƒã‚§ãƒªãƒ¼ãƒ”ックã—ã¦ãã ã•ã„。"
msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} ã‚‚ã†ä¸€åº¦æ–°ã—ã„ディレクトリを作æˆã—ã¦ãã ã•ã„。"
msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
msgstr "%{edit_in_new_fork_notice} ã“ã®ã‚³ãƒŸãƒƒãƒˆã‚’ã‚‚ã†ä¸€åº¦revertã—ã¦ãã ã•ã„。"
msgid "%{edit_in_new_fork_notice} Try to upload a file again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} ã‚‚ã†ä¸€åº¦ãƒ•ã‚¡ã‚¤ãƒ«ã‚’アップロードã—ã¦ãã ã•ã„。"
msgid "%{extra} more downstream pipelines"
-msgstr ""
+msgstr "%{extra} 個ã®ãƒ€ã‚¦ãƒ³ã‚¹ãƒˆãƒªãƒ¼ãƒ ãƒ‘イプライン"
msgid "%{filePath} deleted"
msgstr "%{filePath} ãŒå‰Šé™¤ã•ã‚Œã¾ã—ãŸ"
@@ -212,8 +242,8 @@ msgstr "%{filePath} ãŒå‰Šé™¤ã•ã‚Œã¾ã—ãŸ"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} ã®è©³ç´°"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} ã¯ã“ã®ã‚³ãƒŸãƒƒãƒˆã«è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}グループ%{group_docs_link_end}を使用ã™ã‚‹ã¨ã€è¤‡æ•°ã®ãƒ—ロジェクトを管ç†ã—ã¦å…±åŒä½œæ¥­ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚グループã®ãƒ¡ãƒ³ãƒãƒ¼ã¯ã€æ‰€å±žã™ã‚‹ãƒ—ロジェクトã®ã™ã¹ã¦ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã™ã€‚"
@@ -222,11 +252,17 @@ msgid "%{group_name} uses group managed accounts. You need to create a new GitLa
msgstr "%{group_name} ã¯ã‚°ãƒ«ãƒ¼ãƒ—管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’使用ã—ã¾ã™ã€‚ %{group_name} ã«ã‚ˆã£ã¦ç®¡ç†ã•ã‚Œã‚‹æ–°ã—ã„GitLabアカウントを作æˆã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
-msgstr ""
+msgstr "%{icon}ã“ã®è­°è«–ã« %{usersTag} 人を追加ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚注æ„ã—ã¦é€²ã‚ã¦ãã ã•ã„。"
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType}を削除ã—ã¾ã™ï¼ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} ã¯åˆ©ç”¨ä¸å¯"
@@ -242,9 +278,12 @@ msgstr "%{level_name} ã¯è¨±å¯ã•ã‚Œã¾ã›ã‚“。フォークã—ãŸã‚½ãƒ¼ã‚¹ãƒ—ã
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "ロールã®æ¨©é™ã«ã¤ã„ã¦%{link_start}ã‚‚ã£ã¨èª­ã‚€%{link_end}"
-msgid "%{listToShow}, and %{awardsListLength} more."
+msgid "%{link} can be used for binding events when something is happening within the project."
msgstr ""
+msgid "%{listToShow}, and %{awardsListLength} more."
+msgstr "%{listToShow}ã€ãã—ã¦ã•ã‚‰ã« %{awardsListLength} 個。"
+
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} 開始"
@@ -252,7 +291,7 @@ msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} ã¯GitLab ユーザー %{lock_user_id} ã«ã‚ˆã£ã¦ãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã™"
msgid "%{mergeLength}/%{usersLength} can merge"
-msgstr ""
+msgstr "%{mergeLength}/%{usersLength} 人ãŒãƒžãƒ¼ã‚¸ã§ãã¾ã™"
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText} ã€ã“ã®èª²é¡Œã¯è‡ªå‹•çš„ã«ã‚¯ãƒ­ãƒ¼ã‚ºã—ã¾ã™ã€‚"
@@ -272,9 +311,25 @@ msgstr "%{default_branch} ã‹ã‚‰ %{number_commits_behind} コミットé…ã‚Œã¦ã
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% 完了"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary} (%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases} リリース"
+
msgid "%{service_title} activated."
msgstr "%{service_title} ãŒèµ·å‹•ã•ã‚Œã¾ã—ãŸ"
@@ -296,6 +351,18 @@ msgstr "%{size} ãƒã‚¤ãƒˆ"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} ã¯Akismetã«æ­£å¸¸ã«é€ä¿¡ã•ã‚Œã¾ã—ãŸã€‚"
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state}エピック"
@@ -310,13 +377,29 @@ msgstr[0] "%{strong_start}%{commit_count}%{strong_end} コミット"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} ファイル"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} ã‚¿ã‚°"
msgid "%{tabname} changed"
+msgstr "%{tabname} 変更ã•ã‚Œã¾ã—ãŸ"
+
+msgid "%{tags} tag per image name"
msgstr ""
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id} ã¯ä¸æ˜Žã€ã¾ãŸã¯ç„¡åŠ¹ã§ã™"
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files} ファイル"
@@ -330,6 +413,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} ã®å¤‰æ›´"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr "%{total} 件ã®èª²é¡Œ"
+
+msgid "%{total} open issues"
+msgstr "%{total} 件ã®èª²é¡Œ"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} 件ã®æœªã‚¹ãƒ†ãƒ¼ã‚¸ã®å¤‰æ›´ã¨ã€ %{staged} 件ã®ã‚¹ãƒ†ãƒ¼ã‚¸æ¸ˆã¿å¤‰æ›´"
@@ -337,19 +429,19 @@ msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what infor
msgstr "GitLab Inc. ã¨ã©ã®ã‚ˆã†ãªæƒ…報を共有ã™ã‚‹ã‹ã«ã¤ã„ã¦ã¯ %{usage_ping_link_start} ã“ã¡ã‚‰%{usage_ping_link_end} ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
msgid "%{userName} (cannot merge)"
-msgstr ""
+msgstr "%{userName} (マージã§ãã¾ã›ã‚“)"
msgid "%{userName}'s avatar"
-msgstr ""
+msgstr "%{userName}ã®ã‚¢ãƒã‚¿ãƒ¼"
msgid "%{user_name} profile page"
msgstr "%{user_name} プロフィールページ"
msgid "%{username}'s avatar"
-msgstr ""
+msgstr "%{username}ã®ã‚¢ãƒã‚¿ãƒ¼"
msgid "%{value} ms"
-msgstr ""
+msgstr "%{value} ms"
msgid "%{verb} %{time_spent_value} spent time."
msgstr "%{verb} ã—㦠%{time_spent_value} ãŒçµŒéŽã—ã¾ã—ãŸã€‚"
@@ -361,7 +453,7 @@ msgid "'%{source}' is not a import source"
msgstr "'%{source}' ã¯ã‚¤ãƒ³ãƒãƒ¼ãƒˆã‚½ãƒ¼ã‚¹ã§ã¯ã‚ã‚Šã¾ã›ã‚“。"
msgid "'%{template_name}' is unknown or invalid"
-msgstr ""
+msgstr "'%{template_name}' ã¯ä¸æ˜Žã€ã¾ãŸã¯ç„¡åŠ¹ã§ã™"
msgid "(%d closed)"
msgid_plural "(%d closed)"
@@ -374,7 +466,7 @@ msgid "(No changes)"
msgstr "(変更ãªã—)"
msgid "(Show all)"
-msgstr ""
+msgstr "(全ã¦ã‚’表示)"
msgid "(check progress)"
msgstr "(進行状æ³ã‚’確èªã™ã‚‹)"
@@ -383,10 +475,10 @@ msgid "(external source)"
msgstr "(外部ソース)"
msgid "(removed)"
-msgstr ""
+msgstr "(除去ã—ã¾ã—ãŸ)"
msgid "+ %{amount} more"
-msgstr ""
+msgstr "+ %{amount} 件以上"
msgid "+ %{count} more"
msgstr "%{count} 以上"
@@ -395,7 +487,7 @@ msgid "+ %{moreCount} more"
msgstr "+ 他 %{moreCount} 件"
msgid "+ %{numberOfHiddenAssignees} more"
-msgstr ""
+msgstr "+ %{numberOfHiddenAssignees} 以上"
msgid "+%{extraOptionCount} more"
msgstr "+%{extraOptionCount} 以上"
@@ -403,12 +495,20 @@ msgstr "+%{extraOptionCount} 以上"
msgid ", or "
msgstr "ã€ã¾ãŸã¯"
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- イベント"
+
msgid "- Runner is active and can process any new jobs"
msgstr "- RunnerãŒã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã§æ–°ã—ã„ジョブを処ç†ã§ãã¾ã™"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- RunnerãŒåœæ­¢ä¸­ã®ãŸã‚æ–°ã—ã„ジョブã¯å‡¦ç†ã•ã‚Œã¾ã›ã‚“"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- ユーザー"
+
msgid "- show less"
msgstr "- 折りãŸãŸã‚€"
@@ -436,16 +536,25 @@ msgid_plural "%{merge_requests} closed merge requests"
msgstr[0] "%{merge_requests}件ã®ã‚¯ãƒ­ãƒ¼ã‚ºã•ã‚ŒãŸãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
msgid "1 day"
-msgstr "1 æ—¥"
+msgid_plural "%d days"
+msgstr[0] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "%dグループ"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "%{merge_requests}件ã®ãƒžãƒ¼ã‚¸ã•ã‚ŒãŸãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "%{issues}件ã®èª²é¡Œ"
@@ -478,9 +587,18 @@ msgstr "貢献 10-19 件"
msgid "1st contribution!"
msgstr "最åˆã®è²¢çŒ®!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "貢献 20-29 件"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "2FA"
@@ -493,12 +611,18 @@ msgstr "3 æ—¥"
msgid "3 hours"
msgstr "3 時間"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 分"
msgid "30+ contributions"
msgstr "貢献 30 件以上"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "ã“ã®ãƒšãƒ¼ã‚¸ã®é–²è¦§ã«ã¯æ¨©é™ãŒå¿…è¦ã§ã™ã€‚GitLab 管ç†è€…ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。"
@@ -514,9 +638,15 @@ msgstr "ページãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "ã“ã®ãƒšãƒ¼ã‚¸ãŒæ­£ã—ããªã„å ´åˆã€GitLab 管ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 時間"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> 㯠johnsmith@example.com ã«ã‚ˆã‚‹å…¨ã¦ã®èª²é¡Œã¨ã‚³ãƒ¡ãƒ³ãƒˆã« \"By <a href=\"#\">@johnsmith</a>\" を追加ã—ã¾ã™ã€‚ã¾ãŸã€ <a href=\"#\">@johnsmith</a> を元々 johnsmith@example.com ã«å‰²ã‚Šå½“ã¦ã‚‰ã‚Œã¦ã„ãŸå…¨ã¦ã®èª²é¡Œã®æ‹…当者ã¨ã—ã¦è¨­å®šã—ã¾ã™ã€‚"
@@ -538,17 +668,11 @@ msgstr "<スコープãŒé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>ステージã•ã‚Œã¦ã„ãªã„変更 %{changedFilesLength} </strong> ã¨<strong>ステージã•ã‚ŒãŸå¤‰æ›´ %{stagedFilesLength} </strong>"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> を作æˆã€<strong>%{accepted_count}</strong> 個をå—ã‘入れã¾ã—ãŸã€‚"
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong>を作æˆã€<strong>%{closed_count}</strong>個をクローズã—ã¾ã—ãŸã€‚"
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> グループã®ãƒ¡ãƒ³ãƒãƒ¼"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong>回ã®ãƒ—ッシュã€<strong>%{commits}</strong>回以上ã®ã‚³ãƒŸãƒƒãƒˆãŒè²¢çŒ®è€…<strong>%{people}</strong>ã«ã‚ˆã£ã¦è¡Œã‚ã‚Œã¾ã—ãŸã€‚"
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "ソースブランãƒã‚’<strong>削除</strong>"
@@ -572,23 +696,44 @@ msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still wi
msgstr "GitLab ã®ä»£ã‚ã‚Šã« Netlify for CI/CD を使用ã—ã¦ã„ã‚‹ Jekyll サイトã§ã™ãŒã€GitLab ã«ã¯ãªã„優れãŸæ©Ÿèƒ½ã‚‚å‚™ãˆã¦ã„ã¾ã™ã€‚"
msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
-msgstr ""
+msgstr "Let's Encrypt ã®SSL証明書ã¯ã€ã‚ãªãŸã®ãƒ‰ãƒ¡ã‚¤ãƒ³ãŒç¢ºèªã•ã‚Œã‚‹ã¾ã§å–å¾—ã§ãã¾ã›ã‚“。"
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "Let's Encryptアカウントをã“ã®GitLabインストール用ã«æ§‹æˆã™ã‚‹ãŸã‚ã«ã‚ãªãŸã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’使用ã—ã¾ã™ã€‚証明書ã®æœŸé™ãŒåˆ‡ã‚ŒãŸéš›ã€è­¦å‘Šãƒ¡ãƒ¼ãƒ«ãŒå±Šãã¾ã™ã€‚"
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "プロジェクトãŒç©ºã®å ´åˆã¯ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®ãƒ–ランãƒã‚’é¸æŠžã§ãã¾ã›ã‚“。"
msgid "A deleted user"
msgstr "削除ã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr "フォークã¯ãƒ—ロジェクトã®ã‚³ãƒ”ーã§ã™ã€‚<br />リãƒã‚¸ãƒˆãƒªã‚’フォークã™ã‚‹ã¨ã€å…ƒã®ãƒ—ロジェクトã«å½±éŸ¿ã‚’与ãˆãšã«å¤‰æ›´ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
msgid "A member of the abuse team will review your report as soon as possible."
msgstr "ãŸã ã¡ã«ä¸æ­£åˆ©ç”¨å¯¾å¿œãƒãƒ¼ãƒ ãƒ¡ãƒ³ãƒãƒ¼ã§ã„ãŸã ã„ãŸãƒ¬ãƒãƒ¼ãƒˆã‚’æ‹èª­ã—å‚考ã«ã•ã›ã¦ã„ãŸã ãã¾ã™ã€‚"
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr "セキュリティレãƒãƒ¼ãƒˆã«é‡è¦åº¦ãŒã€Œé«˜ãƒ»é‡å¤§ãƒ»ä¸æ˜Žã€ãªæ–°ã—ã„脆弱性ãŒå«ã¾ã‚Œã¦ã„ã‚‹å ´åˆã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®æ‰¿èªãŒè¦æ±‚ã•ã‚Œã¾ã™ã€‚"
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr "ライセンスコンプライアンスレãƒãƒ¼ãƒˆã«ãƒ–ラックリストã«è¨˜è¼‰ã•ã‚ŒãŸãƒ©ã‚¤ã‚»ãƒ³ã‚¹ãŒå«ã¾ã‚Œã¦ã„ã‚‹å ´åˆã«ã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®æ‰¿èªãŒè¦æ±‚ã•ã‚Œã¾ã™ã€‚"
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr "æ–°ã—ã„Auto DevOps パイプラインãŒä½œæˆã•ã‚Œã¾ã—ãŸã€‚詳細ã«ã¤ã„ã¦ã¯ã€ %{pipelines_link_start}パイプラインページ%{pipelines_link_end} ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr "%{name} ã®æ–°ã—ã„リリース %{tag} ãŒå…¬é–‹ã•ã‚Œã¾ã—ãŸã€‚ 詳細ã«ã¤ã„ã¦ã¯ã€ %{release_link_start} リリースページ %{release_link_end} ã‚’ã”覧ãã ã•ã„。"
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "フォークã«æ–°ã—ã„ブランãƒãŒä½œæˆã•ã‚Œã€æ–°ã—ã„マージリクエストãŒé–‹å§‹ã—ã¾ã™ã€‚"
@@ -598,6 +743,9 @@ msgstr "æ–°ã—ã„å½è£…トークンãŒä½œæˆã•ã‚Œã¾ã—ãŸã€‚"
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "GitLab ã®ä»£ã‚ã‚Šã« Netlify for CI/CD を使用ã—ã¦ã„るプレーン HTML サイトã§ã™ãŒã€GitLab ã«ã¯ãªã„優れãŸæ©Ÿèƒ½ã‚‚å‚™ãˆã¦ã„ã¾ã™ã€‚"
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "プロジェクトã¨ã¯ãƒ•ã‚¡ã‚¤ãƒ«ã‚’æ ¼ç´(リãƒã‚¸ãƒˆãƒª) ã—ã€è¨ˆç”»ã‚’ç«‹ã¦(課題)ã€ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆã‚’公開(wiki) ã™ã‚‹å ´æ‰€ã§ã™ã€‚ %{among_other_things_link}"
@@ -607,11 +755,11 @@ msgstr "Android アプリã§ã™ãã«ä½¿ãˆã‚‹ãƒ†ãƒ³ãƒ—レート。"
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "iOS Swift アプリã§ã™ãã«ä½¿ãˆã‚‹ãƒ†ãƒ³ãƒ—レート。"
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "ジョブトレースã§ãƒ†ã‚¹ãƒˆã‚«ãƒãƒ¬ãƒƒã‚¸ã®çµæžœã‚’見ã¤ã‘ã‚‹ãŸã‚ã«ä½¿ç”¨ã•ã‚Œã‚‹æ­£è¦è¡¨ç¾ã§ã™ã€‚無効ã«ã™ã‚‹å ´åˆã¯ç©ºç™½ã®ã¾ã¾ã«ã—ã¾ã™ã€‚"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr "ジョブã®ãƒ­ã‚°ã‹ã‚‰ãƒ†ã‚¹ãƒˆã‚«ãƒãƒ¬ãƒƒã‚¸ã®çµæžœã‚’見ã¤ã‘ã‚‹ãŸã‚ã«ä½¿ç”¨ã•ã‚Œã‚‹æ­£è¦è¡¨ç¾ã€‚無効ã«ã™ã‚‹å ´åˆã¯ç©ºç™½ã®ã¾ã¾ã«ã—ã¾ã™ã€‚"
msgid "A secure token that identifies an external storage request."
-msgstr ""
+msgstr "外部ストレージリクエストを識別ã™ã‚‹ã€ã‚»ã‚­ãƒ¥ã‚¢ãƒˆãƒ¼ã‚¯ãƒ³"
msgid "A user with write access to the source branch selected this option"
msgstr "ã“ã®ã‚ªãƒ—ションをé¸æŠžã—ãŸã‚½ãƒ¼ã‚¹ãƒ–ランãƒã¸ã®æ›¸ãè¾¼ã¿ã‚’許å¯ã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼"
@@ -622,8 +770,20 @@ msgstr "API ヘルプ"
msgid "API Token"
msgstr "API トークン"
+msgid "AWS Access Key"
+msgstr "AWS アクセスキー"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr "AWSアクセスキー。ロールインスタンスã®è³‡æ ¼æƒ…報を使用ã—ãªã„å ´åˆã«ã®ã¿å¿…è¦"
+
+msgid "AWS Secret Access Key"
+msgstr "AWS 秘密アクセスキー"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr "AWSã®ç§˜å¯†ã‚¢ã‚¯ã‚»ã‚¹ã‚­ãƒ¼ã€‚ロールインスタンスã®è³‡æ ¼æƒ…報を使用ã—ãªã„å ´åˆã«ã®ã¿å¿…è¦"
+
msgid "Abort"
-msgstr ""
+msgstr "中止"
msgid "About GitLab"
msgstr "GitLab ã«ã¤ã„ã¦"
@@ -670,6 +830,9 @@ msgstr "アクセスã¯ç¦æ­¢ã•ã‚Œã¦ã„ã¾ã™ã€‚アクセスレベルを確èª
msgid "Access to '%{classification_label}' not allowed"
msgstr "'%{classification_label}'ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "グループ"
@@ -683,7 +846,7 @@ msgid "AccessTokens|Access Tokens"
msgstr "アクセストークン"
msgid "AccessTokens|Are you sure?"
-msgstr ""
+msgstr "よã‚ã—ã„ã§ã™ã‹?"
msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
msgstr "本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿç¾åœ¨ä½¿ç”¨ã—ã¦ã„ã‚‹RSSã¾ãŸã¯ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ã®URLã¯æ©Ÿèƒ½ã—ãªããªã‚Šã¾ã™ã€‚"
@@ -704,7 +867,7 @@ msgid "AccessTokens|It cannot be used to access any other data."
msgstr "ä»–ã®ãƒ‡ãƒ¼ã‚¿ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã«ã¯ä½¿ç”¨ã§ãã¾ã›ã‚“。"
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
-msgstr ""
+msgstr "ã“ã®ãƒˆãƒ¼ã‚¯ãƒ³ã‚’外部ã«æ¼ã‚‰ã•ãªã„ã§ãã ã•ã„。ã“れを知ã£ãŸäººã¯èª°ã§ã‚‚ã‚ãªãŸã«ãªã‚Šã™ã¾ã—ã¦ãƒªãƒã‚¸ãƒˆãƒªã®é™çš„オブジェクトã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã™ã€‚æ¼æ´©ã—ãŸå ´åˆã€ %{reset_link_start} ã“れをリセット %{reset_link_end}ã™ã¹ãã§ã™ã€‚"
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
msgstr "ã“ã®ãƒˆãƒ¼ã‚¯ãƒ³ã‚’外部ã«æ¼ã‚‰ã•ãªã„ã§ãã ã•ã„。ã“れを知ã£ãŸäººã¯èª°ã§ã‚‚ã‚ãªãŸã«ãªã‚Šã™ã¾ã—ã¦èª²é¡Œã‚’作æˆã§ãã¾ã™ã€‚æ¼æ´©ã—ãŸå ´åˆã€%{link_reset_it} ã™ã¹ãã§ã™ã€‚"
@@ -716,7 +879,7 @@ msgid "AccessTokens|Personal Access Tokens"
msgstr "パーソナルアクセストークン"
msgid "AccessTokens|Static object token"
-msgstr ""
+msgstr "é™çš„オブジェクトトークン"
msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
msgstr "2è¦ç´ èªè¨¼(2FA) ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã‚‹å ´åˆã€ã“ã‚Œã¯å”¯ä¸€ã®æ‰¿èªæ¸ˆã¿ãƒ‘スワードã§ã™ã€‚"
@@ -734,7 +897,7 @@ msgid "AccessTokens|Your incoming email token is used to authenticate you when y
msgstr "ã‚ãªãŸã®å—信メールトークンã¯ã‚ãªãŸãŒãƒ¡ãƒ¼ãƒ«ã§æ–°ã—ã„課題を作æˆã™ã‚‹ã¨ãã‚ãªãŸã‚’èªè¨¼ã™ã‚‹ãŸã‚ã«ä½¿ç”¨ã—ã¾ã™ã€‚ã¾ãŸã€ã‚ãªãŸã®å€‹äººçš„ãªãƒ—ロジェクト特有ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã«å«ã¾ã‚Œã¦ã„ã¾ã™ã€‚"
msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
-msgstr ""
+msgstr "é™çš„オブジェクトトークンã¯ã€ (アーカイブã€ãƒ–ロブãªã©ã®) リãƒã‚¸ãƒˆãƒªã®é™çš„オブジェクトãŒå¤–部ストレージã‹ã‚‰æä¾›ã•ã‚Œã¦ã„ã‚‹å ´åˆã®èªè¨¼ã«ä½¿ç”¨ã—ã¾ã™ã€‚"
msgid "AccessTokens|reset it"
msgstr "リセット"
@@ -742,6 +905,9 @@ msgstr "リセット"
msgid "Account"
msgstr "アカウント"
+msgid "Account ID"
+msgstr "アカウント ID"
+
msgid "Account and limit"
msgstr "アカウントã¨åˆ¶é™"
@@ -751,6 +917,9 @@ msgstr "アカウント: %{account}"
msgid "Action to take when receiving an alert."
msgstr "アラートをå—ä¿¡ã—ãŸéš›ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³"
+msgid "Activate"
+msgstr "有効化"
+
msgid "Activate Service Desk"
msgstr "サービスデスクを有効ã«ã™ã‚‹"
@@ -780,7 +949,7 @@ msgid "Add CONTRIBUTING"
msgstr "CONTRIBUTINGを追加"
msgid "Add GitLab to Slack"
-msgstr ""
+msgstr "GitLabã‚’Slackã«è¿½åŠ ã™ã‚‹"
msgid "Add Group Webhooks and GitLab Enterprise Edition."
msgstr "グループ Webhooks 㨠GitLab ã®ã‚¨ãƒ³ã‚¿ãƒ¼ãƒ—ライズ版を追加ã—ã¾ã™ã€‚"
@@ -791,11 +960,14 @@ msgstr "Jaeger URL を追加"
msgid "Add Kubernetes cluster"
msgstr "Kubernetes クラスターを追加"
+msgid "Add LICENSE"
+msgstr "ライセンスã®è¿½åŠ "
+
msgid "Add README"
msgstr "README を追加"
msgid "Add Zoom meeting"
-msgstr ""
+msgstr "Zoom ミーティングを追加"
msgid "Add a %{type} token"
msgstr "%{type} ã®ãƒˆãƒ¼ã‚¯ãƒ³ã‚’追加"
@@ -804,16 +976,16 @@ msgid "Add a GPG key"
msgstr "GPGキーを追加"
msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
-msgstr ""
+msgstr "管ç†è€…ã®ã‚µã‚¤ãƒ‰ãƒãƒ¼ã®ãƒ¢ãƒ‹ã‚¿ãƒªãƒ³ã‚°éƒ¨ã« Grafana ボタンを追加ã—㦠GitLabã®å¥å…¨æ€§ã‚„性能ã«ã¤ã„ã¦ã®å¹…広ã„統計ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãるよã†ã«ã—ã¾ã™ã€‚"
msgid "Add a To Do"
-msgstr ""
+msgstr "Todoを追加"
msgid "Add a bullet list"
msgstr "箇æ¡æ›¸ãリストを追加"
msgid "Add a general comment to this %{noteableDisplayName}."
-msgstr ""
+msgstr "ã“ã® %{noteableDisplayName} ã¸ä¸€èˆ¬çš„ãªã‚³ãƒ¡ãƒ³ãƒˆã‚’追加。"
msgid "Add a general comment to this %{noteable_name}."
msgstr "ã“ã® %{noteable_name} ã«ã¤ã„ã¦å¤§ã¾ã‹ãªã‚³ãƒ¡ãƒ³ãƒˆã‚’追加"
@@ -839,14 +1011,14 @@ msgstr "ã™ã¹ã¦ã®ãƒ¡ãƒ¼ãƒ«ã«è¡¨ç¤ºã™ã‚‹ãƒ†ã‚­ã‚¹ãƒˆã‚’追加ã—ã¾ã™ã€‚ ã
msgid "Add an SSH key"
msgstr "SSH éµã‚’追加"
+msgid "Add an existing issue to the epic."
+msgstr "エピックã«æ—¢å­˜ã®èª²é¡Œã‚’追加"
+
msgid "Add an issue"
msgstr "課題追加"
msgid "Add approval rule"
-msgstr ""
-
-msgid "Add approvers"
-msgstr "承èªè€…を追加"
+msgstr "承èªãƒ«ãƒ¼ãƒ«ã®è¿½åŠ "
msgid "Add bold text"
msgstr "太字ã®ãƒ†ã‚­ã‚¹ãƒˆã‚’追加"
@@ -887,20 +1059,23 @@ msgstr "æ–°ã—ã„アプリケーションを追加"
msgid "Add new directory"
msgstr "æ–°è¦ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã‚’追加"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr "作業時間を追加ã¾ãŸã¯æ¸›ã‚‰ã™"
msgid "Add reaction"
msgstr "リアクションã®è¿½åŠ "
-msgid "Add to Slack"
+msgid "Add request manually"
+msgstr "リクエストを手動ã§è¿½åŠ ã—ã¾ã™"
+
+msgid "Add system hook"
msgstr ""
+msgid "Add to Slack"
+msgstr "Slackã«è¿½åŠ "
+
msgid "Add to epic"
-msgstr ""
+msgstr "エピックã¸è¿½åŠ "
msgid "Add to merge train"
msgstr "マージトレインã«è¿½åŠ "
@@ -908,14 +1083,11 @@ msgstr "マージトレインã«è¿½åŠ "
msgid "Add to merge train when pipeline succeeds"
msgstr "パイプラインãŒæˆåŠŸã—ãŸã¨ãã«ãƒžãƒ¼ã‚¸ãƒˆãƒ¬ã‚¤ãƒ³ã«è¿½åŠ "
-msgid "Add to project"
-msgstr "プロジェクトã«è¿½åŠ "
-
msgid "Add to review"
msgstr "レビュー追加"
msgid "Add to tree"
-msgstr ""
+msgstr "ツリーã«è¿½åŠ "
msgid "Add user(s) to the group:"
msgstr "グループã«ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’追加:"
@@ -923,6 +1095,9 @@ msgstr "グループã«ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’追加:"
msgid "Add users to group"
msgstr "ユーザーをグループã¸è¿½åŠ "
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr "ユーザーãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
@@ -930,25 +1105,25 @@ msgid "AddMember|Too many users specified (limit is %{user_limit})"
msgstr "ユーザーãŒå¤šã指定ã—ã™ãŽã¦ã„ã¾ã™ã€‚(上é™ã¯ %{user_limit})"
msgid "Added"
-msgstr ""
+msgstr "追加済ã¿"
-msgid "Added %{epic_ref} as child epic."
-msgstr ""
+msgid "Added %{epic_ref} as a child epic."
+msgstr "%{epic_ref} ã‚’å­ã‚¨ãƒ”ックã¨ã—ã¦è¿½åŠ ã—ã¾ã—ãŸã€‚"
msgid "Added %{label_references} %{label_text}."
-msgstr ""
+msgstr "%{label_references} %{label_text} を追加ã—ã¾ã—ãŸã€‚"
msgid "Added a To Do."
-msgstr ""
+msgstr "Todoã¸è¿½åŠ ã—ã¾ã—ãŸã€‚"
msgid "Added an issue to an epic."
-msgstr ""
+msgstr "課題をエピックã«è¿½åŠ ã—ã¾ã—ãŸã€‚"
msgid "Added at"
msgstr "追加日時: "
msgid "Added in this version"
-msgstr ""
+msgstr "ã“ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã®æ–°æ©Ÿèƒ½"
msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
msgstr "ã‚ãªãŸã® GitLab インスタンスã§æ–°ã—ã„アプリケーションを追加ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。権é™ã‚’å–å¾—ã™ã‚‹ã«ã¯ã€GitLab 管ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
@@ -966,16 +1141,19 @@ msgid "Adds %{epic_ref} as child epic."
msgstr "%{epic_ref} ã‚’å­ã‚¨ãƒ”ックã¨ã—ã¦è¿½åŠ "
msgid "Adds %{labels} %{label_text}."
-msgstr ""
+msgstr "%{labels} %{label_text} を追加。"
msgid "Adds a To Do."
-msgstr ""
+msgstr "Todoを追加。"
msgid "Adds a Zoom meeting"
-msgstr ""
+msgstr "Zoom ミーティングを追加"
msgid "Adds an issue to an epic."
-msgstr ""
+msgstr "課題をエピックã«è¿½åŠ ã€‚"
+
+msgid "Adjust your filters/search criteria above."
+msgstr "上記ã®ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼/検索æ¡ä»¶ã‚’調整ã—ã¾ã™ã€‚"
msgid "Admin Area"
msgstr "管ç†è€…エリア"
@@ -986,14 +1164,17 @@ msgstr "管ç†è€…用概è¦"
msgid "Admin Section"
msgstr "管ç†ã‚»ã‚¯ã‚·ãƒ§ãƒ³"
-msgid "Admin notes"
-msgstr "管ç†è€…メモ"
+msgid "Admin mode already enabled"
+msgstr "管ç†è€…モードã¯æ—¢ã«æœ‰åŠ¹ã§ã™"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "%{username}を完全ã«å‰Šé™¤ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã«ç´ä»˜ã„ã¦ã„ã‚‹ã€èª²é¡Œã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã€ãŠã‚ˆã³ã‚°ãƒ«ãƒ¼ãƒ—ã¯ã€ã‚·ã‚¹ãƒ†ãƒ å…¨ä½“ã®ã€ŒGhost-userã€ã«è»¢é€ã•ã‚Œã¾ã™ã€‚データã®æ¶ˆå¤±ã‚’é¿ã‘ã‚‹ã«ã¯ã€å‰Šé™¤ã§ã¯ãªã%{strong_start} ユーザーã®ãƒ–ロック機能%{strong_end}を使用ã—ã¦ãã ã•ã„。一度%{strong_start}ユーザーã®å‰Šé™¤ %{strong_end}を実行ã™ã‚‹ã¨å…ƒã«æˆ»ã™ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
+msgid "Admin mode disabled"
+msgstr "管ç†ãƒ¢ãƒ¼ãƒ‰ç„¡åŠ¹"
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "ユーザー %{username} を完全ã«å‰Šé™¤ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ユーザーã«ç´ä»˜ã„ã¦ã„る課題ã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã€ãŠã‚ˆã³ã‚°ãƒ«ãƒ¼ãƒ—ã¯ã™ã¹ã¦å‰Šé™¤ã•ã‚Œã¾ã™ã€‚データã®æ失をé¿ã‘ã‚‹ãŸã‚ã«ã¯ã€å‰Šé™¤ã§ã¯ãªã%{strong_start}ユーザーã®ãƒ–ロック機能%{strong_end}を使用ã—ã¦ãã ã•ã„。一度%{strong_start}ユーザーã®å‰Šé™¤%{strong_end}を実行ã™ã‚‹ã¨ã€å…ƒã«æˆ»ã™ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
+msgstr "管ç†è€…メモ"
msgid "AdminArea|Stop all jobs"
msgstr "å…¨ã¦ã®ã‚¸ãƒ§ãƒ–ã‚’åœæ­¢"
@@ -1010,9 +1191,15 @@ msgstr "ジョブã®åœæ­¢ã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "å…¨ã¦ã®ã‚¸ãƒ§ãƒ–ã‚’åœæ­¢ã—ã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚Šç¾åœ¨å®Ÿè¡Œä¸­ã®ã‚¸ãƒ§ãƒ–ã¯åœæ­¢ã•ã‚Œã¾ã™ã€‚"
-msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
msgstr ""
+msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgstr "統計ã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
+
msgid "AdminNote|Note"
msgstr "備考"
@@ -1062,28 +1249,28 @@ msgid "AdminSettings|When creating a new environment variable it will be protect
msgstr "環境変数ã®æ–°è¦ä½œæˆæ™‚ã«ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ä¿è­·ã•ã‚Œã¾ã™"
msgid "AdminStatistics|Active Users"
-msgstr ""
+msgstr "アクティブユーザー"
msgid "AdminStatistics|Forks"
-msgstr ""
+msgstr "フォーク"
msgid "AdminStatistics|Issues"
-msgstr ""
+msgstr "課題"
msgid "AdminStatistics|Merge Requests"
-msgstr ""
+msgstr "マージリクエスト"
msgid "AdminStatistics|Milestones"
-msgstr ""
+msgstr "マイルストーン"
msgid "AdminStatistics|Notes"
-msgstr ""
+msgstr "ノート"
msgid "AdminStatistics|SSH Keys"
-msgstr ""
+msgstr "SSHéµ"
msgid "AdminStatistics|Snippets"
-msgstr ""
+msgstr "スニペット"
msgid "AdminUsers|2FA Disabled"
msgstr "2FA 無効"
@@ -1100,15 +1287,39 @@ msgstr "管ç†è€…"
msgid "AdminUsers|Admins"
msgstr "管ç†è€…"
+msgid "AdminUsers|Block"
+msgstr "ブロック"
+
msgid "AdminUsers|Block user"
msgstr "ブロックユーザー"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "ユーザー %{username} をブロックã—ã¾ã™ã‹?"
+
msgid "AdminUsers|Blocked"
msgstr "ブロック済ã¿"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "ユーザーã®ãƒ–ロックã«ã¯æ¬¡ã®åŠ¹æžœãŒã‚ã‚Šã¾ã™:"
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "LDAP ã§ãƒ–ロックã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’ブロック解除ã§ãã¾ã›ã‚“"
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "ユーザー %{username} ã‚’éžã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ã—ã¾ã™ã‹?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr "ユーザーã®éžã‚¢ã‚¯ãƒ†ã‚£ãƒ–化ã«ã¯æ¬¡ã®åŠ¹æžœãŒã‚ã‚Šã¾ã™:"
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "ユーザー %{username} ã¨è²¢çŒ®åº¦ã‚’削除ã—ã¾ã™ã‹?"
@@ -1124,15 +1335,36 @@ msgstr "ユーザーã¨è²¢çŒ®åº¦ã®å‰Šé™¤"
msgid "AdminUsers|External"
msgstr "外部"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "ã‚ãªãŸã§ã™ï¼"
msgid "AdminUsers|New user"
msgstr "æ–°ã—ã„ユーザー"
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr "ユーザーãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
+msgid "AdminUsers|Owned groups will be left"
+msgstr "所有グループã¯æ®‹ã‚Šã¾ã™"
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr "個人プロジェクトã¯æ®‹ã‚Šã¾ã™"
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr "個人プロジェクトã€ã‚°ãƒ«ãƒ¼ãƒ—ã€ã¨ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®å±¥æ­´ã¯ãã®ã¾ã¾æ®‹ã‚Šã¾ã™"
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr "Web, Git, APIã‚’å«ã‚€ã€ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¸ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚¢ã‚¯ã‚»ã‚¹ã‚’復元ã—ã¾ã™ã€‚"
+
msgid "AdminUsers|Search by name, email or username"
msgstr "åå‰ã€ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼åã§æ¤œç´¢"
@@ -1145,18 +1377,45 @@ msgstr "ユーザーã«Eメールをé€ä¿¡ã™ã‚‹"
msgid "AdminUsers|Sort by"
msgstr "並ã³æ›¿ãˆ"
+msgid "AdminUsers|The user will be logged out"
+msgstr "ユーザーã¯ãƒ­ã‚°ã‚¢ã‚¦ãƒˆã•ã‚Œã¾ã™"
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr "ユーザーã¯gitリãƒã‚¸ãƒˆãƒªã«ã‚¢ã‚¯ã‚»ã‚¹ã§ããªããªã‚Šã¾ã™"
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "ユーザー㯠API ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ããªããªã‚Šã¾ã™"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr "ユーザーã¯ã‚¹ãƒ©ãƒƒã‚·ãƒ¥ã‚³ãƒžãƒ³ãƒ‰ã‚’使用ã§ããªããªã‚Šã¾ã™"
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "確èªã®ãŸã‚ã€%{projectName} を入力ã—ã¦ãã ã•ã„"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "確èªã®ãŸã‚ã€%{username} を入力ã—ã¦ãã ã•ã„"
-msgid "AdminUsers|User will be blocked"
-msgstr "ユーザーã¯ãƒ–ロックã•ã‚Œã¾ã™"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
msgid "AdminUsers|Without projects"
msgstr "プロジェクトãªã—"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr "高度ãªè¨­å®š"
@@ -1180,14 +1439,20 @@ msgid_plural "Alerts"
msgstr[0] "アラート"
msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
-msgstr ""
+msgstr "アラートをå—ä¿¡ã™ã‚‹ãŸã‚ã®ã€ã“ã®ã‚¨ãƒ³ãƒ‰ãƒã‚¤ãƒ³ãƒˆã®è¨­å®šã® %{linkStart} 詳細をã¿ã‚‹ %{linkEnd}"
msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
-msgstr ""
+msgstr "アラートソースã¯ã€ãã‚Œãžã‚Œæ¬¡ã®URLã¨èªè¨¼ã‚­ãƒ¼ã‚’使用ã—ã¦èªè¨¼ã—ã¦ãã ã•ã„。"
msgid "Alerts"
msgstr "アラート"
+msgid "Alerts endpoint"
+msgstr "アラートエンドãƒã‚¤ãƒ³ãƒˆ"
+
+msgid "Algorithm"
+msgstr "アルゴリズム"
+
msgid "All"
msgstr "ã™ã¹ã¦"
@@ -1195,14 +1460,11 @@ msgid "All Members"
msgstr "ã™ã¹ã¦ã®ãƒ¡ãƒ³ãƒãƒ¼"
msgid "All branches"
-msgstr ""
+msgstr "ã™ã¹ã¦ã®ãƒ–ランãƒ"
msgid "All changes are committed"
msgstr "ã™ã¹ã¦ã®å¤‰æ›´ãŒã‚³ãƒŸãƒƒãƒˆã•ã‚Œã¦ã„ã¾ã™"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr "ã™ã¹ã¦ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ã‚ãªãŸã®ã‚³ãƒŸãƒƒãƒˆã‚’識別ã™ã‚‹ãŸã‚ã«ä½¿ç”¨ã•ã‚Œã¾ã™ã€‚"
@@ -1212,15 +1474,27 @@ msgstr "空ã®ãƒ—ロジェクトã€ãƒ†ãƒ³ãƒ—レートã‹ã‚‰ã€ã¾ãŸã¯ã‚¤ãƒ³ãƒ
msgid "All groups and projects"
msgstr "全グループã¨ãƒ—ロジェクト"
+msgid "All issues for this milestone are closed."
+msgstr "ã“ã®ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã®ã™ã¹ã¦ã®èª²é¡Œã‚’完了ã—ã¾ã—ãŸã€‚"
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "ã“ã®ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã«é–¢ã™ã‚‹èª²é¡Œã¯ã™ã¹ã¦è§£æ±ºã•ã‚Œã¾ã—ãŸã€‚ã“ã®ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‚’クローズã§ãã¾ã™ã€‚"
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr "ã™ã¹ã¦ã®ç«¶åˆãŒè§£æ±ºã•ã‚Œã¾ã—ãŸã€‚マージリクエストをマージã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "All merge request dependencies have been merged"
+msgstr "ä¾å­˜ã™ã‚‹ã™ã¹ã¦ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆãŒãƒžãƒ¼ã‚¸ã•ã‚Œã¾ã—ãŸ"
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr "ã™ã¹ã¦ã®ãƒ—ロジェクト"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr "ã“ã®ãƒ—ロジェクト㧠%{linkStart} Auto DevOps %{linkEnd} ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã‚‹ãŸã‚ã€ã™ã¹ã¦ã®ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£ã‚¹ã‚­ãƒ£ãƒ³ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™"
+
msgid "All users"
msgstr "ã™ã¹ã¦ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼"
@@ -1236,9 +1510,6 @@ msgstr "ターゲットブランãƒã«ãƒžãƒ¼ã‚¸ã§ãるメンãƒãƒ¼ã‹ã‚‰ã®ã‚³
msgid "Allow group owners to manage LDAP-related settings"
msgstr "グループオーナー㌠LDAP 関連ã®è¨­å®šã‚’管ç†ã§ãるよã†ã«ã™ã‚‹"
-msgid "Allow mirrors to be set up for projects"
-msgstr "プロジェクトã®ãƒŸãƒ©ãƒ¼ã‚’設定ã§ãるよã†ã«ã™ã‚‹"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "é¸æŠžã—ãŸãƒ—ロトコルã®ã¿ã‚’ Git アクセスã«ä½¿ç”¨ã§ãるよã†ã«ã—ã¾ã™ã€‚"
@@ -1251,14 +1522,17 @@ msgstr "パイプラインã«åŠ ãˆã€ãƒ­ã‚°ã‚„æˆæžœç‰©ãªã©ã®ã‚ˆã†ãªã‚¸ãƒ§
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Asciidocドキュメントã§ã®PlantUML図ã®ãƒ¬ãƒ³ãƒ€ãƒªãƒ³ã‚°ã‚’許å¯ã—ã¾ã™ã€‚"
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr "プロジェクトメンテナーã«ãƒªãƒã‚¸ãƒˆãƒªãƒŸãƒ©ãƒ¼ãƒªãƒ³ã‚°ã®è¨­å®šã‚’許å¯ã™ã‚‹"
+
msgid "Allow requests to the local network from hooks and services."
msgstr "フックãŠã‚ˆã³ã‚µãƒ¼ãƒ“スã‹ã‚‰ã®ãƒ­ãƒ¼ã‚«ãƒ«ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã¸ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’許å¯ã™ã‚‹ã€‚"
msgid "Allow requests to the local network from system hooks"
-msgstr ""
+msgstr "システムフックã‹ã‚‰ã®ãƒ­ãƒ¼ã‚«ãƒ«ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã¸ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’許å¯ã™ã‚‹ã€‚"
msgid "Allow requests to the local network from web hooks and services"
-msgstr ""
+msgstr "web フックãŠã‚ˆã³ã‚µãƒ¼ãƒ“スã‹ã‚‰ã®ãƒ­ãƒ¼ã‚«ãƒ«ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã¸ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’許å¯ã™ã‚‹ã€‚"
msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
msgstr "ã“ã®ã‚­ãƒ¼ã‚‚リãƒã‚¸ãƒˆãƒªã«ãƒ—ッシュã§ãるよã†ã«ã—ã¾ã™ã‹ï¼Ÿ (デフォルトã¯ãƒ—ルアクセスã®ã¿ã‚’許å¯ã—ã¾ã™)"
@@ -1266,14 +1540,11 @@ msgstr "ã“ã®ã‚­ãƒ¼ã‚‚リãƒã‚¸ãƒˆãƒªã«ãƒ—ッシュã§ãるよã†ã«ã—ã¾ã™
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "ユーザーãŒGitLabã‚’OAuthプロãƒã‚¤ãƒ€ãƒ¼ã¨ã—ã¦ä½¿ç”¨ã™ã‚‹ã‚らゆるアプリケーションを登録ã™ã‚‹ã“ã¨ã‚’許å¯"
-msgid "Allow users to request access"
-msgstr "ユーザーãŒã‚¢ã‚¯ã‚»ã‚¹ã‚’è¦æ±‚ã§ãるよã†ã«ã™ã‚‹"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "å¯è¦–性ãŒå…¬é–‹ã¾ãŸã¯å†…部ã®å ´åˆã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒã‚¢ã‚¯ã‚»ã‚¹ã‚’è¦æ±‚ã§ãるよã†ã«ã—ã¾ã™ã€‚"
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr "ユーザーãŒã‚¢ã‚¯ã‚»ã‚¹ã‚’リクエストã§ãるよã†ã«ã™ã‚‹(å¯è¦–性ãŒãƒ‘ブリックã¾ãŸã¯å†…部ã®å ´åˆ)"
msgid "Allowed email domain restriction only permitted for top-level groups"
-msgstr ""
+msgstr "メールドメイン制é™ã¯ã€æœ€ä¸Šä½ã‚°ãƒ«ãƒ¼ãƒ—ã«ã®ã¿è¨±å¯ã•ã‚Œã¾ã™"
msgid "Allowed to fail"
msgstr "失敗を許容"
@@ -1281,6 +1552,9 @@ msgstr "失敗を許容"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Kubernetes クラスターを追加ãŠã‚ˆã³ç®¡ç†ã§ãã¾ã™ã€‚"
+msgid "Almost there"
+msgstr "ã‚‚ã†å°‘ã—ã§å®Œäº†ã§ã™ï¼"
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "\"Issuer\" ã¾ãŸã¯ \"Relying party trust identifier\" ã¨ã‚‚呼ã°ã‚Œã¾ã™"
@@ -1288,8 +1562,20 @@ msgid "Also called \"Relying party service URL\" or \"Reply URL\""
msgstr "\"Relying party service URL\" ã¾ãŸã¯ \"Reply URL\" ã¨ã‚‚呼ã°ã‚Œã¾ã™"
msgid "Alternate support URL for help page and help dropdown"
+msgstr "ヘルプページã¨ãƒ˜ãƒ«ãƒ—ドロップダウン用ã®ä»£æ›¿ã‚µãƒãƒ¼ãƒˆURL"
+
+msgid "Amazon EKS"
+msgstr "Amazon EKS"
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr "Amazon EKSçµ±åˆã«ã‚ˆã‚Šã€GitLabã‹ã‚‰EKSクラスターをプロビジョニングã§ãã¾ã™ã€‚"
+
+msgid "Amazon Web Services"
msgstr ""
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr "Amazon èªè¨¼ã¯ %{link_start} æ­£ã—ã設定 %{link_end} ã§ãã¦ã„ã¾ã›ã‚“。ã“ã®ã‚µãƒ¼ãƒ“スを使用ã—ãŸã„å ´åˆã€ GitLab ã®ç®¡ç†è€…ã«å•ã„åˆã‚ã›ã¦ãã ã•ã„。"
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "ユーザーãŒå¼·åˆ¶çš„ãª2è¦ç´ èªè¨¼ã‚’無視ã§ãる時間(時間å˜ä½)"
@@ -1303,7 +1589,7 @@ msgid "An error has occurred"
msgstr "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "An error occurred adding a draft to the thread."
-msgstr ""
+msgstr "ã“ã®ã‚¹ãƒ¬ãƒƒãƒ‰ã«ä¸‹æ›¸ãを追加ã™ã‚‹éš›ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred adding a new draft."
msgstr "æ–°ã—ã„ドラフトã®è¿½åŠ ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -1335,12 +1621,21 @@ msgstr "検討ã®è§£æ±ºä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Š
msgid "An error occurred when updating the issue weight"
msgstr "課題ã®ã‚¦ã‚¨ã‚¤ãƒˆæ›´æ–°æ™‚ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "An error occurred while checking group path"
+msgstr "グループã®ãƒ‘スã®ãƒã‚§ãƒƒã‚¯ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "承èªè€…グループã®å‰Šé™¤ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while deleting the comment"
msgstr "コメントã®å‰Šé™¤ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "ホストキーã®æ¤œå‡ºä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
@@ -1359,11 +1654,14 @@ msgstr "サービスデスクã®æœ‰åŠ¹åŒ–中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚
msgid "An error occurred while fetching environments."
msgstr "環境ã®çŠ¶æ…‹å–å¾—ã§ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while fetching exposed artifacts."
+msgstr "公開ã•ã‚ŒãŸã‚¢ãƒ¼ãƒ†ã‚£ãƒ•ã‚¡ã‚¯ãƒˆã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+
msgid "An error occurred while fetching folder content."
msgstr "フォルダã®ä¸­èº«ã®å–å¾—ã§ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while fetching issues."
-msgstr ""
+msgstr "課題ã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while fetching label colors."
msgstr "ラベルã®è‰²ã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -1392,12 +1690,18 @@ msgstr "ビルドã®ãƒ•ã‚§ãƒƒãƒä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while fetching the job log."
msgstr "ã“ã®ã‚¸ãƒ§ãƒ–ã®ãƒ­ã‚°ã‚’フェッãƒã™ã‚‹é–“ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "ã“ã®ã‚¸ãƒ§ãƒ–ã®å–å¾—ã§ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while fetching the jobs."
msgstr "ジョブã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "パイプラインã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -1408,6 +1712,9 @@ msgid "An error occurred while fetching this tab."
msgstr "ã“ã®ã‚¿ãƒ–ã®ãƒ•ã‚§ãƒƒãƒä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while generating a username. Please try again."
+msgstr "ユーザーåã®ç”Ÿæˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
+
+msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
msgid "An error occurred while getting projects"
@@ -1419,6 +1726,9 @@ msgstr "プロジェクトã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ
msgid "An error occurred while initializing path locks"
msgstr "パスロックã®åˆæœŸåŒ–中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "グラフデータã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -1434,9 +1744,39 @@ msgstr "差分ã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "An error occurred while loading filenames"
msgstr "ファイルåã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr "課題ã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr "ファイルã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "サブスクリプションã®è©³ç´°ã‚’ロード中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -1459,7 +1799,7 @@ msgid "An error occurred while rendering preview broadcast message"
msgstr "プレビュー時ã®ãƒ–ロードキャストメッセージをレンダリングã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "An error occurred while reordering issues."
-msgstr ""
+msgstr "課題ã®ä¸¦ã¹æ›¿ãˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while retrieving calendar activity"
msgstr "カレンダーアクティビティーå–å¾—ã®éš›ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
@@ -1476,6 +1816,9 @@ msgstr "担当者ã®ç™»éŒ²ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "An error occurred while saving the approval settings"
msgstr "承èªè¨­å®šã®ä¿å­˜ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr "テンプレートã®ä¿å­˜ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚テンプレートãŒå­˜åœ¨ã™ã‚‹ã‹ç¢ºèªã—ã¦ãã ã•ã„。"
+
msgid "An error occurred while subscribing to notifications."
msgstr "通知ã®è³¼èª­ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -1483,7 +1826,7 @@ msgid "An error occurred while triggering the job."
msgstr ""
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr ""
+msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®ãŸã‚ã«æ–°ã—ã„パイプラインを実行ã—よã†ã¨ã—ã¦ã„ã‚‹é–“ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while unsubscribing to notifications."
msgstr "通知ã®è³¼èª­ã‚’解除中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -1494,42 +1837,12 @@ msgstr "承èªè€…ã®æ›´æ–°ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while updating the comment"
msgstr "コメントを更新中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while validating group path"
+msgstr "グループパスã®æ¤œè¨¼ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+
msgid "An error occurred while validating username"
msgstr "ユーザåã®æ¤œè¨¼ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-msgid "An error occurred while committing your changes."
-msgstr "変更ã®ã‚³ãƒŸãƒƒãƒˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while fetching the job trace."
-msgstr "ジョブトレースã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "最新ã®ãƒ‘イプラインã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr "%{branchId} ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-
-msgid "An error occurred while loading all the files."
-msgstr "ã™ã¹ã¦ã®ãƒ•ã‚¡ã‚¤ãƒ«ã®èª­è¾¼ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while loading the file content."
-msgstr "ファイルã®å†…容を読込中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while loading the file."
-msgstr "ファイルã®ãƒ­ãƒ¼ãƒ‰ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "マージリクエストã®å¤‰æ›´ã‚’読込中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "マージリクエストã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³æƒ…報を読込中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while loading the merge request."
-msgstr "マージリクエストã®ãƒ­ãƒ¼ãƒ‰ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "パイプラインジョブã®ãƒ­ãƒ¼ãƒ‰ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
msgid "An error occurred. Please try again."
msgstr "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚å†åº¦ãŠè©¦ã—ãã ã•ã„。"
@@ -1554,7 +1867,13 @@ msgstr "Web ターミナルã®åœæ­¢ä¸­ã«äºˆæœŸã—ãªã„エラーãŒç™ºç”Ÿã—ã
msgid "Analytics"
msgstr "アクセス解æž"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr "Webアプリケーションã®ãƒ¬ãƒ“ューãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’分æžã—ã¾ã™ã€‚"
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1575,14 +1894,23 @@ msgstr "ä»»æ„ã®ãƒ©ãƒ™ãƒ«"
msgid "Any Milestone"
msgstr "ä»»æ„ã®ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³"
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr "æš—å·åŒ–済ã¿ãƒˆãƒ¼ã‚¯ãƒ³"
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr "ä»»æ„ã®ãƒãƒ¼ãƒ ã‚¹ãƒšãƒ¼ã‚¹"
msgid "Any user"
-msgstr ""
+msgstr "ã™ã¹ã¦ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼"
+
+msgid "App ID"
+msgstr "アプリID"
msgid "Appearance"
msgstr "外観"
@@ -1593,12 +1921,12 @@ msgstr "外観ã¯æ­£å¸¸ã«ä½œæˆã•ã‚Œã¾ã—ãŸã€‚"
msgid "Appearance was successfully updated."
msgstr "外観ã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚"
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr "コメントを%{TABLEFLIP} ã«è¿½åŠ "
-
msgid "Append the comment with %{shrug}"
msgstr "コメントを %{shrug} ã«è¿½åŠ "
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
msgid "Application"
msgstr "アプリケーション"
@@ -1626,12 +1954,24 @@ msgstr "アプリケーション"
msgid "Applied"
msgstr "é©ç”¨æ¸ˆã¿"
+msgid "Apply"
+msgstr "é©ç”¨"
+
msgid "Apply a label"
+msgstr "ラベルをé©ç”¨"
+
+msgid "Apply a template"
msgstr ""
msgid "Apply suggestion"
msgstr "æ案をé©ç”¨"
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr "コマンドをé©ç”¨"
@@ -1644,6 +1984,9 @@ msgstr "複数ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’é©ç”¨"
msgid "Applying suggestion"
msgstr "æ案をé©ç”¨"
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d 人ã®ãƒ¡ãƒ³ãƒãƒ¼"
@@ -1663,9 +2006,6 @@ msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
msgstr[0] "%{membersCount} åã®ã†ã¡ %{count} åã‹ã‚‰ã®æ‰¿èªãŒå¿…è¦"
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr "開発者ã¾ãŸã¯ãれ以上ã®å½¹å‰²ã‚’ã‚‚ã¤å…¨ã¦ã®ãƒ¡ãƒ³ãƒãƒ¼ãŠã‚ˆã³ã‚³ãƒ¼ãƒ‰æ‰€æœ‰è€…ã®ãƒ¡ãƒ³ãƒãƒ¼"
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1676,7 +2016,7 @@ msgid "ApprovalRule|No. approvals required"
msgstr "ã„ã„ãˆã€‚承èªãŒå¿…è¦ã§ã™ã€‚"
msgid "ApprovalRule|Rule name"
-msgstr ""
+msgstr "ルールå"
msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr "例:QAã€ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£ãªã©"
@@ -1696,6 +2036,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "4月"
@@ -1708,17 +2051,20 @@ msgstr "アーカイブジョブ"
msgid "Archive project"
msgstr "プロジェクトをアーカイブ"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "ã“ã®ãƒ—ロジェクトã¯ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã•ã‚Œã¦ã„ã¾ã™ã€‚リãƒã‚¸ãƒˆãƒªãŠã‚ˆã³ãã®ä»–ã®ãƒ—ロジェクトリソースã¯èª­ã¿å–り専用ã§ã™"
msgid "Archived projects"
msgstr "アーカイブã•ã‚ŒãŸãƒ—ロジェクト"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
-msgstr "プロジェクトをアーカイブã«ã™ã‚‹ã¨ã€ãƒ—ロジェクトã¯å®Œå…¨ã«èª­ã¿å–り専用ã«ãªã‚Šã¾ã™ã€‚ ã¾ãŸã€ãƒ€ãƒƒã‚·ãƒ¥ãƒœãƒ¼ãƒ‰ã«ã¯è¡¨ç¤ºã•ã‚Œãšã€æ¤œç´¢ã§ã‚‚表示ã•ã‚Œã¾ã›ã‚“。 <strong>ã“ã®ãƒªãƒã‚¸ãƒˆãƒªã«ã¯ã‚³ãƒŸãƒƒãƒˆã§ãã¾ã›ã‚“ã—ã€èª²é¡Œã‚„コメントã¾ãŸä»–ã®ã‚¨ãƒ³ãƒ†ã‚£ãƒ†ã‚£ã‚’作æˆã§ãã¾ã›ã‚“。</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
-msgid "Are you sure"
-msgstr "よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
msgid "Are you sure that you want to archive this project?"
msgstr "本当ã«ã“ã®ãƒ—ロジェクトをアーカイブã—ã¾ã™ã‹ï¼Ÿ"
@@ -1733,13 +2079,13 @@ msgid "Are you sure you want to cancel editing this comment?"
msgstr "ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã®ç·¨é›†ã‚’キャンセルã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
msgid "Are you sure you want to delete these artifacts?"
-msgstr ""
+msgstr "ã“れらã®ã‚¢ãƒ¼ãƒ†ã‚£ãƒ•ã‚¡ã‚¯ãƒˆã‚’削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
msgid "Are you sure you want to delete this %{typeOfComment}?"
-msgstr ""
+msgstr "本当ã«ã“ã® %{typeOfComment} を削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "Are you sure you want to delete this board?"
-msgstr ""
+msgstr "本当ã«ã“ã®ãƒœãƒ¼ãƒ‰ã‚’削除ã—ã¾ã™ã‹?"
msgid "Are you sure you want to delete this device? This action cannot be undone."
msgstr "本当ã«ã€ã“ã®ãƒ‡ãƒã‚¤ã‚¹ã‚’削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹? ã“ã®æ“作ã¯å…ƒã«æˆ»ã™ã“ã¨ãŒã§ãã¾ã›ã‚“。"
@@ -1750,6 +2096,9 @@ msgstr "本当ã«ã“ã®ãƒªã‚¹ãƒˆã‚’消去ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹?"
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "ã“ã®ãƒ‘イプラインスケジュールを削除ã—ã¾ã™ã‹ï¼Ÿ"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "ã“ã®ãƒ“ルドを削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -1759,6 +2108,9 @@ msgstr "変更ãŒä¿å­˜ã•ã‚Œã¦ã„ã¾ã›ã‚“ãŒç ´æ£„ã—ã¦ã‚‚よã‚ã—ã„ã§ã™
msgid "Are you sure you want to lose your issue information?"
msgstr "本当ã«èª²é¡Œæƒ…報を削除ã—ã¾ã™ã‹?"
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr "ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã‚’完全ã«å‰Šé™¤ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -1807,17 +2159,26 @@ msgstr "ã“ã®GPGキーã§ç½²åã•ã‚ŒãŸã™ã¹ã¦ã®ã‚³ãƒŸãƒƒãƒˆã¯æ¤œè¨¼ã•ã‚Œ
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿã“ã®GPGキーを削除ã—ã¦ã‚‚ã€ã™ã§ã«ç½²åã•ã‚Œã¦ã„るコミットã«ã¯å½±éŸ¿ã—ã¾ã›ã‚“。"
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "本当ã«å®Ÿè¡Œã—ã¾ã™ã‹? ã“ã‚Œã¯ç™»éŒ²ã•ã‚ŒãŸã‚¢ãƒ—リケーション㨠U2Fデãƒã‚¤ã‚¹ã‚’無効ã«ã—ã¾ã™ã€‚"
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr "アーティファクト ID"
msgid "Artifact could not be deleted."
-msgstr ""
+msgstr "アーティファクトを削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
msgid "Artifact was successfully deleted."
-msgstr ""
+msgstr "アーティファクトã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
msgid "Artifacts"
msgstr "アーティファクト"
@@ -1849,6 +2210,9 @@ msgstr "アサーション コンシューマー サービス URL"
msgid "Assets"
msgstr "アセット"
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr "割り当ã¦"
@@ -1856,7 +2220,7 @@ msgid "Assign custom color like #FF0000"
msgstr "#FF0000ã®ã‚ˆã†ãªã‚«ã‚¹ã‚¿ãƒ ã‚«ãƒ©ãƒ¼ã‚’割り当ã¦ã‚‹"
msgid "Assign epic"
-msgstr ""
+msgstr "エピックã®å‰²ã‚Šå½“ã¦"
msgid "Assign labels"
msgstr "ラベルを割り当ã¦ã‚‹"
@@ -1907,6 +2271,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr "ãã‚Œãžã‚Œã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’変更ã™ã‚‹ã«ã¯ã€CODEOWNERã®ãƒ«ãƒ¼ãƒ«ã«ä¸€è‡´ã™ã‚‹ã€å°‘ãªãã¨ã‚‚1åã®ã‚³ãƒ¼ãƒ‰æ‰€æœ‰è€…ã‹ã‚‰ã®æ‰¿èªãŒå¿…è¦ã§ã™ã€‚"
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr "ファイルを添付"
@@ -1924,6 +2291,18 @@ msgid "Audit Events"
msgstr "監査イベント"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr "監査イベントã¯ã€GitLab ã§ç™ºç”Ÿã—ãŸé‡è¦ãªã‚¤ãƒ™ãƒ³ãƒˆã‚’追跡ã—続ã‘る方法ã§ã™ã€‚"
+
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
msgstr ""
msgid "Aug"
@@ -1933,10 +2312,13 @@ msgid "August"
msgstr "8月"
msgid "Authenticate"
-msgstr ""
+msgstr "èªè¨¼"
msgid "Authenticate with GitHub"
-msgstr ""
+msgstr "GitHub ã§èªè¨¼ã—ã¾ã™"
+
+msgid "Authenticating"
+msgstr "èªè¨¼ä¸­"
msgid "Authentication Log"
msgstr "èªè¨¼ãƒ­ã‚°"
@@ -1996,14 +2378,23 @@ msgid "Auto DevOps, runners and job artifacts"
msgstr "Auto DevOps, Runner,ãŠã‚ˆã³æˆæžœç‰©"
msgid "Auto License Compliance"
+msgstr "自動ライセンスコンプライアンス"
+
+msgid "Auto stop successfully canceled."
msgstr ""
msgid "Auto-cancel redundant, pending pipelines"
msgstr "冗長・ä¿ç•™ä¸­ã®ãƒ‘イプラインを自動キャンセル"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Auto DevOps ドキュメント"
@@ -2020,16 +2411,16 @@ msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if
msgstr "Auto DevOpsã®ãƒ‘イプラインãŒæœ‰åŠ¹ã«ãªã£ã¦ãŠã‚Šã€ä»£æ›¿ã®CIã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ãŒè¦‹ã¤ã‹ã‚‰ãªã„å ´åˆã«ä½¿ç”¨ã—ã¾ã™ã€‚ %{more_information_link}"
msgid "Autocomplete"
-msgstr ""
+msgstr "オートコンプリート"
msgid "Autocomplete description"
-msgstr ""
+msgstr "オートコンプリートã®èª¬æ˜Ž"
msgid "Autocomplete hint"
msgstr ""
msgid "Autocomplete usage hint"
-msgstr ""
+msgstr "オートコンプリート使用方法ã®ãƒ’ント"
msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
msgstr ""
@@ -2115,6 +2506,9 @@ msgstr "グループãƒãƒƒã‚¸"
msgid "Badges|Link"
msgstr "リンク"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "ãƒãƒƒã‚¸ç”»åƒãªã—"
@@ -2184,6 +2578,9 @@ msgstr "Bamboo ã®ãƒ«ãƒ¼ãƒˆURL 例: https://bamboo.example.com"
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr "Bambooã§è‡ªå‹•ãƒªãƒ“ジョンラベリングã¨ãƒªãƒã‚¸ãƒˆãƒªãƒˆãƒªã‚¬ãƒ¼ã‚’設定ã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "ä¿ç•™ä¸­ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’ã™ã¹ã¦å‰Šé™¤"
@@ -2205,38 +2602,38 @@ msgstr "é¸æŠžã—ãŸã‚³ãƒŸãƒƒãƒˆã§ã¯ã˜ã‚ã‚‹"
msgid "Below are examples of regex for existing tools:"
msgstr "以下ã®ã‚‚ã®ã¯ã€æ—¢å­˜ã®æ­£è¦è¡¨ç¾ãƒ„ールã®ä¾‹ã§ã™:"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "以下ã«å…¬é–‹ã•ã‚Œã¦ã„る全グループを表示ã—ã¾ã™ã€‚"
msgid "Billing"
msgstr "請求"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "ç¾åœ¨ã®ãƒ—ラン"
-
-msgid "BillingPlans|Downgrade"
-msgstr "ダウングレード"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr "ãŠã‚ã§ã¨ã†ã”ã–ã„ã¾ã™ã€æ–°ã—ã„試用版ãŒæœ‰åŠ¹ã«ãªã‚Šã¾ã—ãŸ"
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
-msgstr ""
+msgstr "プランをダウングレードを希望ã™ã‚‹å ´åˆã€ %{support_link_start} カスタマーサãƒãƒ¼ãƒˆ%{support_link_end} ã¾ã§ã”連絡ãã ã•ã„。"
msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
msgstr "%{faq_link} を読んã§å„プランã®è©³ç´°ã‚’確èªã™ã‚‹ã‹ã€GitLab.com Gold ã®30日間無料試用版を開始ã—ã¦ãã ã•ã„。"
msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
-msgstr ""
+msgstr "å„プランã®è©³ç´°ã«ã¤ã„ã¦ã¯ã€ %{pricing_page_link} ã‚’ã”確èªãã ã•ã„。"
msgid "BillingPlans|Manage plan"
msgstr "プランã®ç®¡ç†"
msgid "BillingPlans|Pricing page"
-msgstr ""
+msgstr "価格ページ"
msgid "BillingPlans|See all %{plan_name} features"
msgstr "%{plan_name} ã®ã™ã¹ã¦ã®æ©Ÿèƒ½ã‚’見る"
@@ -2247,17 +2644,14 @@ msgstr "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã¯ã€è¦ªã‚°ãƒ«ãƒ¼ãƒ—ã¨åŒã˜ãƒ—ランを使用ã—ã¾
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã®ãƒ—ランã®ç®¡ç†ã¯ã€%{parent_billing_page_link} ã®è«‹æ±‚ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚’ã”覧ãã ã•ã„。"
-msgid "BillingPlans|Upgrade"
-msgstr "アップグレード"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "ã‚ãªãŸã® GitLab.com 試用版㯠%{expiration_date} ã«æœŸé™åˆ‡ã‚Œã«ãªã‚Šã¾ã—ãŸã€‚%{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "機能"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
msgstr "FAQ 集"
@@ -2265,14 +2659,11 @@ msgstr "FAQ 集"
msgid "BillingPlans|monthly"
msgstr "月é¡"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "å¹´é¡ %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "1ユーザーã«ã¤ã"
-msgid "BillingPlan|Upgrade plan"
-msgstr ""
+msgid "BillingPlan|Upgrade"
+msgstr "アップグレード"
msgid "Bitbucket Server Import"
msgstr "Bitbucket サーãƒãƒ¼ インãƒãƒ¼ãƒˆ"
@@ -2280,17 +2671,17 @@ msgstr "Bitbucket サーãƒãƒ¼ インãƒãƒ¼ãƒˆ"
msgid "Bitbucket import"
msgstr "Bitbucket インãƒãƒ¼ãƒˆ"
-msgid "Block"
-msgstr "ブロック"
-
msgid "Blocked"
msgstr "ブロック中"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "ブログ"
msgid "Blue helpers indicate an action to be taken."
-msgstr ""
+msgstr "é’ã„ヘルパーã¯å–ã‚‹ã¹ã行動を示ã—ã¾ã™ã€‚"
msgid "Board name"
msgstr ""
@@ -2305,13 +2696,13 @@ msgid "BoardBlankState|Add default lists"
msgstr "デフォルトリストを追加"
msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
-msgstr ""
+msgstr "1クリックã§èª²é¡Œãƒœãƒ¼ãƒ‰ã«ä»¥ä¸‹ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆãƒªã‚¹ãƒˆã‚’追加ã—ã¾ã™ã€‚"
msgid "BoardBlankState|Nevermind, I'll use my own"
msgstr ""
msgid "BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board."
-msgstr ""
+msgstr "デフォルトã®ãƒªã‚¹ãƒˆã‚»ãƒƒãƒˆã‹ã‚‰å§‹ã‚ã‚‹ã¨ã€ãƒœãƒ¼ãƒ‰ã‚’最大é™ã«æ´»ç”¨ã™ã‚‹ãŸã‚ã®æ­£ã—ã„æ–¹ã§åˆ©ç”¨ã§ãã¾ã™ã€‚"
msgid "Boards"
msgstr "ボード"
@@ -2329,7 +2720,7 @@ msgid "Boards|View scope"
msgstr ""
msgid "Branch"
-msgstr ""
+msgstr "ブランãƒ"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "%{branchName} ブランãƒã¯ã“ã®ãƒ—ロジェクトã®ãƒªãƒã‚¸ãƒˆãƒªã«è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚"
@@ -2347,6 +2738,9 @@ msgid "Branch name"
msgstr "ブランãƒå"
msgid "Branch not loaded - %{branchId}"
+msgstr "%{branchId} ブランãƒã¯ãƒ­ãƒ¼ãƒ‰ã•ã‚Œã¦ã„ã¾ã›ã‚“。"
+
+msgid "Branch prefix"
msgstr ""
msgid "BranchSwitcherPlaceholder|Search branches"
@@ -2499,11 +2893,17 @@ msgstr ""
msgid "Browse files"
msgstr "ファイルを表示"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr "アーティファクトã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr "アーティファクトã®ãƒ­ãƒ¼ãƒ‰"
+
msgid "Built-in"
msgstr "ビルトイン"
-msgid "BurndownChartLabel|Guideline"
-msgstr "ガイドライン"
+msgid "Burndown chart"
+msgstr ""
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -2511,12 +2911,6 @@ msgstr ""
msgid "BurndownChartLabel|Open issues"
msgstr "未解決ã®èª²é¡Œ"
-msgid "BurndownChartLabel|Progress"
-msgstr "進æ—"
-
-msgid "BurndownChartLabel|Remaining"
-msgstr ""
-
msgid "Business"
msgstr "ビジãƒã‚¹"
@@ -2533,7 +2927,7 @@ msgid "By %{user_name}"
msgstr ""
msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
-msgstr ""
+msgstr "デフォルトã§ã¯ã€GitLabã¯HTMLå½¢å¼ã¨ãƒ—レーンテキスト形å¼ã®ä¸¡ãƒ•ã‚©ãƒ¼ãƒžãƒƒãƒˆã®ãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡ã—ã¾ã™ã€‚ãã®ãŸã‚ã€ãƒ¡ãƒ¼ãƒ«ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆã¯ã©ã¡ã‚‰ã®ãƒ•ã‚©ãƒ¼ãƒžãƒƒãƒˆã‚’表示ã™ã‚‹ã‹ã‚’é¸ã¹ã¾ã™ã€‚ã‚‚ã—プレーンテキスト形å¼ã ã‘ã§ãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡ã—ãŸã„å ´åˆã¯ã€ã“ã®ã‚ªãƒ—ションを無効ã«ã—ã¾ã™"
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
@@ -2577,9 +2971,6 @@ msgstr "CI/CD 設定"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto DevOps ã¯ã‚らã‹ã˜ã‚定義ã•ã‚ŒãŸç¶™ç¶šçš„インテグレーションã¨ãƒ‡ãƒªãƒãƒªãƒ¼ã®è¨­å®šã«åŸºã¥ã„ã¦ã€ã‚¢ãƒ—リケーションを自動的ã«ãƒ“ルドã€ãƒ†ã‚¹ãƒˆã€ãƒ‡ãƒ—ロイã—ã¾ã™ã€‚"
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "ステージングã¸ã®è‡ªå‹•ãƒ‡ãƒ—ロイã€æœ¬ç•ªç’°å¢ƒã¸ã®æ‰‹å‹•ãƒ‡ãƒ—ロイ"
@@ -2601,9 +2992,6 @@ msgstr "デプロイ戦略"
msgid "CICD|Jobs"
msgstr "ジョブ"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Auto DevOps ã®è©³ç´°"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "ãã®ä»–ã« CI 設定ファイルãŒè¦‹ã¤ã‹ã‚‰ãªã„å ´åˆã€Auto DevOps パイプラインãŒå®Ÿè¡Œã•ã‚Œã¾ã™ã€‚"
@@ -2628,9 +3016,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
+msgid "CPU"
+msgstr "CPU"
+
msgid "Callback URL"
msgstr "コールãƒãƒƒã‚¯ URL"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "マージリクエストã”ã¨ã«å¿…è¦ãªæ‰¿èªè€…ã¨æ‰¿èªã‚’上書ãã§ãã¾ã™"
@@ -2638,7 +3032,7 @@ msgid "Can't find HEAD commit for this branch"
msgstr "ã“ã®ãƒ–ランãƒã«ã¯ HEAD コミットãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
msgid "Can't find variable: ZiteReader"
-msgstr ""
+msgstr "ZiteReader 変数ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
msgid "Can't remove group members without group managed account"
msgstr "グループ管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒãªã„ã¨ã‚°ãƒ«ãƒ¼ãƒ—メンãƒãƒ¼ã¯å‰Šé™¤ã§ãã¾ã›ã‚“"
@@ -2646,6 +3040,9 @@ msgstr "グループ管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒãªã„ã¨ã‚°ãƒ«ãƒ¼ãƒ—メンãƒãƒ¼ã¯
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr "カナリアデプロイã¯ã€ä¸€éƒ¨ã®ã‚¢ãƒ—リケーションãŒã‚ãªãŸã®ã‚¢ãƒ—リケーションã®æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«æ›´æ–°ã•ã‚Œã‚‹ã€ã¨ã„ã†ä¸€èˆ¬çš„ãªCI戦略ã§ã™ã€‚"
@@ -2658,20 +3055,23 @@ msgstr ""
msgid "Cancel this job"
msgstr "ã“ã®ã‚¸ãƒ§ãƒ–をキャンセルã™ã‚‹"
-msgid "Cancelling Preview"
+msgid "Canceled deployment to"
msgstr ""
+msgid "Cancelling Preview"
+msgstr "プレビューをキャンセル"
+
msgid "Cannot be merged automatically"
msgstr "自動的ã«ãƒžãƒ¼ã‚¸ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“"
msgid "Cannot create the abuse report. The user has been deleted."
-msgstr ""
+msgstr "ä¸æ­£ä½¿ç”¨ãƒ¬ãƒãƒ¼ãƒˆã¯ä½œæˆã§ãã¾ã›ã‚“。ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯å‰Šé™¤ã•ã‚Œã¦ã„ã¾ã™ã€‚"
msgid "Cannot create the abuse report. This user has been blocked."
-msgstr ""
+msgstr "ä¸æ­£ä½¿ç”¨ãƒ¬ãƒãƒ¼ãƒˆã‚’作æˆã§ãã¾ã›ã‚“。ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ãƒ–ロックã•ã‚Œã¦ã„ã¾ã™ã€‚"
msgid "Cannot merge"
-msgstr ""
+msgstr "マージã§ãã¾ã›ã‚“"
msgid "Cannot modify managed Kubernetes cluster"
msgstr "管ç†ä¸‹ã® Kubernetes クラスターを変更ã§ãã¾ã›ã‚“"
@@ -2680,13 +3080,13 @@ msgid "Cannot refer to a group milestone by an internal id!"
msgstr "内部IDã§ã‚°ãƒ«ãƒ¼ãƒ—マイルストーンをå‚ç…§ã§ãã¾ã›ã‚“。"
msgid "Cannot render the image. Maximum character count (%{charLimit}) has been exceeded."
-msgstr ""
+msgstr "ç”»åƒã‚’レンダリングã§ãã¾ã›ã‚“。最大文字数(%{charLimit}) 以上ã§ã™ã€‚"
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
msgstr ""
msgid "Cannot skip two factor authentication setup"
-msgstr ""
+msgstr "2è¦ç´ èªè¨¼ã®è¨­å®šã‚’スキップã§ãã¾ã›ã‚“"
msgid "Capacity threshold"
msgstr "キャパシティ判定ã®ã—ãã„値"
@@ -2697,11 +3097,8 @@ msgstr "証明書"
msgid "Certificate (PEM)"
msgstr "証明書 (PEM)"
-msgid "Change Weight"
-msgstr "ウェイトを変更ã™ã‚‹"
-
msgid "Change assignee"
-msgstr ""
+msgstr "担当者ã®å¤‰æ›´"
msgid "Change assignee(s)"
msgstr "担当者を変更"
@@ -2709,11 +3106,14 @@ msgstr "担当者を変更"
msgid "Change assignee(s)."
msgstr "担当者を変更ã—ã¾ã™ã€‚"
-msgid "Change label"
+msgid "Change branches"
msgstr ""
+msgid "Change label"
+msgstr "ラベルã®å¤‰æ›´"
+
msgid "Change milestone"
-msgstr ""
+msgstr "マイルストーンã®å¤‰æ›´"
msgid "Change path"
msgstr ""
@@ -2752,7 +3152,7 @@ msgid "ChangeTypeAction|This will create a new commit in order to revert the exi
msgstr "コミット済ã®å¤‰æ›´ã‚’ revert ã™ã‚‹ãŸã‚ã«æ–°ã—ã„コミットを作æˆã—ã¾ã™"
msgid "Changed assignee(s)."
-msgstr ""
+msgstr "担当者を変更ã—ã¾ã—ãŸã€‚"
msgid "Changed the title to \"%{title_param}\"."
msgstr ""
@@ -2772,47 +3172,56 @@ msgstr "タイトルを \"%{title_param}\" ã«å¤‰æ›´ã—ã¾ã™ã€‚"
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "ãƒãƒ£ãƒ¼ãƒˆ"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "ãƒãƒ£ãƒƒãƒˆ"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
-msgstr ""
+msgstr "ブランãƒ"
msgid "ChatMessage|Commit"
-msgstr ""
+msgstr "コミット"
msgid "ChatMessage|Failed job"
-msgstr ""
+msgstr "失敗ã—ãŸã‚¸ãƒ§ãƒ–"
msgid "ChatMessage|Failed stage"
-msgstr ""
+msgstr "ステージã«å¤±æ•—"
msgid "ChatMessage|Invalid CI config YAML file"
-msgstr ""
+msgstr "CIã®è¨­å®šç”¨ã®YAMLファイルãŒç„¡åŠ¹ã§ã™ã€‚"
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
-msgstr ""
+msgstr "ã‚¿ã‚°"
msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
msgstr ""
msgid "ChatMessage|failed"
-msgstr ""
+msgstr "失敗"
msgid "ChatMessage|has failed"
-msgstr ""
+msgstr "ã¯å¤±æ•—ã—ã¾ã—ãŸ"
msgid "ChatMessage|has passed"
msgstr ""
@@ -2841,6 +3250,9 @@ msgstr "%{docs_link_start}ドキュメント%{docs_link_end}を確èª"
msgid "Check your .gitlab-ci.yml"
msgstr ".gitlab-ci.yml を確èªã—ã¦ãã ã•ã„"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "%{text} ãŒåˆ©ç”¨å¯èƒ½ã‹ç¢ºèªã—ã¦ã„ã¾ã™â€¦"
@@ -2850,7 +3262,82 @@ msgstr "承èªã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã‚’確èªã™ã‚‹"
msgid "Checking branch availability..."
msgstr "ブランãƒãŒåˆ©ç”¨å¯èƒ½ã‹ç¢ºèªã—ã¦ã„ã¾ã™â€¦"
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
+msgstr "ユーザーåãŒåˆ©ç”¨å¯èƒ½ã‹ç¢ºèªã—ã¦ã„ã¾ã™..."
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
msgstr ""
msgid "Cherry-pick this commit"
@@ -2859,6 +3346,15 @@ msgstr "ã“ã®ã‚³ãƒŸãƒƒãƒˆã‚’ãƒã‚§ãƒªãƒ¼ãƒ”ック"
msgid "Cherry-pick this merge request"
msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’ãƒã‚§ãƒªãƒ¼ãƒ”ック"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "<strong>アーカイブã®ä½œæˆ</strong>ã‚’é¸æŠžã—ã€ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–作æˆã®å®Œäº†ã‚’ãŠå¾…ã¡ãã ã•ã„。"
@@ -2872,7 +3368,7 @@ msgid "Choose a file"
msgstr "ファイルをé¸æŠžã—ã¦ãã ã•ã„"
msgid "Choose a group"
-msgstr ""
+msgstr "グループをé¸æŠž"
msgid "Choose a role permission"
msgstr ""
@@ -2935,7 +3431,7 @@ msgid "CiStatusLabel|pending"
msgstr "開始待ã¡"
msgid "CiStatusLabel|preparing"
-msgstr ""
+msgstr "準備"
msgid "CiStatusLabel|skipped"
msgstr "スキップ済ã¿"
@@ -2946,6 +3442,9 @@ msgstr "予約済ã¿ã‚¸ãƒ§ãƒ–実行待ã¡"
msgid "CiStatusLabel|waiting for manual action"
msgstr "手動実行待ã¡"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "ブロック"
@@ -2971,11 +3470,14 @@ msgid "CiStatusText|pending"
msgstr "実行待ã¡"
msgid "CiStatusText|preparing"
-msgstr ""
+msgstr "準備"
msgid "CiStatusText|skipped"
msgstr "スキップ済ã¿"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "実行中"
@@ -3013,7 +3515,7 @@ msgid "CiVariables|Value"
msgstr "値"
msgid "CiVariables|Variables"
-msgstr ""
+msgstr "変数"
msgid "CiVariable|* (All environments)"
msgstr "* (ã™ã¹ã¦ã®ç’°å¢ƒ)"
@@ -3048,6 +3550,9 @@ msgstr "ä¿è­·ã®åˆ‡ã‚Šæ›¿ãˆ"
msgid "CiVariable|Validation failed"
msgstr "検証ã«å¤±æ•—ã—ã¾ã—ãŸ"
+msgid "Class"
+msgstr "クラス"
+
msgid "Classification Label (optional)"
msgstr "分類ラベル (オプション)"
@@ -3057,6 +3562,9 @@ msgstr "使用ã§ãã¾ã›ã‚“:%{reason}"
msgid "Clear"
msgstr "クリア"
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr "入力をクリア"
@@ -3076,7 +3584,7 @@ msgid "Clear weight"
msgstr "ウェイトをクリア"
msgid "Cleared weight."
-msgstr ""
+msgstr "ウェイトをクリア"
msgid "Clears weight."
msgstr "ウェイトをクリアã—ã¾ã™ã€‚"
@@ -3165,15 +3673,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "%{custom_domain_start} 詳細情報 %{custom_domain_end}"
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr "カスタムドメインã®ä»£ã‚ã‚Šã«ä½¿ç”¨ã§ãã¾ã™ã€‚"
@@ -3189,6 +3700,9 @@ msgstr "%{title} ã¯æ­£å¸¸ã«ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã§ãã¾ã—ãŸã€‚"
msgid "ClusterIntegration|%{title} updated successfully."
msgstr "%{title} ã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚"
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr "サービス・トークンã¯ã€ %{code}cluster-admin%{end_code} 特権をæŒã¤ %{code}kube-system%{end_code} スコープã§ã™ã€‚"
@@ -3228,6 +3742,9 @@ msgstr "ã™ã¹ã¦ã®ãƒ‡ãƒ¼ã‚¿ã‚’削除ã—ã€å¾©å…ƒã§ãã¾ã›ã‚“。"
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "ã“ã®ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼ã®åå‰ç©ºé–“ã¨ã‚µãƒ¼ãƒ“スアカウントã®ç®¡ç†ã‚’GitLabã«è¨±å¯ã™ã‚‹ã€‚"
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr "ã‚ã‚‹ã„ã¯"
@@ -3255,8 +3772,11 @@ msgstr "アプリケーション"
msgid "ClusterIntegration|Apply for credit"
msgstr "クレジットをé©ç”¨"
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "ã“ã® Kubernetes クラスター統åˆã‚’削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿã“ã®æ“作ã§ã¯å®Ÿéš›ã® Kubernetes クラスターã¯å‰Šé™¤ã•ã‚Œã¾ã›ã‚“。"
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "ベースドメイン"
@@ -3273,7 +3793,13 @@ msgstr "Cert-Managerã¯ã€è¨¼æ˜Žæ›¸ã®ç™ºè¡Œã‚’支æ´ã™ã‚‹Kubernetes用ã®è¨¼æ˜
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "èªè¨¼å±€ãƒãƒ³ãƒ‰ãƒ« (PEMå½¢å¼)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3282,12 +3808,21 @@ msgstr "Kubernetes クラスタã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã™ã‚‹ã‚¢ãƒ—リケーショã
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "ã“ã®ã‚¯ãƒ©ã‚¹ã‚¿ã‚’使用ã™ã‚‹ç’°å¢ƒã‚’é¸æŠžã—ã¦ãã ã•ã„。"
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr "クラスターã®å¥åº·çŠ¶æ…‹"
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr "クラスターåãŒå¿…è¦ã§ã™ã€‚"
@@ -3300,14 +3835,14 @@ msgstr "API URLをコピー"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "CA 証明書をコピー"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
-msgstr "Ingress ã®ã‚¨ãƒ³ãƒ‰ãƒã‚¤ãƒ³ãƒˆã‚’クリップボードã«ã‚³ãƒ”ー"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Jupyter ã®ãƒ›ã‚¹ãƒˆåをクリップボードã¸ã‚³ãƒ”ー"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
-msgstr "Knative ã®ã‚¨ãƒ³ãƒ‰ãƒã‚¤ãƒ³ãƒˆã‚’クリップボードã«ã‚³ãƒ”ー"
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
msgstr "Kubernetes クラスターåをコピー"
@@ -3315,27 +3850,90 @@ msgstr "Kubernetes クラスターåをコピー"
msgid "ClusterIntegration|Copy Service Token"
msgstr "サービストークンをコピー"
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Kubernetes クラスターを作æˆ"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr "ã”存知ã§ã™ã‹ï¼Ÿ"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Kubernetes クラスターã¸ã® GitLab 接続を有効ã¾ãŸã¯ç„¡åŠ¹ã«ã—ã¾ã™ã€‚"
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "役割ベースã®ã‚¢ã‚¯ã‚»ã‚¹åˆ¶å¾¡ (RBAC) を使ã†å ´åˆã€ã“ã®è¨­å®šã‚’有効ã«ã—ã¾ã™ã€‚"
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Kubernetes クラスターã®è©³ç´°ã‚’入力ã—ã¦ãã ã•ã„"
@@ -3345,9 +3943,15 @@ msgstr "環境スコープ"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "Google Cloud Platform (GCP) ã®ã™ã¹ã¦ã®æ–°è¦ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«ã¯ã€300ドル分ã®ã‚¯ãƒ¬ã‚¸ãƒƒãƒˆãŒä»˜ä¸Žã•ã‚Œã¾ã™ %{sign_up_link} 。ã¾ãŸã€Google ã¨ã®ãƒ‘ートナーシップã«ã‚ˆã‚Šã€Google Kubernetes Engine 㨠GitLab ã®ã‚¤ãƒ³ãƒ†ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’開始ã™ã‚‹ãŸã‚ã«ã€æ–°è¦ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãƒ»æ—¢å­˜ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’å•ã‚ãšã€GCP アカウントã«è¿½åŠ ã®200ドル分ã®ã‚¯ãƒ¬ã‚¸ãƒƒãƒˆã‚’æä¾›ã—ã¾ã™ã€‚"
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr "Google Kubernetes Engine ã®ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼ %{message} ã®è¨­å®šã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr "Google Cloud Platform ã¸ã®è¦æ±‚ %{message} ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
@@ -3375,11 +3979,14 @@ msgstr "GitLab Runner ã¯ã“ã®ãƒªãƒã‚¸ãƒˆãƒªã«æŽ¥ç¶šã—ã€CI / CD ジョブã‚
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr "GitLabマãƒãƒ¼ã‚¸ãƒ‰ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼"
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Google Cloud Platform プロジェクト"
msgid "ClusterIntegration|Google GKE"
-msgstr ""
+msgstr "Google GKE"
msgid "ClusterIntegration|Google Kubernetes Engine"
msgstr "Google Kubernetes Engine"
@@ -3402,6 +4009,9 @@ msgstr "éžè¡¨ç¤º"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "ã‚ãªãŸãŒè¤‡æ•°ã®ã‚¯ãƒ©ã‚¹ã‚¿ã‚’セットアップ㗠Auto DevOps を使用ã—ã¦ã„ã‚‹å ´åˆã€%{help_link_start}最åˆã«ã“ã¡ã‚‰ã‚’ãŠèª­ã¿ãã ã•ã„%{help_link_end} 。"
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr "ã‚ãªãŸã®ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼ã®å¥å…¨æ€§ã‚’確èªã™ã‚‹ãŸã‚ã«ã€å…ˆã«ä»¥ä¸‹ã® Prometheus をインストールã—ã¦ãã ã•ã„。"
@@ -3420,6 +4030,9 @@ msgstr "Ingress をインストールã™ã‚‹ã¨è¿½åŠ ã®ã‚³ã‚¹ãƒˆãŒã‹ã‹ã‚‹å¯è
msgid "ClusterIntegration|Instance cluster"
msgstr "インスタンスクラスター"
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Kubernetes クラスターを自動統åˆ"
@@ -3430,7 +4043,7 @@ msgid "ClusterIntegration|Issuer Email"
msgstr "発行者メール"
msgid "ClusterIntegration|Issuers represent a certificate authority. You must provide an email address for your Issuer. "
-msgstr ""
+msgstr "発行者ã¯èªè¨¼å±€ã‚’表ã—ã¾ã™ã€‚ 発行者ã®Eメールアドレスを入力ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚ "
msgid "ClusterIntegration|Jupyter Hostname"
msgstr "Jupyter ã®ãƒ›ã‚¹ãƒˆå"
@@ -3441,6 +4054,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3451,7 +4067,7 @@ msgid "ClusterIntegration|Knative Endpoint:"
msgstr "Knative エンドãƒã‚¤ãƒ³ãƒˆ:"
msgid "ClusterIntegration|Knative domain name was updated successfully."
-msgstr ""
+msgstr "Knativeドメインåを正常ã«æ›´æ–°ã—ã¾ã—ãŸã€‚"
msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
msgstr ""
@@ -3462,13 +4078,13 @@ msgstr "Kubernetes クラスター"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Kubernetes クラスターã®è©³ç´°"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "Kubernetes クラスターを Google Kubernetes Engine 上ã«ä½œæˆã—ã¦ã„ã¾ã™..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Kubernetes クラスターå"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3477,13 +4093,22 @@ msgstr "Kubernetes クラスター㯠Review Apps ã®ä½¿ç”¨ã€ã‚¢ãƒ—リケーシ
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Kubernetes クラスターã¯ã€ã“ã®ãƒ—ロジェクトã«ã‚¢ãƒ—リケーションã®ãƒ‡ãƒ—ロイや Review Apps ã®ç’°å¢ƒã‚’æä¾›ã™ã‚‹ã®ã«ä½¿ç”¨ã§ãã¾ã™ã€‚"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "%{help_link_start_machine_type}マシンタイプ%{help_link_end}ã¨%{help_link_start_pricing}価格%{help_link_end}ã®è©³ç´°ã€‚"
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "%{help_link_start}ゾーン%{help_link_end}ã®è©³ç´°ã€‚"
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3493,7 +4118,7 @@ msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
msgstr "グループ Kubernetes クラスターã®è©³ç´°"
msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
-msgstr ""
+msgstr "Kubernetes クラスタã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã®è©³ç´°"
msgid "ClusterIntegration|Let's Encrypt"
msgstr "Let's Encrypt"
@@ -3501,7 +4126,28 @@ msgstr "Let's Encrypt"
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr "キーペアをロード"
+
msgid "ClusterIntegration|Loading Regions"
+msgstr "リージョンã®ãƒ­ãƒ¼ãƒ‰ä¸­"
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr "VPC をロード"
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
msgstr ""
msgid "ClusterIntegration|Machine type"
@@ -3510,15 +4156,27 @@ msgstr "マシンタイプ"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "Kubernetes クラスター を作æˆã™ã‚‹ã«ã¯ã€ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã® %{link_to_requirements} を確èªã—ã¦ãã ã•ã„"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "%{link_gke} ã«ã‚¢ã‚¯ã‚»ã‚¹ã—㦠Kubernetes クラスターを管ç†"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
+msgstr "IAM ロールãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
msgstr ""
msgid "ClusterIntegration|No machine types matched your search"
msgstr "検索æ¡ä»¶ã«ä¸€è‡´ã™ã‚‹ãƒžã‚·ãƒ³ã‚¿ã‚¤ãƒ—ã¯ã‚ã‚Šã¾ã›ã‚“"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "プロジェクトãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
@@ -3528,6 +4186,15 @@ msgstr "検索æ¡ä»¶ã«ä¸€è‡´ã™ã‚‹ãƒ—ロジェクトã¯ã‚ã‚Šã¾ã›ã‚“"
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr "検索æ¡ä»¶ã«ä¸€è‡´ã™ã‚‹ã‚¾ãƒ¼ãƒ³ã¯ã‚ã‚Šã¾ã›ã‚“"
@@ -3535,7 +4202,7 @@ msgid "ClusterIntegration|Number of nodes"
msgstr "ノード数"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
-msgstr ""
+msgstr "ノード数ã¯æ•°å€¤ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
msgstr "Kubernetes クラスターã®ã‚¢ã‚¯ã‚»ã‚¹æƒ…報を入力ã—ã¦ãã ã•ã„。ä¸æ˜Žç‚¹ã¯ %{link_to_help_page} ã® Kubernetes ã®é …目をã”覧ãã ã•ã„。"
@@ -3559,16 +4226,19 @@ msgid "ClusterIntegration|Prometheus"
msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
+msgstr "Prometheus ã¯ã€ãƒ‡ãƒ—ロイã—ãŸã‚¢ãƒ—リケーションを監視ã™ã‚‹ãŸã‚ã®ã‚ªãƒ¼ãƒ—ンソース監視システムã§ã™ã€‚ %{gitlabIntegrationLink}"
+
+msgid "ClusterIntegration|Provision Role ARN"
msgstr ""
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "RBAC 有効クラスター"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Kubernetes クラスターã®çµ±åˆã«ã¤ã„ã¦ã¯ã€%{link_to_help_page} ã‚’ãŠèª­ã¿ãã ã•ã„。"
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
-msgstr ""
+msgstr "リージョン"
msgid "ClusterIntegration|Remove Kubernetes cluster integration"
msgstr "Kubernetes クラスターã®çµ±åˆã‚’削除"
@@ -3576,9 +4246,21 @@ msgstr "Kubernetes クラスターã®çµ±åˆã‚’削除"
msgid "ClusterIntegration|Remove integration"
msgstr "çµ±åˆã‚’削除"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "プロジェクトã‹ã‚‰ Kubernetes クラスターã®è¨­å®šã‚’削除ã—ã¾ã™ã€‚ãªãŠã€å®Ÿéš›ã® Kubernetes クラスターã¯å‰Šé™¤ã•ã‚Œã¾ã›ã‚“。"
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "å¿…è¦ã«å¿œã˜ã¦ã“れをã‚ãªãŸã®ãƒ›ã‚¹ãƒˆåã«ç½®ãæ›ãˆã¾ã™ã€‚ãã†ã™ã‚‹å ´åˆã€hostname ã¯ä¸Šã® Ingress IP アドレスを指ã—ã¾ã™ã€‚"
@@ -3586,32 +4268,77 @@ msgid "ClusterIntegration|Request to begin installing failed"
msgstr "インストール開始ã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "ClusterIntegration|Request to begin uninstalling failed"
-msgstr ""
-
-msgid "ClusterIntegration|Role name"
-msgstr ""
+msgstr "アンインストールã®é–‹å§‹è¦æ±‚ã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "ClusterIntegration|Save changes"
msgstr "変更をä¿å­˜"
msgid "ClusterIntegration|Search IAM Roles"
+msgstr "IAM ロールã®æ¤œç´¢"
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr "キーペアを検索"
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr "VPCを検索"
+
+msgid "ClusterIntegration|Search instance types"
msgstr ""
msgid "ClusterIntegration|Search machine types"
msgstr "マシンタイプã®æ¤œç´¢"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "プロジェクトã®æ¤œç´¢"
msgid "ClusterIntegration|Search regions"
+msgstr "リージョンã®æ¤œç´¢"
+
+msgid "ClusterIntegration|Search security groups"
+msgstr "セキュリティグループを検索"
+
+msgid "ClusterIntegration|Search subnets"
+msgstr "サブãƒãƒƒãƒˆã‚’検索"
+
+msgid "ClusterIntegration|Search subnetworks"
msgstr ""
msgid "ClusterIntegration|Search zones"
msgstr "ゾーンを検索"
+msgid "ClusterIntegration|Security group"
+msgstr "セキュリティグループ"
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "Kubernetes クラスターã®è©³ç´°ã‚’閲覧ã€ç·¨é›†ã™ã‚‹"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr "VPC ã‚’é¸æŠžã—ã¦ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£ã‚°ãƒ«ãƒ¼ãƒ—ã‚’é¸æŠž"
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr "VPC ã‚’é¸æŠžã—ã¦ã‚µãƒ–ãƒãƒƒãƒˆã‚’é¸æŠž"
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr "リージョンをé¸æŠžã—ã¦ã‚­ãƒ¼ãƒšã‚¢ã‚’é¸æŠž"
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr "リージョンをé¸æŠžã—ã¦VPCã‚’é¸æŠž"
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "マシンタイプをé¸æŠž"
@@ -3624,7 +4351,7 @@ msgstr "プロジェクトã¨ã‚¾ãƒ¼ãƒ³ã‚’é¸æŠžã—ã¦ãƒžã‚·ãƒ³ã‚¿ã‚¤ãƒ—ã‚’é¸æŠž
msgid "ClusterIntegration|Select project to choose zone"
msgstr "プロジェクトをé¸æŠžã—ã¦ã‚¾ãƒ¼ãƒ³ã‚’é¸æŠž"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3636,35 +4363,47 @@ msgstr "ゾーンをé¸æŠžã—ã¦ãƒžã‚·ãƒ³ã‚¿ã‚¤ãƒ—ã‚’é¸æŠž"
msgid "ClusterIntegration|Service Token"
msgstr "サービストークン"
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr "サービストークンãŒå¿…è¦ã§ã™ã€‚"
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "表示"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Google Kubernetes Engine 上㮠Kubernetes クラスターを作æˆä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "%{title} ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
-msgstr ""
+msgstr "%{title} ã®ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
-msgstr ""
+msgstr "Knativeドメインåã®æ›´æ–°ä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+msgstr "ドメインを指定ã™ã‚‹ã¨ã€Auto Review Apps 㨠Auto Deployステージを %{auto_devops_start}Auto DevOps%{auto_devops_end} ã«ä½¿ç”¨ã§ãã¾ã™ã€‚ドメインã«ã¯ãƒ‰ãƒ¡ã‚¤ãƒ³ã«ãƒžãƒƒãƒã™ã‚‹ãƒ¯ã‚¤ãƒ«ãƒ‰ã‚«ãƒ¼ãƒ‰DNSãŒè¨­å®šã•ã‚Œã¦ã„ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
+
+msgid "ClusterIntegration|Subnets"
+msgstr "サブãƒãƒƒãƒˆ"
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
-msgstr ""
+msgstr "クラスターã®èªè¨¼ã«ä½¿ç”¨ã•ã‚Œã‚‹Kubernetes証明書。"
msgid "ClusterIntegration|The URL used to access the Kubernetes API."
-msgstr ""
+msgstr "Kubernetes APIã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã«ä½¿ç”¨ã•ã‚Œã‚‹URL。"
msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
msgstr ""
@@ -3678,6 +4417,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3696,6 +4438,12 @@ msgstr "ã“ã®ã‚ªãƒ—ションを使用ã™ã‚‹ã¨ã€ã‚ãªãŸã¯ã‚¢ãƒ—リケーシ
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Kubernetes クラスターを切り替ãˆ"
@@ -3703,10 +4451,13 @@ msgid "ClusterIntegration|Uninstall %{appTitle}"
msgstr ""
msgid "ClusterIntegration|Update failed. Please check the logs and try again."
-msgstr ""
+msgstr "æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ログを確èªã—ã¦ã‚‚ã†ä¸€åº¦è©¦ã—ã¦ãã ã•ã„。"
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
-msgstr ""
+msgstr "ã“ã®ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼ã« Cloud Runã€Istioã€ãŠã‚ˆã³ HTTP Load Balancing アドオンを使用ã—ã¾ã™ã€‚"
+
+msgid "ClusterIntegration|VPC"
+msgstr "VPC"
msgid "ClusterIntegration|Validating project billing status"
msgstr "プロジェクトã®è«‹æ±‚ステータスを検証ã—ã¦ã„ã¾ã™"
@@ -3717,12 +4468,21 @@ msgstr "GCP 上ã®ãƒ—ロジェクトã®è¦æ±‚ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã‚‹ã“ã¨ã‚
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "ã“ã®ãƒ—ロジェクト㫠Kubernetes クラスターを関連付ã‘ã‚‹ã“ã¨ã§ã€Review Apps ã®ä½¿ç”¨ã€ã‚¢ãƒ—リケーションã®ãƒ‡ãƒ—ロイã€ãƒ‘イプラインã®å®Ÿè¡Œãªã©ã‚’ç°¡å˜ã«è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚"
-msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
+msgstr "クラスターã‹ã‚‰ %{appTitle} をアンインストールã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚"
+
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr "次ã®ã‚¢ãƒ—リケーションをインストールã™ã‚‹å‰ã«ã€Helm Tiller をインストールã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“"
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr "Knative をインストールã™ã‚‹ã«ã¯ã€RBAC 対応ã®ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼ãŒå¿…è¦ã§ã™ã€‚"
@@ -3730,6 +4490,9 @@ msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
msgstr "アカウント㫠%{link_to_kubernetes_engine} ãŒå¿…è¦ã§ã™ã€‚"
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
+msgstr "クラスターAPIã«åˆ°é”ã§ãã¾ã›ã‚“。API URLãŒæ­£ã—ã„ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。"
+
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Zone"
@@ -3741,11 +4504,8 @@ msgstr "Google Kubernetes Engineã«ã‚¢ã‚¯ã‚»ã‚¹"
msgid "ClusterIntegration|documentation"
msgstr "ドキュメント"
-msgid "ClusterIntegration|help page"
-msgstr "ヘルプ ページ"
-
msgid "ClusterIntegration|installed via %{installed_via}"
-msgstr ""
+msgstr "%{installed_via} ã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«"
msgid "ClusterIntegration|meets the requirements"
msgstr "å¿…è¦æ¡ä»¶"
@@ -3756,10 +4516,31 @@ msgstr "価格"
msgid "ClusterIntegration|sign up"
msgstr "æ–°è¦ç™»éŒ²"
+msgid "ClusterIntergation|Select a VPC"
+msgstr "VPCã‚’é¸æŠž"
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
+msgstr "リージョンã®é¸æŠž"
+
+msgid "ClusterIntergation|Select a security group"
+msgstr "セキュリティグループをé¸æŠž"
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr "サブãƒãƒƒãƒˆã‚’é¸æŠž"
+
+msgid "ClusterIntergation|Select a subnetwork"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr "キーペアをé¸æŠž"
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3768,6 +4549,12 @@ msgstr "コード"
msgid "Code Owners"
msgstr "コードオーナー"
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr "コードオーナーã®æ‰¿èªãŒå¿…è¦ã§ã™"
@@ -3780,6 +4567,24 @@ msgstr "パターン"
msgid "Cohorts"
msgstr "コホート"
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "折りãŸãŸã‚€"
@@ -3796,7 +4601,7 @@ msgid "ComboSearch is not defined"
msgstr "ComboSearch ãŒå®šç¾©ã•ã‚Œã¦ã„ã¾ã›ã‚“"
msgid "Command"
-msgstr ""
+msgstr "コマンド"
msgid "Command line instructions"
msgstr "コマンドライン命令"
@@ -3856,6 +4661,9 @@ msgstr "ç›´è¿‘30コミットã®æ‰€è¦æ™‚é–“(分)"
msgid "Commit message"
msgstr "コミットメッセージ"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "%{start_time} ã‹ã‚‰ %{end_time} ã¾ã§ã® %{ref} ブランãƒã®çµ±è¨ˆ"
@@ -3886,6 +4694,9 @@ msgstr "1ヶ月ã”ã¨ã®ã‚³ãƒŸãƒƒãƒˆæ•°"
msgid "Commits per weekday"
msgstr "週ã”ã¨ã®ã‚³ãƒŸãƒƒãƒˆæ•°"
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "マージリクエストデータã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -3907,6 +4718,9 @@ msgstr "コミット"
msgid "Company"
msgstr "会社"
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "比較"
@@ -3925,6 +4739,9 @@ msgstr "最後ã®ã‚³ãƒŸãƒƒãƒˆã¨å¤‰æ›´ã‚’比較"
msgid "Compare changes with the merge request target branch"
msgstr "マージリクエストã®ã‚¿ãƒ¼ã‚²ãƒƒãƒˆãƒ–ランãƒã¨ã®å¤‰æ›´ã‚’比較ã™ã‚‹"
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} 㨠%{target_branch} ã¯ä¸€è‡´ã—ã¾ã™ã€‚"
@@ -3943,6 +4760,9 @@ msgstr "比較ã™ã‚‹ã‚‚ã®ã¯ã‚ã‚Šã¾ã›ã‚“。"
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "éžå…¬é–‹"
@@ -3964,6 +4784,9 @@ msgstr "Let's Encryptを設定"
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "トレースã®æ§‹æˆ"
@@ -3979,8 +4802,14 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr "ウェブãŠã‚ˆã³APIリクエストã®åˆ¶é™ã‚’設定ã™ã‚‹ã€‚"
-msgid "Configure push mirrors."
-msgstr "プッシュミラーを構æˆã—ã¾ã™ã€‚"
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
msgid "Configure storage path settings."
msgstr "ストレージパス設定を構æˆã—ã¾ã™ã€‚"
@@ -3995,7 +4824,7 @@ msgid "Confirm"
msgstr "確èª"
msgid "Confirmation email sent to %{email}"
-msgstr ""
+msgstr "%{email} ã«ç¢ºèªãƒ¡ãƒ¼ãƒ«ã‚’ é€ä¿¡ã—ã¾ã—ãŸã€‚"
msgid "Confirmation required"
msgstr "確èªãŒå¿…è¦ã§ã™"
@@ -4015,15 +4844,24 @@ msgstr "GitHubã‹ã‚‰ãƒªãƒã‚¸ãƒˆãƒªã«æŽ¥ç¶š"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "外部リãƒã‚¸ãƒˆãƒªã«æŽ¥ç¶šã—ã¦ã€æ–°ã—ã„コミットãŒã‚ã‚‹ã¨CI/CDパイプラインを実行ã—ã¾ã™ã€‚CI/CDã®æ©Ÿèƒ½ãŒæœ‰åŠ¹ã§ã‚ã‚‹ã¨ãã®ã¿ã€GitLabプロジェクトã¯ä½œæˆã•ã‚Œã¾ã™ã€‚"
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr "接続ã—ã¦ã„ã¾ã™..."
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr "接続ã«å¤±æ•—ã—ã¾ã—ãŸ"
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4039,72 +4877,138 @@ msgstr "システム管ç†è€…ã«é€£çµ¡ã—ã¦ã€ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã‚’アップグレ
msgid "Container Registry"
msgstr "コンテナレジストリ"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr "コンテナレジストリã®ã‚¤ãƒ¡ãƒ¼ã‚¸"
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
+msgstr "Docker接続エラー"
+
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
-msgstr "最終更新日"
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "ã“ã®ã‚³ãƒ³ãƒ†ãƒŠã‚¤ãƒ¡ãƒ¼ã‚¸ã¯ã‚³ãƒ³ãƒ†ãƒŠãƒ¬ã‚¸ã‚¹ãƒˆãƒªã«ã‚¿ã‚°ãŒã‚ã‚Šã¾ã›ã‚“。"
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy:"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr "最終更新日"
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
+msgid "ContainerRegistry|Quick Start"
+msgstr "クイックスタート"
+
msgid "ContainerRegistry|Remove repository"
msgstr "リãƒã‚¸ãƒˆãƒªã®å‰Šé™¤"
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+
msgid "ContainerRegistry|Size"
msgstr "サイズ"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "ã‚¿ã‚°"
-msgid "ContainerRegistry|Tag ID"
-msgstr "ã‚¿ã‚°ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã«ã¯åˆ©ç”¨ã§ãるコンテナイメージãŒã‚ã‚Šã¾ã›ã‚“"
msgid "ContainerRegistry|There are no container images stored for this project"
+msgstr "ã“ã®ãƒ—ロジェクトã«ã¯ã‚³ãƒ³ãƒ†ãƒŠã‚¤ãƒ¡ãƒ¼ã‚¸ãŒä¿å­˜ã•ã‚Œã¦ã„ã¾ã›ã‚“"
+
+msgid "ContainerRegistry|This image has no active tags"
msgstr ""
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
-msgstr ""
+msgstr "ã‚ãªãŸã¯ <b>%{title}</b> リãƒã‚¸ãƒˆãƒªã‚’削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚確èªå¾Œã€ã“ã®ãƒªãƒã‚¸ãƒˆãƒªã¯å®Œå…¨ã«å‰Šé™¤ã•ã‚Œã¾ã™ã€‚"
msgid "ContainerRegistry|You can add an image to this registry with the following commands:"
msgstr ""
@@ -4136,6 +5040,42 @@ msgstr "貢献度分æž"
msgid "Contribution Charts"
msgstr "貢献ãƒãƒ£ãƒ¼ãƒˆ"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr "<strong>%{calendar_date}</strong>ã®è²¢çŒ®"
@@ -4145,18 +5085,6 @@ msgstr "グループメンãƒãƒ¼ã®è²¢çŒ®åº¦"
msgid "Contributors"
msgstr "貢献者"
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} – %{endDate}"
-
-msgid "ContributorsPage|Building repository graph."
-msgstr "リãƒã‚¸ãƒˆãƒªã‚°ãƒ©ãƒ•ã‚’構築ã—ã¦ã„ã¾ã™ã€‚"
-
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "%{branch_name} ã¸ã®ã‚³ãƒŸãƒƒãƒˆï¼ˆãƒžãƒ¼ã‚¸ã‚³ãƒŸãƒƒãƒˆã‚’除ãã€6,000コミットã¾ã§ï¼‰"
-
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "ã—ã°ã‚‰ããŠå¾…ã¡ãã ã•ã„ã€ã“ã®ãƒšãƒ¼ã‚¸ã¯æº–å‚™ãŒæ•´ã†ã¨è‡ªå‹•çš„ã«æ›´æ–°ã•ã‚Œã¾ã™ã€‚"
-
msgid "Control emails linked to your account"
msgstr ""
@@ -4166,16 +5094,19 @@ msgstr "サードパーティã®ã‚ªãƒ•ã‚¡ãƒ¼ã®è¡¨ç¤ºã‚’管ç†ã—ã¾ã™ã€‚"
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr "ã“ã®ã‚»ã‚«ãƒ³ãƒ€ãƒªãƒŽãƒ¼ãƒ‰ã®ãƒªãƒã‚¸ãƒˆãƒªãƒãƒƒã‚¯ãƒ•ã‚£ãƒ«ã®æœ€å¤§åŒæ™‚実行性を制御ã™ã‚‹"
-msgid "ConvDev Index"
-msgstr "ConvDev インデックス"
-
msgid "Cookie domain"
-msgstr ""
+msgstr "クッキーã®ãƒ‰ãƒ¡ã‚¤ãƒ³"
msgid "Copied"
-msgstr ""
+msgstr "コピーã—ã¾ã—ãŸ"
msgid "Copied labels and milestone from %{source_issuable_reference}."
+msgstr "ラベルã¨ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‚’ %{source_issuable_reference} ã‹ã‚‰ã‚³ãƒ”ーã—ã¾ã—ãŸã€‚"
+
+msgid "Copy"
+msgstr "コピー"
+
+msgid "Copy %{field}"
msgstr ""
msgid "Copy %{http_label} clone URL"
@@ -4184,11 +5115,17 @@ msgstr "%{http_label} クローン URL をコピー"
msgid "Copy %{protocol} clone URL"
msgstr "%{protocol} クローン URL をコピー"
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr "%{proxy_url} をコピー"
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
-msgstr "クリップボード㫠ID をコピー"
+msgid "Copy ID"
+msgstr "IDをコピー"
msgid "Copy KRB5 clone URL"
msgstr ""
@@ -4199,54 +5136,57 @@ msgstr "SSH 用クローン URL をコピー"
msgid "Copy SSH public key"
msgstr "SSH 公開éµã‚’コピー"
-msgid "Copy URL to clipboard"
-msgstr "クリップボードã«URLをコピー"
+msgid "Copy URL"
+msgstr "URL をコピー"
-msgid "Copy branch name to clipboard"
-msgstr "ブランãƒåをクリップボードã«ã‚³ãƒ”ー"
+msgid "Copy branch name"
+msgstr "ブランãƒåをコピー"
-msgid "Copy command to clipboard"
-msgstr "コマンドをクリップボードã«ã‚³ãƒ”ー"
+msgid "Copy command"
+msgstr "コピーコマンド"
-msgid "Copy commit SHA to clipboard"
-msgstr "コミットã®SHAをクリップボードã«ã‚³ãƒ”ー"
+msgid "Copy commands"
+msgstr "コピーコマンド"
-msgid "Copy file path to clipboard"
-msgstr "ファイルパスをクリップボードã«ã‚³ãƒ”ーã™ã‚‹"
+msgid "Copy commit SHA"
+msgstr "コミットã®SHAをコピー"
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
+msgstr "ファイルã®å†…容をコピー"
+
+msgid "Copy file path"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy impersonation token"
msgstr ""
+msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgstr "%{source_issuable_reference} ã‹ã‚‰ãƒ©ãƒ™ãƒ«ã¨ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‚’コピー。"
+
+msgid "Copy labels and milestone from other issue or merge request in this project"
+msgstr "ã“ã®ãƒ—ロジェクトã®ä»–ã®èª²é¡Œã¾ãŸã¯ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‹ã‚‰ãƒ©ãƒ™ãƒ«ã¨ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‚’コピーã™ã‚‹"
+
msgid "Copy link"
msgstr "リンクをコピー"
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
-msgstr "クリップボードã¸ã‚³ãƒ”ー"
-
-msgid "Copy secret to clipboard"
-msgstr "クリップボードã«ã‚·ãƒ¼ã‚¯ãƒ¬ãƒƒãƒˆã‚’コピー"
+msgid "Copy reference"
+msgstr "å‚ç…§ã®ã‚³ãƒ”ー"
-msgid "Copy source to clipboard"
-msgstr "ソースをクリップボードã«ã‚³ãƒ”ー"
-
-msgid "Copy to clipboard"
-msgstr "クリップボードã«ã‚³ãƒ”ー"
-
-msgid "Copy token to clipboard"
-msgstr "トークンをクリップボードã«ã‚³ãƒ”ーã—ã¾ã™"
+msgid "Copy secret"
+msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
msgstr ""
+msgid "Could not add admins as members"
+msgstr "管ç†è€…ã¯ãƒ¡ãƒ³ãƒãƒ¼ã¨ã—ã¦è¿½åŠ ã§ãã¾ã›ã‚“。"
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "ãƒãƒ£ãƒƒãƒˆã®ãƒ‹ãƒƒã‚¯ãƒãƒ¼ãƒ ã‚’承èªã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -4263,29 +5203,50 @@ msgid "Could not create Wiki Repository at this time. Please try again later."
msgstr ""
msgid "Could not create group"
+msgstr "グループを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ"
+
+msgid "Could not create issue"
msgstr ""
msgid "Could not create project"
+msgstr "プロジェクトを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ"
+
+msgid "Could not delete %{design}. Please try again."
msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "ãƒãƒ£ãƒƒãƒˆã®ãƒ‹ãƒƒã‚¯ãƒãƒ¼ãƒ  %{chat_name} を削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr "トリガーを除去ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr "ã‚«ãƒãƒ¬ãƒƒã‚¸"
@@ -4301,14 +5262,20 @@ msgstr "æ–°è¦ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã‚’作æˆ"
msgid "Create New Domain"
msgstr "æ–°ã—ã„ドメインを作æˆ"
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr "ã¯ã˜ã‚ã«GitLabアカウントを作æˆã—ã€ãã®å¾Œ %{label} ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«æŽ¥ç¶šã—ã¾ã™ã€‚"
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
msgid "Create a merge request"
-msgstr ""
+msgstr "マージリクエストを作æˆ"
msgid "Create a new branch"
msgstr "æ–°ã—ã„ブランãƒã‚’作æˆ"
@@ -4319,12 +5286,21 @@ msgstr ""
msgid "Create a new issue"
msgstr "課題ã®æ–°è¦ä½œæˆ"
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr "æ–°ã—ã„リãƒã‚¸ãƒˆãƒªã‚’作æˆ"
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "%{protocol} ã§ãƒ—ッシュやプルã™ã‚‹ãŸã‚ã®ã‚ãªãŸå€‹äººç”¨ã‚¢ã‚¯ã‚»ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã‚’作æˆ"
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr "課題を作æˆã™ã‚‹ã€‚課題ã¯ç™ºç”Ÿã—ãŸå„アラート毎ã«ä½œæˆã•ã‚Œã¾ã™ã€‚"
@@ -4332,7 +5308,7 @@ msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_e
msgstr ""
msgid "Create board"
-msgstr ""
+msgstr "ボードを作æˆ"
msgid "Create branch"
msgstr "ブランãƒä½œæˆ"
@@ -4341,10 +5317,10 @@ msgid "Create commit"
msgstr "コミットã®ä½œæˆ"
msgid "Create confidential merge request"
-msgstr ""
+msgstr "機密性ã®ã‚るマージリクエストを作æˆã™ã‚‹"
msgid "Create confidential merge request and branch"
-msgstr ""
+msgstr "機密性ã®ã‚るマージリクエストã¨ãƒ–ランãƒã‚’作æˆã™ã‚‹"
msgid "Create directory"
msgstr "ディレクトリを作æˆ"
@@ -4364,6 +5340,9 @@ msgstr "グループを作æˆ"
msgid "Create group label"
msgstr "グループラベルを作æˆ"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "ラベルã‹ã‚‰ãƒªã‚¹ãƒˆã‚’作æˆã€‚ãã®ãƒ©ãƒ™ãƒ«ã®èª²é¡ŒãŒãƒªã‚¹ãƒˆã«è¡¨ç¤ºã•ã‚Œã¾ã™ã€‚"
@@ -4377,7 +5356,7 @@ msgid "Create milestone"
msgstr "マイルストーンを作æˆ"
msgid "Create new board"
-msgstr ""
+msgstr "æ–°ã—ã„ボードを作æˆ"
msgid "Create new branch"
msgstr "æ–°ã—ã„ブランãƒã‚’作æˆ"
@@ -4398,7 +5377,7 @@ msgid "Create new..."
msgstr "æ–°è¦ä½œæˆ"
msgid "Create project"
-msgstr ""
+msgstr "プロジェクトを作æˆ"
msgid "Create project label"
msgstr "プロジェクトラベルを作æˆ"
@@ -4407,7 +5386,7 @@ msgid "Create your first page"
msgstr "最åˆã®ãƒšãƒ¼ã‚¸ã‚’作æˆã™ã‚‹"
msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
-msgstr ""
+msgstr "ã‚ãªãŸã¯ã€ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã«ã‚µãƒ–グループを作æˆã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“。"
msgid "CreateGroup|You don’t have permission to create groups."
msgstr "ã‚ãªãŸã¯ã€ã‚°ãƒ«ãƒ¼ãƒ—を作æˆã™ã‚‹æ¨©é™ã‚’ã‚‚ã£ã¦ã„ã¾ã›ã‚“。"
@@ -4424,9 +5403,18 @@ msgstr "作æˆæ¸ˆã¿"
msgid "Created At"
msgstr "作æˆæ—¥"
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4464,6 +5452,12 @@ msgid "Creating graphs uses the data from the Prometheus server. If this takes a
msgstr ""
msgid "Creation date"
+msgstr "作æˆæ—¥æ™‚"
+
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
msgstr ""
msgid "Cron Timezone"
@@ -4472,12 +5466,15 @@ msgstr "Cron ã®ã‚¿ã‚¤ãƒ ã‚¾ãƒ¼ãƒ³"
msgid "Cron syntax"
msgstr "Cron ã®æ§‹æ–‡"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr "ç¾åœ¨ã®ãƒ–ランãƒ"
+msgid "Current Plan"
+msgstr "ç¾åœ¨ã®ãƒ—ラン"
+
msgid "Current Project"
msgstr "ç¾åœ¨ã®ãƒ—ロジェクト"
@@ -4487,14 +5484,23 @@ msgstr "ç¾åœ¨ã®ãƒŽãƒ¼ãƒ‰"
msgid "Current password"
msgstr "ç¾åœ¨ã®ãƒ‘スワード"
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr "プロフィール"
msgid "CurrentUser|Settings"
msgstr "設定"
-msgid "Custom CI config path"
-msgstr "カスタム CI config パス"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "カスタムホストå (プライベートコミット用メールアドレス)"
@@ -4511,10 +5517,16 @@ msgstr "カスタムプロジェクトテンプレート"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr "カスタムプロジェクトテンプレートã¯ã€ã‚ãªãŸãŒãƒ¡ãƒ³ãƒãƒ¼ã«ãªã£ã¦ã„るグループã«ã¯è¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。ãれらã¯ã‚°ãƒ«ãƒ¼ãƒ—ã®è¨­å®šãƒšãƒ¼ã‚¸ã‹ã‚‰æœ‰åŠ¹ã«ãªã‚Šã¾ã™ã€‚グループã®ã‚ªãƒ¼ãƒŠãƒ¼ã¾ãŸã¯ãƒ¡ãƒ³ãƒ†ãƒŠãƒ¼ã«é€£çµ¡ã—ã¦ã€ã‚«ã‚¹ã‚¿ãƒ ãƒ—ロジェクトテンプレートを設定ã—ã¦ãã ã•ã„。"
-msgid "CustomCycleAnalytics|Add a stage"
+msgid "Custom range"
msgstr ""
+msgid "CustomCycleAnalytics|Add a stage"
+msgstr "ステージを追加"
+
msgid "CustomCycleAnalytics|Add stage"
+msgstr "ステージを追加"
+
+msgid "CustomCycleAnalytics|Editing stage"
msgstr ""
msgid "CustomCycleAnalytics|Enter a name for the stage"
@@ -4550,6 +5562,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "カスタムカラー"
@@ -4571,6 +5586,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "Runner トークンã«ã‚¢ã‚¯ã‚»ã‚¹ã—ã€ãƒ‘イプラインã®è¨­å®šã‚’カスタマイズã€ãã—ã¦ãƒ‘イプラインã®çŠ¶æ…‹ã¨ã‚«ãƒãƒ¬ãƒƒã‚¸ãƒ¬ãƒãƒ¼ãƒˆã‚’閲覧ã—ã¾ã™ã€‚"
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "サイクル分æž"
@@ -4580,15 +5598,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "サイクル分æžã«ã‚ˆã‚Šã€ã‚ãªãŸã®ãƒ—ロジェクトãŒã‚¢ã‚¤ãƒ‡ã‚£ã‚¢ã®æ®µéšŽã‹ã‚‰ãƒ—ロダクション環境ã«ãƒªãƒªãƒ¼ã‚¹ã•ã‚Œã‚‹ã¾ã§ã©ã‚Œãらã„時間ãŒã‹ã‹ã£ãŸã‹ä¿¯çž°ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4599,6 +5644,9 @@ msgid "CycleAnalyticsEvent|Merge request last build finish time"
msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
+msgstr "最後ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®ãƒ“ルド開始時刻"
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
msgstr ""
msgid "CycleAnalyticsEvent|Merge request merged"
@@ -4613,9 +5661,6 @@ msgstr "課題"
msgid "CycleAnalyticsStage|Plan"
msgstr "計画"
-msgid "CycleAnalyticsStage|Production"
-msgstr "プロダクション"
-
msgid "CycleAnalyticsStage|Review"
msgstr "レビュー"
@@ -4625,23 +5670,73 @@ msgstr "ステージング"
msgid "CycleAnalyticsStage|Test"
msgstr "テスト"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4678,6 +5773,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "データã¯ã¾ã è¨ˆç®—中ã§ã™..."
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr "日付é¸æŠž"
@@ -4696,6 +5794,9 @@ msgstr "æ°´"
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr "デãƒãƒƒã‚°"
@@ -4714,6 +5815,9 @@ msgstr "辞退ã—ã¦ã‚µã‚¤ãƒ³ã‚¢ã‚¦ãƒˆ"
msgid "Default Branch"
msgstr "デフォルトブランãƒ"
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr "デフォルトã®ã‚¢ãƒ¼ãƒ†ã‚£ãƒ•ã‚¡ã‚¯ãƒˆã®æœ‰åŠ¹æœŸé™"
@@ -4726,6 +5830,9 @@ msgstr ""
msgid "Default classification label"
msgstr "デフォルト分類ラベル"
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr "課題ã®ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®èª¬æ˜Žãƒ†ãƒ³ãƒ—レート"
@@ -4798,6 +5905,18 @@ msgstr "ライセンスを削除"
msgid "Delete list"
msgstr "リストを削除ã™ã‚‹"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr "ソースブランãƒã‚’削除"
@@ -4832,11 +5951,14 @@ msgid "Deleting the license failed."
msgstr "ライセンスã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
msgid "Deleting the license failed. The license was not found."
-msgstr ""
+msgstr "ライセンスã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ライセンスãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚"
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "ライセンスã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚ãªãŸã¯ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã®å‰Šé™¤ã‚’許å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。"
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4844,6 +5966,9 @@ msgid "Deny"
msgstr "æ‹’å¦"
msgid "Dependencies"
+msgstr "ä¾å­˜é–¢ä¿‚"
+
+msgid "Dependencies help page link"
msgstr ""
msgid "Dependencies|%d additional vulnerability not shown"
@@ -4861,10 +5986,10 @@ msgid "Dependencies|All"
msgstr ""
msgid "Dependencies|Component"
-msgstr ""
+msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆ"
msgid "Dependencies|Component name"
-msgstr ""
+msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆå"
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -4894,7 +6019,7 @@ msgid "Dependencies|Unsupported file(s) detected"
msgstr ""
msgid "Dependencies|Version"
-msgstr ""
+msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³"
msgid "Dependencies|Vulnerable components"
msgstr ""
@@ -4905,6 +6030,9 @@ msgstr "ä¾å­˜é–¢ä¿‚リスト"
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5004,11 +6132,11 @@ msgstr "レジストリイメージã¸ã®èª­ã¿å–り専用アクセスを許å¯
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "リãƒã‚¸ãƒˆãƒªã¸ã®èª­ã¿å–り専用アクセスを許å¯ã™ã‚‹"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "デプロイトークンをクリップボードã«ã‚³ãƒ”ーã™ã‚‹"
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "ユーザーåをクリップボードã«ã‚³ãƒ”ーã™ã‚‹"
+msgid "DeployTokens|Copy username"
+msgstr ""
msgid "DeployTokens|Create deploy token"
msgstr "デプロイトークンを作æˆ"
@@ -5070,21 +6198,42 @@ msgstr "æ–°ã—ã„プロジェクトデプロイトークンãŒä½œæˆã•ã‚Œã¾ã—
msgid "Deployed"
msgstr "デプロイ済ã¿"
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr "デプロイ先"
msgid "Deploying to"
msgstr "デプロイ先"
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr "éžå„ªå…ˆãƒ©ãƒ™ãƒ«"
msgid "Descending"
msgstr "é™é †"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "説明"
@@ -5101,6 +6250,15 @@ msgid "Descriptive label"
msgstr ""
msgid "Deselect all"
+msgstr "é¸æŠžã‚’ã™ã¹ã¦è§£é™¤"
+
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
msgstr ""
msgid "DesignManagement|%{current_design} of %{designs_count}"
@@ -5112,19 +6270,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5136,12 +6312,15 @@ msgstr "次ã®ãƒ‡ã‚¶ã‚¤ãƒ³ã¸"
msgid "DesignManagement|Go to previous design"
msgstr "å‰ã®ãƒ‡ã‚¶ã‚¤ãƒ³ã¸"
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5166,19 +6345,28 @@ msgstr "詳細 (デフォルト)"
msgid "Detect host keys"
msgstr "ホストキーã®æ¤œå‡º"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr "差分コンテンツã®åˆ¶é™"
msgid "Diff limits"
msgstr "Diff ã®åˆ¶é™"
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr "使用å¯èƒ½ãªãƒ•ã‚¡ã‚¤ãƒ«åãŒã‚ã‚Šã¾ã›ã‚“"
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5193,15 +6381,15 @@ msgstr "ディレクトリå"
msgid "Disable"
msgstr "無効"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "ã“ã®ãƒ—ロジェクトã§ã¯ç„¡åŠ¹ã«ã™ã‚‹"
msgid "Disable group Runners"
msgstr "グループ Runner を無効ã«ã™ã‚‹"
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr "共有 Runner を無効化"
@@ -5262,15 +6450,21 @@ msgstr ""
msgid "Discussion"
msgstr "検討"
-msgid "Dismiss"
-msgstr "解除"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
msgstr ""
+msgid "Dismiss"
+msgstr "解除"
+
msgid "Dismiss Cycle Analytics introduction box"
msgstr "サイクル分æžã®ç´¹ä»‹ã‚’é–‰ã˜ã‚‹"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr "マージリクエストã®æ˜‡æ ¼ã‚’å´ä¸‹ã—ã¾ã™"
@@ -5292,12 +6486,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "Google コードã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¨ãƒ¦ãƒ¼ã‚¶ãƒ¼åã‚’ GitLab ã«ã‚¤ãƒ³ãƒãƒ¼ãƒˆã™ã‚‹æ–¹æ³•ã‚’カスタマイズã—ã¾ã™ã‹ï¼Ÿ"
msgid "Dockerfile"
msgstr "Dockerfile"
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr "一般的㪠ID プロãƒã‚¤ãƒ€ã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ"
@@ -5310,6 +6513,9 @@ msgstr "ドメイン"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5325,6 +6531,12 @@ msgstr "完了"
msgid "Download"
msgstr "ダウンロード"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5338,6 +6550,9 @@ msgid "Download asset"
msgstr "アセットをダウンロード"
msgid "Download codes"
+msgstr "コードをダウンロード"
+
+msgid "Download evidence JSON"
msgstr ""
msgid "Download export"
@@ -5373,9 +6588,18 @@ msgstr "イマイãƒ"
msgid "Due date"
msgstr "期é™"
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "ã“ã®ãƒ—ロセスã®é€”中ã§ã€GitLab å´ã‹ã‚‰ã® URL ã‚’èžã‹ã‚Œã‚‹ã®ã§ã€æ¬¡ã® URL を使用ã—ã¦ãã ã•ã„。"
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr "å„ Runner ã¯æ¬¡ã®ã„ãšã‚Œã‹ã®çŠ¶æ…‹ã‚’ã¨ã‚Šã¾ã™:"
@@ -5394,6 +6618,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr "デプロイキーã®ç·¨é›†"
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr "ラベルã®ç·¨é›†"
@@ -5406,9 +6636,18 @@ msgstr "パスワードを編集"
msgid "Edit Pipeline Schedule %{id}"
msgstr "パイプラインスケジュール %{id} を編集"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr "スニペットを編集"
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr "アプリケーションã®ç·¨é›†"
@@ -5418,6 +6657,9 @@ msgstr ""
msgid "Edit comment"
msgstr "コメントを編集"
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5448,6 +6690,9 @@ msgstr "公開デプロイキーã®ç·¨é›†"
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5460,11 +6705,14 @@ msgstr ""
msgid "Elasticsearch"
msgstr "Elasticsearch"
-msgid "Elasticsearch indexing restrictions"
+msgid "Elasticsearch AWS IAM credentials"
msgstr ""
+msgid "Elasticsearch indexing restrictions"
+msgstr "Elasticsearchã®ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ä½œæˆã®åˆ¶é™"
+
msgid "Elasticsearch indexing started"
-msgstr ""
+msgstr "Elasticsearchã®ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ä½œæˆã‚’開始ã—ã¾ã—ãŸ"
msgid "Elasticsearch integration. Elasticsearch AWS IAM."
msgstr "Elasticsearch ã®çµ±åˆã€‚Elasticsearch AWS IAM。"
@@ -5473,7 +6721,7 @@ msgid "Elastic|None. Select namespaces to index."
msgstr "ãªã—。インデックスã«åå‰ç©ºé–“ã‚’é¸æŠžã—ã¦ãã ã•ã„"
msgid "Elastic|None. Select projects to index."
-msgstr ""
+msgstr "ãªã—。インデックスã™ã‚‹ãƒ—ロジェクトをé¸æŠžã—ã¦ãã ã•ã„"
msgid "Email"
msgstr "メール"
@@ -5484,6 +6732,9 @@ msgstr "メールアドレス"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr "パッãƒã‚’メールã™ã‚‹"
@@ -5542,7 +6793,7 @@ msgid "EmailsOnPushService|Emails separated by whitespace"
msgstr ""
msgid "EmailsOnPushService|Send from committer"
-msgstr ""
+msgstr "コミッターã‹ã‚‰é€ä¿¡ã™ã‚‹"
msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains})."
msgstr ""
@@ -5562,6 +6813,12 @@ msgstr "Auto DevOps を有効ã«ã™ã‚‹"
msgid "Enable HTML emails"
msgstr "HTML メールã®æœ‰åŠ¹åŒ–"
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "匿å化データã®åŽé›†ã‚’有効ã«ã—ã¾ã™"
@@ -5572,7 +6829,7 @@ msgid "Enable access to Grafana"
msgstr ""
msgid "Enable access to the Performance Bar for a given group."
-msgstr ""
+msgstr "指定グループã®ãƒ‘フォーマンスãƒãƒ¼ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’有効ã«ã™ã‚‹ã€‚"
msgid "Enable and configure Grafana."
msgstr ""
@@ -5605,11 +6862,14 @@ msgid "Enable mirror configuration"
msgstr "ミラー構æˆã‚’有効化"
msgid "Enable or disable the Pseudonymizer data collection."
-msgstr ""
+msgstr "匿å化データコレクション機能ã®æœ‰åŠ¹åŒ–ã¾ãŸã¯ç„¡åŠ¹åŒ–"
msgid "Enable or disable version check and usage ping."
msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãƒã‚§ãƒƒã‚¯ã¨ä½¿ç”¨çŠ¶æ³ã® ping を有効ã«ã™ã‚‹ã€‚"
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5647,7 +6907,7 @@ msgid "Enabling this will only make licensed EE features available to projects i
msgstr ""
msgid "End date"
-msgstr ""
+msgstr "終了日"
msgid "Ends at (UTC)"
msgstr "終了時刻 (UTC)"
@@ -5661,6 +6921,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5685,6 +6948,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr "課題ã®èª¬æ˜Žã‚’入力ã—ã¦ãã ã•ã„"
@@ -5703,9 +6969,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5718,6 +6981,15 @@ msgstr ""
msgid "Environment:"
msgstr "環境:"
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "環境"
@@ -5727,6 +6999,9 @@ msgstr "環境ダッシュボード"
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr "環境ã¯ã‚¢ãƒ—リケーションã®ãƒ‡ãƒ—ロイを追加ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ %{link_to_read_more}"
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "ダッシュボードã«ãƒ—ロジェクトを追加"
@@ -5742,12 +7017,21 @@ msgstr "ジョブ: %{job}"
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "環境をå–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -5766,6 +7050,12 @@ msgstr "環境ã®åœæ­¢ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "ã“ã®ç’°å¢ƒã‚’åœæ­¢ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "コミット"
@@ -5784,20 +7074,29 @@ msgstr "環境一覧"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "環境ã¨ã¯ã€staging ã‚„ production ã¨ã„ã£ãŸã‚³ãƒ¼ãƒ‰ã‚’デプロイã™ã‚‹å…ˆã§ã™ã€‚"
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "ジョブ"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr "環境ã®åœæ­¢ã«ã¤ã„ã¦"
msgid "Environments|New environment"
msgstr "æ–°ã—ã„環境"
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr "未デプロイ"
-msgid "Environments|No pod name has been specified"
-msgstr "pod åãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“"
+msgid "Environments|No pods to display"
+msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
msgstr "ã“ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã¯ç’°å¢ƒã‚’åœæ­¢ã™ã‚‹ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。ã—ã‹ã—ã€%{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} ファイルã§å®šç¾©ã•ã‚Œã¦ã„ã‚‹ã€ç’°å¢ƒåœæ­¢ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ä»¥å¤–ã«ã‚ˆã‚‹ã€ã‚らゆる既存ã®ãƒ‡ãƒ—ロイメントã«å½±éŸ¿ã‚’ %{emphasisStart}与ãˆã¾ã›ã‚“%{emphasisEnd}。"
@@ -5838,9 +7137,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "全件を表示"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "åœæ­¢"
@@ -5856,10 +7161,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5874,6 +7179,12 @@ msgstr "ä¿è­·æ¸ˆã¿"
msgid "Epic"
msgstr "エピック"
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr "エピック"
@@ -5889,11 +7200,8 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "エピックを使用ã™ã‚‹ã¨ã€ãƒ—ロジェクトã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã‚’より効率的ã‹ã¤å°‘ãªã„労力ã§ç®¡ç†ã§ãã¾ã™"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
-msgstr ""
+msgstr "エピックを追加"
msgid "Epics|Add an existing epic as a child epic."
msgstr ""
@@ -5908,7 +7216,7 @@ msgid "Epics|Create an epic within this group and add it as a child epic."
msgstr ""
msgid "Epics|Create new epic"
-msgstr ""
+msgstr "æ–°ã—ã„エピックを作æˆ"
msgid "Epics|How can I solve this?"
msgstr "ã©ã†ã™ã‚Œã°è§£æ±ºã§ãã¾ã™ã‹ï¼Ÿ"
@@ -5917,7 +7225,7 @@ msgid "Epics|More information"
msgstr "詳ã—ã„情報"
msgid "Epics|Remove epic"
-msgstr ""
+msgstr "エピックを削除"
msgid "Epics|Remove issue"
msgstr ""
@@ -5944,7 +7252,7 @@ msgid "Epics|Something went wrong while removing issue from epic."
msgstr ""
msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
-msgstr ""
+msgstr "ã“れらã®æ—¥ä»˜ã¯ã€ã‚ãªãŸã®ã‚¨ãƒ”ックãŒãƒ­ãƒ¼ãƒ‰ãƒžãƒƒãƒ—ã«ã©ã®ã‚ˆã†ã«è¡¨ç¤ºã•ã‚Œã‚‹ã‹ã«å½±éŸ¿ã—ã¾ã™ã€‚マイルストーンã®æ—¥ä»˜ã¯ã€ã‚¨ãƒ”ックã®èª²é¡Œã«å‰²ã‚Šå½“ã¦ã‚‰ã‚ŒãŸãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã«ç”±æ¥ã—ã¾ã™ã€‚日付を修正ã™ã‚‹ã“ã¨ã‚‚ã€å®Œå…¨ã«å‰Šé™¤ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚"
msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?"
msgstr ""
@@ -5961,20 +7269,20 @@ msgstr "開始"
msgid "Error"
msgstr "エラー"
+msgid "Error Details"
+msgstr ""
+
msgid "Error Tracking"
msgstr "エラートラッキング"
-msgid "Error creating a new path"
-msgstr "æ–°ã—ã„パスã®ä½œæˆã‚¨ãƒ©ãƒ¼"
-
msgid "Error creating epic"
msgstr "エピックã®ä½œæˆä¸­ã«ã‚¨ãƒ©ãƒ¼"
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
-msgstr "貢献者データã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6009,6 +7317,9 @@ msgstr "ブランãƒã®ãƒ­ãƒ¼ãƒ‰ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr "ファイルビューワーã®èª­ã¿è¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
@@ -6022,7 +7333,7 @@ msgid "Error loading merge requests."
msgstr "マージリクエストをロード中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "Error loading milestone tab"
-msgstr ""
+msgstr "マイルストーンタブã®ãƒ­ãƒ¼ãƒ‰ã‚¨ãƒ©ãƒ¼"
msgid "Error loading project data. Please try again."
msgstr "プロジェクトデータã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -6048,21 +7359,30 @@ msgstr "通知購読ã®åˆ‡ã‚Šæ›¿ãˆã§ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "Error occurred while updating the issue weight"
msgstr ""
-msgid "Error occurred. User was not blocked"
+msgid "Error occurred. A blocked user cannot be deactivated"
msgstr ""
-msgid "Error occurred. User was not confirmed"
+msgid "Error occurred. A blocked user must be unblocked to be activated"
msgstr ""
+msgid "Error occurred. User was not blocked"
+msgstr "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ユーザーã¯ãƒ–ロックã•ã‚Œã¾ã›ã‚“ã§ã—ãŸ"
+
+msgid "Error occurred. User was not confirmed"
+msgstr "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ユーザーã¯ç¢ºèªã•ã‚Œã¾ã›ã‚“ã§ã—ãŸ"
+
msgid "Error occurred. User was not unblocked"
-msgstr ""
+msgstr "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ユーザーã¯ãƒ–ロック解除ã•ã‚Œã¾ã›ã‚“ã§ã—ãŸ"
msgid "Error occurred. User was not unlocked"
-msgstr ""
+msgstr "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ユーザーã¯ãƒ­ãƒƒã‚¯è§£é™¤ã•ã‚Œã¾ã›ã‚“ã§ã—ãŸ"
msgid "Error rendering markdown preview"
msgstr "Markdownプレビューã®ãƒ¬ãƒ³ãƒ€ãƒªãƒ³ã‚°ã‚¨ãƒ©ãƒ¼"
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "ラベルã®æ›´æ–°ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -6096,9 +7416,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr "エラー:"
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6114,7 +7431,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr "接続ã«å¤±æ•—ã—ã¾ã—ãŸã€‚èªè¨¼ãƒˆãƒ¼ã‚¯ãƒ³ã‚’å†ç¢ºèªã—ã¦ã€ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6132,12 +7449,18 @@ msgstr "エラー"
msgid "Estimated"
msgstr "見ç©"
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "ã™ã¹ã¦"
msgid "EventFilterBy|Filter by comments"
msgstr "コメントã§ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "課題イベントã§ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼"
@@ -6156,12 +7479,27 @@ msgstr "イベント"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "毎日 (åˆå‰4:00)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "毎月 (1æ—¥ã®åˆå‰4:00)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "毎週 (日曜日ã®åˆå‰4:00)"
@@ -6192,18 +7530,27 @@ msgstr "Jekyll を使ã£ã¦ GitLab Pages サイトを作æˆã™ã‚‹ãŸã‚ã«å¿…è¦
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr "プレーンHTML を使ã£ã¦ GitLab Pages サイトを作æˆã™ã‚‹ãŸã‚ã«å¿…è¦ãªã‚‚ã®ã™ã¹ã¦ã€‚"
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr "除外ãƒãƒªã‚·ãƒ¼:"
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr "既存ã®ãƒ¡ãƒ³ãƒãƒ¼ã¨ã‚°ãƒ«ãƒ¼ãƒ—"
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "展開"
@@ -6225,9 +7572,15 @@ msgstr "サイドãƒãƒ¼ã‚’é–‹ã"
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr "有効期é™"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6247,13 +7600,13 @@ msgid "Explain the problem. If appropriate, provide a link to the relevant issue
msgstr "å•é¡Œã‚’説明ã—ã¦ãã ã•ã„。必è¦ã«å¿œã˜ã¦ã€è©²å½“ã™ã‚‹èª²é¡Œã¾ãŸã¯ã‚³ãƒ¡ãƒ³ãƒˆã¸ã®ãƒªãƒ³ã‚¯ã‚’æä¾›ã—ã¦ãã ã•ã„。"
msgid "Explore"
-msgstr ""
+msgstr "探索"
msgid "Explore GitLab"
-msgstr ""
+msgstr "GitLab を探索"
msgid "Explore Groups"
-msgstr ""
+msgstr "グループを探索"
msgid "Explore groups"
msgstr "グループを探索"
@@ -6279,6 +7632,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr "外部分類èªè¨¼ãƒãƒªã‚·ãƒ¼"
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr "外部 URL"
@@ -6348,15 +7704,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "オーナーを変更ã§ãã¾ã›ã‚“ã§ã—ãŸ"
msgid "Failed to check related branches."
msgstr "関連ã™ã‚‹ãƒ–ランãƒã®ç¢ºèªã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6375,6 +7737,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6384,6 +7749,9 @@ msgstr "インストールã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
msgid "Failed to load emoji list."
msgstr "絵文字リストã®ãƒ­ãƒ¼ãƒ‰ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6393,6 +7761,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6435,9 +7806,6 @@ msgstr "ユーザーキーを削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
msgid "Failed to reset key. Please try again."
msgstr "キーをリセットã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦ã—下ã•ã„。"
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6462,6 +7830,9 @@ msgstr "ブランãƒã®æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "課題ã®æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -6469,7 +7840,7 @@ msgid "Failed to update tag!"
msgstr "ã‚¿ã‚°ã®æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "Failed to update."
-msgstr ""
+msgstr "æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
msgid "Failed to upgrade."
msgstr ""
@@ -6489,6 +7860,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr "Faviconã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
@@ -6513,17 +7887,11 @@ msgstr "API URL"
msgid "FeatureFlags|Active"
msgstr "アクティブ"
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
-msgstr ""
+msgstr "設定"
msgid "FeatureFlags|Configure feature flags"
msgstr "機能フラグを設定"
@@ -6543,9 +7911,6 @@ msgstr "説明"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "機能フラグを編集"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6570,12 +7935,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr "無効"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6621,15 +7992,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr "ステータス"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr "ターゲット環境"
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6640,7 +8005,7 @@ msgid "FeatureFlags|There was an error fetching the feature flags."
msgstr ""
msgid "FeatureFlags|Try again in a few moments or contact your support team."
-msgstr ""
+msgstr "ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰ã‚‚ã†ä¸€åº¦è©¦ã™ã‹ã€ã‚µãƒãƒ¼ãƒˆãƒãƒ¼ãƒ ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
msgid "FeatureFlags|User IDs"
msgstr ""
@@ -6667,6 +8032,12 @@ msgid "File"
msgid_plural "Files"
msgstr[0] "ファイル"
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr "ファイルã®è¿½åŠ "
@@ -6676,12 +8047,18 @@ msgstr "ファイルブラウザー"
msgid "File deleted"
msgstr "ファイルを削除ã—ã¾ã—ãŸ"
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr "ファイルを移動ã—ã¾ã—ãŸã€‚"
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "ファイルテンプレート"
@@ -6715,9 +8092,18 @@ msgstr "コミットメッセージã§çµžã‚Šè¾¼ã¿"
msgid "Filter by milestone name"
msgstr "マイルストーンåã§çµžã‚Šè¾¼ã‚€"
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr "2è¦ç´ èªè¨¼ã§çµžã‚Šè¾¼ã¿"
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr "グループã§çµžã‚Šè¾¼ã¿"
@@ -6748,9 +8134,6 @@ msgstr ""
msgid "Fingerprint"
msgstr "フィンガープリント"
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr "フィンガープリント"
@@ -6766,12 +8149,21 @@ msgstr ""
msgid "Finished"
msgstr "完了"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr "一週間ã®é–‹å§‹æ›œæ—¥"
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6805,6 +8197,9 @@ msgstr "FogBugz ã® URL"
msgid "FogBugz import"
msgstr "FogBugz ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "Google コードã®ãƒ—ロジェクトデータをエクスãƒãƒ¼ãƒˆã™ã‚‹ã«ã¯ã€ä»¥ä¸‹ã®æ‰‹é †ã«å¾“ã£ã¦ãã ã•ã„。"
@@ -6826,6 +8221,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr "詳細ã«ã¤ã„ã¦ã¯ %{deactivating_usage_ping_link_start}ping ã®ä½¿ç”¨ã®ç„¡åŠ¹åŒ–%{deactivating_usage_ping_link_end} ã«ã¤ã„ã¦ã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆã‚’å‚ç…§ã—ã¦ãã ã•ã„"
@@ -6836,7 +8234,7 @@ msgid "For public projects, anyone can view pipelines and access job details (ou
msgstr ""
msgid "Forgot your password?"
-msgstr ""
+msgstr "パスワードを忘れã¾ã—ãŸã‹ï¼Ÿ"
msgid "Fork"
msgstr "フォーク"
@@ -6847,11 +8245,14 @@ msgstr "フォークエラー"
msgid "Fork project"
msgstr "プロジェクトをフォーク"
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "フォーク元"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "%{project_name} ã‹ã‚‰ãƒ•ã‚©ãƒ¼ã‚¯ (削除済)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "フォーク中ã§ã™"
@@ -6865,6 +8266,9 @@ msgstr "フォーク"
msgid "Format"
msgstr "フォーマット"
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6875,11 +8279,14 @@ msgid "Found errors in your .gitlab-ci.yml:"
msgstr ".gitlab-ci.yml ã«ã‚¨ãƒ©ãƒ¼ãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸ:"
msgid "Free Trial"
-msgstr ""
+msgstr "無料トライアル"
msgid "Free Trial of GitLab.com Gold"
msgstr "GitLab.com Gold プランã®ç„¡å„Ÿè©¦ç”¨"
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr "金曜日"
@@ -6889,6 +8296,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr "Bitbucket ã‹ã‚‰"
@@ -6910,9 +8320,6 @@ msgstr "課題ãŒç™»éŒ²ã•ã‚Œã¦ã‹ã‚‰ãƒ—ロダクションã«ãƒ‡ãƒ—ロイã•ã‚Œ
msgid "From merge request merge until deploy to production"
msgstr "マージリクエストãŒãƒžãƒ¼ã‚¸ã•ã‚Œã¦ã‹ã‚‰ãƒ—ロダクションã«ãƒ‡ãƒ—ロイã•ã‚Œã‚‹ã¾ã§"
-msgid "From milestones:"
-msgstr "マイルストーンã‹ã‚‰:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "Kubernetes クラスターã®è©³ç´°ç”»é¢ã‚’介ã—ã¦ã€ã‚¢ãƒ—リケーションリストã‹ã‚‰ Runner をインストールã—ã¾ã™ã€‚"
@@ -6955,9 +8362,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "Geo ノード"
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "Geo ã¯ã€GitLab インスタンスを他ã®åœ°ç†çš„ãªå ´æ‰€ã«è¤‡è£½ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
@@ -6970,15 +8389,24 @@ msgstr "ノードãŒæ•…éšœã—ã¦ã„ã‚‹ã‹å£Šã‚Œã¦ã„ã¾ã™ã€‚"
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "ノードãŒé…延ã€éŽè² è·ãŒã‹ã‹ã£ã¦ã„ã‚‹ã€ã¾ãŸã¯åœæ­¢ã‹ã‚‰ã®å›žå¾©ç›´å¾Œã§ã™ã€‚"
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr "ãƒã‚§ãƒƒã‚¯ã‚µãƒ "
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "データ㯠%{timeago} ã‹ã‚‰å¤ããªã£ã¦ã„ã¾ã™"
msgid "GeoNodes|Data replication lag"
msgstr "データ レプリケーションã®é…延"
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "プライマリストレージ構æˆã¨ä¸€è‡´ã—ã¾ã›ã‚“"
@@ -7000,6 +8428,12 @@ msgstr "稼動状æ³"
msgid "GeoNodes|Internal URL"
msgstr "内部 URL"
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "カーソルã§å‡¦ç†ã•ã‚ŒãŸæœ€çµ‚イベント ID"
@@ -7021,24 +8455,15 @@ msgstr "Wiki ã®æ¤œè¨¼ã®è©³ç´°"
msgid "GeoNodes|Loading nodes"
msgstr "ノードã®èª­ã¿è¾¼ã¿ä¸­"
-msgid "GeoNodes|Local LFS objects"
-msgstr "ローカル㮠LFS オブジェクト"
-
-msgid "GeoNodes|Local attachments"
-msgstr "ローカルã®æ·»ä»˜ãƒ•ã‚¡ã‚¤ãƒ«"
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr "ローカルジョブã®ã‚¢ãƒ¼ãƒ†ã‚£ãƒ•ã‚¡ã‚¯ãƒˆ"
-
msgid "GeoNodes|New node"
msgstr "æ–°è¦ãƒŽãƒ¼ãƒ‰"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "èªè¨¼ãƒŽãƒ¼ãƒ‰ã®ä¿®å¾©ã«æˆåŠŸã—ã¾ã—ãŸã€‚"
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "ノードã®å‰Šé™¤ã«æˆåŠŸã—ã¾ã—ãŸã€‚"
@@ -7048,13 +8473,13 @@ msgstr "ãƒã‚§ãƒƒã‚¯ã‚µãƒ ãªã—"
msgid "GeoNodes|Out of sync"
msgstr "åŒæœŸå¯¾è±¡å¤–"
-msgid "GeoNodes|Pausing replication stops the sync process."
-msgstr "レプリケーションを一時åœæ­¢ã™ã‚‹ã¨ã€åŒæœŸãƒ—ロセスãŒåœæ­¢ã—ã¾ã™ã€‚"
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7363,6 +8788,9 @@ msgstr "エラー追跡を開始"
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr "リリースã®é–‹å§‹"
@@ -7396,21 +8824,24 @@ msgstr "Git ãƒãƒ¼ã‚¸ãƒ§ãƒ³"
msgid "GitHub import"
msgstr "GitHub インãƒãƒ¼ãƒˆ"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "GitLab CI Linter ãŒç§»å‹•ã—ã¾ã—ãŸ"
msgid "GitLab Enterprise Edition %{plan}"
msgstr "GitLab エンタープライズエディション %{plan}"
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "GitLab グループ Runner ã¯ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—内ã®å…¨ã¦ã®ãƒ—ロジェクトã®ã‚³ãƒ¼ãƒ‰ã‚’実行ã§ãã¾ã™ã€‚"
msgid "GitLab Import"
msgstr "GitLab インãƒãƒ¼ãƒˆ"
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7420,6 +8851,9 @@ msgstr "GitLab ユーザー"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7441,12 +8875,102 @@ msgstr "変更をé©ç”¨ã™ã‚‹ã«ã¯ GitLab ã®å†èµ·å‹•ãŒå¿…è¦ã§ã™"
msgid "GitLab single sign on URL"
msgstr "GitLab シングルサインオン㮠URL"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr "GitLab.com インãƒãƒ¼ãƒˆ"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr "最åˆã®ãƒ‡ãƒ—ロイ後ã€ã‚µã‚¤ãƒˆãŒåˆ©ç”¨å¯èƒ½ã«ãªã‚‹ã¾ã§ã«æœ€å¤§ã§30分ã‹ã‹ã‚‹å ´åˆãŒã‚ã‚Šã¾ã™ã€‚"
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7471,6 +8995,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr "%{time_ago} ã«ã‚¢ã‚¯ã‚»ã‚¹è¨±å¯"
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7597,13 +9124,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr "Google コードã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
msgid "Google Takeout"
msgstr "Google テイクアウト"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7615,6 +9145,27 @@ msgstr "入手ã—ã¾ã—ょã†ï¼"
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr "アクセス許å¯"
@@ -7642,12 +9193,18 @@ msgstr "CI/CD グループ設定"
msgid "Group Git LFS status:"
msgstr "グループ Git LFS ã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹:"
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr "グループ ID"
msgid "Group ID: %{group_id}"
msgstr "グループID:%{group_id}"
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "グループ Runner"
@@ -7669,21 +9226,42 @@ msgstr "グループã®èª¬æ˜Ž(ä»»æ„)"
msgid "Group details"
msgstr "グループã®è©³ç´°"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "グループ情報:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "グループ Maintainer 㯠%{link} ã§ã‚°ãƒ«ãƒ¼ãƒ— Runner を登録ã§ãã¾ã™ã€‚"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "グループå"
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr "グループ概è¦ã‚³ãƒ³ãƒ†ãƒ³ãƒ„"
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7726,6 +9304,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7747,6 +9328,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr "アイデンティティプロãƒã‚¤ãƒ€ã®ã‚·ãƒ³ã‚°ãƒ«ã‚µã‚¤ãƒ³ã‚ªãƒ³ URL"
@@ -7756,9 +9340,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr "SAML シングルサインオン"
@@ -7786,21 +9385,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr "グループ管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’有効ã«ã™ã‚‹ã¨ã€ã‚°ãƒ«ãƒ¼ãƒ—管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’æŒãŸãªã„ã™ã¹ã¦ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‹ã‚‰é™¤å¤–ã•ã‚Œã¾ã™ã€‚"
msgid "GroupSAML|Your SCIM token"
msgstr "SCIMトークン"
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr "ãƒãƒƒã‚¸"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr "カスタムプロジェクトテンプレート"
@@ -7813,6 +9433,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr "ãƒãƒƒã‚¸ã®è©³ç´°ã€‚"
@@ -7822,6 +9448,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "%{group} 内ã®ãƒ—ロジェクトを他ã®ã‚°ãƒ«ãƒ¼ãƒ—ã¨å…±æœ‰ã—ãªã„よã†ã«ã™ã‚‹"
@@ -7834,6 +9466,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "ã“ã®è¨­å®šã¯ %{ancestor_group} ã«é©ç”¨ã•ã‚Œã€ã‚µãƒ–グループã§ä¸Šæ›¸ãã•ã‚Œã¾ã™ã€‚"
@@ -7849,9 +9484,24 @@ msgstr "ã“ã®è¨­å®šã¯ã‚°ãƒ«ãƒ¼ãƒ—オーナーã«ã‚ˆã£ã¦ä¸Šæ›¸ãã•ã‚Œãªã„
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "親グループã®ã€Œã‚°ãƒ«ãƒ¼ãƒ—ã¨ã®ãƒ­ãƒƒã‚¯ã‚’共有ã€ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã‚‹å ´åˆã€è¦ªã‚°ãƒ«ãƒ¼ãƒ—ã®ã‚ªãƒ¼ãƒŠãƒ¼ä»¥å¤–ã¯ç„¡åŠ¹ã«ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "グループã®ãƒ­ãƒƒã‚¯ã‚’ %{ancestor_group_name} ã®å…±æœ‰ã‹ã‚‰å‰Šé™¤"
@@ -7864,6 +9514,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "グループã¯ã€%{subgroup_docs_link_start}サブグループ%{subgroup_docs_link_end}を作æˆã™ã‚‹ã“ã¨ã§ãƒã‚¹ãƒˆã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚"
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr "<strong>%{project_name}</strong>ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ã‚’æŒã¤ã‚°ãƒ«ãƒ¼ãƒ—"
@@ -7930,9 +9583,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr "åå‰ã§æ¤œç´¢"
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr "ユーザーã«ãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡"
@@ -7978,6 +9637,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr "アーカイブã—ãŸãƒ—ロジェクトをéžè¡¨ç¤ºã«"
@@ -8009,6 +9677,12 @@ msgstr[0] "éžè¡¨ç¤º"
msgid "Hide values"
msgstr "éžè¡¨ç¤º"
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8019,7 +9693,7 @@ msgid "History"
msgstr "履歴"
msgid "History of authentications"
-msgstr ""
+msgstr "èªè¨¼å±¥æ­´"
msgid "Hook execution failed. Ensure the group has a project with commits."
msgstr ""
@@ -8030,9 +9704,6 @@ msgstr "フックã¯æ­£å¸¸ã«ä½œæˆã•ã‚Œã¾ã—ãŸã€‚"
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr "ãƒã‚¦ã‚¹ã‚­ãƒ¼ãƒ”ング"
@@ -8045,12 +9716,18 @@ msgstr "ãƒã‚¦ã‚¹ã‚­ãƒ¼ãƒ”ングã€ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã€ãƒ‘スã€è»¢é€ã€å‰Šé™¤
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "ã—ã‹ã—ã€ã‚ãªãŸã¯ã™ã§ã«ã“ã® %{member_source} ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã™ã€‚招待をå—ã‘入れるã«ã¯ã€åˆ¥ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’使用ã—ã¦ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã—ã¦ãã ã•ã„。"
@@ -8064,9 +9741,9 @@ msgid "I accept the|Terms of Service and Privacy Policy"
msgstr "利用è¦ç´„ã¨ãƒ—ライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼"
msgid "I forgot my password"
-msgstr ""
+msgstr "パスワードを忘れã¾ã—ãŸ"
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8129,6 +9806,9 @@ msgstr ""
msgid "Identifier"
msgstr "識別å­"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "ID"
@@ -8144,8 +9824,8 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
-msgstr "無効ã«ã™ã‚‹ã¨ã€ç®¡ç†è€…ã ã‘ãŒãƒ—ロジェクトã«ãƒŸãƒ©ãƒ¼ã‚’設定ã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚"
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
msgstr ""
@@ -8165,12 +9845,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr "GitHub を使用ã—ã¦ã„ã‚‹å ´åˆã€GitHub 上ã®ã‚³ãƒŸãƒƒãƒˆã‚„プルリクエストã‹ã‚‰ãƒ‘イプラインã®çŠ¶æ…‹ã‚’確èªã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚%{more_info_link}"
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -8315,9 +10013,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr "インシデント"
@@ -8366,6 +10070,9 @@ msgstr "SSH éµã‚’アップロードã—ã¦ã„ãªã„ユーザーã«ã€è¿½åŠ ã•ã‚
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr "インライン"
@@ -8396,7 +10103,7 @@ msgstr "GitLab Runner ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«"
msgid "Install Runner on Kubernetes"
msgstr "Kubernetes 㫠Runner をインストール"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8412,9 +10119,6 @@ msgid "Instance"
msgid_plural "Instances"
msgstr[0] "インスタンス"
-msgid "Instance Statistics"
-msgstr "インスタンス統計"
-
msgid "Instance Statistics visibility"
msgstr "インスタンス統計ã®å¯è¦–性"
@@ -8454,23 +10158,29 @@ msgstr "é–“éš”ã®ãƒ‘ターン"
msgid "Introducing Cycle Analytics"
msgstr "サイクル分æžã®ã”紹介"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
msgstr ""
msgid "Invalid Login or password"
-msgstr ""
+msgstr "ログインIDã¾ãŸã¯ãƒ‘スワードãŒç„¡åŠ¹ã§ã™ã€‚"
msgid "Invalid URL"
-msgstr ""
+msgstr "無効㪠URL"
msgid "Invalid date"
+msgstr "無効ãªæ—¥ä»˜"
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
msgstr ""
msgid "Invalid feature"
-msgstr ""
+msgstr "無効ãªæ©Ÿèƒ½"
msgid "Invalid field"
msgstr "無効ãªé …ç›®"
@@ -8484,20 +10194,26 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr "入力ãŒç„¡åŠ¹ã§ã™ã€‚絵文字をå«ã‚ãªã„ã§ãã ã•ã„"
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
msgid "Invalid query"
-msgstr ""
+msgstr "無効ãªã‚¯ã‚¨ãƒªãƒ¼"
msgid "Invalid repository path"
msgstr ""
msgid "Invalid server response"
+msgstr "無効ãªã‚µãƒ¼ãƒãƒ¼å¿œç­”"
+
+msgid "Invalid start or end time format"
msgstr ""
msgid "Invalid two-factor code."
-msgstr ""
+msgstr "無効ãªäºŒæ®µéšŽèªè¨¼ã‚³ãƒ¼ãƒ‰ã§ã™ã€‚"
msgid "Invitation"
msgstr "招待状"
@@ -8506,7 +10222,7 @@ msgid "Invite"
msgstr "招待"
msgid "Invite \"%{trimmed}\" by email"
-msgstr ""
+msgstr "メール㧠\"%{trimmed}\" を招待"
msgid "Invite group"
msgstr "グループã«æ‹›å¾…ã™ã‚‹"
@@ -8517,11 +10233,20 @@ msgstr "メンãƒãƒ¼ã‚’招待ã™ã‚‹"
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
msgid "IssuableStatus|Closed"
-msgstr ""
+msgstr "完了"
msgid "IssuableStatus|Closed (%{link})"
msgstr ""
@@ -8532,20 +10257,29 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr "課題"
-msgid "Issue Boards"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Boards"
+msgstr "課題ボード"
+
msgid "Issue board focus mode"
msgstr "課題ボード フォーカス モード"
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "課題イベント"
msgid "Issue template (optional)"
-msgstr ""
+msgstr "課題テンプレート(オプション)"
msgid "Issue update failed"
msgstr ""
@@ -8553,6 +10287,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "ボード"
@@ -8601,6 +10338,9 @@ msgstr "課題ã¨ã¯ãƒã‚°ã€ã‚¿ã‚¹ã‚¯ã€ã¾ãŸã¯è­°è«–ã®å¿…è¦ãªã‚¢ã‚¤ãƒ‡ã‚¢
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8634,7 +10374,7 @@ msgstr "検索を拡大ã™ã‚‹ã«ã¯ã€ä¸Šè¨˜ã®ãƒ•ã‚£ãƒ«ã‚¿ãƒãƒ¼ã§ãƒ•ã‚£ãƒ«ã‚¿
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8721,7 +10461,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr "ジョブãŒæºœã¾ã£ã¦ã„ã¾ã™ã€‚Runner を確èªã—ã¦ãã ã•ã„。"
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8808,6 +10554,9 @@ msgstr "6月"
msgid "June"
msgstr "6月"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr "キー (PEM)"
@@ -8820,6 +10569,9 @@ msgstr ""
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr "Kubernetes クラスター"
@@ -8829,8 +10581,8 @@ msgstr "Kubernetes クラスター"
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "Kubernetes クラスターã®ä½œæˆä¸­ã«ã‚¿ã‚¤ãƒ ã‚¢ã‚¦ãƒˆã—ã¾ã—ãŸ:%{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "Kubernetes クラスターã®çµ±åˆã¯å‰Šé™¤ã•ã‚Œã¾ã›ã‚“ã§ã—ãŸã€‚"
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
msgstr "Kubernetes クラスターã®çµ±åˆã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
@@ -8847,6 +10599,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8935,9 +10690,18 @@ msgstr[0] "éŽåŽ»%d日間"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "最新パイプライン"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -8962,12 +10726,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr "最終閲覧"
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "最終更新"
@@ -8983,6 +10756,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr "ã“ã“ã¸ãƒ—ッシュã—ã¾ã—ãŸ"
@@ -9001,6 +10777,9 @@ msgstr "リード"
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9016,6 +10795,12 @@ msgstr "Auto DevOps ã®è©³ç´°"
msgid "Learn more about Kubernetes"
msgstr "Kubernetes ã®è©³ç´°"
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr "Web Terminalã®è©³ç´°"
@@ -9040,9 +10825,6 @@ msgstr "コミットã¸ã®ç½²åã®è©³ç´°"
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "詳ã—ã見る:"
@@ -9052,6 +10834,12 @@ msgstr "詳ã—ãã¯ãƒ‘イプラインスケジュールã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆã‚’
msgid "Leave"
msgstr "離れる"
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "編集モードを終了ã—ã¾ã™ã‹ï¼Ÿãã®å ´åˆã€ä¿å­˜ã—ã¦ã„ãªã„変更ã¯ã™ã¹ã¦å¤±ã‚ã‚Œã¾ã™ã€‚"
@@ -9076,6 +10864,9 @@ msgstr "ライセンス"
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9122,10 +10913,18 @@ msgid "LicenseCompliance|License Compliance detected %d license for the source b
msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9174,6 +10973,57 @@ msgstr ""
msgid "Licenses"
msgstr "ライセンス"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr "ライセンスを購入"
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9184,21 +11034,33 @@ msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "リスト"
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr "ã‚ãªãŸã® Gitea リãƒã‚¸ãƒˆãƒªã®ä¸€è¦§"
@@ -9223,10 +11085,16 @@ msgstr "ライブプレビュー"
msgid "Loading contribution stats for group members"
msgstr "グループメンãƒãƒ¼ã®è²¢çŒ®åº¦æƒ…報を読ã¿è¾¼ã¿ä¸­"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
+msgstr "課題ã®ãƒ­ãƒ¼ãƒ‰"
+
+msgid "Loading snippet"
msgstr ""
msgid "Loading the GitLab IDE..."
@@ -9248,7 +11116,7 @@ msgid "Lock %{issuableDisplayName}"
msgstr "ロック %{issuableDisplayName}"
msgid "Lock memberships to LDAP synchronization"
-msgstr ""
+msgstr "メンãƒãƒ¼ã‚·ãƒƒãƒ—ã‚’LDAPåŒæœŸã«é™å®š"
msgid "Lock not found"
msgstr "ロックãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
@@ -9292,9 +11160,21 @@ msgstr ""
msgid "Logs"
msgstr "ログ"
-msgid "MERGED"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
msgstr ""
+msgid "MD5"
+msgstr "MD5"
+
+msgid "MERGED"
+msgstr "マージ済ã¿"
+
msgid "MRApprovals|Approved by"
msgstr "承èªè€…"
@@ -9311,7 +11191,7 @@ msgid "MRDiff|Show full file"
msgstr "ã™ã¹ã¦ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’表示"
msgid "Made this issue confidential."
-msgstr ""
+msgstr "ã“ã®èª²é¡Œã‚’éžå…¬é–‹ã«è¨­å®šã—ãŸã€‚"
msgid "Make and review changes in the browser with the Web IDE"
msgstr ""
@@ -9320,15 +11200,18 @@ msgid "Make everyone on your team more productive regardless of their location.
msgstr "ãƒãƒ¼ãƒ å…¨å“¡ãŒå ´æ‰€ã«é–¢ä¿‚ãªãより生産的ã«æ´»å‹•ã§ãã¾ã™ã€‚GitLab Geo ã¯ã€å¤§ããªã‚µã‚¤ã‚ºã®ãƒªãƒã‚¸ãƒˆãƒªã®å–得やクローンã«ã‹ã‹ã‚‹æ™‚間を削減ã™ã‚‹ãŸã‚ã«ã€èª­ã¿è¾¼ã¿å°‚用ã®ãƒŸãƒ©ãƒ¼ã‚’ GitLab インスタンス上ã«ä½œæˆã—ã¾ã™ã€‚"
msgid "Make issue confidential"
-msgstr ""
+msgstr "課題をéžå…¬é–‹ã«è¨­å®šã™ã‚‹"
msgid "Make sure you save it - you won't be able to access it again."
-msgstr ""
+msgstr "ã“ã‚Œã¯å¿…ãšä¿å­˜ã—ã¦ãã ã•ã„。二度ã¨ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã›ã‚“。"
msgid "Make sure you're logged into the account that owns the projects you'd like to import."
msgstr "インãƒãƒ¼ãƒˆã™ã‚‹ãƒ—ロジェクトを所有ã™ã‚‹ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã§ãƒ­ã‚°ã‚¤ãƒ³ã—ã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。"
msgid "Makes this issue confidential."
+msgstr "課題をéžå…¬é–‹ã«è¨­å®šã™ã‚‹ã€‚"
+
+msgid "Malformed string"
msgstr ""
msgid "Manage"
@@ -9341,16 +11224,16 @@ msgid "Manage Web IDE features"
msgstr "Web IDE 機能ã®ç®¡ç†"
msgid "Manage access"
-msgstr ""
+msgstr "アクセス管ç†"
msgid "Manage all notifications"
msgstr "ã™ã¹ã¦ã®é€šçŸ¥ã‚’管ç†"
msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
-msgstr ""
+msgstr "OAuth プロãƒã‚¤ãƒ€ã¨ã—㦠GitLab を使用ã§ãるアプリケーションã¨ã€ã‚ãªãŸãŒã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’使用ã™ã‚‹ã“ã¨ã‚’許å¯ã™ã‚‹ã‚¢ãƒ—リケーションを管ç†ã—ã¾ã™ã€‚"
msgid "Manage applications that you've authorized to use your account."
-msgstr ""
+msgstr "アカウントã®ä½¿ç”¨ã‚’許å¯ã™ã‚‹ã‚¢ãƒ—リケーションを管ç†ã—ã¾ã™ã€‚"
msgid "Manage group labels"
msgstr "グループラベルã®ç®¡ç†"
@@ -9374,7 +11257,7 @@ msgid "Manual job"
msgstr ""
msgid "ManualOrdering|Couldn't save the order of the issues"
-msgstr ""
+msgstr "ã“ã®èª²é¡Œã®é †åºã‚’ä¿å­˜ã§ãã¾ã›ã‚“ã§ã—ãŸ"
msgid "Map a FogBugz account ID to a GitLab user"
msgstr "FogBugz アカウントIDã‚’ GitLab ユーザーã«ãƒžãƒƒãƒ—ã™ã‚‹"
@@ -9443,7 +11326,7 @@ msgid "Marks this %{noun} as Work In Progress."
msgstr ""
msgid "Marks this issue as a duplicate of %{duplicate_reference}."
-msgstr ""
+msgstr "ã“ã®èª²é¡Œã‚’ %{duplicate_reference} ã¨é‡è¤‡ã—ã¦ã„ã‚‹ã¨ãƒžãƒ¼ã‚¯ã™ã‚‹ã€‚"
msgid "Marks this issue as related to %{issue_ref}."
msgstr ""
@@ -9470,7 +11353,7 @@ msgid "MattermostService|Response icon"
msgstr ""
msgid "MattermostService|Response username"
-msgstr ""
+msgstr "応答ユーザーå"
msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
msgstr ""
@@ -9479,7 +11362,7 @@ msgid "MattermostService|Suggestions:"
msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
-msgstr ""
+msgstr "ã“ã®ã‚µãƒ¼ãƒ“スã«ã‚ˆã‚Šã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯Mattermostã«ã‚¹ãƒ©ãƒƒã‚·ãƒ¥ã‚³ãƒžãƒ³ãƒ‰ã‚’入力ã—ã¦ã€ã“ã®ãƒ—ロジェクト上ã®ä¸€èˆ¬çš„ãªæ“作ãŒå®Ÿè¡Œã§ãã¾ã™ã€‚"
msgid "Maven Metadata"
msgstr "Maven メタデータ"
@@ -9490,9 +11373,12 @@ msgstr "最大アクセスレベル"
msgid "Max seats used"
msgstr "最大使用シート数"
-msgid "Maximum artifacts size (MB)"
+msgid "Maximum allowable lifetime for personal access token (days)"
msgstr ""
+msgid "Maximum artifacts size (MB)"
+msgstr "アーティファクトサイズã®ä¸Šé™ (MB)"
+
msgid "Maximum attachment size (MB)"
msgstr "添付ファイルサイズã®ä¸Šé™ (MB)"
@@ -9508,6 +11394,15 @@ msgstr "ジョブタイムアウトã®æœ€å¤§å€¤"
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr "åŒæ™‚ã«åŒæœŸã§ãるミラーã®æœ€å¤§æ•°ã€‚"
@@ -9520,9 +11415,15 @@ msgstr ""
msgid "May"
msgstr "5月"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "中央値"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9544,6 +11445,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9562,6 +11469,9 @@ msgstr "マージリクエスト"
msgid "Merge Requests created"
msgstr "作æˆã•ã‚ŒãŸãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr "マージコミットメッセージ"
@@ -9574,6 +11484,9 @@ msgstr "今ã™ãマージã™ã‚‹"
msgid "Merge in progress"
msgstr "進行中ã®ãƒžãƒ¼ã‚¸"
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "マージリクエスト"
@@ -9586,6 +11499,9 @@ msgstr "マージリクエスト承èª"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "マージリクエスト"
@@ -9605,7 +11521,7 @@ msgid "MergeConflict|Committing..."
msgstr "コミット中..."
msgid "MergeConflict|HEAD//our changes"
-msgstr ""
+msgstr "HEAD //自分ã®å¤‰æ›´"
msgid "MergeConflict|Use ours"
msgstr "自分ã®å¤‰æ›´ã‚’使用"
@@ -9620,7 +11536,7 @@ msgid "MergeConflict|conflicts"
msgstr "競åˆ"
msgid "MergeConflict|origin//their changes"
-msgstr ""
+msgstr "origin //相手ã®å¤‰æ›´"
msgid "MergeRequests|Add a reply"
msgstr "返信を追加"
@@ -9629,7 +11545,7 @@ msgid "MergeRequests|An error occurred while saving the draft comment."
msgstr "下書ãコメントã®ä¿å­˜ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "MergeRequests|Failed to squash. Should be done manually."
-msgstr ""
+msgstr "スカッシュã«å¤±æ•—ã—ã¾ã—ãŸã€‚手動ã§è¡Œã†å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
msgid "MergeRequests|Jump to next unresolved discussion"
msgstr "次ã®æœªè§£æ±ºã®è­°è«–ã«ã‚¸ãƒ£ãƒ³ãƒ—ã™ã‚‹"
@@ -9668,7 +11584,7 @@ msgid "MergeRequests|View replaced file @ %{commitId}"
msgstr ""
msgid "MergeRequests|commented on commit %{commitLink}"
-msgstr ""
+msgstr "コミット %{commitLink} ã«ã¤ã„ã¦ã‚³ãƒ¡ãƒ³ãƒˆã•ã‚Œã¾ã—ãŸ"
msgid "MergeRequests|started a thread"
msgstr ""
@@ -9679,13 +11595,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9709,6 +11622,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "メッセージ"
@@ -9751,9 +11667,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr "メトリクスを追加"
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "環境ã¸ã®ãƒ‡ãƒ—ロイã«ã¤ã„ã¦ã¯ã€CI / CD ã®æ–‡æ›¸ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "メトリクスを作æˆ"
@@ -9763,6 +11685,15 @@ msgstr "メトリクスを削除"
msgid "Metrics|Delete metric?"
msgstr "メトリクスを削除?"
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "メトリクスを編集"
@@ -9775,21 +11706,21 @@ msgstr "é¡žä¼¼ã®ãƒ¡ãƒˆãƒªã‚¯ã‚¹ã‚’グループ化"
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
-msgstr ""
-
msgid "Metrics|Legend label (optional)"
msgstr "汎用ラベル(オプション)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "有効㪠PromQL クエリã§ã‚ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
msgid "Metrics|New metric"
msgstr "æ–°è¦ãƒ¡ãƒˆãƒªã‚¯ã‚¹"
-msgid "Metrics|No deployed environments"
-msgstr ""
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -9799,9 +11730,18 @@ msgstr "Prometheus クエリã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ"
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr "デプロイ情報ã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -9814,11 +11754,11 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
-msgstr "Prometheus ã‹ã‚‰ã®äºˆæœŸã—ãªã„メトリクスデータ応答"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgstr ""
msgid "Metrics|Unit label"
msgstr "ユニットラベル"
@@ -9829,9 +11769,15 @@ msgstr "ãƒãƒ£ãƒ¼ãƒˆã®ã‚¿ã‚¤ãƒˆãƒ«ã¨ã—ã¦ä½¿ç”¨ã•ã‚Œã¾ã™"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Y軸ラベル"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9845,11 +11791,14 @@ msgid "Metrics|e.g. Throughput"
msgstr "例:スループット"
msgid "Metrics|e.g. rate(http_requests_total[5m])"
-msgstr ""
+msgstr "例:レート (http_requests_total[5m])"
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9857,7 +11806,8 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr "マイルストーン"
+msgid_plural "Milestones"
+msgstr[0] ""
msgid "Milestone lists not available with your current license"
msgstr "ç¾åœ¨ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã§ã¯ マイルストーンリストを利用ã§ãã¾ã›ã‚“"
@@ -9907,6 +11857,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr "分"
@@ -9919,6 +11872,9 @@ msgstr "ミラーリãƒã‚¸ãƒˆãƒª"
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -9938,7 +11894,7 @@ msgid "Mirroring will only be available if the feature is included in the plan o
msgstr ""
msgid "Missing commit signatures endpoint!"
-msgstr ""
+msgstr "コミット署åã®ã‚¨ãƒ³ãƒ‰ãƒã‚¤ãƒ³ãƒˆãŒã¿ã¤ã‹ã‚Šã¾ã›ã‚“。"
msgid "MissingSSHKeyWarningLink|add an SSH key"
msgstr "SSH éµã‚’追加"
@@ -9974,7 +11930,7 @@ msgid "Months"
msgstr "月"
msgid "More"
-msgstr ""
+msgstr "ã•ã‚‰ã«è¡¨ç¤º"
msgid "More Information"
msgstr ""
@@ -9985,17 +11941,23 @@ msgstr ""
msgid "More actions"
msgstr "ãã®ä»–ã®æ“作"
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr "詳細情報"
msgid "More information"
msgstr "詳ã—ã„情報"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "ã“ã“ã‚’å‚ç…§"
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
-msgstr ""
+msgstr "%{default_branch} ã‹ã‚‰%{number_commits_distance} コミット以上異ãªã£ã¦ã„ã¾ã™ã€‚"
msgid "Most stars"
msgstr "スター数ã®å¤šã„é †"
@@ -10010,7 +11972,7 @@ msgid "Move issue"
msgstr "課題を移動"
msgid "Move issue from one column of the board to another"
-msgstr ""
+msgstr "ボードã®ã‚るカラムã‹ã‚‰åˆ¥ã®ã‚«ãƒ©ãƒ ã¸èª²é¡Œã‚’移動"
msgid "Move selection down"
msgstr ""
@@ -10022,10 +11984,10 @@ msgid "Move this issue to another project."
msgstr ""
msgid "MoveIssue|Cannot move issue due to insufficient permissions!"
-msgstr ""
+msgstr "権é™ãŒä¸å分ãªãŸã‚ã€èª²é¡Œã‚’移動ã§ãã¾ã›ã‚“。"
msgid "MoveIssue|Cannot move issue to project it originates from!"
-msgstr ""
+msgstr "発行元ã®ãƒ—ロジェクトã«èª²é¡Œã‚’移動ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
msgid "Moved issue to %{label} column in the board."
msgstr ""
@@ -10043,11 +12005,14 @@ msgid "Multiple issue boards"
msgstr "マルãƒèª²é¡Œãƒœãƒ¼ãƒ‰"
msgid "Multiple model types found: %{model_types}"
-msgstr ""
+msgstr "複数ã®ãƒ¢ãƒ‡ãƒ«ã‚¿ã‚¤ãƒ—ãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸ: %{model_types}"
msgid "Multiple uploaders found: %{uploader_types}"
msgstr "複数ã®ã‚¢ãƒƒãƒ—ローダーãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸ: %{uploader_types}"
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "åå‰"
@@ -10063,6 +12028,9 @@ msgstr "ã‚ãªãŸã®å€‹äººã‚­ãƒ¼ã«å‘½åã™ã‚‹"
msgid "Name:"
msgstr "åå‰:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10072,6 +12040,9 @@ msgstr "命åã€ãƒˆãƒ”ックã€ã‚¢ãƒã‚¿ãƒ¼"
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "ヘルプ"
@@ -10102,9 +12073,15 @@ msgstr "æ–°ã—ã„アプリケーション"
msgid "New Environment"
msgstr "æ–°ã—ã„環境"
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "æ–°ã—ã„グループ"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr "æ–°ã—ã„ ID"
@@ -10139,6 +12116,9 @@ msgstr "æ–°è¦ãƒ–ランãƒ"
msgid "New branch unavailable"
msgstr "æ–°ã—ã„ブランãƒã¯åˆ©ç”¨ã§ãã¾ã›ã‚“"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr "æ–°ã—ã„デプロイキー"
@@ -10161,7 +12141,7 @@ msgid "New group"
msgstr "æ–°è¦ã‚°ãƒ«ãƒ¼ãƒ—"
msgid "New health check access token has been generated!"
-msgstr ""
+msgstr "æ–°ã—ã„ヘルスãƒã‚§ãƒƒã‚¯ã®ã‚¢ã‚¯ã‚»ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã‚’生æˆã—ã¾ã—ãŸã€‚"
msgid "New identity"
msgstr "æ–°ã—ã„ ID"
@@ -10169,6 +12149,9 @@ msgstr "æ–°ã—ã„ ID"
msgid "New issue"
msgstr "æ–°è¦èª²é¡Œ"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr "æ–°ã—ã„ラベル"
@@ -10188,7 +12171,7 @@ msgid "New project"
msgstr "æ–°è¦ãƒ—ロジェクト"
msgid "New runners registration token has been generated!"
-msgstr ""
+msgstr "æ–°ã—ã„ランナー登録トークンを生æˆã—ã¾ã—ãŸï¼"
msgid "New schedule"
msgstr "æ–°è¦ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«"
@@ -10215,7 +12198,7 @@ msgid "Newly registered users will by default be external"
msgstr ""
msgid "Next"
-msgstr "次ã¸"
+msgstr "Next"
msgid "Next file in diff (MRs only)"
msgstr ""
@@ -10235,6 +12218,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10242,10 +12228,13 @@ msgid "No Label"
msgstr "ラベルãŒã‚ã‚Šã¾ã›ã‚“"
msgid "No Milestone"
+msgstr "マイルストーンãªã—"
+
+msgid "No Scopes"
msgstr ""
msgid "No Tag"
-msgstr ""
+msgstr "ã‚¿ã‚°ãªã—"
msgid "No active admin user found"
msgstr ""
@@ -10263,13 +12252,13 @@ msgid "No available namespaces to fork the project."
msgstr ""
msgid "No branches found"
-msgstr ""
+msgstr "ブランãƒãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
msgid "No changes"
msgstr "変更ãªã—"
msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}"
-msgstr ""
+msgstr "%{ref_start}%{source_branch}%{ref_end} 㨠%{ref_start}%{target_branch}%{ref_end} ã®é–“ã«å¤‰æ›´ãŒã‚ã‚Šã¾ã›ã‚“。"
msgid "No connection could be made to a Gitaly Server, please check your logs!"
msgstr "Gitaly サーãƒãƒ¼ã«æŽ¥ç¶šã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ログを確èªã—ã¦ãã ã•ã„ï¼"
@@ -10289,15 +12278,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
-msgstr "詳細ãŒã‚ã‚Šã¾ã›ã‚“"
+msgid "No deployments found"
+msgstr ""
msgid "No due date"
msgstr "期é™ãªã—"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10307,22 +12299,22 @@ msgstr "見ç©ã¨å®Ÿç¸¾ã¯æœªå…¥åŠ›"
msgid "No file chosen"
msgstr "ファイルãŒé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr "ファイルãŒé¸æŠžã•ã‚Œã¦ã„ã¾ã›ã‚“"
msgid "No files"
-msgstr ""
+msgstr "ファイルãŒã‚ã‚Šã¾ã›ã‚“"
msgid "No files found."
msgstr "ファイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10340,9 +12332,6 @@ msgstr "ライセンスãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
msgid "No matching results"
msgstr "一致ã™ã‚‹çµæžœãŒã‚ã‚Šã¾ã›ã‚“"
-msgid "No merge requests for the selected time period."
-msgstr "é¸æŠžã—ãŸæœŸé–“ã«ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯ã‚ã‚Šã¾ã›ã‚“。"
-
msgid "No merge requests found"
msgstr "マージリクエストã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ"
@@ -10358,17 +12347,17 @@ msgstr "ãã®ä»–ã«ã€ãã®åå‰ã¾ãŸã¯èª¬æ˜Žã®ãƒ©ãƒ™ãƒ«ãŒã‚ã‚Šã¾ã›ã‚“
msgid "No parent group"
msgstr "親グループã¯ã‚ã‚Šã¾ã›ã‚“"
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
-msgstr "é¸æŠžã—ãŸæœŸé–“ã«ãƒ—ッシュã¯ã‚ã‚Šã¾ã›ã‚“。"
+msgid "No public groups"
+msgstr "パブリック グループãŒã‚ã‚Šã¾ã›ã‚“"
msgid "No repository"
msgstr "リãƒã‚¸ãƒˆãƒªãŒã‚ã‚Šã¾ã›ã‚“"
@@ -10394,6 +12383,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10415,6 +12419,9 @@ msgstr "ノード"
msgid "None"
msgstr "ãªã—"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10446,7 +12453,7 @@ msgid "Not ready yet. Try again later."
msgstr ""
msgid "Not started"
-msgstr ""
+msgstr "開始ã•ã‚Œã¦ã„ã¾ã›ã‚“"
msgid "Note"
msgstr ""
@@ -10466,9 +12473,6 @@ msgstr "注: GitLab ã®ç®¡ç†è€…ã«%{github_integration_link} を設定ã—ã¦ã€
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "注: GitLab ã®ç®¡ç†è€…ã«%{github_integration_link} を設定ã—ã¦ã€GitHub 経由ã®ãƒ­ã‚°ã‚¤ãƒ³ãŒè¨±å¯ã—ã€å€‹äººç”¨ã®ã‚¢ã‚¯ã‚»ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã‚’生æˆã›ãšã«ãƒªãƒã‚¸ãƒˆãƒªã‚’インãƒãƒ¼ãƒˆã§ããªã„ã‹å•ã„åˆã‚ã›ãã ã•ã„。"
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10479,7 +12483,7 @@ msgid "Notes|Collapse replies"
msgstr ""
msgid "Notes|Show all activity"
-msgstr ""
+msgstr "ã™ã¹ã¦ã®ã‚¢ã‚¯ãƒ†ã‚£ãƒ“ティを表示"
msgid "Notes|Show comments only"
msgstr "コメントã®ã¿è¡¨ç¤º"
@@ -10529,6 +12533,9 @@ msgstr "æ–°è¦ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
msgid "NotificationEvent|New note"
msgstr "æ–°è¦ãƒŽãƒ¼ãƒˆ"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "課題ã®æ‹…当者を変更"
@@ -10580,6 +12587,9 @@ msgstr "11月"
msgid "November"
msgstr "11月"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10589,9 +12599,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10619,6 +12641,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10631,6 +12656,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10638,6 +12666,9 @@ msgstr[0] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr "1ã¤ä»¥ä¸Šã® Bitbucket プロジェクトを GitLab ã«ç›´æŽ¥ã‚¤ãƒ³ãƒãƒ¼ãƒˆã§ãã¾ã›ã‚“。ãƒãƒ¼ã‚¸ãƒ§ãƒ³ç®¡ç†ã«ã€Git ã§ã¯ãªãã€Subversion ã‚„ Mercurial を使用ã—ã¦ã„ã‚‹ã‹ã‚‰ã§ã™ã€‚"
@@ -10647,12 +12678,18 @@ msgstr "1ã¤ä»¥ä¸Šã® Google コードプロジェクトを GitLab ã«ç›´æŽ¥ã‚¤ã
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr "管ç†è€…ã®ã¿"
@@ -10674,9 +12711,6 @@ msgstr "プロジェクトメンãƒãƒ¼ã®ã¿ã‚³ãƒ¡ãƒ³ãƒˆã§ãã¾ã™"
msgid "Only project members will be imported. Group members will be skipped."
msgstr "プロジェクトメンãƒãƒ¼ã®ã¿ãŒã‚¤ãƒ³ãƒãƒ¼ãƒˆã•ã‚Œã¾ã™ã€‚グループメンãƒãƒ¼ã¯ã‚¹ã‚­ãƒƒãƒ—ã•ã‚Œã¾ã™ã€‚"
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10722,6 +12756,9 @@ msgstr "サイドãƒãƒ¼ã‚’é–‹ã"
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10770,6 +12807,9 @@ msgstr ""
msgid "Optional"
msgstr "オプション"
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr "オプションã¨ã—ã¦ã€ã‚ãªãŸã¯ã€%{link_to_customize} 㧠FogBugz ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¨ãƒ¦ãƒ¼ã‚¶ãƒ¼åã‚’ GitLab ã«ã‚¤ãƒ³ãƒãƒ¼ãƒˆã§ãã¾ã™ã€‚"
@@ -10782,6 +12822,9 @@ msgstr "オプション"
msgid "Or you can choose one of the suggested colors below"
msgstr "ã¾ãŸã¯ã€ä¸‹è¨˜ã®ã„ãšã‚Œã‹ã®è‰²ã‚’é¸æŠžã§ãã¾ã™"
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "ãã®ä»–ã®ãƒ©ãƒ™ãƒ«"
@@ -10794,9 +12837,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10815,24 +12855,111 @@ msgstr ""
msgid "Owner"
msgstr "オーナー"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr "パッケージ情報"
msgid "Package was removed"
msgstr "パッケージãŒå‰Šé™¤ã•ã‚Œã¾ã—ãŸ"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr "パッケージ"
@@ -10848,9 +12975,6 @@ msgstr "Pages"
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10881,20 +13005,41 @@ msgstr ""
msgid "Parameter"
msgstr "パラメーター"
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr "マージリクエストã§ã®å¤‰æ›´ç®‡æ‰€"
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr "パスワード"
msgid "Password (optional)"
+msgstr "パスワード (オプション)"
+
+msgid "Password Policy Guidelines"
msgstr ""
msgid "Password authentication is unavailable."
msgstr ""
msgid "Password confirmation"
-msgstr ""
+msgstr "パスワードã®ç¢ºèª"
msgid "Password successfully changed"
msgstr ""
@@ -10905,6 +13050,9 @@ msgstr ""
msgid "Past due"
msgstr "期é™åˆ‡ã‚Œ"
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10926,6 +13074,9 @@ msgstr ""
msgid "Path:"
msgstr "パス:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "åœæ­¢"
@@ -10953,6 +13104,12 @@ msgstr ""
msgid "Performance optimization"
msgstr "パフォーマンスã®æœ€é©åŒ–"
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -10972,7 +13129,7 @@ msgid "Permissions"
msgstr "権é™"
msgid "Permissions Help"
-msgstr ""
+msgstr "権é™ã®ãƒ˜ãƒ«ãƒ—"
msgid "Permissions, LFS, 2FA"
msgstr "パーミッションã€LFSã€2FA"
@@ -10984,13 +13141,13 @@ msgid "Personal project creation is not allowed. Please contact your administrat
msgstr "個人的ãªãƒ—ロジェクトã®ä½œæˆã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。質å•ãŒã‚ã‚‹å ´åˆã¯ã‚·ã‚¹ãƒ†ãƒ ã®ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„"
msgid "Phabricator Server Import"
-msgstr ""
+msgstr "Phabricator サーãƒãƒ¼ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
msgid "Phabricator Server URL"
-msgstr ""
+msgstr "Phabricator サーãƒãƒ¼URL"
msgid "Phabricator Tasks"
-msgstr ""
+msgstr "Phabricatorタスク"
msgid "Pick a name"
msgstr "åå‰ã‚’é¸æŠž"
@@ -11022,6 +13179,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr "パイプラインã®ã‚¯ã‚©ãƒ¼ã‚¿"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr "パイプラインã®ãƒˆãƒªã‚¬ãƒ¼"
@@ -11089,7 +13249,7 @@ msgid "Pipelines charts"
msgstr "パイプラインãƒãƒ£ãƒ¼ãƒˆ"
msgid "Pipelines emails"
-msgstr ""
+msgstr "パイプラインメール"
msgid "Pipelines for last month"
msgstr "先月ã®ãƒ‘イプライン"
@@ -11100,11 +13260,11 @@ msgstr "先週ã®ãƒ‘イプライン"
msgid "Pipelines for last year"
msgstr "昨年ã®ãƒ‘イプライン"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
-msgstr ""
+msgstr "%{project_name} ã®ãƒ‘イプライン設定を正常ã«æ›´æ–°ã—ã¾ã—ãŸã€‚"
msgid "Pipelines| to purchase more minutes."
msgstr ""
@@ -11124,6 +13284,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr "CI Lint"
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr "Runner ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’削除"
@@ -11157,9 +13320,15 @@ msgstr "パイプラインã¯ç¾åœ¨ã‚ã‚Šã¾ã›ã‚“。"
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr "パイプラインをフェッãƒã™ã‚‹éš›ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ã„ãŸã ãã‹ã€ã‚µãƒãƒ¼ãƒˆãƒãƒ¼ãƒ ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。"
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "ã“ã®ãƒ—ロジェクトã¯ç¾åœ¨ãƒ‘イプラインを実行ã™ã‚‹ã‚ˆã†ã«è¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr "コミット"
@@ -11245,10 +13414,10 @@ msgid "Pipeline|with stages"
msgstr "ステージã‚ã‚Š"
msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
-msgstr ""
+msgstr "自動的ã«æ¤œæŸ»ã™ã‚‹ã€ã‚«ãƒ³ãƒžåŒºåˆ‡ã‚Šã®ãƒ–ランãƒãƒªã‚¹ãƒˆã€‚ã™ã¹ã¦ã®ãƒ–ランãƒã‚’対象ã«å«ã‚ã‚‹ã«ã¯ç©ºç™½ã®ã¾ã¾ã«ã—ã¾ã™ã€‚"
msgid "PivotalTrackerService|Pivotal Tracker API token."
-msgstr ""
+msgstr "Pivotal Tracker APIトークン。"
msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
msgstr ""
@@ -11284,12 +13453,12 @@ msgid "Please check the configuration file for this chart"
msgstr "ãƒãƒ£ãƒ¼ãƒˆã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã‚’確èªã—ã¦ãã ã•ã„"
msgid "Please check the configuration file to ensure that a collection of charts has been declared."
-msgstr ""
+msgstr "設定ファイルを調ã¹ã¦ã€ãƒãƒ£ãƒ¼ãƒˆã®ã‚»ãƒƒãƒˆãŒå®£è¨€ã•ã‚Œã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。"
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
-msgstr ""
+msgstr "設定ファイルをãƒã‚§ãƒƒã‚¯ã—ã¦ã€ãã‚ŒãŒä½¿ç”¨å¯èƒ½ã§ã‹ã¤ã€YAMLãŒæœ‰åŠ¹ã§ã‚ã‚‹ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„"
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11308,7 +13477,7 @@ msgid "Please create a password for your new account."
msgstr "æ–°ã—ã„アカウントã®ãƒ‘スワードを作æˆã—ã¦ãã ã•ã„。"
msgid "Please create a username with only alphanumeric characters."
-msgstr ""
+msgstr "ユーザーåã¯è‹±æ•°å­—ã®ã¿ã§ä½œæˆã—ã¦ãã ã•ã„。"
msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
msgstr ""
@@ -11340,9 +13509,18 @@ msgstr "åå‰ã‚’入力ã—ã¦ãã ã•ã„"
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr "ファイルをé¸æŠžã—ã¦ãã ã•ã„"
@@ -11364,6 +13542,9 @@ msgstr "reCAPTCHA を解決ã—ã¦ãã ã•ã„"
msgid "Please try again"
msgstr "ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr "PostgreSQLã‚’ãƒãƒ¼ã‚¸ãƒ§ãƒ³9.6以é™ã«ã‚¢ãƒƒãƒ—グレードã—ã¦ãã ã•ã„。ç¾åœ¨ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯ã€ãƒ¬ãƒ—リケーションã®çŠ¶æ…‹ã‚’確実ã«åˆ¤æ–­ã§ãã¾ã›ã‚“。"
@@ -11379,6 +13560,12 @@ msgstr "リãƒã‚¸ãƒˆãƒªã«æŽ¥ç¶šã§ãã‚‹ã¾ã§ã€ã—ã°ã‚‰ããŠå¾…ã¡ãã ã•
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "リãƒã‚¸ãƒˆãƒªã‚’インãƒãƒ¼ãƒˆã—ã¦ã„ã‚‹ã®ã§ã€ã—ã°ã‚‰ããŠå¾…ã¡ãã ã•ã„。完了ã™ã‚‹ã¨ã€ç”»é¢ãŒè‡ªå‹•çš„ã«æ›´æ–°ã•ã‚Œã¾ã™ã€‚"
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11397,6 +13584,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11406,9 +13596,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11418,7 +13614,13 @@ msgstr "ナビゲーションテーマ"
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11451,9 +13653,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11463,6 +13662,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "プレビュー"
@@ -11526,15 +13731,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "プロフィール"
@@ -11659,7 +13897,7 @@ msgid "Profiles|Incoming email token was successfully reset"
msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
-msgstr ""
+msgstr "2è¦ç´ èªè¨¼ã‚’有効ã«ã™ã‚‹ã“ã¨ã§ã€ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£ãŒå‘上ã—ã¾ã™ã€‚"
msgid "Profiles|Invalid password"
msgstr "パスワードãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
@@ -11668,7 +13906,7 @@ msgid "Profiles|Invalid username"
msgstr "ユーザーåãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
msgid "Profiles|Key"
-msgstr ""
+msgstr "キー"
msgid "Profiles|Learn more"
msgstr ""
@@ -11733,6 +13971,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr "250文字未満ã§è‡ªå·±ç´¹ä»‹ã—ã¦ãã ã•ã„"
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11788,7 +14029,7 @@ msgid "Profiles|Using emojis in names seems fun, but please try to set a status
msgstr "åå‰ã«çµµæ–‡å­—を使ã†ã®ã¯æ¥½ã—ãã†ã§ã™ãŒã€ä»£ã‚ã‚Šã«ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’設定ã—ã¦ã¿ã¦ãã ã•ã„"
msgid "Profiles|What's your status?"
-msgstr ""
+msgstr "ã‚ãªãŸã¯ã©ã‚“ãªã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã§ã™ã‹ï¼Ÿ"
msgid "Profiles|Who you represent or work for"
msgstr ""
@@ -11815,7 +14056,7 @@ msgid "Profiles|You must transfer ownership or delete these groups before you ca
msgstr "アカウントを削除ã™ã‚‹å‰ã«ã“れらã®ã‚°ãƒ«ãƒ¼ãƒ—を削除ã€ã¾ãŸã¯æ‰€æœ‰æ¨©ã‚’譲渡ã—ã¦ãã ã•ã„。"
msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename"
-msgstr ""
+msgstr "LinkedInã®ãƒ—ロフィールå (linkedin.com/in/profilename)"
msgid "Profiles|Your account is currently an owner in these groups:"
msgstr "ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ç¾åœ¨ã“れらã®ã‚°ãƒ«ãƒ¼ãƒ—ã®ã‚ªãƒ¼ãƒŠãƒ¼ã§ã™:"
@@ -11830,7 +14071,7 @@ msgid "Profiles|Your name was automatically set based on your %{provider_label}
msgstr "ã‚ãªãŸã®åå‰ã¯ã‚ãªãŸã® %{provider_label} アカウントã«åŸºã¥ã„ã¦è‡ªå‹•çš„ã«è¨­å®šã•ã‚Œã¾ã—ãŸã€‚ãã‚Œã§ã‚ãªãŸãŒçŸ¥ã£ã¦ã„る人ãŒã‚ãªãŸã‚’èªè­˜ã§ãã¾ã™"
msgid "Profiles|Your status"
-msgstr ""
+msgstr "ã‚ãªãŸã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹"
msgid "Profiles|e.g. My MacBook key"
msgstr "例:MacBook ã®ã‚­ãƒ¼"
@@ -11874,6 +14115,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "プロジェクト '%{project_name}' ã¯å‰Šé™¤ä¸­ã§ã™ã€‚"
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "'%{project_name}' プロジェクトã¯å‰Šé™¤å‡¦ç†å¾…ã¡ã§ã™ã€‚"
@@ -11883,22 +14127,31 @@ msgstr "'%{project_name}' プロジェクトã¯æ­£å¸¸ã«ä½œæˆã•ã‚Œã¾ã—ãŸã€‚
msgid "Project '%{project_name}' was successfully updated."
msgstr "'%{project_name}' プロジェクトã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚"
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "プロジェクトãƒãƒƒã‚¸"
msgid "Project Files"
msgstr ""
-msgid "Project ID"
+msgid "Project Hooks"
msgstr ""
+msgid "Project ID"
+msgstr "プロジェクトID"
+
msgid "Project URL"
msgstr "プロジェクト㮠URL"
msgid "Project access must be granted explicitly to each user."
msgstr "ユーザーã”ã¨ã«ãƒ—ロジェクトアクセスã®æ¨©é™ã‚’指定ã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11919,6 +14172,9 @@ msgstr ""
msgid "Project details"
msgstr "プロジェクトã®è©³ç´°"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "プロジェクトã®ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã‚’削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
@@ -11943,6 +14199,21 @@ msgstr "プロジェクトメンãƒãƒ¼"
msgid "Project name"
msgstr "プロジェクトå"
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr "プロジェクトã®æ¦‚è¦"
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12024,6 +14295,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12057,27 +14334,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr "ãƒãƒƒã‚¸"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "ã“ã®è¨­å®šã‚’変更ã™ã‚‹ã«ã¯ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12090,7 +14397,25 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
+msgstr "ãƒãƒƒã‚¸ã®è©³ç´°ã€‚"
+
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
msgstr ""
msgid "ProjectSettings|Merge checks"
@@ -12111,21 +14436,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "ã“ã®ãƒªãƒã‚¸ãƒˆãƒªã«ã¯ç½²åã•ã‚ŒãŸã‚³ãƒŸãƒƒãƒˆã®ã¿ãƒ—ッシュã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12138,15 +14511,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ".Net Core"
@@ -12157,44 +14542,50 @@ msgid "ProjectTemplates|Go Micro"
msgstr ""
msgid "ProjectTemplates|Netlify/GitBook"
-msgstr ""
+msgstr "Netlify/GitBook"
msgid "ProjectTemplates|Netlify/Hexo"
-msgstr ""
+msgstr "Netlify/Hexo"
msgid "ProjectTemplates|Netlify/Hugo"
-msgstr ""
+msgstr "Netlify/Hugo"
msgid "ProjectTemplates|Netlify/Jekyll"
-msgstr ""
+msgstr "Netlify/Jekyll"
msgid "ProjectTemplates|Netlify/Plain HTML"
-msgstr ""
+msgstr "Netlify/Plain HTML"
msgid "ProjectTemplates|NodeJS Express"
-msgstr ""
+msgstr "NodeJS Express"
msgid "ProjectTemplates|Pages/GitBook"
-msgstr ""
+msgstr "Pages/GitBook"
msgid "ProjectTemplates|Pages/Hexo"
-msgstr ""
+msgstr "Pages/Hexo"
msgid "ProjectTemplates|Pages/Hugo"
-msgstr ""
+msgstr "Pages/Hugo"
msgid "ProjectTemplates|Pages/Jekyll"
-msgstr ""
+msgstr "Pages/Jekyll"
msgid "ProjectTemplates|Pages/Plain HTML"
-msgstr ""
+msgstr "Pages/Plain HTML"
msgid "ProjectTemplates|Ruby on Rails"
msgstr "Ruby on Rails"
-msgid "ProjectTemplates|Spring"
+msgid "ProjectTemplates|SalesforceDX"
msgstr ""
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
+msgid "ProjectTemplates|Spring"
+msgstr "Spring"
+
msgid "ProjectTemplates|iOS (Swift)"
msgstr "iOS (Swift)"
@@ -12207,6 +14598,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12216,6 +14610,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12288,7 +14697,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12402,10 +14811,10 @@ msgstr ""
msgid "Promote"
msgstr "昇格"
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12426,6 +14835,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12435,12 +14847,24 @@ msgstr "次回ã‹ã‚‰ã¯ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’表示ã—ãªã„"
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "エピックを使用ã™ã‚‹ã¨ã€ãƒ—ロジェクトやマイルストーンをã¾ãŸãŒã‚‹å…±é€šãƒ†ãƒ¼ãƒžã®èª²é¡Œã‚°ãƒ«ãƒ¼ãƒ—を追跡ã§ãã€ãƒ—ロジェクトã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã‚’より効率的ã«ç°¡å˜ã«ç®¡ç†ã§ãã¾ã™ã€‚"
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr "ã“ã®æ©Ÿèƒ½ã¯ãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã™ã€‚"
msgid "Promotions|Upgrade plan"
msgstr "プランをアップグレード"
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12456,12 +14880,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12621,12 +15090,18 @@ msgstr "クォーター"
msgid "Query"
msgstr "クエリ"
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "クイックアクションã¯èª²é¡Œã®èª¬æ˜Žã¨ã‚³ãƒ¡ãƒ³ãƒˆæ¬„ã§ä½¿ç”¨ã§ãã¾ã™ã€‚"
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr "README"
@@ -12636,6 +15111,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "続ãを読む"
@@ -12660,6 +15141,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12678,12 +15162,21 @@ msgstr ""
msgid "Recent searches"
msgstr "最近ã®æ¤œç´¢"
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr "å‚ç…§:"
@@ -12709,6 +15202,9 @@ msgstr ""
msgid "Regex pattern"
msgstr "æ­£è¦è¡¨ç¾ãƒ‘ターン"
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12724,11 +15220,11 @@ msgstr "U2F デãƒã‚¤ã‚¹ã‚’登録ã™ã‚‹"
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
-msgstr "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã® Runner ã®ç™»éŒ²ã¨ç¢ºèª"
+msgid "Register for GitLab"
+msgstr ""
-msgid "Register and see your runners for this project."
-msgstr "ã“ã®ãƒ—ロジェクトã«ã‚ãªãŸã® Runner を登録ã—確èªã—ã¾ã™ã€‚"
+msgid "Register now"
+msgstr ""
msgid "Register with two-factor app"
msgstr ""
@@ -12757,10 +15253,35 @@ msgstr ""
msgid "Related merge requests"
msgstr "関連ã™ã‚‹ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr "リリース"
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12829,15 +15350,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr "優先度を削除"
msgid "Remove project"
msgstr "プロジェクトを削除"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12919,6 +15449,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -12964,6 +15500,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -12979,9 +15518,15 @@ msgstr ""
msgid "Repo by URL"
msgstr "リãƒã‚¸ãƒˆãƒª URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr "レãƒãƒ¼ãƒˆ"
@@ -12995,7 +15540,7 @@ msgid "Reports|Class"
msgstr "クラス"
msgid "Reports|Classname"
-msgstr ""
+msgstr "クラスå"
msgid "Reports|Confidence"
msgstr ""
@@ -13066,8 +15611,8 @@ msgstr "リãƒã‚¸ãƒˆãƒªã¯ãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。"
msgid "Repository maintenance"
msgstr "リãƒã‚¸ãƒˆãƒªã®ä¿å®ˆ"
-msgid "Repository mirror"
-msgstr "リãƒã‚¸ãƒˆãƒªãƒŸãƒ©ãƒ¼"
+msgid "Repository mirroring"
+msgstr ""
msgid "Repository static objects"
msgstr ""
@@ -13084,9 +15629,18 @@ msgstr "é¸æŠž"
msgid "Request Access"
msgstr "アクセス権é™ã‚’リクエストã™ã‚‹"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13099,18 +15653,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "GitLab ã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«ã€ã™ã¹ã¦ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒåˆ©ç”¨è¦ç´„ã«åŒæ„ã™ã‚‹ã“ã¨ã‚’è¦æ±‚ã—ã¾ã™ã€‚"
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13152,6 +15700,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13209,6 +15760,12 @@ msgstr "レスãƒãƒ³ã‚¹ãƒ¡ãƒˆãƒªã‚¯ã‚¹ (NGINX)"
msgid "Restart Terminal"
msgstr "ターミナルをå†èµ·å‹•"
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13221,6 +15778,12 @@ msgstr "å†é–‹"
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr "å†è©¦è¡Œ"
@@ -13252,9 +15815,21 @@ msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’リãƒãƒ¼ãƒˆ"
msgid "Review"
msgstr "レビュー"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "ã‚ãªãŸã® ID プロãƒã‚¤ãƒ€ãƒ¼ã®ã‚µãƒ¼ãƒ“スプロãƒã‚¤ãƒ€ãƒ¼ã‚’構æˆã™ã‚‹ãŸã‚ã®ãƒ—ロセスを確èªã—ã¾ã™ã€‚ ã“ã®ä¾‹ã§ã¯ã€GitLab ã¯ã€Œã‚µãƒ¼ãƒ“スプロãƒã‚¤ãƒ€ãƒ¼ã€ã¾ãŸã¯ã€Œè¨¼æ˜Žæ›¸åˆ©ç”¨è€…ã€ã€‚"
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "レビュー中"
@@ -13279,9 +15854,15 @@ msgstr ""
msgid "Roadmap"
msgstr "ロードマップ"
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr "外部リãƒã‚¸ãƒˆãƒªç”¨ CI/CD パイプラインを実行"
@@ -13327,6 +15908,9 @@ msgstr "Runner API"
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Runner ã¯åˆ¥ã€…ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã€ã‚µãƒ¼ãƒãƒ¼ã€ã•ã‚‰ã«ã¯ã‚ãªãŸã®ãƒ­ãƒ¼ã‚«ãƒ«ãƒžã‚·ãƒ¼ãƒ³ã«ã‚‚é…ç½®ã§ãã¾ã™ã€‚"
@@ -13363,6 +15947,9 @@ msgstr "%{group_name} 用㮠SAML SSO"
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13372,17 +15959,23 @@ msgstr "SSH éµ"
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr "SSH ホストキー"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr "SSH 公開éµ"
-msgid "SSL Verification"
-msgstr "SSL ã®æ¤œè¨¼"
+msgid "SSL Verification:"
+msgstr ""
msgid "Saturday"
msgstr "土曜日"
@@ -13408,12 +16001,18 @@ msgstr ""
msgid "Save comment"
msgstr "コメントをä¿å­˜"
-msgid "Save password"
+msgid "Save expiration policy"
msgstr ""
+msgid "Save password"
+msgstr "パスワードをä¿å­˜"
+
msgid "Save pipeline schedule"
msgstr "パイプラインスケジュールをä¿å­˜"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr "変数をä¿å­˜ã™ã‚‹"
@@ -13480,6 +16079,9 @@ msgstr ""
msgid "Search"
msgstr "検索"
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr "環境スペックを検索"
@@ -13504,6 +16106,9 @@ msgstr "ユーザーを検索"
msgid "Search for projects, issues, etc."
msgstr "プロジェクトや課題ãªã©ã‚’検索ã™ã‚‹ã€‚"
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13519,6 +16124,9 @@ msgstr "マイルストーンを検索"
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr "検索ã¾ãŸã¯ã‚¸ãƒ£ãƒ³ãƒ—å…ˆ..."
@@ -13537,6 +16145,9 @@ msgstr "ユーザーを検索"
msgid "Search users or groups"
msgstr "ユーザーã¾ãŸã¯ã‚°ãƒ«ãƒ¼ãƒ—を検索"
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr "プロジェクトを検索"
@@ -13570,10 +16181,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13638,6 +16255,9 @@ msgstr "セキュリティ"
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr "セキュリティダッシュボード"
@@ -13671,6 +16291,9 @@ msgstr "脆弱性を無視ã™ã‚‹"
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13707,39 +16330,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr "å…ƒã«æˆ»ã™"
-msgid "Security Reports|We've found no vulnerabilities for your group"
-msgstr "ã‚ãªãŸã®ã‚°ãƒ«ãƒ¼ãƒ—ã«è„†å¼±æ€§ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ"
-
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security configuration help link"
msgstr ""
msgid "Security dashboard"
msgstr "セキュリティダッシュボード"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
+msgstr ""
+
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr "メトリクスをå‚ç…§"
@@ -13758,6 +16447,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13785,6 +16477,9 @@ msgstr "リãƒã‚¸ãƒˆãƒªã‚’é¸æŠž"
msgid "Select a template repository"
msgstr "テンプレートリãƒã‚¸ãƒˆãƒªã‚’é¸æŠž"
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "タイムゾーンをé¸æŠž"
@@ -13794,6 +16489,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "既存㮠Kubernetes クラスターをé¸æŠžã™ã‚‹ã‹ã€æ–°ã—ã„ã‚‚ã®ã‚’作æˆ"
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr "ブランãƒãƒ»ã‚¿ã‚°é¸æŠž"
@@ -13836,6 +16534,9 @@ msgstr "ターゲットブランãƒã‚’é¸æŠž"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13845,12 +16546,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr "GitLab ユーザーをé¸æŠžã™ã‚‹ã¨ã€GitLab ユーザーã¸ã®ãƒªãƒ³ã‚¯ãŒèª²é¡Œã‚„コメントã®èª¬æ˜Žã«è¿½åŠ ã•ã‚Œã¾ã™ (例:\"By <a href=\"#\">@johnsmith</a>\")。ã¾ãŸã€ã“れらã®èª²é¡Œã‚„コメントをé¸æŠžã—ãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã«é–¢é€£ä»˜ã‘や割り当ã¦ãŒã§ãã¾ã™ã€‚"
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13869,6 +16612,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr "Sentry API URL"
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "9月"
@@ -13923,7 +16669,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -13965,6 +16711,15 @@ msgstr ""
msgid "Service Desk"
msgstr "サービスデスク"
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr "サービス テンプレート"
@@ -13977,7 +16732,7 @@ msgstr "セッション期間 (分)"
msgid "Session expiration, projects limit and attachment size."
msgstr "セッションã®æœ‰åŠ¹æœŸé™ã€ãƒ—ロジェクトã®ä¸Šé™ã€æ·»ä»˜ãƒ•ã‚¡ã‚¤ãƒ«ã®ã‚µã‚¤ã‚º"
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14067,6 +16822,9 @@ msgstr ""
msgid "Set up new password"
msgstr "æ–°ã—ã„パスワードを設定"
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14124,6 +16882,9 @@ msgstr ""
msgid "Settings"
msgstr "設定"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "共有"
@@ -14157,6 +16918,9 @@ msgstr ""
msgid "Show all activity"
msgstr "ã™ã¹ã¦ã®ã‚¢ã‚¯ãƒ†ã‚£ãƒ“ティを表示"
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr "アーカイブã—ãŸãƒ—ロジェクトを表示"
@@ -14184,6 +16948,12 @@ msgstr "ファイルブラウザを表示"
msgid "Show latest version"
msgstr "最新ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’表示"
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr "親ページを表示"
@@ -14197,6 +16967,12 @@ msgid "Showing %d event"
msgid_plural "Showing %d events"
msgstr[0] "%d ã®ã‚¤ãƒ™ãƒ³ãƒˆã‚’表示中"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14206,6 +16982,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14239,9 +17018,6 @@ msgstr "スマートカードを使ã£ã¦ã‚µã‚¤ãƒ³ã‚¤ãƒ³"
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr "シングルサインオンã§ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã™ã‚‹"
@@ -14296,9 +17072,6 @@ msgstr "é¡žä¼¼ã®èª²é¡Œ"
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr "サイズ"
@@ -14308,9 +17081,18 @@ msgstr "é™çš„ãªã‚¦ã‚§ãƒ–サイトã®ã‚µã‚¤ã‚ºã¨ãƒ‰ãƒ¡ã‚¤ãƒ³ã®è¨­å®š"
msgid "Size limit per repository (MB)"
msgstr "リãƒã‚¸ãƒˆãƒªæ¯Žã®ã‚µã‚¤ã‚ºåˆ¶é™ (MB)"
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr "Slack アプリケーション"
@@ -14371,6 +17153,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr "一部ã®ãƒ¡ãƒ¼ãƒ«ã‚µãƒ¼ãƒãƒ¼ã¯ã€ãƒ¡ãƒ¼ãƒ«é€ä¿¡è€…åã®ä¸Šæ›¸ãをサãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã›ã‚“。ã“ã®ã‚ªãƒ—ションを有効ã«ã™ã‚‹ã¨ã€ä»£ã‚ã‚Šã«ãƒ¡ãƒ¼ãƒ«æœ¬æ–‡ã«èª²é¡Œã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã€ã¾ãŸã¯ã‚³ãƒ¡ãƒ³ãƒˆã®ä½œæˆè€…ã®åå‰ã‚’å«ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14378,7 +17163,7 @@ msgid "Someone edited this %{issueType} at the same time you did. The descriptio
msgstr "ã‚ãªãŸã®ç·¨é›†ã¨åŒæ™‚ã«èª°ã‹ãŒã“ã® %{issueType} を編集ã—ãŸãŸã‚ã€èª¬æ˜ŽãŒæ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ç·¨é›†ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
msgid "Someone edited this merge request at the same time you did. Please refresh the page to see changes."
-msgstr ""
+msgstr "ã‚ãªãŸã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®ç·¨é›†ã¨åŒæ™‚ã«èª°ã‹ãŒç·¨é›†ã—ã¾ã—ãŸã€‚変更を確èªã™ã‚‹ã«ã¯ã€ãƒšãƒ¼ã‚¸ã‚’æ›´æ–°ã—ã¦ãã ã•ã„。"
msgid "Something went wrong on our end"
msgstr "å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
@@ -14404,15 +17189,15 @@ msgstr "ボタンã®åˆ‡ã‚Šæ›¿ãˆä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr "%{issuable} を解決中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚ã¨ã§ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14428,27 +17213,48 @@ msgstr "%{listType} ã®ãƒªã‚¹ãƒˆå–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "Something went wrong while fetching comments. Please try again."
msgstr "コメントã®å–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。"
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "グループメンãƒãƒ¼ã®è²¢çŒ®åº¦ã‚’å–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr "プロジェクト情報をå–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "Something went wrong while fetching the registry list."
msgstr "レジストリ一覧をå–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr "%{issuable} ã®å†é–‹å‡¦ç†ä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚ã¨ã§ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -14458,9 +17264,15 @@ msgstr "ã“ã®æ¤œè¨Žã‚’解決ã—ã¦ã„ã‚‹ã¨ãã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14593,6 +17405,9 @@ msgstr "人気順"
msgid "SortOptions|Priority"
msgstr "優先度順"
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14620,6 +17435,12 @@ msgstr "å¤ã„é †"
msgid "SortOptions|Start soon"
msgstr "æ–°ã—ã„é †"
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr "ウエイト"
@@ -14638,6 +17459,51 @@ msgstr "ソースã¯åˆ©ç”¨ã§ãã¾ã›ã‚“"
msgid "Source project cannot be found."
msgstr "ソースプロジェクトãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "スパム ログ"
@@ -14662,6 +17528,9 @@ msgstr ""
msgid "Squash commits"
msgstr "コミットを1ã¤ã«ã¾ã¨ã‚ã‚‹"
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr "ステージ"
@@ -14671,8 +17540,11 @@ msgstr "ステージ&コミット"
msgid "Stage all changes"
msgstr "ã™ã¹ã¦ã®å¤‰æ›´ã‚’ステージã™ã‚‹"
-msgid "Stage changes"
-msgstr "変更をステージã™ã‚‹"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
msgstr "ステージ済"
@@ -14722,7 +17594,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "ã“ã®å¤‰æ›´ã§ %{new_merge_request} を作æˆã™ã‚‹"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14770,6 +17642,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14794,6 +17672,9 @@ msgstr "開始時刻 (UTC)"
msgid "State your message to activate"
msgstr "メッセージを有効ã«ã™ã‚‹"
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14830,12 +17711,18 @@ msgstr "åœæ­¢ä¸­..."
msgid "Storage"
msgstr "ストレージ"
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr "ストレージ:"
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14857,6 +17744,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "スパムã¨ã—ã¦å ±å‘Š"
@@ -14872,6 +17762,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "購読ã™ã‚‹"
@@ -14899,6 +17795,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -14968,18 +17873,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -14995,7 +17915,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15067,11 +17987,17 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr "日曜日"
msgid "Support"
-msgstr ""
+msgstr "サãƒãƒ¼ãƒˆ"
msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
msgstr ""
@@ -15083,9 +18009,9 @@ msgid "Switch branch/tag"
msgstr "ブランãƒãƒ»ã‚¿ã‚°åˆ‡ã‚Šæ›¿ãˆ"
msgid "Switch to GitLab Next"
-msgstr ""
+msgstr "GitLab Nextã«åˆ‡ã‚Šæ›¿ãˆã‚‹"
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15127,6 +18053,9 @@ msgstr "ã‚¿ã‚°"
msgid "Tag list:"
msgstr "タグ一覧:"
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15187,8 +18116,8 @@ msgstr "æ–°ã—ã„ã‚¿ã‚°"
msgid "TagsPage|New tag"
msgstr "æ–°ã—ã„ã‚¿ã‚°"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "オプションã¨ã—ã¦ã€ã‚¿ã‚°ã«ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’追加ã§ãã¾ã™ã€‚"
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "オプションã¨ã—ã¦ã€ã‚¿ã‚°ã«ãƒªãƒªãƒ¼ã‚¹ãƒŽãƒ¼ãƒˆã‚’追加ã§ãã¾ã™ã€‚リリースノート㯠GitLab ã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã«ä¿å­˜ã•ã‚Œã€ã‚¿ã‚°ã®ãƒšãƒ¼ã‚¸ã«è¡¨ç¤ºã•ã‚Œã¾ã™ã€‚"
@@ -15223,18 +18152,33 @@ msgstr "ä¿è­·"
msgid "Target Branch"
msgstr "ターゲットブランãƒ"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "ターゲットブランãƒ"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "ãƒãƒ¼ãƒ "
msgid "Team domain"
msgstr "ãƒãƒ¼ãƒ ãƒ‰ãƒ¡ã‚¤ãƒ³"
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr "テンプレート"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "テンプレート"
@@ -15253,7 +18197,7 @@ msgstr "利用è¦ç´„ã¨ãƒ—ライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼"
msgid "Terms of Service and Privacy Policy"
msgstr "利用è¦ç´„ã¨ãƒ—ライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼"
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15289,6 +18233,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15301,13 +18278,13 @@ msgstr "ã‚ã‚ŠãŒã¨ã†ï¼ä»Šå¾Œè¡¨ç¤ºã—ãªã„"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "GitLab ã®é«˜åº¦ãªã‚°ãƒ­ãƒ¼ãƒãƒ«æ¤œç´¢ã¯ã€æ™‚間を節約ã§ãる強力ãªæ¤œç´¢ã‚µãƒ¼ãƒ“スã§ã™ã€‚é‡è¤‡ã—ãŸã‚³ãƒ¼ãƒ‰ã®ä½œæˆã‚’ã—ã¦æ™‚間を無駄ã«ã™ã‚‹ã“ã¨ãªãã€è‡ªèº«ã®ãƒ—ロジェクトã®åŠ©ã‘ã¨ãªã‚‹å¤–ã®ãƒãƒ¼ãƒ ã®ã‚³ãƒ¼ãƒ‰ã‚’検索ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚"
@@ -15323,6 +18300,12 @@ msgstr "課題トラッカーã¯ã€ãƒ—ロジェクトを改善ã—ãŸã‚Šè§£æ±ºã—
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "課題トラッカーã¯ã€ãƒ—ロジェクトを改善ã—ãŸã‚Šè§£æ±ºã—ãŸã‚Šã™ã‚‹ãŸã‚ã«å¿…è¦ãªæƒ…報を追加ã™ã‚‹å ´æ‰€ã§ã™ã€‚ã“ã®ãƒ—ロジェクトã«èª²é¡Œã‚’作æˆã™ã‚‹ãŸã‚ã«ã¯ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ç™»éŒ²ã¾ãŸã¯ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã—ã¦ãã ã•ã„。"
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "外部èªè¨¼ã‚µãƒ¼ãƒ“スã¨ã®é€šä¿¡ã«ç›¸äº’ TLS ãŒå¿…è¦ãªå ´åˆã«ä½¿ç”¨ã™ã‚‹ X509 証明書。空白ã®ã¾ã¾ã«ã™ã‚‹ã¨ã€HTTPS 経由ã§ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ã¨ãã«ã‚µãƒ¼ãƒè¨¼æ˜Žæ›¸ã®æ¤œè¨¼ãŒè¡Œã‚ã‚Œã¾ã™ã€‚"
@@ -15332,6 +18315,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15341,12 +18327,27 @@ msgstr "コーディングステージã§ã¯ã€æœ€åˆã®ã‚³ãƒŸãƒƒãƒˆã‹ã‚‰ãƒžãƒ¼
msgid "The collection of events added to the data gathered for that stage."
msgstr "ã“ã®ã‚¹ãƒ†ãƒ¼ã‚¸ã§è¨ˆæ¸¬ãƒ‡ãƒ¼ã‚¿ã«è¿½åŠ ã•ã‚ŒãŸã‚¤ãƒ™ãƒ³ãƒˆãƒªã‚¹ãƒˆ"
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "コãƒã‚¯ã‚·ãƒ§ãƒ³ã¯ %{timeout} ã§ã‚¿ã‚¤ãƒ ã‚¢ã‚¦ãƒˆã—ã¾ã™ã€‚タイムアウトã™ã‚‹ãƒªãƒã‚¸ãƒˆãƒªã§ã¯ã€clone/push を組ã¿åˆã‚ã›ã¦ä½¿ç”¨ã—ã¦ãã ã•ã„。"
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15371,12 +18372,19 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+
msgid "The fork relationship has been removed."
msgstr "フォークã®ãƒªãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ãŒå‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
@@ -15392,6 +18400,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15437,7 +18448,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15449,12 +18463,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "秘密éµã®å¾©å·ã«å¿…è¦ã¨ãªã‚‹ãƒ‘スフレーズ。ã“ã‚Œã¯ã‚ªãƒ—ションã§ã€å€¤ã¯æš—å·åŒ–ã—ã¦ä¿å­˜ã•ã‚Œã¾ã™ã€‚"
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "CI 設定ファイルã¸ã®ãƒ‘ス。デフォルト㯠<code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
msgid "The phase of the development lifecycle."
msgstr "開発ライフサイクルã®æ®µéšŽ"
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr "パイプラインスケジュールã¯æŒ‡å®šã®ãƒ–ランãƒã¾ãŸã¯ã‚¿ã‚°ã«å¯¾ã—ã¦è‡ªå‹•çš„ã«ãƒ‘イプラインを実行ã—ã¾ã™ã€‚計画済ã¿ãƒ‘イプラインã¯ãれらã®ç´ä»˜ã‘られãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ãƒ—ロジェクトã¨åŒã˜æ¨©é™ã‚’継承ã—ã¾ã™ã€‚"
@@ -15471,7 +18488,7 @@ msgid "The project can be accessed by any logged in user."
msgstr "プロジェクトã¯ã€ãƒ­ã‚°ã‚¤ãƒ³ãƒ¦ãƒ¼ã‚¶ãƒ¼ã§ã‚ã‚Œã°èª°ã§ã‚‚アクセスã§ãã¾ã™ã€‚"
msgid "The project can be accessed by any user who is logged in."
-msgstr ""
+msgstr "ã“ã®ãƒ—ロジェクトã¯ã€ãƒ­ã‚°ã‚¤ãƒ³ãƒ¦ãƒ¼ã‚¶ãƒ¼ã§ã‚ã‚Œã°èª°ã§ã‚‚アクセスã§ãã¾ã™ã€‚"
msgid "The project can be accessed by anyone, regardless of authentication."
msgstr ""
@@ -15500,6 +18517,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "ã“ã®ãƒ—ロジェクトã«ãƒªãƒã‚¸ãƒˆãƒªã¯ã‚ã‚Šã¾ã›ã‚“。"
@@ -15536,18 +18556,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "ステージングステージã§ã¯ã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆãŒãƒžãƒ¼ã‚¸ã•ã‚Œã¦ã‹ã‚‰ã‚³ãƒ¼ãƒ‰ãŒãƒ—ロダクション環境ã«ãƒ‡ãƒ—ロイã•ã‚Œã‚‹ã¾ã§ã®æ™‚é–“ãŒè¡¨ç¤ºã•ã‚Œã¾ã™ã€‚ã“ã®ãƒ‡ãƒ¼ã‚¿ã¯æœ€åˆã«ãƒ—ロダクションã«ãƒ‡ãƒ—ロイã—ãŸã¨ãã«è‡ªå‹•çš„ã«è¿½åŠ ã•ã‚Œã¾ã™ã€‚"
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "テスティングステージã§ã¯ã€GitLab CI ãŒé–¢é€£ã™ã‚‹ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®å„パイプラインを実行ã™ã‚‹æ™‚é–“ãŒè¡¨ç¤ºã•ã‚Œã¾ã™ã€‚ã“ã®ãƒ‡ãƒ¼ã‚¿ã¯æœ€åˆã®ãƒ‘イプラインãŒå®Œäº†ã—ãŸã¨ãã«è‡ªå‹•çš„ã«è¿½åŠ ã•ã‚Œã¾ã™ã€‚"
msgid "The time taken by each data entry gathered by that stage."
msgstr "ã“ã®ã‚¹ãƒ†ãƒ¼ã‚¸ã«åŽé›†ã•ã‚ŒãŸãƒ‡ãƒ¼ã‚¿æ¯Žã®æ™‚é–“"
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15572,6 +18595,9 @@ msgstr "ユーザーマップã¯ã€ã‚ãªãŸã®ãƒ—ロジェクトã«å‚加ã—ãŸ
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "ユーザーマップã¯ã€ã‚ãªãŸã®ãƒ—ロジェクトã«å‚加ã—㟠FogBugz ユーザーã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¨ãƒ¦ãƒ¼ã‚¶ãƒ¼åã‚’ GitLab ã«ã‚¤ãƒ³ãƒãƒ¼ãƒˆã™ã‚‹æ™‚ã«ãƒžãƒƒãƒ”ングã—ã¾ã™ã€‚ã“れを変更ã™ã‚‹ã«ã¯ã€ä»¥ä¸‹ã®è¡¨ã«å…¥åŠ›ã—ã¾ã™ã€‚"
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15635,6 +18661,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15644,6 +18673,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15653,6 +18685,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15662,7 +18700,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15674,6 +18727,9 @@ msgstr "ユーザーã®ã‚¢ã‚¯ãƒ†ã‚£ãƒ“ティカレンダーã®èª­ã¿è¾¼ã¿ä¸­ã«
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15689,6 +18745,9 @@ msgstr "通知設定をä¿å­˜ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "There was an error subscribing to this label."
msgstr "ラベルã®è³¼èª­ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15704,12 +18763,24 @@ msgstr "ラベルã®è³¼èª­è§£é™¤ã™ã‚‹ã¨ãã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr "%{link}を使用ã—ã¦ãれらを管ç†ã§ãã¾ã™ã€‚"
@@ -15765,14 +18836,11 @@ msgid "This commit was signed with a different user's verified signature."
msgstr ""
msgid "This commit was signed with a verified signature, but the committer email is <strong>not verified</strong> to belong to the same user."
-msgstr ""
+msgstr "ã“ã®ã‚³ãƒŸãƒƒãƒˆã¯æ¤œè¨¼æ¸ˆã¿ã®ç½²åã§ã‚µã‚¤ãƒ³ã•ã‚Œã¦ã„ã¾ã™ã€‚ã—ã‹ã—コミッターã®ãƒ¡ãƒ¼ãƒ«ã¯ã€ åŒã˜ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ã‚‚ã®ã¨<strong>検証ã•ã‚Œã¦ã„ã¾ã›ã‚“</strong>。"
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15797,10 +18865,16 @@ msgstr "ディレクトリ"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15854,6 +18928,9 @@ msgstr "ã“ã®èª²é¡Œã¯éžå…¬é–‹è¨­å®šã§ã™"
msgid "This issue is locked."
msgstr "ã“ã®èª²é¡Œã¯ãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã™ã€‚"
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "ã“ã®ã‚¸ãƒ§ãƒ–ã¯ã€å‰å·¥ç¨‹ã®ã‚¸ãƒ§ãƒ–ãŒæ­£å¸¸çµ‚了ã™ã‚‹ã“ã¨ã§å®Ÿè¡Œã•ã‚Œã¾ã™"
@@ -15872,21 +18949,36 @@ msgstr "ã“ã®ã‚¸ãƒ§ãƒ–ã¯ã¾ã å®Ÿè¡Œã•ã‚Œã¦ã„ã¾ã›ã‚“"
msgid "This job has not started yet"
msgstr "ジョブã¯ã¾ã é–‹å§‹ã•ã‚Œã¦ã„ã¾ã›ã‚“"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "ã“ã®ã‚¸ãƒ§ãƒ–ã¯ä¿ç•™ä¸­ã§ Runner ãŒå‹•ä½œã™ã‚‹ã®ã‚’å¾…ã£ã¦ã„ã¾ã™ã€‚"
@@ -15902,7 +18994,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr "ã“ã®ã‚¸ãƒ§ãƒ–を実行ã§ãるアクティブ㪠Runner ãŒãªã„ãŸã‚ã€ã“ã®ã‚¸ãƒ§ãƒ–ã¯åœæ­¢ã—ã¦ã„ã¾ã™ã€‚"
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -15929,6 +19021,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "ã‚ãªãŸã¯ç¾åœ¨ã®ãƒ–ランãƒã«å¯¾ã—ã¦æ›¸ãè¾¼ã¿æ¨©é™ãŒãªã„ã®ã§ã€ã“ã®ã‚ªãƒ—ションã¯ç„¡åŠ¹ã§ã™"
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "複数ã®ãƒ—ロジェクト間ã§èª­ã¿è¾¼ã¿ãŒè¨±å¯ã•ã‚Œã¦ã„ãªã„ãŸã‚ã€ã“ã®ãƒšãƒ¼ã‚¸ã¯åˆ©ç”¨ã§ãã¾ã›ã‚“。"
@@ -15941,6 +19036,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "プロジェクト"
@@ -15953,6 +19054,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr "リãƒã‚¸ãƒˆãƒª"
@@ -15965,10 +19075,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "ã“ã®è¨­å®šã¯ã€å„プロジェクトã§ä¸Šæ›¸ãã§ãã¾ã™ã€‚"
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -15992,12 +19102,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr "外部ã®ã‚µã‚¤ãƒ³ã‚¤ãƒ³ãƒšãƒ¼ã‚¸ã«ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆã—ã¾ã™ã€‚"
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr "ã“ã“ã«ãƒªã‚¹ãƒˆã‚¢ãƒƒãƒ—ã•ã‚Œã¦ã„ã‚‹ã“れらã®ãƒ¡ãƒ¼ãƒ«ã¯è‡ªå‹•çš„ã«èª²é¡Œã«ãªã‚Šã¾ã™ã€‚(メールã®ã‚„ã‚Šå–ã‚Šã¯èª²é¡Œã®ã‚³ãƒ¡ãƒ³ãƒˆã«ãªã‚Šã¾ã™ï¼‰"
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr "木曜日"
@@ -16190,9 +19354,6 @@ msgstr "ãŸã£ãŸä»Š"
msgid "Timeago|right now"
msgstr "今"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr "タイムアウト"
@@ -16214,11 +19375,14 @@ msgid "Title"
msgstr "タイトル"
msgid "Title:"
-msgstr ""
+msgstr "タイトル:"
msgid "Titles and Filenames"
msgstr "タイトルã¨ãƒ•ã‚¡ã‚¤ãƒ«å"
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16294,7 +19458,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16411,6 +19575,12 @@ msgstr "明日"
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr "トピック"
@@ -16420,18 +19590,24 @@ msgstr ""
msgid "Total Contributions"
msgstr "ç·è²¢çŒ®åº¦"
-msgid "Total Time"
-msgstr "åˆè¨ˆæ™‚é–“"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "ã™ã¹ã¦ã®ã‚³ãƒŸãƒƒãƒˆ/マージã®åˆè¨ˆãƒ†ã‚¹ãƒˆæ™‚é–“"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr "åˆè¨ˆ:%{total}"
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16453,9 +19629,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr "データベースã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã›ã‚“。"
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16483,6 +19665,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr "移動先ã®åå‰ç©ºé–“ã«ã€åŒã˜åå‰ã¾ãŸã¯åŒã˜ãƒ‘スをæŒã¤ãƒ—ロジェクトãŒæ—¢ã«å­˜åœ¨ã—ã¾ã™"
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16492,6 +19677,9 @@ msgstr ""
msgid "Trending"
msgstr "トレンド分æž"
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "ミラー更新ã®ãŸã‚ã®ã€ãƒ‘イプライントリガー"
@@ -16519,8 +19707,8 @@ msgstr "トリガーã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚"
msgid "Triggerer"
msgstr "トリガー"
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "トリガーã¯ã€ç‰¹å®šã®ãƒ–ランãƒã¾ãŸã¯ã‚¿ã‚°ã‚’ API 呼ã³å‡ºã—ã§å¼·åˆ¶çš„ã«å†æ§‹ç¯‰ã•ã›ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã“れらã®ãƒˆãƒ¼ã‚¯ãƒ³ã¯ã€ãƒ—ロジェクトã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚„プロジェクトã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©ãªã©ã€é–¢é€£ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’å½è£…ã—ã¾ã™ã€‚"
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -16576,6 +19764,9 @@ msgstr "2è¦ç´ èªè¨¼"
msgid "Type"
msgstr "タイプ"
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16588,24 +19779,39 @@ msgstr "URL"
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr "差分を読ã¿è¾¼ã‚€ã“ã¨ãŒã§ãã¾ã›ã‚“。%{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16630,7 +19836,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16651,6 +19857,9 @@ msgstr ""
msgid "Unknown"
msgstr "ä¸æ˜Ž"
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16702,9 +19911,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr "ã™ã¹ã¦ã®å¤‰æ›´ã®ã‚¹ãƒ†ãƒ¼ã‚¸ã‚’å–り消ã™"
-msgid "Unstage changes"
-msgstr "ステージã—ãŸå¤‰æ›´ã‚’å–り消ã™"
-
msgid "Unstaged"
msgstr "ステージをå–り消ã—"
@@ -16738,6 +19944,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "未検証"
@@ -16798,6 +20007,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16822,9 +20034,6 @@ msgstr "貢献分æžã‚’有効ã«ã™ã‚‹ãŸã‚ã«ã€ãƒ—ランをアップグレー
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "グループ ウェブフックを有効ã«ã™ã‚‹ãŸã‚ã«ã€ãƒ—ランをアップグレード"
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "課題ã®ã‚¦ã‚§ã‚¤ãƒˆã‚’有効ã«ã™ã‚‹ãŸã‚ã«ã€ãƒ—ランをアップグレード"
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "課題ボードã®æ©Ÿèƒ½ã‚’強化ã™ã‚‹ãŸã‚ã«ã€ãƒ—ランをアップグレード"
@@ -16835,7 +20044,7 @@ msgid "Upload <code>GoogleCodeProjectHosting.json</code> here:"
msgstr "<code>GoogleCodeProjectHosting.json</code> をアップロードã—ã¾ã™:"
msgid "Upload CSV file"
-msgstr ""
+msgstr "CSVファイルã®ã‚¢ãƒƒãƒ—ロード"
msgid "Upload New File"
msgstr "æ–°è¦ãƒ•ã‚¡ã‚¤ãƒ«ã‚’アップロード"
@@ -16849,9 +20058,6 @@ msgstr ""
msgid "Upload file"
msgstr "ファイルをアップロード"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr "オブジェクトマップをアップロード"
@@ -16870,11 +20076,14 @@ msgstr "アップロード"
msgid "Upstream"
msgstr "Upstream"
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr "ã„ã„ã­"
msgid "Usage"
-msgstr ""
+msgstr "使ã„æ–¹"
msgid "Usage ping is not enabled"
msgstr ""
@@ -16951,6 +20160,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "グループマイルストーンを使用ã—ã¦ã€åŒã˜ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³å†…ã®è¤‡æ•°ã®ãƒ—ロジェクトã®èª²é¡Œã‚’管ç†ã—ã¾ã™ã€‚"
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr "URI ã”ã¨ã«1行使用"
@@ -16972,6 +20187,9 @@ msgstr "メンãƒãƒ¼ãŒ GitLab ã®ã‚°ãƒ«ãƒ¼ãƒ—ã«ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã™ã‚‹ãŸã‚ã«ä
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17008,6 +20226,9 @@ msgstr "ユーザーマップ"
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr "ユーザー設定"
@@ -17074,7 +20295,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17086,13 +20307,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17125,25 +20346,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17158,10 +20382,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17170,9 +20394,12 @@ msgstr "アクティビティ"
msgid "UserProfile|Already reported for abuse"
msgstr ""
-msgid "UserProfile|Contributed projects"
+msgid "UserProfile|Blocked user"
msgstr ""
+msgid "UserProfile|Contributed projects"
+msgstr "貢献ã—ãŸãƒ—ロジェクト"
+
msgid "UserProfile|Edit profile"
msgstr "プロフィールを編集"
@@ -17230,6 +20457,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr "ã™ã¹ã¦è¡¨ç¤º"
@@ -17257,12 +20487,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr "ユーザー"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17335,13 +20571,25 @@ msgstr ""
msgid "Verified"
msgstr "検証済ã¿"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³"
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17362,6 +20610,10 @@ msgstr ""
msgid "View epics list"
msgstr "エピックリストを表示"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+
msgid "View file @ "
msgstr "ファイルを表示 @ "
@@ -17371,7 +20623,7 @@ msgstr ""
msgid "View group labels"
msgstr "グループラベルを表示"
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17380,7 +20632,7 @@ msgstr "GitLab ã§è¡¨ç¤º"
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17395,6 +20647,9 @@ msgstr "ログã®è¡¨ç¤º"
msgid "View open merge request"
msgstr "オープンãªãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’表示"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "プロジェクトラベルを表示"
@@ -17404,6 +20659,9 @@ msgstr "変更後ファイルを表示 @ "
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17446,19 +20704,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17482,12 +20737,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr "クラス"
@@ -17524,7 +20782,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17533,18 +20794,18 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "ã“ã®ãƒ‡ãƒ¼ã‚¿ã‚’å‚ç…§ã—ãŸã„ã§ã™ã‹ï¼Ÿã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ã«ã¯ç®¡ç†è€…ã«å•ã„åˆã‚ã›ã¦ãã ã•ã„。"
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Warning:"
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
-msgstr "ã‚ãªãŸãŒæŽ¢ã—ã¦ã„ã‚‹æ¡ä»¶ã«åˆã†èª²é¡Œã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚"
-
msgid "We could not determine the path to remove the epic"
msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17554,6 +20815,9 @@ msgstr "%{humanized_resource_name} ã«ã‚¹ãƒ‘ムãŒã‚ã‚‹å¯èƒ½æ€§ã‚’検出ã—ã¾
msgid "We don't have enough data to show this stage."
msgstr "データä¸è¶³ã®ãŸã‚ã€ã“ã®ã‚¹ãƒ†ãƒ¼ã‚¸ã®è¡¨ç¤ºã¯ã§ãã¾ã›ã‚“。"
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17563,6 +20827,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "本人確èªã®ãŸã‚ã€ã‚ãªãŸãŒãƒ­ãƒœãƒƒãƒˆã§ãªã„ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。"
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "Web IDE"
@@ -17593,6 +20860,15 @@ msgstr "ウェイト"
msgid "Weight %{weight}"
msgstr "ウェイト %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17605,6 +20881,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Runner ãŒãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã‚‹å ´åˆã€ä»–ã®ãƒ—ロジェクトã«å‰²ã‚Šå½“ã¦ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "有効ã«ã—ãŸå ´åˆã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒè¦ç´„ã«åŒæ„ã•ã‚Œã‚‹ã¾ã§ GitLab を使用ã§ãã¾ã›ã‚“。"
@@ -17621,12 +20900,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr "誰ãŒã“ã®ã‚°ãƒ«ãƒ¼ãƒ—を見れã¾ã™ã‹ï¼Ÿ"
@@ -17783,6 +21077,9 @@ msgstr "貢献分æžã‚’使用ã™ã‚‹ã¨ã€ã‚ãªãŸã®çµ„ç¹”ã¨ãã®ãƒ¡ãƒ³ãƒã®
msgid "Withdraw Access Request"
msgstr "アクセスリクエストをå–り消ã™"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17801,6 +21098,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "マイルストーンã®èª¬æ˜Žã‚’書ã..."
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17840,8 +21140,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "%{project_full_name} プロジェクトを削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚削除ã•ã‚ŒãŸãƒ—ロジェクトã¯çµ¶å¯¾ã«å…ƒã«ã¯æˆ»ã›ã¾ã›ã‚“ï¼æœ¬å½“ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "å…ƒã®ãƒ—ロジェクト (%{forked_from_project}) ã¨ã®ãƒªãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "%{project_full_name} を別ã®ã‚ªãƒ¼ãƒŠãƒ¼ã«å§”è­²ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -17849,6 +21149,9 @@ msgstr "%{project_full_name} を別ã®ã‚ªãƒ¼ãƒŠãƒ¼ã«å§”è­²ã—よã†ã¨ã—ã¦ã„
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17879,9 +21182,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "ã“れらã®ã‚°ãƒ«ãƒ¼ãƒ—ã¸ã®å‚加をリクエストã™ã‚‹ã“ã¨ã§ã€ç°¡å˜ã«è²¢çŒ®ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
@@ -17930,6 +21248,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -17939,6 +21260,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr "%{linkStart} CI Lint %{linkEnd} ã§.gitlab-ci.ymlをテストã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -17996,6 +21323,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18038,6 +21368,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "アカウントを登録ã™ã‚‹ã«ã¯ã€åˆ©ç”¨è¦ç´„ã¨ãƒ—ライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼ã«åŒæ„ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™"
@@ -18053,6 +21386,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr "パスワードを変更ã™ã‚‹ã«ã¯ã€ç¾åœ¨ã®ãƒ‘スワードを入力ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr "ファイルロック機能を有効ã«ã™ã‚‹ã«ã¯åˆ¥ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ãŒå¿…è¦ã§ã™"
@@ -18116,12 +21455,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "SSH éµã‚’プロフィールã«è¿½åŠ ã—ãªã„é™ã‚Šã€SSH 経由ã§ãƒ—ロジェクトã®ã‚³ãƒ¼ãƒ‰ã‚’プルã—ãŸã‚Šãƒ—ッシュã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“。"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr "ç¾åœ¨ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‹ã‚‰è‡ªå‹•çš„ã«ã‚µã‚¤ãƒ³ã‚¢ã‚¦ãƒˆã•ã‚Œã¾ã™ã€‚"
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "有効ãªæ¯”較を行ã†ãŸã‚ã«ã¯ã€ç•°ãªã‚‹ãƒ–ランãƒåを使用ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18134,15 +21482,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr "ã“ã®ãƒ¡ãƒ¼ãƒ«ã¯ %{host} ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆå®›ã«é€ä¿¡ã•ã‚Œã¾ã—ãŸã€‚"
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "ã“ã®ãƒ¡ãƒ¼ãƒ«ã¯ %{host} ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆå®›ã«é€ä¿¡ã•ã‚Œã¾ã—ãŸã€‚ %{manage_notifications_link}&middot;%{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18152,21 +21506,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "所属グループ"
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18197,6 +21557,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18221,12 +21584,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18254,7 +21623,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18278,6 +21647,13 @@ msgstr ""
msgid "a deleted user"
msgstr "削除ã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼"
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18293,12 +21669,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr "ãã®ä»–ã®ã‚‚ã®"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18308,6 +21696,9 @@ msgstr "æ–°ã—ã„ファイルを添付"
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "ブランãƒå"
@@ -18320,9 +21711,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18350,6 +21738,9 @@ msgstr "%{linkStartTag}ä¾å­˜æ€§ã‚¹ã‚­ãƒ£ãƒ³ã®è©³ç´°%{linkEndTag}"
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr "%{linkStartTag}SAST ã®è©³ç´°%{linkEndTag}"
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr "%{namespace} 㯠%{vulnerability} ã®å½±éŸ¿ã‚’å—ã‘ã¾ã™ã€‚"
@@ -18400,13 +21791,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18440,6 +21824,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "クラス"
@@ -18566,18 +21953,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr "脆弱性を無視ã™ã‚‹éš›ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
-msgid "ciReport|There was an error loading DAST report"
-msgstr "DAST レãƒãƒ¼ãƒˆã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "SAST レãƒãƒ¼ãƒˆã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "コンテナスキャンレãƒãƒ¼ãƒˆã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "ä¾å­˜é–¢ä¿‚スキャンレãƒãƒ¼ãƒˆã®èª­ã¿è¾¼ã¿ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr "無視ã®å–り消ã—中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -18639,6 +22014,9 @@ msgstr "ã‚ãªãŸã¯å…¬é–‹è¨­å®šã«å¤‰æ›´ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ã“ã‚Œã¯
msgid "connecting"
msgstr "接続中"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "秘密éµã‚’読ã¿å–ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸã€‚パスフレーズã¯æ­£ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -18655,6 +22033,9 @@ msgid "day"
msgid_plural "days"
msgstr[0] "æ—¥"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18664,12 +22045,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr "無効"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "完了"
@@ -18719,6 +22106,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18734,12 +22127,18 @@ msgstr ""
msgid "for this project"
msgstr "ã“ã®ãƒ—ロジェクトã§ã¯"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr "グループ"
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18780,6 +22179,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18798,6 +22200,12 @@ msgstr "ã¯æœ‰åŠ¹ãª X509 証明書ã§ã¯ã‚ã‚Šã¾ã›ã‚“。"
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18828,6 +22236,15 @@ msgstr "最新ãƒãƒ¼ã‚¸ãƒ§ãƒ³"
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "%{path_lock_user_name} ã«ã‚ˆã£ã¦ %{created_at} ã«ãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã™ã€‚"
@@ -18843,9 +22260,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "マージリクエスト"
@@ -18856,6 +22270,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18889,9 +22306,6 @@ msgstr "%{metricsLinkStart} メモリ %{metricsLinkEnd} 使用率㌠%{memoryFro
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "%{metricsLinkStart} メモリ %{metricsLinkEnd} 使用率㯠%{memoryFrom} MB㧠%{emphasisStart} 変化ãªã— %{emphasisEnd}"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -18925,8 +22339,8 @@ msgstr "自動マージã®ã‚­ãƒ£ãƒ³ã‚»ãƒ«"
msgid "mrWidget|Check out branch"
msgstr "ブランãƒã®ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆ"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "自動マージ機能ã®æœ‰åŠ¹æ€§ã®ãƒã‚§ãƒƒã‚¯"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "ãƒã‚§ãƒªãƒ¼ãƒ”ック"
@@ -18973,6 +22387,9 @@ msgstr "%{branch} ブランãƒãŒãƒ­ãƒ¼ã‚«ãƒ«ãƒªãƒã‚¸ãƒˆãƒªã«å­˜åœ¨ã™ã‚‹å ´å
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "%{missingBranchName} ブランãƒãŒãƒ­ãƒ¼ã‚«ãƒ«ãƒªãƒã‚¸ãƒˆãƒªã«å­˜åœ¨ã™ã‚‹å ´åˆã¯ã€ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ã‚’使用ã—ã¦ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’手動ã§ãƒžãƒ¼ã‚¸ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr "デプロイ統計を読ã¿è¾¼ã¿ä¸­"
@@ -19153,6 +22570,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "æ–°è¦ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
@@ -19180,7 +22600,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19197,9 +22623,15 @@ msgstr "パスワード"
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19226,6 +22658,9 @@ msgstr "クイックアクション"
msgid "register"
msgstr "登録"
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19254,6 +22689,9 @@ msgstr[0] "返信"
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr "スコア"
@@ -19275,6 +22713,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19284,6 +22725,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19308,6 +22755,9 @@ msgstr "%{slash_command} ã¯ç´¯è¨ˆçµŒéŽæ™‚é–“ã‚’æ›´æ–°ã—ã¾ã™"
msgid "started"
msgstr "開始"
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19326,6 +22776,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "ã“ã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ"
@@ -19408,9 +22864,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "%{additions} 件ã®è¿½åŠ ã¨ %{deletions} 件ã®å‰Šé™¤ãŒã‚ã‚Šã¾ã™ã€‚"
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "%d 分以内"
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr "yaml ãŒç„¡åŠ¹ã§ã™"
+
diff --git a/locale/ka_GE/gitlab.po b/locale/ka_GE/gitlab.po
index 1fedf5963b1..fea8c3eee58 100644
--- a/locale/ka_GE/gitlab.po
+++ b/locale/ka_GE/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Georgian\n"
"Language: ka_GE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: ka\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:25\n"
+"PO-Revision-Date: 2020-01-22 09:35\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/ko/gitlab.po b/locale/ko/gitlab.po
index 01e94b78a92..e15b0917490 100644
--- a/locale/ko/gitlab.po
+++ b/locale/ko/gitlab.po
@@ -2,21 +2,20 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Korean\n"
"Language: ko_KR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: ko\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:58\n"
+"PO-Revision-Date: 2020-01-22 09:29\n"
msgid " (from %{timeoutSource})"
-msgstr ""
+msgstr " (%{timeoutSource} 로부터)"
msgid " Please sign in."
msgstr " ë¡œê·¸ì¸ í•´ì£¼ì„¸ìš”."
@@ -31,10 +30,10 @@ msgid " and"
msgstr " 그리고"
msgid " and "
-msgstr ""
+msgstr " 그리고 "
msgid " and %{sliced}"
-msgstr ""
+msgstr " 그리고 %{sliced}"
msgid " degraded on %d point"
msgid_plural " degraded on %d points"
@@ -48,17 +47,20 @@ msgid " or "
msgstr " ë˜ëŠ” "
msgid " or <!merge request id>"
-msgstr ""
-
-msgid " or <#epic id>"
-msgstr " ë˜ëŠ” <#epic id>"
+msgstr " ë˜ëŠ” <!merge request id>"
msgid " or <#issue id>"
msgstr " ë˜ëŠ” <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "\"%{path}\"는 \"%{ref}\"ì— ì¡´ìž¬í•˜ì§€ 않습니다"
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%dê°œì˜ ëŒ“ê¸€"
@@ -86,9 +88,9 @@ msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] "%d 내보내기"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%dê±´ì˜ í…ŒìŠ¤íŠ¸ê°€ 실패하였습니다."
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] "%d ê±´ì˜ í…ŒìŠ¤íŠ¸ 실패/ì—러가 ë°œìƒ"
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -96,7 +98,7 @@ msgstr[0] "%dê±´ì˜ í…ŒìŠ¤íŠ¸ 결과를 고쳤습니다."
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
-msgstr[0] ""
+msgstr[0] "%d ê°œì˜ ì ‘ê·¼ 불가능한 머지 요청"
msgid "%d issue"
msgid_plural "%d issues"
@@ -124,20 +126,32 @@ msgstr[0] "%d 측정치"
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] ""
+msgstr[0] "%d 분"
msgid "%d more comment"
msgid_plural "%d more comments"
msgstr[0] "%d 댓글 ë” ë³´ê¸°"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d 프로ì íŠ¸"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d ê±´ì˜ ê²½ê³ ê°€ 있는 요청"
+
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] ""
+msgstr[0] "%d ì´ˆ"
msgid "%d staged change"
msgid_plural "%d staged changes"
msgstr[0] "%dê°œì˜ ìŠ¤í…Œì´ì§•ëœ 변경사항"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%dê°œì˜ ìŠ¤í…Œì´ì§•ë˜ì§€ ì•Šì€ ë³€ê²½ì‚¬í•­"
@@ -150,11 +164,14 @@ msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
msgid "%{authorsName}'s thread"
-msgstr ""
+msgstr "%{authorsName} ì˜ ìŠ¤ë ˆë“œ"
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_timeago} ì— %{commit_author_link} ë‹˜ì´ ì»¤ë°‹í•˜ì˜€ìŠµë‹ˆë‹¤."
+msgid "%{cores} cores"
+msgstr "%{cores} 코어"
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -166,7 +183,7 @@ msgid "%{count} approvals from %{name}"
msgstr "%{name}께서 %{count} ê±´ì˜ ìŠ¹ì¸"
msgid "%{count} files touched"
-msgstr ""
+msgstr "%{count} 파ì¼ì´ 변경ë˜ì—ˆìŠµë‹ˆë‹¤"
msgid "%{count} more"
msgstr "%{count} ê°œ ë”보기"
@@ -174,6 +191,10 @@ msgstr "%{count} ê°œ ë”보기"
msgid "%{count} more assignees"
msgstr "%{count}ëª…ì˜ ë‹´ë‹¹ìž"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "%{count} 보다 릴리즈"
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{name}ë‹˜ì´ %{required} 중 %{count} 승ì¸"
@@ -188,14 +209,23 @@ msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
msgstr[0] "%{count}ê°œì˜ ëŒ€ê¸°ì¤‘ì¸ ëŒ“ê¸€ "
-msgid "%{duration}ms"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count} ê±´ê³¼ ê´€ë ¨ëœ %{pluralized_subject}: %{links}"
+
+msgid "%{days} days until tags are automatically removed"
msgstr ""
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
+msgid "%{duration}ms"
+msgstr "%{duration}ms"
+
msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
msgstr "%{edit_in_new_fork_notice} ì´ ì»¤ë°‹ì— ëŒ€í•´ cherry-pickì„ ë‹¤ì‹œ ì‹œë„하세요."
msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} 새로운 디렉토리를 만들어주세요."
msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
msgstr "%{edit_in_new_fork_notice} ì´ ì»¤ë°‹ì— ëŒ€í•´ ë˜ëŒë¦¬ê¸°ë¥¼ 다시 ì‹œë„하세요."
@@ -212,8 +242,8 @@ msgstr "%{filePath} ì‚­ì œë¨"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} ë”보기"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "ì´ ì»¤ë°‹ì—ì„œ %{gitlab_ci_yml} 파ì¼ì„ 찾지 못했습니다"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}그룹%{group_docs_link_end}ì„ ì‚¬ìš©í•˜ë©´ 여러 프로ì íŠ¸ë¥¼ 관리하고 ê³µë™ ìž‘ì—…ì„ ìˆ˜í–‰ í•  수 있습니다. 그룹 회ì›ì€ 모든 프로ì íŠ¸ì— 액세스 í•  수 있습니다."
@@ -227,6 +257,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType}ì´ ì‚­ì œë©ë‹ˆë‹¤! 확실합니까?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} 사용할 수 ì—†ìŒ"
@@ -242,6 +278,9 @@ msgstr "Forkí•œ ì›ë³¸ 프로ì íŠ¸ê°€ ë” ë‚®ì€ ê³µê°œ 수준으로 설정ë˜ì
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}ì—­í•  ê¶Œí•œì— ëŒ€í•´ ìžì„¸ížˆ 알아보기%{link_end}"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -252,7 +291,7 @@ msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} 경로는 GitLab User %{lock_user_id} ì— ì˜í•´ 잠겼습니다."
msgid "%{mergeLength}/%{usersLength} can merge"
-msgstr ""
+msgstr "%{mergeLength}/%{usersLength} 머지 가능"
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, ì´ ì´ìŠˆëŠ” ìžë™ìœ¼ë¡œ í´ë¡œì¦ˆ ë©ë‹ˆë‹¤."
@@ -272,9 +311,25 @@ msgstr "%{default_branch} 로부터 %{number_commits_behind} commits behind, %{n
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% 완료"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr "%{percent}%{percentSymbol} 완료"
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary}(%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases} 릴리즈"
+
msgid "%{service_title} activated."
msgstr "%{service_title} 활성화 ë¨."
@@ -296,6 +351,18 @@ msgstr "%{size} bytes"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} (ì´)ê°€ Akismetì— ì„±ê³µì ìœ¼ë¡œ 제출ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} ì—픽"
@@ -310,6 +377,10 @@ msgstr[0] "%{strong_start}%{commit_count}%{strong_end} 커밋"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} 파ì¼"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} 태그"
@@ -317,6 +388,18 @@ msgstr[0] "%{strong_start}%{tag_count}%{strong_end} 태그"
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files} 파ì¼"
@@ -330,6 +413,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} 변경"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} ê±´ì´ ìŠ¤í…Œì´ì§•ë˜ì§€ 않았고, %{staged} ê±´ì´ ìŠ¤í…Œì´ì§• ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -340,16 +432,16 @@ msgid "%{userName} (cannot merge)"
msgstr ""
msgid "%{userName}'s avatar"
-msgstr ""
+msgstr "%{userName}ì˜ ì•„ë°”íƒ€"
msgid "%{user_name} profile page"
msgstr "%{user_name} 프로필 페ì´ì§€"
msgid "%{username}'s avatar"
-msgstr ""
+msgstr "%{username}ì˜ ì•„ë°”íƒ€"
msgid "%{value} ms"
-msgstr ""
+msgstr "%{value} ms"
msgid "%{verb} %{time_spent_value} spent time."
msgstr "%{verb} %{time_spent_value} ì‹œê°„ì´ ì§€ë‚¬ìŠµë‹ˆë‹¤."
@@ -361,7 +453,7 @@ msgid "'%{source}' is not a import source"
msgstr "'%{source}' 는 ìž„í¬íŠ¸ 소스가 아닙니다."
msgid "'%{template_name}' is unknown or invalid"
-msgstr ""
+msgstr "'%{template_name}'ì„ ì•Œ 수 없거나 유효하지 않습니다"
msgid "(%d closed)"
msgid_plural "(%d closed)"
@@ -403,12 +495,20 @@ msgstr "+%{extraOptionCount} ê°œ ë”보기"
msgid ", or "
msgstr ", ë˜ëŠ” "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Runner ê°€ 활성화ë˜ì—ˆê³ , 새로운 ìž‘ì—…ì„ ì²˜ë¦¬í•  수 있습니다."
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Runner ê°€ ì¼ì‹œì •ì§€ ë˜ì–´ 새로운 ìž‘ì—…ì„ ë°›ì„ ìˆ˜ 없습니다."
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+
msgid "- show less"
msgstr "-ëœ ë³´ê¸°"
@@ -436,16 +536,25 @@ msgid_plural "%{merge_requests} closed merge requests"
msgstr[0] "%{merge_requests} ê±´ì˜ ë¨¸ì§€ë¦¬í€˜ìŠ¤íŠ¸ 닫힘"
msgid "1 day"
-msgstr "1 ì¼"
+msgid_plural "%d days"
+msgstr[0] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "%d 그룹"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "%{merge_requests} ê±´ì˜ ë¨¸ì§€ë¦¬í€˜ìŠ¤íŠ¸ 머지ë¨"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "%{issues} ê°œì˜ ì˜¤í”ˆëœ ì´ìŠˆ"
@@ -470,17 +579,26 @@ msgid "1 week"
msgstr "1 주"
msgid "1-9 contributions"
-msgstr ""
+msgstr "1 ê°œ ì´ìƒ 참여"
msgid "10-19 contributions"
-msgstr ""
+msgstr "10 ê°œ ì´ìƒ 참여"
msgid "1st contribution!"
msgstr "첫번째 기여!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29 회 참여"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "2단계 ì¸ì¦(2FA)"
@@ -493,12 +611,18 @@ msgstr "3 ì¼"
msgid "3 hours"
msgstr "3 시간"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 분"
msgid "30+ contributions"
msgstr "30 ê°œ ì´ìƒ 참여"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "403|ê¶Œí•œì„ ì–»ìœ¼ë ¤ë©´ GitLab 관리ìžì—게 문ì˜í•˜ì‹­ì‹œì˜¤."
@@ -514,9 +638,15 @@ msgstr "페ì´ì§€ë¥¼ ì°¾ì„ ìˆ˜ 없습니다"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "ì´ê²ƒì´ ì‹¤ìˆ˜ì— ì˜í•œ 것ì´ë¼ê³  ìƒê°í•œë‹¤ë©´ GitLab 관리ìžì—게 문ì˜í•˜ì„¸ìš”."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 시간"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> ì€ ì›ëž˜ johnsmith@example.comì´ ìƒì„±í•œ 모든 ì´ìŠˆì™€ ì˜ê²¬ì— \"By <a href=\"#\">@johnsmith</a>\"ì„ ì¶”ê°€í•˜ê³  ì›ëž˜ johnsmith@example.comì— í• ë‹¹ëœ ëª¨ë“  ì´ìŠˆì— 양수ì¸ìœ¼ë¡œ <a href=\"#\">@ johnsmith</a> ë¡œ 설정합니다."
@@ -538,17 +668,11 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength}개가 스테ì´ì§•ë˜ì§€ 않았고, %{stagedFilesLength}개가 스테ì´ì§•</strong>ëœ ë³€ê²½ì‚¬í•­"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> ìƒì„±ë¨, <strong>%{accepted_count}</strong> 허용ë¨."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> ìƒì„±ë¨, <strong>%{closed_count}</strong> 닫힘."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> 그룹 멤버"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong> íšŒì˜ í‘¸ì‹œ, <strong>%{commits}</strong> 회 ì´ìƒì˜ ì»¤ë°‹ì´ <strong>%{people}</strong> 기여ìžì— ì˜í•´ ì¼ì–´ 났습니다. "
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "소스 브랜치 <strong>삭제</strong>"
@@ -575,6 +699,9 @@ msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is
msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
+msgstr "ì´ë©”ì¼ ì£¼ì†Œë¥¼ ì‚¬ìš©í•˜ì—¬ì´ GitLab ì„¤ì¹˜ì— ëŒ€í•´ Let 's Encrypt ê³„ì •ì´ êµ¬ì„±ë©ë‹ˆë‹¤. ì¸ì¦ì„œ 만료를 경고하는 ì´ë©”ì¼ì„ 받게ë©ë‹ˆë‹¤."
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
msgstr ""
msgid "A default branch cannot be chosen for an empty project."
@@ -583,10 +710,28 @@ msgstr "빈 프로ì íŠ¸ì—서는 기본 브랜치를 ì„ íƒí•  수 없습니다
msgid "A deleted user"
msgstr "ì‚­ì œëœ ì‚¬ìš©ìž"
-msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
msgstr ""
+msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgstr "í¬í¬ëŠ” 프로ì íŠ¸ì˜ 사본입니다.<br />저장소를 í¬í¬í•˜ë©´ ì›ëž˜ 프로ì íŠ¸ì— ì˜í–¥ì„주지 ì•Šê³  변경할 수 있습니다."
+
msgid "A member of the abuse team will review your report as soon as possible."
+msgstr "사ì´ë²„ í­ë ¥ ë°©ì§€íŒ€ì´ ìµœëŒ€í•œ 빨리 ê·€í•˜ì˜ ë¦¬í¬íŠ¸ë¥¼ 검토할 것 입니다."
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
msgstr ""
msgid "A new branch will be created in your fork and a new merge request will be started."
@@ -598,6 +743,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "프로ì íŠ¸ëŠ” 파ì¼ì„ 저장하고 (저장소), ìž‘ì—… 계íšì„ 세우며 (ì´ìŠˆ), 문서를 게시하는 ê³³ (위키) 입니다, %{among_other_things_link}."
@@ -607,8 +755,8 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "ìž‘ì—… 트레ì´ìŠ¤ì˜ 테스트 커버리지 결과를 알아 보기 위해 사용ë˜ëŠ” 정규표현ì‹ìž…니다. ë¬´íš¨ì¼ ê²½ìš° 공백입니다."
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
msgid "A secure token that identifies an external storage request."
msgstr ""
@@ -622,9 +770,21 @@ msgstr "API ë„움ë§"
msgid "API Token"
msgstr "API 토í°"
-msgid "Abort"
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
msgstr ""
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "Abort"
+msgstr "중지"
+
msgid "About GitLab"
msgstr "GitLabì— ëŒ€í•˜ì—¬"
@@ -670,9 +830,12 @@ msgstr "액세스 금지. ì ‘ê·¼ ê¶Œí•œì„ í™•ì¸í•˜ì„¸ìš”."
msgid "Access to '%{classification_label}' not allowed"
msgstr "%{classification_label} ì— ëŒ€í•œ 액세스가 허용ë˜ì§€ 않습니다."
-msgid "AccessDropdown|Groups"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
msgstr ""
+msgid "AccessDropdown|Groups"
+msgstr "그룹"
+
msgid "AccessDropdown|Roles"
msgstr ""
@@ -692,16 +855,16 @@ msgid "AccessTokens|Are you sure? Any issue email addresses currently in use wil
msgstr ""
msgid "AccessTokens|Created"
-msgstr ""
+msgstr "액세스 í† í° | 만들어진"
msgid "AccessTokens|Feed token"
-msgstr ""
+msgstr "AccessTokens | 피드 토í°"
msgid "AccessTokens|Incoming email token"
-msgstr ""
+msgstr "AccessTokens|수신 ì´ë©”ì¼ í† í°"
msgid "AccessTokens|It cannot be used to access any other data."
-msgstr ""
+msgstr "AccessTokens | 다른 ë°ì´í„°ì— 액세스하는 ë° ì‚¬ìš©í•  수 없습니다."
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
msgstr ""
@@ -737,18 +900,24 @@ msgid "AccessTokens|Your static object token is used to authenticate you when re
msgstr ""
msgid "AccessTokens|reset it"
-msgstr ""
+msgstr "AccessTokens | 재설정"
msgid "Account"
msgstr "계정"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr "계정과 제한"
msgid "Account: %{account}"
-msgstr ""
+msgstr "계정: %{account}"
msgid "Action to take when receiving an alert."
+msgstr "ê²½ê³ ë¥¼ë°›ì„ ë•Œ 취할 조치."
+
+msgid "Activate"
msgstr ""
msgid "Activate Service Desk"
@@ -758,7 +927,7 @@ msgid "Active"
msgstr "활성"
msgid "Active %{type} Tokens (%{token_length})"
-msgstr ""
+msgstr "활성 %{type} í† í° (%{token_length})"
msgid "Active Sessions"
msgstr "í™œì„±í™”ëœ ì„¸ì…˜"
@@ -771,7 +940,7 @@ msgstr "추가"
msgid "Add %d issue"
msgid_plural "Add %d issues"
-msgstr[0] ""
+msgstr[0] "ì´ìŠˆ %d 추가"
msgid "Add CHANGELOG"
msgstr "ë³€ê²½ëœ ë¡œê·¸ 추가"
@@ -780,7 +949,7 @@ msgid "Add CONTRIBUTING"
msgstr "컨트리뷰팅 추가"
msgid "Add GitLab to Slack"
-msgstr ""
+msgstr "ìŠ¬ëž™ì— GitLab 추가"
msgid "Add Group Webhooks and GitLab Enterprise Edition."
msgstr "그룹 Webhooks ë° GitLab Enterprise Editionì„ ì¶”ê°€"
@@ -791,6 +960,9 @@ msgstr "Jaeger URL 추가"
msgid "Add Kubernetes cluster"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° 추가"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr "README 추가"
@@ -798,22 +970,22 @@ msgid "Add Zoom meeting"
msgstr ""
msgid "Add a %{type} token"
-msgstr ""
+msgstr "%{type} í† í° ì¶”ê°€"
msgid "Add a GPG key"
msgstr "GPG 키 추가"
msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
-msgstr ""
+msgstr "ê´€ë¦¬ìž ì‚¬ì´ë“œ ë°”ì˜ ëª¨ë‹ˆí„°ë§ ì„¹ì…˜ì— Grafana ë²„íŠ¼ì„ ì¶”ê°€í•˜ì—¬ GitLabì˜ ìƒíƒœ ë° ì„±ëŠ¥ì— ëŒ€í•œ 다양한 ëª¨ë‹ˆí„°ë§ ìžë£Œì— 액세스 하십시오."
msgid "Add a To Do"
-msgstr ""
+msgstr "í• ì¼ ì¶”ê°€"
msgid "Add a bullet list"
msgstr ""
msgid "Add a general comment to this %{noteableDisplayName}."
-msgstr ""
+msgstr "ì´ %{noteableDisplayName} ì— ì¼ë°˜ì ì¸ 코멘트를 추가 합니다."
msgid "Add a general comment to this %{noteable_name}."
msgstr "ì´ %{noteable_name} ì— ì¼ë°˜ì ì¸ 코멘트를 추가 합니다."
@@ -825,7 +997,7 @@ msgid "Add a link"
msgstr "ë§í¬ 추가"
msgid "Add a numbered list"
-msgstr ""
+msgstr "번호 매기기 ëª©ë¡ ì¶”ê°€"
msgid "Add a table"
msgstr "í…Œì´ë¸” 추가"
@@ -839,15 +1011,15 @@ msgstr "모든 ì´ë©”ì¼ì— í‘œì‹œë  í…스트를 추가합니다. %{character_
msgid "Add an SSH key"
msgstr "SSH 키 추가"
+msgid "Add an existing issue to the epic."
+msgstr ""
+
msgid "Add an issue"
msgstr "ì´ìŠˆ 추가"
msgid "Add approval rule"
msgstr ""
-msgid "Add approvers"
-msgstr "승ì¸ìž 추가"
-
msgid "Add bold text"
msgstr "êµµì€ ë¬¸ìžì—´ 추가"
@@ -887,18 +1059,21 @@ msgstr "새 애플리케ì´ì…˜ 추가"
msgid "Add new directory"
msgstr "새 디렉토리 추가"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr "ë°˜ì‘ ì¶”ê°€"
-msgid "Add to Slack"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
msgstr ""
+msgid "Add to Slack"
+msgstr "ìŠ¬ëž™ì— ì¶”ê°€"
+
msgid "Add to epic"
msgstr ""
@@ -908,9 +1083,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr "프로ì íŠ¸ì— 추가"
-
msgid "Add to review"
msgstr "리뷰 추가"
@@ -923,29 +1095,32 @@ msgstr "ê·¸ë£¹ì— ì‚¬ìš©ìž ì¶”ê°€:"
msgid "Add users to group"
msgstr "ê·¸ë£¹ì— ì‚¬ìš©ìž ì¶”ê°€"
-msgid "AddMember|No users specified."
+msgid "Add webhook"
msgstr ""
+msgid "AddMember|No users specified."
+msgstr "íšŒì› ì¶”ê°€ | 사용ìžë¥¼ 지정하지 않았습니다."
+
msgid "AddMember|Too many users specified (limit is %{user_limit})"
-msgstr ""
+msgstr "너무 ë§Žì€ ì‚¬ìš©ìžê°€ 지정ë˜ì—ˆìŠµë‹ˆë‹¤ (ì œí•œì€ %{user_limit}명 입니다)."
msgid "Added"
-msgstr ""
+msgstr "추가ë¨"
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
msgstr ""
msgid "Added a To Do."
-msgstr ""
+msgstr "í• ì¼ì— 추가ë¨."
msgid "Added an issue to an epic."
msgstr ""
msgid "Added at"
-msgstr ""
+msgstr "ì— ì¶”ê°€ë¨"
msgid "Added in this version"
msgstr ""
@@ -960,7 +1135,7 @@ msgid "Additional text"
msgstr "추가 í…스트"
msgid "Adds"
-msgstr ""
+msgstr "추가하기"
msgid "Adds %{epic_ref} as child epic."
msgstr ""
@@ -977,6 +1152,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "ê´€ë¦¬ìž ì˜ì—­"
@@ -986,14 +1164,17 @@ msgstr "ê´€ë¦¬ìž ê°œìš”"
msgid "Admin Section"
msgstr "ê´€ë¦¬ìž ì„¹ì…˜"
-msgid "Admin notes"
+msgid "Admin mode already enabled"
+msgstr ""
+
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "%{username}ì„ ì˜êµ¬ì ìœ¼ë¡œ 삭제하려고 합니다. ì´ìŠˆ, 머지 리퀘스트(MR) ë° ì—°ê²°ëœ ê·¸ë£¹ì´ \"Ghost-user\"으로 변경ë©ë‹ˆë‹¤. ë°ì´í„° ì†ì‹¤ì„ 방지하기 위해 %{strong_start}차단 사용ìž%{strong_end} ê¸°ëŠ¥ì„ ì‚¬ìš©í•´ë³´ì„¸ìš”. %{strong_start}ì‚¬ìš©ìž ì‚­ì œ%{strong_end}ì‹œ ë˜ëŒë¦¬ê±°ë‚˜, 복구할 수 없습니다."
+msgid "Admin mode enabled"
+msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "%{username}ì„ ì˜êµ¬ì ìœ¼ë¡œ 삭제하려고 합니다. ì´ìŠˆ, 머지 리퀘스트(MR) ë° ì—°ê²°ëœ ê·¸ë£¹ì´ ì‚­ì œë©ë‹ˆë‹¤. ë°ì´í„° ì†ì‹¤ì„ 방지하기 위해 %{strong_start}ì‚¬ìš©ìž ì°¨ë‹¨%{strong_end} ê¸°ëŠ¥ì„ ì‚¬ìš©í•´ë³´ì„¸ìš”. %{strong_start}ì‚¬ìš©ìž ì‚­ì œ%{strong_end}ì‹œ ë˜ëŒë¦¬ê±°ë‚˜, 복구할 수 없습니다."
+msgid "Admin notes"
+msgstr "관리 노트"
msgid "AdminArea|Stop all jobs"
msgstr "모든 작업 중지"
@@ -1010,11 +1191,17 @@ msgstr "ìž‘ì—… ì¤‘ì§€ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤."
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "모든 ìž‘ì—…ì„ ì¤‘ì§€í•©ë‹ˆë‹¤. 현재 ì‹¤í–‰ì¤‘ì¸ ëª¨ë“  ìž‘ì—…ì´ ì¤‘ì§€ë©ë‹ˆë‹¤."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
msgid "AdminNote|Note"
-msgstr ""
+msgstr "관리 노트 | 참고"
msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
msgstr "%{projectName}프로ì íŠ¸, 저장소 ë° ë¬¸ì œ, 머지 리퀘스트(MR) ë“±ì„ í¬í•¨í•œ 모든 관련 리소스를 ì˜êµ¬ížˆ 삭제하려고합니다. 확ì¸í•˜ê³  %{strong_start}프로ì íŠ¸ ì‚­ì œ%{strong_end}를 누르면 실행 취소 ë˜ëŠ” 복구를 í•  수 없습니다."
@@ -1032,7 +1219,7 @@ msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto DevOps ë„ë©”ì¸"
msgid "AdminSettings|Enable shared runners for new projects"
-msgstr ""
+msgstr "관리ìžì„¤ì • | 새 프로ì íŠ¸ì— 공유 러너 활성화"
msgid "AdminSettings|Environment variables are protected by default"
msgstr "환경 변수는 기본ì ìœ¼ë¡œ 보호ë©ë‹ˆë‹¤."
@@ -1047,7 +1234,7 @@ msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
-msgstr ""
+msgstr "ê´€ë¦¬ìž ì„¤ì • | 템플릿 ì„ íƒ"
msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
msgstr ""
@@ -1100,15 +1287,39 @@ msgstr "관리ìž"
msgid "AdminUsers|Admins"
msgstr "관리ìžë“¤"
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr "ì‚¬ìš©ìž ì°¨ë‹¨"
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr "차단ë¨"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "LDAP ì°¨ë‹¨ëœ ì‚¬ìš©ìžì˜ ì°¨ë‹¨ì„ í•´ì œí•  수 없습니다."
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr " ì‚¬ìš©ìž %{username}와 기여를 삭제하시겠습니까?"
@@ -1124,15 +1335,36 @@ msgstr "사용ìžì™€ 기여 ì‚­ì œ"
msgid "AdminUsers|External"
msgstr "외부"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "ì´ê²ƒì€ 나!"
msgid "AdminUsers|New user"
msgstr "새로운 유저"
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr "유저를 ì°¾ì„ ìˆ˜ ì—†ìŒ"
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr "ì´ë¦„, ì´ë©”ì¼, ì‚¬ìš©ìž ì´ë¦„으로 검색"
@@ -1145,26 +1377,53 @@ msgstr "유저ì—게 ì´ë©”ì¼ ë³´ë‚´ê¸°"
msgid "AdminUsers|Sort by"
msgstr "정렬 기준"
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "확ì¸ì„ 위해 %{projectName} 를 입력해주세요."
msgid "AdminUsers|To confirm, type %{username}"
msgstr "확ì¸ì„ 위해 %{username} ì„ ìž…ë ¥í•˜ì„¸ìš”"
-msgid "AdminUsers|User will be blocked"
-msgstr "사용ìžê°€ 차단 ë©ë‹ˆë‹¤."
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
msgid "AdminUsers|Without projects"
msgstr "프로ì íŠ¸ ì—†ì´"
-msgid "Advanced"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Advanced"
+msgstr "고급"
+
msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
msgstr "고급 사용 권한, 대용량 íŒŒì¼ ì €ìž¥ì†Œì™€ ì´ì¤‘-ì¸ì¦ 설정"
msgid "Advanced search functionality"
-msgstr ""
+msgstr "고급 검색 기능"
msgid "Advanced settings"
msgstr "고급 설정"
@@ -1173,7 +1432,7 @@ msgid "After a successful password update you will be redirected to login screen
msgstr "비밀번호가 성공ì ìœ¼ë¡œ ë³€ê²½ëœ ë’¤ì— ë¡œê·¸ì¸ í™”ë©´ìœ¼ë¡œ ì´ë™ 합니다."
msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
-msgstr ""
+msgstr "비밀번호 ì—…ë°ì´íŠ¸ì— 성공하면, 새 비밀번호로 ë¡œê·¸ì¸ í•  수있는 ë¡œê·¸ì¸ íŽ˜ì´ì§€ë¡œ 리디렉션 ë©ë‹ˆë‹¤."
msgid "Alert"
msgid_plural "Alerts"
@@ -1188,6 +1447,12 @@ msgstr ""
msgid "Alerts"
msgstr "알림"
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "ì „ì²´"
@@ -1195,37 +1460,46 @@ msgid "All Members"
msgstr "모든 맵버"
msgid "All branches"
-msgstr ""
+msgstr "모든 브랜치"
msgid "All changes are committed"
msgstr "모든 ë³€ê²½ì‚¬í•­ì´ ì»¤ë°‹ë˜ì—ˆìŠµë‹ˆë‹¤."
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
-msgstr ""
+msgstr "모든 ì´ë©”ì¼ ì£¼ì†ŒëŠ” ì»¤ë°‹ì„ ì‹ë³„하는 ë° ì‚¬ìš©ë©ë‹ˆë‹¤."
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "모든 ê¸°ëŠ¥ì€ ë¹„ì–´ìžˆëŠ” 프로ì íŠ¸, 템플릿, 가져올 ë•Œ 사용할 수 있지만 ë‚˜ì¤‘ì— í”„ë¡œì íŠ¸ 설정ì—ì„œ 비활성화 í•  수 있습니다."
msgid "All groups and projects"
+msgstr "모든 그룹과 프로ì íŠ¸"
+
+msgid "All issues for this milestone are closed."
msgstr ""
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "현재 마ì¼ìŠ¤í†¤ì— ê´€ë ¨ëœ ëª¨ë“  ì´ìŠˆë“¤ì´ 마ê°ë˜ì—ˆìŠµë‹ˆë‹¤. 현재 마ì¼ìŠ¤í†¤ì„ 마ê°í•  수 있습니다."
msgid "All merge conflicts were resolved. The merge request can now be merged."
+msgstr "모든 병합 충ëŒì´ í•´ê²°ë˜ì—ˆìŠµë‹ˆë‹¤. ì´ì œ 병합 ìš”ì²­ì„ ë³‘í•© í•  수 있습니다."
+
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
msgstr ""
msgid "All projects"
msgstr "모든 프로ì íŠ¸"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr "모든 사용ìž"
msgid "All users must have a name."
-msgstr ""
+msgstr "모든 사용ìžëŠ” ì´ë¦„ì´ ìžˆì–´ì•¼í•©ë‹ˆë‹¤."
msgid "Allow \"%{group_name}\" to sign you in"
msgstr "\"%{group_name}\"ì„ ìž…ë ¥í•˜ë©´ ë¡œê·¸ì¸ í•  수 있습니다."
@@ -1236,9 +1510,6 @@ msgstr "ëŒ€ìƒ ë¸Œëžœì¹˜ì— ë¨¸ì§€í•  수 있는 ë©¤ë²„ì˜ ì»¤ë°‹ì„ í—ˆìš©í•©ë‹
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1251,6 +1522,9 @@ msgstr "출력 로그 ë° ì•„í‹°íŒ©íŠ¸ë¥¼ í¬í•¨í•˜ì—¬ 파ì´í”„ ë¼ì¸ ë° ìž‘ì
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Asciidoc 문서ì—ì„œ PlantUML 다ì´ì–´ê·¸ëž¨ ë Œë”ë§ì„ 허용합니다."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr "후í¬ì™€ 서비스ì—ì„œ 로컬 네트워í¬ì— 대한 ìš”ì²­ì„ í—ˆìš©í•©ë‹ˆë‹¤."
@@ -1266,11 +1540,8 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr "사용ìžê°€ 액세스를 요청하ë„ë¡ í—ˆìš©"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "가시성 í¼ë¸”릭 ë˜ëŠ” ì¸í„°ë„ ì¼ ê²½ìš° 사용ìžê°€ 액세스를 요청 í•  수 있습니다."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -1281,6 +1552,9 @@ msgstr "실패 허용ë¨"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ 추가하고 관리 í•  수 ​​있습니다."
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "\"issuer\" ë˜ëŠ” \"Relying party trust identifier\" ë¼ê³ ë„ 합니다."
@@ -1290,6 +1564,18 @@ msgstr "\"Relying party service URL\" ë˜ëŠ” \"Reply URL\"ì´ë¼ê³ ë„ 합니다
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "사용ìžê°€ 다중 ì¸ì¦ì„ 강제로 구성해야 í•  ì‹œê°„ì„ ê±´ë„ˆ 뛸 수있는 기간 (시간)"
@@ -1318,7 +1604,7 @@ msgid "An error occurred fetching the approvers for the new rule."
msgstr "새로운 ê·œì¹™ì— ëŒ€í•œ 승ì¸ìž 목ë¡ì„ 가져오는 ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred fetching the dropdown data."
-msgstr ""
+msgstr "드롭다운 ë°ì´í„°ë¥¼ 가져오는 ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred previewing the blob"
msgstr "BLOB 미리보기 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -1335,12 +1621,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr "ì´ìŠˆ ì¤‘ìš”ë„ ì—…ë°ì´íŠ¸ 중 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr "ëŒ“ê¸€ì„ ì‚­ì œí•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "호스트 í‚¤ë“¤ì„ ì‚­ì œí•˜ë˜ ì¤‘ 오류가 ë°œìƒ í–ˆìŠµë‹ˆë‹¤."
@@ -1359,6 +1654,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr "í´ë” ë‚´ìš©ì„ ê°€ì ¸ 오는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -1392,12 +1690,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr "ìž‘ì—… 로그를 가져 오는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "ìž‘ì—…ì„ ê°€ì ¸ 오는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred while fetching the jobs."
msgstr "ìž‘ì—…ì„ ê°€ì ¸ 오는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "파ì´í”„ë¼ì¸ì„ ë°˜ì˜í•˜ë˜ 중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
@@ -1410,6 +1714,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "프로ì íŠ¸ë¥¼ 가져오는 ë™ì•ˆ 오류가 ë°œìƒ í–ˆìŠµë‹ˆë‹¤."
@@ -1419,6 +1726,9 @@ msgstr "프로ì íŠ¸ë¥¼ ê°€ì ¸ì˜¤ë˜ ì¤‘ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤: %{details
msgid "An error occurred while initializing path locks"
msgstr "경로 ìž ê¸ˆì„ ì´ˆê¸°í™”í•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "차트 ë°ì´í„°ë¥¼ ë¡œë“œí•˜ë˜ ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -1434,9 +1744,39 @@ msgstr "ì°¨ì´ì ì„ 로드하는 ë™ì•ˆ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
msgid "An error occurred while loading filenames"
msgstr "íŒŒì¼ ì´ë¦„ì„ ë¡œë“œí•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr "íŒŒì¼ ë¡œë“œ 중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "êµ¬ë… ì •ë³´ë¥¼ 불러오는 ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -1474,13 +1814,16 @@ msgid "An error occurred while saving assignees"
msgstr "담당ìžë¥¼ 저장하는 중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
msgid "An error occurred while saving the approval settings"
+msgstr "ìŠ¹ì¸ ì„¤ì •ì„ ì €ìž¥í•˜ëŠ” ë™ì•ˆ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
+
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
msgid "An error occurred while subscribing to notifications."
msgstr "ì•Œë¦¼ì„ êµ¬ë…하는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred while triggering the job."
-msgstr ""
+msgstr "ìž‘ì—…ì„ íŠ¸ë¦¬ê±°í•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
@@ -1489,46 +1832,16 @@ msgid "An error occurred while unsubscribing to notifications."
msgstr "알림 구ë…ì„ í•´ì œí•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred while updating approvers"
-msgstr ""
+msgstr "승ì¸ìžë¥¼ ì—…ë°ì´íŠ¸í•˜ëŠ” ë™ì•ˆ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
msgid "An error occurred while updating the comment"
msgstr "ëŒ“ê¸€ì„ ì—…ë°ì´íŠ¸í•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
-msgid "An error occurred while validating username"
-msgstr "ì‚¬ìš©ìž ì´ë¦„ì„ í™•ì¸í•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
-
-msgid "An error occurred while committing your changes."
-msgstr "ë‚´ ë³€ê²½ì‚¬í•­ì„ ì»¤ë°‹í•˜ë˜ ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while fetching the job trace."
-msgstr "ìž‘ì—… 기ë¡ì„ 가져오는 ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "가장 ìµœê·¼ì˜ íŒŒì´í”„ ë¼ì¸ì„ 가져오는 ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while validating group path"
msgstr ""
-msgid "An error occurred while loading all the files."
-msgstr "모든 파ì¼ì„ 불러오는 ë„ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while loading the file content."
-msgstr "íŒŒì¼ ë‚´ìš©ì„ ë¶ˆëŸ¬ì˜¤ëŠ” ë„중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while loading the file."
-msgstr "파ì¼ì„ 불러오는 ë„중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "머지 ë¦¬í€˜ìŠ¤íŠ¸ì˜ ë³€ê²½ ì‚¬í•­ì„ ë¶ˆëŸ¬ì˜¤ëŠ” ë„중 오류가 ë°œìƒ í•˜ì˜€ìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "머지 ë¦¬í€˜ìŠ¤íŠ¸ì˜ ë²„ì „ ë°ì´í„°ë¥¼ 불러오는 ë„중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while loading the merge request."
-msgstr "머지 리퀘스트를 불러오는 ë„중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "파ì´í”„ ë¼ì¸ ìž‘ì—…ì„ ë¶ˆëŸ¬ì˜¤ëŠ” ë„중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
+msgid "An error occurred while validating username"
+msgstr "ì‚¬ìš©ìž ì´ë¦„ì„ í™•ì¸í•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
msgid "An error occurred. Please try again."
msgstr "오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. 다시 ì‹œë„í•´ 주세요."
@@ -1540,21 +1853,27 @@ msgid "An unexpected error occurred while checking the project environment."
msgstr "프로ì íŠ¸ í™˜ê²½ì„ í™•ì¸í•˜ë˜ ë„중 예ìƒì¹˜ ì•Šì€ ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An unexpected error occurred while checking the project runners."
-msgstr ""
+msgstr "프로ì íŠ¸ 러너를 확ì¸í•˜ë˜ ë„중 예ìƒì¹˜ ì•Šì€ ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An unexpected error occurred while communicating with the Web Terminal."
-msgstr ""
+msgstr "웹 터미ë„ê³¼ ì—°ê²°í•˜ë˜ ë„중 예ìƒì¹˜ ì•Šì€ ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An unexpected error occurred while starting the Web Terminal."
-msgstr ""
+msgstr "웹 터미ë„ì„ ì‹œìž‘í•˜ë˜ ë„중 예ìƒì¹˜ ì•Šì€ ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An unexpected error occurred while stopping the Web Terminal."
-msgstr ""
+msgstr "웹 터미ë„ì˜ ìž‘ë™ì„ ë©ˆì¶”ë˜ ë„중 예ìƒì¹˜ ì•Šì€ ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "Analytics"
msgstr "분ì„"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1573,15 +1892,24 @@ msgid "Any Label"
msgstr "모든 ë¼ë²¨"
msgid "Any Milestone"
+msgstr "ìž„ì˜ì˜ 마ì¼ìŠ¤í†¤"
+
+msgid "Any eligible user"
msgstr ""
msgid "Any encrypted tokens"
msgstr ""
-msgid "Any namespace"
+msgid "Any member with Developer or higher permissions to the project."
msgstr ""
+msgid "Any namespace"
+msgstr "ìž„ì˜ì˜ 네임스페ì´ìŠ¤"
+
msgid "Any user"
+msgstr "모든 사용ìž"
+
+msgid "App ID"
msgstr ""
msgid "Appearance"
@@ -1593,10 +1921,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1624,12 +1952,24 @@ msgid "Applications"
msgstr "어플리케ì´ì…˜"
msgid "Applied"
+msgstr "ì ìš©ëœ"
+
+msgid "Apply"
msgstr ""
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
+msgstr "제안 ì ìš©"
+
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
msgstr ""
msgid "Applying command"
@@ -1644,6 +1984,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1663,9 +2006,6 @@ msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
msgstr[0] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1682,10 +2022,10 @@ msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr ""
msgid "Approvals"
-msgstr ""
+msgstr "승ì¸"
msgid "Approve"
-msgstr ""
+msgstr "승ì¸"
msgid "Approve a merge request"
msgstr ""
@@ -1696,6 +2036,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "4ì›”"
@@ -1708,16 +2051,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "ë³´ê´€ëœ í”„ë¡œì íŠ¸! 저장소 ë° ê¸°íƒ€ 프로ì íŠ¸ 리소스는 ì½ê¸° 전용입니다."
msgid "Archived projects"
msgstr "ì•„ì¹´ì´ë¸Œëœ 프로ì íŠ¸"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1750,6 +2096,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "ì´ íŒŒì´í”„ë¼ì¸ ìŠ¤ì¼€ì¥´ì„ ì‚­ì œ 하시겠습니까?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "ì •ë§ë¡œ ì´ ë¹Œë“œë¥¼ 지우시겠습니까?"
@@ -1757,6 +2106,9 @@ msgid "Are you sure you want to lose unsaved changes?"
msgstr "저장ë˜ì§€ ì•Šì€ ë³€ê²½ì‚¬í•­ì„ ì‚­ì œí•˜ê² ìŠµë‹ˆê¹Œ?"
msgid "Are you sure you want to lose your issue information?"
+msgstr "ì •ë§ ì´ìŠˆ 정보를 삭제하길 ì›í•˜ì‹­ë‹ˆê¹Œ?"
+
+msgid "Are you sure you want to merge immediately?"
msgstr ""
msgid "Are you sure you want to permanently delete this license?"
@@ -1769,7 +2121,7 @@ msgid "Are you sure you want to remove %{group_name}?"
msgstr "ì •ë§ë¡œ %{group_name}(ì„)를 ì‚­ì œ 하시겠습니까?"
msgid "Are you sure you want to remove the attachment?"
-msgstr ""
+msgstr "첨부 파ì¼ì´ 지워집니다. ê³„ì† í•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
msgid "Are you sure you want to remove this identity?"
msgstr "ì •ë§ë¡œ 해당 í•­ëª©ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
@@ -1796,7 +2148,7 @@ msgid "Are you sure you want to unlock %{path_lock_path}?"
msgstr "ì •ë§ë¡œ %{path_lock_path}ì˜ ìž ê¸ˆì„ í•´ì œ 하시겠습니까?"
msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
-msgstr ""
+msgstr "%{type}: %{link_to_noteable_text} 를 êµ¬ë… ì·¨ì†Œí•©ë‹ˆë‹¤. ê³„ì† í•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
msgid "Are you sure?"
msgstr "확실합니까?"
@@ -1807,9 +2159,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr "결과물 ID"
@@ -1847,6 +2208,9 @@ msgid "Assertion consumer service URL"
msgstr "문제 알림 ì†Œë¹„ìž ì„œë¹„ìŠ¤ URL"
msgid "Assets"
+msgstr "ìžì‚°"
+
+msgid "Assets:"
msgstr ""
msgid "Assign"
@@ -1865,7 +2229,7 @@ msgid "Assign milestone"
msgstr "마ì¼ìŠ¤í†¤ 지정"
msgid "Assign some issues to this milestone."
-msgstr ""
+msgstr "ì´ ë§ˆì¼ë“œìŠ¤í†¤ì— ì´ìŠˆë¥¼ 할당합니다."
msgid "Assign to"
msgstr "담당ìž"
@@ -1874,7 +2238,7 @@ msgid "Assign yourself to these issues"
msgstr ""
msgid "Assign yourself to this issue"
-msgstr ""
+msgstr "ì´ ì´ìŠˆë¥¼ 나ì—게 할당하기"
msgid "Assigned %{assignee_users_sentence}."
msgstr ""
@@ -1907,9 +2271,12 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
-msgid "Attach a file"
+msgid "At least one of group_id or project_id must be specified"
msgstr ""
+msgid "Attach a file"
+msgstr "íŒŒì¼ ì²¨ë¶€"
+
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "드래그 &amp; 드롭 ë˜ëŠ” %{upload_link}"
@@ -1926,6 +2293,18 @@ msgstr "ê°ì‚¬ ì´ë²¤íŠ¸"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "8ì›”"
@@ -1933,16 +2312,19 @@ msgid "August"
msgstr "8ì›”"
msgid "Authenticate"
-msgstr ""
+msgstr "ì¸ì¦"
msgid "Authenticate with GitHub"
+msgstr "GitHubë¡œ ì¸ì¦"
+
+msgid "Authenticating"
msgstr ""
msgid "Authentication Log"
msgstr "ì¸ì¦ 로그"
msgid "Authentication failed: %{error_message}"
-msgstr ""
+msgstr "ì¸ì¦ 실패: %{error_message}"
msgid "Authentication log"
msgstr "ì¸ì¦ 로그"
@@ -1951,10 +2333,10 @@ msgid "Authentication method"
msgstr "ì¸ì¦ 방법"
msgid "Authentication method updated"
-msgstr ""
+msgstr "ì¸ì¦ ë°©ë²•ì´ ì—…ë°ì´íŠ¸ ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Authentication via U2F device failed."
-msgstr ""
+msgstr "U2F 장치를 통한 ì¸ì¦ì´ 실패하였습니다."
msgid "Author"
msgstr "작성ìž"
@@ -1963,7 +2345,7 @@ msgid "Authorization code:"
msgstr "ì¸ì¦ 코드:"
msgid "Authorization key"
-msgstr ""
+msgstr "ì¸ì¦ 키"
msgid "Authorization was granted by entering your username and password in the application."
msgstr "ì‘ìš© í”„ë¡œê·¸ëž¨ì— ì‚¬ìš©ìž ì´ë¦„ê³¼ 암호를 입력하여 ê¶Œí•œì´ ë¶€ì—¬ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -1998,12 +2380,21 @@ msgstr "ìžë™ DevOps, Runner ìž‘ì—… artifacts"
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "사용ë˜ì§€ 않거나 ë³´ë¥˜ì¤‘ì¸ íŒŒì´í”„ ë¼ì¸ì˜ ìžë™ 취소"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps|Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Auto DevOps 문서"
@@ -2041,7 +2432,7 @@ msgid "Automatically marked as default internal user"
msgstr "기본 내부 사용ìžë¡œ ìžë™ 표시"
msgid "Automatically resolved"
-msgstr ""
+msgstr "ìžë™ìœ¼ë¡œ í•´ê²°ë¨"
msgid "Automatically update this project's branches and tags from the upstream repository every hour."
msgstr ""
@@ -2053,19 +2444,19 @@ msgid "Available"
msgstr "ì´ìš© 가능"
msgid "Available group Runners: %{runners}"
-msgstr ""
+msgstr "사용 가능한 그룹 러너: %{runners}"
msgid "Available shared Runners:"
-msgstr ""
+msgstr "사용 가능한 공유 러너:"
msgid "Available specific runners"
-msgstr ""
+msgstr "사용 가능한 지정 러너"
msgid "Avatar for %{assigneeName}"
-msgstr ""
+msgstr "%{assigneeName} ì˜ ì•„ë°”íƒ€"
msgid "Avatar for %{name}"
-msgstr ""
+msgstr "%{name} ì˜ ì•„ë°”íƒ€"
msgid "Avatar will be removed. Are you sure?"
msgstr "아바타가 ì‚­ì œë©ë‹ˆë‹¤. 확실합니까?"
@@ -2115,6 +2506,9 @@ msgstr "그룹 배지"
msgid "Badges|Link"
msgstr "ë§í¬"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "ìž˜ëª»ëœ ë°°ì§€ ì´ë¯¸ì§€"
@@ -2161,10 +2555,10 @@ msgid "Badges|e.g. %{exampleUrl}"
msgstr "e.g. %{exampleUrl}"
msgid "Badge|New"
-msgstr ""
+msgstr "배지 | 신규"
msgid "Balsamiq file could not be loaded."
-msgstr ""
+msgstr "Balsamiq 파ì¼ì„ 로드하지 못했습니다."
msgid "BambooService|A continuous integration and build server"
msgstr ""
@@ -2184,6 +2578,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "모든 보류 ì¤‘ì— ìžˆëŠ” 커맨트 ì‚­ì œ"
@@ -2205,23 +2602,23 @@ msgstr "ì„ íƒí•œ 커밋으로 시작"
msgid "Below are examples of regex for existing tools:"
msgstr "다ìŒì€ 기존 ë„êµ¬ì— ëŒ€í•œ ì •ê·œì‹ì˜ 예입니다."
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "공개 ëœ ëª¨ë“  ê·¸ë£¹ì„ ì•„ëž˜ì—ì„œ ì°¾ì„ ìˆ˜ 있습니다."
msgid "Billing"
msgstr "결제"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "현재 요금제"
-
-msgid "BillingPlans|Downgrade"
-msgstr "다운그레ì´ë“œ"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
@@ -2247,17 +2644,14 @@ msgstr "ì´ ê·¸ë£¹ì€ ìƒìœ„ ê·¸ë£¹ì˜ í”Œëžœê³¼ ì—°ê²°ë©ë‹ˆë‹¤."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "ì´ ê·¸ë£¹ì˜ í”Œëžœì„ ê´€ë¦¬í•˜ë ¤ë©´ %{parent_billing_page_link}ì˜ ê²°ì œ ì„¹ì…˜ì„ ë°©ë¬¸í•˜ì„¸ìš”."
-msgid "BillingPlans|Upgrade"
-msgstr "업그레ì´ë“œ"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "GitLab.com í‰ê°€íŒì´ %{expiration_date}ì— ë§Œë£Œë˜ì—ˆìŠµë‹ˆë‹¤. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "기능"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
msgstr "ìžì£¼ 묻는 질문"
@@ -2265,13 +2659,10 @@ msgstr "ìžì£¼ 묻는 질문"
msgid "BillingPlans|monthly"
msgstr "ì›”"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "매 년마다 %{price_per_year}ì„ ì§€ë¶ˆí•©ë‹ˆë‹¤"
-
msgid "BillingPlans|per user"
msgstr "ì‚¬ìš©ìž ë‹¹"
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2280,10 +2671,10 @@ msgstr "Bitbucket 서버ì—ì„œ 가져 오기"
msgid "Bitbucket import"
msgstr "Bitbucketì—ì„œ 가져오기"
-msgid "Block"
-msgstr ""
-
msgid "Blocked"
+msgstr "차단ë¨"
+
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2293,7 +2684,7 @@ msgid "Blue helpers indicate an action to be taken."
msgstr ""
msgid "Board name"
-msgstr ""
+msgstr "ë³´ë“œ ì´ë¦„"
msgid "Board scope"
msgstr ""
@@ -2349,6 +2740,9 @@ msgstr "브랜치 ì´ë¦„"
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "브랜치 검색"
@@ -2499,22 +2893,22 @@ msgstr ""
msgid "Browse files"
msgstr "íŒŒì¼ ì°¾ì•„ë³´ê¸°"
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
-msgstr ""
+msgid "Built-in"
+msgstr "내장ëœ"
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2530,7 +2924,7 @@ msgid "Buy GitLab Enterprise Edition"
msgstr "GitLab Enterprise Edition 구입"
msgid "By %{user_name}"
-msgstr ""
+msgstr "%{user_name} ì˜í•´ì„œ"
msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
msgstr ""
@@ -2577,9 +2971,6 @@ msgstr "CI/CD 설정"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto DevOps는 ì‚¬ì „ì— ì •ì˜ëœ Continuous Integrationê³¼ Delivery ì„¤ì •ì„ ë°”íƒ•ìœ¼ë¡œí•˜ì—¬ ìžë™ìœ¼ë¡œ 빌드, 테스트 그리고 ë°°í¬ë¥¼ 수행합니다."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "스테ì´ì§• í™˜ê²½ì— ìžë™ ë°°í¬, 프로ë•ì…˜ í™˜ê²½ì— ìˆ˜ë™ ë°°í¬"
@@ -2601,9 +2992,6 @@ msgstr "ë°°í¬ ì „ëžµ"
msgid "CICD|Jobs"
msgstr "ìž‘ì—…"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Auto DevOpsì— ëŒ€í•´ ë” ì•Œì•„ë³´ê¸°"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "대체 CI 구성 파ì¼ì´ì—†ëŠ” 경우 Auto DevOps 파ì´í”„ë¼ì¸ì´ 실행ë©ë‹ˆë‹¤."
@@ -2628,12 +3016,18 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr "콜백 URL"
-msgid "Can override approvers and approvals required per merge request"
+msgid "Can be manually deployed to"
msgstr ""
+msgid "Can override approvers and approvals required per merge request"
+msgstr "승ì¸ìžë¥¼ ë®ì–´ì“¸ 수 있으며, 매 머지 리퀘스트 마다 승ì¸ì´ 필요합니다."
+
msgid "Can't find HEAD commit for this branch"
msgstr "ì´ ë¸Œëžœì¹˜ì—ì„œ HEAD ì»¤ë°‹ì„ ì°¾ì„ ìˆ˜ 없습니다."
@@ -2646,9 +3040,12 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
-msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
+msgid "Canary"
msgstr ""
+msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
+msgstr "Canary Deployments는 ì¸ê¸°ìžˆëŠ” CI 전략으로, ë°°í¬í™˜ê²½ì˜ ì¼ë¶€ê°€ 새 ë²„ì „ì˜ ì‘ìš© 프로그램으로 ìš°ì„  ì—…ë°ì´íŠ¸ ë©ë‹ˆë‹¤."
+
msgid "Cancel"
msgstr "취소"
@@ -2658,6 +3055,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "ì´ ìž‘ì—… 취소"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2697,9 +3097,6 @@ msgstr "ì¸ì¦ì„œ"
msgid "Certificate (PEM)"
msgstr "ì¸ì¦ì„œ (PEM)"
-msgid "Change Weight"
-msgstr "ì¤‘ìš”ë„ ë³€ê²½"
-
msgid "Change assignee"
msgstr ""
@@ -2709,6 +3106,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2716,10 +3116,10 @@ msgid "Change milestone"
msgstr ""
msgid "Change path"
-msgstr ""
+msgstr "경로 변경"
msgid "Change permissions"
-msgstr ""
+msgstr "권한 변경"
msgid "Change template"
msgstr "템플릿 변경"
@@ -2728,13 +3128,13 @@ msgid "Change this value to influence how frequently the GitLab UI polls for upd
msgstr "ì´ ê°’ì— ë”°ë¼ GitLab UIì—ì„œ ì—…ë°ì´íŠ¸ë¥¼ 확ì¸í•˜ëŠ” 빈ë„ê°€ 달ë¼ì§‘니다."
msgid "Change title"
-msgstr ""
+msgstr "제목 변경"
msgid "Change your password"
-msgstr ""
+msgstr "비밀번호 변경"
msgid "Change your password or recover your current one"
-msgstr ""
+msgstr "비밀번호 변경 ë˜ëŠ” 비밀번호 복구"
msgid "ChangeTypeActionLabel|Pick into branch"
msgstr "브랜치ì—ì„œ Pick"
@@ -2758,13 +3158,13 @@ msgid "Changed the title to \"%{title_param}\"."
msgstr ""
msgid "Changes"
-msgstr ""
+msgstr "변경사항"
msgid "Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision."
msgstr "변경 ì‚¬í•­ì€ <b>source</b> ë¦¬ë¹„ì „ì´ <b>target</b> ë¦¬ë¹„ì „ì— ë¨¸ì§€ëœ ê²ƒì²˜ëŸ¼ 표시ë©ë‹ˆë‹¤."
msgid "Changes suppressed. Click to show."
-msgstr ""
+msgstr "ì—…ë°ì´íŠ¸ê°€ 반려ë˜ì—ˆìŠµë‹ˆë‹¤. í´ë¦­í•˜ì—¬ 확ì¸í•©ë‹ˆë‹¤."
msgid "Changes the title to \"%{title_param}\"."
msgstr ""
@@ -2772,13 +3172,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "차트"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "채팅"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2799,7 +3208,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2830,7 +3239,7 @@ msgid "ChatMessage|passed"
msgstr ""
msgid "Check again"
-msgstr ""
+msgstr "다시 확ì¸"
msgid "Check feature availability on namespace plan"
msgstr ""
@@ -2839,26 +3248,113 @@ msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "%{docs_link_start} 여기부터 %{docs_link_end} 여기까지 확ì¸."
msgid "Check your .gitlab-ci.yml"
+msgstr "ë‹¹ì‹ ì˜ .gitlab-ci.ymlì„ ì ê²€í•˜ì„¸ìš”."
+
+msgid "Check your Docker images for known vulnerabilities"
msgstr ""
msgid "Checking %{text} availability…"
msgstr "%{text}ì´(ê°€) 사용 가능한지 í™•ì¸ ì¤‘â€¦"
msgid "Checking approval status"
-msgstr ""
+msgstr "ìŠ¹ì¸ ìƒí™©ì„ ì²´í¬í•©ë‹ˆë‹¤."
msgid "Checking branch availability..."
msgstr "브랜치가 사용 가능한지 í™•ì¸ ì¤‘..."
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "ì´ ì»¤ë°‹ì„ Cherry-pick"
msgid "Cherry-pick this merge request"
msgstr "ì´ ë¨¸ì§€ 리퀘스트(MR)를 Cherry-pick"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "<strong>ë³´ê´€ íŒŒì¼ ìƒì„±</strong>ì„ ì„ íƒí•˜ê³  ë³´ê´€ì´ ì™„ë£Œ ë  ë•Œê¹Œì§€ 기다립니다."
@@ -2869,13 +3365,13 @@ msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to s
msgstr "브랜치/태그 (예. %{master})를 ì„ íƒí•˜ê±°ë‚˜ 커밋 (예. %{sha})ì„ ìž…ë ¥í•˜ì—¬ 변경 ì‚¬í•­ì„ í™•ì¸í•˜ê±°ë‚˜ 머지 리퀘스트(MR)ì„ ë§Œë“­ë‹ˆë‹¤."
msgid "Choose a file"
-msgstr ""
+msgstr "íŒŒì¼ ì„ íƒ"
msgid "Choose a group"
msgstr ""
msgid "Choose a role permission"
-msgstr ""
+msgstr "ì—­í•  ê¶Œí•œì„ ì„ íƒí•´ì£¼ì„¸ìš”."
msgid "Choose a template"
msgstr "템플릿 ì„ íƒ"
@@ -2946,6 +3442,9 @@ msgstr "ì§€ì—°ëœ ìž‘ì—… 대기 중"
msgid "CiStatusLabel|waiting for manual action"
msgstr "ìˆ˜ë™ ì‹¤í–‰ 대기 중"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "차단ë¨"
@@ -2976,6 +3475,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "건너 뜀"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "실행 중"
@@ -3048,6 +3550,9 @@ msgstr "Toggle 보호ë¨"
msgid "CiVariable|Validation failed"
msgstr "유효성 검사 실패"
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3057,6 +3562,9 @@ msgstr "사용할 수 없습니다: %{reason}"
msgid "Clear"
msgstr "지우기"
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr "입력 지우기"
@@ -3148,7 +3656,7 @@ msgid "Close milestone"
msgstr "마ì¼ìŠ¤í†¤ 닫기"
msgid "Close sidebar"
-msgstr ""
+msgstr "사ì´ë“œë°” 닫기"
msgid "Close this %{quick_action_target}"
msgstr ""
@@ -3165,28 +3673,34 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "%{custom_domain_start}추가 정보%{custom_domain_end}"
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr "ê°œì¸ ë„ë©”ì¸ ëŒ€ì‹  사용할 수 있습니다."
msgid "ClusterIntegration| is the default environment scope for this cluster. This means that all jobs, regardless of their environment, will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
+msgstr "í´ëŸ¬ìŠ¤í„° 통합 | ì´ í´ëŸ¬ìŠ¤í„°ì˜ 기본 환경 범위입니다. ì´ëŠ” í™˜ê²½ì— ê´€ê³„ì—†ì´ ëª¨ë“  ìž‘ì—…ì´ ì´ í´ëŸ¬ìŠ¤í„°ë¥¼ ì‚¬ìš©í•¨ì„ ì˜ë¯¸í•©ë‹ˆë‹¤. %{environment_scope_start} 추가 ì •ë³´ %{environment_scope_end}"
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList}ê°€ Kubernetes í´ëŸ¬ìŠ¤í„°ì— 설치ë˜ì—ˆìŠµë‹ˆë‹¤"
msgid "ClusterIntegration|%{title} uninstalled successfully."
-msgstr ""
+msgstr "í´ëŸ¬ìŠ¤í„° 통합 |%{title} 성공ì ìœ¼ë¡œ 제거ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "ClusterIntegration|%{title} updated successfully."
+msgstr "í´ëŸ¬ìŠ¤í„° 통합 |%{title} 성공ì ìœ¼ë¡œ ì—…ë°ì´íŠ¸ ë˜ì—ˆìŠµë‹ˆë‹¤."
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
msgstr ""
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
@@ -3196,7 +3710,7 @@ msgid "ClusterIntegration|API URL"
msgstr "API URL"
msgid "ClusterIntegration|API URL should be a valid http/https url."
-msgstr ""
+msgstr "í´ëŸ¬ìŠ¤í„° 통합 | API URLì€ ìœ íš¨í•œ http/https urlì´ì—¬ì•¼ 합니다."
msgid "ClusterIntegration|Add Kubernetes cluster"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° 추가"
@@ -3228,9 +3742,12 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
+msgid "ClusterIntegration|Alternatively"
+msgstr "í´ëŸ¬ìŠ¤í„° 통합 | 대용으로"
+
msgid "ClusterIntegration|Amazon EKS"
msgstr ""
@@ -3241,7 +3758,7 @@ msgid "ClusterIntegration|An error occurred while trying to fetch project zones:
msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch your projects: %{error}"
-msgstr ""
+msgstr "ClusterIntegration|프로ì íŠ¸ë¥¼ 가져오는 ë„중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤. %{error}"
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
@@ -3255,8 +3772,11 @@ msgstr "애플리케ì´ì…˜"
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "ì´ Kubernetes í´ëŸ¬ìŠ¤í„°ì˜ í†µí•©ì„ ì œê±° 하시겠습니까? (실제 Kubernetes í´ëŸ¬ìŠ¤í„°ëŠ” ì‚­ì œë˜ì§€ 않습니다)"
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
@@ -3273,7 +3793,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "ì¸ì¦ 기관 번들 (PEM í¬ë§·)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3282,12 +3808,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3300,13 +3835,13 @@ msgstr "API URL 복사"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "CA ì¸ì¦ì„œ 복사"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3315,27 +3850,90 @@ msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° ì´ë¦„ 복사"
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° ìƒì„±"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr "알고 계셨나요?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ì˜ 세부 ì •ë³´ ìž…ë ¥"
@@ -3345,9 +3943,15 @@ msgstr "환경 범위"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3375,6 +3979,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Google Cloud Platform 프로ì íŠ¸"
@@ -3402,6 +4009,9 @@ msgstr "숨기기"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3420,6 +4030,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° ìžë™í™” 통합"
@@ -3436,9 +4049,12 @@ msgid "ClusterIntegration|Jupyter Hostname"
msgstr "Jupyter 호스트 ì´ë¦„"
msgid "ClusterIntegration|JupyterHub"
-msgstr ""
+msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
+msgstr "JupyterHub, 다중 ì‚¬ìš©ìž í—ˆë¸ŒëŠ” ë‹¨ì¼ ì‚¬ìš©ìž Jupyter ë…¸íŠ¸ë¶ ì„œë²„ì˜ ì—¬ëŸ¬ ì¸ìŠ¤í„´ìŠ¤ë¥¼ ìƒì„±, 관리 ë° í”„ë¡ì‹œ 합니다. JupyterHub는 í•™ìƒ í´ëž˜ìŠ¤, 기업 ë°ì´í„° 과학 그룹 ë˜ëŠ” 과학 연구 그룹ì—게 노트ë¶ì„ 제공하는 ë° ì‚¬ìš©í•  수 있습니다."
+
+msgid "ClusterIntegration|Key pair name"
msgstr ""
msgid "ClusterIntegration|Knative"
@@ -3462,13 +4078,13 @@ msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° ìƒì„¸"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ê°€ Google Kubernetes Engineì—ì„œ ìƒì„± 중입니다..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° ì´ë¦„"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3477,13 +4093,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ëŠ” 어플리케ì´ì…˜ì„ ë°°í¬í•˜ê³  ì´ í”„ë¡œì íŠ¸ì— 대한 리뷰 어플리케ì´ì…˜ì„ 제공하는 ë° ì‚¬ìš©í•  수 있습니다."
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3501,24 +4126,57 @@ msgstr "Let's Encrypt"
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr "머신 타입"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ 만들려면 %{link_to_requirements} ë§í¬ì—ì„œ ê³„ì •ì˜ í•„ìˆ˜ì‚¬í•­ì„ í™•ì¸í•˜ì„¸ìš”."
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "%{link_gke}ì— ë°©ë¬¸í•˜ì—¬ Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ 관리하세요."
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "프로ì íŠ¸ ì—†ìŒ"
@@ -3528,6 +4186,15 @@ msgstr "검색과 ì¼ì¹˜í•˜ëŠ” 프로ì íŠ¸ê°€ 없습니다."
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr "검색과 ì¼ì¹˜í•˜ëŠ” ì˜ì—­ì´ 없습니다."
@@ -3561,11 +4228,14 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° 통합 알아보기 %{link_to_help_page}"
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
msgstr ""
@@ -3576,9 +4246,21 @@ msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° 제거"
msgid "ClusterIntegration|Remove integration"
msgstr "통합 제거"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "ì´ í”„ë¡œì íŠ¸ì—ì„œ Kubernetes í´ëŸ¬ìŠ¤í„° êµ¬ì„±ì„ ì œê±°í•˜ì‹­ì‹œì˜¤. ì´ë ‡ê²Œí•´ë„ 실제 Kubernetes í´ëŸ¬ìŠ¤í„°ëŠ” ì‚­ì œë˜ì§€ 않습니다."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3588,30 +4270,75 @@ msgstr "설치 시작 요청 실패"
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr "변경 ì‚¬í•­ì„ ì €ìž¥"
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "ClusterIntegration|프로ì íŠ¸ 검색"
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr "ClusterIntegration|ì˜ì—­ 검색"
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ì˜ 세부 ì •ë³´ 보기 ë° ìˆ˜ì •"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "시스템 유형 ì„ íƒ"
@@ -3624,7 +4351,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3636,17 +4363,23 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "표시"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "구글 Kubernetes ì—”ì§„ì— Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ 만드는 ë™ì•ˆ 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "설치하는 ë™ì•ˆ 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. %{title}"
@@ -3660,6 +4393,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3678,6 +4417,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3696,6 +4438,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° 토글"
@@ -3708,6 +4456,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3717,12 +4468,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "ì´ í”„ë¡œì íŠ¸ì— ì—°ê²°ëœ Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ 통해 어플리케ì´ì…˜ì„ 리뷰, ë°°í¬í•  수 있고, 파ì´í”„ë¼ì¸ì„ 실행할 수 있습니다. ê·¸ 외ì—ë„ ë§Žì€ ì¼ì„ 훨씬 쉬운 방법으로 수행할 수 있습니다."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3732,6 +4492,9 @@ msgstr "ë‹¹ì‹ ì˜ ê³„ì •ì€ %{link_to_kubernetes_engine} ì´ ìžˆì–´ì•¼ 합니다
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "Zone"
@@ -3741,9 +4504,6 @@ msgstr "구글 Kubernetes 컨테ì´ë„ˆ ì—”ì§„ì— ì—‘ì„¸ìŠ¤"
msgid "ClusterIntegration|documentation"
msgstr "문서"
-msgid "ClusterIntegration|help page"
-msgstr "ë„ì›€ë§ íŽ˜ì´ì§€"
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3756,30 +4516,75 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr "ClusterIntegration|가입"
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
msgstr "코드"
msgid "Code Owners"
+msgstr "코드 소유ìž"
+
+msgid "Code Owners to the merge request changes."
msgstr ""
-msgid "Code owner approval is required"
+msgid "Code Review"
msgstr ""
+msgid "Code owner approval is required"
+msgstr "코드 ì†Œìœ ìž ìŠ¹ì¸ì´ 필요합니다."
+
msgid "Code owners"
msgstr "코드 소유ìž"
msgid "CodeOwner|Pattern"
-msgstr ""
+msgstr "코드 ì†Œìœ ìž | 패턴"
msgid "Cohorts"
msgstr "Cohorts"
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "ê°ì¶”기"
@@ -3823,7 +4628,7 @@ msgid "Comment & unresolve thread"
msgstr ""
msgid "Comment form position"
-msgstr ""
+msgstr "댓글 ì–‘ì‹ ìœ„ì¹˜"
msgid "Comment is being updated"
msgstr ""
@@ -3839,7 +4644,7 @@ msgid_plural "Commits"
msgstr[0] "커밋"
msgid "Commit %{commit_id}"
-msgstr ""
+msgstr "커밋 %{commit_id}"
msgid "Commit (when editing commit message)"
msgstr ""
@@ -3856,6 +4661,9 @@ msgstr "최근 30 ê±´ì˜ ì»¤ë°‹ 소요시간 (분)"
msgid "Commit message"
msgstr "커밋 메시지"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "%{ref} ì— ëŒ€í•œ 커밋 통계 %{start_time} - %{end_time}"
@@ -3886,6 +4694,9 @@ msgstr "월별 커밋"
msgid "Commits per weekday"
msgstr "í‰ì¼ 커밋"
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "머지 리퀘스트(MR) ë°ì´í„°ë¥¼ ë°˜ì˜í•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -3907,6 +4718,9 @@ msgstr "커밋..."
msgid "Company"
msgstr "회사"
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "비êµ"
@@ -3925,6 +4739,9 @@ msgstr "마지막 커밋과 ë³€ê²½ì  ë¹„êµ"
msgid "Compare changes with the merge request target branch"
msgstr "머지 리퀘스트(MR) ëŒ€ìƒ ë¸Œëžœì¹˜ì™€ 변경 사항 비êµ"
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} 와 %{target_branch}ê°€ ë™ì¼í•©ë‹ˆë‹¤."
@@ -3943,6 +4760,9 @@ msgstr "비êµí•  ê²ƒì´ ì—†ìŠµë‹ˆë‹¤."
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "비밀"
@@ -3953,7 +4773,7 @@ msgid "Configuration"
msgstr ""
msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr ""
+msgstr "웹 í„°ë¯¸ë„ ì‚¬ìš©ì„ ì‹œìž‘í•˜ë„ë¡ GitLab 러너를 구성하십시오. %{helpStart}ìžì„¸ížˆ 알아보십시오.%{helpEnd}"
msgid "Configure Gitaly timeouts."
msgstr "Gitaly 시간 제한 설정."
@@ -3964,11 +4784,14 @@ msgstr "Let's Encrypt 설정"
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "ì¶”ì  êµ¬ì„±"
msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr ""
+msgstr "웹 í„°ë¯¸ë„ ì‚¬ìš©ì„ ì‹œìž‘í•˜ë„ë¡ <code>.gitlab</code> 디렉토리ì—ì„œ <code>.gitlab-webide.yml</code> 파ì¼ì„ 구성하십시오. %{helpStart}ìžì„¸ížˆ 알아보십시오.%{helpEnd}"
msgid "Configure automatic git checks and housekeeping on repositories."
msgstr "ìžë™ git 검사 ë° ì €ìž¥ì†Œ 하우스 í‚¤í•‘ì„ ì„¤ì •í•©ë‹ˆë‹¤."
@@ -3979,12 +4802,18 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr "웹 ë° API ìš”ì²­ì— ëŒ€í•œ ì œí•œì„ ì„¤ì •í•©ë‹ˆë‹¤."
-msgid "Configure push mirrors."
-msgstr "푸시 미러를 구성하십시오."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
-msgid "Configure storage path settings."
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
msgstr ""
+msgid "Configure repository mirroring."
+msgstr ""
+
+msgid "Configure storage path settings."
+msgstr "저장 경로 ì„¤ì •ì„ êµ¬ì„± 합니다."
+
msgid "Configure the %{link} integration."
msgstr "%{link} ì—°ë™ êµ¬ì„±"
@@ -3992,16 +4821,16 @@ msgid "Configure the way a user creates a new account."
msgstr "사용ìžê°€ 새로운 ê³„ì •ì„ ë§Œë“œëŠ” ë°©ë²•ì„ ì„¤ì •í•©ë‹ˆë‹¤."
msgid "Confirm"
-msgstr ""
+msgstr "확ì¸"
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
-msgstr ""
+msgstr "í™•ì¸ í•„ìš”"
msgid "Congratulations! You have enabled Two-factor Authentication!"
-msgstr ""
+msgstr "축하합니다! ì´ì¤‘ ì¸ì¦ì„ 활성화했습니다!"
msgid "Connect"
msgstr "ì—°ê²°"
@@ -4015,23 +4844,32 @@ msgstr "GitHub으로부터 저장소 연결"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "ë‹¹ì‹ ì˜ ì™¸ë¶€ 저장소를 연결하면 CI/CD 파ì´í”„ë¼ì¸ì´ 새로운 ì»¤ë°‹ì— ëŒ€í•´ 실행ë©ë‹ˆë‹¤. GitLab 프로ì íŠ¸ëŠ” CI/CD기능만 사용하여 ìƒì„±ë©ë‹ˆë‹¤."
-msgid "Connecting to terminal sync service"
+msgid "Connecting"
msgstr ""
+msgid "Connecting to terminal sync service"
+msgstr "í„°ë¯¸ë„ ë™ê¸°í™” ì„œë¹„ìŠ¤ì— ì—°ê²°ì¤‘"
+
msgid "Connecting..."
msgstr "연결중..."
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
+msgstr "연결 실패"
+
+msgid "Connection timed out"
msgstr ""
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
-msgstr ""
+msgstr "í”Œëžœì„ ì—…ê·¸ë ˆì´ë“œí•˜ë ¤ë©´ %{namespace_name} ê·¸ë£¹ì˜ ì†Œìœ ìžì—게 문ì˜í•˜ì„¸ìš”."
msgid "Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
-msgstr ""
+msgstr "í”Œëžœì„ ì—…ê·¸ë ˆì´ë“œ 하려면 ì†Œìœ ìž %{link_start}%{owner_name}%{link_end} ì—게 문ì˜í•˜ì„¸ìš”."
msgid "Contact sales to upgrade"
-msgstr ""
+msgstr "업그레ì´ë“œ 위해 ì˜ì—…íŒ€ì— ë¬¸ì˜"
msgid "Contact your Administrator to upgrade your license."
msgstr "관리ìžì—게 문ì˜í•˜ì—¬ ë‚˜ì˜ ë¼ì´ì„¼ìŠ¤ë¥¼ 업그레ì´ë“œí•˜ì„¸ìš”."
@@ -4039,68 +4877,134 @@ msgstr "관리ìžì—게 문ì˜í•˜ì—¬ ë‚˜ì˜ ë¼ì´ì„¼ìŠ¤ë¥¼ 업그레ì´ë“œí•˜ì„
msgid "Container Registry"
msgstr "컨테ì´ë„ˆ 레지스트리"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
+msgstr "컨테ì´ë„ˆ 레지스트리 ì´ë¯¸ì§€ë“¤"
+
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
msgstr ""
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "컨테ì´ë„ˆ ë ˆì§€ìŠ¤íŠ¸ë¦¬ì— ì´ ì»¨í…Œì´ë„ˆ ì´ë¯¸ì§€ì— 대한 태그가 존재하지 않습니다."
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr "저장소 제거"
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+
msgid "ContainerRegistry|Size"
msgstr "í¬ê¸°"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "태그"
-msgid "ContainerRegistry|Tag ID"
-msgstr "태그 ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4113,7 +5017,7 @@ msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
msgid "Contents of .gitlab-ci.yml"
-msgstr ""
+msgstr ".gitlab-ci.ymlì˜ ë‚´ìš©"
msgid "Continue"
msgstr "계ì†"
@@ -4131,31 +5035,55 @@ msgid "Contribution"
msgstr "기여"
msgid "Contribution Analytics"
-msgstr ""
+msgstr "ê¸°ì—¬ë„ ë¶„ì„"
msgid "Contribution Charts"
+msgstr "ê¸°ì—¬ë„ ì°¨íŠ¸"
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributions per group member"
-msgstr "그룹 구성ì›ë³„ 기여"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
-msgid "Contributors"
-msgstr "기여해 주신 분들"
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} - %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
-msgid "ContributorsPage|Building repository graph."
-msgstr "저장소 그래프 작성"
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr "<strong>%{calendar_date}</strong>ì˜ ê¸°ì—¬ë„"
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "머지 ì»¤ë°‹ì„ ì œì™¸í•œ %{branch_name}ì„ ì»¤ë°‹í•˜ì‹­ì‹œì˜¤. 6,000ê°œì˜ ì»¤ë°‹ìœ¼ë¡œ 제한ë©ë‹ˆë‹¤."
+msgid "Contributions per group member"
+msgstr "그룹 구성ì›ë³„ 기여"
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "잠시만 기다려주십시오, ì´ íŽ˜ì´ì§€ëŠ” 준비가 완료ë˜ë©´ ìžë™ìœ¼ë¡œ 새로고침ë©ë‹ˆë‹¤."
+msgid "Contributors"
+msgstr "기여해 주신 분들"
msgid "Control emails linked to your account"
msgstr ""
@@ -4166,9 +5094,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr "ConvDev ì¸ë±ìŠ¤"
-
msgid "Cookie domain"
msgstr ""
@@ -4178,41 +5103,62 @@ msgstr "복사ë¨"
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr "%{protocol} í´ë¡  URL 복사"
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
-msgstr "í´ë¦½ ë³´ë“œì— ID 복사"
+msgid "Copy External ID to clipboard"
+msgstr ""
-msgid "Copy KRB5 clone URL"
+msgid "Copy ID"
msgstr ""
+msgid "Copy KRB5 clone URL"
+msgstr "KRB5 í´ë¡  URL 복사"
+
msgid "Copy SSH clone URL"
msgstr "SSH í´ë¡  URL 복사"
msgid "Copy SSH public key"
+msgstr "SSH 공개 키 복사"
+
+msgid "Copy URL"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "URLì„ í´ë¦½ë³´ë“œì— 복사"
+msgid "Copy branch name"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
-msgid "Copy branch name to clipboard"
-msgstr "브랜치 ì´ë¦„ì„ í´ë¦½ë³´ë“œë¡œ 복사"
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
-msgid "Copy command to clipboard"
-msgstr "ëª…ë ¹ì„ í´ë¦½ë³´ë“œë¡œ 복사"
+msgid "Copy file contents"
+msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "ì»¤ë°‹ì˜ SHA를 í´ë¦½ë³´ë“œë¡œ 복사합니다"
+msgid "Copy file path"
+msgstr ""
-msgid "Copy file path to clipboard"
-msgstr "íŒŒì¼ ê²½ë¡œë¥¼ í´ë¦½ë³´ë“œì— 복사"
+msgid "Copy impersonation token"
+msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
@@ -4223,69 +5169,84 @@ msgstr ""
msgid "Copy link"
msgstr "ë§í¬ 복사"
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
-msgstr "ë ˆí¼ëŸ°ìŠ¤ë¥¼ í´ë¦½ë³´ë“œë¡œ 복사"
-
-msgid "Copy secret to clipboard"
-msgstr "í´ë¦½ë³´ë“œì— 비밀값 복사"
-
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
-msgstr "í´ë¦½ë³´ë“œì— 복사"
+msgid "Copy secret"
+msgstr ""
-msgid "Copy token to clipboard"
-msgstr "í´ë¦½ë³´ë“œì— í† í° ë³µì‚¬"
+msgid "Copy token"
+msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
-msgstr ""
+msgstr "채팅 ë‹‰ë„¤ìž„ì„ ì¸ì¦í•˜ì§€ 못했습니다. 다시 ì‹œë„하세요!"
msgid "Could not change HEAD: branch '%{branch}' does not exist"
msgstr ""
msgid "Could not connect to FogBugz, check your URL"
-msgstr ""
+msgstr "FogBugzì— ì—°ê²°í•˜ì§€ 못했습니다. URLì„ í™•ì¸í•´ì£¼ì„¸ìš”."
msgid "Could not connect to Web IDE file mirror service."
msgstr ""
msgid "Could not create Wiki Repository at this time. Please try again later."
-msgstr ""
+msgstr "현재 Wiki 저장소를 만들 수 없습니다. ë‚˜ì¤‘ì— ë‹¤ì‹œ ì‹œë„해주세요."
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
+msgstr "채팅 닉네임 %{chat_name}(ì„)를 삭제할 수 없습니다."
+
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
msgstr ""
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4299,11 +5260,17 @@ msgid "Create New Directory"
msgstr "새 디렉토리 만들기"
msgid "Create New Domain"
+msgstr "새 ë„ë©”ì¸ ë§Œë“¤ê¸°"
+
+msgid "Create Project"
msgstr ""
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4319,15 +5286,24 @@ msgstr ""
msgid "Create a new issue"
msgstr "새 ì´ìŠˆ 만들기"
-msgid "Create a new repository"
+msgid "Create a new issue and add it to the epic."
msgstr ""
+msgid "Create a new repository"
+msgstr "새 저장소 만들기"
+
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "%{protocol}ì„ (를) 통해 Pull 하거나 Push í•  ê°œì¸ ì•¡ì„¸ìŠ¤ 토í°ì„ 만드십시오."
-msgid "Create an issue. Issues are created for each alert triggered."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
msgstr ""
+msgid "Create an issue. Issues are created for each alert triggered."
+msgstr "ì´ìŠˆë¥¼ ìƒì„±. íŠ¸ë¦¬ê±°ëœ ê° ê²½ê³ ì— ëŒ€í•œ ì´ìŠˆê°€ ìƒì„±ë©ë‹ˆë‹¤."
+
msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to import."
msgstr ""
@@ -4364,6 +5340,9 @@ msgstr "그룹 만들기"
msgid "Create group label"
msgstr "새로운 그룹 ë¼ë²¨"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "ë¼ë²¨ë¡œë¶€í„° 목ë¡ì„ ìƒì„±í•©ë‹ˆë‹¤. ì´ìŠˆì™€ 함께 ë¼ë²¨ì´ 목ë¡ì— 표시ë©ë‹ˆë‹¤."
@@ -4374,10 +5353,10 @@ msgid "Create merge request and branch"
msgstr "머지 리퀘스트(MR) ë° ë¸Œëžœì¹˜ ìƒì„±"
msgid "Create milestone"
-msgstr ""
+msgstr "마ì¼ìŠ¤í†¤ 만들기"
msgid "Create new board"
-msgstr ""
+msgstr "새 보드 만들기"
msgid "Create new branch"
msgstr "새 브랜치 ìƒì„±"
@@ -4424,9 +5403,18 @@ msgstr "ìƒì„±ë¨"
msgid "Created At"
msgstr "ìƒì„± 위치"
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4464,6 +5452,12 @@ msgid "Creating graphs uses the data from the Prometheus server. If this takes a
msgstr ""
msgid "Creation date"
+msgstr "ìƒì„± 날짜"
+
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
msgstr ""
msgid "Cron Timezone"
@@ -4472,12 +5466,15 @@ msgstr "Cron 시간대"
msgid "Cron syntax"
msgstr "í¬ë¡  구문"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr "현재 브랜치"
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr "현재 프로잭트"
@@ -4485,6 +5482,9 @@ msgid "Current node"
msgstr "현재 노드"
msgid "Current password"
+msgstr "현재 비밀번호"
+
+msgid "Current vulnerabilities count"
msgstr ""
msgid "CurrentUser|Profile"
@@ -4493,8 +5493,14 @@ msgstr "프로파ì¼"
msgid "CurrentUser|Settings"
msgstr "설정"
-msgid "Custom CI config path"
-msgstr "ì‚¬ìš©ìž ì§€ì • CI config 경로"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "ì‚¬ìš©ìž ì§€ì • 호스트네임 (ê°œì¸ ì»¤ë°‹ ì´ë©”ì¼ìš©)"
@@ -4511,12 +5517,18 @@ msgstr "ì‚¬ìš©ìž ì§€ì • 프로ì íŠ¸ 템플릿"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4550,6 +5562,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "ìƒ‰ìƒ ë§žì¶¤í™”"
@@ -4571,6 +5586,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "파ì´í”„ë¼ì¸ ì„¤ì •ì„ ë³€ê²½í•˜ê³ , ë‚˜ì˜ íŒŒì´í”„ë¼ì¸ìƒíƒœì™€ ì ìš© 범위 보고서를 보세요."
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "사ì´í´ 분ì„"
@@ -4580,15 +5598,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "Cycle Analytics는 ë‹¹ì‹ ì˜ í”„ë¡œì íŠ¸ì—ì„œ ì•„ì´ë””ì–´ê°€ 제품화 ë˜ê¸°ê¹Œì§€ 걸리는 ì‹œê°„ì„ ëŒ€ëžµì ìœ¼ë¡œ ë³´ì—¬ì¤ë‹ˆë‹¤."
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4601,6 +5646,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4613,9 +5661,6 @@ msgstr "ì´ìŠˆ"
msgid "CycleAnalyticsStage|Plan"
msgstr "계íš"
-msgid "CycleAnalyticsStage|Production"
-msgstr "프로ë•ì…˜"
-
msgid "CycleAnalyticsStage|Review"
msgstr "리뷰"
@@ -4625,23 +5670,73 @@ msgstr "스테ì´ì§•"
msgid "CycleAnalyticsStage|Test"
msgstr "테스트"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4667,7 +5762,7 @@ msgid "Dashboards"
msgstr "대시보드"
msgid "Dashboard|%{firstProject} and %{secondProject}"
-msgstr ""
+msgstr "대시 보드 |%{firstProject} 과 %{secondProject}"
msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
msgstr ""
@@ -4676,6 +5771,9 @@ msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available f
msgstr ""
msgid "Data is still calculating..."
+msgstr "ë°ì´í„°ê°€ ì•„ì§ ê³„ì‚°ì¤‘ìž…ë‹ˆë‹¤..."
+
+msgid "Date"
msgstr ""
msgid "Date picker"
@@ -4696,6 +5794,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr "디버그"
@@ -4706,7 +5807,7 @@ msgid "December"
msgstr "12ì›”"
msgid "Decline"
-msgstr ""
+msgstr "ê±°ì ˆ"
msgid "Decline and sign out"
msgstr "취소 ë° ë¡œê·¸ì•„ì›ƒ"
@@ -4714,6 +5815,9 @@ msgstr "취소 ë° ë¡œê·¸ì•„ì›ƒ"
msgid "Default Branch"
msgstr "기본 브랜치"
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4726,6 +5830,9 @@ msgstr ""
msgid "Default classification label"
msgstr "기본 분류 ë¼ë²¨"
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4793,19 +5900,31 @@ msgid "Delete comment"
msgstr "댓글 삭제"
msgid "Delete license"
-msgstr ""
+msgstr "ë¼ì´ì„¼ìŠ¤ ì‚­ì œ"
msgid "Delete list"
msgstr "ëª©ë¡ ì‚­ì œ"
-msgid "Delete source branch"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
msgstr ""
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
+msgid "Delete source branch"
+msgstr "소스 브랜치 삭제"
+
msgid "Delete this attachment"
msgstr ""
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
-msgstr ""
+msgstr "프로ì íŠ¸ ì‚­ì œ|프로ì íŠ¸ 저장소를 제거하지 못했습니다. ìž ì‹œ 후 다시 ì‹œë„하거나 관리ìžì—게 문ì˜í•˜ì„¸ìš”."
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
@@ -4829,12 +5948,15 @@ msgid "Deleted in this version"
msgstr ""
msgid "Deleting the license failed."
-msgstr ""
+msgstr "ë¼ì´ì„¼ìŠ¤ ì‚­ì œì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤."
msgid "Deleting the license failed. The license was not found."
-msgstr ""
+msgstr "ë¼ì´ì„¼ìŠ¤ ì‚­ì œì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤. ë¼ì´ì„¼ìŠ¤ë¥¼ ì°¾ì„ ìˆ˜ 없습니다."
msgid "Deleting the license failed. You are not permitted to perform this action."
+msgstr "ë¼ì´ì„¼ìŠ¤ë¥¼ 삭제하지 못했습니다. ì´ ìž‘ì—…ì„ ìˆ˜í–‰í•  ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
+
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
@@ -4846,6 +5968,9 @@ msgstr "거부"
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4905,6 +6030,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5004,11 +6132,11 @@ msgstr "레지스트리 ì´ë¯¸ì§€ì— 대한 ì½ê¸° ì „ìš© 액세스 허용"
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "ì €ìž¥ì†Œì— ëŒ€í•œ ì½ê¸° ì „ìš© 액세스 허용"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "ë°°í¬ í† í°ì„ í´ë¦½ë³´ë“œì— 복사"
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "ì‚¬ìš©ìž ì´ë¦„ì„ í´ë¦½ë³´ë“œì— 복사"
+msgid "DeployTokens|Copy username"
+msgstr ""
msgid "DeployTokens|Create deploy token"
msgstr "ë°°í¬ í† í° ë§Œë“¤ê¸°"
@@ -5068,10 +6196,7 @@ msgid "DeployTokens|Your new project deploy token has been created."
msgstr "프로ì íŠ¸ ë°°í¬ í† í°ì„ 새로 만들었습니다."
msgid "Deployed"
-msgstr ""
-
-msgid "Deployed %{deployedSince}"
-msgstr ""
+msgstr "ë°°í¬ë¨"
msgid "Deployed to"
msgstr "ë°°í¬ë¨"
@@ -5079,12 +6204,36 @@ msgstr "ë°°í¬ë¨"
msgid "Deploying to"
msgstr "다ìŒì— ë°°í¬ì¤‘: "
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr "ë¼ë²¨ ìš°ì„  순위 낮추기"
msgid "Descending"
msgstr "내림차순"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "설명"
@@ -5092,7 +6241,7 @@ msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
msgstr ""
msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
-msgstr ""
+msgstr "설명 í…œí”Œë¦¿ì„ ì‚¬ìš©í•˜ë©´ 프로ì íŠ¸ì˜ ì´ìŠˆ ë° ë³‘í•© 요청 설명 í•„ë“œì— ëŒ€í•œ ìƒí™© 별 í…œí”Œë¦¿ì„ ì •ì˜ í•  수 있습니다."
msgid "Description:"
msgstr "설명:"
@@ -5101,6 +6250,15 @@ msgid "Descriptive label"
msgstr ""
msgid "Deselect all"
+msgstr "ëª¨ë‘ ì„ íƒ í•´ì œ"
+
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
msgstr ""
msgid "DesignManagement|%{current_design} of %{designs_count}"
@@ -5112,19 +6270,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Discard comment"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5136,12 +6312,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5152,7 +6331,7 @@ msgid "DesignManagement|Upload and view the latest designs for this issue. Consi
msgstr ""
msgid "Designs"
-msgstr ""
+msgstr "ë””ìžì¸"
msgid "Destroy"
msgstr "제거"
@@ -5166,10 +6345,19 @@ msgstr ""
msgid "Detect host keys"
msgstr "호스트 키 발견"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr "diff 컨í…츠 제한"
msgid "Diff limits"
+msgstr "Diff 제한"
+
+msgid "Difference between start date and now"
msgstr ""
msgid "DiffsCompareBaseBranch|(base)"
@@ -5178,7 +6366,7 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr "사용가능한 íŒŒì¼ ì´ë¦„ì´ ì—†ìŠµë‹ˆë‹¤."
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5193,23 +6381,23 @@ msgstr "디렉토리 ì´ë¦„"
msgid "Disable"
msgstr "사용 안 함"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "ì´ í”„ë¡œì íŠ¸ì— 대해 사용 중지"
msgid "Disable group Runners"
msgstr "그룹 Runner 사용 중지"
-msgid "Disable shared Runners"
+msgid "Disable public access to Pages sites"
msgstr ""
+msgid "Disable shared Runners"
+msgstr "공유 러너 사용 중지"
+
msgid "Disable two-factor authentication"
msgstr ""
msgid "Disabled"
-msgstr ""
+msgstr "비활성화ë¨"
msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
msgstr ""
@@ -5233,7 +6421,7 @@ msgid "Discard draft"
msgstr "초안 삭제"
msgid "Discard review"
-msgstr ""
+msgstr "리뷰 삭제"
msgid "DiscordService|Discord Notifications"
msgstr ""
@@ -5260,17 +6448,23 @@ msgid "Discuss a specific suggestion or question."
msgstr ""
msgid "Discussion"
+msgstr "토론"
+
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
msgid "Dismiss"
msgstr "닫기"
-msgid "Dismiss ConvDev introduction"
-msgstr ""
-
msgid "Dismiss Cycle Analytics introduction box"
msgstr "사ì´í´ ë¶„ì„ ì†Œê°œ 박스 제거"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr "머지 리퀘스트 프로모션 제거"
@@ -5292,10 +6486,19 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "Google Code ì´ë©”ì¼ ì£¼ì†Œì™€ 사용ìžëª…ì„ GitLab으로 가져오는 ë°©ë²•ì„ ì‚¬ìš©ìž ì •ì˜í•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
msgid "Dockerfile"
+msgstr "Dockerfile"
+
+msgid "Documentation"
msgstr ""
msgid "Documentation for popular identity providers"
@@ -5310,6 +6513,9 @@ msgstr "ë„ë©”ì¸"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5325,9 +6531,15 @@ msgstr "완료"
msgid "Download"
msgstr "다운로드"
-msgid "Download CSV"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
msgstr ""
+msgid "Download CSV"
+msgstr "CSV 다운로드"
+
msgid "Download artifacts"
msgstr ""
@@ -5338,22 +6550,25 @@ msgid "Download asset"
msgstr ""
msgid "Download codes"
+msgstr "코드 다운로드"
+
+msgid "Download evidence JSON"
msgstr ""
msgid "Download export"
msgstr ""
msgid "Download image"
-msgstr ""
+msgstr "ì´ë¯¸ì§€ 다운로드"
msgid "Download license"
-msgstr ""
+msgstr "ë¼ì´ì„¼ìŠ¤ 다운로드"
msgid "Download source code"
-msgstr ""
+msgstr "소스 코드 다운로드"
msgid "Download this directory"
-msgstr ""
+msgstr "ì´ ë””ë ‰í† ë¦¬ 다운로드"
msgid "DownloadCommit|Email Patches"
msgstr "ì´ë©”ì¼ íŒ¨ì¹˜"
@@ -5373,9 +6588,18 @@ msgstr "비추천"
msgid "Due date"
msgstr "마ê°ì¼"
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "ì´ ê³¼ì •ì—ì„œ GitLabì˜ URLì„ ë¬»ëŠ” 메시지가 나타납니다. 아래 í‘œì‹œëœ URLì„ ì‚¬ìš©í•˜ì‹­ì‹œì˜¤."
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr "ê° Runner는 ë‹¤ìŒ ìƒíƒœ 중 í•˜ë‚˜ì¼ ìˆ˜ 있습니다."
@@ -5386,29 +6610,44 @@ msgid "Edit %{issuable}"
msgstr ""
msgid "Edit %{name}"
-msgstr ""
+msgstr "%{name} 편집"
msgid "Edit Comment"
msgstr ""
msgid "Edit Deploy Key"
+msgstr "ë°°í¬ í‚¤ 편집"
+
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
msgstr ""
msgid "Edit Label"
msgstr "ë¼ë²¨ 편집"
msgid "Edit Milestone"
-msgstr ""
+msgstr "마ì¼ìŠ¤í†¤ 편집"
msgid "Edit Password"
-msgstr ""
+msgstr "비밀번호 수정"
msgid "Edit Pipeline Schedule %{id}"
msgstr "파ì´í”„ë¼ì¸ 스케줄 편집 %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr "스니펫 편집"
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr "애플리케ì´ì…˜ 수정"
@@ -5416,19 +6655,22 @@ msgid "Edit board"
msgstr ""
msgid "Edit comment"
+msgstr "댓글 편집"
+
+msgid "Edit dashboard"
msgstr ""
msgid "Edit description"
msgstr ""
msgid "Edit environment"
-msgstr ""
+msgstr "환경 편집"
msgid "Edit epic description"
msgstr ""
msgid "Edit file"
-msgstr ""
+msgstr "íŒŒì¼ ìˆ˜ì •"
msgid "Edit files in the editor and commit changes here"
msgstr "ì—디터ì—ì„œ 파ì¼ì„ 편집하고 여기서 ë³€ê²½ì‚¬í•­ì„ ì»¤ë°‹í•˜ì„¸ìš”."
@@ -5440,17 +6682,20 @@ msgid "Edit identity for %{user_name}"
msgstr "%{user_name}ì˜ ì‹ ì› íŽ¸ì§‘"
msgid "Edit issues"
-msgstr ""
+msgstr "ì´ìŠˆ 편집"
msgid "Edit public deploy key"
-msgstr ""
+msgstr "공개 ë°°í¬ í‚¤ 편집"
msgid "Edit stage"
msgstr ""
-msgid "Edit wiki page"
+msgid "Edit this release"
msgstr ""
+msgid "Edit wiki page"
+msgstr "위키 페ì´ì§€ 편집"
+
msgid "Edit your most recent comment in a thread (from an empty textarea)"
msgstr ""
@@ -5460,11 +6705,14 @@ msgstr ""
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
msgid "Elasticsearch indexing started"
-msgstr ""
+msgstr "Elasticsearch ì¸ë±ì‹± 시작ë¨"
msgid "Elasticsearch integration. Elasticsearch AWS IAM."
msgstr "Elasticsearch ì—°ë™, Elasticsearch AWS IAM"
@@ -5479,11 +6727,14 @@ msgid "Email"
msgstr "ì´ë©”ì¼"
msgid "Email address"
-msgstr ""
+msgstr "ì´ë©”ì¼ ì£¼ì†Œ"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr "패치를 ì´ë©”ì¼ë¡œ 보냄"
@@ -5551,7 +6802,7 @@ msgid "Embed"
msgstr "임베드"
msgid "Empty file"
-msgstr ""
+msgstr "빈 파ì¼"
msgid "Enable"
msgstr "사용"
@@ -5560,11 +6811,17 @@ msgid "Enable Auto DevOps"
msgstr "ìžë™ DevOps 활성화"
msgid "Enable HTML emails"
+msgstr "HTML ì´ë©”ì¼ í™œì„±í™”"
+
+msgid "Enable Incident Management inbound alert limit"
msgstr ""
-msgid "Enable Pseudonymizer data collection"
+msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Pseudonymizer data collection"
+msgstr "Pseudonymizer ë°ì´í„° 수집 사용"
+
msgid "Enable SAML authentication for this group"
msgstr "ì´ ê·¸ë£¹ì— SAML ì¸ì¦ 사용"
@@ -5587,7 +6844,7 @@ msgid "Enable classification control using an external service"
msgstr "외부 서비스로 분류 제어 사용"
msgid "Enable error tracking"
-msgstr ""
+msgstr "오류 ì¶”ì  ì‚¬ìš©"
msgid "Enable feature to choose access level"
msgstr ""
@@ -5599,17 +6856,20 @@ msgid "Enable group Runners"
msgstr "그룹 Runner 사용"
msgid "Enable header and footer in emails"
-msgstr ""
+msgstr "ë©”ì¼ ë¨¸ë¦¬ë§ ë° ê¼¬ë¦¬ë§ ì‚¬ìš©"
msgid "Enable mirror configuration"
msgstr ""
msgid "Enable or disable the Pseudonymizer data collection."
-msgstr ""
+msgstr "Pseudonymizer ë°ì´í„° ìˆ˜ì§‘ì„ ì‚¬ìš©í•˜ê±°ë‚˜ 중지합니다."
msgid "Enable or disable version check and usage ping."
msgstr "버전 í™•ì¸ ë° ì‚¬ìš© í•‘ì„ ì‚¬ìš©í•˜ê±°ë‚˜ 사용하지 ì•Šë„ë¡ ì„¤ì •í•©ë‹ˆë‹¤."
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5617,13 +6877,13 @@ msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currentl
msgstr ""
msgid "Enable shared Runners"
-msgstr ""
+msgstr "공유 러너 활성화"
msgid "Enable snowplow tracking"
msgstr ""
msgid "Enable two-factor authentication"
-msgstr ""
+msgstr "2단계 ì¸ì¦ 활성화"
msgid "Enable usage ping"
msgstr "ping 사용 활성화"
@@ -5661,6 +6921,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5685,6 +6948,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr "ì´ìŠˆ 설명 ìž…ë ¥"
@@ -5703,9 +6969,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5716,6 +6979,15 @@ msgid "Environment variables are configured by your administrator to be %{link_s
msgstr ""
msgid "Environment:"
+msgstr "환경:"
+
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
msgstr ""
msgid "Environments"
@@ -5727,6 +6999,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5742,12 +7017,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr "추가 작업"
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "í™˜ê²½ê°’ë“¤ì„ ë°˜ì˜í•˜ëŠ” ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -5766,6 +7050,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "커밋"
@@ -5784,19 +7074,28 @@ msgstr "환경"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "ìž‘ì—…"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr "새 환경"
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr "ë°°í¬ê°€ 없습니다."
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5838,9 +7137,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "ëª¨ë‘ ë³´ê¸°"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "중지"
@@ -5856,10 +7161,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5874,6 +7179,12 @@ msgstr "보호ë¨"
msgid "Epic"
msgstr "ì—픽"
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr "ì—픽"
@@ -5889,9 +7200,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -5961,11 +7269,11 @@ msgstr "시작"
msgid "Error"
msgstr "ì—러"
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
-msgstr ""
+msgid "Error Tracking"
+msgstr "오류 추ì "
msgid "Error creating epic"
msgstr "ì—í”½ì„ ë§Œë“œëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -5973,8 +7281,8 @@ msgstr "ì—í”½ì„ ë§Œë“œëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
-msgstr "ê¸°ì—¬ìž ë°ì´í„°ë¥¼ 가져오는 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6009,6 +7317,9 @@ msgstr "브랜치 로드 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6048,6 +7359,12 @@ msgstr "êµ¬ë… ì•Œë¦¼ì„ ì „í™˜í•  ë•Œ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6063,6 +7380,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "ë ˆì´ë¸” 갱신 중 오류 ë°œìƒ"
@@ -6096,9 +7416,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr "오류: "
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6114,7 +7431,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6127,17 +7444,23 @@ msgid "ErrorTracking|To enable project selection, enter a valid Auth Token"
msgstr ""
msgid "Errors"
-msgstr ""
+msgstr "오류"
msgid "Estimated"
msgstr "예ìƒ"
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "모든 ê°’ì„ ê¸°ì¤€ìœ¼ë¡œ í•„í„°"
msgid "EventFilterBy|Filter by comments"
msgstr "댓글 기준으로 필터"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "ì´ìŠˆ ì´ë²¤íŠ¸ 기준으로 í•„í„°"
@@ -6151,17 +7474,32 @@ msgid "EventFilterBy|Filter by team"
msgstr "팀 기준으로 필터"
msgid "Events"
-msgstr ""
+msgstr "ì´ë²¤íŠ¸"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "ë§¤ì¼ (오전 4ì‹œì—)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "매월 (1ì¼ ì˜¤ì „ 4ì‹œ)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "매주 (ì¼ìš”ì¼ ì˜¤ì „ 4ì‹œì—)"
@@ -6192,18 +7530,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "펼치기"
@@ -6211,7 +7558,7 @@ msgid "Expand all"
msgstr "ëª¨ë‘ í™•ìž¥"
msgid "Expand approvers"
-msgstr ""
+msgstr "승ì¸ìž 확장"
msgid "Expand down"
msgstr ""
@@ -6225,14 +7572,20 @@ msgstr "사ì´ë“œë°” 확장"
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr "만료ì¼"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr "만료ë¨"
msgid "Expired %{expiredOn}"
-msgstr ""
+msgstr "%{expiredOn}ì— ë§Œë£Œë¨"
msgid "Expires"
msgstr ""
@@ -6244,7 +7597,7 @@ msgid "Expires in %{expires_at}"
msgstr ""
msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment."
-msgstr ""
+msgstr "문제를 설명하세요. 해당하는 경우, 관련 ì´ìŠˆ ë˜ëŠ” 댓글 ë§í¬ë¥¼ 제공하세요."
msgid "Explore"
msgstr "íƒìƒ‰"
@@ -6268,7 +7621,7 @@ msgid "Export as CSV"
msgstr "CSV로 내보내기"
msgid "Export issues"
-msgstr ""
+msgstr "ì´ìŠˆ 내보내기"
msgid "Export project"
msgstr ""
@@ -6279,11 +7632,14 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr "외부 분류 ì •ì±… ì¸ì¦"
-msgid "External URL"
+msgid "External ID"
msgstr ""
+msgid "External URL"
+msgstr "외부 URL"
+
msgid "External Wiki"
-msgstr ""
+msgstr "외부 위키"
msgid "External authentication"
msgstr "외부 ì¸ì¦"
@@ -6337,7 +7693,7 @@ msgid "Failed Jobs"
msgstr "작업 실패"
msgid "Failed create wiki"
-msgstr ""
+msgstr "wiki를 만들지 못했습니다."
msgid "Failed to add a Zoom meeting"
msgstr ""
@@ -6348,15 +7704,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "소유ìžë¥¼ 변경하지 못했습니다"
msgid "Failed to check related branches."
msgstr "관련 브랜치를 확ì¸í•˜ëŠ”ë° ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤."
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6373,6 +7735,9 @@ msgid "Failed to delete board. Please try again."
msgstr ""
msgid "Failed to deploy to"
+msgstr "ì— ë°°í¬í•˜ì§€ 못했습니다."
+
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
msgstr ""
msgid "Failed to get ref."
@@ -6384,6 +7749,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr "ì´ëª¨ì§€ 목ë¡ì„ 불러올 수 없습니다"
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6393,6 +7761,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6435,9 +7806,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6462,6 +7830,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "ì´ìŠˆë¥¼ ê°±ì‹ í•˜ëŠ”ë° ì‹¤íŒ¨í•˜ì˜€ìŠµë‹ˆë‹¤, 다시 ì‹œë„í•´ 주십시오."
@@ -6489,11 +7860,14 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
msgid "Feature Flags"
-msgstr ""
+msgstr "기능 플래그"
msgid "Feature flag was not removed."
msgstr ""
@@ -6513,15 +7887,9 @@ msgstr "API URL"
msgid "FeatureFlags|Active"
msgstr "활성화"
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr "구성"
@@ -6543,9 +7911,6 @@ msgstr "설명"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "Feature 플래그 수정"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6570,12 +7935,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr "비활성화"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6621,15 +7992,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr "ìƒíƒœ"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6667,26 +8032,38 @@ msgid "File"
msgid_plural "Files"
msgstr[0] "파ì¼"
-msgid "File added"
+msgid "File Hooks"
msgstr ""
-msgid "File browser"
+msgid "File Hooks (%{count})"
msgstr ""
+msgid "File added"
+msgstr "íŒŒì¼ ì¶”ê°€ë¨"
+
+msgid "File browser"
+msgstr "íŒŒì¼ íƒìƒ‰ê¸°"
+
msgid "File deleted"
+msgstr "íŒŒì¼ ì‚­ì œë¨"
+
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
msgstr ""
msgid "File mode changed from %{a_mode} to %{b_mode}"
-msgstr ""
+msgstr "íŒŒì¼ ëª¨ë“œê°€ %{a_mode}ì—ì„œ %{b_mode}(으)ë¡œ 변경ë¨"
msgid "File moved"
+msgstr "íŒŒì¼ ì´ë™ë¨"
+
+msgid "File name"
msgstr ""
msgid "File templates"
msgstr "íŒŒì¼ í…œí”Œë¦¿"
msgid "File upload error."
-msgstr ""
+msgstr "íŒŒì¼ ì—…ë¡œë“œ 오류"
msgid "Files"
msgstr "파ì¼"
@@ -6715,9 +8092,18 @@ msgstr "커밋 메시지로 필터"
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6740,7 +8126,7 @@ msgid "Find file"
msgstr "íŒŒì¼ ì°¾ê¸°"
msgid "Find the downloaded ZIP file and decompress it."
-msgstr ""
+msgstr "ë‹¤ìš´ë¡œë“œëœ ZIP 파ì¼ì„ 찾고 ì••ì¶•ì„ í•´ì œí•˜ì„¸ìš”."
msgid "Find the newly extracted <code>Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json</code> file."
msgstr ""
@@ -6748,9 +8134,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr "지문"
@@ -6766,17 +8149,26 @@ msgstr ""
msgid "Finished"
msgstr "완료"
-msgid "First day of the week"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
msgstr ""
+msgid "First day of the week"
+msgstr "ì£¼ì˜ ì²«ë‚ "
+
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr "수정 날짜"
msgid "Fixed due date"
-msgstr ""
+msgstr "ìˆ˜ì •ëœ ë§ˆê°ì¼"
msgid "Fixed start date"
msgstr ""
@@ -6805,6 +8197,9 @@ msgstr "FogBugz URL"
msgid "FogBugz import"
msgstr "FogBugz 가져오기"
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6826,6 +8221,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6839,32 +8237,38 @@ msgid "Forgot your password?"
msgstr ""
msgid "Fork"
-msgstr ""
+msgstr "í¬í¬"
msgid "Fork Error!"
-msgstr ""
+msgstr "í¬í¬ 오류!"
msgid "Fork project"
+msgstr "프로ì íŠ¸ í¬í¬"
+
+msgid "Fork project?"
msgstr ""
msgid "ForkedFromProjectPath|Forked from"
msgstr "다른 프로ì íŠ¸ì—ì„œ í¬í¬ë¨: "
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "%{project_name} (ì‚­ì œ) ì—ì„œ í¬í¬ë¨"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "í¬í¬ 진행중"
msgid "Forking repository"
-msgstr ""
+msgstr "저장소 í¬í¬"
msgid "Forks"
-msgstr ""
+msgstr "í¬í¬"
msgid "Format"
msgstr "í¬ë§·"
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6880,15 +8284,21 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr "GitLab.com Gold 무료 ì²´í—˜íŒ"
-msgid "Friday"
+msgid "Frequency"
msgstr ""
+msgid "Friday"
+msgstr "금요ì¼"
+
msgid "From"
msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr "Bitbucketì—ì„œ"
@@ -6910,9 +8320,6 @@ msgstr "ì´ìŠˆ ìƒì„±ì—ì„œ 프로ë•ì…˜ ë°°í¬ê¹Œì§€"
msgid "From merge request merge until deploy to production"
msgstr "머지 리퀘스트(MR) 머지ì—ì„œ 프로ë•ì…˜ í™˜ê²½ì— ë°°í¬ê¹Œì§€"
-msgid "From milestones:"
-msgstr "마ì¼ìŠ¤í†¤ì—ì„œ:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° 세부사항 ë³´ê¸°ì˜ ì• í”Œë¦¬ì¼€ì´ì…˜ 목ë¡ì—ì„œ Runner를 설치하십시오."
@@ -6935,7 +8342,7 @@ msgid "General"
msgstr "ì¼ë°˜"
msgid "General Settings"
-msgstr ""
+msgstr "ì¼ë°˜ 설정"
msgid "General pipelines"
msgstr "ì¼ë°˜ 파ì´í”„ë¼ì¸"
@@ -6944,7 +8351,7 @@ msgid "Generate a default set of labels"
msgstr " 초기설정 ë ˆì´ë¸” 세트 ìƒì„±"
msgid "Generate key"
-msgstr ""
+msgstr "키 ìƒì„±"
msgid "Generate link to chart"
msgstr ""
@@ -6955,9 +8362,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "Geo 노드"
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -6970,15 +8389,24 @@ msgstr "노드가 실패하거나 깨졌습니다."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr "ì²´í¬ì„¬ë¨"
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr "ë°ì´í„° 복제 지연"
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "ë§ˆìŠ¤í„°ì˜ ìŠ¤í† ë¦¬ì§€ 구성과 ì¼ì¹˜í•˜ì§€ 않습니다."
@@ -7000,6 +8428,12 @@ msgstr "ìš´ì˜ ìƒíƒœ"
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "커서로 ì²˜ë¦¬ëœ ë§ˆì§€ë§‰ ì´ë²¤íŠ¸ ID"
@@ -7021,24 +8455,15 @@ msgstr "위키 ê²€ì¦ì— 대해 ë” ì•Œì•„ë³´ê¸°"
msgid "GeoNodes|Loading nodes"
msgstr "노드 불러오는 중"
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr "새 노드"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "노드 ì¸ì¦ì´ 성공ì ìœ¼ë¡œ ë³µì›ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "노드가 성공ì ìœ¼ë¡œ ì‚­ì œë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -7048,13 +8473,13 @@ msgstr "ì²´í¬ì„¬ ë˜ì§€ ì•ŠìŒ"
msgid "GeoNodes|Out of sync"
msgstr "ë™ê¸°í™”ë˜ì§€ ì•ŠìŒ"
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7145,7 +8570,7 @@ msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
msgid "Geo|All"
-msgstr ""
+msgstr "Geo| ì „ì²´"
msgid "Geo|All projects"
msgstr "모든 프로ì íŠ¸"
@@ -7363,6 +8788,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7396,21 +8824,24 @@ msgstr "Git 버전"
msgid "GitHub import"
msgstr "GitHub 가져오기"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "GitLab CI Linterê°€ ì´ë™ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "GitLab Group RunnersëŠ”ì´ ê·¸ë£¹ì˜ ëª¨ë“  프로ì íŠ¸ì— 대한 코드를 실행할 수 있습니다."
msgid "GitLab Import"
msgstr "GitLab 가져오기"
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7420,6 +8851,9 @@ msgstr "GitLab 사용ìž"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7441,12 +8875,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr "GitLab 싱글 사ì¸ì˜¨ URL"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr "GitLab.com 가져오기"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7469,6 +8993,9 @@ msgid "Gitlab Pages"
msgstr ""
msgid "Given access %{time_ago}"
+msgstr "%{time_ago} ì „ 엑세스 권한 부여ë¨"
+
+msgid "Given epic is already related to this epic."
msgstr ""
msgid "Global Shortcuts"
@@ -7597,13 +9124,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr "Google Code 가져오기"
msgid "Google Takeout"
msgstr "Google Takeout"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7615,9 +9145,30 @@ msgstr "확ì¸!"
msgid "Grafana URL"
msgstr ""
-msgid "Grant access"
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
msgstr ""
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
+msgid "Grant access"
+msgstr "액세스 권한 부여"
+
msgid "Graph"
msgstr "그래프"
@@ -7642,12 +9193,18 @@ msgstr "그룹 CI/CD 설정"
msgid "Group Git LFS status:"
msgstr "그룹 Git LFS ìƒíƒœ:"
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr "그룹 ID"
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "그룹 Runner"
@@ -7669,21 +9226,42 @@ msgstr "그룹 설명 (ì„ íƒ ì‚¬í•­)"
msgid "Group details"
msgstr "그룹 세부 정보"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "그룹 정보:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "그룹 관리ìžëŠ” grouo runners를 여기서 ë“±ë¡ í•  수 있습니다: %{link}"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
+msgstr "그룹명"
+
+msgid "Group overview"
msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7726,6 +9304,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7747,6 +9328,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7756,9 +9340,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7786,21 +9385,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr "배지"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7813,6 +9433,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr "ë°°ì§€ì— ëŒ€í•´ ìžì„¸ížˆ 알아보세요."
@@ -7822,6 +9448,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "%{group} ë‚´ì˜ í”„ë¡œì íŠ¸ë¥¼ 다른 ê·¸ë£¹ì— ê³µìœ í•  수 없게 합니다."
@@ -7834,6 +9466,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "ì´ ì„¤ì •ì€ %{ancestor_group} ì— ì ìš©ë˜ê³  ì´ í•˜ìœ„ 그룹ì—ì„œ ìž¬ì •ì˜ ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -7849,9 +9484,24 @@ msgstr "ì´ ì„¤ì •ì€ ê·¸ë£¹ 소유ìžì— ì˜í•´ 재정ì˜ë˜ì§€ ì•Šì€ ëª¨ë“  í
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "부모 ê·¸ë£¹ì˜ \"그룹 lock 공유\" ê°€ 사용 가능하ë„ë¡ ì„¤ì •ë˜ì–´ìžˆìœ¼ë©´, 부모 ê·¸ë£¹ì˜ ì†Œìœ ìžë¥¼ ì œì™¸í•˜ê³ ëˆ„êµ¬ë„ ì‚¬ìš©í•˜ì§€ ì•Šë„ë¡ ì„¤ì •í•  수 없습니다."
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "%{ancestor_group_name} ì—ì„œ 그룹 lock 공유 제거"
@@ -7864,6 +9514,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7930,9 +9583,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr "ì´ë¦„으로 검색"
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr "사용ìžì—게 ì´ë©”ì¼ ë°œì‹ "
@@ -7961,7 +9620,7 @@ msgid "HealthCheck|Unhealthy"
msgstr "비정ìƒ"
msgid "Hello there"
-msgstr ""
+msgstr "안녕하세요!"
msgid "Help"
msgstr "ë„움ë§"
@@ -7978,6 +9637,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8007,6 +9675,12 @@ msgid_plural "Hide values"
msgstr[0] "값 숨기기"
msgid "Hide values"
+msgstr "값 숨기기"
+
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
msgstr ""
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
@@ -8030,9 +9704,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8045,12 +9716,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8064,9 +9741,9 @@ msgid "I accept the|Terms of Service and Privacy Policy"
msgstr "서비스 약관 ë° ê°œì¸ì •ë³´ 보호 ì •ì±…"
msgid "I forgot my password"
-msgstr ""
+msgstr "비밀번호를 잊었습니다."
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8129,6 +9806,9 @@ msgstr ""
msgid "Identifier"
msgstr "ì‹ë³„ìž"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "ID"
@@ -8144,7 +9824,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8165,12 +9845,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8193,7 +9891,7 @@ msgid "Import"
msgstr "가져오기"
msgid "Import CSV"
-msgstr ""
+msgstr "CSV 가져오기"
msgid "Import Projects from Gitea"
msgstr "Giteaì—ì„œ 프로ì íŠ¸ 가져오기"
@@ -8214,13 +9912,13 @@ msgid "Import in progress"
msgstr "가져오기 진행중"
msgid "Import issues"
-msgstr ""
+msgstr "ì´ìŠˆ 가져오기"
msgid "Import members"
-msgstr ""
+msgstr "멤버 가져오기"
msgid "Import members from another project"
-msgstr ""
+msgstr "다른 프로ì íŠ¸ì—ì„œ 멤버 가져오기"
msgid "Import multiple repositories by uploading a manifest file."
msgstr ""
@@ -8229,7 +9927,7 @@ msgid "Import project"
msgstr "프로ì íŠ¸ 가져오기"
msgid "Import project members"
-msgstr ""
+msgstr "프로ì íŠ¸ 멤버 가져오기"
msgid "Import projects from Bitbucket"
msgstr "Bitbucketì—ì„œ 프로ì íŠ¸ 가져오기"
@@ -8247,7 +9945,7 @@ msgid "Import projects from Google Code"
msgstr "Google Codeì—ì„œ 프로ì íŠ¸ 가져오기"
msgid "Import repositories from Bitbucket Server"
-msgstr ""
+msgstr "Bitbucket 서버ì—ì„œ 저장소 가져오기"
msgid "Import repositories from GitHub"
msgstr "GitHub으로 부터 저장소 가져오기"
@@ -8315,9 +10013,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8346,7 +10050,7 @@ msgid "Includes an MVC structure, mvnw and pom.xml to help you get started."
msgstr ""
msgid "Incoming email"
-msgstr ""
+msgstr "수신 ë©”ì¼"
msgid "Incompatible Project"
msgstr "호환ë˜ì§€ 않는 프로ì íŠ¸"
@@ -8366,6 +10070,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr "ì¸ë¼ì¸"
@@ -8396,7 +10103,7 @@ msgstr "GitLab Runner 설치"
msgid "Install Runner on Kubernetes"
msgstr "Kubernetesì— Runner 설치"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8412,9 +10119,6 @@ msgid "Instance"
msgid_plural "Instances"
msgstr[0] "ì¸ìŠ¤í„´ìŠ¤"
-msgid "Instance Statistics"
-msgstr "ì¸ìŠ¤í„´ìŠ¤ 통계"
-
msgid "Instance Statistics visibility"
msgstr "ì¸ìŠ¤í„´ìŠ¤ 통계 가시성"
@@ -8454,7 +10158,10 @@ msgstr "주기 패턴"
msgid "Introducing Cycle Analytics"
msgstr "Cycle Analytics 소개"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8464,9 +10171,12 @@ msgid "Invalid Login or password"
msgstr ""
msgid "Invalid URL"
-msgstr ""
+msgstr "유효하지 ì•Šì€ URL"
msgid "Invalid date"
+msgstr "유효하지 ì•Šì€ ë‚ ì§œ"
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
msgstr ""
msgid "Invalid feature"
@@ -8484,6 +10194,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8496,11 +10209,14 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
msgid "Invitation"
-msgstr ""
+msgstr "초대"
msgid "Invite"
msgstr "초대"
@@ -8509,7 +10225,7 @@ msgid "Invite \"%{trimmed}\" by email"
msgstr ""
msgid "Invite group"
-msgstr ""
+msgstr "그룹 초대"
msgid "Invite member"
msgstr ""
@@ -8517,6 +10233,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8532,15 +10257,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr "ì´ìŠˆ"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "ì´ìŠˆ ë³´ë“œ"
msgid "Issue board focus mode"
msgstr "ì´ìŠˆ ë³´ë“œ í¬ì»¤ìŠ¤ 모드"
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "ì´ìŠˆ ì´ë²¤íŠ¸"
@@ -8553,6 +10287,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "보드"
@@ -8601,6 +10338,9 @@ msgstr "ì´ìŠˆëŠ” 버그, ìž‘ì—… í˜¹ì€ ë…¼ì˜í•  ì•„ì´ë””ì–´ì¼ ìˆ˜ 있습니ë
msgid "Issues closed"
msgstr "ì´ìŠˆ 닫힘"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8634,14 +10374,14 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
msgstr ""
msgid "It's you"
-msgstr ""
+msgstr "바로 너"
msgid "Jaeger URL"
msgstr ""
@@ -8674,7 +10414,7 @@ msgid "JiraService|Jira issue tracker"
msgstr ""
msgid "JiraService|Password or API token"
-msgstr ""
+msgstr "JiraService | 비밀번호 ë˜ëŠ” API 토í°"
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -8721,7 +10461,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8808,6 +10554,9 @@ msgstr "6ì›”"
msgid "June"
msgstr "6ì›”"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr "키 (PEM)"
@@ -8820,6 +10569,9 @@ msgstr ""
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°"
@@ -8829,8 +10581,8 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° ìƒì„± ì‹œê°„ì´ ì´ˆê³¼ë˜ì—ˆìŠµë‹ˆë‹¤. %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° í†µí•©ì´ ì œê±°ë˜ì§€ 않았습니다."
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„° í†µí•©ì´ ì œê±°ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -8847,6 +10599,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8923,7 +10678,7 @@ msgid "Labels|and %{count} more"
msgstr ""
msgid "Language"
-msgstr ""
+msgstr "언어"
msgid "Large File Storage"
msgstr ""
@@ -8935,14 +10690,23 @@ msgstr[0] "최근 %d ì¼"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "최근 파ì´í”„ë¼ì¸"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
msgid "Last activity"
-msgstr ""
+msgstr "마지막 활ë™"
msgid "Last commit"
msgstr "최근 커밋"
@@ -8962,12 +10726,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "최근 ì—…ë°ì´íŠ¸"
@@ -8983,6 +10756,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr "푸쉬: "
@@ -9001,6 +10777,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9016,9 +10795,15 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr "Kubernetesì— ëŒ€í•´ ë” ì•Œì•„ë³´ê¸°"
-msgid "Learn more about Web Terminal"
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
msgstr ""
+msgid "Learn more about Web Terminal"
+msgstr "Web Terminalì— ëŒ€í•˜ì—¬ ë” ìžì„¸ížˆ 알아보기"
+
msgid "Learn more about adding certificates to your project by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
msgstr ""
@@ -9040,9 +10825,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "ë” ìžì„¸ížˆ 알아보기"
@@ -9052,6 +10834,12 @@ msgstr "파ì´í”„ë¼ì¸ 스케쥴 문서로부터 ë” ì•Œì•„ë³´ê¸°"
msgid "Leave"
msgstr "나가기"
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9076,6 +10864,9 @@ msgstr "ë¼ì´ì„¼ìŠ¤"
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9122,10 +10913,18 @@ msgid "LicenseCompliance|License Compliance detected %d license for the source b
msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9174,6 +10973,57 @@ msgstr ""
msgid "Licenses"
msgstr "ë¼ì´ì„¼ìŠ¤"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9184,21 +11034,33 @@ msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
msgstr[0] "최대 %d ì´ë²¤íŠ¸ 만 표시하는 것으로 제한ë©ë‹ˆë‹¤."
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "목ë¡"
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr "Gitea 저장소 목ë¡"
@@ -9212,7 +11074,7 @@ msgid "List the merge requests that must be merged before this one."
msgstr ""
msgid "List view"
-msgstr ""
+msgstr "ëª©ë¡ ë³´ê¸°"
msgid "List your Bitbucket Server repositories"
msgstr "Bitbucket Server 저장소 목ë¡"
@@ -9223,12 +11085,18 @@ msgstr "실시간 미리보기"
msgid "Loading contribution stats for group members"
msgstr "그룹 구성ì›ë“¤ì˜ ê¸°ì—¬ë„ í†µê³„ì¹˜ 로드 중"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr "GitLab IDE 로드 중..."
@@ -9236,10 +11104,10 @@ msgid "Loading..."
msgstr "불러오는 중…"
msgid "Loading…"
-msgstr ""
+msgstr "로딩 중…"
msgid "Localization"
-msgstr ""
+msgstr "현지화"
msgid "Lock"
msgstr "잠금"
@@ -9292,6 +11160,18 @@ msgstr ""
msgid "Logs"
msgstr "로그"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9331,6 +11211,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9413,10 +11296,10 @@ msgid "Mark this issue as related to another issue"
msgstr ""
msgid "Markdown"
-msgstr ""
+msgstr "Markdown"
msgid "Markdown Help"
-msgstr ""
+msgstr "Markdown ë„움ë§"
msgid "Markdown enabled"
msgstr "마í¬ë‹¤ìš´ 활성화ë¨"
@@ -9490,6 +11373,9 @@ msgstr "최대 액세스 수준"
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9508,6 +11394,15 @@ msgstr "최대 작업 시간 초과"
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9520,14 +11415,20 @@ msgstr ""
msgid "May"
msgstr "5ì›”"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "중앙값"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
msgid "Member since %{date}"
-msgstr ""
+msgstr "%{date} ì´ëž˜ë¡œ 회ì›"
msgid "Members"
msgstr "회ì›"
@@ -9544,6 +11445,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9562,6 +11469,9 @@ msgstr "머지 리퀘스트(MR)"
msgid "Merge Requests created"
msgstr "머지 리퀘스트(MR) ìƒì„±ë¨"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9572,6 +11482,9 @@ msgid "Merge immediately"
msgstr ""
msgid "Merge in progress"
+msgstr "머지 진행중"
+
+msgid "Merge options"
msgstr ""
msgid "Merge request"
@@ -9586,6 +11499,9 @@ msgstr "머지 리퀘스트(MR) 승ì¸"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "머지 리퀘스트(MR)"
@@ -9623,7 +11539,7 @@ msgid "MergeConflict|origin//their changes"
msgstr ""
msgid "MergeRequests|Add a reply"
-msgstr ""
+msgstr "MergeRequests | 답장 추가"
msgid "MergeRequests|An error occurred while saving the draft comment."
msgstr ""
@@ -9635,7 +11551,7 @@ msgid "MergeRequests|Jump to next unresolved discussion"
msgstr ""
msgid "MergeRequests|Reply..."
-msgstr ""
+msgstr "MergeRequests | 답장 ..."
msgid "MergeRequests|Resolve this thread in a new issue"
msgstr ""
@@ -9679,15 +11595,12 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart} ì„¤ëª…ì„ %{descriptionChangedTimes} 번 변경했습니다. %{timeDifferenceMinutes}%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
@@ -9709,6 +11622,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "메시지"
@@ -9751,9 +11667,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9763,6 +11685,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9775,10 +11706,13 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Max"
msgstr ""
msgid "Metrics|Must be a valid PromQL query."
@@ -9787,9 +11721,6 @@ msgstr ""
msgid "Metrics|New metric"
msgstr ""
-msgid "Metrics|No deployed environments"
-msgstr ""
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -9799,9 +11730,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9814,10 +11754,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9829,9 +11769,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9850,6 +11796,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9857,7 +11806,8 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr "마ì¼ìŠ¤í†¤"
+msgid_plural "Milestones"
+msgstr[0] ""
msgid "Milestone lists not available with your current license"
msgstr "현재 ë¼ì´ì„¼ìŠ¤ì—서는 마ì¼ìŠ¤í†¤ 목ë¡ì„ 사용할 수 없습니다."
@@ -9902,13 +11852,16 @@ msgid "Minimum capacity to be available before we schedule more mirrors preempti
msgstr ""
msgid "Minimum length is %{minimum_password_length} characters"
-msgstr ""
+msgstr "최소 길ì´ëŠ” %{minimum_password_length}ìž ìž…ë‹ˆë‹¤."
msgid "Minimum length is %{minimum_password_length} characters."
+msgstr "최소 길ì´ëŠ” %{minimum_password_length}ìž ìž…ë‹ˆë‹¤."
+
+msgid "Minimum password length (number of characters)"
msgstr ""
msgid "Minutes"
-msgstr ""
+msgstr "분"
msgid "Mirror direction"
msgstr "미러 방향"
@@ -9919,6 +11872,9 @@ msgstr "미러 저장소"
msgid "Mirror user"
msgstr "미러 사용ìž"
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr "미러ë§ëœ 저장소"
@@ -9953,13 +11909,13 @@ msgid "Modified in this version"
msgstr ""
msgid "Modify commit message"
-msgstr ""
+msgstr "커밋 메시지 수정"
msgid "Modify commit messages"
-msgstr ""
+msgstr "커밋 메시지 수정"
msgid "Modify merge commit"
-msgstr ""
+msgstr "머지 커밋 수정"
msgid "Monday"
msgstr "월요ì¼"
@@ -9985,12 +11941,18 @@ msgstr ""
msgid "More actions"
msgstr "추가 작업"
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr "ë” ë§Žì€ ì •ë³´"
msgid "More information"
msgstr "ë” ë§Žì€ ì •ë³´"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "여기"
@@ -10048,6 +12010,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "ì´ë¦„"
@@ -10063,6 +12028,9 @@ msgstr "ì œëª©ì„ í†µí•´ 개별 키 ì´ë¦„ 지정"
msgid "Name:"
msgstr "ì´ë¦„:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10072,6 +12040,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "ë„움ë§"
@@ -10102,9 +12073,15 @@ msgstr "새로운 애플리케ì´ì…˜"
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "새 그룹"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr "신규 ID"
@@ -10122,13 +12099,13 @@ msgid "New Pages Domain"
msgstr ""
msgid "New Password"
-msgstr ""
+msgstr "새 비밀번호"
msgid "New Pipeline Schedule"
msgstr "새로운 파ì´í”„ë¼ì¸ ì¼ì •"
msgid "New Project"
-msgstr ""
+msgstr "새 프로ì íŠ¸"
msgid "New Snippet"
msgstr "새 스니펫"
@@ -10139,6 +12116,9 @@ msgstr "새 브랜치"
msgid "New branch unavailable"
msgstr "새로운 브랜치 사용 불가능"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10169,6 +12149,9 @@ msgstr "신규 ID"
msgid "New issue"
msgstr "새 ì´ìŠˆ"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr "새 ë¼ë²¨"
@@ -10179,7 +12162,7 @@ msgid "New milestone"
msgstr ""
msgid "New password"
-msgstr ""
+msgstr "새 비밀번호"
msgid "New pipelines will cancel older, pending pipelines on the same branch"
msgstr "새로운 파ì´í”„ ë¼ì¸ì€ ë™ì¼í•œ ë¸Œëžœì¹˜ì— ìžˆëŠ” ì´ì „ì˜ ëŒ€ê¸° ì¤‘ì¸ íŒŒì´í”„ ë¼ì¸ì„ 취소 합니다."
@@ -10215,7 +12198,7 @@ msgid "Newly registered users will by default be external"
msgstr ""
msgid "Next"
-msgstr ""
+msgstr "다ìŒ"
msgid "Next file in diff (MRs only)"
msgstr ""
@@ -10235,6 +12218,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10244,6 +12230,9 @@ msgstr "ë¼ë²¨ ì—†ìŒ"
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10289,15 +12278,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr "기한 ì—†ìŒ"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10307,22 +12299,22 @@ msgstr "ì˜ˆìƒ ì‹œê°„ì´ë‚˜ ì†Œë¹„ëœ ì‹œê°„ì´ ì—†ìŠµë‹ˆë‹¤."
msgid "No file chosen"
msgstr "파ì¼ì„ ì„ íƒí•˜ì§€ 않았습니다."
-msgid "No file selected"
+msgid "No file hooks found."
msgstr ""
+msgid "No file selected"
+msgstr "íŒŒì¼ ì„ íƒ ì•ˆë¨"
+
msgid "No files"
msgstr ""
msgid "No files found."
msgstr "파ì¼ì„ ì°¾ì„ ìˆ˜ 없습니다."
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr "ì„ íƒí•œ 기간 ë™ì•ˆ ì´ìŠˆê°€ 없습니다."
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10338,10 +12330,7 @@ msgid "No licenses found."
msgstr ""
msgid "No matching results"
-msgstr ""
-
-msgid "No merge requests for the selected time period."
-msgstr "ì„ íƒí•œ 기간 ë™ì•ˆ 머지 리퀘스트(MR)ê°€ 없습니다."
+msgstr "ì¼ì¹˜í•˜ëŠ” 결과가 없습니다."
msgid "No merge requests found"
msgstr "머지 리퀘스트(MR)를 ì°¾ì„ ìˆ˜ 없습니다."
@@ -10358,18 +12347,18 @@ msgstr "그런 ì´ë¦„ ë˜ëŠ” 설명ì´ìžˆëŠ” 다른 ë ˆì´ë¸”ì´ ì—†ìŠµë‹ˆë‹¤."
msgid "No parent group"
msgstr ""
+msgid "No pods available"
+msgstr ""
+
msgid "No preview for this file type"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No prioritized labels with such name or description"
msgstr ""
msgid "No public groups"
msgstr "공개 ê·¸ë£¹ì´ ì—†ìŠµë‹ˆë‹¤."
-msgid "No pushes for the selected time period."
-msgstr "ì„ íƒí•œ 기간 ë™ì•ˆ 푸시하지 않습니다."
-
msgid "No repository"
msgstr "저장소 ì—†ìŒ"
@@ -10389,11 +12378,26 @@ msgid "No start date"
msgstr ""
msgid "No template"
-msgstr ""
+msgstr "템플릿 ì—†ìŒ"
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10415,6 +12419,9 @@ msgstr "노드"
msgid "None"
msgstr "ì—†ìŒ"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10466,9 +12473,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "참고: 관리ìžì—게 %{github_integration_link} (ì„) 를 설정하여, GitHub를 통한 로그ì¸ì„ 허용하고 ê°œì¸ ì•¡ì„¸ìŠ¤ 토í°ì„ ìƒì„±í•˜ì§€ ì•Šê³  저장소를 가져올 수 있ë„ë¡ í—ˆìš©í•  수 있는지 문ì˜í•˜ì‹­ì‹œì˜¤."
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10529,6 +12533,9 @@ msgstr "새 머지 리퀘스트(MR)"
msgid "NotificationEvent|New note"
msgstr "새 노트"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "ì´ìŠˆ 재지정"
@@ -10580,6 +12587,9 @@ msgstr "11ì›”"
msgid "November"
msgstr "11ì›”"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10589,9 +12599,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10614,11 +12636,14 @@ msgid "OfSearchInADropdown|Filter"
msgstr "í•„í„°"
msgid "Ok let's go"
-msgstr ""
+msgstr "ìž, 시작해봅시다"
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10631,6 +12656,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] "%dê°œì˜ ì¶”ê°€ ì•„ì´í…œ"
@@ -10638,6 +12666,9 @@ msgstr[0] "%dê°œì˜ ì¶”ê°€ ì•„ì´í…œ"
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10647,12 +12678,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr "관리ìžë§Œ 가능"
@@ -10674,9 +12711,6 @@ msgstr "프로ì íŠ¸ 구성ì›ë§Œ ëŒ“ê¸€ì„ ë‹¬ 수 있습니다."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10722,6 +12756,9 @@ msgstr "사ì´ë“œë°” 열기"
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr "열림"
@@ -10770,6 +12807,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10782,6 +12822,9 @@ msgstr "옵션 "
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "기타 ë¼ë²¨"
@@ -10794,9 +12837,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr "외부로 가는 요청"
@@ -10815,24 +12855,111 @@ msgstr ""
msgid "Owner"
msgstr "소유ìž"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr "패키지 정보"
msgid "Package was removed"
msgstr "패키지가 제거ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr "패키지"
@@ -10848,9 +12975,6 @@ msgstr "페ì´ì§€"
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10881,30 +13005,54 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr "머지 리퀘스트(MR) 변경 사항 중 ì¼ë¶€"
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr "패스워드"
msgid "Password (optional)"
+msgstr "비밀번호 (ì„ íƒ)"
+
+msgid "Password Policy Guidelines"
msgstr ""
msgid "Password authentication is unavailable."
-msgstr ""
+msgstr "비밀번호 ì¸ì¦ì„ 사용할 수 없습니다."
msgid "Password confirmation"
-msgstr ""
+msgstr "비밀번호 확ì¸"
msgid "Password successfully changed"
-msgstr ""
+msgstr "비밀번호가 성공ì ìœ¼ë¡œ 변경ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Password was successfully updated. Please login with it"
-msgstr ""
+msgstr "비밀번호가 성공ì ìœ¼ë¡œ ì—…ë°ì´íŠ¸ë˜ì—ˆìŠµë‹ˆë‹¤. 새 비밀번호로 로그ì¸í•´ì£¼ì„¸ìš”."
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10926,6 +13074,9 @@ msgstr ""
msgid "Path:"
msgstr "경로:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "중지"
@@ -10953,6 +13104,12 @@ msgstr ""
msgid "Performance optimization"
msgstr "성능 최ì í™”"
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11022,6 +13179,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr "파ì´í”„ë¼ì¸ 할당량"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr "파ì´í”„ë¼ì¸ 트리거"
@@ -11100,7 +13260,7 @@ msgstr "ì§€ë‚œì£¼ì˜ íŒŒì´í”„ë¼ì¸"
msgid "Pipelines for last year"
msgstr "ì§€ë‚œí•´ì˜ íŒŒì´í”„ë¼ì¸"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11124,6 +13284,9 @@ msgstr "ìžì‹ ìžˆê²Œ 빌드하세요"
msgid "Pipelines|CI Lint"
msgstr "CI Lint"
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr "Runner ìºì‹œ 정리"
@@ -11157,9 +13320,15 @@ msgstr "현재 ì‹¤í–‰ì¤‘ì¸ íŒŒì´í”„ë¼ì¸ì´ 없습니다."
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "ì´ í”„ë¡œì íŠ¸ëŠ” 현재 파ì´í”„ë¼ì¸ì„ 실행하ë„ë¡ ì„¤ì •ë˜ì§€ 않았습니다."
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11289,7 +13458,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11305,10 +13474,10 @@ msgid "Please convert them to Git on Google Code, and go through the %{link_to_i
msgstr ""
msgid "Please create a password for your new account."
-msgstr ""
+msgstr "새 ê³„ì •ì˜ ë¹„ë°€ë²ˆí˜¸ë¥¼ ìƒì„±í•´ì£¼ì„¸ìš”."
msgid "Please create a username with only alphanumeric characters."
-msgstr ""
+msgstr "ì‚¬ìš©ìž ì´ë¦„ì€ ì˜ì–´ì™€ 숫ìžë§Œìœ¼ë¡œ 작성해 주십시오."
msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
msgstr ""
@@ -11340,9 +13509,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11356,7 +13534,7 @@ msgid "Please select at least one filter to see results"
msgstr "결과를 보려면 최소 í•˜ë‚˜ì˜ í•„í„°ë¥¼ ì„ íƒí•˜ì‹­ì‹œì˜¤"
msgid "Please set a new password before proceeding."
-msgstr ""
+msgstr "계ì†í•˜ê¸° ì „ì— ìƒˆ 비밀번호를 설정해주세요."
msgid "Please solve the reCAPTCHA"
msgstr "ReCAPTCHA를 풀어 주십시오."
@@ -11364,6 +13542,9 @@ msgstr "ReCAPTCHA를 풀어 주십시오."
msgid "Please try again"
msgstr "다시 ì‹œë„í•´ 주세요."
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11379,6 +13560,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "저장소를 가져오는 ë™ì•ˆ 기다려주십시오. 완료ë˜ë©´ ìžë™ìœ¼ë¡œ 페ì´ì§€ë¥¼ 새로고침 합니다."
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11397,6 +13584,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11406,9 +13596,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11418,7 +13614,13 @@ msgstr "테마 íƒìƒ‰"
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11451,9 +13653,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11463,17 +13662,23 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "미리보기"
msgid "Preview Markdown"
-msgstr ""
+msgstr "마í¬ë‹¤ìš´ 미리보기"
msgid "Preview changes"
msgstr ""
msgid "Preview payload"
-msgstr ""
+msgstr "페ì´ë¡œë“œ 미리보기"
msgid "Previous Artifacts"
msgstr ""
@@ -11526,15 +13731,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "프로필"
@@ -11551,7 +13789,7 @@ msgid "Profiles| You are going to change the username %{currentUsernameBold} to
msgstr "ì‚¬ìš©ìž ì´ë¦„ì„ %{currentUsernameBold}ì—ì„œ %{newUsernameBold}으로 변경하려고 합니다. 기존 프로필과 프로ì íŠ¸ë“¤ì€ %{newUsername}으로 리디렉션ë˜ì§€ë§Œ, %{currentUsername}ê°€ 다른 유저나 ê·¸ë£¹ì— ì˜í•´ 등ë¡ë˜ë©´ ë” ì´ìƒ 리디렉션ë˜ì§€ 않습니다. ì‚¬ìš©ìž ì´ë¦„ì„ ë³€ê²½í•œ ë’¤ git ì €ìž¥ì†Œì˜ ë¦¬ëª¨íŠ¸ë¥¼ 변경하세요."
msgid "Profiles|@username"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | @사용ìžì´ë¦„"
msgid "Profiles|Account scheduled for removal."
msgstr "ê³„ì •ì´ ì‚­ì œë  ì˜ˆì •ìž…ë‹ˆë‹¤."
@@ -11560,7 +13798,7 @@ msgid "Profiles|Activate signin with one of the following services"
msgstr "ë‹¤ìŒ ì„œë¹„ìŠ¤ 중 하나로 ë¡œê·¸ì¸ í™œì„±í™”"
msgid "Profiles|Active"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 활성화"
msgid "Profiles|Add key"
msgstr "키 추가"
@@ -11590,22 +13828,22 @@ msgid "Profiles|Choose to show contributions of private projects on your public
msgstr ""
msgid "Profiles|City, country"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ë„ì‹œ, êµ­ê°€"
msgid "Profiles|Clear status"
msgstr "ìƒíƒœ 지우기"
msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ë‹¤ìŒ ì•„ì´ì½˜ 중 하나를 사용하여 로그ì¸ì„ 활성화하려면 ì•„ì´ì½˜ì„ í´ë¦­í•˜ì‹­ì‹œì˜¤."
msgid "Profiles|Commit email"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 커밋 ì´ë©”ì¼"
msgid "Profiles|Connect"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì—°ê²°"
msgid "Profiles|Connected Accounts"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì—°ê²°ëœ ê³„ì •"
msgid "Profiles|Current path: %{path}"
msgstr "현재 경로: %{path}"
@@ -11614,7 +13852,7 @@ msgid "Profiles|Current status"
msgstr "현재 ìƒíƒœ"
msgid "Profiles|Default notification email"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 기본 알림 ì´ë©”ì¼"
msgid "Profiles|Delete Account"
msgstr "계정 삭제"
@@ -11629,7 +13867,7 @@ msgid "Profiles|Deleting an account has the following effects:"
msgstr "ê³„ì •ì„ ì‚­ì œí•˜ë©´ 다ìŒê³¼ ê°™ì€ ì˜í–¥ì´ 있습니다:"
msgid "Profiles|Disconnect"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì—°ê²° í•´ì œ"
msgid "Profiles|Do not show on profile"
msgstr "í”„ë¡œí•„ì— í‘œì‹œí•˜ì§€ ì•ŠìŒ"
@@ -11641,25 +13879,25 @@ msgid "Profiles|Edit Profile"
msgstr "프로필 편집"
msgid "Profiles|Enter your name, so people you know can recognize you"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì´ë¦„ì„ ìž…ë ¥í•˜ë©´ 아는 ì‚¬ëžŒë“¤ì´ ë‚˜ë¥¼ 알아볼 수 있습니다"
msgid "Profiles|Feed token was successfully reset"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 피드 토í°ì´ 성공ì ìœ¼ë¡œ 초기화ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Profiles|Full name"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì „ì²´ ì´ë¦„"
msgid "Profiles|Impersonation"
msgstr ""
msgid "Profiles|Include private contributions on my profile"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ë‚´ í”„ë¡œí•„ì— ë¹„ê³µê°œ 기여를 í¬í•¨"
msgid "Profiles|Incoming email token was successfully reset"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 수신 ì´ë©”ì¼ í† í°ì´ 성공ì ìœ¼ë¡œ 초기화ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì´ì¤‘ ì¸ì¦(2FA)를 활성화하여 ê³„ì •ì˜ ë³´ì•ˆì„ ê°•í™”í•˜ì„¸ìš”."
msgid "Profiles|Invalid password"
msgstr "ìž˜ëª»ëœ íŒ¨ìŠ¤ì›Œë“œ"
@@ -11668,16 +13906,16 @@ msgid "Profiles|Invalid username"
msgstr "ìž˜ëª»ëœ ì‚¬ìš©ìžì´ë¦„"
msgid "Profiles|Key"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 키(Key)"
msgid "Profiles|Learn more"
msgstr "ë” ì•Œì•„ë³´ê¸°"
msgid "Profiles|Location"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 위치"
msgid "Profiles|Made a private contribution"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ê°œì¸ ê¸°ì—¬ ìƒì„±"
msgid "Profiles|Main settings"
msgstr "주요 설정"
@@ -11686,34 +13924,34 @@ msgid "Profiles|No file chosen"
msgstr "파ì¼ì´ ì„ íƒë˜ì§€ 않았습니다."
msgid "Profiles|Notification email"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 알림 ì´ë©”ì¼"
msgid "Profiles|Organization"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì¡°ì§"
msgid "Profiles|Path"
msgstr "경로"
msgid "Profiles|Personal Access"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ê°œì¸ ì—‘ì„¸ìŠ¤"
msgid "Profiles|Position and size your new avatar"
msgstr "새 아바타 위치 ë° í¬ê¸° ì¡°ì ˆ"
msgid "Profiles|Primary email"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 기본 ì´ë©”ì¼"
msgid "Profiles|Private contributions"
msgstr "비밀 기여"
msgid "Profiles|Profile was successfully updated"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | í”„ë¡œí•„ì´ ì„±ê³µì ìœ¼ë¡œ ì—…ë°ì´íŠ¸ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Profiles|Public Avatar"
msgstr "공개 아바타"
msgid "Profiles|Public email"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 공개 ì´ë©”ì¼"
msgid "Profiles|Remove avatar"
msgstr "아바타 제거"
@@ -11722,7 +13960,7 @@ msgid "Profiles|Set new profile picture"
msgstr "새 프로필 사진 설정"
msgid "Profiles|Social sign-in"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 소셜 로그ì¸"
msgid "Profiles|Some options are unavailable for LDAP accounts"
msgstr "ì¼ë¶€ ì˜µì…˜ì€ LDAP 계정ì—ì„œ 사용할 수 없습니다."
@@ -11731,6 +13969,9 @@ msgid "Profiles|Static object token was successfully reset"
msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
+msgstr "í”„ë¡œíŒŒì¼ | 250ê°€ ì´ë‚´ë¡œ ìžì‹ ì— 대해 알려주세요."
+
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
@@ -11740,28 +13981,28 @@ msgid "Profiles|This doesn't look like a public SSH key, are you sure you want t
msgstr "ì´ê²ƒì€ 공개 SSH 키가 아닌것 같습니다. ì •ë§ë¡œ 추가 하시겠어요?"
msgid "Profiles|This email will be displayed on your public profile"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì´ ì´ë©”ì¼ì€ ë‚´ 공개 í”„ë¡œí•„ì— í‘œì‹œë©ë‹ˆë‹¤."
msgid "Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì´ ì´ë©”ì¼ì€ 수정ì´ë‚˜ ë¨¸ì§€ê°™ì€ ì›¹ 기반 ìž‘ì—…ì— ì‚¬ìš©ë©ë‹ˆë‹¤. %{commit_email_link_start}ë” ì•Œì•„ë³´ê¸°%{commit_email_link_end}"
msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
msgstr "ì´ ê·¸ë¦¼ê³¼ 메시지는 프로필과 ì¸í„°íŽ˜ì´ìŠ¤ ì „ì²´ì— ë‚˜íƒ€ë‚©ë‹ˆë‹¤."
msgid "Profiles|This information will appear on your profile"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì´ ì •ë³´ëŠ” ë‚´ í”„ë¡œí•„ì— í‘œì‹œë©ë‹ˆë‹¤."
msgid "Profiles|Time settings"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | 시간 설정"
msgid "Profiles|Two-Factor Authentication"
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì´ì¤‘ ì¸ì¦"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "확ì¸ì„ 위해 %{confirmationValue} 를 입력하세요."
msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr ""
+msgstr "í”„ë¡œíŒŒì¼ | ì¼ë°˜ì ìœ¼ë¡œ \"ssh-ed25519 …\" ë˜ëŠ” \"ssh-rsa ...\"으로 시작합니다."
msgid "Profiles|Update profile settings"
msgstr "프로필 설정 ì—…ë°ì´íŠ¸"
@@ -11776,7 +14017,7 @@ msgid "Profiles|Use a private email - %{email}"
msgstr "ê°œì¸ ì´ë©”ì¼ ì‚¬ìš© - %{email}"
msgid "Profiles|User ID"
-msgstr ""
+msgstr "프로필 | ì‚¬ìš©ìž ID"
msgid "Profiles|Username change failed - %{message}"
msgstr "ì‚¬ìš©ìž ì´ë¦„ 바꾸기 실패 - %{message}"
@@ -11785,7 +14026,7 @@ msgid "Profiles|Username successfully changed"
msgstr "ì‚¬ìš©ìž ì´ë¦„ì„ ì„±ê³µì ìœ¼ë¡œ 바꿨습니다"
msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead"
-msgstr ""
+msgstr "프로필 | ì´ë¦„ì— ì´ëª¨ì§€ë¥¼ 사용하는 ê²ƒì€ ìž¬ë¯¸ 있지만 대신 ìƒíƒœ 메시지를 설정해보십시오."
msgid "Profiles|What's your status?"
msgstr "ìƒíƒœëŠ” 어떤가요?"
@@ -11874,6 +14115,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "프로ì íŠ¸ '%{project_name}' ì‚­ì œ 중입니다."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "'%{project_name}'프로ì íŠ¸ê°€ ì‚­ì œ 처리 중입니다."
@@ -11883,12 +14127,21 @@ msgstr "'%{project_name}'프로ì íŠ¸ê°€ 성공ì ìœ¼ë¡œ ìƒì„±ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Project '%{project_name}' was successfully updated."
msgstr "'%{project_name}'프로ì íŠ¸ê°€ 성공ì ìœ¼ë¡œ ì—…ë°ì´íŠ¸ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "프로ì íŠ¸ 배지"
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11898,7 +14151,7 @@ msgstr "프로ì íŠ¸ URL"
msgid "Project access must be granted explicitly to each user."
msgstr "프로ì íŠ¸ 액세스는 ê° ì‚¬ìš©ìžì—게 명시ì ìœ¼ë¡œ 부여ë˜ì–´ì•¼í•©ë‹ˆë‹¤."
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11919,6 +14172,9 @@ msgstr ""
msgid "Project details"
msgstr "프로ì íŠ¸ ìƒì„¸"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "프로ì íŠ¸ 내보내기를 삭제할 수 없습니다."
@@ -11943,6 +14199,21 @@ msgstr ""
msgid "Project name"
msgstr "프로ì íŠ¸ ì´ë¦„"
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr "프로ì íŠ¸ 슬러그"
@@ -12024,6 +14295,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12057,27 +14334,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr "뱃지"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "ì´ ì„¤ì •ì„ ë³€ê²½í•˜ë ¤ë©´ 관리ìžì—게 문ì˜í•˜ì„¸ìš”."
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr "프로ì íŠ¸ 뱃지 커스텀마ì´ì§•"
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr "태그 ë³´í˜¸ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤."
@@ -12090,9 +14397,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr "ë±ƒì§€ì— ëŒ€í•´ ìžì„¸ížˆ 알아보세요."
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12111,21 +14436,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "ì´ ì €ìž¥ì†Œì—는 ì„œëª…ëœ ì»¤ë°‹ë§Œ 푸쉬할 수 있습니다."
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12138,15 +14511,27 @@ msgstr "ì´ ì„¤ì •ì€ ì„œë²„ 레벨ì—ì„œ ì ìš©ë˜ì—ˆìœ¼ë©°, 프로ì íŠ¸ì— ì
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "관리ìžì— 변경ë˜ì§€ 않는 í•œ, ì´ ì„¤ì •ì€ ëª¨ë“  프로ì íŠ¸ì— ì ìš©ë©ë‹ˆë‹¤."
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "사용ìžëŠ” ì´ ì €ìž¥ì†Œì— ì¸ì¦ëœ ì´ë©”ì¼ë¡œ ì»¤ë°‹ëœ ì»¤ë°‹ë§Œì„ push í•  수 있습니다."
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12192,6 +14577,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12207,6 +14598,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "%{group_name}ê³¼ 공유ë˜ëŠ” 프로ì íŠ¸"
@@ -12216,6 +14610,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12288,7 +14697,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12402,10 +14811,10 @@ msgstr "공통 매트릭스를 찾기 위하여 첫 환경 ë°°í¬ë¥¼ 기다리ëŠ
msgid "Promote"
msgstr "승격"
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12426,6 +14835,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12435,12 +14847,24 @@ msgstr "다시 표시하지 않습니다."
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr "ì´ ê¸°ëŠ¥ì€ ìž ê²¨ìžˆìŠµë‹ˆë‹¤."
msgid "Promotions|Upgrade plan"
msgstr "업그레ì´ë“œ 플랜"
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12456,12 +14880,57 @@ msgstr ""
msgid "Protected Environments"
msgstr "ë³´í˜¸ëœ í™˜ê²½"
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12621,21 +15090,33 @@ msgstr "분기별"
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Quick actionì€ ì´ìŠˆ 설명ì´ë‚˜ 댓글 박스ì—ì„œ 사용 가능합니다."
-msgid "README"
+msgid "Quick range"
msgstr ""
+msgid "README"
+msgstr "README"
+
msgid "Rake Tasks Help"
msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "ë” ì½ê¸°"
@@ -12660,6 +15141,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12667,7 +15151,7 @@ msgid "Recent"
msgstr ""
msgid "Recent Activity"
-msgstr ""
+msgstr "최근 활ë™"
msgid "Recent Project Activity"
msgstr ""
@@ -12678,12 +15162,21 @@ msgstr ""
msgid "Recent searches"
msgstr "최근 검색"
-msgid "Recovery Codes"
+msgid "Recipe"
msgstr ""
+msgid "Recovery Codes"
+msgstr "복구 코드"
+
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr "참조:"
@@ -12709,9 +15202,12 @@ msgstr ""
msgid "Regex pattern"
msgstr "ì •ê·œ í‘œí˜„ì‹ íŒ¨í„´"
-msgid "Register"
+msgid "Region that Elasticsearch is configured"
msgstr ""
+msgid "Register"
+msgstr "회ì›ê°€ìž…"
+
msgid "Register / Sign In"
msgstr "ë“±ë¡ / 로그ì¸"
@@ -12724,10 +15220,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12757,10 +15253,35 @@ msgstr ""
msgid "Related merge requests"
msgstr "ê´€ë ¨ëœ ë¨¸ì§€ 리퀘스트(MR)"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12806,7 +15327,7 @@ msgid "Remove avatar"
msgstr "아바타 제거"
msgid "Remove card"
-msgstr ""
+msgstr "카드 제거"
msgid "Remove child epic from an epic"
msgstr ""
@@ -12824,20 +15345,29 @@ msgid "Remove from epic"
msgstr ""
msgid "Remove group"
-msgstr ""
+msgstr "그룹 제거"
msgid "Remove milestone"
+msgstr "마ì¼ìŠ¤í†¤ 제거"
+
+msgid "Remove node"
msgstr ""
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr "우선 순위 삭제"
msgid "Remove project"
msgstr "프로ì íŠ¸ ì‚­ì œ"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12919,6 +15449,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -12964,6 +15500,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -12979,9 +15518,15 @@ msgstr ""
msgid "Repo by URL"
msgstr "저장소 URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr "ë³´ê³ "
@@ -13066,8 +15611,8 @@ msgstr "ì €ìž¥ì†Œì— ìž ê¸ˆì´ ì—†ìŠµë‹ˆë‹¤."
msgid "Repository maintenance"
msgstr "저장소 유지 보수"
-msgid "Repository mirror"
-msgstr "저장소 미러"
+msgid "Repository mirroring"
+msgstr ""
msgid "Repository static objects"
msgstr ""
@@ -13084,9 +15629,18 @@ msgstr ""
msgid "Request Access"
msgstr "액세스 요청"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr "요청 프로필"
@@ -13099,18 +15653,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "GitLabì— ì•¡ì„¸ìŠ¤ í•  ë•Œ 모든 사용ìžê°€ 서비스 약관 ë° ê°œì¸ ì •ë³´ 취급 ë°©ì¹¨ì— ë™ì˜í•˜ë„ë¡í•˜ì‹­ì‹œì˜¤."
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
-msgstr ""
+msgstr "승ì¸í•˜ë ¤ë©´ ì‚¬ìš©ìž ë¹„ë°€ë²ˆí˜¸ê°€ 필요합니다."
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13152,6 +15700,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13165,7 +15716,7 @@ msgid "Resolve thread"
msgstr ""
msgid "Resolved"
-msgstr ""
+msgstr "í•´ê²°ë¨"
msgid "Resolved 1 discussion."
msgstr ""
@@ -13207,6 +15758,12 @@ msgid "Response metrics (NGINX)"
msgstr ""
msgid "Restart Terminal"
+msgstr "í„°ë¯¸ë„ ìž¬ì‹œìž‘"
+
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
msgstr ""
msgid "Restrict access by IP address"
@@ -13221,6 +15778,12 @@ msgstr "재개"
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr "재시ë„"
@@ -13252,9 +15815,21 @@ msgstr "ì´ ë¨¸ì§€ 리퀘스트(MR) ë˜ëŒë¦¬ê¸°"
msgid "Review"
msgstr "리뷰"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "검토중"
@@ -13279,9 +15854,15 @@ msgstr ""
msgid "Roadmap"
msgstr "로드맵"
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13327,6 +15908,9 @@ msgstr "Runners API"
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13363,6 +15947,9 @@ msgstr "%{group_name}ì˜ SAML SSO"
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13372,20 +15959,26 @@ msgstr "SSH 키"
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr "SSH 호스트 키"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr "SSH 공개키"
-msgid "SSL Verification"
-msgstr "SSL ê²€ì¦"
+msgid "SSL Verification:"
+msgstr ""
msgid "Saturday"
-msgstr ""
+msgstr "토요ì¼"
msgid "Save"
msgstr "저장"
@@ -13408,12 +16001,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
-msgid "Save password"
+msgid "Save expiration policy"
msgstr ""
+msgid "Save password"
+msgstr "비밀번호 저장"
+
msgid "Save pipeline schedule"
msgstr "파ì´í”„ë¼ì¸ 스케줄 저장"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr "변수 저장"
@@ -13457,16 +16056,16 @@ msgid "Scopes"
msgstr ""
msgid "Scroll down"
-msgstr ""
+msgstr "아래로 스í¬ë¡¤"
msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
msgstr ""
msgid "Scroll left"
-msgstr ""
+msgstr "왼쪽으로 스í¬ë¡¤"
msgid "Scroll right"
-msgstr ""
+msgstr "오른쪽으로 스í¬ë¡¤"
msgid "Scroll to bottom"
msgstr "맨 아래로 스í¬ë¡¤"
@@ -13475,11 +16074,14 @@ msgid "Scroll to top"
msgstr "맨 위로 스í¬ë¡¤"
msgid "Scroll up"
-msgstr ""
+msgstr "위로 스í¬ë¡¤"
msgid "Search"
msgstr "검색"
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13504,11 +16106,14 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr "프로ì íŠ¸, 문제 등 검색"
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
msgid "Search groups"
-msgstr ""
+msgstr "그룹 검색"
msgid "Search merge requests"
msgstr "머지 리퀘스트(MR) 검색"
@@ -13519,6 +16124,9 @@ msgstr "마ì¼ìŠ¤í†¤ 검색"
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr "검색 ë˜ëŠ” ì´ë™.."
@@ -13537,6 +16145,9 @@ msgstr "ì‚¬ìš©ìž ê²€ìƒ‰"
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr "프로ì íŠ¸ 검색"
@@ -13570,10 +16181,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13638,6 +16255,9 @@ msgstr "보안"
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr "보안 대시보드"
@@ -13671,6 +16291,9 @@ msgstr "ì·¨ì•½ì  ë¬´ì‹œ"
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13707,39 +16330,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr "보안 대시보드ì—는 최신 보안 보고서가 표시ë©ë‹ˆë‹¤. 취약ì ì„ 찾고, ìˆ˜ì •í•˜ëŠ”ë° ì‚¬ìš©í•˜ì„¸ìš”."
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr "코드 ì·¨ì•½ì  ëª¨ë‹ˆí„°ë§"
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "파ì´í”„ë¼ì¸ %{pipelineLink} 실행ë¨"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13758,6 +16447,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13785,15 +16477,21 @@ msgstr ""
msgid "Select a template repository"
msgstr "저장소 템플릿 ì„ íƒ"
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "시간대 ì„ íƒ"
msgid "Select all"
-msgstr ""
+msgstr "ëª¨ë‘ ì„ íƒ"
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "기존 Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ ì„ íƒí•˜ê±°ë‚˜ 새로 만듭니다."
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr "브랜치/태그 ì„ íƒ"
@@ -13801,13 +16499,13 @@ msgid "Select group or project"
msgstr ""
msgid "Select labels"
-msgstr ""
+msgstr "ë¼ë²¨ ì„ íƒ"
msgid "Select merge moment"
msgstr ""
msgid "Select milestone"
-msgstr ""
+msgstr "마ì¼ìŠ¤í†¤ ì„ íƒ"
msgid "Select private project"
msgstr ""
@@ -13822,7 +16520,7 @@ msgid "Select project to choose zone"
msgstr ""
msgid "Select projects"
-msgstr ""
+msgstr "프로ì íŠ¸ ì„ íƒ"
msgid "Select projects you want to import."
msgstr "가져오고 ì‹¶ì€ í”„ë¡œì íŠ¸ë¥¼ ì„ íƒí•˜ì„¸ìš”."
@@ -13836,6 +16534,9 @@ msgstr "ëŒ€ìƒ ë¸Œëžœì¹˜ ì„ íƒ"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13843,6 +16544,9 @@ msgid "Select timeframe"
msgstr ""
msgid "Select user"
+msgstr "ì‚¬ìš©ìž ì„ íƒ"
+
+msgid "Select your role"
msgstr ""
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
@@ -13851,6 +16555,45 @@ msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13869,6 +16612,9 @@ msgstr "사용 ë°ì´í„° 보내기"
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "9ì›”"
@@ -13923,7 +16669,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -13965,6 +16711,15 @@ msgstr ""
msgid "Service Desk"
msgstr "서비스 ë°ìŠ¤í¬"
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr "서비스 템플릿"
@@ -13977,7 +16732,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr "세션 만료, 프로ì íŠ¸ 제한 ë° ì²¨ë¶€ íŒŒì¼ í¬ê¸°."
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14008,7 +16763,7 @@ msgid "Set milestone"
msgstr ""
msgid "Set new password"
-msgstr ""
+msgstr "새 비밀번호 설정"
msgid "Set notification email for abuse reports."
msgstr "남용 ë³´ê³ ì„œì— ëŒ€í•œ 알림 ì´ë©”ì¼ì„ 설정합니다."
@@ -14065,6 +16820,9 @@ msgid "Set up new U2F device"
msgstr ""
msgid "Set up new password"
+msgstr "새 비밀번호 설정"
+
+msgid "Set up pipeline subscriptions for this project."
msgstr ""
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
@@ -14124,6 +16882,9 @@ msgstr ""
msgid "Settings"
msgstr "설정"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "공유"
@@ -14152,11 +16913,14 @@ msgid "Sherlock Transactions"
msgstr "ì…œë¡ íŠ¸ëžœì ì…˜"
msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
-msgstr ""
+msgstr "휴대í°ì„ 분실하거나 ì¼íšŒìš© ë¹„ë°€ë²ˆí˜¸ì— ì ‘ê·¼í•˜ì§€ 못하는 경우 ë‹¤ìŒ ë³µêµ¬ 코드를 한번씩 사용하여 ë‚´ ê³„ì •ì— ë‹¤ì‹œ 접근할 수 있습니다. 복구 코드를 안전한 ê³³ì— ë³´ê´€í•´ì£¼ì„¸ìš”. 그렇지 않으면 ê³„ì •ì— ì ‘ê·¼í•  수 %{b_start}없게%{b_end} ë©ë‹ˆë‹¤."
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14167,7 +16931,7 @@ msgid "Show command"
msgstr "명령 보기"
msgid "Show comments"
-msgstr ""
+msgstr "댓글 보기"
msgid "Show comments only"
msgstr ""
@@ -14184,6 +16948,12 @@ msgstr ""
msgid "Show latest version"
msgstr "최신 버전 보기"
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr "부모 페ì´ì§€ 보기"
@@ -14197,6 +16967,12 @@ msgid "Showing %d event"
msgid_plural "Showing %d events"
msgstr[0] "%d ê°œì˜ ì´ë²¤íŠ¸ 표시 중"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14206,6 +16982,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14239,9 +17018,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr "Single Sign-On으로 로그ì¸"
@@ -14282,7 +17058,7 @@ msgid "Signed in"
msgstr ""
msgid "Signed in with %{authentication} authentication"
-msgstr ""
+msgstr "%{authentication} ì¸ì¦ìœ¼ë¡œ ë¡œê·¸ì¸ ë¨"
msgid "Signing in using %{label} has been disabled"
msgstr ""
@@ -14296,9 +17072,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr "í¬ê¸°"
@@ -14308,7 +17081,16 @@ msgstr "ì •ì  ì›¹ 사ì´íŠ¸ì˜ í¬ê¸° ë° ë„ë©”ì¸ ì„¤ì •"
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
+msgstr "ì¼ë‹¨ 건너뛰기"
+
+msgid "Skipped"
msgstr ""
msgid "Slack application"
@@ -14371,6 +17153,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14404,15 +17189,15 @@ msgstr "ë²„íŠ¼ì„ í† ê¸€í•˜ë˜ ì¤‘ 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14428,27 +17213,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr "프로ì íŠ¸ë¥¼ 가져오는 ë™ì•ˆ 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "Something went wrong while fetching the registry list."
msgstr "레지스트리 목ë¡ì„ 가져오는 ë™ì•ˆ 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14458,9 +17264,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14543,7 +17355,7 @@ msgid "SortOptions|Manual"
msgstr ""
msgid "SortOptions|Milestone due date"
-msgstr ""
+msgstr "ì •ë ¬ 옵션|마ì¼ìŠ¤í†¤ 마ê°ì¼"
msgid "SortOptions|Milestone due later"
msgstr "마ì¼ìŠ¤í†¤ 마ê°ì¼ì´ 먼"
@@ -14593,6 +17405,9 @@ msgstr "ì¸ê¸°"
msgid "SortOptions|Priority"
msgstr "우선 순위"
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14620,6 +17435,12 @@ msgstr "ì´ì „ 시작"
msgid "SortOptions|Start soon"
msgstr "최근 시작"
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14638,6 +17459,51 @@ msgstr "소스를 사용할 수 없습니다."
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "스팸 로그"
@@ -14662,6 +17528,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr "스테ì´ì§€"
@@ -14671,8 +17540,11 @@ msgstr "스테ì´ì§• & 커밋"
msgid "Stage all changes"
msgstr "모든 변경사항 스테ì´ì§•"
-msgid "Stage changes"
-msgstr "스테ì´ì§€ 변경사항"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
msgstr "스테ì´ì§€"
@@ -14717,12 +17589,12 @@ msgid "Start GitLab Ultimate trial"
msgstr ""
msgid "Start Web Terminal"
-msgstr ""
+msgstr "웹 í„°ë¯¸ë„ ì‹œìž‘"
msgid "Start a %{new_merge_request} with these changes"
msgstr "ì´ ë³€ê²½ 사항으로 %{new_merge_request} ì„ ì‹œìž‘í•˜ì‹­ì‹œì˜¤."
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14770,6 +17642,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14794,9 +17672,12 @@ msgstr "(UTC)ì— ì‹œìž‘"
msgid "State your message to activate"
msgstr ""
-msgid "Statistics"
+msgid "Static Application Security Testing (SAST)"
msgstr ""
+msgid "Statistics"
+msgstr "통계"
+
msgid "Status"
msgstr "ìƒíƒœ"
@@ -14807,7 +17688,7 @@ msgid "Stay updated about the performance and health of your environment by conf
msgstr ""
msgid "Stop Terminal"
-msgstr ""
+msgstr "í„°ë¯¸ë„ ì¤‘ì§€"
msgid "Stop environment"
msgstr ""
@@ -14830,12 +17711,18 @@ msgstr ""
msgid "Storage"
msgstr "스토리지"
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr "저장소:"
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14857,6 +17744,9 @@ msgstr "서브 그룹과 프로ì íŠ¸"
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "스팸으로 제출"
@@ -14872,6 +17762,12 @@ msgstr ""
msgid "Submit search"
msgstr "검색 제출"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "구ë…"
@@ -14882,7 +17778,7 @@ msgid "Subscribe at project level"
msgstr "프로ì íŠ¸ 수준ì—ì„œ 구ë…"
msgid "Subscribe to RSS feed"
-msgstr ""
+msgstr "RSS 피드 구ë…"
msgid "Subscribe to calendar"
msgstr ""
@@ -14899,6 +17795,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -14968,18 +17873,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -14995,7 +17915,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15067,6 +17987,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15085,7 +18011,7 @@ msgstr "스위치 브랜치/태그"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15122,11 +18048,14 @@ msgid "Table of Contents"
msgstr ""
msgid "Tag"
-msgstr ""
+msgstr "태그"
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15187,8 +18116,8 @@ msgstr "새 태그"
msgid "TagsPage|New tag"
msgstr "새 태그"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "ì„ íƒì ìœ¼ë¡œ íƒœê·¸ì— ë©”ì‹œì§€ë¥¼ 추가하십시오."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "ì„ íƒì ìœ¼ë¡œ, 릴리스 노트를 íƒœê·¸ì— ì¶”ê°€í•˜ì‹­ì‹œì˜¤. GitLab ë°ì´í„°ë² ì´ìŠ¤ì— 저장ë˜ê³  태그 페ì´ì§€ì— í‘œì‹œë  ê²ƒ 입니다."
@@ -15223,29 +18152,44 @@ msgstr "보호ë¨"
msgid "Target Branch"
msgstr "ëŒ€ìƒ ë¸Œëžœì¹˜"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "ëŒ€ìƒ ë¸Œëžœì¹˜"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "팀"
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr "템플릿"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "템플릿"
msgid "Terminal"
-msgstr ""
+msgstr "터미ë„"
msgid "Terminal for environment"
-msgstr ""
+msgstr "í™˜ê²½ì„ ìœ„í•œ 터미ë„"
msgid "Terminal sync service is running"
-msgstr ""
+msgstr "í„°ë¯¸ë„ ë™ê¸°í™” 서비스가 실행중입니다."
msgid "Terms of Service Agreement and Privacy Policy"
msgstr "서비스 약관 계약 ë° ê°œì¸ ì •ë³´ 보호 ì •ì±…"
@@ -15253,7 +18197,7 @@ msgstr "서비스 약관 계약 ë° ê°œì¸ ì •ë³´ 보호 ì •ì±…"
msgid "Terms of Service and Privacy Policy"
msgstr "서비스 약관 ë° ê°œì¸ ì •ë³´ 보호 ì •ì±…"
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15289,6 +18233,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15301,13 +18278,13 @@ msgstr "ê°ì‚¬í•©ë‹ˆë‹¤! 다시 보지 않겠습니다."
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15323,6 +18300,12 @@ msgstr "ì´ìŠˆ 트래커는 프로ì íŠ¸ì—ì„œ 개선해야하거나 í•´ê²°í•´ì•
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "ì´ìŠˆ 트래커는 프로ì íŠ¸ì—ì„œ 개선해야하거나 해결해야할 ì‚¬í•­ì„ ì¶”ê°€í•  수 있는 곳입니다. ì´ í”„ë¡œì íŠ¸ì—ì„œ ì´ìŠˆë¥¼ 만들려면 가입하거나 로그ì¸í•˜ì‹­ì‹œì˜¤."
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15332,6 +18315,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15341,12 +18327,27 @@ msgstr "Coding Stage는 첫 번째 커밋ì—서부터 머지 리퀘스트(MR) ìƒ
msgid "The collection of events added to the data gathered for that stage."
msgstr "해당 단계ì—ì„œ 수집 ëœ ë°ì´í„°ê°€ ì´ë²¤íŠ¸ 모ìŒì— 추가ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15371,12 +18372,19 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+
msgid "The fork relationship has been removed."
msgstr "í¬í¬ 관계가 제거ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -15392,6 +18400,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15437,7 +18448,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15449,12 +18463,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr "개발 ìˆ˜ëª…ì£¼ê¸°ì˜ ë‹¨ê³„."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15500,6 +18517,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "ì´ í”„ë¡œì íŠ¸ì˜ 저장소가 존재하지 않습니다."
@@ -15536,18 +18556,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "Staging 단계ì—서는 MR 머지과 프로ë•ì…˜ í™˜ê²½ì— ì½”ë“œ ë°°í¬ ì‚¬ì´ì˜ ì‹œê°„ì„ ë³´ì—¬ì¤ë‹ˆë‹¤. ë°ì´í„°ë¥¼ Production í™˜ê²½ì— ì²˜ìŒ ë°°í¬í•˜ë©´ ë°ì´í„°ê°€ ìžë™ìœ¼ë¡œ 추가ë©ë‹ˆë‹¤."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "테스트 단계ì—서는 GitLab CIê°€ 관련 머지 리퀘스트(MR)ì„ ìœ„í•´ 모든 파ì´í”„ë¼ì¸ì„ 실행하는 ë° ê±¸ë¦¬ëŠ” ì‹œê°„ì„ ë³´ì—¬ì¤ë‹ˆë‹¤. 첫 번째 파ì´í”„ë¼ì¸ ì‹¤í–‰ì´ ì™„ë£Œë˜ë©´ ë°ì´í„°ê°€ ìžë™ìœ¼ë¡œ 추가ë©ë‹ˆë‹¤."
msgid "The time taken by each data entry gathered by that stage."
msgstr "해당 단계ì—ì„œ 수집 í•œ ê° ë°ì´í„° ìž…ë ¥ì— ì†Œìš” ëœ ì‹œê°„"
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15572,6 +18595,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15615,7 +18641,7 @@ msgid "There are no labels yet"
msgstr "ì•„ì§ ë¼ë²¨ì´ 없습니다."
msgid "There are no matching files"
-msgstr ""
+msgstr "ì¼ì¹˜í•˜ëŠ” 파ì¼ì´ 없습니다"
msgid "There are no open issues"
msgstr ""
@@ -15635,6 +18661,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15644,6 +18673,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15653,6 +18685,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15662,7 +18700,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15674,6 +18727,9 @@ msgstr "ì‚¬ìš©ìž í™œë™ ìº˜ë¦°ë”를 로딩하는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí•˜ì˜€
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15689,6 +18745,9 @@ msgstr "알림 ì„¤ì •ì„ ì €ìž¥í•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
msgid "There was an error subscribing to this label."
msgstr "ì´ ë¼ë²¨ì„ 구ë…í•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15704,12 +18763,24 @@ msgstr "ì´ ë¼ë²¨ì„ 구ë…ì·¨ì†Œí•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr "%{link}를 사용하여 관리 할 수 ​​있습니다."
@@ -15770,9 +18841,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "ì´ ë‚ ì§œëŠ” 마ê°ì¼ ì´í›„ì´ë¯€ë¡œ ì´ ì—í”½ì€ ë¡œë“œë§µì— ë‚˜íƒ€ë‚˜ì§€ 않습니다."
@@ -15797,10 +18865,16 @@ msgstr "ì´ ë””ë ‰í† ë¦¬"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15854,6 +18928,9 @@ msgstr "ì´ ì´ìŠˆëŠ” 비밀입니다."
msgid "This issue is locked."
msgstr "ì´ ì´ìŠˆëŠ” lock ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "ì´ ìž‘ì—…ì„ ì‹œìž‘í•˜ë ¤ë©´ ì—… 스트림 ìž‘ì—…ì˜ ì„±ê³µì„ í•„ìš”ë¡œ 합니다."
@@ -15872,21 +18949,36 @@ msgstr "ì´ ìž‘ì—…ì€ ì•„ì§ ì‹¤í–‰ë˜ì§€ 않았습니다."
msgid "This job has not started yet"
msgstr "ì´ ìž‘ì—…ì€ ì•„ì§ ì‹œìž‘ë˜ì§€ 않았습니다."
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "ì´ ìž‘ì—…ì€ ëŒ€ê¸° ìƒíƒœì´ë©° Runnerê°€ 실행하기를 기다리고 있습니다."
@@ -15902,8 +18994,8 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
-msgstr "ì´ ìž‘ì—…ì€ %{link}ì— ëŒ€í•œ 가장 ìµœê·¼ì˜ ë°°í¬ìž…니다."
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
msgstr "ì´ ìž‘ì—…ì—는 ìˆ˜ë™ ìž‘ì—…ì´ í•„ìš”í•©ë‹ˆë‹¤."
@@ -15929,6 +19021,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "현재 ë¸Œëžœì¹˜ì— ëŒ€í•œ 쓰기 ê¶Œí•œì´ ì—†ìœ¼ë¯€ë¡œ ì´ ì˜µì…˜ì´ ë¹„í™œì„±í™”ë©ë‹ˆë‹¤."
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "여러 프로ì íŠ¸ì—ì„œ 정보를 ì½ì„ 수 없으므로 ì´ íŽ˜ì´ì§€ë¥¼ 사용할 수 없습니다."
@@ -15941,6 +19036,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "ì´ í”„ë¡œì íŠ¸"
@@ -15953,6 +19054,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr "ì´ ì €ìž¥ì†Œ"
@@ -15965,10 +19075,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -15992,18 +19102,72 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
-msgid "Thursday"
+msgid "Threat Monitoring"
msgstr ""
-msgid "Time"
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
msgstr ""
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
+msgid "Thursday"
+msgstr "목요ì¼"
+
+msgid "Time"
+msgstr "시간"
+
msgid "Time based: Yes"
msgstr ""
@@ -16190,9 +19354,6 @@ msgstr "방금 전"
msgid "Timeago|right now"
msgstr "지금"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr "시간 초과"
@@ -16214,16 +19375,19 @@ msgid "Title"
msgstr "제목"
msgid "Title:"
-msgstr ""
+msgstr "제목:"
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
msgid "To Do"
-msgstr ""
+msgstr "í•  ì¼ ëª©ë¡"
msgid "To GitLab"
msgstr "GitLab으로"
@@ -16294,7 +19458,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16367,7 +19531,7 @@ msgid "Toggle comments for this file"
msgstr ""
msgid "Toggle commit description"
-msgstr ""
+msgstr "커밋 설명 토글"
msgid "Toggle commit list"
msgstr ""
@@ -16406,11 +19570,17 @@ msgid "Toggles :%{name}: emoji award."
msgstr ""
msgid "Tomorrow"
-msgstr ""
+msgstr "ë‚´ì¼"
msgid "Too many changes to show."
msgstr "표시 í•  변경 ì‚¬í•­ì´ ë„ˆë¬´ 많습니다."
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16420,18 +19590,24 @@ msgstr ""
msgid "Total Contributions"
msgstr "ì´ ê¸°ì—¬ë„"
-msgid "Total Time"
-msgstr "시간 합계:"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "모든 커밋 / ë¨¸ì§€ì˜ ì´ í…ŒìŠ¤íŠ¸ 시간"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr "합계: %{total}"
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16453,9 +19629,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16483,6 +19665,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16492,6 +19677,9 @@ msgstr ""
msgid "Trending"
msgstr "ì¸ê¸°"
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16519,7 +19707,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16547,10 +19735,10 @@ msgid "Tuesday"
msgstr ""
msgid "Turn Off"
-msgstr ""
+msgstr "ë„기"
msgid "Turn On"
-msgstr ""
+msgstr "켜기"
msgid "Turn on Service Desk"
msgstr "서비스 ë°ìŠ¤í¬ 켜기"
@@ -16576,6 +19764,9 @@ msgstr "2단계 ì¸ì¦"
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16583,29 +19774,44 @@ msgid "U2F only works with HTTPS-enabled websites. Contact your administrator fo
msgstr ""
msgid "URL"
-msgstr ""
+msgstr "URL"
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr "ì°¨ì´ì ì„ ì½ì–´ë“¤ì¼ 수 없습니다. %{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16630,7 +19836,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16651,6 +19857,9 @@ msgstr ""
msgid "Unknown"
msgstr "ì•Œ 수 ì—†ìŒ"
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16661,7 +19870,7 @@ msgid "Unknown response text"
msgstr ""
msgid "Unlimited"
-msgstr ""
+msgstr "무제한"
msgid "Unlock"
msgstr "잠금 해제"
@@ -16702,9 +19911,6 @@ msgstr "스테ì´ì§• 취소"
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr "스테ì´ì§•ë˜ì§€ ì•Šì€ ë³€ê²½ì "
-
msgid "Unstaged"
msgstr "스테ì´ì§• 안ë¨"
@@ -16738,6 +19944,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "ê²€ì¦ë˜ì§€ ì•ŠìŒ"
@@ -16775,7 +19984,7 @@ msgid "Update your bookmarked URLs as filtered/sorted branches URL has been chan
msgstr ""
msgid "Update your group name, description, avatar, and visibility."
-msgstr ""
+msgstr "그룹 ì´ë¦„ê³¼ 설명, 아바타 ë° ê³µê°œ 여부를 수정하십시오."
msgid "Update your project name, topics, description and avatar."
msgstr ""
@@ -16798,6 +20007,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16822,9 +20034,6 @@ msgstr "ì°¸ì—¬ë„ ë¶„ì„ì„ í™œì„±í™”í•˜ê¸° 위해 í”Œëžœì„ ì—…ê·¸ë ˆì´ë“œí•˜ì
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16835,7 +20044,7 @@ msgid "Upload <code>GoogleCodeProjectHosting.json</code> here:"
msgstr ""
msgid "Upload CSV file"
-msgstr ""
+msgstr "CSV íŒŒì¼ ì—…ë¡œë“œ"
msgid "Upload New File"
msgstr "새 íŒŒì¼ ì—…ë¡œë“œ"
@@ -16849,9 +20058,6 @@ msgstr ""
msgid "Upload file"
msgstr "íŒŒì¼ ì—…ë¡œë“œ"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16862,7 +20068,7 @@ msgid "Uploaded on"
msgstr ""
msgid "Uploading changes to terminal"
-msgstr ""
+msgstr "터미ë„ì— ë³€ê²½ 사항 업로드 중"
msgid "Uploads"
msgstr ""
@@ -16870,6 +20076,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr "추천"
@@ -16946,11 +20155,17 @@ msgid "Use a hardware device to add the second factor of authentication."
msgstr ""
msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
-msgstr ""
+msgstr "휴대 기기 ë˜ëŠ” 컴퓨터ì—ì„œ ì¼íšŒìš© 비밀번호 ì¸ì¦ê¸°ë¥¼ 사용하여 ì´ì¤‘ ì¸ì¦(2FA)를 활성화하세요."
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "그룹 마ì¼ìŠ¤í†¤ì„ 사용하시면 여러 프로ì íŠ¸ì˜ ì´ìŠˆë“¤ì„ í•˜ë‚˜ì˜ ë§ˆì¼ìŠ¤í†¤ìœ¼ë¡œ 관리할 수 있습니다."
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -16972,6 +20187,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17008,6 +20226,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17074,7 +20295,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17086,13 +20307,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17125,25 +20346,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17158,10 +20382,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17170,6 +20394,9 @@ msgstr "활ë™"
msgid "UserProfile|Already reported for abuse"
msgstr "ì´ë¯¸ 악용으로 ì‹ ê³ ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr "기여한 프로ì íŠ¸ë“¤"
@@ -17230,6 +20457,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr "ëª¨ë‘ ë³´ê¸°"
@@ -17257,12 +20487,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr "사용ìžë“¤"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17335,14 +20571,26 @@ msgstr ""
msgid "Verified"
msgstr "ê²€ì¦ë¨"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr "버전"
msgid "Very helpful"
msgstr ""
-msgid "View app"
-msgstr "앱 보기"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr ""
@@ -17362,6 +20610,10 @@ msgstr ""
msgid "View epics list"
msgstr "ì—픽 ëª©ë¡ ë³´ê¸°"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+
msgid "View file @ "
msgstr "파ì¼ë³´ê¸° @ "
@@ -17371,7 +20623,7 @@ msgstr ""
msgid "View group labels"
msgstr "그룹 ë¼ë²¨ 보기"
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17380,7 +20632,7 @@ msgstr "GitLabì—ì„œ 보기"
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17395,6 +20647,9 @@ msgstr "로그 보기"
msgid "View open merge request"
msgstr "열린 머지 리퀘스트(MR)보기"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "프로ì íŠ¸ ë¼ë²¨ 보기"
@@ -17404,6 +20659,9 @@ msgstr "êµì²´ëœ íŒŒì¼ ë³´ê¸° @ "
msgid "View the documentation"
msgstr "문서 보기"
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17446,19 +20704,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17482,12 +20737,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17524,7 +20782,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17533,10 +20794,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "ì´ ë°ì´í„°ë¥¼ ë³´ê³  싶ì€ê°€ìš”? 관리ìžì—게 액세스 ê¶Œí•œì„ ìš”ì²­í•˜ì„¸ìš”."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17545,6 +20803,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17554,6 +20815,9 @@ msgstr "%{humanized_resource_name}ì—ì„œ 잠재ì ì¸ ìŠ¤íŒ¸ì„ íƒì§€í–ˆìŠµë‹ˆë
msgid "We don't have enough data to show this stage."
msgstr "ì´ ë‹¨ê³„ë¥¼ ë³´ì—¬ì£¼ê¸°ì— ì¶©ë¶„í•œ ë°ì´í„°ê°€ 없습니다."
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17563,11 +20827,14 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "ì •ë§ ë‹¹ì‹ ì´ ë§žëŠ”ì§€ 확ì¸í•˜ê³  싶습니다, ë‹¹ì‹ ì´ ë¡œë´‡ì´ ì•„ë‹ˆë¼ëŠ” ê²ƒì„ í™•ì¸í•´ì£¼ì‹­ì‹œì˜¤."
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "웹 IDE"
msgid "Web Terminal"
-msgstr ""
+msgstr "웹 터미ë„"
msgid "Web terminal"
msgstr "웹 터미ë„"
@@ -17582,7 +20849,7 @@ msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed o
msgstr ""
msgid "Wednesday"
-msgstr ""
+msgstr "수요ì¼"
msgid "Weeks"
msgstr "주"
@@ -17593,6 +20860,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17605,6 +20881,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Runnerê°€ 잠겨 있으면 다른 프로ì íŠ¸ì— 할당 í•  수 없습니다"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "사용 설정ë˜ë©´ 사용ìžëŠ” GitLab ì•½ê´€ì´ ìˆ˜ë½ ë  ë•Œê¹Œì§€ GitLabì„ ì‚¬ìš©í•  수 없습니다."
@@ -17621,12 +20900,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr "누가 ì´ ê·¸ë£¹ì„ ë³¼ 수 있나요?"
@@ -17637,7 +20931,7 @@ msgid "Wiki"
msgstr "위키"
msgid "Wiki pages"
-msgstr ""
+msgstr "위키 페ì´ì§€"
msgid "Wiki was successfully updated."
msgstr ""
@@ -17783,6 +21077,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr "액세스 요청 철회"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17801,6 +21098,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17840,8 +21140,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "%{project_full_name} 프로ì íŠ¸ë¥¼ 삭제하려고 합니다. ì‚­ì œëœ í”„ë¡œì íŠ¸ëŠ” \"절대로\" 복구할 수 없습니다! \"ì •ë§ë¡œ\" 확실합니까?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "í¬í¬ 관계를 소스 프로ì íŠ¸ %{forked_from_project}ì— ëŒ€í•´ 제거하려고합니다. \"ì •ë§ë¡œ\" 확실합니까?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "%{project_full_name} (ì„) 를 다른 소유ìžì—게 ì´ì „하려고합니다. \"ì •ë§ë¡œ\" 확실합니까?"
@@ -17849,6 +21149,9 @@ msgstr "%{project_full_name} (ì„) 를 다른 소유ìžì—게 ì´ì „하려고합
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17879,9 +21182,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -17930,6 +21248,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -17939,6 +21260,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -17996,6 +21323,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18038,6 +21368,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "ê³„ì •ì„ ë“±ë¡í•˜ë ¤ë©´ 서비스 약관 ë° ê°œì¸ ì •ë³´ 취급 ë°©ì¹¨ì— ë™ì˜í•´ì•¼í•©ë‹ˆë‹¤."
@@ -18048,9 +21381,15 @@ msgid "You must have permission to create a project in a namespace before forkin
msgstr ""
msgid "You must provide a valid current password"
-msgstr ""
+msgstr "정확한 현재 비밀번호를 제공해야 합니다."
msgid "You must provide your current password in order to change it."
+msgstr "비밀번호를 변경하기 위해서 현재 비밀번호를 제공해야 합니다."
+
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
msgstr ""
msgid "You need a different license to enable FileLocks feature"
@@ -18116,12 +21455,21 @@ msgstr "ë‹¹ì‹ ì˜ í”„ë¡œí•„ì— %{add_ssh_key_link} 를 하기 ì „ì—는 SSH를 í
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "ë‹¹ì‹ ì˜ í”„ë¡œí•„ì— SSH 키를 등ë¡í•˜ê¸° 전까지 SSH를 통해 프로ì íŠ¸ë¥¼ 가져오거나 푸시할 수 없습니다."
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "올바른 ë³€ê²½ì‚¬í•­ì„ ê°€ì ¸ì˜¤ë ¤ë©´ 다른 ì´ë¦„ì˜ ë¸Œëžœì¹˜ë¥¼ 사용해야합니다."
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18134,15 +21482,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "ì´ ì´ë©”ì¼ì„ 받는 ì´ìœ ëŠ” 사용ìžì˜ ê³„ì •ì´ %{host}ì— ìžˆê¸° 때문입니다. %{manage_notifications_link}&middot;%{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18152,21 +21506,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
-msgstr "ë‚˜ì˜ ê·¸ë£¹ë“¤"
+msgstr "ë‚˜ì˜ ê·¸ë£¹"
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18197,6 +21557,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18221,12 +21584,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18254,11 +21623,11 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
-msgstr ""
+msgstr "비밀번호 재설정 토í°ì´ 만료ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
msgstr ""
@@ -18278,6 +21647,13 @@ msgstr ""
msgid "a deleted user"
msgstr "ì‚­ì œëœ ì‚¬ìš©ìž"
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18293,12 +21669,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr "다른 것들 중"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18308,6 +21696,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "브랜치 ì´ë¦„"
@@ -18320,9 +21711,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18350,6 +21738,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18400,13 +21791,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18440,6 +21824,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18566,18 +21953,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18639,6 +22014,9 @@ msgstr ""
msgid "connecting"
msgstr "연결중"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "ê°œì¸ í‚¤ë¥¼ ì½ì„ 수 없습니다. 암호가 맞습니까?"
@@ -18655,6 +22033,9 @@ msgid "day"
msgid_plural "days"
msgstr[0] "ì¼"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18664,12 +22045,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr "사용 안 함"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "완료"
@@ -18719,6 +22106,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18734,12 +22127,18 @@ msgstr ""
msgid "for this project"
msgstr "ì´ í”„ë¡œì íŠ¸ì— 대해"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18780,6 +22179,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18798,6 +22200,12 @@ msgstr "올바른 X509 ì¸ì¦ì„œê°€ 아닙니다."
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18828,6 +22236,15 @@ msgstr "최신 버전"
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18843,9 +22260,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "머지 리퀘스트(MR)"
@@ -18856,6 +22270,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18889,9 +22306,6 @@ msgstr "%{metricsLinkStart} 메모리 사용률 %{metricsLinkEnd} ì´ %{memoryFr
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "%{metricsLinkStart} 메모리 사용률 %{metricsLinkEnd} ì´ %{memoryFrom}MB ì—ì„œ %{emphasisStart} 변하지 않았습니다. %{emphasisEnd}"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -18908,7 +22322,7 @@ msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
msgid "mrWidget|Approval password is invalid."
-msgstr ""
+msgstr "mrWidget | ìŠ¹ì¸ ë¹„ë°€ë²ˆí˜¸ê°€ 잘못ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "mrWidget|Approve"
msgstr ""
@@ -18925,8 +22339,8 @@ msgstr "ìžë™ 머지 취소"
msgid "mrWidget|Check out branch"
msgstr "브랜치 ì²´í¬ì•„웃"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "ìžë™ 머지 기능 ì²´í¬"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "체리픽"
@@ -18973,6 +22387,9 @@ msgstr "%{branch} 브랜치가 로컬 ì €ìž¥ì†Œì— ìžˆìœ¼ë©´ ì´ ë¨¸ì§€ 리퀘ìŠ
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "만약 %{missingBranchName} 브랜치가 ë‹¹ì‹ ì˜ ë¡œì»¬ ì €ìž¥ì†Œì— ì¡´ìž¬í•œë‹¤ë©´, ëª…ë ¹ì¤„ì„ ì‚¬ìš©í•˜ì—¬ 수ë™ìœ¼ë¡œ 머지할 수 있습니다."
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr "ë°°í¬ í†µê³„ 로딩중"
@@ -19153,6 +22570,9 @@ msgstr "해당 ì—†ìŒ"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "새 머지 리퀘스트(MR)"
@@ -19163,10 +22583,10 @@ msgid "no one can merge"
msgstr ""
msgid "none"
-msgstr ""
+msgstr "ì—†ìŒ"
msgid "not found"
-msgstr ""
+msgstr "ì°¾ì„ ìˆ˜ ì—†ìŒ"
msgid "notification emails"
msgstr "알림 ì´ë©”ì¼"
@@ -19180,7 +22600,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19197,9 +22623,15 @@ msgstr "패스워드"
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19226,6 +22658,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19254,6 +22689,9 @@ msgstr[0] "답변"
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19275,6 +22713,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19284,6 +22725,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19291,7 +22738,7 @@ msgid "sign in"
msgstr ""
msgid "sort:"
-msgstr ""
+msgstr "ì •ë ¬:"
msgid "source"
msgstr "소스"
@@ -19308,6 +22755,9 @@ msgstr "%{slash_command} 소요 ëœ ì‹œê°„ì˜ í•©ê³„ë¥¼ ì—…ë°ì´íŠ¸í•©ë‹ˆë‹¤."
msgid "started"
msgstr "시작ë¨"
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19318,7 +22768,7 @@ msgid "stuck"
msgstr ""
msgid "success"
-msgstr ""
+msgstr "성공"
msgid "syntax is correct"
msgstr ""
@@ -19326,6 +22776,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "ì´ ë¬¸ì„œ"
@@ -19337,7 +22793,7 @@ msgid "to help your contributors communicate effectively!"
msgstr ""
msgid "to list"
-msgstr ""
+msgstr "목ë¡ìœ¼ë¡œ ì´ë™"
msgid "toggle collapse"
msgstr ""
@@ -19358,7 +22814,7 @@ msgid "updated %{time_ago}"
msgstr ""
msgid "user avatar"
-msgstr ""
+msgstr "ì‚¬ìš©ìž ì•„ë°”íƒ€"
msgid "username"
msgstr "사용ìžëª…"
@@ -19408,9 +22864,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "%{additions} ê°œì˜ ì¶”ê°€, %{deletions} ê°œì˜ ì‚­ì œê°€ 있습니다."
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "%d 분 ì´ë‚´ "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/ku_TR/gitlab.po b/locale/ku_TR/gitlab.po
new file mode 100644
index 00000000000..a0fd9e8c7f5
--- /dev/null
+++ b/locale/ku_TR/gitlab.po
@@ -0,0 +1,22997 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: gitlab-ee\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Kurdish\n"
+"Language: ku_TR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Crowdin-Project: gitlab-ee\n"
+"X-Crowdin-Language: ku\n"
+"X-Crowdin-File: /master/locale/gitlab.pot\n"
+"PO-Revision-Date: 2020-01-22 09:23\n"
+
+msgid " (from %{timeoutSource})"
+msgstr ""
+
+msgid " Please sign in."
+msgstr ""
+
+msgid " Try to %{action} this file again."
+msgstr ""
+
+msgid " You need to do this before %{grace_period_deadline}."
+msgstr ""
+
+msgid " and"
+msgstr ""
+
+msgid " and "
+msgstr ""
+
+msgid " and %{sliced}"
+msgstr ""
+
+msgid " degraded on %d point"
+msgid_plural " degraded on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " improved on %d point"
+msgid_plural " improved on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " or "
+msgstr ""
+
+msgid " or <!merge request id>"
+msgstr ""
+
+msgid " or <#issue id>"
+msgstr ""
+
+msgid " or <&epic id>"
+msgstr ""
+
+msgid " or references (e.g. path/to/project!merge_request_id)"
+msgstr ""
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit"
+msgid_plural "%d commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit behind"
+msgid_plural "%d commits behind"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit,"
+msgid_plural "%d commits,"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commits"
+msgstr ""
+
+msgid "%d contribution"
+msgid_plural "%d contributions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d exporter"
+msgid_plural "%d exporters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d fixed test result"
+msgid_plural "%d fixed test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d inaccessible merge request"
+msgid_plural "%d inaccessible merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue"
+msgid_plural "%d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue selected"
+msgid_plural "%d issues selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d layer"
+msgid_plural "%d layers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request"
+msgid_plural "%d merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request that you don't have access to."
+msgid_plural "%d merge requests that you don't have access to."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d metric"
+msgid_plural "%d metrics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d more comment"
+msgid_plural "%d more comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d staged change"
+msgid_plural "%d staged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d unstaged change"
+msgid_plural "%d unstaged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%s additional commit has been omitted to prevent performance issues."
+msgid_plural "%s additional commits have been omitted to prevent performance issues."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{actionText} & %{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{authorsName}'s thread"
+msgstr ""
+
+msgid "%{commit_author_link} authored %{commit_timeago}"
+msgstr ""
+
+msgid "%{cores} cores"
+msgstr ""
+
+msgid "%{count} LOC/commit"
+msgstr ""
+
+msgid "%{count} approval required from %{name}"
+msgid_plural "%{count} approvals required from %{name}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} files touched"
+msgstr ""
+
+msgid "%{count} more"
+msgstr ""
+
+msgid "%{count} more assignees"
+msgstr ""
+
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} of %{required} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} of %{total}"
+msgstr ""
+
+msgid "%{count} participant"
+msgid_plural "%{count} participants"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} pending comment"
+msgid_plural "%{count} pending comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
+msgid "%{duration}ms"
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to upload a file again."
+msgstr ""
+
+msgid "%{extra} more downstream pipelines"
+msgstr ""
+
+msgid "%{filePath} deleted"
+msgstr ""
+
+msgid "%{firstLabel} +%{labelCount} more"
+msgstr ""
+
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
+
+msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
+msgstr ""
+
+msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
+msgstr ""
+
+msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
+msgstr ""
+
+msgid "%{issuableType} will be removed! Are you sure?"
+msgstr ""
+
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
+msgid "%{label_for_message} unavailable"
+msgstr ""
+
+msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
+msgstr ""
+
+msgid "%{level_name} is not allowed in a %{group_level_name} group."
+msgstr ""
+
+msgid "%{level_name} is not allowed since the fork source project has lower visibility."
+msgstr ""
+
+msgid "%{link_start}Read more%{link_end} about role permissions"
+msgstr ""
+
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
+msgid "%{listToShow}, and %{awardsListLength} more."
+msgstr ""
+
+msgid "%{loadingIcon} Started"
+msgstr ""
+
+msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
+msgstr ""
+
+msgid "%{mergeLength}/%{usersLength} can merge"
+msgstr ""
+
+msgid "%{mrText}, this issue will be closed automatically."
+msgstr ""
+
+msgid "%{name} contained %{resultsString}"
+msgstr ""
+
+msgid "%{name} found %{resultsString}"
+msgstr ""
+
+msgid "%{name}'s avatar"
+msgstr ""
+
+msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead"
+msgstr ""
+
+msgid "%{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
+msgid "%{percent}%% complete"
+msgstr ""
+
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{service_title} activated."
+msgstr ""
+
+msgid "%{service_title} settings saved, but not activated."
+msgstr ""
+
+msgid "%{size} GiB"
+msgstr ""
+
+msgid "%{size} KiB"
+msgstr ""
+
+msgid "%{size} MiB"
+msgstr ""
+
+msgid "%{size} bytes"
+msgstr ""
+
+msgid "%{spammable_titlecase} was submitted to Akismet successfully."
+msgstr ""
+
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
+msgid "%{state} epics"
+msgstr ""
+
+msgid "%{strong_start}%{branch_count}%{strong_end} Branch"
+msgid_plural "%{strong_start}%{branch_count}%{strong_end} Branches"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{commit_count}%{strong_end} Commit"
+msgid_plural "%{strong_start}%{commit_count}%{strong_end} Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{human_size}%{strong_end} Files"
+msgstr ""
+
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
+msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{tabname} changed"
+msgstr ""
+
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
+msgid "%{text} %{files}"
+msgid_plural "%{text} %{files} files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{text} is available"
+msgstr ""
+
+msgid "%{title} %{operator} %{threshold}"
+msgstr ""
+
+msgid "%{title} changes"
+msgstr ""
+
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
+msgid "%{unstaged} unstaged and %{staged} staged changes"
+msgstr ""
+
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgstr ""
+
+msgid "%{userName} (cannot merge)"
+msgstr ""
+
+msgid "%{userName}'s avatar"
+msgstr ""
+
+msgid "%{user_name} profile page"
+msgstr ""
+
+msgid "%{username}'s avatar"
+msgstr ""
+
+msgid "%{value} ms"
+msgstr ""
+
+msgid "%{verb} %{time_spent_value} spent time."
+msgstr ""
+
+msgid "'%{level}' is not a valid visibility level"
+msgstr ""
+
+msgid "'%{source}' is not a import source"
+msgstr ""
+
+msgid "'%{template_name}' is unknown or invalid"
+msgstr ""
+
+msgid "(%d closed)"
+msgid_plural "(%d closed)"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "(%{mrCount} merged)"
+msgstr ""
+
+msgid "(No changes)"
+msgstr ""
+
+msgid "(Show all)"
+msgstr ""
+
+msgid "(check progress)"
+msgstr ""
+
+msgid "(external source)"
+msgstr ""
+
+msgid "(removed)"
+msgstr ""
+
+msgid "+ %{amount} more"
+msgstr ""
+
+msgid "+ %{count} more"
+msgstr ""
+
+msgid "+ %{moreCount} more"
+msgstr ""
+
+msgid "+ %{numberOfHiddenAssignees} more"
+msgstr ""
+
+msgid "+%{extraOptionCount} more"
+msgstr ""
+
+msgid ", or "
+msgstr ""
+
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- Runner is active and can process any new jobs"
+msgstr ""
+
+msgid "- Runner is paused and will not receive any new jobs"
+msgstr ""
+
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- show less"
+msgstr ""
+
+msgid "0 for unlimited"
+msgstr ""
+
+msgid "1 %{type} addition"
+msgid_plural "%{count} %{type} additions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 %{type} modification"
+msgid_plural "%{count} %{type} modifications"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 Day"
+msgid_plural "%d Days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed issue"
+msgid_plural "%{issues} closed issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed merge request"
+msgid_plural "%{merge_requests} closed merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 day"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 group"
+msgid_plural "%d groups"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 merged merge request"
+msgid_plural "%{merge_requests} merged merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open issue"
+msgid_plural "%{issues} open issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open merge request"
+msgid_plural "%{merge_requests} open merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 pipeline"
+msgid_plural "%d pipelines"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 role"
+msgid_plural "%d roles"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 user"
+msgid_plural "%d users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 week"
+msgstr ""
+
+msgid "1-9 contributions"
+msgstr ""
+
+msgid "10-19 contributions"
+msgstr ""
+
+msgid "1st contribution!"
+msgstr ""
+
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
+msgid "20-29 contributions"
+msgstr ""
+
+msgid "24 hours"
+msgstr ""
+
+msgid "2FA"
+msgstr ""
+
+msgid "2FADevice|Registered On"
+msgstr ""
+
+msgid "3 days"
+msgstr ""
+
+msgid "3 hours"
+msgstr ""
+
+msgid "30 days"
+msgstr ""
+
+msgid "30 minutes"
+msgstr ""
+
+msgid "30+ contributions"
+msgstr ""
+
+msgid "4 hours"
+msgstr ""
+
+msgid "403|Please contact your GitLab administrator to get permission."
+msgstr ""
+
+msgid "403|You don't have the permission to access this page."
+msgstr ""
+
+msgid "404|Make sure the address is correct and the page hasn't moved."
+msgstr ""
+
+msgid "404|Page Not Found"
+msgstr ""
+
+msgid "404|Please contact your GitLab administrator if you think this is a mistake."
+msgstr ""
+
+msgid "7 days"
+msgstr ""
+
+msgid "8 hours"
+msgstr ""
+
+msgid "< 1 hour"
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"John Smith\"</code> will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will add \"By <a href=\"#\">johnsmith@example.com</a>\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
+msgstr ""
+
+msgid "<no name set>"
+msgstr ""
+
+msgid "<no scopes selected>"
+msgstr ""
+
+msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
+msgstr ""
+
+msgid "<strong>%{group_name}</strong> group members"
+msgstr ""
+
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
+
+msgid "<strong>Deletes</strong> source branch"
+msgstr ""
+
+msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
+msgstr ""
+
+msgid "A .NET Core console application template, customizable for any .NET Core project"
+msgstr ""
+
+msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
+msgstr ""
+
+msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
+msgstr ""
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
+msgid "A default branch cannot be chosen for an empty project."
+msgstr ""
+
+msgid "A deleted user"
+msgstr ""
+
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
+msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgstr ""
+
+msgid "A member of the abuse team will review your report as soon as possible."
+msgstr ""
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
+msgid "A new branch will be created in your fork and a new merge request will be started."
+msgstr ""
+
+msgid "A new impersonation token has been created."
+msgstr ""
+
+msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
+msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
+msgstr ""
+
+msgid "A ready-to-go template for use with Android apps."
+msgstr ""
+
+msgid "A ready-to-go template for use with iOS Swift apps."
+msgstr ""
+
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
+
+msgid "A secure token that identifies an external storage request."
+msgstr ""
+
+msgid "A user with write access to the source branch selected this option"
+msgstr ""
+
+msgid "API Help"
+msgstr ""
+
+msgid "API Token"
+msgstr ""
+
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "Abort"
+msgstr ""
+
+msgid "About GitLab"
+msgstr ""
+
+msgid "About GitLab CE"
+msgstr ""
+
+msgid "About auto deploy"
+msgstr ""
+
+msgid "About this feature"
+msgstr ""
+
+msgid "Abuse Reports"
+msgstr ""
+
+msgid "Abuse reports"
+msgstr ""
+
+msgid "Accept invitation"
+msgstr ""
+
+msgid "Accept terms"
+msgstr ""
+
+msgid "Accepted MR"
+msgstr ""
+
+msgid "Access Tokens"
+msgstr ""
+
+msgid "Access denied for your LDAP account."
+msgstr ""
+
+msgid "Access denied! Please verify you can add deploy keys to this repository."
+msgstr ""
+
+msgid "Access expiration date"
+msgstr ""
+
+msgid "Access forbidden. Check your access level."
+msgstr ""
+
+msgid "Access to '%{classification_label}' not allowed"
+msgstr ""
+
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
+msgid "AccessDropdown|Groups"
+msgstr ""
+
+msgid "AccessDropdown|Roles"
+msgstr ""
+
+msgid "AccessDropdown|Users"
+msgstr ""
+
+msgid "AccessTokens|Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Are you sure?"
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Created"
+msgstr ""
+
+msgid "AccessTokens|Feed token"
+msgstr ""
+
+msgid "AccessTokens|Incoming email token"
+msgstr ""
+
+msgid "AccessTokens|It cannot be used to access any other data."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Personal Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Static object token"
+msgstr ""
+
+msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
+msgstr ""
+
+msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP."
+msgstr ""
+
+msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
+msgstr ""
+
+msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
+msgstr ""
+
+msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
+msgstr ""
+
+msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
+msgstr ""
+
+msgid "AccessTokens|reset it"
+msgstr ""
+
+msgid "Account"
+msgstr ""
+
+msgid "Account ID"
+msgstr ""
+
+msgid "Account and limit"
+msgstr ""
+
+msgid "Account: %{account}"
+msgstr ""
+
+msgid "Action to take when receiving an alert."
+msgstr ""
+
+msgid "Activate"
+msgstr ""
+
+msgid "Activate Service Desk"
+msgstr ""
+
+msgid "Active"
+msgstr ""
+
+msgid "Active %{type} Tokens (%{token_length})"
+msgstr ""
+
+msgid "Active Sessions"
+msgstr ""
+
+msgid "Activity"
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add %d issue"
+msgid_plural "Add %d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Add CHANGELOG"
+msgstr ""
+
+msgid "Add CONTRIBUTING"
+msgstr ""
+
+msgid "Add GitLab to Slack"
+msgstr ""
+
+msgid "Add Group Webhooks and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Add Jaeger URL"
+msgstr ""
+
+msgid "Add Kubernetes cluster"
+msgstr ""
+
+msgid "Add LICENSE"
+msgstr ""
+
+msgid "Add README"
+msgstr ""
+
+msgid "Add Zoom meeting"
+msgstr ""
+
+msgid "Add a %{type} token"
+msgstr ""
+
+msgid "Add a GPG key"
+msgstr ""
+
+msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
+msgstr ""
+
+msgid "Add a To Do"
+msgstr ""
+
+msgid "Add a bullet list"
+msgstr ""
+
+msgid "Add a general comment to this %{noteableDisplayName}."
+msgstr ""
+
+msgid "Add a general comment to this %{noteable_name}."
+msgstr ""
+
+msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message."
+msgstr ""
+
+msgid "Add a link"
+msgstr ""
+
+msgid "Add a numbered list"
+msgstr ""
+
+msgid "Add a table"
+msgstr ""
+
+msgid "Add a task list"
+msgstr ""
+
+msgid "Add additional text to appear in all email communications. %{character_limit} character limit"
+msgstr ""
+
+msgid "Add an SSH key"
+msgstr ""
+
+msgid "Add an existing issue to the epic."
+msgstr ""
+
+msgid "Add an issue"
+msgstr ""
+
+msgid "Add approval rule"
+msgstr ""
+
+msgid "Add bold text"
+msgstr ""
+
+msgid "Add child epic to an epic"
+msgstr ""
+
+msgid "Add comment now"
+msgstr ""
+
+msgid "Add email address"
+msgstr ""
+
+msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
+msgstr ""
+
+msgid "Add image comment"
+msgstr ""
+
+msgid "Add issues"
+msgstr ""
+
+msgid "Add italic text"
+msgstr ""
+
+msgid "Add label(s)"
+msgstr ""
+
+msgid "Add license"
+msgstr ""
+
+msgid "Add list"
+msgstr ""
+
+msgid "Add new application"
+msgstr ""
+
+msgid "Add new directory"
+msgstr ""
+
+msgid "Add or subtract spent time"
+msgstr ""
+
+msgid "Add reaction"
+msgstr ""
+
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
+msgid "Add to Slack"
+msgstr ""
+
+msgid "Add to epic"
+msgstr ""
+
+msgid "Add to merge train"
+msgstr ""
+
+msgid "Add to merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Add to review"
+msgstr ""
+
+msgid "Add to tree"
+msgstr ""
+
+msgid "Add user(s) to the group:"
+msgstr ""
+
+msgid "Add users to group"
+msgstr ""
+
+msgid "Add webhook"
+msgstr ""
+
+msgid "AddMember|No users specified."
+msgstr ""
+
+msgid "AddMember|Too many users specified (limit is %{user_limit})"
+msgstr ""
+
+msgid "Added"
+msgstr ""
+
+msgid "Added %{epic_ref} as a child epic."
+msgstr ""
+
+msgid "Added %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Added a To Do."
+msgstr ""
+
+msgid "Added an issue to an epic."
+msgstr ""
+
+msgid "Added at"
+msgstr ""
+
+msgid "Added in this version"
+msgstr ""
+
+msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
+msgstr ""
+
+msgid "Additional minutes"
+msgstr ""
+
+msgid "Additional text"
+msgstr ""
+
+msgid "Adds"
+msgstr ""
+
+msgid "Adds %{epic_ref} as child epic."
+msgstr ""
+
+msgid "Adds %{labels} %{label_text}."
+msgstr ""
+
+msgid "Adds a To Do."
+msgstr ""
+
+msgid "Adds a Zoom meeting"
+msgstr ""
+
+msgid "Adds an issue to an epic."
+msgstr ""
+
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
+msgid "Admin Area"
+msgstr ""
+
+msgid "Admin Overview"
+msgstr ""
+
+msgid "Admin Section"
+msgstr ""
+
+msgid "Admin mode already enabled"
+msgstr ""
+
+msgid "Admin mode disabled"
+msgstr ""
+
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs?"
+msgstr ""
+
+msgid "AdminArea|Stop jobs"
+msgstr ""
+
+msgid "AdminArea|Stopping jobs failed"
+msgstr ""
+
+msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
+msgstr ""
+
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
+msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgstr ""
+
+msgid "AdminNote|Note"
+msgstr ""
+
+msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminProjects|Delete"
+msgstr ""
+
+msgid "AdminProjects|Delete Project %{projectName}?"
+msgstr ""
+
+msgid "AdminProjects|Delete project"
+msgstr ""
+
+msgid "AdminSettings|Auto DevOps domain"
+msgstr ""
+
+msgid "AdminSettings|Enable shared runners for new projects"
+msgstr ""
+
+msgid "AdminSettings|Environment variables are protected by default"
+msgstr ""
+
+msgid "AdminSettings|No required pipeline"
+msgstr ""
+
+msgid "AdminSettings|Required pipeline configuration"
+msgstr ""
+
+msgid "AdminSettings|Select a pipeline configuration file"
+msgstr ""
+
+msgid "AdminSettings|Select a template"
+msgstr ""
+
+msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
+msgstr ""
+
+msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
+msgstr ""
+
+msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
+msgstr ""
+
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminStatistics|Active Users"
+msgstr ""
+
+msgid "AdminStatistics|Forks"
+msgstr ""
+
+msgid "AdminStatistics|Issues"
+msgstr ""
+
+msgid "AdminStatistics|Merge Requests"
+msgstr ""
+
+msgid "AdminStatistics|Milestones"
+msgstr ""
+
+msgid "AdminStatistics|Notes"
+msgstr ""
+
+msgid "AdminStatistics|SSH Keys"
+msgstr ""
+
+msgid "AdminStatistics|Snippets"
+msgstr ""
+
+msgid "AdminUsers|2FA Disabled"
+msgstr ""
+
+msgid "AdminUsers|2FA Enabled"
+msgstr ""
+
+msgid "AdminUsers|Active"
+msgstr ""
+
+msgid "AdminUsers|Admin"
+msgstr ""
+
+msgid "AdminUsers|Admins"
+msgstr ""
+
+msgid "AdminUsers|Block"
+msgstr ""
+
+msgid "AdminUsers|Block user"
+msgstr ""
+
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Blocked"
+msgstr ""
+
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Cannot unblock LDAP blocked users"
+msgstr ""
+
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username} and contributions?"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Delete user"
+msgstr ""
+
+msgid "AdminUsers|Delete user and contributions"
+msgstr ""
+
+msgid "AdminUsers|External"
+msgstr ""
+
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
+msgid "AdminUsers|It's you!"
+msgstr ""
+
+msgid "AdminUsers|New user"
+msgstr ""
+
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
+msgid "AdminUsers|No users found"
+msgstr ""
+
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
+msgid "AdminUsers|Search by name, email or username"
+msgstr ""
+
+msgid "AdminUsers|Search users"
+msgstr ""
+
+msgid "AdminUsers|Send email to users"
+msgstr ""
+
+msgid "AdminUsers|Sort by"
+msgstr ""
+
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{projectName}"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{username}"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
+
+msgid "AdminUsers|Without projects"
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Advanced"
+msgstr ""
+
+msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
+msgstr ""
+
+msgid "Advanced search functionality"
+msgstr ""
+
+msgid "Advanced settings"
+msgstr ""
+
+msgid "After a successful password update you will be redirected to login screen."
+msgstr ""
+
+msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
+msgstr ""
+
+msgid "Alert"
+msgid_plural "Alerts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
+msgstr ""
+
+msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
+msgstr ""
+
+msgid "Alerts"
+msgstr ""
+
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
+msgid "All"
+msgstr ""
+
+msgid "All Members"
+msgstr ""
+
+msgid "All branches"
+msgstr ""
+
+msgid "All changes are committed"
+msgstr ""
+
+msgid "All email addresses will be used to identify your commits."
+msgstr ""
+
+msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
+msgstr ""
+
+msgid "All groups and projects"
+msgstr ""
+
+msgid "All issues for this milestone are closed."
+msgstr ""
+
+msgid "All issues for this milestone are closed. You may close this milestone now."
+msgstr ""
+
+msgid "All merge conflicts were resolved. The merge request can now be merged."
+msgstr ""
+
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
+msgid "All projects"
+msgstr ""
+
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
+msgid "All users"
+msgstr ""
+
+msgid "All users must have a name."
+msgstr ""
+
+msgid "Allow \"%{group_name}\" to sign you in"
+msgstr ""
+
+msgid "Allow commits from members who can merge to the target branch."
+msgstr ""
+
+msgid "Allow group owners to manage LDAP-related settings"
+msgstr ""
+
+msgid "Allow only the selected protocols to be used for Git access."
+msgstr ""
+
+msgid "Allow projects within this group to use Git LFS"
+msgstr ""
+
+msgid "Allow public access to pipelines and job details, including output logs and artifacts"
+msgstr ""
+
+msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
+msgstr ""
+
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
+msgid "Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
+msgstr ""
+
+msgid "Allow users to register any application to use GitLab as an OAuth provider"
+msgstr ""
+
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
+
+msgid "Allowed email domain restriction only permitted for top-level groups"
+msgstr ""
+
+msgid "Allowed to fail"
+msgstr ""
+
+msgid "Allows you to add and manage Kubernetes clusters."
+msgstr ""
+
+msgid "Almost there"
+msgstr ""
+
+msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
+msgstr ""
+
+msgid "Also called \"Relying party service URL\" or \"Reply URL\""
+msgstr ""
+
+msgid "Alternate support URL for help page and help dropdown"
+msgstr ""
+
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
+msgstr ""
+
+msgid "An application called %{link_to_client} is requesting access to your GitLab account."
+msgstr ""
+
+msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator."
+msgstr ""
+
+msgid "An error has occurred"
+msgstr ""
+
+msgid "An error occurred adding a draft to the thread."
+msgstr ""
+
+msgid "An error occurred adding a new draft."
+msgstr ""
+
+msgid "An error occurred creating the new branch."
+msgstr ""
+
+msgid "An error occurred fetching the approval rules."
+msgstr ""
+
+msgid "An error occurred fetching the approvers for the new rule."
+msgstr ""
+
+msgid "An error occurred fetching the dropdown data."
+msgstr ""
+
+msgid "An error occurred previewing the blob"
+msgstr ""
+
+msgid "An error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "An error occurred when trying to resolve a comment. Please try again."
+msgstr ""
+
+msgid "An error occurred when trying to resolve a discussion. Please try again."
+msgstr ""
+
+msgid "An error occurred when updating the issue weight"
+msgstr ""
+
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
+msgid "An error occurred while deleting the approvers group"
+msgstr ""
+
+msgid "An error occurred while deleting the comment"
+msgstr ""
+
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
+msgid "An error occurred while detecting host keys"
+msgstr ""
+
+msgid "An error occurred while disabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while dismissing the alert. Refresh the page and try again."
+msgstr ""
+
+msgid "An error occurred while dismissing the feature highlight. Refresh the page and try dismissing again."
+msgstr ""
+
+msgid "An error occurred while enabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while fetching environments."
+msgstr ""
+
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
+msgid "An error occurred while fetching folder content."
+msgstr ""
+
+msgid "An error occurred while fetching issues."
+msgstr ""
+
+msgid "An error occurred while fetching label colors."
+msgstr ""
+
+msgid "An error occurred while fetching markdown preview"
+msgstr ""
+
+msgid "An error occurred while fetching pending comments"
+msgstr ""
+
+msgid "An error occurred while fetching projects autocomplete."
+msgstr ""
+
+msgid "An error occurred while fetching sidebar data"
+msgstr ""
+
+msgid "An error occurred while fetching the Service Desk address."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching the builds."
+msgstr ""
+
+msgid "An error occurred while fetching the job log."
+msgstr ""
+
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
+msgid "An error occurred while fetching the job."
+msgstr ""
+
+msgid "An error occurred while fetching the jobs."
+msgstr ""
+
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the releases. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching this tab."
+msgstr ""
+
+msgid "An error occurred while generating a username. Please try again."
+msgstr ""
+
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
+msgid "An error occurred while getting projects"
+msgstr ""
+
+msgid "An error occurred while importing project: %{details}"
+msgstr ""
+
+msgid "An error occurred while initializing path locks"
+msgstr ""
+
+msgid "An error occurred while loading all the files."
+msgstr ""
+
+msgid "An error occurred while loading chart data"
+msgstr ""
+
+msgid "An error occurred while loading commit signatures"
+msgstr ""
+
+msgid "An error occurred while loading designs. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading diff"
+msgstr ""
+
+msgid "An error occurred while loading filenames"
+msgstr ""
+
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading the file"
+msgstr ""
+
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
+msgid "An error occurred while loading the subscription details."
+msgstr ""
+
+msgid "An error occurred while making the request."
+msgstr ""
+
+msgid "An error occurred while moving the issue."
+msgstr ""
+
+msgid "An error occurred while parsing recent searches"
+msgstr ""
+
+msgid "An error occurred while removing epics."
+msgstr ""
+
+msgid "An error occurred while removing issues."
+msgstr ""
+
+msgid "An error occurred while rendering preview broadcast message"
+msgstr ""
+
+msgid "An error occurred while reordering issues."
+msgstr ""
+
+msgid "An error occurred while retrieving calendar activity"
+msgstr ""
+
+msgid "An error occurred while retrieving diff"
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
+msgstr ""
+
+msgid "An error occurred while saving the approval settings"
+msgstr ""
+
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
+msgid "An error occurred while subscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while triggering the job."
+msgstr ""
+
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgstr ""
+
+msgid "An error occurred while unsubscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while updating approvers"
+msgstr ""
+
+msgid "An error occurred while updating the comment"
+msgstr ""
+
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
+msgstr ""
+
+msgid "An error occurred. Please try again."
+msgstr ""
+
+msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project environment."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project runners."
+msgstr ""
+
+msgid "An unexpected error occurred while communicating with the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while starting the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while stopping the Web Terminal."
+msgstr ""
+
+msgid "Analytics"
+msgstr ""
+
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
+msgstr ""
+
+msgid "Ancestors"
+msgstr ""
+
+msgid "Anonymous"
+msgstr ""
+
+msgid "Anti-spam verification"
+msgstr ""
+
+msgid "Any"
+msgstr ""
+
+msgid "Any Label"
+msgstr ""
+
+msgid "Any Milestone"
+msgstr ""
+
+msgid "Any eligible user"
+msgstr ""
+
+msgid "Any encrypted tokens"
+msgstr ""
+
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
+msgid "Any namespace"
+msgstr ""
+
+msgid "Any user"
+msgstr ""
+
+msgid "App ID"
+msgstr ""
+
+msgid "Appearance"
+msgstr ""
+
+msgid "Appearance was successfully created."
+msgstr ""
+
+msgid "Appearance was successfully updated."
+msgstr ""
+
+msgid "Append the comment with %{shrug}"
+msgstr ""
+
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
+msgid "Application"
+msgstr ""
+
+msgid "Application ID"
+msgstr ""
+
+msgid "Application settings saved successfully"
+msgstr ""
+
+msgid "Application uninstalled but failed to destroy: %{error_message}"
+msgstr ""
+
+msgid "Application was successfully destroyed."
+msgstr ""
+
+msgid "Application was successfully updated."
+msgstr ""
+
+msgid "Application: %{name}"
+msgstr ""
+
+msgid "Applications"
+msgstr ""
+
+msgid "Applied"
+msgstr ""
+
+msgid "Apply"
+msgstr ""
+
+msgid "Apply a label"
+msgstr ""
+
+msgid "Apply a template"
+msgstr ""
+
+msgid "Apply suggestion"
+msgstr ""
+
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
+msgid "Applying command"
+msgstr ""
+
+msgid "Applying command to %{commandDescription}"
+msgstr ""
+
+msgid "Applying multiple commands"
+msgstr ""
+
+msgid "Applying suggestion"
+msgstr ""
+
+msgid "Approval rules"
+msgstr ""
+
+msgid "ApprovalRuleRemove|%d member"
+msgid_plural "ApprovalRuleRemove|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
+msgstr ""
+
+msgid "ApprovalRuleSummary|%d member"
+msgid_plural "ApprovalRuleSummary|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
+msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRule|Approvers"
+msgstr ""
+
+msgid "ApprovalRule|Name"
+msgstr ""
+
+msgid "ApprovalRule|No. approvals required"
+msgstr ""
+
+msgid "ApprovalRule|Rule name"
+msgstr ""
+
+msgid "ApprovalRule|e.g. QA, Security, etc."
+msgstr ""
+
+msgid "Approvals"
+msgstr ""
+
+msgid "Approve"
+msgstr ""
+
+msgid "Approve a merge request"
+msgstr ""
+
+msgid "Approve the current merge request."
+msgstr ""
+
+msgid "Approved the current merge request."
+msgstr ""
+
+msgid "Approver"
+msgstr ""
+
+msgid "Apr"
+msgstr ""
+
+msgid "April"
+msgstr ""
+
+msgid "Archive jobs"
+msgstr ""
+
+msgid "Archive project"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read-only"
+msgstr ""
+
+msgid "Archived projects"
+msgstr ""
+
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
+
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
+
+msgid "Are you sure that you want to archive this project?"
+msgstr ""
+
+msgid "Are you sure that you want to unarchive this project?"
+msgstr ""
+
+msgid "Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Are you sure you want to cancel editing this comment?"
+msgstr ""
+
+msgid "Are you sure you want to delete these artifacts?"
+msgstr ""
+
+msgid "Are you sure you want to delete this %{typeOfComment}?"
+msgstr ""
+
+msgid "Are you sure you want to delete this board?"
+msgstr ""
+
+msgid "Are you sure you want to delete this device? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to delete this list?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline schedule?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to erase this build?"
+msgstr ""
+
+msgid "Are you sure you want to lose unsaved changes?"
+msgstr ""
+
+msgid "Are you sure you want to lose your issue information?"
+msgstr ""
+
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
+msgid "Are you sure you want to permanently delete this license?"
+msgstr ""
+
+msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again."
+msgstr ""
+
+msgid "Are you sure you want to remove %{group_name}?"
+msgstr ""
+
+msgid "Are you sure you want to remove the attachment?"
+msgstr ""
+
+msgid "Are you sure you want to remove this identity?"
+msgstr ""
+
+msgid "Are you sure you want to reset registration token?"
+msgstr ""
+
+msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
+msgstr ""
+
+msgid "Are you sure you want to reset the health check token?"
+msgstr ""
+
+msgid "Are you sure you want to revoke this %{type} Token? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to revoke this nickname?"
+msgstr ""
+
+msgid "Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Are you sure you want to unlock %{path_lock_path}?"
+msgstr ""
+
+msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
+msgstr ""
+
+msgid "Are you sure?"
+msgstr ""
+
+msgid "Are you sure? All commits that were signed with this GPG key will be unverified."
+msgstr ""
+
+msgid "Are you sure? Removing this GPG key does not affect already signed commits."
+msgstr ""
+
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
+msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+msgstr ""
+
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
+msgid "Artifact ID"
+msgstr ""
+
+msgid "Artifact could not be deleted."
+msgstr ""
+
+msgid "Artifact was successfully deleted."
+msgstr ""
+
+msgid "Artifacts"
+msgstr ""
+
+msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
+msgstr ""
+
+msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
+msgstr ""
+
+msgid "AsanaService|Asana - Teamwork without email"
+msgstr ""
+
+msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "AsanaService|User Personal Access Token. User must have access to task, all comments will be attributed to this user."
+msgstr ""
+
+msgid "Ascending"
+msgstr ""
+
+msgid "Ask your group maintainer to set up a group Runner."
+msgstr ""
+
+msgid "Assertion consumer service URL"
+msgstr ""
+
+msgid "Assets"
+msgstr ""
+
+msgid "Assets:"
+msgstr ""
+
+msgid "Assign"
+msgstr ""
+
+msgid "Assign custom color like #FF0000"
+msgstr ""
+
+msgid "Assign epic"
+msgstr ""
+
+msgid "Assign labels"
+msgstr ""
+
+msgid "Assign milestone"
+msgstr ""
+
+msgid "Assign some issues to this milestone."
+msgstr ""
+
+msgid "Assign to"
+msgstr ""
+
+msgid "Assign yourself to these issues"
+msgstr ""
+
+msgid "Assign yourself to this issue"
+msgstr ""
+
+msgid "Assigned %{assignee_users_sentence}."
+msgstr ""
+
+msgid "Assigned Issues"
+msgstr ""
+
+msgid "Assigned Merge Requests"
+msgstr ""
+
+msgid "Assigned to me"
+msgstr ""
+
+msgid "Assignee"
+msgid_plural "%d Assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Assignee lists not available with your current license"
+msgstr ""
+
+msgid "Assignee lists show all issues assigned to the selected user."
+msgstr ""
+
+msgid "Assignee(s)"
+msgstr ""
+
+msgid "Assigns %{assignee_users_sentence}."
+msgstr ""
+
+msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
+msgstr ""
+
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
+msgid "Attach a file"
+msgstr ""
+
+msgid "Attach a file by drag &amp; drop or %{upload_link}"
+msgstr ""
+
+msgid "Attaching a file"
+msgid_plural "Attaching %d files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Attaching the file failed."
+msgstr ""
+
+msgid "Audit Events"
+msgstr ""
+
+msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr ""
+
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
+msgid "Aug"
+msgstr ""
+
+msgid "August"
+msgstr ""
+
+msgid "Authenticate"
+msgstr ""
+
+msgid "Authenticate with GitHub"
+msgstr ""
+
+msgid "Authenticating"
+msgstr ""
+
+msgid "Authentication Log"
+msgstr ""
+
+msgid "Authentication failed: %{error_message}"
+msgstr ""
+
+msgid "Authentication log"
+msgstr ""
+
+msgid "Authentication method"
+msgstr ""
+
+msgid "Authentication method updated"
+msgstr ""
+
+msgid "Authentication via U2F device failed."
+msgstr ""
+
+msgid "Author"
+msgstr ""
+
+msgid "Authorization code:"
+msgstr ""
+
+msgid "Authorization key"
+msgstr ""
+
+msgid "Authorization was granted by entering your username and password in the application."
+msgstr ""
+
+msgid "Authorize"
+msgstr ""
+
+msgid "Authorize %{link_to_client} to use your account?"
+msgstr ""
+
+msgid "Authorized %{new_chat_name}"
+msgstr ""
+
+msgid "Authorized At"
+msgstr ""
+
+msgid "Authorized applications (%{size})"
+msgstr ""
+
+msgid "Authors: %{authors}"
+msgstr ""
+
+msgid "Auto DevOps"
+msgstr ""
+
+msgid "Auto DevOps enabled"
+msgstr ""
+
+msgid "Auto DevOps, runners and job artifacts"
+msgstr ""
+
+msgid "Auto License Compliance"
+msgstr ""
+
+msgid "Auto stop successfully canceled."
+msgstr ""
+
+msgid "Auto-cancel redundant, pending pipelines"
+msgstr ""
+
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps documentation"
+msgstr ""
+
+msgid "AutoDevOps|Enable in settings"
+msgstr ""
+
+msgid "AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration."
+msgstr ""
+
+msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
+msgstr ""
+
+msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}"
+msgstr ""
+
+msgid "Autocomplete"
+msgstr ""
+
+msgid "Autocomplete description"
+msgstr ""
+
+msgid "Autocomplete hint"
+msgstr ""
+
+msgid "Autocomplete usage hint"
+msgstr ""
+
+msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
+msgstr ""
+
+msgid "Automatic certificate management using Let's Encrypt"
+msgstr ""
+
+msgid "Automatically marked as default internal user"
+msgstr ""
+
+msgid "Automatically resolved"
+msgstr ""
+
+msgid "Automatically update this project's branches and tags from the upstream repository every hour."
+msgstr ""
+
+msgid "Autosave|Note"
+msgstr ""
+
+msgid "Available"
+msgstr ""
+
+msgid "Available group Runners: %{runners}"
+msgstr ""
+
+msgid "Available shared Runners:"
+msgstr ""
+
+msgid "Available specific runners"
+msgstr ""
+
+msgid "Avatar for %{assigneeName}"
+msgstr ""
+
+msgid "Avatar for %{name}"
+msgstr ""
+
+msgid "Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Average per day: %{average}"
+msgstr ""
+
+msgid "Background Color"
+msgstr ""
+
+msgid "Background Jobs"
+msgstr ""
+
+msgid "Background color"
+msgstr ""
+
+msgid "Badges"
+msgstr ""
+
+msgid "Badges|A new badge was added."
+msgstr ""
+
+msgid "Badges|Add badge"
+msgstr ""
+
+msgid "Badges|Adding the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|Badge image URL"
+msgstr ""
+
+msgid "Badges|Badge image preview"
+msgstr ""
+
+msgid "Badges|Delete badge"
+msgstr ""
+
+msgid "Badges|Delete badge?"
+msgstr ""
+
+msgid "Badges|Deleting the badge failed, please try again."
+msgstr ""
+
+msgid "Badges|Group Badge"
+msgstr ""
+
+msgid "Badges|Link"
+msgstr ""
+
+msgid "Badges|Name"
+msgstr ""
+
+msgid "Badges|No badge image"
+msgstr ""
+
+msgid "Badges|No image to preview"
+msgstr ""
+
+msgid "Badges|Please fill in a valid URL"
+msgstr ""
+
+msgid "Badges|Project Badge"
+msgstr ""
+
+msgid "Badges|Reload badge image"
+msgstr ""
+
+msgid "Badges|Save changes"
+msgstr ""
+
+msgid "Badges|Saving the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|The %{docsLinkStart}variables%{docsLinkEnd} GitLab supports: %{placeholders}"
+msgstr ""
+
+msgid "Badges|The badge was deleted."
+msgstr ""
+
+msgid "Badges|The badge was saved."
+msgstr ""
+
+msgid "Badges|This group has no badges"
+msgstr ""
+
+msgid "Badges|This project has no badges"
+msgstr ""
+
+msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgstr ""
+
+msgid "Badges|Your badges"
+msgstr ""
+
+msgid "Badges|e.g. %{exampleUrl}"
+msgstr ""
+
+msgid "Badge|New"
+msgstr ""
+
+msgid "Balsamiq file could not be loaded."
+msgstr ""
+
+msgid "BambooService|A continuous integration and build server"
+msgstr ""
+
+msgid "BambooService|A user with API access, if applicable"
+msgstr ""
+
+msgid "BambooService|Atlassian Bamboo CI"
+msgstr ""
+
+msgid "BambooService|Bamboo build plan key like KEY"
+msgstr ""
+
+msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgstr ""
+
+msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgstr ""
+
+msgid "Batch operations"
+msgstr ""
+
+msgid "BatchComments|Delete all pending comments"
+msgstr ""
+
+msgid "BatchComments|Discard review?"
+msgstr ""
+
+msgid "BatchComments|You're about to discard your review which will delete all of your pending comments. The deleted comments %{strong_start}cannot%{strong_end} be restored."
+msgstr ""
+
+msgid "Be careful. Changing the project's namespace can have unintended side effects."
+msgstr ""
+
+msgid "Be careful. Renaming a project's repository can have unintended side effects."
+msgstr ""
+
+msgid "Begin with the selected commit"
+msgstr ""
+
+msgid "Below are examples of regex for existing tools:"
+msgstr ""
+
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
+msgid "Below you will find all the groups that are public."
+msgstr ""
+
+msgid "Billing"
+msgstr ""
+
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
+
+msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Manage plan"
+msgstr ""
+
+msgid "BillingPlans|Pricing page"
+msgstr ""
+
+msgid "BillingPlans|See all %{plan_name} features"
+msgstr ""
+
+msgid "BillingPlans|This group uses the plan associated with its parent group."
+msgstr ""
+
+msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
+
+msgid "BillingPlans|frequently asked questions"
+msgstr ""
+
+msgid "BillingPlans|monthly"
+msgstr ""
+
+msgid "BillingPlans|per user"
+msgstr ""
+
+msgid "BillingPlan|Upgrade"
+msgstr ""
+
+msgid "Bitbucket Server Import"
+msgstr ""
+
+msgid "Bitbucket import"
+msgstr ""
+
+msgid "Blocked"
+msgstr ""
+
+msgid "Blocks"
+msgstr ""
+
+msgid "Blog"
+msgstr ""
+
+msgid "Blue helpers indicate an action to be taken."
+msgstr ""
+
+msgid "Board name"
+msgstr ""
+
+msgid "Board scope"
+msgstr ""
+
+msgid "Board scope affects which issues are displayed for anyone who visits this board"
+msgstr ""
+
+msgid "BoardBlankState|Add default lists"
+msgstr ""
+
+msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
+msgstr ""
+
+msgid "BoardBlankState|Nevermind, I'll use my own"
+msgstr ""
+
+msgid "BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board."
+msgstr ""
+
+msgid "Boards"
+msgstr ""
+
+msgid "Boards|Collapse"
+msgstr ""
+
+msgid "Boards|Edit board"
+msgstr ""
+
+msgid "Boards|Expand"
+msgstr ""
+
+msgid "Boards|View scope"
+msgstr ""
+
+msgid "Branch"
+msgstr ""
+
+msgid "Branch %{branchName} was not found in this project's repository."
+msgstr ""
+
+msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+msgstr ""
+
+msgid "Branch has changed"
+msgstr ""
+
+msgid "Branch is already taken"
+msgstr ""
+
+msgid "Branch name"
+msgstr ""
+
+msgid "Branch not loaded - %{branchId}"
+msgstr ""
+
+msgid "Branch prefix"
+msgstr ""
+
+msgid "BranchSwitcherPlaceholder|Search branches"
+msgstr ""
+
+msgid "BranchSwitcherTitle|Switch branch"
+msgstr ""
+
+msgid "Branches"
+msgstr ""
+
+msgid "Branches|Active"
+msgstr ""
+
+msgid "Branches|Active branches"
+msgstr ""
+
+msgid "Branches|All"
+msgstr ""
+
+msgid "Branches|Cant find HEAD commit for this branch"
+msgstr ""
+
+msgid "Branches|Compare"
+msgstr ""
+
+msgid "Branches|Delete all branches that are merged into '%{default_branch}'"
+msgstr ""
+
+msgid "Branches|Delete branch"
+msgstr ""
+
+msgid "Branches|Delete merged branches"
+msgstr ""
+
+msgid "Branches|Delete protected branch"
+msgstr ""
+
+msgid "Branches|Delete protected branch '%{branch_name}'?"
+msgstr ""
+
+msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Filter by branch name"
+msgstr ""
+
+msgid "Branches|Merged into %{default_branch}"
+msgstr ""
+
+msgid "Branches|New branch"
+msgstr ""
+
+msgid "Branches|No branches to show"
+msgstr ""
+
+msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Branches|Only a project maintainer or owner can delete a protected branch"
+msgstr ""
+
+msgid "Branches|Overview"
+msgstr ""
+
+msgid "Branches|Protected branches can be managed in %{project_settings_link}."
+msgstr ""
+
+msgid "Branches|Show active branches"
+msgstr ""
+
+msgid "Branches|Show all branches"
+msgstr ""
+
+msgid "Branches|Show more active branches"
+msgstr ""
+
+msgid "Branches|Show more stale branches"
+msgstr ""
+
+msgid "Branches|Show overview of the branches"
+msgstr ""
+
+msgid "Branches|Show stale branches"
+msgstr ""
+
+msgid "Branches|Sort by"
+msgstr ""
+
+msgid "Branches|Stale"
+msgstr ""
+
+msgid "Branches|Stale branches"
+msgstr ""
+
+msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
+msgstr ""
+
+msgid "Branches|The default branch cannot be deleted"
+msgstr ""
+
+msgid "Branches|This branch hasn’t been merged into %{default_branch}."
+msgstr ""
+
+msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
+msgstr ""
+
+msgid "Branches|To confirm, type %{branch_name_confirmation}:"
+msgstr ""
+
+msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
+msgstr ""
+
+msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
+msgstr ""
+
+msgid "Branches|diverged from upstream"
+msgstr ""
+
+msgid "Branches|merged"
+msgstr ""
+
+msgid "Branches|project settings"
+msgstr ""
+
+msgid "Branches|protected"
+msgstr ""
+
+msgid "Broadcast Message was successfully created."
+msgstr ""
+
+msgid "Broadcast Message was successfully updated."
+msgstr ""
+
+msgid "Browse Directory"
+msgstr ""
+
+msgid "Browse File"
+msgstr ""
+
+msgid "Browse Files"
+msgstr ""
+
+msgid "Browse artifacts"
+msgstr ""
+
+msgid "Browse files"
+msgstr ""
+
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
+msgid "Built-in"
+msgstr ""
+
+msgid "Burndown chart"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issue weight"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issues"
+msgstr ""
+
+msgid "Business"
+msgstr ""
+
+msgid "Business metrics (Custom)"
+msgstr ""
+
+msgid "Buy EE"
+msgstr ""
+
+msgid "Buy GitLab Enterprise Edition"
+msgstr ""
+
+msgid "By %{user_name}"
+msgstr ""
+
+msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
+msgstr ""
+
+msgid "By default, all projects and groups will use the global notifications setting."
+msgstr ""
+
+msgid "ByAuthor|by"
+msgstr ""
+
+msgid "CHANGELOG"
+msgstr ""
+
+msgid "CI / CD"
+msgstr ""
+
+msgid "CI / CD Charts"
+msgstr ""
+
+msgid "CI / CD Settings"
+msgstr ""
+
+msgid "CI Lint"
+msgstr ""
+
+msgid "CI variables"
+msgstr ""
+
+msgid "CI will run using the credentials assigned above."
+msgstr ""
+
+msgid "CI/CD"
+msgstr ""
+
+msgid "CI/CD configuration"
+msgstr ""
+
+msgid "CI/CD for external repo"
+msgstr ""
+
+msgid "CI/CD settings"
+msgstr ""
+
+msgid "CICD|Auto DevOps"
+msgstr ""
+
+msgid "CICD|Automatic deployment to staging, manual deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production using timed incremental rollout"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline for all projects"
+msgstr ""
+
+msgid "CICD|Deployment strategy"
+msgstr ""
+
+msgid "CICD|Jobs"
+msgstr ""
+
+msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
+msgstr ""
+
+msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} to this project with a domain in order for your deployment strategy to work correctly."
+msgstr ""
+
+msgid "CICD|group enabled"
+msgstr ""
+
+msgid "CICD|instance enabled"
+msgstr ""
+
+msgid "CLOSED"
+msgstr ""
+
+msgid "CLOSED (MOVED)"
+msgstr ""
+
+msgid "CONTRIBUTING"
+msgstr ""
+
+msgid "CPU"
+msgstr ""
+
+msgid "Callback URL"
+msgstr ""
+
+msgid "Can be manually deployed to"
+msgstr ""
+
+msgid "Can override approvers and approvals required per merge request"
+msgstr ""
+
+msgid "Can't find HEAD commit for this branch"
+msgstr ""
+
+msgid "Can't find variable: ZiteReader"
+msgstr ""
+
+msgid "Can't remove group members without group managed account"
+msgstr ""
+
+msgid "Can't scan the code?"
+msgstr ""
+
+msgid "Canary"
+msgstr ""
+
+msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "Cancel running"
+msgstr ""
+
+msgid "Cancel this job"
+msgstr ""
+
+msgid "Canceled deployment to"
+msgstr ""
+
+msgid "Cancelling Preview"
+msgstr ""
+
+msgid "Cannot be merged automatically"
+msgstr ""
+
+msgid "Cannot create the abuse report. The user has been deleted."
+msgstr ""
+
+msgid "Cannot create the abuse report. This user has been blocked."
+msgstr ""
+
+msgid "Cannot merge"
+msgstr ""
+
+msgid "Cannot modify managed Kubernetes cluster"
+msgstr ""
+
+msgid "Cannot refer to a group milestone by an internal id!"
+msgstr ""
+
+msgid "Cannot render the image. Maximum character count (%{charLimit}) has been exceeded."
+msgstr ""
+
+msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
+msgstr ""
+
+msgid "Cannot skip two factor authentication setup"
+msgstr ""
+
+msgid "Capacity threshold"
+msgstr ""
+
+msgid "Certificate"
+msgstr ""
+
+msgid "Certificate (PEM)"
+msgstr ""
+
+msgid "Change assignee"
+msgstr ""
+
+msgid "Change assignee(s)"
+msgstr ""
+
+msgid "Change assignee(s)."
+msgstr ""
+
+msgid "Change branches"
+msgstr ""
+
+msgid "Change label"
+msgstr ""
+
+msgid "Change milestone"
+msgstr ""
+
+msgid "Change path"
+msgstr ""
+
+msgid "Change permissions"
+msgstr ""
+
+msgid "Change template"
+msgstr ""
+
+msgid "Change this value to influence how frequently the GitLab UI polls for updates."
+msgstr ""
+
+msgid "Change title"
+msgstr ""
+
+msgid "Change your password"
+msgstr ""
+
+msgid "Change your password or recover your current one"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Pick into branch"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Revert in branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Cherry-pick"
+msgstr ""
+
+msgid "ChangeTypeAction|Revert"
+msgstr ""
+
+msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes."
+msgstr ""
+
+msgid "Changed assignee(s)."
+msgstr ""
+
+msgid "Changed the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes"
+msgstr ""
+
+msgid "Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision."
+msgstr ""
+
+msgid "Changes suppressed. Click to show."
+msgstr ""
+
+msgid "Changes the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
+msgstr ""
+
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "Charts"
+msgstr ""
+
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
+msgid "Chat"
+msgstr ""
+
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Branch"
+msgstr ""
+
+msgid "ChatMessage|Commit"
+msgstr ""
+
+msgid "ChatMessage|Failed job"
+msgstr ""
+
+msgid "ChatMessage|Failed stage"
+msgstr ""
+
+msgid "ChatMessage|Invalid CI config YAML file"
+msgstr ""
+
+msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
+msgstr ""
+
+msgid "ChatMessage|Tag"
+msgstr ""
+
+msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
+msgstr ""
+
+msgid "ChatMessage|failed"
+msgstr ""
+
+msgid "ChatMessage|has failed"
+msgstr ""
+
+msgid "ChatMessage|has passed"
+msgstr ""
+
+msgid "ChatMessage|has passed with warnings"
+msgstr ""
+
+msgid "ChatMessage|in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|in %{project_link}"
+msgstr ""
+
+msgid "ChatMessage|passed"
+msgstr ""
+
+msgid "Check again"
+msgstr ""
+
+msgid "Check feature availability on namespace plan"
+msgstr ""
+
+msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
+msgstr ""
+
+msgid "Check your .gitlab-ci.yml"
+msgstr ""
+
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
+msgid "Checking %{text} availability…"
+msgstr ""
+
+msgid "Checking approval status"
+msgstr ""
+
+msgid "Checking branch availability..."
+msgstr ""
+
+msgid "Checking group path availability..."
+msgstr ""
+
+msgid "Checking username availability..."
+msgstr ""
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
+msgid "Cherry-pick this commit"
+msgstr ""
+
+msgid "Cherry-pick this merge request"
+msgstr ""
+
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
+msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
+msgstr ""
+
+msgid "Choose <strong>Next</strong> at the bottom of the page."
+msgstr ""
+
+msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
+msgstr ""
+
+msgid "Choose a file"
+msgstr ""
+
+msgid "Choose a group"
+msgstr ""
+
+msgid "Choose a role permission"
+msgstr ""
+
+msgid "Choose a template"
+msgstr ""
+
+msgid "Choose a template..."
+msgstr ""
+
+msgid "Choose a type..."
+msgstr ""
+
+msgid "Choose any color."
+msgstr ""
+
+msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
+msgstr ""
+
+msgid "Choose file…"
+msgstr ""
+
+msgid "Choose the top-level group for your repository imports."
+msgstr ""
+
+msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
+msgstr ""
+
+msgid "Choose what content you want to see on a group’s overview page"
+msgstr ""
+
+msgid "Choose which repositories you want to connect and run CI/CD pipelines."
+msgstr ""
+
+msgid "Choose which shards you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "CiStatusLabel|canceled"
+msgstr ""
+
+msgid "CiStatusLabel|created"
+msgstr ""
+
+msgid "CiStatusLabel|delayed"
+msgstr ""
+
+msgid "CiStatusLabel|failed"
+msgstr ""
+
+msgid "CiStatusLabel|manual action"
+msgstr ""
+
+msgid "CiStatusLabel|passed"
+msgstr ""
+
+msgid "CiStatusLabel|passed with warnings"
+msgstr ""
+
+msgid "CiStatusLabel|pending"
+msgstr ""
+
+msgid "CiStatusLabel|preparing"
+msgstr ""
+
+msgid "CiStatusLabel|skipped"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for delayed job"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for manual action"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
+msgid "CiStatusText|blocked"
+msgstr ""
+
+msgid "CiStatusText|canceled"
+msgstr ""
+
+msgid "CiStatusText|created"
+msgstr ""
+
+msgid "CiStatusText|delayed"
+msgstr ""
+
+msgid "CiStatusText|failed"
+msgstr ""
+
+msgid "CiStatusText|manual"
+msgstr ""
+
+msgid "CiStatusText|passed"
+msgstr ""
+
+msgid "CiStatusText|pending"
+msgstr ""
+
+msgid "CiStatusText|preparing"
+msgstr ""
+
+msgid "CiStatusText|skipped"
+msgstr ""
+
+msgid "CiStatusText|waiting"
+msgstr ""
+
+msgid "CiStatus|running"
+msgstr ""
+
+msgid "CiVariables|Cannot use Masked Variable with current value"
+msgstr ""
+
+msgid "CiVariables|Input variable key"
+msgstr ""
+
+msgid "CiVariables|Input variable value"
+msgstr ""
+
+msgid "CiVariables|Key"
+msgstr ""
+
+msgid "CiVariables|Masked"
+msgstr ""
+
+msgid "CiVariables|Remove variable row"
+msgstr ""
+
+msgid "CiVariables|Scope"
+msgstr ""
+
+msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
+msgstr ""
+
+msgid "CiVariables|State"
+msgstr ""
+
+msgid "CiVariables|Type"
+msgstr ""
+
+msgid "CiVariables|Value"
+msgstr ""
+
+msgid "CiVariables|Variables"
+msgstr ""
+
+msgid "CiVariable|* (All environments)"
+msgstr ""
+
+msgid "CiVariable|All environments"
+msgstr ""
+
+msgid "CiVariable|Create wildcard"
+msgstr ""
+
+msgid "CiVariable|Error occurred while saving variables"
+msgstr ""
+
+msgid "CiVariable|Masked"
+msgstr ""
+
+msgid "CiVariable|New environment"
+msgstr ""
+
+msgid "CiVariable|Protected"
+msgstr ""
+
+msgid "CiVariable|Search environments"
+msgstr ""
+
+msgid "CiVariable|Toggle masked"
+msgstr ""
+
+msgid "CiVariable|Toggle protected"
+msgstr ""
+
+msgid "CiVariable|Validation failed"
+msgstr ""
+
+msgid "Class"
+msgstr ""
+
+msgid "Classification Label (optional)"
+msgstr ""
+
+msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Clear chart filters"
+msgstr ""
+
+msgid "Clear input"
+msgstr ""
+
+msgid "Clear recent searches"
+msgstr ""
+
+msgid "Clear search"
+msgstr ""
+
+msgid "Clear search input"
+msgstr ""
+
+msgid "Clear templates search input"
+msgstr ""
+
+msgid "Clear weight"
+msgstr ""
+
+msgid "Cleared weight."
+msgstr ""
+
+msgid "Clears weight."
+msgstr ""
+
+msgid "Click any <strong>project name</strong> in the project list below to navigate to the project milestone."
+msgstr ""
+
+msgid "Click here"
+msgstr ""
+
+msgid "Click the <strong>Download</strong> button and wait for downloading to complete."
+msgstr ""
+
+msgid "Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone."
+msgstr ""
+
+msgid "Click the <strong>Select none</strong> button on the right, since we only need \"Google Code Project Hosting\"."
+msgstr ""
+
+msgid "Click the button below to begin the install process by navigating to the Kubernetes page"
+msgstr ""
+
+msgid "Click the image where you'd like to start a new discussion"
+msgstr ""
+
+msgid "Click to expand it."
+msgstr ""
+
+msgid "Click to expand text"
+msgstr ""
+
+msgid "Client authentication certificate"
+msgstr ""
+
+msgid "Client authentication key"
+msgstr ""
+
+msgid "Client authentication key password"
+msgstr ""
+
+msgid "Clients"
+msgstr ""
+
+msgid "Clone"
+msgstr ""
+
+msgid "Clone repository"
+msgstr ""
+
+msgid "Clone with %{http_label}"
+msgstr ""
+
+msgid "Clone with KRB5"
+msgstr ""
+
+msgid "Clone with SSH"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Close %{tabname}"
+msgstr ""
+
+msgid "Close epic"
+msgstr ""
+
+msgid "Close milestone"
+msgstr ""
+
+msgid "Close sidebar"
+msgstr ""
+
+msgid "Close this %{quick_action_target}"
+msgstr ""
+
+msgid "Closed"
+msgstr ""
+
+msgid "Closed issues"
+msgstr ""
+
+msgid "Closed this %{quick_action_target}."
+msgstr ""
+
+msgid "Closes this %{quick_action_target}."
+msgstr ""
+
+msgid "Cluster Health"
+msgstr ""
+
+msgid "Cluster cache cleared."
+msgstr ""
+
+msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgstr ""
+
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
+msgid "ClusterIntegration| can be used instead of a custom domain."
+msgstr ""
+
+msgid "ClusterIntegration| is the default environment scope for this cluster. This means that all jobs, regardless of their environment, will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
+msgstr ""
+
+msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|%{title} uninstalled successfully."
+msgstr ""
+
+msgid "ClusterIntegration|%{title} updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
+msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
+msgstr ""
+
+msgid "ClusterIntegration|API URL"
+msgstr ""
+
+msgid "ClusterIntegration|API URL should be a valid http/https url."
+msgstr ""
+
+msgid "ClusterIntegration|Add Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Add a Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster to your group will automatically share the cluster across all your projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster will automatically share the cluster across all projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration to your group will share the cluster across all your projects."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration will share the cluster across all projects."
+msgstr ""
+
+msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integration"
+msgstr ""
+
+msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|All data will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Alternatively"
+msgstr ""
+
+msgid "ClusterIntegration|Amazon EKS"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch project zones: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch your projects: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|Any running pipelines will be canceled."
+msgstr ""
+
+msgid "ClusterIntegration|Applications"
+msgstr ""
+
+msgid "ClusterIntegration|Apply for credit"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
+
+msgid "ClusterIntegration|Base domain"
+msgstr ""
+
+msgid "ClusterIntegration|CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by %{letsEncrypt} and ensure that certificates are valid and up-to-date."
+msgstr ""
+
+msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which of your environments will use this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
+msgid "ClusterIntegration|Cloud Run"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster health"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster name is required."
+msgstr ""
+
+msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
+msgstr ""
+
+msgid "ClusterIntegration|Copy API URL"
+msgstr ""
+
+msgid "ClusterIntegration|Copy CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Create Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Create cluster on"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
+msgid "ClusterIntegration|Did you know?"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
+msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
+msgstr ""
+
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Environment scope"
+msgstr ""
+
+msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to run Kubeclient: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching projects"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching zones"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner connects to the repository and executes CI/CD jobs, pushing results back and deploying applications to production."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab-managed cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|Google Cloud Platform project"
+msgstr ""
+
+msgid "ClusterIntegration|Google GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine project"
+msgstr ""
+
+msgid "ClusterIntegration|Group cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Helm Tiller"
+msgstr ""
+
+msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
+msgstr ""
+
+msgid "ClusterIntegration|Hide"
+msgstr ""
+
+msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
+msgstr ""
+
+msgid "ClusterIntegration|Ingress"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint."
+msgstr ""
+
+msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn more about %{pricingLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Instance cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
+msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
+msgstr ""
+
+msgid "ClusterIntegration|Integration status"
+msgstr ""
+
+msgid "ClusterIntegration|Issuer Email"
+msgstr ""
+
+msgid "ClusterIntegration|Issuers represent a certificate authority. You must provide an email address for your Issuer. "
+msgstr ""
+
+msgid "ClusterIntegration|Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
+msgstr ""
+
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
+msgid "ClusterIntegration|Knative"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Domain Name:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Endpoint:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative domain name was updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster details"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Let's Encrypt"
+msgstr ""
+
+msgid "ClusterIntegration|Loading IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Regions"
+msgstr ""
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
+
+msgid "ClusterIntegration|No IAM Roles found"
+msgstr ""
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
+msgid "ClusterIntegration|No machine types matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No region found"
+msgstr ""
+
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
+msgid "ClusterIntegration|No zones matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes must be a numerical value."
+msgstr ""
+
+msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
+msgstr ""
+
+msgid "ClusterIntegration|Point a wildcard DNS to this generated endpoint in order to access your application after it has been deployed."
+msgstr ""
+
+msgid "ClusterIntegration|Project cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
+msgstr ""
+
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
+msgid "ClusterIntegration|RBAC-enabled cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|Region"
+msgstr ""
+
+msgid "ClusterIntegration|Remove Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
+msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin installing failed"
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin uninstalling failed"
+msgstr ""
+
+msgid "ClusterIntegration|Save changes"
+msgstr ""
+
+msgid "ClusterIntegration|Search IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Search machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
+msgid "ClusterIntegration|Search projects"
+msgstr ""
+
+msgid "ClusterIntegration|Search regions"
+msgstr ""
+
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Search zones"
+msgstr ""
+
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
+msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
+msgid "ClusterIntegration|Select machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project"
+msgstr ""
+
+msgid "ClusterIntegration|Select project and zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project to choose zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
+msgid "ClusterIntegration|Service token is required."
+msgstr ""
+
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
+msgid "ClusterIntegration|Show"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong on our end."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while installing %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
+msgstr ""
+
+msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+msgstr ""
+
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
+msgstr ""
+
+msgid "ClusterIntegration|The URL used to access the Kubernetes API."
+msgstr ""
+
+msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
+msgstr ""
+
+msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
+msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
+msgstr ""
+
+msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, pod logs, and Web terminals."
+msgstr ""
+
+msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
+msgstr ""
+
+msgid "ClusterIntegration|This account must have permissions to create a Kubernetes cluster in the %{link_to_container_project} specified below"
+msgstr ""
+
+msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
+msgstr ""
+
+msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|Toggle Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Uninstall %{appTitle}"
+msgstr ""
+
+msgid "ClusterIntegration|Update failed. Please check the logs and try again."
+msgstr ""
+
+msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Validating project billing status"
+msgstr ""
+
+msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
+msgstr ""
+
+msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
+msgstr ""
+
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
+msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
+msgstr ""
+
+msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
+msgstr ""
+
+msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
+msgstr ""
+
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Zone"
+msgstr ""
+
+msgid "ClusterIntegration|access to Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|documentation"
+msgstr ""
+
+msgid "ClusterIntegration|installed via %{installed_via}"
+msgstr ""
+
+msgid "ClusterIntegration|meets the requirements"
+msgstr ""
+
+msgid "ClusterIntegration|pricing"
+msgstr ""
+
+msgid "ClusterIntegration|sign up"
+msgstr ""
+
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
+msgid "ClusterIntergation|Select a region"
+msgstr ""
+
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
+msgstr ""
+
+msgid "Code"
+msgstr ""
+
+msgid "Code Owners"
+msgstr ""
+
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
+msgid "Code owner approval is required"
+msgstr ""
+
+msgid "Code owners"
+msgstr ""
+
+msgid "CodeOwner|Pattern"
+msgstr ""
+
+msgid "Cohorts"
+msgstr ""
+
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
+msgid "Collapse"
+msgstr ""
+
+msgid "Collapse approvers"
+msgstr ""
+
+msgid "Collapse sidebar"
+msgstr ""
+
+msgid "Collector hostname"
+msgstr ""
+
+msgid "ComboSearch is not defined"
+msgstr ""
+
+msgid "Command"
+msgstr ""
+
+msgid "Command line instructions"
+msgstr ""
+
+msgid "Commands applied"
+msgstr ""
+
+msgid "Commands did not apply"
+msgstr ""
+
+msgid "Comment"
+msgstr ""
+
+msgid "Comment & close %{noteable_name}"
+msgstr ""
+
+msgid "Comment & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Comment & resolve thread"
+msgstr ""
+
+msgid "Comment & unresolve thread"
+msgstr ""
+
+msgid "Comment form position"
+msgstr ""
+
+msgid "Comment is being updated"
+msgstr ""
+
+msgid "Comment/Reply (quoting selected text)"
+msgstr ""
+
+msgid "Comments"
+msgstr ""
+
+msgid "Commit"
+msgid_plural "Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Commit %{commit_id}"
+msgstr ""
+
+msgid "Commit (when editing commit message)"
+msgstr ""
+
+msgid "Commit Message"
+msgstr ""
+
+msgid "Commit deleted"
+msgstr ""
+
+msgid "Commit duration in minutes for last 30 commits"
+msgstr ""
+
+msgid "Commit message"
+msgstr ""
+
+msgid "Commit message (optional)"
+msgstr ""
+
+msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
+msgstr ""
+
+msgid "Commit to %{branchName} branch"
+msgstr ""
+
+msgid "CommitBoxTitle|Commit"
+msgstr ""
+
+msgid "CommitMessage|Add %{file_name}"
+msgstr ""
+
+msgid "CommitWidget|authored"
+msgstr ""
+
+msgid "Commits"
+msgstr ""
+
+msgid "Commits feed"
+msgstr ""
+
+msgid "Commits per day hour (UTC)"
+msgstr ""
+
+msgid "Commits per day of month"
+msgstr ""
+
+msgid "Commits per weekday"
+msgstr ""
+
+msgid "Commits to"
+msgstr ""
+
+msgid "Commits|An error occurred while fetching merge requests data."
+msgstr ""
+
+msgid "Commits|Commit: %{commitText}"
+msgstr ""
+
+msgid "Commits|History"
+msgstr ""
+
+msgid "Commits|No related merge requests found"
+msgstr ""
+
+msgid "Committed by"
+msgstr ""
+
+msgid "Commit…"
+msgstr ""
+
+msgid "Company"
+msgstr ""
+
+msgid "Company name"
+msgstr ""
+
+msgid "Compare"
+msgstr ""
+
+msgid "Compare Git revisions"
+msgstr ""
+
+msgid "Compare Revisions"
+msgstr ""
+
+msgid "Compare changes"
+msgstr ""
+
+msgid "Compare changes with the last commit"
+msgstr ""
+
+msgid "Compare changes with the merge request target branch"
+msgstr ""
+
+msgid "Compare with previous version"
+msgstr ""
+
+msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
+msgstr ""
+
+msgid "CompareBranches|Compare"
+msgstr ""
+
+msgid "CompareBranches|Source"
+msgstr ""
+
+msgid "CompareBranches|Target"
+msgstr ""
+
+msgid "CompareBranches|There isn't anything to compare."
+msgstr ""
+
+msgid "Complete"
+msgstr ""
+
+msgid "Confidence: %{confidence}"
+msgstr ""
+
+msgid "Confidential"
+msgstr ""
+
+msgid "Confidentiality"
+msgstr ""
+
+msgid "Configuration"
+msgstr ""
+
+msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure Gitaly timeouts."
+msgstr ""
+
+msgid "Configure Let's Encrypt"
+msgstr ""
+
+msgid "Configure Prometheus"
+msgstr ""
+
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
+msgid "Configure Tracing"
+msgstr ""
+
+msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure automatic git checks and housekeeping on repositories."
+msgstr ""
+
+msgid "Configure existing installation"
+msgstr ""
+
+msgid "Configure limits for web and API requests."
+msgstr ""
+
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
+
+msgid "Configure storage path settings."
+msgstr ""
+
+msgid "Configure the %{link} integration."
+msgstr ""
+
+msgid "Configure the way a user creates a new account."
+msgstr ""
+
+msgid "Confirm"
+msgstr ""
+
+msgid "Confirmation email sent to %{email}"
+msgstr ""
+
+msgid "Confirmation required"
+msgstr ""
+
+msgid "Congratulations! You have enabled Two-factor Authentication!"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect all repositories"
+msgstr ""
+
+msgid "Connect repositories from GitHub"
+msgstr ""
+
+msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
+msgstr ""
+
+msgid "Connecting"
+msgstr ""
+
+msgid "Connecting to terminal sync service"
+msgstr ""
+
+msgid "Connecting..."
+msgstr ""
+
+msgid "Connection failed"
+msgstr ""
+
+msgid "Connection failure"
+msgstr ""
+
+msgid "Connection timed out"
+msgstr ""
+
+msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
+msgstr ""
+
+msgid "Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
+msgstr ""
+
+msgid "Contact sales to upgrade"
+msgstr ""
+
+msgid "Contact your Administrator to upgrade your license."
+msgstr ""
+
+msgid "Container Registry"
+msgstr ""
+
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
+msgid "Container registry images"
+msgstr ""
+
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
+msgid "ContainerRegistry|Container Registry"
+msgstr ""
+
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
+msgstr ""
+
+msgid "ContainerRegistry|Docker connection error"
+msgstr ""
+
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
+msgstr ""
+
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ContainerRegistry|Size"
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Tag"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images stored for this project"
+msgstr ""
+
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
+msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
+msgstr ""
+
+msgid "ContainerRegistry|You can add an image to this registry with the following commands:"
+msgstr ""
+
+msgid "Contains %{count} blobs of images (%{size})"
+msgstr ""
+
+msgid "Contents of .gitlab-ci.yml"
+msgstr ""
+
+msgid "Continue"
+msgstr ""
+
+msgid "Continue to the next step"
+msgstr ""
+
+msgid "Continuous Integration and Deployment"
+msgstr ""
+
+msgid "Contribute to GitLab"
+msgstr ""
+
+msgid "Contribution"
+msgstr ""
+
+msgid "Contribution Analytics"
+msgstr ""
+
+msgid "Contribution Charts"
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr ""
+
+msgid "Control emails linked to your account"
+msgstr ""
+
+msgid "Control the display of third party offers."
+msgstr ""
+
+msgid "Control the maximum concurrency of repository backfill for this secondary node"
+msgstr ""
+
+msgid "Cookie domain"
+msgstr ""
+
+msgid "Copied"
+msgstr ""
+
+msgid "Copied labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
+msgid "Copy %{http_label} clone URL"
+msgstr ""
+
+msgid "Copy %{protocol} clone URL"
+msgstr ""
+
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
+
+msgid "Copy KRB5 clone URL"
+msgstr ""
+
+msgid "Copy SSH clone URL"
+msgstr ""
+
+msgid "Copy SSH public key"
+msgstr ""
+
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
+
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy labels and milestone from other issue or merge request in this project"
+msgstr ""
+
+msgid "Copy link"
+msgstr ""
+
+msgid "Copy personal access token"
+msgstr ""
+
+msgid "Copy reference"
+msgstr ""
+
+msgid "Copy secret"
+msgstr ""
+
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
+msgstr ""
+
+msgid "Could not authorize chat nickname. Try again!"
+msgstr ""
+
+msgid "Could not change HEAD: branch '%{branch}' does not exist"
+msgstr ""
+
+msgid "Could not connect to FogBugz, check your URL"
+msgstr ""
+
+msgid "Could not connect to Web IDE file mirror service."
+msgstr ""
+
+msgid "Could not create Wiki Repository at this time. Please try again later."
+msgstr ""
+
+msgid "Could not create group"
+msgstr ""
+
+msgid "Could not create issue"
+msgstr ""
+
+msgid "Could not create project"
+msgstr ""
+
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
+msgid "Could not delete chat nickname %{chat_name}."
+msgstr ""
+
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
+msgid "Could not remove the trigger."
+msgstr ""
+
+msgid "Could not restore the group"
+msgstr ""
+
+msgid "Could not revoke impersonation token %{token_name}."
+msgstr ""
+
+msgid "Could not revoke personal access token %{personal_access_token_name}."
+msgstr ""
+
+msgid "Could not save group ID"
+msgstr ""
+
+msgid "Could not save project ID"
+msgstr ""
+
+msgid "Could not save prometheus manual configuration"
+msgstr ""
+
+msgid "Country"
+msgstr ""
+
+msgid "Coverage"
+msgstr ""
+
+msgid "Create"
+msgstr ""
+
+msgid "Create %{type} token"
+msgstr ""
+
+msgid "Create New Directory"
+msgstr ""
+
+msgid "Create New Domain"
+msgstr ""
+
+msgid "Create Project"
+msgstr ""
+
+msgid "Create a GitLab account first, and then connect it to your %{label} account."
+msgstr ""
+
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
+msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
+msgstr ""
+
+msgid "Create a merge request"
+msgstr ""
+
+msgid "Create a new branch"
+msgstr ""
+
+msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Create a new issue"
+msgstr ""
+
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
+msgid "Create a new repository"
+msgstr ""
+
+msgid "Create a personal access token on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
+msgid "Create an issue. Issues are created for each alert triggered."
+msgstr ""
+
+msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to import."
+msgstr ""
+
+msgid "Create board"
+msgstr ""
+
+msgid "Create branch"
+msgstr ""
+
+msgid "Create commit"
+msgstr ""
+
+msgid "Create confidential merge request"
+msgstr ""
+
+msgid "Create confidential merge request and branch"
+msgstr ""
+
+msgid "Create directory"
+msgstr ""
+
+msgid "Create empty repository"
+msgstr ""
+
+msgid "Create epic"
+msgstr ""
+
+msgid "Create file"
+msgstr ""
+
+msgid "Create group"
+msgstr ""
+
+msgid "Create group label"
+msgstr ""
+
+msgid "Create issue"
+msgstr ""
+
+msgid "Create lists from labels. Issues with that label appear in that list."
+msgstr ""
+
+msgid "Create merge request"
+msgstr ""
+
+msgid "Create merge request and branch"
+msgstr ""
+
+msgid "Create milestone"
+msgstr ""
+
+msgid "Create new board"
+msgstr ""
+
+msgid "Create new branch"
+msgstr ""
+
+msgid "Create new directory"
+msgstr ""
+
+msgid "Create new file"
+msgstr ""
+
+msgid "Create new file or directory"
+msgstr ""
+
+msgid "Create new label"
+msgstr ""
+
+msgid "Create new..."
+msgstr ""
+
+msgid "Create project"
+msgstr ""
+
+msgid "Create project label"
+msgstr ""
+
+msgid "Create your first page"
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create groups."
+msgstr ""
+
+msgid "CreateTag|Tag"
+msgstr ""
+
+msgid "CreateTokenToCloneLink|create a personal access token"
+msgstr ""
+
+msgid "Created"
+msgstr ""
+
+msgid "Created At"
+msgstr ""
+
+msgid "Created On"
+msgstr ""
+
+msgid "Created a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
+msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created by me"
+msgstr ""
+
+msgid "Created issue %{issueLink}"
+msgstr ""
+
+msgid "Created issue %{issueLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created on"
+msgstr ""
+
+msgid "Created on:"
+msgstr ""
+
+msgid "Creates a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creating epic"
+msgstr ""
+
+msgid "Creating graphs uses the data from the Prometheus server. If this takes a long time, ensure that data is available."
+msgstr ""
+
+msgid "Creation date"
+msgstr ""
+
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
+msgid "Cron Timezone"
+msgstr ""
+
+msgid "Cron syntax"
+msgstr ""
+
+msgid "Crossplane"
+msgstr ""
+
+msgid "Current Branch"
+msgstr ""
+
+msgid "Current Plan"
+msgstr ""
+
+msgid "Current Project"
+msgstr ""
+
+msgid "Current node"
+msgstr ""
+
+msgid "Current password"
+msgstr ""
+
+msgid "Current vulnerabilities count"
+msgstr ""
+
+msgid "CurrentUser|Profile"
+msgstr ""
+
+msgid "CurrentUser|Settings"
+msgstr ""
+
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
+
+msgid "Custom hostname (for private commit emails)"
+msgstr ""
+
+msgid "Custom notification events"
+msgstr ""
+
+msgid "Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out %{notification_link}."
+msgstr ""
+
+msgid "Custom project templates"
+msgstr ""
+
+msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
+msgstr ""
+
+msgid "Custom range"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add a stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Enter a name for the stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Name"
+msgstr ""
+
+msgid "CustomCycleAnalytics|New stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Please select a start event first"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
+msgid "Customize colors"
+msgstr ""
+
+msgid "Customize how FogBugz email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize how Google Code email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize icon"
+msgstr ""
+
+msgid "Customize language and region related settings."
+msgstr ""
+
+msgid "Customize name"
+msgstr ""
+
+msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
+msgstr ""
+
+msgid "Customize your pipeline configuration."
+msgstr ""
+
+msgid "Cycle Analytics"
+msgstr ""
+
+msgid "Cycle Analytics can help you determine your team’s velocity"
+msgstr ""
+
+msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request first deployed to production"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build finish time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build start time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request merged"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Code"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Issue"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Plan"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Review"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Staging"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Test"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
+msgid_plural "CycleAnalytics|%d projects selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CycleAnalytics|Select labels"
+msgstr ""
+
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Stages"
+msgstr ""
+
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
+msgid "CycleAnalytics|group dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
+msgid "CycleAnalytics|project dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|stage dropdown"
+msgstr ""
+
+msgid "DNS"
+msgstr ""
+
+msgid "Dashboard"
+msgstr ""
+
+msgid "DashboardProjects|All"
+msgstr ""
+
+msgid "DashboardProjects|Personal"
+msgstr ""
+
+msgid "DashboardProjects|Trending"
+msgstr ""
+
+msgid "Dashboards"
+msgstr ""
+
+msgid "Dashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
+msgstr ""
+
+msgid "Data is still calculating..."
+msgstr ""
+
+msgid "Date"
+msgstr ""
+
+msgid "Date picker"
+msgstr ""
+
+msgid "DayTitle|F"
+msgstr ""
+
+msgid "DayTitle|M"
+msgstr ""
+
+msgid "DayTitle|S"
+msgstr ""
+
+msgid "DayTitle|W"
+msgstr ""
+
+msgid "Days"
+msgstr ""
+
+msgid "Days to merge"
+msgstr ""
+
+msgid "Debug"
+msgstr ""
+
+msgid "Dec"
+msgstr ""
+
+msgid "December"
+msgstr ""
+
+msgid "Decline"
+msgstr ""
+
+msgid "Decline and sign out"
+msgstr ""
+
+msgid "Default Branch"
+msgstr ""
+
+msgid "Default CI configuration path"
+msgstr ""
+
+msgid "Default artifacts expiration"
+msgstr ""
+
+msgid "Default branch"
+msgstr ""
+
+msgid "Default branch and protected branches"
+msgstr ""
+
+msgid "Default classification label"
+msgstr ""
+
+msgid "Default deletion adjourned period"
+msgstr ""
+
+msgid "Default description template for issues"
+msgstr ""
+
+msgid "Default description template for merge requests"
+msgstr ""
+
+msgid "Default first day of the week"
+msgstr ""
+
+msgid "Default first day of the week in calendars and date pickers."
+msgstr ""
+
+msgid "Default issue template"
+msgstr ""
+
+msgid "Default project deletion protection"
+msgstr ""
+
+msgid "Default: Directly import the Google Code email address or username"
+msgstr ""
+
+msgid "Default: Map a FogBugz account ID to a full name"
+msgstr ""
+
+msgid "Define a custom pattern with cron syntax"
+msgstr ""
+
+msgid "Define environments in the deploy stage(s) in <code>.gitlab-ci.yml</code> to track deployments here."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Start now"
+msgstr ""
+
+msgid "DelayedJobs|Unschedule"
+msgstr ""
+
+msgid "DelayedJobs|delayed"
+msgstr ""
+
+msgid "Delete"
+msgstr ""
+
+msgid "Delete Comment"
+msgstr ""
+
+msgid "Delete Package"
+msgstr ""
+
+msgid "Delete Snippet"
+msgstr ""
+
+msgid "Delete artifacts"
+msgstr ""
+
+msgid "Delete board"
+msgstr ""
+
+msgid "Delete comment"
+msgstr ""
+
+msgid "Delete license"
+msgstr ""
+
+msgid "Delete list"
+msgstr ""
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
+msgid "Delete source branch"
+msgstr ""
+
+msgid "Delete this attachment"
+msgstr ""
+
+msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore project repository. Please contact the administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore wiki repository. Please contact the administrator."
+msgstr ""
+
+msgid "Deleted"
+msgstr ""
+
+msgid "Deleted chat nickname: %{chat_name}!"
+msgstr ""
+
+msgid "Deleted in this version"
+msgstr ""
+
+msgid "Deleting the license failed."
+msgstr ""
+
+msgid "Deleting the license failed. The license was not found."
+msgstr ""
+
+msgid "Deleting the license failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
+msgid "Denied authorization of chat nickname %{user_name}."
+msgstr ""
+
+msgid "Deny"
+msgstr ""
+
+msgid "Dependencies"
+msgstr ""
+
+msgid "Dependencies help page link"
+msgstr ""
+
+msgid "Dependencies|%d additional vulnerability not shown"
+msgid_plural "Dependencies|%d additional vulnerabilities not shown"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%d vulnerability"
+msgid_plural "Dependencies|%d vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%{remainingLicensesCount} more"
+msgstr ""
+
+msgid "Dependencies|All"
+msgstr ""
+
+msgid "Dependencies|Component"
+msgstr ""
+
+msgid "Dependencies|Component name"
+msgstr ""
+
+msgid "Dependencies|Export as JSON"
+msgstr ""
+
+msgid "Dependencies|Job failed to generate the dependency list"
+msgstr ""
+
+msgid "Dependencies|License"
+msgstr ""
+
+msgid "Dependencies|Location"
+msgstr ""
+
+msgid "Dependencies|Packager"
+msgstr ""
+
+msgid "Dependencies|Safe"
+msgstr ""
+
+msgid "Dependencies|Status"
+msgstr ""
+
+msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
+msgstr ""
+
+msgid "Dependencies|Unsupported file(s) detected"
+msgstr ""
+
+msgid "Dependencies|Version"
+msgstr ""
+
+msgid "Dependencies|Vulnerable components"
+msgstr ""
+
+msgid "Dependency List"
+msgstr ""
+
+msgid "Dependency Proxy"
+msgstr ""
+
+msgid "Dependency Scanning"
+msgstr ""
+
+msgid "Dependency proxy"
+msgstr ""
+
+msgid "Dependency proxy URL"
+msgstr ""
+
+msgid "Dependency proxy feature is limited to public groups for now."
+msgstr ""
+
+msgid "DependencyProxy|Toggle Dependency Proxy"
+msgstr ""
+
+msgid "Depends on %d merge request being merged"
+msgid_plural "Depends on %d merge requests being merged"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Depends on <strong>%d closed</strong> merge request."
+msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy"
+msgid_plural "Deploys"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy Keys"
+msgstr ""
+
+msgid "Deploy key was successfully updated."
+msgstr ""
+
+msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
+msgstr ""
+
+msgid "Deploy to..."
+msgstr ""
+
+msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
+msgstr ""
+
+msgid "DeployKeys|+%{count} others"
+msgstr ""
+
+msgid "DeployKeys|Current project"
+msgstr ""
+
+msgid "DeployKeys|Deploy key"
+msgstr ""
+
+msgid "DeployKeys|Enabled deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error enabling deploy key"
+msgstr ""
+
+msgid "DeployKeys|Error getting deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error removing deploy key"
+msgstr ""
+
+msgid "DeployKeys|Expand %{count} other projects"
+msgstr ""
+
+msgid "DeployKeys|Loading deploy keys"
+msgstr ""
+
+msgid "DeployKeys|No deploy keys found. Create one with the form above."
+msgstr ""
+
+msgid "DeployKeys|Privately accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Project usage"
+msgstr ""
+
+msgid "DeployKeys|Publicly accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Read access only"
+msgstr ""
+
+msgid "DeployKeys|Write access allowed"
+msgstr ""
+
+msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
+msgstr ""
+
+msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
+msgstr ""
+
+msgid "DeployTokens|Add a deploy token"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the registry images"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the repository"
+msgstr ""
+
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
+
+msgid "DeployTokens|Copy username"
+msgstr ""
+
+msgid "DeployTokens|Create deploy token"
+msgstr ""
+
+msgid "DeployTokens|Created"
+msgstr ""
+
+msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
+msgstr ""
+
+msgid "DeployTokens|Deploy Tokens"
+msgstr ""
+
+msgid "DeployTokens|Deploy tokens allow read-only access to your repository and registry images."
+msgstr ""
+
+msgid "DeployTokens|Expires"
+msgstr ""
+
+msgid "DeployTokens|Name"
+msgstr ""
+
+msgid "DeployTokens|Pick a name for the application, and we'll give you a unique deploy token."
+msgstr ""
+
+msgid "DeployTokens|Revoke"
+msgstr ""
+
+msgid "DeployTokens|Revoke %{name}"
+msgstr ""
+
+msgid "DeployTokens|Scopes"
+msgstr ""
+
+msgid "DeployTokens|This action cannot be undone."
+msgstr ""
+
+msgid "DeployTokens|This project has no active Deploy Tokens."
+msgstr ""
+
+msgid "DeployTokens|Use this token as a password. Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "DeployTokens|Use this username as a login."
+msgstr ""
+
+msgid "DeployTokens|Username"
+msgstr ""
+
+msgid "DeployTokens|You are about to revoke"
+msgstr ""
+
+msgid "DeployTokens|Your New Deploy Token"
+msgstr ""
+
+msgid "DeployTokens|Your new project deploy token has been created."
+msgstr ""
+
+msgid "Deployed"
+msgstr ""
+
+msgid "Deployed to"
+msgstr ""
+
+msgid "Deploying to"
+msgstr ""
+
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
+msgid "Deprioritize label"
+msgstr ""
+
+msgid "Descending"
+msgstr ""
+
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
+msgid "Description"
+msgstr ""
+
+msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
+msgstr ""
+
+msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
+msgstr ""
+
+msgid "Description:"
+msgstr ""
+
+msgid "Descriptive label"
+msgstr ""
+
+msgid "Deselect all"
+msgstr ""
+
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
+msgid "DesignManagement|%{current_design} of %{designs_count}"
+msgstr ""
+
+msgid "DesignManagement|Add designs"
+msgstr ""
+
+msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Go back to designs"
+msgstr ""
+
+msgid "DesignManagement|Go to next design"
+msgstr ""
+
+msgid "DesignManagement|Go to previous design"
+msgstr ""
+
+msgid "DesignManagement|Keep comment"
+msgstr ""
+
+msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
+msgstr ""
+
+msgid "DesignManagement|Select all"
+msgstr ""
+
+msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
+msgstr ""
+
+msgid "DesignManagement|The one place for your designs"
+msgstr ""
+
+msgid "DesignManagement|Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date."
+msgstr ""
+
+msgid "Designs"
+msgstr ""
+
+msgid "Destroy"
+msgstr ""
+
+msgid "Details"
+msgstr ""
+
+msgid "Details (default)"
+msgstr ""
+
+msgid "Detect host keys"
+msgstr ""
+
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
+msgid "Diff content limits"
+msgstr ""
+
+msgid "Diff limits"
+msgstr ""
+
+msgid "Difference between start date and now"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(base)"
+msgstr ""
+
+msgid "Diffs|No file name available"
+msgstr ""
+
+msgid "Diffs|Show unchanged lines"
+msgstr ""
+
+msgid "Diffs|Something went wrong while fetching diff lines."
+msgstr ""
+
+msgid "Direction"
+msgstr ""
+
+msgid "Directory name"
+msgstr ""
+
+msgid "Disable"
+msgstr ""
+
+msgid "Disable for this project"
+msgstr ""
+
+msgid "Disable group Runners"
+msgstr ""
+
+msgid "Disable public access to Pages sites"
+msgstr ""
+
+msgid "Disable shared Runners"
+msgstr ""
+
+msgid "Disable two-factor authentication"
+msgstr ""
+
+msgid "Disabled"
+msgstr ""
+
+msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
+msgstr ""
+
+msgid "Discard"
+msgstr ""
+
+msgid "Discard all changes"
+msgstr ""
+
+msgid "Discard all unstaged changes?"
+msgstr ""
+
+msgid "Discard changes"
+msgstr ""
+
+msgid "Discard changes to %{path}?"
+msgstr ""
+
+msgid "Discard draft"
+msgstr ""
+
+msgid "Discard review"
+msgstr ""
+
+msgid "DiscordService|Discord Notifications"
+msgstr ""
+
+msgid "DiscordService|Receive event notifications in Discord"
+msgstr ""
+
+msgid "Discover GitLab Geo"
+msgstr ""
+
+msgid "Discover projects, groups and snippets. Share your projects with others"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved."
+msgstr ""
+
+msgid "Discuss a specific suggestion or question."
+msgstr ""
+
+msgid "Discussion"
+msgstr ""
+
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
+msgstr ""
+
+msgid "Dismiss Cycle Analytics introduction box"
+msgstr ""
+
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
+msgid "Dismiss Merge Request promotion"
+msgstr ""
+
+msgid "Dismiss trial promotion"
+msgstr ""
+
+msgid "Dismissed"
+msgstr ""
+
+msgid "Dismissed at %{projectLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
+msgstr ""
+
+msgid "Display name"
+msgstr ""
+
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
+msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
+msgstr ""
+
+msgid "Dockerfile"
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid "Documentation for popular identity providers"
+msgstr ""
+
+msgid "Doing"
+msgstr ""
+
+msgid "Domain"
+msgstr ""
+
+msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
+msgstr ""
+
+msgid "Don't have an account yet?"
+msgstr ""
+
+msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
+msgstr ""
+
+msgid "Don't show again"
+msgstr ""
+
+msgid "Don't worry, you can access this tour by clicking on the help icon in the top right corner and choose <strong>Learn GitLab</strong>."
+msgstr ""
+
+msgid "Done"
+msgstr ""
+
+msgid "Download"
+msgstr ""
+
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
+msgid "Download CSV"
+msgstr ""
+
+msgid "Download artifacts"
+msgstr ""
+
+msgid "Download as"
+msgstr ""
+
+msgid "Download asset"
+msgstr ""
+
+msgid "Download codes"
+msgstr ""
+
+msgid "Download evidence JSON"
+msgstr ""
+
+msgid "Download export"
+msgstr ""
+
+msgid "Download image"
+msgstr ""
+
+msgid "Download license"
+msgstr ""
+
+msgid "Download source code"
+msgstr ""
+
+msgid "Download this directory"
+msgstr ""
+
+msgid "DownloadCommit|Email Patches"
+msgstr ""
+
+msgid "DownloadCommit|Plain Diff"
+msgstr ""
+
+msgid "DownloadSource|Download"
+msgstr ""
+
+msgid "Downstream"
+msgstr ""
+
+msgid "Downvotes"
+msgstr ""
+
+msgid "Due date"
+msgstr ""
+
+msgid "Duration"
+msgstr ""
+
+msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
+msgstr ""
+
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states:"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Edit %{issuable}"
+msgstr ""
+
+msgid "Edit %{name}"
+msgstr ""
+
+msgid "Edit Comment"
+msgstr ""
+
+msgid "Edit Deploy Key"
+msgstr ""
+
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
+msgid "Edit Label"
+msgstr ""
+
+msgid "Edit Milestone"
+msgstr ""
+
+msgid "Edit Password"
+msgstr ""
+
+msgid "Edit Pipeline Schedule %{id}"
+msgstr ""
+
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
+msgid "Edit Snippet"
+msgstr ""
+
+msgid "Edit System Hook"
+msgstr ""
+
+msgid "Edit application"
+msgstr ""
+
+msgid "Edit board"
+msgstr ""
+
+msgid "Edit comment"
+msgstr ""
+
+msgid "Edit dashboard"
+msgstr ""
+
+msgid "Edit description"
+msgstr ""
+
+msgid "Edit environment"
+msgstr ""
+
+msgid "Edit epic description"
+msgstr ""
+
+msgid "Edit file"
+msgstr ""
+
+msgid "Edit files in the editor and commit changes here"
+msgstr ""
+
+msgid "Edit group: %{group_name}"
+msgstr ""
+
+msgid "Edit identity for %{user_name}"
+msgstr ""
+
+msgid "Edit issues"
+msgstr ""
+
+msgid "Edit public deploy key"
+msgstr ""
+
+msgid "Edit stage"
+msgstr ""
+
+msgid "Edit this release"
+msgstr ""
+
+msgid "Edit wiki page"
+msgstr ""
+
+msgid "Edit your most recent comment in a thread (from an empty textarea)"
+msgstr ""
+
+msgid "Editing"
+msgstr ""
+
+msgid "Elasticsearch"
+msgstr ""
+
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
+msgid "Elasticsearch indexing restrictions"
+msgstr ""
+
+msgid "Elasticsearch indexing started"
+msgstr ""
+
+msgid "Elasticsearch integration. Elasticsearch AWS IAM."
+msgstr ""
+
+msgid "Elastic|None. Select namespaces to index."
+msgstr ""
+
+msgid "Elastic|None. Select projects to index."
+msgstr ""
+
+msgid "Email"
+msgstr ""
+
+msgid "Email address"
+msgstr ""
+
+msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
+msgid "Email patch"
+msgstr ""
+
+msgid "Email the pipelines status to a list of recipients."
+msgstr ""
+
+msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies."
+msgstr ""
+
+msgid "EmailError|The thread you are replying to no longer exists, perhaps it was deleted? If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is for. Please create your issue or comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is in reply to. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what user corresponds to the email. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't find the project. Please check if there's any typo."
+msgstr ""
+
+msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|Your account has been blocked. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailToken|reset it"
+msgstr ""
+
+msgid "EmailToken|resetting..."
+msgstr ""
+
+msgid "Emails"
+msgstr ""
+
+msgid "Emails separated by comma"
+msgstr ""
+
+msgid "EmailsOnPushService|Disable code diffs"
+msgstr ""
+
+msgid "EmailsOnPushService|Don't include possibly sensitive code diffs in notification body."
+msgstr ""
+
+msgid "EmailsOnPushService|Email the commits and diff of each push to a list of recipients."
+msgstr ""
+
+msgid "EmailsOnPushService|Emails on push"
+msgstr ""
+
+msgid "EmailsOnPushService|Emails separated by whitespace"
+msgstr ""
+
+msgid "EmailsOnPushService|Send from committer"
+msgstr ""
+
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains})."
+msgstr ""
+
+msgid "Embed"
+msgstr ""
+
+msgid "Empty file"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable Auto DevOps"
+msgstr ""
+
+msgid "Enable HTML emails"
+msgstr ""
+
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
+msgid "Enable Pseudonymizer data collection"
+msgstr ""
+
+msgid "Enable SAML authentication for this group"
+msgstr ""
+
+msgid "Enable access to Grafana"
+msgstr ""
+
+msgid "Enable access to the Performance Bar for a given group."
+msgstr ""
+
+msgid "Enable and configure Grafana."
+msgstr ""
+
+msgid "Enable and configure InfluxDB metrics."
+msgstr ""
+
+msgid "Enable and configure Prometheus metrics."
+msgstr ""
+
+msgid "Enable classification control using an external service"
+msgstr ""
+
+msgid "Enable error tracking"
+msgstr ""
+
+msgid "Enable feature to choose access level"
+msgstr ""
+
+msgid "Enable for this project"
+msgstr ""
+
+msgid "Enable group Runners"
+msgstr ""
+
+msgid "Enable header and footer in emails"
+msgstr ""
+
+msgid "Enable mirror configuration"
+msgstr ""
+
+msgid "Enable or disable the Pseudonymizer data collection."
+msgstr ""
+
+msgid "Enable or disable version check and usage ping."
+msgstr ""
+
+msgid "Enable protected paths rate limit"
+msgstr ""
+
+msgid "Enable proxy"
+msgstr ""
+
+msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
+msgstr ""
+
+msgid "Enable shared Runners"
+msgstr ""
+
+msgid "Enable snowplow tracking"
+msgstr ""
+
+msgid "Enable two-factor authentication"
+msgstr ""
+
+msgid "Enable usage ping"
+msgstr ""
+
+msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
+msgstr ""
+
+msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
+msgstr ""
+
+msgid "Enabled"
+msgstr ""
+
+msgid "Enabled Git access protocols"
+msgstr ""
+
+msgid "Enabled sources for code import during project creation. OmniAuth must be configured for GitHub"
+msgstr ""
+
+msgid "Enabling this will only make licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public."
+msgstr ""
+
+msgid "End date"
+msgstr ""
+
+msgid "Ends at (UTC)"
+msgstr ""
+
+msgid "Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "Ensure connectivity is available from the GitLab server to the Prometheus server"
+msgstr ""
+
+msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
+msgstr ""
+
+msgid "Enter Admin Mode"
+msgstr ""
+
+msgid "Enter IP address range"
+msgstr ""
+
+msgid "Enter a number"
+msgstr ""
+
+msgid "Enter at least three characters to search"
+msgstr ""
+
+msgid "Enter board name"
+msgstr ""
+
+msgid "Enter domain"
+msgstr ""
+
+msgid "Enter in your Bitbucket Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter in your Phabricator Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter merge request URLs"
+msgstr ""
+
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
+msgid "Enter the issue description"
+msgstr ""
+
+msgid "Enter the issue title"
+msgstr ""
+
+msgid "Enter the merge request description"
+msgstr ""
+
+msgid "Enter the merge request title"
+msgstr ""
+
+msgid "Enter your password to approve"
+msgstr ""
+
+msgid "Enter zen mode"
+msgstr ""
+
+msgid "Environment"
+msgstr ""
+
+msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want."
+msgstr ""
+
+msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default"
+msgstr ""
+
+msgid "Environment:"
+msgstr ""
+
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
+msgid "Environments"
+msgstr ""
+
+msgid "Environments Dashboard"
+msgstr ""
+
+msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
+msgstr ""
+
+msgid "Environments in %{name}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add projects"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Environments Dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Job: %{job}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|More actions"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
+msgid "EnvironmentsDashboard|Remove"
+msgstr ""
+
+msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
+msgstr ""
+
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while fetching the environments."
+msgstr ""
+
+msgid "Environments|An error occurred while making the request."
+msgstr ""
+
+msgid "Environments|An error occurred while re-deploying the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while rolling back the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while stopping the environment, please try again"
+msgstr ""
+
+msgid "Environments|Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
+msgid "Environments|Commit"
+msgstr ""
+
+msgid "Environments|Deploy to..."
+msgstr ""
+
+msgid "Environments|Deployment"
+msgstr ""
+
+msgid "Environments|Environment"
+msgstr ""
+
+msgid "Environments|Environments"
+msgstr ""
+
+msgid "Environments|Environments are places where code gets deployed, such as staging or production."
+msgstr ""
+
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
+msgid "Environments|Job"
+msgstr ""
+
+msgid "Environments|Learn about environments"
+msgstr ""
+
+msgid "Environments|Learn more about stopping environments"
+msgstr ""
+
+msgid "Environments|New environment"
+msgstr ""
+
+msgid "Environments|No deployed environments"
+msgstr ""
+
+msgid "Environments|No deployments yet"
+msgstr ""
+
+msgid "Environments|No pods to display"
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file."
+msgstr ""
+
+msgid "Environments|Open live environment"
+msgstr ""
+
+msgid "Environments|Pod logs from"
+msgstr ""
+
+msgid "Environments|Re-deploy"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy to environment"
+msgstr ""
+
+msgid "Environments|Read more about environments"
+msgstr ""
+
+msgid "Environments|Rollback"
+msgstr ""
+
+msgid "Environments|Rollback environment"
+msgstr ""
+
+msgid "Environments|Rollback environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Rollback environment %{name}?"
+msgstr ""
+
+msgid "Environments|Search"
+msgstr ""
+
+msgid "Environments|Show all"
+msgstr ""
+
+msgid "Environments|Show last"
+msgstr ""
+
+msgid "Environments|Stop"
+msgstr ""
+
+msgid "Environments|Stop environment"
+msgstr ""
+
+msgid "Environments|Stopping"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|Updated"
+msgstr ""
+
+msgid "Environments|You don't have any environments right now"
+msgstr ""
+
+msgid "Environments|protected"
+msgstr ""
+
+msgid "Epic"
+msgstr ""
+
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
+msgid "Epics"
+msgstr ""
+
+msgid "Epics (Ultimate / Gold license only)"
+msgstr ""
+
+msgid "Epics Roadmap"
+msgstr ""
+
+msgid "Epics and Issues"
+msgstr ""
+
+msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
+msgstr ""
+
+msgid "Epics|Add an epic"
+msgstr ""
+
+msgid "Epics|Add an existing epic as a child epic."
+msgstr ""
+
+msgid "Epics|An error occurred while saving the %{epicDateType} date"
+msgstr ""
+
+msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?"
+msgstr ""
+
+msgid "Epics|Create an epic within this group and add it as a child epic."
+msgstr ""
+
+msgid "Epics|Create new epic"
+msgstr ""
+
+msgid "Epics|How can I solve this?"
+msgstr ""
+
+msgid "Epics|More information"
+msgstr ""
+
+msgid "Epics|Remove epic"
+msgstr ""
+
+msgid "Epics|Remove issue"
+msgstr ""
+
+msgid "Epics|Show more"
+msgstr ""
+
+msgid "Epics|Something went wrong while assigning issue to epic."
+msgstr ""
+
+msgid "Epics|Something went wrong while creating child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching group epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while ordering item."
+msgstr ""
+
+msgid "Epics|Something went wrong while removing issue from epic."
+msgstr ""
+
+msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
+msgstr ""
+
+msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?"
+msgstr ""
+
+msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a %{epicDateType} date to any issue in the epic."
+msgstr ""
+
+msgid "Epics|due"
+msgstr ""
+
+msgid "Epics|start"
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Error Details"
+msgstr ""
+
+msgid "Error Tracking"
+msgstr ""
+
+msgid "Error creating epic"
+msgstr ""
+
+msgid "Error deleting %{issuableType}"
+msgstr ""
+
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
+
+msgid "Error fetching diverging counts for branches. Please try again."
+msgstr ""
+
+msgid "Error fetching forked projects. Please try again."
+msgstr ""
+
+msgid "Error fetching labels."
+msgstr ""
+
+msgid "Error fetching network graph."
+msgstr ""
+
+msgid "Error fetching projects"
+msgstr ""
+
+msgid "Error fetching refs"
+msgstr ""
+
+msgid "Error fetching the dependency list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Error fetching usage ping data."
+msgstr ""
+
+msgid "Error loading branch data. Please try again."
+msgstr ""
+
+msgid "Error loading branches."
+msgstr ""
+
+msgid "Error loading burndown chart data"
+msgstr ""
+
+msgid "Error loading countries data."
+msgstr ""
+
+msgid "Error loading file viewer."
+msgstr ""
+
+msgid "Error loading last commit."
+msgstr ""
+
+msgid "Error loading markdown preview"
+msgstr ""
+
+msgid "Error loading merge requests."
+msgstr ""
+
+msgid "Error loading milestone tab"
+msgstr ""
+
+msgid "Error loading project data. Please try again."
+msgstr ""
+
+msgid "Error loading template types."
+msgstr ""
+
+msgid "Error loading template."
+msgstr ""
+
+msgid "Error loading viewer"
+msgstr ""
+
+msgid "Error occurred when fetching sidebar data"
+msgstr ""
+
+msgid "Error occurred when saving assignees"
+msgstr ""
+
+msgid "Error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "Error occurred while updating the issue weight"
+msgstr ""
+
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
+msgid "Error occurred. User was not blocked"
+msgstr ""
+
+msgid "Error occurred. User was not confirmed"
+msgstr ""
+
+msgid "Error occurred. User was not unblocked"
+msgstr ""
+
+msgid "Error occurred. User was not unlocked"
+msgstr ""
+
+msgid "Error rendering markdown preview"
+msgstr ""
+
+msgid "Error rendering query"
+msgstr ""
+
+msgid "Error saving label update."
+msgstr ""
+
+msgid "Error setting up editor. Please try again."
+msgstr ""
+
+msgid "Error updating %{issuableType}"
+msgstr ""
+
+msgid "Error updating status for all to-do items."
+msgstr ""
+
+msgid "Error updating status of to-do item."
+msgstr ""
+
+msgid "Error uploading file"
+msgstr ""
+
+msgid "Error uploading file: %{stripped}"
+msgstr ""
+
+msgid "Error while loading the merge request. Please try again."
+msgstr ""
+
+msgid "Error while loading the project data. Please try again."
+msgstr ""
+
+msgid "Error while migrating %{upload_id}: %{error_message}"
+msgstr ""
+
+msgid "Error with Akismet. Please check the logs for more info."
+msgstr ""
+
+msgid "ErrorTracking|Active"
+msgstr ""
+
+msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects"
+msgstr ""
+
+msgid "ErrorTracking|Auth Token"
+msgstr ""
+
+msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown."
+msgstr ""
+
+msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
+msgstr ""
+
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr ""
+
+msgid "ErrorTracking|No projects available"
+msgstr ""
+
+msgid "ErrorTracking|Select project"
+msgstr ""
+
+msgid "ErrorTracking|To enable project selection, enter a valid Auth Token"
+msgstr ""
+
+msgid "Errors"
+msgstr ""
+
+msgid "Estimated"
+msgstr ""
+
+msgid "Event Actions"
+msgstr ""
+
+msgid "EventFilterBy|Filter by all"
+msgstr ""
+
+msgid "EventFilterBy|Filter by comments"
+msgstr ""
+
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by issue events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by merge events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by push events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by team"
+msgstr ""
+
+msgid "Events"
+msgstr ""
+
+msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
+msgstr ""
+
+msgid "Every day"
+msgstr ""
+
+msgid "Every day (at 4:00am)"
+msgstr ""
+
+msgid "Every month"
+msgstr ""
+
+msgid "Every month (on the 1st at 4:00am)"
+msgstr ""
+
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
+msgid "Every week (Sundays at 4:00am)"
+msgstr ""
+
+msgid "Everyone"
+msgstr ""
+
+msgid "Everyone With Access"
+msgstr ""
+
+msgid "Everyone can contribute"
+msgstr ""
+
+msgid "Everything on your to-do list is marked as done."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using GitBook."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hexo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hugo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Jekyll."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using plain HTML."
+msgstr ""
+
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
+msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
+msgstr ""
+
+msgid "Except policy:"
+msgstr ""
+
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
+
+msgid "Existing members and groups"
+msgstr ""
+
+msgid "Existing shares"
+msgstr ""
+
+msgid "Expand"
+msgstr ""
+
+msgid "Expand all"
+msgstr ""
+
+msgid "Expand approvers"
+msgstr ""
+
+msgid "Expand down"
+msgstr ""
+
+msgid "Expand dropdown"
+msgstr ""
+
+msgid "Expand sidebar"
+msgstr ""
+
+msgid "Expand up"
+msgstr ""
+
+msgid "Expiration"
+msgstr ""
+
+msgid "Expiration date"
+msgstr ""
+
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
+msgid "Expired"
+msgstr ""
+
+msgid "Expired %{expiredOn}"
+msgstr ""
+
+msgid "Expires"
+msgstr ""
+
+msgid "Expires at"
+msgstr ""
+
+msgid "Expires in %{expires_at}"
+msgstr ""
+
+msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment."
+msgstr ""
+
+msgid "Explore"
+msgstr ""
+
+msgid "Explore GitLab"
+msgstr ""
+
+msgid "Explore Groups"
+msgstr ""
+
+msgid "Explore groups"
+msgstr ""
+
+msgid "Explore projects"
+msgstr ""
+
+msgid "Explore public groups"
+msgstr ""
+
+msgid "Export as CSV"
+msgstr ""
+
+msgid "Export issues"
+msgstr ""
+
+msgid "Export project"
+msgstr ""
+
+msgid "Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the \"New Project\" page."
+msgstr ""
+
+msgid "External Classification Policy Authorization"
+msgstr ""
+
+msgid "External ID"
+msgstr ""
+
+msgid "External URL"
+msgstr ""
+
+msgid "External Wiki"
+msgstr ""
+
+msgid "External authentication"
+msgstr ""
+
+msgid "External authorization denied access to this project"
+msgstr ""
+
+msgid "External authorization request timeout"
+msgstr ""
+
+msgid "External storage URL"
+msgstr ""
+
+msgid "External storage authentication token"
+msgstr ""
+
+msgid "ExternalAuthorizationService|Classification label"
+msgstr ""
+
+msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
+msgstr ""
+
+msgid "ExternalMetrics|Add a button to the metrics dashboard linking directly to your existing external dashboards."
+msgstr ""
+
+msgid "ExternalMetrics|Enter the URL of the dashboard you want to link to"
+msgstr ""
+
+msgid "ExternalMetrics|External Dashboard"
+msgstr ""
+
+msgid "ExternalMetrics|Full dashboard URL"
+msgstr ""
+
+msgid "ExternalWikiService|External Wiki"
+msgstr ""
+
+msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgstr ""
+
+msgid "ExternalWikiService|The URL of the external Wiki"
+msgstr ""
+
+msgid "Facebook"
+msgstr ""
+
+msgid "Failed"
+msgstr ""
+
+msgid "Failed Jobs"
+msgstr ""
+
+msgid "Failed create wiki"
+msgstr ""
+
+msgid "Failed to add a Zoom meeting"
+msgstr ""
+
+msgid "Failed to apply commands."
+msgstr ""
+
+msgid "Failed to assign a user because no user was found."
+msgstr ""
+
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
+msgstr ""
+
+msgid "Failed to create Merge Request. Please try again."
+msgstr ""
+
+msgid "Failed to create a branch for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to create repository via gitlab-shell"
+msgstr ""
+
+msgid "Failed to create resources"
+msgstr ""
+
+msgid "Failed to delete board. Please try again."
+msgstr ""
+
+msgid "Failed to deploy to"
+msgstr ""
+
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
+msgid "Failed to get ref."
+msgstr ""
+
+msgid "Failed to install."
+msgstr ""
+
+msgid "Failed to load emoji list."
+msgstr ""
+
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
+msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
+msgstr ""
+
+msgid "Failed to load groups & users."
+msgstr ""
+
+msgid "Failed to load related branches"
+msgstr ""
+
+msgid "Failed to load stacktrace."
+msgstr ""
+
+msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
+msgstr ""
+
+msgid "Failed to move this issue because label was not found."
+msgstr ""
+
+msgid "Failed to move this issue because only a single label can be provided."
+msgstr ""
+
+msgid "Failed to move this issue because target project doesn't exist."
+msgstr ""
+
+msgid "Failed to promote label due to internal error. Please contact administrators."
+msgstr ""
+
+msgid "Failed to protect the branch"
+msgstr ""
+
+msgid "Failed to protect the environment"
+msgstr ""
+
+msgid "Failed to remove a Zoom meeting"
+msgstr ""
+
+msgid "Failed to remove issue from board, please try again."
+msgstr ""
+
+msgid "Failed to remove mirror."
+msgstr ""
+
+msgid "Failed to remove the pipeline schedule"
+msgstr ""
+
+msgid "Failed to remove user identity."
+msgstr ""
+
+msgid "Failed to remove user key."
+msgstr ""
+
+msgid "Failed to reset key. Please try again."
+msgstr ""
+
+msgid "Failed to save merge conflicts resolutions. Please try again!"
+msgstr ""
+
+msgid "Failed to save new settings"
+msgstr ""
+
+msgid "Failed to save preferences (%{error_message})."
+msgstr ""
+
+msgid "Failed to save preferences."
+msgstr ""
+
+msgid "Failed to set due date because the date format is invalid."
+msgstr ""
+
+msgid "Failed to signing using smartcard authentication"
+msgstr ""
+
+msgid "Failed to update branch!"
+msgstr ""
+
+msgid "Failed to update environment!"
+msgstr ""
+
+msgid "Failed to update issue status"
+msgstr ""
+
+msgid "Failed to update issues, please try again."
+msgstr ""
+
+msgid "Failed to update tag!"
+msgstr ""
+
+msgid "Failed to update."
+msgstr ""
+
+msgid "Failed to upgrade."
+msgstr ""
+
+msgid "Failed to upload object map file"
+msgstr ""
+
+msgid "Failure"
+msgstr ""
+
+msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
+msgstr ""
+
+msgid "Fast-forward merge without a merge commit"
+msgstr ""
+
+msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
+msgstr ""
+
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
+msgid "Favicon was successfully removed."
+msgstr ""
+
+msgid "Feature Flags"
+msgstr ""
+
+msgid "Feature flag was not removed."
+msgstr ""
+
+msgid "Feature flag was successfully removed."
+msgstr ""
+
+msgid "FeatureFlags|* (All Environments)"
+msgstr ""
+
+msgid "FeatureFlags|* (All environments)"
+msgstr ""
+
+msgid "FeatureFlags|API URL"
+msgstr ""
+
+msgid "FeatureFlags|Active"
+msgstr ""
+
+msgid "FeatureFlags|All users"
+msgstr ""
+
+msgid "FeatureFlags|Configure"
+msgstr ""
+
+msgid "FeatureFlags|Configure feature flags"
+msgstr ""
+
+msgid "FeatureFlags|Create feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Delete %{name}?"
+msgstr ""
+
+msgid "FeatureFlags|Delete feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Description"
+msgstr ""
+
+msgid "FeatureFlags|Edit Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Environment Spec"
+msgstr ""
+
+msgid "FeatureFlags|Environment Specs"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag behavior is built up by creating a set of rules to define the status of target environments. A default wildcard rule %{codeStart}*%{codeEnd} for %{boldStart}All Environments%{boldEnd} is set, and you are able to add as many rules as you need by choosing environment specs below. You can toggle the behavior for each of your rules to set them %{boldStart}Active%{boldEnd} or %{boldStart}Inactive%{boldEnd}."
+msgstr ""
+
+msgid "FeatureFlags|Feature Flags"
+msgstr ""
+
+msgid "FeatureFlags|Feature flag %{name} will be removed. Are you sure?"
+msgstr ""
+
+msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality."
+msgstr ""
+
+msgid "FeatureFlags|Get started with feature flags"
+msgstr ""
+
+msgid "FeatureFlags|ID"
+msgstr ""
+
+msgid "FeatureFlags|Inactive"
+msgstr ""
+
+msgid "FeatureFlags|Inactive flag for %{scope}"
+msgstr ""
+
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
+msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
+msgstr ""
+
+msgid "FeatureFlags|Instance ID"
+msgstr ""
+
+msgid "FeatureFlags|Loading feature flags"
+msgstr ""
+
+msgid "FeatureFlags|More information"
+msgstr ""
+
+msgid "FeatureFlags|Name"
+msgstr ""
+
+msgid "FeatureFlags|New"
+msgstr ""
+
+msgid "FeatureFlags|New Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|New feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout (logged in users)"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100"
+msgstr ""
+
+msgid "FeatureFlags|Protected"
+msgstr ""
+
+msgid "FeatureFlags|Remove"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Percentage"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Strategy"
+msgstr ""
+
+msgid "FeatureFlags|Status"
+msgstr ""
+
+msgid "FeatureFlags|Target environments"
+msgstr ""
+
+msgid "FeatureFlags|There are no active feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There are no inactive feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There was an error fetching the feature flags."
+msgstr ""
+
+msgid "FeatureFlags|Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "FeatureFlags|User IDs"
+msgstr ""
+
+msgid "Feb"
+msgstr ""
+
+msgid "February"
+msgstr ""
+
+msgid "Fetching incoming email"
+msgstr ""
+
+msgid "Fetching licenses failed."
+msgstr ""
+
+msgid "Fetching licenses failed. The request endpoint was not found."
+msgstr ""
+
+msgid "Fetching licenses failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "File"
+msgid_plural "Files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
+msgid "File added"
+msgstr ""
+
+msgid "File browser"
+msgstr ""
+
+msgid "File deleted"
+msgstr ""
+
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
+msgid "File mode changed from %{a_mode} to %{b_mode}"
+msgstr ""
+
+msgid "File moved"
+msgstr ""
+
+msgid "File name"
+msgstr ""
+
+msgid "File templates"
+msgstr ""
+
+msgid "File upload error."
+msgstr ""
+
+msgid "Files"
+msgstr ""
+
+msgid "Files breadcrumb"
+msgstr ""
+
+msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
+msgstr ""
+
+msgid "Filter"
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently closed."
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently opened."
+msgstr ""
+
+msgid "Filter by commit message"
+msgstr ""
+
+msgid "Filter by milestone name"
+msgstr ""
+
+msgid "Filter by name..."
+msgstr ""
+
+msgid "Filter by two-factor authentication"
+msgstr ""
+
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
+msgid "Filter results by group"
+msgstr ""
+
+msgid "Filter results by project"
+msgstr ""
+
+msgid "Filter your projects by name"
+msgstr ""
+
+msgid "Filter..."
+msgstr ""
+
+msgid "Find by path"
+msgstr ""
+
+msgid "Find existing members by name"
+msgstr ""
+
+msgid "Find file"
+msgstr ""
+
+msgid "Find the downloaded ZIP file and decompress it."
+msgstr ""
+
+msgid "Find the newly extracted <code>Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json</code> file."
+msgstr ""
+
+msgid "Fingerprint"
+msgstr ""
+
+msgid "Fingerprints"
+msgstr ""
+
+msgid "Finish editing this message first!"
+msgstr ""
+
+msgid "Finish review"
+msgstr ""
+
+msgid "Finish setting up your dedicated account for <strong>%{group_name}</strong>."
+msgstr ""
+
+msgid "Finished"
+msgstr ""
+
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
+msgid "First day of the week"
+msgstr ""
+
+msgid "First name"
+msgstr ""
+
+msgid "First seen"
+msgstr ""
+
+msgid "Fixed date"
+msgstr ""
+
+msgid "Fixed due date"
+msgstr ""
+
+msgid "Fixed start date"
+msgstr ""
+
+msgid "Fixed:"
+msgstr ""
+
+msgid "FlowdockService|Flowdock Git source token"
+msgstr ""
+
+msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgstr ""
+
+msgid "FogBugz Email"
+msgstr ""
+
+msgid "FogBugz Import"
+msgstr ""
+
+msgid "FogBugz Password"
+msgstr ""
+
+msgid "FogBugz URL"
+msgstr ""
+
+msgid "FogBugz import"
+msgstr ""
+
+msgid "Folder/%{name}"
+msgstr ""
+
+msgid "Follow the steps below to export your Google Code project data."
+msgstr ""
+
+msgid "Font Color"
+msgstr ""
+
+msgid "Footer message"
+msgstr ""
+
+msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For more info, read the documentation."
+msgstr ""
+
+msgid "For more information, go to the "
+msgstr ""
+
+msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
+msgstr ""
+
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
+msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
+msgstr ""
+
+msgid "For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For public projects, anyone can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "Forgot your password?"
+msgstr ""
+
+msgid "Fork"
+msgstr ""
+
+msgid "Fork Error!"
+msgstr ""
+
+msgid "Fork project"
+msgstr ""
+
+msgid "Fork project?"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
+
+msgid "Forking in progress"
+msgstr ""
+
+msgid "Forking repository"
+msgstr ""
+
+msgid "Forks"
+msgstr ""
+
+msgid "Format"
+msgstr ""
+
+msgid "Format: %{dateFormat}"
+msgstr ""
+
+msgid "Forward external support email address to"
+msgstr ""
+
+msgid "Found errors in your %{gitlab_ci_yml}:"
+msgstr ""
+
+msgid "Found errors in your .gitlab-ci.yml:"
+msgstr ""
+
+msgid "Free Trial"
+msgstr ""
+
+msgid "Free Trial of GitLab.com Gold"
+msgstr ""
+
+msgid "Frequency"
+msgstr ""
+
+msgid "Friday"
+msgstr ""
+
+msgid "From"
+msgstr ""
+
+msgid "From %{providerTitle}"
+msgstr ""
+
+msgid "From %{source_title} into"
+msgstr ""
+
+msgid "From Bitbucket"
+msgstr ""
+
+msgid "From Bitbucket Server"
+msgstr ""
+
+msgid "From FogBugz"
+msgstr ""
+
+msgid "From GitLab.com"
+msgstr ""
+
+msgid "From Google Code"
+msgstr ""
+
+msgid "From issue creation until deploy to production"
+msgstr ""
+
+msgid "From merge request merge until deploy to production"
+msgstr ""
+
+msgid "From the Kubernetes cluster details view, install Runner from the applications list"
+msgstr ""
+
+msgid "Full name"
+msgstr ""
+
+msgid "GPG Key ID:"
+msgstr ""
+
+msgid "GPG Keys"
+msgstr ""
+
+msgid "GPG keys allow you to verify signed commits."
+msgstr ""
+
+msgid "GPG signature (loading...)"
+msgstr ""
+
+msgid "General"
+msgstr ""
+
+msgid "General Settings"
+msgstr ""
+
+msgid "General pipelines"
+msgstr ""
+
+msgid "Generate a default set of labels"
+msgstr ""
+
+msgid "Generate key"
+msgstr ""
+
+msgid "Generate link to chart"
+msgstr ""
+
+msgid "Generate new export"
+msgstr ""
+
+msgid "Geo"
+msgstr ""
+
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
+msgid "Geo Nodes"
+msgstr ""
+
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
+msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
+msgstr ""
+
+msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is failing or broken."
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
+msgstr ""
+
+msgid "GeoNodes|Attachments"
+msgstr ""
+
+msgid "GeoNodes|Checksummed"
+msgstr ""
+
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
+msgid "GeoNodes|Data is out of date from %{timeago}"
+msgstr ""
+
+msgid "GeoNodes|Data replication lag"
+msgstr ""
+
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
+msgid "GeoNodes|Does not match the primary storage configuration"
+msgstr ""
+
+msgid "GeoNodes|Failed"
+msgstr ""
+
+msgid "GeoNodes|Full"
+msgstr ""
+
+msgid "GeoNodes|GitLab version"
+msgstr ""
+
+msgid "GeoNodes|GitLab version does not match the primary node version"
+msgstr ""
+
+msgid "GeoNodes|Health status"
+msgstr ""
+
+msgid "GeoNodes|Internal URL"
+msgstr ""
+
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
+msgid "GeoNodes|Last event ID processed by cursor"
+msgstr ""
+
+msgid "GeoNodes|Last event ID seen from primary"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository verification"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki verification"
+msgstr ""
+
+msgid "GeoNodes|Loading nodes"
+msgstr ""
+
+msgid "GeoNodes|New node"
+msgstr ""
+
+msgid "GeoNodes|Node Authentication was successfully repaired."
+msgstr ""
+
+msgid "GeoNodes|Node URL"
+msgstr ""
+
+msgid "GeoNodes|Node was successfully removed."
+msgstr ""
+
+msgid "GeoNodes|Not checksummed"
+msgstr ""
+
+msgid "GeoNodes|Out of sync"
+msgstr ""
+
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Replication slot WAL"
+msgstr ""
+
+msgid "GeoNodes|Replication slots"
+msgstr ""
+
+msgid "GeoNodes|Repositories"
+msgstr ""
+
+msgid "GeoNodes|Repositories checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Repositories verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Repository verification progress"
+msgstr ""
+
+msgid "GeoNodes|Selective"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while changing node status"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while fetching nodes"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while removing node"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while repairing node"
+msgstr ""
+
+msgid "GeoNodes|Storage config"
+msgstr ""
+
+msgid "GeoNodes|Sync settings"
+msgstr ""
+
+msgid "GeoNodes|Synced"
+msgstr ""
+
+msgid "GeoNodes|Unused slots"
+msgstr ""
+
+msgid "GeoNodes|Unverified"
+msgstr ""
+
+msgid "GeoNodes|Used slots"
+msgstr ""
+
+msgid "GeoNodes|Verified"
+msgstr ""
+
+msgid "GeoNodes|Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Wiki verification progress"
+msgstr ""
+
+msgid "GeoNodes|Wikis"
+msgstr ""
+
+msgid "GeoNodes|Wikis checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Wikis verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
+msgstr ""
+
+msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for forced re-download"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|All"
+msgstr ""
+
+msgid "Geo|All projects"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|Allow this secondary node to replicate content on Object Storage"
+msgstr ""
+
+msgid "Geo|Batch operations"
+msgstr ""
+
+msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "Geo|Container repositories sync capacity"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of container repository operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of verification operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the minimum interval in days that a repository should be reverified for this primary node"
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing project."
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing upload."
+msgstr ""
+
+msgid "Geo|Failed"
+msgstr ""
+
+msgid "Geo|File sync capacity"
+msgstr ""
+
+msgid "Geo|Geo Status"
+msgstr ""
+
+msgid "Geo|Groups to synchronize"
+msgstr ""
+
+msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
+msgstr ""
+
+msgid "Geo|In sync"
+msgstr ""
+
+msgid "Geo|Internal URL (optional)"
+msgstr ""
+
+msgid "Geo|Last repository check run"
+msgstr ""
+
+msgid "Geo|Last successful sync"
+msgstr ""
+
+msgid "Geo|Last sync attempt"
+msgstr ""
+
+msgid "Geo|Last time verified"
+msgstr ""
+
+msgid "Geo|Never"
+msgstr ""
+
+msgid "Geo|Next sync scheduled at"
+msgstr ""
+
+msgid "Geo|Not synced yet"
+msgstr ""
+
+msgid "Geo|Pending"
+msgstr ""
+
+msgid "Geo|Pending synchronization"
+msgstr ""
+
+msgid "Geo|Pending verification"
+msgstr ""
+
+msgid "Geo|Please refer to Geo Troubleshooting."
+msgstr ""
+
+msgid "Geo|Project"
+msgstr ""
+
+msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
+msgstr ""
+
+msgid "Geo|Projects in certain groups"
+msgstr ""
+
+msgid "Geo|Projects in certain storage shards"
+msgstr ""
+
+msgid "Geo|Re-verification interval"
+msgstr ""
+
+msgid "Geo|Redownload"
+msgstr ""
+
+msgid "Geo|Remove"
+msgstr ""
+
+msgid "Geo|Repository sync capacity"
+msgstr ""
+
+msgid "Geo|Resync"
+msgstr ""
+
+msgid "Geo|Resync all projects"
+msgstr ""
+
+msgid "Geo|Retry count"
+msgstr ""
+
+msgid "Geo|Reverify"
+msgstr ""
+
+msgid "Geo|Reverify all projects"
+msgstr ""
+
+msgid "Geo|Select groups to replicate."
+msgstr ""
+
+msgid "Geo|Selective synchronization"
+msgstr ""
+
+msgid "Geo|Shards to synchronize"
+msgstr ""
+
+msgid "Geo|Status"
+msgstr ""
+
+msgid "Geo|Sync"
+msgstr ""
+
+msgid "Geo|Synced"
+msgstr ""
+
+msgid "Geo|Synced at"
+msgstr ""
+
+msgid "Geo|Synchronization failed - %{error}"
+msgstr ""
+
+msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
+msgstr ""
+
+msgid "Geo|The database is currently %{db_lag} behind the primary node."
+msgstr ""
+
+msgid "Geo|The node is currently %{minutes_behind} behind the primary node."
+msgstr ""
+
+msgid "Geo|This is a primary node"
+msgstr ""
+
+msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry will be removed. Are you sure?"
+msgstr ""
+
+msgid "Geo|URL"
+msgstr ""
+
+msgid "Geo|Unknown state"
+msgstr ""
+
+msgid "Geo|Verification capacity"
+msgstr ""
+
+msgid "Geo|Verification failed - %{error}"
+msgstr ""
+
+msgid "Geo|Waiting for scheduler"
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. If you want to make changes, you must visit this page on the %{primary_node}."
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+msgstr ""
+
+msgid "Geo|misconfigured"
+msgstr ""
+
+msgid "Geo|primary"
+msgstr ""
+
+msgid "Geo|secondary"
+msgstr ""
+
+msgid "Get a free instance review"
+msgstr ""
+
+msgid "Get started with error tracking"
+msgstr ""
+
+msgid "Get started with performance monitoring"
+msgstr ""
+
+msgid "Get started!"
+msgstr ""
+
+msgid "Getting started with releases"
+msgstr ""
+
+msgid "Git"
+msgstr ""
+
+msgid "Git LFS is not enabled on this GitLab server, contact your admin."
+msgstr ""
+
+msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will <strong>not</strong> be synced in push mirrors."
+msgstr ""
+
+msgid "Git global setup"
+msgstr ""
+
+msgid "Git repository URL"
+msgstr ""
+
+msgid "Git revision"
+msgstr ""
+
+msgid "Git shallow clone"
+msgstr ""
+
+msgid "Git strategy for pipelines"
+msgstr ""
+
+msgid "Git version"
+msgstr ""
+
+msgid "GitHub import"
+msgstr ""
+
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
+msgid "GitLab CI Linter has been moved"
+msgstr ""
+
+msgid "GitLab Enterprise Edition %{plan}"
+msgstr ""
+
+msgid "GitLab Group Runners can execute code for all the projects in this group."
+msgstr ""
+
+msgid "GitLab Import"
+msgstr ""
+
+msgid "GitLab Issue"
+msgstr ""
+
+msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
+msgstr ""
+
+msgid "GitLab User"
+msgstr ""
+
+msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
+msgstr ""
+
+msgid "GitLab commit"
+msgstr ""
+
+msgid "GitLab for Slack"
+msgstr ""
+
+msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
+msgstr ""
+
+msgid "GitLab member or Email address"
+msgstr ""
+
+msgid "GitLab metadata URL"
+msgstr ""
+
+msgid "GitLab project export"
+msgstr ""
+
+msgid "GitLab restart is required to apply changes"
+msgstr ""
+
+msgid "GitLab single sign on URL"
+msgstr ""
+
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
+msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "GitLab.com import"
+msgstr ""
+
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
+msgid "Gitaly"
+msgstr ""
+
+msgid "Gitaly Servers"
+msgstr ""
+
+msgid "Gitaly|Address"
+msgstr ""
+
+msgid "Gitea Host URL"
+msgstr ""
+
+msgid "Gitea Import"
+msgstr ""
+
+msgid "Gitlab CI/CD"
+msgstr ""
+
+msgid "Gitlab Pages"
+msgstr ""
+
+msgid "Given access %{time_ago}"
+msgstr ""
+
+msgid "Given epic is already related to this epic."
+msgstr ""
+
+msgid "Global Shortcuts"
+msgstr ""
+
+msgid "Global notification settings"
+msgstr ""
+
+msgid "Go Back"
+msgstr ""
+
+msgid "Go Micro is a framework for micro service development."
+msgstr ""
+
+msgid "Go back"
+msgstr ""
+
+msgid "Go back (while searching for files)"
+msgstr ""
+
+msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
+msgstr ""
+
+msgid "Go full screen"
+msgstr ""
+
+msgid "Go to"
+msgstr ""
+
+msgid "Go to %{link_to_google_takeout}."
+msgstr ""
+
+msgid "Go to commits"
+msgstr ""
+
+msgid "Go to environments"
+msgstr ""
+
+msgid "Go to file"
+msgstr ""
+
+msgid "Go to file (MRs only)"
+msgstr ""
+
+msgid "Go to file permalink (while viewing a file)"
+msgstr ""
+
+msgid "Go to files"
+msgstr ""
+
+msgid "Go to find file"
+msgstr ""
+
+msgid "Go to issue boards"
+msgstr ""
+
+msgid "Go to issues"
+msgstr ""
+
+msgid "Go to jobs"
+msgstr ""
+
+msgid "Go to kubernetes"
+msgstr ""
+
+msgid "Go to merge requests"
+msgstr ""
+
+msgid "Go to metrics"
+msgstr ""
+
+msgid "Go to parent"
+msgstr ""
+
+msgid "Go to project"
+msgstr ""
+
+msgid "Go to releases"
+msgstr ""
+
+msgid "Go to repository charts"
+msgstr ""
+
+msgid "Go to repository graph"
+msgstr ""
+
+msgid "Go to snippets"
+msgstr ""
+
+msgid "Go to the activity feed"
+msgstr ""
+
+msgid "Go to the milestone list"
+msgstr ""
+
+msgid "Go to the project's activity feed"
+msgstr ""
+
+msgid "Go to the project's overview page"
+msgstr ""
+
+msgid "Go to wiki"
+msgstr ""
+
+msgid "Go to your To-Do list"
+msgstr ""
+
+msgid "Go to your fork"
+msgstr ""
+
+msgid "Go to your groups"
+msgstr ""
+
+msgid "Go to your issues"
+msgstr ""
+
+msgid "Go to your merge requests"
+msgstr ""
+
+msgid "Go to your projects"
+msgstr ""
+
+msgid "Go to your snippets"
+msgstr ""
+
+msgid "Golden Tanuki"
+msgstr ""
+
+msgid "Google Cloud Platform"
+msgstr ""
+
+msgid "Google Code import"
+msgstr ""
+
+msgid "Google Takeout"
+msgstr ""
+
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Got it"
+msgstr ""
+
+msgid "Got it!"
+msgstr ""
+
+msgid "Grafana URL"
+msgstr ""
+
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
+msgid "Grant access"
+msgstr ""
+
+msgid "Graph"
+msgstr ""
+
+msgid "Gravatar"
+msgstr ""
+
+msgid "Gravatar enabled"
+msgstr ""
+
+msgid "Group"
+msgstr ""
+
+msgid "Group %{group_name} was scheduled for deletion."
+msgstr ""
+
+msgid "Group %{group_name} was successfully created."
+msgstr ""
+
+msgid "Group CI/CD settings"
+msgstr ""
+
+msgid "Group Git LFS status:"
+msgstr ""
+
+msgid "Group Hooks"
+msgstr ""
+
+msgid "Group ID"
+msgstr ""
+
+msgid "Group ID: %{group_id}"
+msgstr ""
+
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
+msgid "Group Runners"
+msgstr ""
+
+msgid "Group SAML must be enabled to test"
+msgstr ""
+
+msgid "Group URL"
+msgstr ""
+
+msgid "Group avatar"
+msgstr ""
+
+msgid "Group description"
+msgstr ""
+
+msgid "Group description (optional)"
+msgstr ""
+
+msgid "Group details"
+msgstr ""
+
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
+msgid "Group info:"
+msgstr ""
+
+msgid "Group maintainers can register group runners in the %{link}"
+msgstr ""
+
+msgid "Group members"
+msgstr ""
+
+msgid "Group name"
+msgstr ""
+
+msgid "Group overview"
+msgstr ""
+
+msgid "Group overview content"
+msgstr ""
+
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
+msgid "Group pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "Group variables (inherited)"
+msgstr ""
+
+msgid "Group was successfully updated."
+msgstr ""
+
+msgid "Group: %{group_name}"
+msgstr ""
+
+msgid "Group: %{name}"
+msgstr ""
+
+msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
+msgstr ""
+
+msgid "GroupRoadmap|From %{dateWord}"
+msgstr ""
+
+msgid "GroupRoadmap|Something went wrong while fetching epics"
+msgstr ""
+
+msgid "GroupRoadmap|Sorry, no epics matched your search"
+msgstr ""
+
+msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your epics in this group or its subgroups; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|Until %{dateWord}"
+msgstr ""
+
+msgid "GroupSAML|Certificate fingerprint"
+msgstr ""
+
+msgid "GroupSAML|Configuration"
+msgstr ""
+
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|Enable SAML authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only membership for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforced SSO"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
+msgstr ""
+
+msgid "GroupSAML|Identity"
+msgstr ""
+
+msgid "GroupSAML|Identity provider single sign on URL"
+msgstr ""
+
+msgid "GroupSAML|Make sure you save this token — you won't be able to access it again."
+msgstr ""
+
+msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
+msgstr ""
+
+msgid "GroupSAML|Members"
+msgstr ""
+
+msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
+msgstr ""
+
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On Settings"
+msgstr ""
+
+msgid "GroupSAML|SCIM API endpoint URL"
+msgstr ""
+
+msgid "GroupSAML|SCIM Token"
+msgstr ""
+
+msgid "GroupSAML|SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"."
+msgstr ""
+
+msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
+msgstr ""
+
+msgid "GroupSAML|To be able to enable enforced SSO, you first need to enable SAML authentication."
+msgstr ""
+
+msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+msgstr ""
+
+msgid "GroupSAML|Toggle SAML authentication"
+msgstr ""
+
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
+msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
+msgstr ""
+
+msgid "GroupSAML|Your SCIM token"
+msgstr ""
+
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Badges"
+msgstr ""
+
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "GroupSettings|Custom project templates"
+msgstr ""
+
+msgid "GroupSettings|Customize your group badges."
+msgstr ""
+
+msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
+msgstr ""
+
+msgid "GroupSettings|Disable email notifications"
+msgstr ""
+
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
+msgid "GroupSettings|Learn more about badges."
+msgstr ""
+
+msgid "GroupSettings|Learn more about group-level project templates."
+msgstr ""
+
+msgid "GroupSettings|New runners registration token has been generated!"
+msgstr ""
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
+msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
+msgstr ""
+
+msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
+msgstr ""
+
+msgid "GroupSettings|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually."
+msgstr ""
+
+msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
+msgstr ""
+
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
+msgstr ""
+
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
+msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
+msgstr ""
+
+msgid "Groups"
+msgstr ""
+
+msgid "Groups (%{count})"
+msgstr ""
+
+msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
+msgstr ""
+
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Groups with access to <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "GroupsDropdown|Frequently visited"
+msgstr ""
+
+msgid "GroupsDropdown|Groups you visit often will appear here"
+msgstr ""
+
+msgid "GroupsDropdown|Loading groups"
+msgstr ""
+
+msgid "GroupsDropdown|Search your groups"
+msgstr ""
+
+msgid "GroupsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "GroupsDropdown|Sorry, no groups matched your search"
+msgstr ""
+
+msgid "GroupsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "GroupsEmptyState|A group is a collection of several projects."
+msgstr ""
+
+msgid "GroupsEmptyState|If you organize your projects under a group, it works like a folder."
+msgstr ""
+
+msgid "GroupsEmptyState|No groups found"
+msgstr ""
+
+msgid "GroupsEmptyState|You can manage your group member’s permissions and access to each project in the group."
+msgstr ""
+
+msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" group?"
+msgstr ""
+
+msgid "GroupsTree|Create a project in this group."
+msgstr ""
+
+msgid "GroupsTree|Create a subgroup in this group."
+msgstr ""
+
+msgid "GroupsTree|Edit group"
+msgstr ""
+
+msgid "GroupsTree|Failed to leave the group. Please make sure you are not the only owner."
+msgstr ""
+
+msgid "GroupsTree|Leave this group"
+msgstr ""
+
+msgid "GroupsTree|Loading groups"
+msgstr ""
+
+msgid "GroupsTree|No groups matched your search"
+msgstr ""
+
+msgid "GroupsTree|No groups or projects matched your search"
+msgstr ""
+
+msgid "GroupsTree|Search by name"
+msgstr ""
+
+msgid "Guideline"
+msgstr ""
+
+msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
+msgstr ""
+
+msgid "Hashed repository storage paths"
+msgstr ""
+
+msgid "Have your users email"
+msgstr ""
+
+msgid "Header logo was successfully removed."
+msgstr ""
+
+msgid "Header message"
+msgstr ""
+
+msgid "Health Check"
+msgstr ""
+
+msgid "Health information can be retrieved from the following endpoints. More information is available"
+msgstr ""
+
+msgid "HealthCheck|Access token is"
+msgstr ""
+
+msgid "HealthCheck|Healthy"
+msgstr ""
+
+msgid "HealthCheck|No Health Problems Detected"
+msgstr ""
+
+msgid "HealthCheck|Unhealthy"
+msgstr ""
+
+msgid "Hello there"
+msgstr ""
+
+msgid "Help"
+msgstr ""
+
+msgid "Help page"
+msgstr ""
+
+msgid "Help page text and support page url."
+msgstr ""
+
+msgid "Helps prevent bots from brute-force attacks."
+msgstr ""
+
+msgid "Helps prevent bots from creating accounts."
+msgstr ""
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr ""
+
+msgid "Hide file browser"
+msgstr ""
+
+msgid "Hide group projects"
+msgstr ""
+
+msgid "Hide host keys manual input"
+msgstr ""
+
+msgid "Hide marketing-related entries from help"
+msgstr ""
+
+msgid "Hide payload"
+msgstr ""
+
+msgid "Hide shared projects"
+msgstr ""
+
+msgid "Hide stage"
+msgstr ""
+
+msgid "Hide value"
+msgid_plural "Hide values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Hide values"
+msgstr ""
+
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
+msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
+msgstr ""
+
+msgid "Highest role:"
+msgstr ""
+
+msgid "History"
+msgstr ""
+
+msgid "History of authentications"
+msgstr ""
+
+msgid "Hook execution failed. Ensure the group has a project with commits."
+msgstr ""
+
+msgid "Hook was successfully created."
+msgstr ""
+
+msgid "Hook was successfully updated."
+msgstr ""
+
+msgid "Housekeeping"
+msgstr ""
+
+msgid "Housekeeping successfully started"
+msgstr ""
+
+msgid "Housekeeping, export, path, transfer, remove, archive."
+msgstr ""
+
+msgid "How it works"
+msgstr ""
+
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
+msgid "How many replicas each Elasticsearch shard has."
+msgstr ""
+
+msgid "How many shards to split the Elasticsearch index over."
+msgstr ""
+
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
+msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
+msgstr ""
+
+msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
+msgstr ""
+
+msgid "I accept the %{terms_link}"
+msgstr ""
+
+msgid "I accept the|Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "I forgot my password"
+msgstr ""
+
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr ""
+
+msgid "I'd like to receive updates via email about GitLab"
+msgstr ""
+
+msgid "ID"
+msgstr ""
+
+msgid "ID:"
+msgstr ""
+
+msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation."
+msgstr ""
+
+msgid "IDE|Back"
+msgstr ""
+
+msgid "IDE|Client side evaluation"
+msgstr ""
+
+msgid "IDE|Commit"
+msgstr ""
+
+msgid "IDE|Edit"
+msgstr ""
+
+msgid "IDE|Get started with Live Preview"
+msgstr ""
+
+msgid "IDE|Go to project"
+msgstr ""
+
+msgid "IDE|Live Preview"
+msgstr ""
+
+msgid "IDE|Open in file view"
+msgstr ""
+
+msgid "IDE|Preview your web application using Web IDE client-side evaluation."
+msgstr ""
+
+msgid "IDE|Refresh preview"
+msgstr ""
+
+msgid "IDE|Review"
+msgstr ""
+
+msgid "IDE|Successful commit"
+msgstr ""
+
+msgid "IP Address"
+msgstr ""
+
+msgid "IP address restriction is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "IP subnet restriction only allowed for top-level groups"
+msgstr ""
+
+msgid "Identifier"
+msgstr ""
+
+msgid "Identifiers"
+msgstr ""
+
+msgid "Identities"
+msgstr ""
+
+msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "If checked, group owners can manage LDAP group links and LDAP member overrides"
+msgstr ""
+
+msgid "If checked, new group memberships and permissions can only be added via LDAP synchronization"
+msgstr ""
+
+msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
+msgstr ""
+
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr ""
+
+msgid "If disabled, the access level will depend on the user's permissions in the project."
+msgstr ""
+
+msgid "If enabled"
+msgstr ""
+
+msgid "If enabled, access to projects will be validated on an external service using their classification label."
+msgstr ""
+
+msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
+msgstr ""
+
+msgid "If this was a mistake you can leave the %{source_type}."
+msgstr ""
+
+msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
+msgstr ""
+
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
+msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgstr ""
+
+msgid "If your HTTP repository is not publicly accessible, add your credentials."
+msgstr ""
+
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
+msgid "ImageDiffViewer|2-up"
+msgstr ""
+
+msgid "ImageDiffViewer|Onion skin"
+msgstr ""
+
+msgid "ImageDiffViewer|Swipe"
+msgstr ""
+
+msgid "ImageViewerDimensions|H"
+msgstr ""
+
+msgid "ImageViewerDimensions|W"
+msgstr ""
+
+msgid "Impersonation has been disabled"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
+msgid "Import CSV"
+msgstr ""
+
+msgid "Import Projects from Gitea"
+msgstr ""
+
+msgid "Import all compatible projects"
+msgstr ""
+
+msgid "Import all projects"
+msgstr ""
+
+msgid "Import all repositories"
+msgstr ""
+
+msgid "Import an exported GitLab project"
+msgstr ""
+
+msgid "Import in progress"
+msgstr ""
+
+msgid "Import issues"
+msgstr ""
+
+msgid "Import members"
+msgstr ""
+
+msgid "Import members from another project"
+msgstr ""
+
+msgid "Import multiple repositories by uploading a manifest file."
+msgstr ""
+
+msgid "Import project"
+msgstr ""
+
+msgid "Import project members"
+msgstr ""
+
+msgid "Import projects from Bitbucket"
+msgstr ""
+
+msgid "Import projects from Bitbucket Server"
+msgstr ""
+
+msgid "Import projects from FogBugz"
+msgstr ""
+
+msgid "Import projects from GitLab.com"
+msgstr ""
+
+msgid "Import projects from Google Code"
+msgstr ""
+
+msgid "Import repositories from Bitbucket Server"
+msgstr ""
+
+msgid "Import repositories from GitHub"
+msgstr ""
+
+msgid "Import repository"
+msgstr ""
+
+msgid "Import tasks"
+msgstr ""
+
+msgid "Import tasks from Phabricator into issues"
+msgstr ""
+
+msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds"
+msgstr ""
+
+msgid "Import/Export illustration"
+msgstr ""
+
+msgid "ImportButtons|Connect repositories from"
+msgstr ""
+
+msgid "ImportProjects|Blocked import URL: %{message}"
+msgstr ""
+
+msgid "ImportProjects|Error importing repository %{project_safe_import_url} into %{project_full_path} - %{message}"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed"
+msgstr ""
+
+msgid "ImportProjects|Requesting your %{provider} repositories failed"
+msgstr ""
+
+msgid "ImportProjects|Select the projects you want to import"
+msgstr ""
+
+msgid "ImportProjects|The remote data could not be imported."
+msgstr ""
+
+msgid "ImportProjects|The repository could not be created."
+msgstr ""
+
+msgid "ImportProjects|Update of imported projects with realtime changes failed"
+msgstr ""
+
+msgid "Improve Issue boards"
+msgstr ""
+
+msgid "Improve Issue boards with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve issues management with Issue weight and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve search with Advanced Global Search and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgstr ""
+
+msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
+msgstr ""
+
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
+msgid "In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Incident Management Limits"
+msgstr ""
+
+msgid "Incidents"
+msgstr ""
+
+msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept."
+msgstr ""
+
+msgid "Include author name in notification email body"
+msgstr ""
+
+msgid "Include merge request description"
+msgstr ""
+
+msgid "Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>."
+msgstr ""
+
+msgid "Includes LFS objects. It can be overridden per group, or per project. 0 for unlimited."
+msgstr ""
+
+msgid "Includes an MVC structure to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, Gemfile, Rakefile, along with many others, to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, mvnw and pom.xml to help you get started."
+msgstr ""
+
+msgid "Incoming email"
+msgstr ""
+
+msgid "Incompatible Project"
+msgstr ""
+
+msgid "Incompatible options set!"
+msgstr ""
+
+msgid "Index all projects"
+msgstr ""
+
+msgid "Indicates whether this runner can pick jobs without tags"
+msgstr ""
+
+msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
+msgstr ""
+
+msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
+msgstr ""
+
+msgid "Inherited:"
+msgstr ""
+
+msgid "Inline"
+msgstr ""
+
+msgid "Input host keys manually"
+msgstr ""
+
+msgid "Input your repository URL"
+msgstr ""
+
+msgid "Insert a quote"
+msgstr ""
+
+msgid "Insert code"
+msgstr ""
+
+msgid "Insert suggestion"
+msgstr ""
+
+msgid "Insights"
+msgstr ""
+
+msgid "Install"
+msgstr ""
+
+msgid "Install GitLab Runner"
+msgstr ""
+
+msgid "Install Runner on Kubernetes"
+msgstr ""
+
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
+
+msgid "Install on clusters"
+msgstr ""
+
+msgid "Installed"
+msgstr ""
+
+msgid "Installing"
+msgstr ""
+
+msgid "Instance"
+msgid_plural "Instances"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Instance Statistics visibility"
+msgstr ""
+
+msgid "Instance administrators group already exists"
+msgstr ""
+
+msgid "Instance does not support multiple Kubernetes clusters"
+msgstr ""
+
+msgid "Instance license"
+msgstr ""
+
+msgid "Integrations"
+msgstr ""
+
+msgid "Integrations Settings"
+msgstr ""
+
+msgid "Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "Internal"
+msgstr ""
+
+msgid "Internal - The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "Internal - The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "Internal users"
+msgstr ""
+
+msgid "Interval Pattern"
+msgstr ""
+
+msgid "Introducing Cycle Analytics"
+msgstr ""
+
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
+msgstr ""
+
+msgid "Invalid Insights config file detected"
+msgstr ""
+
+msgid "Invalid Login or password"
+msgstr ""
+
+msgid "Invalid URL"
+msgstr ""
+
+msgid "Invalid date"
+msgstr ""
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
+msgid "Invalid feature"
+msgstr ""
+
+msgid "Invalid field"
+msgstr ""
+
+msgid "Invalid file."
+msgstr ""
+
+msgid "Invalid import params"
+msgstr ""
+
+msgid "Invalid input, please avoid emojis"
+msgstr ""
+
+msgid "Invalid login or password"
+msgstr ""
+
+msgid "Invalid pin code"
+msgstr ""
+
+msgid "Invalid query"
+msgstr ""
+
+msgid "Invalid repository path"
+msgstr ""
+
+msgid "Invalid server response"
+msgstr ""
+
+msgid "Invalid start or end time format"
+msgstr ""
+
+msgid "Invalid two-factor code."
+msgstr ""
+
+msgid "Invitation"
+msgstr ""
+
+msgid "Invite"
+msgstr ""
+
+msgid "Invite \"%{trimmed}\" by email"
+msgstr ""
+
+msgid "Invite group"
+msgstr ""
+
+msgid "Invite member"
+msgstr ""
+
+msgid "Invocations"
+msgstr ""
+
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
+msgid "Is using license seat:"
+msgstr ""
+
+msgid "IssuableStatus|Closed"
+msgstr ""
+
+msgid "IssuableStatus|Closed (%{link})"
+msgstr ""
+
+msgid "IssuableStatus|duplicated"
+msgstr ""
+
+msgid "IssuableStatus|moved"
+msgstr ""
+
+msgid "IssuableStatus|promoted"
+msgstr ""
+
+msgid "Issue"
+msgstr ""
+
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
+msgid "Issue Boards"
+msgstr ""
+
+msgid "Issue board focus mode"
+msgstr ""
+
+msgid "Issue cannot be found."
+msgstr ""
+
+msgid "Issue events"
+msgstr ""
+
+msgid "Issue template (optional)"
+msgstr ""
+
+msgid "Issue update failed"
+msgstr ""
+
+msgid "Issue was closed by %{name} %{reason}"
+msgstr ""
+
+msgid "Issue weight"
+msgstr ""
+
+msgid "IssueBoards|Board"
+msgstr ""
+
+msgid "IssueBoards|Boards"
+msgstr ""
+
+msgid "IssueBoards|Create new board"
+msgstr ""
+
+msgid "IssueBoards|Delete board"
+msgstr ""
+
+msgid "IssueBoards|No matching boards found"
+msgstr ""
+
+msgid "IssueBoards|Some of your boards are hidden, activate a license to see them again."
+msgstr ""
+
+msgid "IssueBoards|Switch board"
+msgstr ""
+
+msgid "IssueTracker|Bugzilla issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|GitLab issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Redmine issue tracker"
+msgstr ""
+
+msgid "IssueTracker|YouTrack issue tracker"
+msgstr ""
+
+msgid "Issues"
+msgstr ""
+
+msgid "Issues / Merge Requests"
+msgstr ""
+
+msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
+msgstr ""
+
+msgid "Issues closed"
+msgstr ""
+
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
+msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
+msgstr ""
+
+msgid "Issues, merge requests, pushes, and comments."
+msgstr ""
+
+msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
+msgstr ""
+
+msgid "IssuesAnalytics|Avg/Month:"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created per month"
+msgstr ""
+
+msgid "IssuesAnalytics|Last 12 months"
+msgstr ""
+
+msgid "IssuesAnalytics|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "IssuesAnalytics|There are no issues for the projects in your group"
+msgstr ""
+
+msgid "IssuesAnalytics|To widen your search, change or remove filters in the filter bar above"
+msgstr ""
+
+msgid "IssuesAnalytics|Total:"
+msgstr ""
+
+msgid "Issue|Title"
+msgstr ""
+
+msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
+msgstr ""
+
+msgid "It's you"
+msgstr ""
+
+msgid "Jaeger URL"
+msgstr ""
+
+msgid "Jaeger tracing"
+msgstr ""
+
+msgid "Jan"
+msgstr ""
+
+msgid "January"
+msgstr ""
+
+msgid "JiraService|Events for %{noteable_model_name} are disabled."
+msgstr ""
+
+msgid "JiraService|If different from Web URL"
+msgstr ""
+
+msgid "JiraService|Jira API URL"
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
+msgstr ""
+
+msgid "JiraService|Jira issue tracker"
+msgstr ""
+
+msgid "JiraService|Password or API token"
+msgstr ""
+
+msgid "JiraService|Transition ID(s)"
+msgstr ""
+
+msgid "JiraService|Use , or ; to separate multiple transition IDs"
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version"
+msgstr ""
+
+msgid "JiraService|Username or Email"
+msgstr ""
+
+msgid "JiraService|Web URL"
+msgstr ""
+
+msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
+msgstr ""
+
+msgid "Job"
+msgstr ""
+
+msgid "Job Failed #%{build_id}"
+msgstr ""
+
+msgid "Job ID"
+msgstr ""
+
+msgid "Job has been erased"
+msgstr ""
+
+msgid "Job has been successfully erased!"
+msgstr ""
+
+msgid "Job has wrong arguments format."
+msgstr ""
+
+msgid "Job is missing the `model_type` argument."
+msgstr ""
+
+msgid "Job is stuck. Check runners."
+msgstr ""
+
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job was retried"
+msgstr ""
+
+msgid "Jobs"
+msgstr ""
+
+msgid "Job|Browse"
+msgstr ""
+
+msgid "Job|Complete Raw"
+msgstr ""
+
+msgid "Job|Download"
+msgstr ""
+
+msgid "Job|Erase job log"
+msgstr ""
+
+msgid "Job|Job artifacts"
+msgstr ""
+
+msgid "Job|Job has been erased"
+msgstr ""
+
+msgid "Job|Job has been erased by"
+msgstr ""
+
+msgid "Job|Keep"
+msgstr ""
+
+msgid "Job|Pipeline"
+msgstr ""
+
+msgid "Job|Scroll to bottom"
+msgstr ""
+
+msgid "Job|Scroll to top"
+msgstr ""
+
+msgid "Job|Show complete raw"
+msgstr ""
+
+msgid "Job|The artifacts were removed"
+msgstr ""
+
+msgid "Job|The artifacts will be removed"
+msgstr ""
+
+msgid "Job|This job failed because the necessary resources were not successfully created."
+msgstr ""
+
+msgid "Job|This job is stuck because the project doesn't have any runners online assigned to it."
+msgstr ""
+
+msgid "Job|for"
+msgstr ""
+
+msgid "Job|into"
+msgstr ""
+
+msgid "Job|with"
+msgstr ""
+
+msgid "Join Zoom meeting"
+msgstr ""
+
+msgid "Jul"
+msgstr ""
+
+msgid "July"
+msgstr ""
+
+msgid "Jump to first unresolved discussion"
+msgstr ""
+
+msgid "Jump to next unresolved discussion"
+msgstr ""
+
+msgid "Jun"
+msgstr ""
+
+msgid "June"
+msgstr ""
+
+msgid "Key"
+msgstr ""
+
+msgid "Key (PEM)"
+msgstr ""
+
+msgid "Key: %{key}"
+msgstr ""
+
+msgid "Keyboard Shortcuts"
+msgstr ""
+
+msgid "Kubernetes"
+msgstr ""
+
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes Cluster"
+msgstr ""
+
+msgid "Kubernetes Clusters"
+msgstr ""
+
+msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
+msgstr ""
+
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
+
+msgid "Kubernetes cluster integration was successfully removed."
+msgstr ""
+
+msgid "Kubernetes cluster was successfully updated."
+msgstr ""
+
+msgid "Kubernetes configured"
+msgstr ""
+
+msgid "Kubernetes deployment not found"
+msgstr ""
+
+msgid "Kubernetes error: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes popover"
+msgstr ""
+
+msgid "LDAP"
+msgstr ""
+
+msgid "LDAP settings"
+msgstr ""
+
+msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
+msgstr ""
+
+msgid "LFS"
+msgstr ""
+
+msgid "LFS objects"
+msgstr ""
+
+msgid "LFSStatus|Disabled"
+msgstr ""
+
+msgid "LFSStatus|Enabled"
+msgstr ""
+
+msgid "LICENSE"
+msgstr ""
+
+msgid "Label"
+msgstr ""
+
+msgid "Label actions dropdown"
+msgstr ""
+
+msgid "Label lists show all issues with the selected label."
+msgstr ""
+
+msgid "Label was created"
+msgstr ""
+
+msgid "Label was removed"
+msgstr ""
+
+msgid "Label was successfully updated."
+msgstr ""
+
+msgid "LabelSelect|%{firstLabelName} +%{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|%{labelsString}, and %{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|Labels"
+msgstr ""
+
+msgid "Labels"
+msgstr ""
+
+msgid "Labels can be applied to %{features}. Group labels are available for any project within the group."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests to categorize them."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests."
+msgstr ""
+
+msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgstr ""
+
+msgid "Labels|Promote Label"
+msgstr ""
+
+msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. This action cannot be reversed."
+msgstr ""
+
+msgid "Labels|and %{count} more"
+msgstr ""
+
+msgid "Language"
+msgstr ""
+
+msgid "Large File Storage"
+msgstr ""
+
+msgid "Last %d day"
+msgid_plural "Last %d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Last %{days} days"
+msgstr ""
+
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Last Pipeline"
+msgstr ""
+
+msgid "Last Seen"
+msgstr ""
+
+msgid "Last accessed on"
+msgstr ""
+
+msgid "Last activity"
+msgstr ""
+
+msgid "Last commit"
+msgstr ""
+
+msgid "Last contact"
+msgstr ""
+
+msgid "Last edited %{date}"
+msgstr ""
+
+msgid "Last edited by %{name}"
+msgstr ""
+
+msgid "Last name"
+msgstr ""
+
+msgid "Last reply by"
+msgstr ""
+
+msgid "Last repository check run"
+msgstr ""
+
+msgid "Last seen"
+msgstr ""
+
+msgid "Last successful sync"
+msgstr ""
+
+msgid "Last successful update"
+msgstr ""
+
+msgid "Last time verified"
+msgstr ""
+
+msgid "Last update"
+msgstr ""
+
+msgid "Last update attempt"
+msgstr ""
+
+msgid "Last updated"
+msgstr ""
+
+msgid "Last used"
+msgstr ""
+
+msgid "Last used on:"
+msgstr ""
+
+msgid "LastCommit|authored"
+msgstr ""
+
+msgid "LastPushEvent|You pushed to"
+msgstr ""
+
+msgid "LastPushEvent|at"
+msgstr ""
+
+msgid "Latest changes"
+msgstr ""
+
+msgid "Latest pipeline for the most recent commit on this branch"
+msgstr ""
+
+msgid "Lead"
+msgstr ""
+
+msgid "Learn GitLab"
+msgstr ""
+
+msgid "Learn More"
+msgstr ""
+
+msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
+msgstr ""
+
+msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab."
+msgstr ""
+
+msgid "Learn more"
+msgstr ""
+
+msgid "Learn more about Auto DevOps"
+msgstr ""
+
+msgid "Learn more about Kubernetes"
+msgstr ""
+
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
+msgid "Learn more about Web Terminal"
+msgstr ""
+
+msgid "Learn more about adding certificates to your project by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "Learn more about approvals."
+msgstr ""
+
+msgid "Learn more about custom project templates"
+msgstr ""
+
+msgid "Learn more about deploying to a cluster"
+msgstr ""
+
+msgid "Learn more about group-level project templates"
+msgstr ""
+
+msgid "Learn more about signing commits"
+msgstr ""
+
+msgid "Learn more about the dependency list"
+msgstr ""
+
+msgid "Learn more in the"
+msgstr ""
+
+msgid "Learn more in the|pipeline schedules documentation"
+msgstr ""
+
+msgid "Leave"
+msgstr ""
+
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
+msgid "Leave edit mode? All unsaved changes will be lost."
+msgstr ""
+
+msgid "Leave group"
+msgstr ""
+
+msgid "Leave project"
+msgstr ""
+
+msgid "Leave the \"File type\" and \"Delivery method\" options on their default values."
+msgstr ""
+
+msgid "Let's Encrypt does not accept emails on example.com"
+msgstr ""
+
+msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) that gives digital certificates in order to enable HTTPS (SSL/TLS) for websites. Learn more about Let's Encrypt configuration by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid "License Compliance"
+msgstr ""
+
+msgid "License-Check"
+msgstr ""
+
+msgid "LicenseCompliance|Add a license"
+msgstr ""
+
+msgid "LicenseCompliance|Add licenses manually to approve or blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Approve"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license?"
+msgstr ""
+
+msgid "LicenseCompliance|Approved"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license?"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklisted"
+msgstr ""
+
+msgid "LicenseCompliance|Cancel"
+msgstr ""
+
+msgid "LicenseCompliance|Here you can approve or blacklist licenses for this project. Using %{ci} or %{license} will allow you to see if there are any unmanaged licenses and approve or blacklist them in merge request."
+msgstr ""
+
+msgid "LicenseCompliance|License"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected no new licenses"
+msgstr ""
+
+msgid "LicenseCompliance|License details"
+msgstr ""
+
+msgid "LicenseCompliance|License name"
+msgstr ""
+
+msgid "LicenseCompliance|Packages"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license?"
+msgstr ""
+
+msgid "LicenseCompliance|Submit"
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgstr ""
+
+msgid "LicenseCompliance|This license already exists in this project."
+msgstr ""
+
+msgid "LicenseCompliance|URL"
+msgstr ""
+
+msgid "LicenseCompliance|You are about to remove the license, %{name}, from this project."
+msgstr ""
+
+msgid "Licensed Features"
+msgstr ""
+
+msgid "Licensed to"
+msgstr ""
+
+msgid "Licenses"
+msgstr ""
+
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
+msgid "Limit display of time tracking units to hours."
+msgstr ""
+
+msgid "Limit namespaces and projects that can be indexed"
+msgstr ""
+
+msgid "Limited to showing %d event at most"
+msgid_plural "Limited to showing %d events at most"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
+msgstr ""
+
+msgid "Linked emails (%{email_count})"
+msgstr ""
+
+msgid "Linked issues"
+msgstr ""
+
+msgid "LinkedIn"
+msgstr ""
+
+msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "List"
+msgstr ""
+
+msgid "List Settings"
+msgstr ""
+
+msgid "List Your Gitea Repositories"
+msgstr ""
+
+msgid "List available repositories"
+msgstr ""
+
+msgid "List of IPs and CIDRs of allowed secondary nodes. Comma-separated, e.g. \"1.1.1.1, 2.2.2.0/24\""
+msgstr ""
+
+msgid "List the merge requests that must be merged before this one."
+msgstr ""
+
+msgid "List view"
+msgstr ""
+
+msgid "List your Bitbucket Server repositories"
+msgstr ""
+
+msgid "Live preview"
+msgstr ""
+
+msgid "Loading contribution stats for group members"
+msgstr ""
+
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Loading functions timed out. Please reload the page to try again."
+msgstr ""
+
+msgid "Loading issues"
+msgstr ""
+
+msgid "Loading snippet"
+msgstr ""
+
+msgid "Loading the GitLab IDE..."
+msgstr ""
+
+msgid "Loading..."
+msgstr ""
+
+msgid "Loading…"
+msgstr ""
+
+msgid "Localization"
+msgstr ""
+
+msgid "Lock"
+msgstr ""
+
+msgid "Lock %{issuableDisplayName}"
+msgstr ""
+
+msgid "Lock memberships to LDAP synchronization"
+msgstr ""
+
+msgid "Lock not found"
+msgstr ""
+
+msgid "Lock the discussion"
+msgstr ""
+
+msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgstr ""
+
+msgid "Lock to current projects"
+msgstr ""
+
+msgid "Locked"
+msgstr ""
+
+msgid "Locked Files"
+msgstr ""
+
+msgid "Locked by %{fileLockUserName}"
+msgstr ""
+
+msgid "Locked the discussion."
+msgstr ""
+
+msgid "Locked to current projects"
+msgstr ""
+
+msgid "Locks give the ability to lock specific file or folder."
+msgstr ""
+
+msgid "Locks the discussion."
+msgstr ""
+
+msgid "Login with smartcard"
+msgstr ""
+
+msgid "Logo was successfully removed."
+msgstr ""
+
+msgid "Logs"
+msgstr ""
+
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
+msgid "MERGED"
+msgstr ""
+
+msgid "MRApprovals|Approved by"
+msgstr ""
+
+msgid "MRApprovals|Approvers"
+msgstr ""
+
+msgid "MRApprovals|Pending approvals"
+msgstr ""
+
+msgid "MRDiff|Show changes only"
+msgstr ""
+
+msgid "MRDiff|Show full file"
+msgstr ""
+
+msgid "Made this issue confidential."
+msgstr ""
+
+msgid "Make and review changes in the browser with the Web IDE"
+msgstr ""
+
+msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
+msgstr ""
+
+msgid "Make issue confidential"
+msgstr ""
+
+msgid "Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "Make sure you're logged into the account that owns the projects you'd like to import."
+msgstr ""
+
+msgid "Makes this issue confidential."
+msgstr ""
+
+msgid "Malformed string"
+msgstr ""
+
+msgid "Manage"
+msgstr ""
+
+msgid "Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki."
+msgstr ""
+
+msgid "Manage Web IDE features"
+msgstr ""
+
+msgid "Manage access"
+msgstr ""
+
+msgid "Manage all notifications"
+msgstr ""
+
+msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage group labels"
+msgstr ""
+
+msgid "Manage labels"
+msgstr ""
+
+msgid "Manage project labels"
+msgstr ""
+
+msgid "Manage two-factor authentication"
+msgstr ""
+
+msgid "Manifest"
+msgstr ""
+
+msgid "Manifest file import"
+msgstr ""
+
+msgid "Manual job"
+msgstr ""
+
+msgid "ManualOrdering|Couldn't save the order of the issues"
+msgstr ""
+
+msgid "Map a FogBugz account ID to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a full email address"
+msgstr ""
+
+msgid "Map a Google Code user to a full name"
+msgstr ""
+
+msgid "Mar"
+msgstr ""
+
+msgid "March"
+msgstr ""
+
+msgid "Mark To Do as done"
+msgstr ""
+
+msgid "Mark as done"
+msgstr ""
+
+msgid "Mark as resolved"
+msgstr ""
+
+msgid "Mark comment as resolved"
+msgstr ""
+
+msgid "Mark this issue as a duplicate of another issue"
+msgstr ""
+
+msgid "Mark this issue as related to another issue"
+msgstr ""
+
+msgid "Markdown"
+msgstr ""
+
+msgid "Markdown Help"
+msgstr ""
+
+msgid "Markdown enabled"
+msgstr ""
+
+msgid "Markdown is supported"
+msgstr ""
+
+msgid "Marked To Do as done."
+msgstr ""
+
+msgid "Marked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marked this issue as a duplicate of %{duplicate_param}."
+msgstr ""
+
+msgid "Marked this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Marks To Do as done."
+msgstr ""
+
+msgid "Marks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marks this issue as a duplicate of %{duplicate_reference}."
+msgstr ""
+
+msgid "Marks this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Match not found; try refining your search query."
+msgstr ""
+
+msgid "MattermostService|Add to Mattermost"
+msgstr ""
+
+msgid "MattermostService|Command trigger word"
+msgstr ""
+
+msgid "MattermostService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "MattermostService|Request URL"
+msgstr ""
+
+msgid "MattermostService|Request method"
+msgstr ""
+
+msgid "MattermostService|Response icon"
+msgstr ""
+
+msgid "MattermostService|Response username"
+msgstr ""
+
+msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
+msgstr ""
+
+msgid "MattermostService|Suggestions:"
+msgstr ""
+
+msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
+msgstr ""
+
+msgid "Maven Metadata"
+msgstr ""
+
+msgid "Max access level"
+msgstr ""
+
+msgid "Max seats used"
+msgstr ""
+
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
+msgid "Maximum artifacts size (MB)"
+msgstr ""
+
+msgid "Maximum attachment size (MB)"
+msgstr ""
+
+msgid "Maximum capacity"
+msgstr ""
+
+msgid "Maximum delay (Minutes)"
+msgstr ""
+
+msgid "Maximum job timeout"
+msgstr ""
+
+msgid "Maximum job timeout has a value which could not be accepted"
+msgstr ""
+
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
+msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgstr ""
+
+msgid "Maximum push size (MB)"
+msgstr ""
+
+msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
+msgstr ""
+
+msgid "May"
+msgstr ""
+
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
+msgid "Median"
+msgstr ""
+
+msgid "Medium vulnerabilities present"
+msgstr ""
+
+msgid "Member lock"
+msgstr ""
+
+msgid "Member since %{date}"
+msgstr ""
+
+msgid "Members"
+msgstr ""
+
+msgid "Members can be added by project <i>Maintainers</i> or <i>Owners</i>"
+msgstr ""
+
+msgid "Members of <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
+msgid "Merge"
+msgstr ""
+
+msgid "Merge (when the pipeline succeeds)"
+msgstr ""
+
+msgid "Merge Request"
+msgstr ""
+
+msgid "Merge Request Approvals"
+msgstr ""
+
+msgid "Merge Requests"
+msgstr ""
+
+msgid "Merge Requests created"
+msgstr ""
+
+msgid "Merge Requests in Review"
+msgstr ""
+
+msgid "Merge commit message"
+msgstr ""
+
+msgid "Merge events"
+msgstr ""
+
+msgid "Merge immediately"
+msgstr ""
+
+msgid "Merge in progress"
+msgstr ""
+
+msgid "Merge options"
+msgstr ""
+
+msgid "Merge request"
+msgstr ""
+
+msgid "Merge request %{iid} authored by %{authorName}"
+msgstr ""
+
+msgid "Merge request approvals"
+msgstr ""
+
+msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
+msgstr ""
+
+msgid "Merge request dependencies"
+msgstr ""
+
+msgid "Merge requests"
+msgstr ""
+
+msgid "Merge requests are a place to propose changes you've made to a project and discuss those changes with others"
+msgstr ""
+
+msgid "Merge requests are read-only in a secondary Geo node"
+msgstr ""
+
+msgid "Merge when pipeline succeeds"
+msgstr ""
+
+msgid "MergeConflict|Commit to source branch"
+msgstr ""
+
+msgid "MergeConflict|Committing..."
+msgstr ""
+
+msgid "MergeConflict|HEAD//our changes"
+msgstr ""
+
+msgid "MergeConflict|Use ours"
+msgstr ""
+
+msgid "MergeConflict|Use theirs"
+msgstr ""
+
+msgid "MergeConflict|conflict"
+msgstr ""
+
+msgid "MergeConflict|conflicts"
+msgstr ""
+
+msgid "MergeConflict|origin//their changes"
+msgstr ""
+
+msgid "MergeRequests|Add a reply"
+msgstr ""
+
+msgid "MergeRequests|An error occurred while saving the draft comment."
+msgstr ""
+
+msgid "MergeRequests|Failed to squash. Should be done manually."
+msgstr ""
+
+msgid "MergeRequests|Jump to next unresolved discussion"
+msgstr ""
+
+msgid "MergeRequests|Reply..."
+msgstr ""
+
+msgid "MergeRequests|Resolve this thread in a new issue"
+msgstr ""
+
+msgid "MergeRequests|Saving the comment failed"
+msgstr ""
+
+msgid "MergeRequests|Squash task canceled: another squash is already in progress."
+msgstr ""
+
+msgid "MergeRequests|Thread stays resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread stays unresolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be unresolved"
+msgstr ""
+
+msgid "MergeRequests|Toggle comments for this file"
+msgstr ""
+
+msgid "MergeRequests|View file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|View replaced file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|commented on commit %{commitLink}"
+msgstr ""
+
+msgid "MergeRequests|started a thread"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}an old version of the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Error loading full diff. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Filter files or search with %{modifier_key}+p"
+msgstr ""
+
+msgid "MergeRequest|No files found"
+msgstr ""
+
+msgid "Merged"
+msgstr ""
+
+msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Merges this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
+msgid "Messages"
+msgstr ""
+
+msgid "Method"
+msgstr ""
+
+msgid "Metric was successfully added."
+msgstr ""
+
+msgid "Metric was successfully updated."
+msgstr ""
+
+msgid "MetricChart|Please select a metric"
+msgstr ""
+
+msgid "MetricChart|Selected"
+msgstr ""
+
+msgid "Metrics"
+msgstr ""
+
+msgid "Metrics - Grafana"
+msgstr ""
+
+msgid "Metrics - Influx"
+msgstr ""
+
+msgid "Metrics - Prometheus"
+msgstr ""
+
+msgid "Metrics Dashboard"
+msgstr ""
+
+msgid "Metrics and profiling"
+msgstr ""
+
+msgid "Metrics for environment"
+msgstr ""
+
+msgid "Metrics|Add metric"
+msgstr ""
+
+msgid "Metrics|Avg"
+msgstr ""
+
+msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
+msgstr ""
+
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
+msgid "Metrics|Create metric"
+msgstr ""
+
+msgid "Metrics|Delete metric"
+msgstr ""
+
+msgid "Metrics|Delete metric?"
+msgstr ""
+
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
+msgid "Metrics|Edit metric"
+msgstr ""
+
+msgid "Metrics|Environment"
+msgstr ""
+
+msgid "Metrics|For grouping similar metrics"
+msgstr ""
+
+msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
+msgstr ""
+
+msgid "Metrics|Legend label (optional)"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
+msgid "Metrics|Must be a valid PromQL query."
+msgstr ""
+
+msgid "Metrics|New metric"
+msgstr ""
+
+msgid "Metrics|PromQL query is valid"
+msgstr ""
+
+msgid "Metrics|Prometheus Query Documentation"
+msgstr ""
+
+msgid "Metrics|Show last"
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the environments data, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error getting deployment information."
+msgstr ""
+
+msgid "Metrics|There was an error getting environments information."
+msgstr ""
+
+msgid "Metrics|There was an error trying to validate your query"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgstr ""
+
+msgid "Metrics|Unit label"
+msgstr ""
+
+msgid "Metrics|Used as a title for the chart"
+msgstr ""
+
+msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
+msgstr ""
+
+msgid "Metrics|Validating query"
+msgstr ""
+
+msgid "Metrics|Y-axis label"
+msgstr ""
+
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
+msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
+msgstr ""
+
+msgid "Metrics|e.g. HTTP requests"
+msgstr ""
+
+msgid "Metrics|e.g. Requests/second"
+msgstr ""
+
+msgid "Metrics|e.g. Throughput"
+msgstr ""
+
+msgid "Metrics|e.g. rate(http_requests_total[5m])"
+msgstr ""
+
+msgid "Metrics|e.g. req/sec"
+msgstr ""
+
+msgid "Microsoft Azure"
+msgstr ""
+
+msgid "Migrated %{success_count}/%{total_count} files."
+msgstr ""
+
+msgid "Migration successful."
+msgstr ""
+
+msgid "Milestone"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Milestone lists not available with your current license"
+msgstr ""
+
+msgid "Milestone lists show all issues from the selected milestone."
+msgstr ""
+
+msgid "Milestones"
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle} and remove it from %{issuesWithCount} and %{mergeRequestsWithCount}. Once deleted, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle}. This milestone is not currently used in any issues or merge requests."
+msgstr ""
+
+msgid "Milestones|Delete milestone"
+msgstr ""
+
+msgid "Milestones|Delete milestone %{milestoneTitle}?"
+msgstr ""
+
+msgid "Milestones|Failed to delete milestone %{milestoneTitle}"
+msgstr ""
+
+msgid "Milestones|Milestone %{milestoneTitle} was not found"
+msgstr ""
+
+msgid "Milestones|Promote %{milestoneTitle} to group milestone?"
+msgstr ""
+
+msgid "Milestones|Promote Milestone"
+msgstr ""
+
+msgid "Milestones|Promoting %{milestoneTitle} will make it available for all projects inside %{groupName}. Existing project milestones with the same title will be merged."
+msgstr ""
+
+msgid "Milestones|This action cannot be reversed."
+msgstr ""
+
+msgid "Minimum capacity to be available before we schedule more mirrors preemptively."
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters"
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters."
+msgstr ""
+
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
+msgid "Minutes"
+msgstr ""
+
+msgid "Mirror direction"
+msgstr ""
+
+msgid "Mirror repository"
+msgstr ""
+
+msgid "Mirror user"
+msgstr ""
+
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
+msgid "Mirrored repositories"
+msgstr ""
+
+msgid "Mirroring repositories"
+msgstr ""
+
+msgid "Mirroring settings were successfully updated."
+msgstr ""
+
+msgid "Mirroring settings were successfully updated. The project is being updated."
+msgstr ""
+
+msgid "Mirroring was successfully disabled."
+msgstr ""
+
+msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
+msgstr ""
+
+msgid "Missing commit signatures endpoint!"
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|add an SSH key"
+msgstr ""
+
+msgid "Modal|Cancel"
+msgstr ""
+
+msgid "Modal|Close"
+msgstr ""
+
+msgid "Modified in this version"
+msgstr ""
+
+msgid "Modify commit message"
+msgstr ""
+
+msgid "Modify commit messages"
+msgstr ""
+
+msgid "Modify merge commit"
+msgstr ""
+
+msgid "Monday"
+msgstr ""
+
+msgid "Monitor your errors by integrating with Sentry."
+msgstr ""
+
+msgid "Monitoring"
+msgstr ""
+
+msgid "Months"
+msgstr ""
+
+msgid "More"
+msgstr ""
+
+msgid "More Information"
+msgstr ""
+
+msgid "More Slack commands"
+msgstr ""
+
+msgid "More actions"
+msgstr ""
+
+msgid "More details"
+msgstr ""
+
+msgid "More info"
+msgstr ""
+
+msgid "More information"
+msgstr ""
+
+msgid "More information and share feedback"
+msgstr ""
+
+msgid "More information is available|here"
+msgstr ""
+
+msgid "More than %{number_commits_distance} commits different with %{default_branch}"
+msgstr ""
+
+msgid "Most stars"
+msgstr ""
+
+msgid "Mount point %{mounted_as} not found in %{model_class}."
+msgstr ""
+
+msgid "Move"
+msgstr ""
+
+msgid "Move issue"
+msgstr ""
+
+msgid "Move issue from one column of the board to another"
+msgstr ""
+
+msgid "Move selection down"
+msgstr ""
+
+msgid "Move selection up"
+msgstr ""
+
+msgid "Move this issue to another project."
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue due to insufficient permissions!"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue to project it originates from!"
+msgstr ""
+
+msgid "Moved issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moved this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Moves issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moves this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Multiple issue boards"
+msgstr ""
+
+msgid "Multiple model types found: %{model_types}"
+msgstr ""
+
+msgid "Multiple uploaders found: %{uploader_types}"
+msgstr ""
+
+msgid "My-Reaction"
+msgstr ""
+
+msgid "Name"
+msgstr ""
+
+msgid "Name has already been taken"
+msgstr ""
+
+msgid "Name new label"
+msgstr ""
+
+msgid "Name your individual key via a title"
+msgstr ""
+
+msgid "Name:"
+msgstr ""
+
+msgid "Namespace: %{namespace}"
+msgstr ""
+
+msgid "Namespaces to index"
+msgstr ""
+
+msgid "Naming, topics, avatar"
+msgstr ""
+
+msgid "Naming, visibility"
+msgstr ""
+
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
+msgid "Nav|Help"
+msgstr ""
+
+msgid "Nav|Home"
+msgstr ""
+
+msgid "Nav|Sign In / Register"
+msgstr ""
+
+msgid "Nav|Sign out and sign in with a different account"
+msgstr ""
+
+msgid "Need help?"
+msgstr ""
+
+msgid "Network"
+msgstr ""
+
+msgid "Never"
+msgstr ""
+
+msgid "New"
+msgstr ""
+
+msgid "New Application"
+msgstr ""
+
+msgid "New Environment"
+msgstr ""
+
+msgid "New Geo Node"
+msgstr ""
+
+msgid "New Group"
+msgstr ""
+
+msgid "New Group Name"
+msgstr ""
+
+msgid "New Identity"
+msgstr ""
+
+msgid "New Issue"
+msgid_plural "New Issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "New Label"
+msgstr ""
+
+msgid "New Milestone"
+msgstr ""
+
+msgid "New Pages Domain"
+msgstr ""
+
+msgid "New Password"
+msgstr ""
+
+msgid "New Pipeline Schedule"
+msgstr ""
+
+msgid "New Project"
+msgstr ""
+
+msgid "New Snippet"
+msgstr ""
+
+msgid "New branch"
+msgstr ""
+
+msgid "New branch unavailable"
+msgstr ""
+
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
+msgid "New deploy key"
+msgstr ""
+
+msgid "New directory"
+msgstr ""
+
+msgid "New environment"
+msgstr ""
+
+msgid "New epic"
+msgstr ""
+
+msgid "New epic title"
+msgstr ""
+
+msgid "New file"
+msgstr ""
+
+msgid "New group"
+msgstr ""
+
+msgid "New health check access token has been generated!"
+msgstr ""
+
+msgid "New identity"
+msgstr ""
+
+msgid "New issue"
+msgstr ""
+
+msgid "New issue title"
+msgstr ""
+
+msgid "New label"
+msgstr ""
+
+msgid "New merge request"
+msgstr ""
+
+msgid "New milestone"
+msgstr ""
+
+msgid "New password"
+msgstr ""
+
+msgid "New pipelines will cancel older, pending pipelines on the same branch"
+msgstr ""
+
+msgid "New project"
+msgstr ""
+
+msgid "New runners registration token has been generated!"
+msgstr ""
+
+msgid "New schedule"
+msgstr ""
+
+msgid "New snippet"
+msgstr ""
+
+msgid "New subgroup"
+msgstr ""
+
+msgid "New tag"
+msgstr ""
+
+msgid "New users set to external"
+msgstr ""
+
+msgid "New! Suggest changes directly"
+msgstr ""
+
+msgid "New..."
+msgstr ""
+
+msgid "Newly registered users will by default be external"
+msgstr ""
+
+msgid "Next"
+msgstr ""
+
+msgid "Next file in diff (MRs only)"
+msgstr ""
+
+msgid "Next unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Nickname"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No %{header} for this request."
+msgstr ""
+
+msgid "No %{providerTitle} repositories found"
+msgstr ""
+
+msgid "No Design Repositories match this filter"
+msgstr ""
+
+msgid "No Epic"
+msgstr ""
+
+msgid "No Label"
+msgstr ""
+
+msgid "No Milestone"
+msgstr ""
+
+msgid "No Scopes"
+msgstr ""
+
+msgid "No Tag"
+msgstr ""
+
+msgid "No active admin user found"
+msgstr ""
+
+msgid "No activities found"
+msgstr ""
+
+msgid "No application_settings found"
+msgstr ""
+
+msgid "No authentication methods configured."
+msgstr ""
+
+msgid "No available namespaces to fork the project."
+msgstr ""
+
+msgid "No branches found"
+msgstr ""
+
+msgid "No changes"
+msgstr ""
+
+msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}"
+msgstr ""
+
+msgid "No connection could be made to a Gitaly Server, please check your logs!"
+msgstr ""
+
+msgid "No contributions"
+msgstr ""
+
+msgid "No contributions were found"
+msgstr ""
+
+msgid "No credit card required."
+msgstr ""
+
+msgid "No data found"
+msgstr ""
+
+msgid "No data to display"
+msgstr ""
+
+msgid "No deployment platform available"
+msgstr ""
+
+msgid "No deployments found"
+msgstr ""
+
+msgid "No due date"
+msgstr ""
+
+msgid "No endpoint provided"
+msgstr ""
+
+msgid "No errors to display."
+msgstr ""
+
+msgid "No estimate or time spent"
+msgstr ""
+
+msgid "No file chosen"
+msgstr ""
+
+msgid "No file hooks found."
+msgstr ""
+
+msgid "No file selected"
+msgstr ""
+
+msgid "No files"
+msgstr ""
+
+msgid "No files found."
+msgstr ""
+
+msgid "No forks are available to you."
+msgstr ""
+
+msgid "No job log"
+msgstr ""
+
+msgid "No jobs to show"
+msgstr ""
+
+msgid "No labels with such name or description"
+msgstr ""
+
+msgid "No license. All rights reserved"
+msgstr ""
+
+msgid "No licenses found."
+msgstr ""
+
+msgid "No matching results"
+msgstr ""
+
+msgid "No merge requests found"
+msgstr ""
+
+msgid "No messages were logged"
+msgstr ""
+
+msgid "No milestones to show"
+msgstr ""
+
+msgid "No other labels with such name or description"
+msgstr ""
+
+msgid "No parent group"
+msgstr ""
+
+msgid "No pods available"
+msgstr ""
+
+msgid "No preview for this file type"
+msgstr ""
+
+msgid "No prioritized labels with such name or description"
+msgstr ""
+
+msgid "No public groups"
+msgstr ""
+
+msgid "No repository"
+msgstr ""
+
+msgid "No required pipeline"
+msgstr ""
+
+msgid "No runners found"
+msgstr ""
+
+msgid "No schedules"
+msgstr ""
+
+msgid "No starrers matched your search"
+msgstr ""
+
+msgid "No start date"
+msgstr ""
+
+msgid "No template"
+msgstr ""
+
+msgid "No value set by top-level parent group."
+msgstr ""
+
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
+msgid "No, directly import the existing email addresses and usernames."
+msgstr ""
+
+msgid "No, not interested right now"
+msgstr ""
+
+msgid "Nobody has starred this repository yet"
+msgstr ""
+
+msgid "Node was successfully created."
+msgstr ""
+
+msgid "Node was successfully updated."
+msgstr ""
+
+msgid "Nodes"
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "Not Implemented"
+msgstr ""
+
+msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
+msgstr ""
+
+msgid "Not available"
+msgstr ""
+
+msgid "Not available for private projects"
+msgstr ""
+
+msgid "Not available for protected branches"
+msgstr ""
+
+msgid "Not confidential"
+msgstr ""
+
+msgid "Not enough data"
+msgstr ""
+
+msgid "Not found."
+msgstr ""
+
+msgid "Not helpful"
+msgstr ""
+
+msgid "Not now"
+msgstr ""
+
+msgid "Not ready yet. Try again later."
+msgstr ""
+
+msgid "Not started"
+msgstr ""
+
+msgid "Note"
+msgstr ""
+
+msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "NoteForm|Note"
+msgstr ""
+
+msgid "Notes|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Notes|Collapse replies"
+msgstr ""
+
+msgid "Notes|Show all activity"
+msgstr ""
+
+msgid "Notes|Show comments only"
+msgstr ""
+
+msgid "Notes|Show history only"
+msgstr ""
+
+msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
+msgstr ""
+
+msgid "Nothing to preview."
+msgstr ""
+
+msgid "Notification events"
+msgstr ""
+
+msgid "Notification setting"
+msgstr ""
+
+msgid "Notification setting - %{notification_title}"
+msgstr ""
+
+msgid "Notification settings saved"
+msgstr ""
+
+msgid "NotificationEvent|Close issue"
+msgstr ""
+
+msgid "NotificationEvent|Close merge request"
+msgstr ""
+
+msgid "NotificationEvent|Failed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Merge merge request"
+msgstr ""
+
+msgid "NotificationEvent|New epic"
+msgstr ""
+
+msgid "NotificationEvent|New issue"
+msgstr ""
+
+msgid "NotificationEvent|New merge request"
+msgstr ""
+
+msgid "NotificationEvent|New note"
+msgstr ""
+
+msgid "NotificationEvent|New release"
+msgstr ""
+
+msgid "NotificationEvent|Reassign issue"
+msgstr ""
+
+msgid "NotificationEvent|Reassign merge request"
+msgstr ""
+
+msgid "NotificationEvent|Reopen issue"
+msgstr ""
+
+msgid "NotificationEvent|Successful pipeline"
+msgstr ""
+
+msgid "NotificationLevel|Custom"
+msgstr ""
+
+msgid "NotificationLevel|Disabled"
+msgstr ""
+
+msgid "NotificationLevel|Global"
+msgstr ""
+
+msgid "NotificationLevel|On mention"
+msgstr ""
+
+msgid "NotificationLevel|Participate"
+msgstr ""
+
+msgid "NotificationLevel|Watch"
+msgstr ""
+
+msgid "NotificationSetting|Custom"
+msgstr ""
+
+msgid "Notifications"
+msgstr ""
+
+msgid "Notifications have been disabled by the project or group owner"
+msgstr ""
+
+msgid "Notifications off"
+msgstr ""
+
+msgid "Notifications on"
+msgstr ""
+
+msgid "Nov"
+msgstr ""
+
+msgid "November"
+msgstr ""
+
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
+msgid "Number of Elasticsearch replicas"
+msgstr ""
+
+msgid "Number of Elasticsearch shards"
+msgstr ""
+
+msgid "Number of LOCs per commit"
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
+msgid "Number of commits per MR"
+msgstr ""
+
+msgid "Number of employees"
+msgstr ""
+
+msgid "Number of files touched"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Object Storage replication"
+msgstr ""
+
+msgid "Object does not exist on the server or you don't have permissions to access it"
+msgstr ""
+
+msgid "Oct"
+msgstr ""
+
+msgid "October"
+msgstr ""
+
+msgid "OfSearchInADropdown|Filter"
+msgstr ""
+
+msgid "Ok let's go"
+msgstr ""
+
+msgid "OmniAuth"
+msgstr ""
+
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
+msgid "Onboarding"
+msgstr ""
+
+msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
+msgstr ""
+
+msgid "Once removed, the fork relationship cannot be restored and you will no longer be able to send merge requests to the source."
+msgstr ""
+
+msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
+msgstr ""
+
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
+msgid "One more item"
+msgid_plural "%d more items"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "One or more groups that you don't have access to."
+msgstr ""
+
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
+msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your Google Code projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
+msgstr ""
+
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
+msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
+msgstr ""
+
+msgid "Only Project Members"
+msgstr ""
+
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
+msgid "Only admins"
+msgstr ""
+
+msgid "Only admins can delete project"
+msgstr ""
+
+msgid "Only mirror protected branches"
+msgstr ""
+
+msgid "Only policy:"
+msgstr ""
+
+msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign in."
+msgstr ""
+
+msgid "Only project members can comment."
+msgstr ""
+
+msgid "Only project members will be imported. Group members will be skipped."
+msgstr ""
+
+msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
+msgstr ""
+
+msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics."
+msgstr ""
+
+msgid "Oops, are you sure?"
+msgstr ""
+
+msgid "Open"
+msgstr ""
+
+msgid "Open Documentation"
+msgstr ""
+
+msgid "Open Selection"
+msgstr ""
+
+msgid "Open comment type dropdown"
+msgstr ""
+
+msgid "Open errors"
+msgstr ""
+
+msgid "Open in Xcode"
+msgstr ""
+
+msgid "Open in file view"
+msgstr ""
+
+msgid "Open issues"
+msgstr ""
+
+msgid "Open projects"
+msgstr ""
+
+msgid "Open raw"
+msgstr ""
+
+msgid "Open sidebar"
+msgstr ""
+
+msgid "Open source software to collaborate on code"
+msgstr ""
+
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
+msgid "Opened"
+msgstr ""
+
+msgid "Opened MR"
+msgstr ""
+
+msgid "Opened issues"
+msgstr ""
+
+msgid "OpenedNDaysAgo|Opened"
+msgstr ""
+
+msgid "Opens in a new window"
+msgstr ""
+
+msgid "Operation failed. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operations"
+msgstr ""
+
+msgid "Operations Dashboard"
+msgstr ""
+
+msgid "Operations Settings"
+msgstr ""
+
+msgid "OperationsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|Add projects"
+msgstr ""
+
+msgid "OperationsDashboard|More information"
+msgstr ""
+
+msgid "OperationsDashboard|Operations Dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses."
+msgstr ""
+
+msgid "Optional"
+msgstr ""
+
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how Google Code email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Options"
+msgstr ""
+
+msgid "Or you can choose one of the suggested colors below"
+msgstr ""
+
+msgid "Origin"
+msgstr ""
+
+msgid "Other Labels"
+msgstr ""
+
+msgid "Other information"
+msgstr ""
+
+msgid "Other merge requests block this MR"
+msgstr ""
+
+msgid "Other visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Outbound requests"
+msgstr ""
+
+msgid "Overview"
+msgstr ""
+
+msgid "Overwrite diverged branches"
+msgstr ""
+
+msgid "Owned by anyone"
+msgstr ""
+
+msgid "Owned by me"
+msgstr ""
+
+msgid "Owner"
+msgstr ""
+
+msgid "Package deleted successfully"
+msgstr ""
+
+msgid "Package information"
+msgstr ""
+
+msgid "Package was removed"
+msgstr ""
+
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
+msgid "PackageRegistry|Delete Package Version"
+msgstr ""
+
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
+msgid "PackageRegistry|There was a problem fetching the details for this package."
+msgstr ""
+
+msgid "PackageRegistry|Unable to load package"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
+msgid "Packages"
+msgstr ""
+
+msgid "Page not found"
+msgstr ""
+
+msgid "Page was successfully deleted"
+msgstr ""
+
+msgid "Pages"
+msgstr ""
+
+msgid "Pages Domain"
+msgstr ""
+
+msgid "Pages getting started guide"
+msgstr ""
+
+msgid "Pagination|Go to first page"
+msgstr ""
+
+msgid "Pagination|Go to last page"
+msgstr ""
+
+msgid "Pagination|Go to next page"
+msgstr ""
+
+msgid "Pagination|Go to previous page"
+msgstr ""
+
+msgid "Pagination|Last »"
+msgstr ""
+
+msgid "Pagination|Next ›"
+msgstr ""
+
+msgid "Pagination|« First"
+msgstr ""
+
+msgid "Pagination|‹ Prev"
+msgstr ""
+
+msgid "Parameter"
+msgstr ""
+
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
+msgid "Part of merge request changes"
+msgstr ""
+
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "Password (optional)"
+msgstr ""
+
+msgid "Password Policy Guidelines"
+msgstr ""
+
+msgid "Password authentication is unavailable."
+msgstr ""
+
+msgid "Password confirmation"
+msgstr ""
+
+msgid "Password successfully changed"
+msgstr ""
+
+msgid "Password was successfully updated. Please login with it"
+msgstr ""
+
+msgid "Past due"
+msgstr ""
+
+msgid "Past week"
+msgstr ""
+
+msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
+msgstr ""
+
+msgid "Paste epic link"
+msgstr ""
+
+msgid "Paste issue link"
+msgstr ""
+
+msgid "Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Don't use your private SSH key."
+msgstr ""
+
+msgid "Path"
+msgstr ""
+
+msgid "Path, transfer, remove"
+msgstr ""
+
+msgid "Path:"
+msgstr ""
+
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
+msgid "Pause"
+msgstr ""
+
+msgid "Pause replication"
+msgstr ""
+
+msgid "Paused Runners don't accept new jobs"
+msgstr ""
+
+msgid "Pending"
+msgstr ""
+
+msgid "People without permission will never get a notification and won't be able to comment."
+msgstr ""
+
+msgid "People without permission will never get a notification."
+msgstr ""
+
+msgid "Perform advanced options such as changing path, transferring, or removing the group."
+msgstr ""
+
+msgid "Perform common operations on GitLab project"
+msgstr ""
+
+msgid "Performance optimization"
+msgstr ""
+
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
+msgid "PerformanceBar|Gitaly calls"
+msgstr ""
+
+msgid "PerformanceBar|Redis calls"
+msgstr ""
+
+msgid "PerformanceBar|Rugged calls"
+msgstr ""
+
+msgid "PerformanceBar|SQL queries"
+msgstr ""
+
+msgid "PerformanceBar|trace"
+msgstr ""
+
+msgid "Permissions"
+msgstr ""
+
+msgid "Permissions Help"
+msgstr ""
+
+msgid "Permissions, LFS, 2FA"
+msgstr ""
+
+msgid "Personal Access Token"
+msgstr ""
+
+msgid "Personal project creation is not allowed. Please contact your administrator with questions"
+msgstr ""
+
+msgid "Phabricator Server Import"
+msgstr ""
+
+msgid "Phabricator Server URL"
+msgstr ""
+
+msgid "Phabricator Tasks"
+msgstr ""
+
+msgid "Pick a name"
+msgstr ""
+
+msgid "Pick a name for the application, and we'll give you a unique %{type} token."
+msgstr ""
+
+msgid "Pin code"
+msgstr ""
+
+msgid "Pipeline"
+msgstr ""
+
+msgid "Pipeline %{label}"
+msgstr ""
+
+msgid "Pipeline %{label} for \"%{dataTitle}\""
+msgstr ""
+
+msgid "Pipeline Schedule"
+msgstr ""
+
+msgid "Pipeline Schedules"
+msgstr ""
+
+msgid "Pipeline minutes quota"
+msgstr ""
+
+msgid "Pipeline quota"
+msgstr ""
+
+msgid "Pipeline subscriptions"
+msgstr ""
+
+msgid "Pipeline triggers"
+msgstr ""
+
+msgid "Pipeline: %{status}"
+msgstr ""
+
+msgid "PipelineCharts|Failed:"
+msgstr ""
+
+msgid "PipelineCharts|Overall statistics"
+msgstr ""
+
+msgid "PipelineCharts|Success ratio:"
+msgstr ""
+
+msgid "PipelineCharts|Successful:"
+msgstr ""
+
+msgid "PipelineCharts|Total:"
+msgstr ""
+
+msgid "PipelineSchedules|Activated"
+msgstr ""
+
+msgid "PipelineSchedules|Active"
+msgstr ""
+
+msgid "PipelineSchedules|All"
+msgstr ""
+
+msgid "PipelineSchedules|Inactive"
+msgstr ""
+
+msgid "PipelineSchedules|Next Run"
+msgstr ""
+
+msgid "PipelineSchedules|None"
+msgstr ""
+
+msgid "PipelineSchedules|Provide a short description for this pipeline"
+msgstr ""
+
+msgid "PipelineSchedules|Take ownership"
+msgstr ""
+
+msgid "PipelineSchedules|Target"
+msgstr ""
+
+msgid "PipelineSchedules|Variables"
+msgstr ""
+
+msgid "PipelineSheduleIntervalPattern|Custom"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
+msgstr ""
+
+msgid "Pipelines"
+msgstr ""
+
+msgid "Pipelines charts"
+msgstr ""
+
+msgid "Pipelines emails"
+msgstr ""
+
+msgid "Pipelines for last month"
+msgstr ""
+
+msgid "Pipelines for last week"
+msgstr ""
+
+msgid "Pipelines for last year"
+msgstr ""
+
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
+msgstr ""
+
+msgid "Pipelines settings for '%{project_name}' were successfully updated."
+msgstr ""
+
+msgid "Pipelines| to purchase more minutes."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has exceeded its pipeline minutes quota."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has less than %{notification_level}%% of CI minutes available."
+msgstr ""
+
+msgid "Pipelines|API"
+msgstr ""
+
+msgid "Pipelines|Build with confidence"
+msgstr ""
+
+msgid "Pipelines|CI Lint"
+msgstr ""
+
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
+msgid "Pipelines|Clear Runner Caches"
+msgstr ""
+
+msgid "Pipelines|Continuous Integration can help catch bugs by running your tests automatically, while Continuous Deployment can help you deliver code to your product environment."
+msgstr ""
+
+msgid "Pipelines|Get started with Pipelines"
+msgstr ""
+
+msgid "Pipelines|Loading Pipelines"
+msgstr ""
+
+msgid "Pipelines|Pipelines will not run anymore on shared Runners."
+msgstr ""
+
+msgid "Pipelines|Project cache successfully reset."
+msgstr ""
+
+msgid "Pipelines|Run Pipeline"
+msgstr ""
+
+msgid "Pipelines|Something went wrong while cleaning runners cache."
+msgstr ""
+
+msgid "Pipelines|There are currently no %{scope} pipelines."
+msgstr ""
+
+msgid "Pipelines|There are currently no pipelines."
+msgstr ""
+
+msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
+msgid "Pipelines|This project is not currently set up to run pipelines."
+msgstr ""
+
+msgid "Pipelines|parent"
+msgstr ""
+
+msgid "Pipeline|Commit"
+msgstr ""
+
+msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation.%{linkEnd}"
+msgstr ""
+
+msgid "Pipeline|Coverage"
+msgstr ""
+
+msgid "Pipeline|Detached merge request pipeline"
+msgstr ""
+
+msgid "Pipeline|Duration"
+msgstr ""
+
+msgid "Pipeline|Existing branch name or tag"
+msgstr ""
+
+msgid "Pipeline|Key"
+msgstr ""
+
+msgid "Pipeline|Merge train pipeline"
+msgstr ""
+
+msgid "Pipeline|Merged result pipeline"
+msgstr ""
+
+msgid "Pipeline|Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run for"
+msgstr ""
+
+msgid "Pipeline|Search branches"
+msgstr ""
+
+msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default."
+msgstr ""
+
+msgid "Pipeline|Stages"
+msgstr ""
+
+msgid "Pipeline|Status"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline #%{pipelineId}?"
+msgstr ""
+
+msgid "Pipeline|Triggerer"
+msgstr ""
+
+msgid "Pipeline|Value"
+msgstr ""
+
+msgid "Pipeline|Variables"
+msgstr ""
+
+msgid "Pipeline|You’re about to stop pipeline %{pipelineId}."
+msgstr ""
+
+msgid "Pipeline|all"
+msgstr ""
+
+msgid "Pipeline|for"
+msgstr ""
+
+msgid "Pipeline|on"
+msgstr ""
+
+msgid "Pipeline|success"
+msgstr ""
+
+msgid "Pipeline|with stage"
+msgstr ""
+
+msgid "Pipeline|with stages"
+msgstr ""
+
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgstr ""
+
+msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgstr ""
+
+msgid "Plain diff"
+msgstr ""
+
+msgid "PlantUML"
+msgstr ""
+
+msgid "Play"
+msgstr ""
+
+msgid "Play all manual"
+msgstr ""
+
+msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
+msgstr ""
+
+msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
+msgstr ""
+
+msgid "Please accept the Terms of Service before continuing."
+msgstr ""
+
+msgid "Please add a comment in the text area above"
+msgstr ""
+
+msgid "Please add a list to your board first"
+msgstr ""
+
+msgid "Please check the configuration file for this chart"
+msgstr ""
+
+msgid "Please check the configuration file to ensure that a collection of charts has been declared."
+msgstr ""
+
+msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
+msgstr ""
+
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr ""
+
+msgid "Please choose a group URL with no special characters."
+msgstr ""
+
+msgid "Please complete your profile with email address"
+msgstr ""
+
+msgid "Please convert them to %{link_to_git}, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please convert them to Git on Google Code, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please create a password for your new account."
+msgstr ""
+
+msgid "Please create a username with only alphanumeric characters."
+msgstr ""
+
+msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please enter a non-negative number"
+msgstr ""
+
+msgid "Please enter a number greater than %{number} (from the project settings)"
+msgstr ""
+
+msgid "Please enter a valid number"
+msgstr ""
+
+msgid "Please enter or upload a license."
+msgstr ""
+
+msgid "Please fill in a descriptive name for your group."
+msgstr ""
+
+msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access."
+msgstr ""
+
+msgid "Please provide a name"
+msgstr ""
+
+msgid "Please provide a valid email address."
+msgstr ""
+
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
+msgid "Please retype the email address."
+msgstr ""
+
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
+msgid "Please select a file"
+msgstr ""
+
+msgid "Please select a group."
+msgstr ""
+
+msgid "Please select and add a member"
+msgstr ""
+
+msgid "Please select at least one filter to see results"
+msgstr ""
+
+msgid "Please set a new password before proceeding."
+msgstr ""
+
+msgid "Please solve the reCAPTCHA"
+msgstr ""
+
+msgid "Please try again"
+msgstr ""
+
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
+msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
+msgstr ""
+
+msgid "Please use this form to report to the admin users who create spam issues, comments or behave inappropriately."
+msgstr ""
+
+msgid "Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "Please wait while we connect to your repository. Refresh at will."
+msgstr ""
+
+msgid "Please wait while we import the repository for you. Refresh at will."
+msgstr ""
+
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
+msgid "Pods in use"
+msgstr ""
+
+msgid "Preferences"
+msgstr ""
+
+msgid "Preferences saved."
+msgstr ""
+
+msgid "Preferences|Behavior"
+msgstr ""
+
+msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout."
+msgstr ""
+
+msgid "Preferences|Choose what content you want to see on a project’s overview page."
+msgstr ""
+
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgstr ""
+
+msgid "Preferences|Default dashboard"
+msgstr ""
+
+msgid "Preferences|Display time in 24-hour format"
+msgstr ""
+
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
+msgid "Preferences|For example: 30 mins ago."
+msgstr ""
+
+msgid "Preferences|Integrations"
+msgstr ""
+
+msgid "Preferences|Layout width"
+msgstr ""
+
+msgid "Preferences|Navigation theme"
+msgstr ""
+
+msgid "Preferences|Project overview content"
+msgstr ""
+
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
+msgstr ""
+
+msgid "Preferences|Syntax highlighting theme"
+msgstr ""
+
+msgid "Preferences|These settings will update how dates and times are displayed for you."
+msgstr ""
+
+msgid "Preferences|This feature is experimental and translations are not complete yet"
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the appearance of the syntax."
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views."
+msgstr ""
+
+msgid "Preferences|Time display"
+msgstr ""
+
+msgid "Preferences|Time format"
+msgstr ""
+
+msgid "Preferences|Time preferences"
+msgstr ""
+
+msgid "Preferences|Use relative times"
+msgstr ""
+
+msgid "Press %{key}-C to copy"
+msgstr ""
+
+msgid "Prevent adding new members to project membership within this group"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request author"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request committers"
+msgstr ""
+
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
+msgid "Preview"
+msgstr ""
+
+msgid "Preview Markdown"
+msgstr ""
+
+msgid "Preview changes"
+msgstr ""
+
+msgid "Preview payload"
+msgstr ""
+
+msgid "Previous Artifacts"
+msgstr ""
+
+msgid "Previous file in diff (MRs only)"
+msgstr ""
+
+msgid "Previous unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Primary"
+msgstr ""
+
+msgid "Prioritize"
+msgstr ""
+
+msgid "Prioritize label"
+msgstr ""
+
+msgid "Prioritized Labels"
+msgstr ""
+
+msgid "Prioritized label"
+msgstr ""
+
+msgid "Private"
+msgstr ""
+
+msgid "Private - Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Private - The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "Private group(s)"
+msgstr ""
+
+msgid "Private profile"
+msgstr ""
+
+msgid "Private projects can be created in your personal namespace with:"
+msgstr ""
+
+msgid "Proceed"
+msgstr ""
+
+msgid "Productivity Analytics"
+msgstr ""
+
+msgid "Productivity analytics can help identify the problems that are delaying your team"
+msgstr ""
+
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Ascending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Descending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
+msgid "Profile"
+msgstr ""
+
+msgid "Profile Settings"
+msgstr ""
+
+msgid "ProfileSession|on"
+msgstr ""
+
+msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
+msgstr ""
+
+msgid "Profiles|@username"
+msgstr ""
+
+msgid "Profiles|Account scheduled for removal."
+msgstr ""
+
+msgid "Profiles|Activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Active"
+msgstr ""
+
+msgid "Profiles|Add key"
+msgstr ""
+
+msgid "Profiles|Add status emoji"
+msgstr ""
+
+msgid "Profiles|Avatar cropper"
+msgstr ""
+
+msgid "Profiles|Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Profiles|Bio"
+msgstr ""
+
+msgid "Profiles|Change username"
+msgstr ""
+
+msgid "Profiles|Changing your username can have unintended side effects."
+msgstr ""
+
+msgid "Profiles|Choose file..."
+msgstr ""
+
+msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information"
+msgstr ""
+
+msgid "Profiles|City, country"
+msgstr ""
+
+msgid "Profiles|Clear status"
+msgstr ""
+
+msgid "Profiles|Click on icon to activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Commit email"
+msgstr ""
+
+msgid "Profiles|Connect"
+msgstr ""
+
+msgid "Profiles|Connected Accounts"
+msgstr ""
+
+msgid "Profiles|Current path: %{path}"
+msgstr ""
+
+msgid "Profiles|Current status"
+msgstr ""
+
+msgid "Profiles|Default notification email"
+msgstr ""
+
+msgid "Profiles|Delete Account"
+msgstr ""
+
+msgid "Profiles|Delete account"
+msgstr ""
+
+msgid "Profiles|Delete your account?"
+msgstr ""
+
+msgid "Profiles|Deleting an account has the following effects:"
+msgstr ""
+
+msgid "Profiles|Disconnect"
+msgstr ""
+
+msgid "Profiles|Do not show on profile"
+msgstr ""
+
+msgid "Profiles|Don't display activity-related personal information on your profiles"
+msgstr ""
+
+msgid "Profiles|Edit Profile"
+msgstr ""
+
+msgid "Profiles|Enter your name, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Feed token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Full name"
+msgstr ""
+
+msgid "Profiles|Impersonation"
+msgstr ""
+
+msgid "Profiles|Include private contributions on my profile"
+msgstr ""
+
+msgid "Profiles|Incoming email token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
+msgstr ""
+
+msgid "Profiles|Invalid password"
+msgstr ""
+
+msgid "Profiles|Invalid username"
+msgstr ""
+
+msgid "Profiles|Key"
+msgstr ""
+
+msgid "Profiles|Learn more"
+msgstr ""
+
+msgid "Profiles|Location"
+msgstr ""
+
+msgid "Profiles|Made a private contribution"
+msgstr ""
+
+msgid "Profiles|Main settings"
+msgstr ""
+
+msgid "Profiles|No file chosen"
+msgstr ""
+
+msgid "Profiles|Notification email"
+msgstr ""
+
+msgid "Profiles|Organization"
+msgstr ""
+
+msgid "Profiles|Path"
+msgstr ""
+
+msgid "Profiles|Personal Access"
+msgstr ""
+
+msgid "Profiles|Position and size your new avatar"
+msgstr ""
+
+msgid "Profiles|Primary email"
+msgstr ""
+
+msgid "Profiles|Private contributions"
+msgstr ""
+
+msgid "Profiles|Profile was successfully updated"
+msgstr ""
+
+msgid "Profiles|Public Avatar"
+msgstr ""
+
+msgid "Profiles|Public email"
+msgstr ""
+
+msgid "Profiles|Remove avatar"
+msgstr ""
+
+msgid "Profiles|Set new profile picture"
+msgstr ""
+
+msgid "Profiles|Social sign-in"
+msgstr ""
+
+msgid "Profiles|Some options are unavailable for LDAP accounts"
+msgstr ""
+
+msgid "Profiles|Static object token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Tell us about yourself in fewer than 250 characters"
+msgstr ""
+
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
+msgid "Profiles|The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it?"
+msgstr ""
+
+msgid "Profiles|This email will be displayed on your public profile"
+msgstr ""
+
+msgid "Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}"
+msgstr ""
+
+msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
+msgstr ""
+
+msgid "Profiles|This information will appear on your profile"
+msgstr ""
+
+msgid "Profiles|Time settings"
+msgstr ""
+
+msgid "Profiles|Two-Factor Authentication"
+msgstr ""
+
+msgid "Profiles|Type your %{confirmationValue} to confirm:"
+msgstr ""
+
+msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
+msgstr ""
+
+msgid "Profiles|Update profile settings"
+msgstr ""
+
+msgid "Profiles|Update username"
+msgstr ""
+
+msgid "Profiles|Upload new avatar"
+msgstr ""
+
+msgid "Profiles|Use a private email - %{email}"
+msgstr ""
+
+msgid "Profiles|User ID"
+msgstr ""
+
+msgid "Profiles|Username change failed - %{message}"
+msgstr ""
+
+msgid "Profiles|Username successfully changed"
+msgstr ""
+
+msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead"
+msgstr ""
+
+msgid "Profiles|What's your status?"
+msgstr ""
+
+msgid "Profiles|Who you represent or work for"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here or remove the current avatar to revert to %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You can set your current timezone here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here or change it at %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You don't have access to delete this user."
+msgstr ""
+
+msgid "Profiles|You must transfer ownership or delete these groups before you can delete your account."
+msgstr ""
+
+msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename"
+msgstr ""
+
+msgid "Profiles|Your account is currently an owner in these groups:"
+msgstr ""
+
+msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your name was automatically set based on your %{provider_label} account, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Your status"
+msgstr ""
+
+msgid "Profiles|e.g. My MacBook key"
+msgstr ""
+
+msgid "Profiles|impersonation"
+msgstr ""
+
+msgid "Profiles|personal access"
+msgstr ""
+
+msgid "Profiles|username"
+msgstr ""
+
+msgid "Profiles|website.com"
+msgstr ""
+
+msgid "Profiles|your account"
+msgstr ""
+
+msgid "Profiling - Performance bar"
+msgstr ""
+
+msgid "Programming languages used in this repository"
+msgstr ""
+
+msgid "Progress"
+msgstr ""
+
+msgid "Project"
+msgstr ""
+
+msgid "Project \"%{name}\" is no longer available. Select another project to continue."
+msgstr ""
+
+msgid "Project %{project_repo} could not be found"
+msgstr ""
+
+msgid "Project '%{project_name}' is being imported."
+msgstr ""
+
+msgid "Project '%{project_name}' is in the process of being deleted."
+msgstr ""
+
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
+msgid "Project '%{project_name}' queued for deletion."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully created."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully updated."
+msgstr ""
+
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
+msgid "Project Badges"
+msgstr ""
+
+msgid "Project Files"
+msgstr ""
+
+msgid "Project Hooks"
+msgstr ""
+
+msgid "Project ID"
+msgstr ""
+
+msgid "Project URL"
+msgstr ""
+
+msgid "Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Project already deleted"
+msgstr ""
+
+msgid "Project and wiki repositories"
+msgstr ""
+
+msgid "Project avatar"
+msgstr ""
+
+msgid "Project cannot be shared with the group it is in or one of its ancestors."
+msgstr ""
+
+msgid "Project configuration, including services"
+msgstr ""
+
+msgid "Project description (optional)"
+msgstr ""
+
+msgid "Project details"
+msgstr ""
+
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
+msgid "Project export could not be deleted."
+msgstr ""
+
+msgid "Project export enabled"
+msgstr ""
+
+msgid "Project export has been deleted."
+msgstr ""
+
+msgid "Project export link has expired. Please generate a new export from your project settings."
+msgstr ""
+
+msgid "Project export started. A download link will be sent by email."
+msgstr ""
+
+msgid "Project has too many %{label_for_message} to search"
+msgstr ""
+
+msgid "Project members"
+msgstr ""
+
+msgid "Project name"
+msgstr ""
+
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
+msgid "Project slug"
+msgstr ""
+
+msgid "Project uploads"
+msgstr ""
+
+msgid "Project visibility level will be changed to match namespace rules when transferring to a group."
+msgstr ""
+
+msgid "Project: %{name}"
+msgstr ""
+
+msgid "ProjectActivityRSS|Subscribe"
+msgstr ""
+
+msgid "ProjectCreationLevel|Allowed to create projects"
+msgstr ""
+
+msgid "ProjectCreationLevel|Default project creation protection"
+msgstr ""
+
+msgid "ProjectCreationLevel|Developers + Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|No one"
+msgstr ""
+
+msgid "ProjectFileTree|Name"
+msgstr ""
+
+msgid "ProjectLastActivity|Never"
+msgstr ""
+
+msgid "ProjectLifecycle|Stage"
+msgstr ""
+
+msgid "ProjectOverview|Fork"
+msgstr ""
+
+msgid "ProjectOverview|Forks"
+msgstr ""
+
+msgid "ProjectOverview|Go to your fork"
+msgstr ""
+
+msgid "ProjectOverview|Star"
+msgstr ""
+
+msgid "ProjectOverview|Starrer"
+msgstr ""
+
+msgid "ProjectOverview|Starrers"
+msgstr ""
+
+msgid "ProjectOverview|Unstar"
+msgstr ""
+
+msgid "ProjectOverview|You have reached your project limit"
+msgstr ""
+
+msgid "ProjectOverview|You must sign in to star a project"
+msgstr ""
+
+msgid "ProjectPage|Project ID: %{project_id}"
+msgstr ""
+
+msgid "ProjectSelect| or group"
+msgstr ""
+
+msgid "ProjectSelect|Search for project"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status off"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status on"
+msgstr ""
+
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
+msgid "ProjectService|Integrations"
+msgstr ""
+
+msgid "ProjectService|Last edit"
+msgstr ""
+
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr ""
+
+msgid "ProjectService|Project services"
+msgstr ""
+
+msgid "ProjectService|Project services allow you to integrate GitLab with other applications"
+msgstr ""
+
+msgid "ProjectService|Service"
+msgstr ""
+
+msgid "ProjectService|Services"
+msgstr ""
+
+msgid "ProjectService|Settings"
+msgstr ""
+
+msgid "ProjectService|To set up this service:"
+msgstr ""
+
+msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed"
+msgstr ""
+
+msgid "ProjectSettings|All discussions must be resolved"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
+msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
+msgstr ""
+
+msgid "ProjectSettings|Badges"
+msgstr ""
+
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
+
+msgid "ProjectSettings|Contact an admin to change this setting."
+msgstr ""
+
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
+msgid "ProjectSettings|Customize your project badges."
+msgstr ""
+
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
+msgid "ProjectSettings|Every merge creates a merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
+msgid "ProjectSettings|Failed to protect the tag"
+msgstr ""
+
+msgid "ProjectSettings|Failed to update tag!"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merge"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merges only"
+msgstr ""
+
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
+msgid "ProjectSettings|Learn more about badges."
+msgstr ""
+
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
+msgid "ProjectSettings|Merge checks"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit with semi-linear history"
+msgstr ""
+
+msgid "ProjectSettings|Merge method"
+msgstr ""
+
+msgid "ProjectSettings|Merge options"
+msgstr ""
+
+msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
+msgid "ProjectSettings|No merge commits are created"
+msgstr ""
+
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
+msgid "ProjectSettings|Only signed commits can be pushed to this repository."
+msgstr ""
+
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines must succeed"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
+msgstr ""
+
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
+msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
+msgstr ""
+
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
+msgid "ProjectSettings|These checks must pass before merge requests can be merged"
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level but has been overridden for this project."
+msgstr ""
+
+msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
+msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
+msgstr ""
+
+msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
+msgstr ""
+
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
+msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
+msgstr ""
+
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
+msgid "ProjectTemplates|.NET Core"
+msgstr ""
+
+msgid "ProjectTemplates|Android"
+msgstr ""
+
+msgid "ProjectTemplates|Go Micro"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|NodeJS Express"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|Ruby on Rails"
+msgstr ""
+
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
+msgid "ProjectTemplates|Spring"
+msgstr ""
+
+msgid "ProjectTemplates|iOS (Swift)"
+msgstr ""
+
+msgid "Projects"
+msgstr ""
+
+msgid "Projects (%{count})"
+msgstr ""
+
+msgid "Projects Successfully Retrieved"
+msgstr ""
+
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
+msgid "Projects shared with %{group_name}"
+msgstr ""
+
+msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group."
+msgstr ""
+
+msgid "Projects to index"
+msgstr ""
+
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
+msgid "Projects with write access"
+msgstr ""
+
+msgid "ProjectsDropdown|Frequently visited"
+msgstr ""
+
+msgid "ProjectsDropdown|Loading projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Projects you visit often will appear here"
+msgstr ""
+
+msgid "ProjectsDropdown|Search your projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "ProjectsDropdown|Sorry, no projects matched your search"
+msgstr ""
+
+msgid "ProjectsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
+msgstr ""
+
+msgid "ProjectsNew|Blank"
+msgstr ""
+
+msgid "ProjectsNew|Blank project"
+msgstr ""
+
+msgid "ProjectsNew|Contact an administrator to enable options for importing your project."
+msgstr ""
+
+msgid "ProjectsNew|Create from template"
+msgstr ""
+
+msgid "ProjectsNew|Creating project & repository."
+msgstr ""
+
+msgid "ProjectsNew|Description format"
+msgstr ""
+
+msgid "ProjectsNew|Import"
+msgstr ""
+
+msgid "ProjectsNew|Import project"
+msgstr ""
+
+msgid "ProjectsNew|Initialize repository with a README"
+msgstr ""
+
+msgid "ProjectsNew|No import options available"
+msgstr ""
+
+msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
+msgstr ""
+
+msgid "ProjectsNew|Template"
+msgstr ""
+
+msgid "ProjectsNew|Visibility Level"
+msgstr ""
+
+msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
+msgstr ""
+
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr ""
+
+msgid "PrometheusAlerts|Add alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Edit alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error creating alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error deleting alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error fetching alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error saving alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Operator"
+msgstr ""
+
+msgid "PrometheusAlerts|Select query"
+msgstr ""
+
+msgid "PrometheusAlerts|Threshold"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgstr ""
+
+msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgstr ""
+
+msgid "PrometheusService|Active"
+msgstr ""
+
+msgid "PrometheusService|Auto configuration"
+msgstr ""
+
+msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments"
+msgstr ""
+
+msgid "PrometheusService|Common metrics"
+msgstr ""
+
+msgid "PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters."
+msgstr ""
+
+msgid "PrometheusService|Custom metrics"
+msgstr ""
+
+msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
+msgstr ""
+
+msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
+msgstr ""
+
+msgid "PrometheusService|Finding and configuring metrics..."
+msgstr ""
+
+msgid "PrometheusService|Finding custom metrics..."
+msgstr ""
+
+msgid "PrometheusService|Install Prometheus on clusters"
+msgstr ""
+
+msgid "PrometheusService|Manage clusters"
+msgstr ""
+
+msgid "PrometheusService|Manual configuration"
+msgstr ""
+
+msgid "PrometheusService|Metrics"
+msgstr ""
+
+msgid "PrometheusService|Missing environment variable"
+msgstr ""
+
+msgid "PrometheusService|More information"
+msgstr ""
+
+msgid "PrometheusService|New metric"
+msgstr ""
+
+msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
+msgstr ""
+
+msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
+msgstr ""
+
+msgid "PrometheusService|Prometheus is being automatically managed on your clusters"
+msgstr ""
+
+msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment"
+msgstr ""
+
+msgid "PrometheusService|Time-series monitoring service"
+msgstr ""
+
+msgid "PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters"
+msgstr ""
+
+msgid "PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below"
+msgstr ""
+
+msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
+msgstr ""
+
+msgid "Promote"
+msgstr ""
+
+msgid "Promote confidential issue to a non-confidential epic"
+msgstr ""
+
+msgid "Promote issue to an epic"
+msgstr ""
+
+msgid "Promote these project milestones into a group milestone."
+msgstr ""
+
+msgid "Promote to Group Milestone"
+msgstr ""
+
+msgid "Promote to group label"
+msgstr ""
+
+msgid "PromoteMilestone|Only project milestones can be promoted."
+msgstr ""
+
+msgid "PromoteMilestone|Project does not belong to a group."
+msgstr ""
+
+msgid "PromoteMilestone|Promotion failed - %{message}"
+msgstr ""
+
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
+msgid "Promoted issue to an epic."
+msgstr ""
+
+msgid "Promotions|Don't show me this again"
+msgstr ""
+
+msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
+msgstr ""
+
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
+msgid "Promotions|This feature is locked."
+msgstr ""
+
+msgid "Promotions|Upgrade plan"
+msgstr ""
+
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
+msgid "Prompt users to upload SSH keys"
+msgstr ""
+
+msgid "Protected"
+msgstr ""
+
+msgid "Protected Branch"
+msgstr ""
+
+msgid "Protected Environment"
+msgstr ""
+
+msgid "Protected Environments"
+msgstr ""
+
+msgid "Protected Paths"
+msgstr ""
+
+msgid "Protected Tag"
+msgstr ""
+
+msgid "Protected branches"
+msgstr ""
+
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
+msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
+msgstr ""
+
+msgid "ProtectedEnvironment|Allowed to deploy"
+msgstr ""
+
+msgid "ProtectedEnvironment|Environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
+msgstr ""
+
+msgid "ProtectedEnvironment|Select an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
+msgstr ""
+
+msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
+msgstr ""
+
+msgid "ProtectedEnvironment|Unprotect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment can't be unprotected"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been protected."
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been unprotected"
+msgstr ""
+
+msgid "Protip:"
+msgstr ""
+
+msgid "Provider"
+msgstr ""
+
+msgid "Pseudonymizer data collection"
+msgstr ""
+
+msgid "Public"
+msgstr ""
+
+msgid "Public - The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "Public - The project can be accessed without any authentication."
+msgstr ""
+
+msgid "Public Access Help"
+msgstr ""
+
+msgid "Public deploy keys (%{deploy_keys_count})"
+msgstr ""
+
+msgid "Public pipelines"
+msgstr ""
+
+msgid "Pull"
+msgstr ""
+
+msgid "Purchase more minutes"
+msgstr ""
+
+msgid "Push"
+msgstr ""
+
+msgid "Push Rule updated successfully."
+msgstr ""
+
+msgid "Push Rules"
+msgstr ""
+
+msgid "Push Rules updated successfully."
+msgstr ""
+
+msgid "Push an existing Git repository"
+msgstr ""
+
+msgid "Push an existing folder"
+msgstr ""
+
+msgid "Push events"
+msgstr ""
+
+msgid "Push project from command line"
+msgstr ""
+
+msgid "Push to create a project"
+msgstr ""
+
+msgid "PushRule|Committer restriction"
+msgstr ""
+
+msgid "Pushed"
+msgstr ""
+
+msgid "Pushes"
+msgstr ""
+
+msgid "PushoverService|%{user_name} deleted branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} push to branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|High Priority"
+msgstr ""
+
+msgid "PushoverService|Leave blank for all active devices"
+msgstr ""
+
+msgid "PushoverService|Low Priority"
+msgstr ""
+
+msgid "PushoverService|Lowest Priority"
+msgstr ""
+
+msgid "PushoverService|Normal Priority"
+msgstr ""
+
+msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
+msgstr ""
+
+msgid "PushoverService|See project %{project_full_name}"
+msgstr ""
+
+msgid "PushoverService|Total commits count: %{total_commits_count}"
+msgstr ""
+
+msgid "PushoverService|Your application key"
+msgstr ""
+
+msgid "PushoverService|Your user key"
+msgstr ""
+
+msgid "Quarters"
+msgstr ""
+
+msgid "Query"
+msgstr ""
+
+msgid "Query cannot be processed"
+msgstr ""
+
+msgid "Query is valid"
+msgstr ""
+
+msgid "Quick actions can be used in the issues description and comment boxes."
+msgstr ""
+
+msgid "Quick range"
+msgstr ""
+
+msgid "README"
+msgstr ""
+
+msgid "Rake Tasks Help"
+msgstr ""
+
+msgid "Raw blob request rate limit per minute"
+msgstr ""
+
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
+msgid "Read more"
+msgstr ""
+
+msgid "Read more about environments"
+msgstr ""
+
+msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
+msgstr ""
+
+msgid "Read more about related issues"
+msgstr ""
+
+msgid "Real-time features"
+msgstr ""
+
+msgid "Rebase"
+msgstr ""
+
+msgid "Rebase in progress"
+msgstr ""
+
+msgid "Receive alerts from manually configured Prometheus servers."
+msgstr ""
+
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
+msgid "Receive notifications about your own activity"
+msgstr ""
+
+msgid "Recent"
+msgstr ""
+
+msgid "Recent Activity"
+msgstr ""
+
+msgid "Recent Project Activity"
+msgstr ""
+
+msgid "Recent Searches Service is unavailable"
+msgstr ""
+
+msgid "Recent searches"
+msgstr ""
+
+msgid "Recipe"
+msgstr ""
+
+msgid "Recovery Codes"
+msgstr ""
+
+msgid "Redirect to SAML provider to test configuration"
+msgstr ""
+
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
+msgid "Reference:"
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "Refreshing in a second to show the updated status..."
+msgid_plural "Refreshing in %d seconds to show the updated status..."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Regenerate instance ID"
+msgstr ""
+
+msgid "Regenerate key"
+msgstr ""
+
+msgid "Regenerate recovery codes"
+msgstr ""
+
+msgid "Regenerating the instance ID can break integration depending on the client you are using."
+msgstr ""
+
+msgid "Regex pattern"
+msgstr ""
+
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
+msgid "Register"
+msgstr ""
+
+msgid "Register / Sign In"
+msgstr ""
+
+msgid "Register Two-Factor Authenticator"
+msgstr ""
+
+msgid "Register U2F device"
+msgstr ""
+
+msgid "Register Universal Two-Factor (U2F) Device"
+msgstr ""
+
+msgid "Register for GitLab"
+msgstr ""
+
+msgid "Register now"
+msgstr ""
+
+msgid "Register with two-factor app"
+msgstr ""
+
+msgid "Registration"
+msgstr ""
+
+msgid "Related Deployed Jobs"
+msgstr ""
+
+msgid "Related Issues"
+msgstr ""
+
+msgid "Related Jobs"
+msgstr ""
+
+msgid "Related Merge Requests"
+msgstr ""
+
+msgid "Related Merged Requests"
+msgstr ""
+
+msgid "Related issues"
+msgstr ""
+
+msgid "Related merge requests"
+msgstr ""
+
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
+msgid "Releases"
+msgstr ""
+
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr ""
+
+msgid "Remember me"
+msgstr ""
+
+msgid "Remind later"
+msgstr ""
+
+msgid "Remote object has no absolute path."
+msgstr ""
+
+msgid "Remove"
+msgstr ""
+
+msgid "Remove %{displayReference}"
+msgstr ""
+
+msgid "Remove Runner"
+msgstr ""
+
+msgid "Remove Zoom meeting"
+msgstr ""
+
+msgid "Remove all approvals in a merge request when new commits are pushed to its source branch"
+msgstr ""
+
+msgid "Remove all or specific assignee(s)"
+msgstr ""
+
+msgid "Remove all or specific label(s)"
+msgstr ""
+
+msgid "Remove approvers"
+msgstr ""
+
+msgid "Remove approvers?"
+msgstr ""
+
+msgid "Remove assignee"
+msgstr ""
+
+msgid "Remove avatar"
+msgstr ""
+
+msgid "Remove card"
+msgstr ""
+
+msgid "Remove child epic from an epic"
+msgstr ""
+
+msgid "Remove due date"
+msgstr ""
+
+msgid "Remove fork relationship"
+msgstr ""
+
+msgid "Remove from board"
+msgstr ""
+
+msgid "Remove from epic"
+msgstr ""
+
+msgid "Remove group"
+msgstr ""
+
+msgid "Remove milestone"
+msgstr ""
+
+msgid "Remove node"
+msgstr ""
+
+msgid "Remove parent epic from an epic"
+msgstr ""
+
+msgid "Remove primary node"
+msgstr ""
+
+msgid "Remove priority"
+msgstr ""
+
+msgid "Remove project"
+msgstr ""
+
+msgid "Remove secondary node"
+msgstr ""
+
+msgid "Remove spent time"
+msgstr ""
+
+msgid "Remove stage"
+msgstr ""
+
+msgid "Remove time estimate"
+msgstr ""
+
+msgid "Removed"
+msgstr ""
+
+msgid "Removed %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removed %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removed %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removed %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removed %{type} with id %{id}"
+msgstr ""
+
+msgid "Removed all labels."
+msgstr ""
+
+msgid "Removed an issue from an epic."
+msgstr ""
+
+msgid "Removed group can not be restored!"
+msgstr ""
+
+msgid "Removed parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removed projects cannot be restored!"
+msgstr ""
+
+msgid "Removed spent time."
+msgstr ""
+
+msgid "Removed the due date."
+msgstr ""
+
+msgid "Removed time estimate."
+msgstr ""
+
+msgid "Removes %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removes %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removes %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removes %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removes all labels."
+msgstr ""
+
+msgid "Removes an issue from an epic."
+msgstr ""
+
+msgid "Removes parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removes spent time."
+msgstr ""
+
+msgid "Removes the due date."
+msgstr ""
+
+msgid "Removes time estimate."
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
+msgid "Removing group will cause all child projects and resources to be removed."
+msgstr ""
+
+msgid "Removing license…"
+msgstr ""
+
+msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
+msgid "Rename"
+msgstr ""
+
+msgid "Rename file"
+msgstr ""
+
+msgid "Rename folder"
+msgstr ""
+
+msgid "Reopen epic"
+msgstr ""
+
+msgid "Reopen milestone"
+msgstr ""
+
+msgid "Reopen this %{quick_action_target}"
+msgstr ""
+
+msgid "Reopened this %{quick_action_target}."
+msgstr ""
+
+msgid "Reopens this %{quick_action_target}."
+msgstr ""
+
+msgid "Repair authentication"
+msgstr ""
+
+msgid "Replace"
+msgstr ""
+
+msgid "Replace all label(s)"
+msgstr ""
+
+msgid "Replaced all labels with %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Replaces the clone URL root."
+msgstr ""
+
+msgid "Reply by email"
+msgstr ""
+
+msgid "Reply to comment"
+msgstr ""
+
+msgid "Reply to this email directly or %{view_it_on_gitlab}."
+msgstr ""
+
+msgid "Reply..."
+msgstr ""
+
+msgid "Repo by URL"
+msgstr ""
+
+msgid "Report Type: %{report_type}"
+msgstr ""
+
+msgid "Report abuse to admin"
+msgstr ""
+
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
+msgid "Reporting"
+msgstr ""
+
+msgid "Reports|%{failedString} and %{resolvedString}"
+msgstr ""
+
+msgid "Reports|Actions"
+msgstr ""
+
+msgid "Reports|Class"
+msgstr ""
+
+msgid "Reports|Classname"
+msgstr ""
+
+msgid "Reports|Confidence"
+msgstr ""
+
+msgid "Reports|Execution time"
+msgstr ""
+
+msgid "Reports|Failure"
+msgstr ""
+
+msgid "Reports|Metrics reports are loading"
+msgstr ""
+
+msgid "Reports|Metrics reports changed on %{numberOfChanges} %{pointsString}"
+msgstr ""
+
+msgid "Reports|Metrics reports did not change"
+msgstr ""
+
+msgid "Reports|Metrics reports failed loading results"
+msgstr ""
+
+msgid "Reports|Severity"
+msgstr ""
+
+msgid "Reports|System output"
+msgstr ""
+
+msgid "Reports|Test summary"
+msgstr ""
+
+msgid "Reports|Test summary failed loading results"
+msgstr ""
+
+msgid "Reports|Test summary results are being parsed"
+msgstr ""
+
+msgid "Reports|Vulnerability"
+msgstr ""
+
+msgid "Reports|no changed test results"
+msgstr ""
+
+msgid "Repository"
+msgstr ""
+
+msgid "Repository Graph"
+msgstr ""
+
+msgid "Repository Settings"
+msgstr ""
+
+msgid "Repository URL"
+msgstr ""
+
+msgid "Repository check was triggered."
+msgstr ""
+
+msgid "Repository cleanup"
+msgstr ""
+
+msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete."
+msgstr ""
+
+msgid "Repository has no locks."
+msgstr ""
+
+msgid "Repository maintenance"
+msgstr ""
+
+msgid "Repository mirroring"
+msgstr ""
+
+msgid "Repository static objects"
+msgstr ""
+
+msgid "Repository storage"
+msgstr ""
+
+msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
+msgstr ""
+
+msgid "RepositorySettingsAccessLevel|Select"
+msgstr ""
+
+msgid "Request Access"
+msgstr ""
+
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
+msgid "Requested %{time_ago}"
+msgstr ""
+
+msgid "Requested design version does not exist"
+msgstr ""
+
+msgid "Requests Profiles"
+msgstr ""
+
+msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The whitelist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
+msgstr ""
+
+msgid "Require all users in this group to setup Two-factor authentication"
+msgstr ""
+
+msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
+msgstr ""
+
+msgid "Require user password to approve"
+msgstr ""
+
+msgid "Require users to prove ownership of custom domains"
+msgstr ""
+
+msgid "Requires approval from %{names}."
+msgid_plural "Requires %{count} more approvals from %{names}."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires approval."
+msgid_plural "Requires %d more approvals."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Resend confirmation email"
+msgstr ""
+
+msgid "Resend invite"
+msgstr ""
+
+msgid "Resend it"
+msgstr ""
+
+msgid "Reset authorization key"
+msgstr ""
+
+msgid "Reset authorization key?"
+msgstr ""
+
+msgid "Reset health check access token"
+msgstr ""
+
+msgid "Reset key"
+msgstr ""
+
+msgid "Reset runners registration token"
+msgstr ""
+
+msgid "Reset template"
+msgstr ""
+
+msgid "Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
+msgstr ""
+
+msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
+msgstr ""
+
+msgid "Resolve"
+msgstr ""
+
+msgid "Resolve all threads in new issue"
+msgstr ""
+
+msgid "Resolve conflicts on source branch"
+msgstr ""
+
+msgid "Resolve discussion"
+msgstr ""
+
+msgid "Resolve thread"
+msgstr ""
+
+msgid "Resolved"
+msgstr ""
+
+msgid "Resolved 1 discussion."
+msgstr ""
+
+msgid "Resolved all discussions."
+msgstr ""
+
+msgid "Resolved by %{name}"
+msgstr ""
+
+msgid "Resolved by %{resolvedByName}"
+msgstr ""
+
+msgid "Resolves IP addresses once and uses them to submit requests"
+msgstr ""
+
+msgid "Response"
+msgstr ""
+
+msgid "Response didn't include `service_desk_address`"
+msgstr ""
+
+msgid "Response metrics (AWS ELB)"
+msgstr ""
+
+msgid "Response metrics (Custom)"
+msgstr ""
+
+msgid "Response metrics (HA Proxy)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress VTS)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress)"
+msgstr ""
+
+msgid "Response metrics (NGINX)"
+msgstr ""
+
+msgid "Restart Terminal"
+msgstr ""
+
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
+msgid "Restrict access by IP address"
+msgstr ""
+
+msgid "Restrict membership by email"
+msgstr ""
+
+msgid "Resume"
+msgstr ""
+
+msgid "Resume replication"
+msgstr ""
+
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
+msgid "Retry"
+msgstr ""
+
+msgid "Retry this job"
+msgstr ""
+
+msgid "Retry this job in order to create the necessary resources."
+msgstr ""
+
+msgid "Retry update"
+msgstr ""
+
+msgid "Retry verification"
+msgstr ""
+
+msgid "Reveal value"
+msgid_plural "Reveal values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reveal values"
+msgstr ""
+
+msgid "Revert this commit"
+msgstr ""
+
+msgid "Revert this merge request"
+msgstr ""
+
+msgid "Review"
+msgstr ""
+
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
+msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
+msgstr ""
+
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
+msgid "Reviewing"
+msgstr ""
+
+msgid "Reviewing (merge request !%{mergeRequestId})"
+msgstr ""
+
+msgid "Revoke"
+msgstr ""
+
+msgid "Revoked impersonation token %{token_name}!"
+msgstr ""
+
+msgid "Revoked personal access token %{personal_access_token_name}!"
+msgstr ""
+
+msgid "RightSidebar|adding a"
+msgstr ""
+
+msgid "RightSidebar|deleting the"
+msgstr ""
+
+msgid "Roadmap"
+msgstr ""
+
+msgid "Role"
+msgstr ""
+
+msgid "Rollback"
+msgstr ""
+
+msgid "Rook"
+msgstr ""
+
+msgid "Run CI/CD pipelines for external repositories"
+msgstr ""
+
+msgid "Run housekeeping"
+msgstr ""
+
+msgid "Run tests against your code live using the Web Terminal"
+msgstr ""
+
+msgid "Run untagged jobs"
+msgstr ""
+
+msgid "Runner cannot be assigned to other projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects in its group"
+msgstr ""
+
+msgid "Runner runs jobs from assigned projects"
+msgstr ""
+
+msgid "Runner token"
+msgstr ""
+
+msgid "Runner was not updated."
+msgstr ""
+
+msgid "Runner was successfully updated."
+msgstr ""
+
+msgid "Runner will not receive any new jobs"
+msgstr ""
+
+msgid "Runners"
+msgstr ""
+
+msgid "Runners API"
+msgstr ""
+
+msgid "Runners activated for this project"
+msgstr ""
+
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, and even on your local machine."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, even on your local machine."
+msgstr ""
+
+msgid "Runners currently online: %{active_runners_count}"
+msgstr ""
+
+msgid "Runners page"
+msgstr ""
+
+msgid "Runners page."
+msgstr ""
+
+msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
+msgstr ""
+
+msgid "Running"
+msgstr ""
+
+msgid "Running…"
+msgstr ""
+
+msgid "Runs a number of housekeeping tasks within the current repository, such as compressing file revisions and removing unreachable objects."
+msgstr ""
+
+msgid "SAML SSO"
+msgstr ""
+
+msgid "SAML SSO for %{group_name}"
+msgstr ""
+
+msgid "SAML for %{group_name}"
+msgstr ""
+
+msgid "SHA256"
+msgstr ""
+
+msgid "SSH Key"
+msgstr ""
+
+msgid "SSH Keys"
+msgstr ""
+
+msgid "SSH Keys Help"
+msgstr ""
+
+msgid "SSH host key fingerprints"
+msgstr ""
+
+msgid "SSH host keys"
+msgstr ""
+
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
+msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
+msgstr ""
+
+msgid "SSH public key"
+msgstr ""
+
+msgid "SSL Verification:"
+msgstr ""
+
+msgid "Saturday"
+msgstr ""
+
+msgid "Save"
+msgstr ""
+
+msgid "Save Changes"
+msgstr ""
+
+msgid "Save anyway"
+msgstr ""
+
+msgid "Save application"
+msgstr ""
+
+msgid "Save changes"
+msgstr ""
+
+msgid "Save changes before testing"
+msgstr ""
+
+msgid "Save comment"
+msgstr ""
+
+msgid "Save expiration policy"
+msgstr ""
+
+msgid "Save password"
+msgstr ""
+
+msgid "Save pipeline schedule"
+msgstr ""
+
+msgid "Save template"
+msgstr ""
+
+msgid "Save variables"
+msgstr ""
+
+msgid "Saving"
+msgstr ""
+
+msgid "Saving project."
+msgstr ""
+
+msgid "Schedule a new pipeline"
+msgstr ""
+
+msgid "Scheduled"
+msgstr ""
+
+msgid "Scheduled to merge this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Schedules"
+msgstr ""
+
+msgid "Scheduling"
+msgstr ""
+
+msgid "Scheduling Pipelines"
+msgstr ""
+
+msgid "Scope"
+msgstr ""
+
+msgid "Scope not supported with disabled 'users_search' feature!"
+msgstr ""
+
+msgid "Scoped issue boards"
+msgstr ""
+
+msgid "Scoped label"
+msgstr ""
+
+msgid "Scopes"
+msgstr ""
+
+msgid "Scroll down"
+msgstr ""
+
+msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
+msgstr ""
+
+msgid "Scroll left"
+msgstr ""
+
+msgid "Scroll right"
+msgstr ""
+
+msgid "Scroll to bottom"
+msgstr ""
+
+msgid "Scroll to top"
+msgstr ""
+
+msgid "Scroll up"
+msgstr ""
+
+msgid "Search"
+msgstr ""
+
+msgid "Search Button"
+msgstr ""
+
+msgid "Search an environment spec"
+msgstr ""
+
+msgid "Search branches"
+msgstr ""
+
+msgid "Search branches and tags"
+msgstr ""
+
+msgid "Search files"
+msgstr ""
+
+msgid "Search for a LDAP group"
+msgstr ""
+
+msgid "Search for a group"
+msgstr ""
+
+msgid "Search for a user"
+msgstr ""
+
+msgid "Search for projects, issues, etc."
+msgstr ""
+
+msgid "Search for this text"
+msgstr ""
+
+msgid "Search forks"
+msgstr ""
+
+msgid "Search groups"
+msgstr ""
+
+msgid "Search merge requests"
+msgstr ""
+
+msgid "Search milestones"
+msgstr ""
+
+msgid "Search or filter results..."
+msgstr ""
+
+msgid "Search or filter results…"
+msgstr ""
+
+msgid "Search or jump to…"
+msgstr ""
+
+msgid "Search project"
+msgstr ""
+
+msgid "Search projects"
+msgstr ""
+
+msgid "Search projects..."
+msgstr ""
+
+msgid "Search users"
+msgstr ""
+
+msgid "Search users or groups"
+msgstr ""
+
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
+msgid "Search your projects"
+msgstr ""
+
+msgid "SearchAutocomplete|All GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|in all GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|in this group"
+msgstr ""
+
+msgid "SearchAutocomplete|in this project"
+msgstr ""
+
+msgid "SearchCodeResults|in"
+msgstr ""
+
+msgid "SearchCodeResults|of %{link_to_project}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
+msgstr ""
+
+msgid "SearchResults|code result"
+msgid_plural "SearchResults|code results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|comment"
+msgid_plural "SearchResults|comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|commit"
+msgid_plural "SearchResults|commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|issue"
+msgid_plural "SearchResults|issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|merge request"
+msgid_plural "SearchResults|merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|milestone"
+msgid_plural "SearchResults|milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|project"
+msgid_plural "SearchResults|projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet"
+msgid_plural "SearchResults|snippets"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet result"
+msgid_plural "SearchResults|snippet results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|user"
+msgid_plural "SearchResults|users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|wiki result"
+msgid_plural "SearchResults|wiki results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Seats currently in use"
+msgstr ""
+
+msgid "Seats in license"
+msgstr ""
+
+msgid "Secret"
+msgstr ""
+
+msgid "Security"
+msgstr ""
+
+msgid "Security & Compliance"
+msgstr ""
+
+msgid "Security Configuration"
+msgstr ""
+
+msgid "Security Dashboard"
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the dashboard data. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability counts. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Issue Created"
+msgstr ""
+
+msgid "Security Reports|Comment added to '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment deleted on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment edited on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Create issue"
+msgstr ""
+
+msgid "Security Reports|Dismiss vulnerability"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
+msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
+msgstr ""
+
+msgid "Security Reports|Learn more about setting up your dashboard"
+msgstr ""
+
+msgid "Security Reports|More info"
+msgstr ""
+
+msgid "Security Reports|Oops, something doesn't seem right."
+msgstr ""
+
+msgid "Security Reports|There was an error adding the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the issue."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the merge request."
+msgstr ""
+
+msgid "Security Reports|There was an error deleting the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error dismissing the vulnerability."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting the dismissal."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting this dismissal."
+msgstr ""
+
+msgid "Security Reports|Undo dismiss"
+msgstr ""
+
+msgid "Security configuration help link"
+msgstr ""
+
+msgid "Security dashboard"
+msgstr ""
+
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
+msgstr ""
+
+msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
+msgid "SecurityDashboard|Confidence"
+msgstr ""
+
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Hide dismissed"
+msgstr ""
+
+msgid "SecurityDashboard|Monitor vulnerabilities in your code"
+msgstr ""
+
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
+
+msgid "SecurityDashboard|Project"
+msgstr ""
+
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Report type"
+msgstr ""
+
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
+msgid "SecurityDashboard|Severity"
+msgstr ""
+
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
+msgid "See metrics"
+msgstr ""
+
+msgid "See the affected projects in the GitLab admin panel"
+msgstr ""
+
+msgid "Select"
+msgstr ""
+
+msgid "Select Archive Format"
+msgstr ""
+
+msgid "Select GitLab project to link with your Slack team"
+msgstr ""
+
+msgid "Select Page"
+msgstr ""
+
+msgid "Select Stack"
+msgstr ""
+
+msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Select a group to invite"
+msgstr ""
+
+msgid "Select a label"
+msgstr ""
+
+msgid "Select a namespace to fork the project"
+msgstr ""
+
+msgid "Select a new namespace"
+msgstr ""
+
+msgid "Select a project"
+msgstr ""
+
+msgid "Select a project to read Insights configuration file"
+msgstr ""
+
+msgid "Select a repository"
+msgstr ""
+
+msgid "Select a template repository"
+msgstr ""
+
+msgid "Select a template type"
+msgstr ""
+
+msgid "Select a timezone"
+msgstr ""
+
+msgid "Select all"
+msgstr ""
+
+msgid "Select an existing Kubernetes cluster or create a new one"
+msgstr ""
+
+msgid "Select branch"
+msgstr ""
+
+msgid "Select branch/tag"
+msgstr ""
+
+msgid "Select group or project"
+msgstr ""
+
+msgid "Select labels"
+msgstr ""
+
+msgid "Select merge moment"
+msgstr ""
+
+msgid "Select milestone"
+msgstr ""
+
+msgid "Select private project"
+msgstr ""
+
+msgid "Select project"
+msgstr ""
+
+msgid "Select project and zone to choose machine type"
+msgstr ""
+
+msgid "Select project to choose zone"
+msgstr ""
+
+msgid "Select projects"
+msgstr ""
+
+msgid "Select projects you want to import."
+msgstr ""
+
+msgid "Select source branch"
+msgstr ""
+
+msgid "Select target branch"
+msgstr ""
+
+msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
+msgstr ""
+
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
+msgid "Select the custom project template source group."
+msgstr ""
+
+msgid "Select timeframe"
+msgstr ""
+
+msgid "Select user"
+msgstr ""
+
+msgid "Select your role"
+msgstr ""
+
+msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
+msgstr ""
+
+msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
+msgstr ""
+
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
+msgid "Send a separate email notification to Developers."
+msgstr ""
+
+msgid "Send confirmation email"
+msgstr ""
+
+msgid "Send email"
+msgstr ""
+
+msgid "Send report"
+msgstr ""
+
+msgid "Send usage data"
+msgstr ""
+
+msgid "Sentry API URL"
+msgstr ""
+
+msgid "Sentry event"
+msgstr ""
+
+msgid "Sep"
+msgstr ""
+
+msgid "Separate topics with commas."
+msgstr ""
+
+msgid "September"
+msgstr ""
+
+msgid "SeriesFinalConjunction|and"
+msgstr ""
+
+msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)."
+msgstr ""
+
+msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
+msgstr ""
+
+msgid "Server version"
+msgstr ""
+
+msgid "Serverless"
+msgstr ""
+
+msgid "ServerlessDetails|Function invocation metrics require Prometheus to be installed first."
+msgstr ""
+
+msgid "ServerlessDetails|Install Prometheus"
+msgstr ""
+
+msgid "ServerlessDetails|Invocation metrics loading or not available at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Invocations"
+msgstr ""
+
+msgid "ServerlessDetails|Kubernetes Pods"
+msgstr ""
+
+msgid "ServerlessDetails|More information"
+msgstr ""
+
+msgid "ServerlessDetails|No pods loaded at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity."
+msgstr ""
+
+msgid "ServerlessDetails|pod in use"
+msgstr ""
+
+msgid "ServerlessDetails|pods in use"
+msgstr ""
+
+msgid "ServerlessURL|Copy URL"
+msgstr ""
+
+msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
+msgstr ""
+
+msgid "Serverless|Getting started with serverless"
+msgstr ""
+
+msgid "Serverless|If you believe none of these apply, please check back later as the function data may be in the process of becoming available."
+msgstr ""
+
+msgid "Serverless|Install Knative"
+msgstr ""
+
+msgid "Serverless|Learn more about Serverless"
+msgstr ""
+
+msgid "Serverless|No functions available"
+msgstr ""
+
+msgid "Serverless|The deploy job has not finished."
+msgstr ""
+
+msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag} file don't match the namespace of your cluster."
+msgstr ""
+
+msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:"
+msgstr ""
+
+msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured."
+msgstr ""
+
+msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file."
+msgstr ""
+
+msgid "Service"
+msgstr ""
+
+msgid "Service Desk"
+msgstr ""
+
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
+msgid "Service Templates"
+msgstr ""
+
+msgid "Service URL"
+msgstr ""
+
+msgid "Session duration (minutes)"
+msgstr ""
+
+msgid "Session expiration, projects limit and attachment size."
+msgstr ""
+
+msgid "Set %{epic_ref} as the parent epic."
+msgstr ""
+
+msgid "Set a default template for issue descriptions."
+msgstr ""
+
+msgid "Set a number of approvals required, the approvers and other approval settings."
+msgstr ""
+
+msgid "Set a password on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Set a template repository for projects in this group"
+msgstr ""
+
+msgid "Set default and restrict visibility levels. Configure import sources and git access protocol."
+msgstr ""
+
+msgid "Set due date"
+msgstr ""
+
+msgid "Set instance-wide template repository"
+msgstr ""
+
+msgid "Set max session time for web terminal."
+msgstr ""
+
+msgid "Set milestone"
+msgstr ""
+
+msgid "Set new password"
+msgstr ""
+
+msgid "Set notification email for abuse reports."
+msgstr ""
+
+msgid "Set parent epic to an epic"
+msgstr ""
+
+msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
+msgstr ""
+
+msgid "Set target branch"
+msgstr ""
+
+msgid "Set target branch to %{branch_name}."
+msgstr ""
+
+msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: <code>4 mins 2 sec</code>, <code>2h42min</code>."
+msgstr ""
+
+msgid "Set the due date to %{due_date}."
+msgstr ""
+
+msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>."
+msgstr ""
+
+msgid "Set the maximum file size for each job's artifacts"
+msgstr ""
+
+msgid "Set the maximum number of pipeline minutes that a group can use on shared Runners per month. 0 for unlimited."
+msgstr ""
+
+msgid "Set the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Set time estimate"
+msgstr ""
+
+msgid "Set time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Set up CI/CD"
+msgstr ""
+
+msgid "Set up a %{type} Runner automatically"
+msgstr ""
+
+msgid "Set up a %{type} Runner manually"
+msgstr ""
+
+msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}"
+msgstr ""
+
+msgid "Set up new U2F device"
+msgstr ""
+
+msgid "Set up new password"
+msgstr ""
+
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
+msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
+msgstr ""
+
+msgid "Set weight"
+msgstr ""
+
+msgid "Set weight to %{weight}."
+msgstr ""
+
+msgid "SetPasswordToCloneLink|set a password"
+msgstr ""
+
+msgid "SetStatusModal|Add status emoji"
+msgstr ""
+
+msgid "SetStatusModal|Clear status"
+msgstr ""
+
+msgid "SetStatusModal|Edit status"
+msgstr ""
+
+msgid "SetStatusModal|Remove status"
+msgstr ""
+
+msgid "SetStatusModal|Set a status"
+msgstr ""
+
+msgid "SetStatusModal|Set status"
+msgstr ""
+
+msgid "SetStatusModal|Sorry, we weren't able to set your status. Please try again later."
+msgstr ""
+
+msgid "SetStatusModal|What's your status?"
+msgstr ""
+
+msgid "Sets %{epic_ref} as parent epic."
+msgstr ""
+
+msgid "Sets target branch to %{branch_name}."
+msgstr ""
+
+msgid "Sets the due date to %{due_date}."
+msgstr ""
+
+msgid "Sets the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Sets time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Sets weight to %{weight}."
+msgstr ""
+
+msgid "Settings"
+msgstr ""
+
+msgid "Severity: %{severity}"
+msgstr ""
+
+msgid "Share"
+msgstr ""
+
+msgid "Share the <strong>%{sso_label}</strong> with members so they can sign in to your group through your identity provider"
+msgstr ""
+
+msgid "Shared Runners"
+msgstr ""
+
+msgid "Shared projects"
+msgstr ""
+
+msgid "Shared runners help link"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero."
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset pipeline minutes"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
+msgstr ""
+
+msgid "Sherlock Transactions"
+msgstr ""
+
+msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
+msgstr ""
+
+msgid "Show all activity"
+msgstr ""
+
+msgid "Show all members"
+msgstr ""
+
+msgid "Show archived projects"
+msgstr ""
+
+msgid "Show archived projects only"
+msgstr ""
+
+msgid "Show command"
+msgstr ""
+
+msgid "Show comments"
+msgstr ""
+
+msgid "Show comments only"
+msgstr ""
+
+msgid "Show commit description"
+msgstr ""
+
+msgid "Show complete raw log"
+msgstr ""
+
+msgid "Show file browser"
+msgstr ""
+
+msgid "Show latest version"
+msgstr ""
+
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
+msgid "Show parent pages"
+msgstr ""
+
+msgid "Show parent subgroups"
+msgstr ""
+
+msgid "Show whitespace changes"
+msgstr ""
+
+msgid "Showing %d event"
+msgid_plural "Showing %d events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
+msgid "Showing Latest Version"
+msgstr ""
+
+msgid "Showing Version #%{versionNumber}"
+msgstr ""
+
+msgid "Showing all issues"
+msgstr ""
+
+msgid "Showing all labels"
+msgstr ""
+
+msgid "Showing last %{size} of log -"
+msgstr ""
+
+msgid "Side-by-side"
+msgstr ""
+
+msgid "Sidebar|Change weight"
+msgstr ""
+
+msgid "Sidebar|None"
+msgstr ""
+
+msgid "Sidebar|Only numeral characters allowed"
+msgstr ""
+
+msgid "Sidebar|Weight"
+msgstr ""
+
+msgid "Sign in"
+msgstr ""
+
+msgid "Sign in / Register"
+msgstr ""
+
+msgid "Sign in to \"%{group_name}\""
+msgstr ""
+
+msgid "Sign in using smart card"
+msgstr ""
+
+msgid "Sign in via 2FA code"
+msgstr ""
+
+msgid "Sign in with Single Sign-On"
+msgstr ""
+
+msgid "Sign in with smart card"
+msgstr ""
+
+msgid "Sign out"
+msgstr ""
+
+msgid "Sign out & Register"
+msgstr ""
+
+msgid "Sign up"
+msgstr ""
+
+msgid "Sign up was successful! Please confirm your email to sign in."
+msgstr ""
+
+msgid "Sign-in restrictions"
+msgstr ""
+
+msgid "Sign-up restrictions"
+msgstr ""
+
+msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Signed in"
+msgstr ""
+
+msgid "Signed in with %{authentication} authentication"
+msgstr ""
+
+msgid "Signing in using %{label} has been disabled"
+msgstr ""
+
+msgid "Signing in using your %{label} account without a pre-existing GitLab account is not allowed."
+msgstr ""
+
+msgid "Similar issues"
+msgstr ""
+
+msgid "Single or combined queries"
+msgstr ""
+
+msgid "Size"
+msgstr ""
+
+msgid "Size and domain settings for static websites"
+msgstr ""
+
+msgid "Size limit per repository (MB)"
+msgstr ""
+
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
+msgid "Skip this for now"
+msgstr ""
+
+msgid "Skipped"
+msgstr ""
+
+msgid "Slack application"
+msgstr ""
+
+msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
+msgstr ""
+
+msgid "SlackService|2. Paste the <strong>Token</strong> into the field below"
+msgstr ""
+
+msgid "SlackService|3. Select the <strong>Active</strong> checkbox, press <strong>Save changes</strong> and start using GitLab inside Slack!"
+msgstr ""
+
+msgid "SlackService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "SlackService|See list of available commands in Slack after setting up this service, by entering"
+msgstr ""
+
+msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack."
+msgstr ""
+
+msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
+msgstr ""
+
+msgid "Smartcard"
+msgstr ""
+
+msgid "Smartcard authentication failed: client certificate header is missing."
+msgstr ""
+
+msgid "Snippet Contents"
+msgstr ""
+
+msgid "Snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|Explore public snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|New snippet"
+msgstr ""
+
+msgid "SnippetsEmptyState|No snippets found"
+msgstr ""
+
+msgid "SnippetsEmptyState|Snippets are small pieces of code or notes that you want to keep."
+msgstr ""
+
+msgid "SnippetsEmptyState|There are no snippets to show."
+msgstr ""
+
+msgid "SnippetsEmptyState|They can be either public or private."
+msgstr ""
+
+msgid "Snowplow"
+msgstr ""
+
+msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
+msgstr ""
+
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
+msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again."
+msgstr ""
+
+msgid "Someone edited this merge request at the same time you did. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Something went wrong on our end"
+msgstr ""
+
+msgid "Something went wrong on our end."
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again!"
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again."
+msgstr ""
+
+msgid "Something went wrong trying to change the confidentiality of this issue"
+msgstr ""
+
+msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
+msgstr ""
+
+msgid "Something went wrong when toggling the button"
+msgstr ""
+
+msgid "Something went wrong while adding your award. Please try again."
+msgstr ""
+
+msgid "Something went wrong while applying the suggestion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while closing the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
+msgid "Something went wrong while deleting the source branch. Please try again."
+msgstr ""
+
+msgid "Something went wrong while deleting your note. Please try again."
+msgstr ""
+
+msgid "Something went wrong while editing your comment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching %{listType} list"
+msgstr ""
+
+msgid "Something went wrong while fetching comments. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching group member contributions"
+msgstr ""
+
+msgid "Something went wrong while fetching latest comments."
+msgstr ""
+
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
+msgid "Something went wrong while fetching related merge requests."
+msgstr ""
+
+msgid "Something went wrong while fetching the environments for this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
+msgid "Something went wrong while fetching the projects."
+msgstr ""
+
+msgid "Something went wrong while fetching the registry list."
+msgstr ""
+
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
+msgid "Something went wrong while merging this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
+msgid "Something went wrong while reopening the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while resolving this discussion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while stopping this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
+msgid "Something went wrong, unable to add %{project} to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to get projects"
+msgstr ""
+
+msgid "Something went wrong, unable to remove project"
+msgstr ""
+
+msgid "Something went wrong, unable to search projects"
+msgstr ""
+
+msgid "Something went wrong. Please try again."
+msgstr ""
+
+msgid "Something went wrong. Try again later."
+msgstr ""
+
+msgid "Sorry, no epics matched your search"
+msgstr ""
+
+msgid "Sorry, no projects matched your search"
+msgstr ""
+
+msgid "Sorry, your filter produced no results"
+msgstr ""
+
+msgid "Sort by"
+msgstr ""
+
+msgid "Sort direction"
+msgstr ""
+
+msgid "SortOptions|Access level, ascending"
+msgstr ""
+
+msgid "SortOptions|Access level, descending"
+msgstr ""
+
+msgid "SortOptions|Created date"
+msgstr ""
+
+msgid "SortOptions|Due date"
+msgstr ""
+
+msgid "SortOptions|Due later"
+msgstr ""
+
+msgid "SortOptions|Due soon"
+msgstr ""
+
+msgid "SortOptions|Expired date"
+msgstr ""
+
+msgid "SortOptions|Label priority"
+msgstr ""
+
+msgid "SortOptions|Largest group"
+msgstr ""
+
+msgid "SortOptions|Largest repository"
+msgstr ""
+
+msgid "SortOptions|Last Contact"
+msgstr ""
+
+msgid "SortOptions|Last created"
+msgstr ""
+
+msgid "SortOptions|Last joined"
+msgstr ""
+
+msgid "SortOptions|Last updated"
+msgstr ""
+
+msgid "SortOptions|Least popular"
+msgstr ""
+
+msgid "SortOptions|Less weight"
+msgstr ""
+
+msgid "SortOptions|Manual"
+msgstr ""
+
+msgid "SortOptions|Milestone due date"
+msgstr ""
+
+msgid "SortOptions|Milestone due later"
+msgstr ""
+
+msgid "SortOptions|Milestone due soon"
+msgstr ""
+
+msgid "SortOptions|More weight"
+msgstr ""
+
+msgid "SortOptions|Most popular"
+msgstr ""
+
+msgid "SortOptions|Most stars"
+msgstr ""
+
+msgid "SortOptions|Name"
+msgstr ""
+
+msgid "SortOptions|Name, ascending"
+msgstr ""
+
+msgid "SortOptions|Name, descending"
+msgstr ""
+
+msgid "SortOptions|Oldest created"
+msgstr ""
+
+msgid "SortOptions|Oldest joined"
+msgstr ""
+
+msgid "SortOptions|Oldest last activity"
+msgstr ""
+
+msgid "SortOptions|Oldest sign in"
+msgstr ""
+
+msgid "SortOptions|Oldest starred"
+msgstr ""
+
+msgid "SortOptions|Oldest updated"
+msgstr ""
+
+msgid "SortOptions|Popularity"
+msgstr ""
+
+msgid "SortOptions|Priority"
+msgstr ""
+
+msgid "SortOptions|Project"
+msgstr ""
+
+msgid "SortOptions|Recent last activity"
+msgstr ""
+
+msgid "SortOptions|Recent sign in"
+msgstr ""
+
+msgid "SortOptions|Recently starred"
+msgstr ""
+
+msgid "SortOptions|Size"
+msgstr ""
+
+msgid "SortOptions|Sort direction"
+msgstr ""
+
+msgid "SortOptions|Stars"
+msgstr ""
+
+msgid "SortOptions|Start date"
+msgstr ""
+
+msgid "SortOptions|Start later"
+msgstr ""
+
+msgid "SortOptions|Start soon"
+msgstr ""
+
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
+msgid "SortOptions|Weight"
+msgstr ""
+
+msgid "Source"
+msgstr ""
+
+msgid "Source (branch or tag)"
+msgstr ""
+
+msgid "Source code"
+msgstr ""
+
+msgid "Source is not available"
+msgstr ""
+
+msgid "Source project cannot be found."
+msgstr ""
+
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
+msgid "Spam Logs"
+msgstr ""
+
+msgid "Spam and Anti-bot Protection"
+msgstr ""
+
+msgid "Spam log successfully submitted as ham."
+msgstr ""
+
+msgid "Specific Runners"
+msgstr ""
+
+msgid "Specify an e-mail address regex pattern to identify default internal users."
+msgstr ""
+
+msgid "Specify the following URL during the Runner setup:"
+msgstr ""
+
+msgid "Squash commit message"
+msgstr ""
+
+msgid "Squash commits"
+msgstr ""
+
+msgid "Stack trace"
+msgstr ""
+
+msgid "Stage"
+msgstr ""
+
+msgid "Stage & Commit"
+msgstr ""
+
+msgid "Stage all changes"
+msgstr ""
+
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
+
+msgid "Staged"
+msgstr ""
+
+msgid "Staged %{type}"
+msgstr ""
+
+msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging."
+msgstr ""
+
+msgid "Star labels to start sorting by priority"
+msgstr ""
+
+msgid "Star toggle failed. Try again later."
+msgstr ""
+
+msgid "StarProject|Star"
+msgstr ""
+
+msgid "Starred Projects"
+msgstr ""
+
+msgid "Starred Projects' Activity"
+msgstr ""
+
+msgid "Starred projects"
+msgstr ""
+
+msgid "StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page."
+msgstr ""
+
+msgid "StarredProjectsEmptyState|You don't have starred projects yet."
+msgstr ""
+
+msgid "Starrers"
+msgstr ""
+
+msgid "Stars"
+msgstr ""
+
+msgid "Start GitLab Ultimate trial"
+msgstr ""
+
+msgid "Start Web Terminal"
+msgstr ""
+
+msgid "Start a %{new_merge_request} with these changes"
+msgstr ""
+
+msgid "Start a Free Gold Trial"
+msgstr ""
+
+msgid "Start a new discussion..."
+msgstr ""
+
+msgid "Start a new merge request"
+msgstr ""
+
+msgid "Start a review"
+msgstr ""
+
+msgid "Start and due date"
+msgstr ""
+
+msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
+msgstr ""
+
+msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors."
+msgstr ""
+
+msgid "Start cleanup"
+msgstr ""
+
+msgid "Start date"
+msgstr ""
+
+msgid "Start merge train"
+msgstr ""
+
+msgid "Start merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Start search"
+msgstr ""
+
+msgid "Start the Runner!"
+msgstr ""
+
+msgid "Start thread"
+msgstr ""
+
+msgid "Start thread & close %{noteable_name}"
+msgstr ""
+
+msgid "Start thread & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
+msgid "Start your trial"
+msgstr ""
+
+msgid "Started"
+msgstr ""
+
+msgid "Started %{startsIn}"
+msgstr ""
+
+msgid "Started asynchronous removal of all repository check states."
+msgstr ""
+
+msgid "Starting..."
+msgstr ""
+
+msgid "Starts %{startsIn}"
+msgstr ""
+
+msgid "Starts at (UTC)"
+msgstr ""
+
+msgid "State your message to activate"
+msgstr ""
+
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
+msgid "Statistics"
+msgstr ""
+
+msgid "Status"
+msgstr ""
+
+msgid "Status:"
+msgstr ""
+
+msgid "Stay updated about the performance and health of your environment by configuring Prometheus to monitor your deployments."
+msgstr ""
+
+msgid "Stop Terminal"
+msgstr ""
+
+msgid "Stop environment"
+msgstr ""
+
+msgid "Stop impersonation"
+msgstr ""
+
+msgid "Stop this environment"
+msgstr ""
+
+msgid "Stopped"
+msgstr ""
+
+msgid "Stopping this environment is currently not possible as a deployment is in progress"
+msgstr ""
+
+msgid "Stopping..."
+msgstr ""
+
+msgid "Storage"
+msgstr ""
+
+msgid "Storage nodes for new projects"
+msgstr ""
+
+msgid "Storage:"
+msgstr ""
+
+msgid "StorageSize|Unknown"
+msgstr ""
+
+msgid "Subgroup overview"
+msgstr ""
+
+msgid "SubgroupCreationLevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Maintainers"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Owners"
+msgstr ""
+
+msgid "Subgroups"
+msgstr ""
+
+msgid "Subgroups and projects"
+msgstr ""
+
+msgid "Subkeys"
+msgstr ""
+
+msgid "Submit a review"
+msgstr ""
+
+msgid "Submit as spam"
+msgstr ""
+
+msgid "Submit feedback"
+msgstr ""
+
+msgid "Submit issue"
+msgstr ""
+
+msgid "Submit review"
+msgstr ""
+
+msgid "Submit search"
+msgstr ""
+
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
+msgid "Subscribe"
+msgstr ""
+
+msgid "Subscribe at group level"
+msgstr ""
+
+msgid "Subscribe at project level"
+msgstr ""
+
+msgid "Subscribe to RSS feed"
+msgstr ""
+
+msgid "Subscribe to calendar"
+msgstr ""
+
+msgid "Subscribed"
+msgstr ""
+
+msgid "Subscribed to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscribes to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscription"
+msgstr ""
+
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
+msgid "SubscriptionTable|Billing"
+msgstr ""
+
+msgid "SubscriptionTable|Free"
+msgstr ""
+
+msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal."
+msgstr ""
+
+msgid "SubscriptionTable|Last invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Loading subscriptions"
+msgstr ""
+
+msgid "SubscriptionTable|Manage"
+msgstr ""
+
+msgid "SubscriptionTable|Max seats used"
+msgstr ""
+
+msgid "SubscriptionTable|Next invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Seats currently in use"
+msgstr ""
+
+msgid "SubscriptionTable|Seats in subscription"
+msgstr ""
+
+msgid "SubscriptionTable|Seats owed"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription end date"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription start date"
+msgstr ""
+
+msgid "SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started."
+msgstr ""
+
+msgid "SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan."
+msgstr ""
+
+msgid "SubscriptionTable|Trial"
+msgstr ""
+
+msgid "SubscriptionTable|Trial end date"
+msgstr ""
+
+msgid "SubscriptionTable|Trial start date"
+msgstr ""
+
+msgid "SubscriptionTable|Upgrade"
+msgstr ""
+
+msgid "SubscriptionTable|Usage"
+msgstr ""
+
+msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
+msgstr ""
+
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
+msgid "Subtracted"
+msgstr ""
+
+msgid "Subtracts"
+msgstr ""
+
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr ""
+
+msgid "Successfully confirmed"
+msgstr ""
+
+msgid "Successfully deactivated"
+msgstr ""
+
+msgid "Successfully deleted U2F device."
+msgstr ""
+
+msgid "Successfully removed email."
+msgstr ""
+
+msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details."
+msgstr ""
+
+msgid "Successfully unblocked"
+msgstr ""
+
+msgid "Successfully unlocked"
+msgstr ""
+
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
+
+msgid "Suggested change"
+msgstr ""
+
+msgid "SuggestedColors|Bright green"
+msgstr ""
+
+msgid "SuggestedColors|Dark grayish cyan"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate orange"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate pink"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate violet"
+msgstr ""
+
+msgid "SuggestedColors|Feijoa"
+msgstr ""
+
+msgid "SuggestedColors|Lime green"
+msgstr ""
+
+msgid "SuggestedColors|Moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Pure red"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated green"
+msgstr ""
+
+msgid "SuggestedColors|Soft orange"
+msgstr ""
+
+msgid "SuggestedColors|Soft red"
+msgstr ""
+
+msgid "SuggestedColors|Strong pink"
+msgstr ""
+
+msgid "SuggestedColors|Strong red"
+msgstr ""
+
+msgid "SuggestedColors|Strong yellow"
+msgstr ""
+
+msgid "SuggestedColors|UA blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark lime green"
+msgstr ""
+
+msgid "SuggestedColors|Very pale orange"
+msgstr ""
+
+msgid "Suggestions:"
+msgstr ""
+
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
+msgid "Sunday"
+msgstr ""
+
+msgid "Support"
+msgstr ""
+
+msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "Support page URL"
+msgstr ""
+
+msgid "Switch branch/tag"
+msgstr ""
+
+msgid "Switch to GitLab Next"
+msgstr ""
+
+msgid "Switch to the source to copy the file contents"
+msgstr ""
+
+msgid "Sync information"
+msgstr ""
+
+msgid "System"
+msgstr ""
+
+msgid "System Hooks"
+msgstr ""
+
+msgid "System Hooks Help"
+msgstr ""
+
+msgid "System Info"
+msgstr ""
+
+msgid "System default (%{default})"
+msgstr ""
+
+msgid "System header and footer"
+msgstr ""
+
+msgid "System hook was successfully updated."
+msgstr ""
+
+msgid "System metrics (Custom)"
+msgstr ""
+
+msgid "System metrics (Kubernetes)"
+msgstr ""
+
+msgid "Table of Contents"
+msgstr ""
+
+msgid "Tag"
+msgstr ""
+
+msgid "Tag list:"
+msgstr ""
+
+msgid "Tag name"
+msgstr ""
+
+msgid "Tag this commit."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags"
+msgstr ""
+
+msgid "Tags feed"
+msgstr ""
+
+msgid "Tags this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tags this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags:"
+msgstr ""
+
+msgid "TagsPage|Browse commits"
+msgstr ""
+
+msgid "TagsPage|Browse files"
+msgstr ""
+
+msgid "TagsPage|Can't find HEAD commit for this tag"
+msgstr ""
+
+msgid "TagsPage|Cancel"
+msgstr ""
+
+msgid "TagsPage|Create tag"
+msgstr ""
+
+msgid "TagsPage|Delete tag"
+msgstr ""
+
+msgid "TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "TagsPage|Edit release notes"
+msgstr ""
+
+msgid "TagsPage|Existing branch name, tag, or commit SHA"
+msgstr ""
+
+msgid "TagsPage|Filter by tag name"
+msgstr ""
+
+msgid "TagsPage|New Tag"
+msgstr ""
+
+msgid "TagsPage|New tag"
+msgstr ""
+
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
+
+msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
+msgstr ""
+
+msgid "TagsPage|Release notes"
+msgstr ""
+
+msgid "TagsPage|Repository has no tags yet."
+msgstr ""
+
+msgid "TagsPage|Sort by"
+msgstr ""
+
+msgid "TagsPage|Tags"
+msgstr ""
+
+msgid "TagsPage|Tags give the ability to mark specific points in history as being important"
+msgstr ""
+
+msgid "TagsPage|This tag has no release notes."
+msgstr ""
+
+msgid "TagsPage|Use git tag command to add a new one:"
+msgstr ""
+
+msgid "TagsPage|Write your release notes or drag files here…"
+msgstr ""
+
+msgid "TagsPage|protected"
+msgstr ""
+
+msgid "Target Branch"
+msgstr ""
+
+msgid "Target Path"
+msgstr ""
+
+msgid "Target branch"
+msgstr ""
+
+msgid "Target-Branch"
+msgstr ""
+
+msgid "Team"
+msgstr ""
+
+msgid "Team domain"
+msgstr ""
+
+msgid "Telephone number"
+msgstr ""
+
+msgid "Template"
+msgstr ""
+
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
+msgid "Templates"
+msgstr ""
+
+msgid "Terminal"
+msgstr ""
+
+msgid "Terminal for environment"
+msgstr ""
+
+msgid "Terminal sync service is running"
+msgstr ""
+
+msgid "Terms of Service Agreement and Privacy Policy"
+msgstr ""
+
+msgid "Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "Test"
+msgstr ""
+
+msgid "Test coverage parsing"
+msgstr ""
+
+msgid "Test failed."
+msgstr ""
+
+msgid "Test settings and save changes"
+msgstr ""
+
+msgid "TestHooks|Ensure one of your projects has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI jobs."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI pipelines."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has at least one commit."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has issues."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has notes."
+msgstr ""
+
+msgid "TestHooks|Ensure the wiki is enabled and has pages."
+msgstr ""
+
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
+msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
+msgstr ""
+
+msgid "Thank you for your report. A GitLab administrator will look into it shortly."
+msgstr ""
+
+msgid "Thanks! Don't show me this again"
+msgstr ""
+
+msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
+msgstr ""
+
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
+msgid "The %{type} contains the following error:"
+msgid_plural "The %{type} contains the following errors:"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
+msgstr ""
+
+msgid "The CSV export will be created in the background. Once finished, it will be sent to <strong>%{email}</strong> in an attachment."
+msgstr ""
+
+msgid "The Git LFS objects will <strong>not</strong> be synced."
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project"
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
+msgstr ""
+
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
+msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
+msgstr ""
+
+msgid "The amount of seconds after which a request to get a secondary node status will time out."
+msgstr ""
+
+msgid "The branch for this project has no active pipeline configuration."
+msgstr ""
+
+msgid "The branch or tag does not exist"
+msgstr ""
+
+msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
+msgstr ""
+
+msgid "The coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request."
+msgstr ""
+
+msgid "The collection of events added to the data gathered for that stage."
+msgstr ""
+
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
+msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
+msgstr ""
+
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
+msgid "The dependency list details information about the components used within your project."
+msgstr ""
+
+msgid "The deployment of this job to %{environmentLink} did not succeed."
+msgstr ""
+
+msgid "The directory has been successfully created."
+msgstr ""
+
+msgid "The domain you entered is misformatted."
+msgstr ""
+
+msgid "The domain you entered is not allowed."
+msgstr ""
+
+msgid "The entered user map is not a valid JSON user map."
+msgstr ""
+
+msgid "The file has been successfully created."
+msgstr ""
+
+msgid "The file has been successfully deleted."
+msgstr ""
+
+msgid "The file name should have a .yml extension"
+msgstr ""
+
+msgid "The following items will NOT be exported:"
+msgstr ""
+
+msgid "The following items will be exported:"
+msgstr ""
+
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The fork relationship has been removed."
+msgstr ""
+
+msgid "The global settings require you to enable Two-Factor Authentication for your account."
+msgstr ""
+
+msgid "The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "The group has already been shared with this group"
+msgstr ""
+
+msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
+msgstr ""
+
+msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The invitation could not be accepted."
+msgstr ""
+
+msgid "The invitation could not be declined."
+msgstr ""
+
+msgid "The invitation has already been accepted."
+msgstr ""
+
+msgid "The invitation was successfully resent."
+msgstr ""
+
+msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
+msgstr ""
+
+msgid "The license was removed. GitLab has fallen back on the previous license."
+msgstr ""
+
+msgid "The license was removed. GitLab now no longer has a valid license."
+msgstr ""
+
+msgid "The license was successfully uploaded and is now active. You can see the details below."
+msgstr ""
+
+msgid "The maximum file size allowed is %{size}."
+msgstr ""
+
+msgid "The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
+msgstr ""
+
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
+
+msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
+msgstr ""
+
+msgid "The number of times an upload record could not find its file"
+msgstr ""
+
+msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
+msgstr ""
+
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
+
+msgid "The phase of the development lifecycle."
+msgstr ""
+
+msgid "The pipeline has been deleted"
+msgstr ""
+
+msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
+msgstr ""
+
+msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit."
+msgstr ""
+
+msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
+msgstr ""
+
+msgid "The production stage shows the total time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "The project can be accessed by any user who is logged in."
+msgstr ""
+
+msgid "The project can be accessed by anyone, regardless of authentication."
+msgstr ""
+
+msgid "The project can be accessed without any authentication."
+msgstr ""
+
+msgid "The project is accessible only by members of the project. Access must be granted explicitly to each user."
+msgstr ""
+
+msgid "The project is still being deleted. Please try again later."
+msgstr ""
+
+msgid "The project was successfully forked."
+msgstr ""
+
+msgid "The project was successfully imported."
+msgstr ""
+
+msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "The remote mirror took to long to complete."
+msgstr ""
+
+msgid "The remote repository is being updated..."
+msgstr ""
+
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
+msgid "The repository for this project does not exist."
+msgstr ""
+
+msgid "The repository for this project is empty"
+msgstr ""
+
+msgid "The repository is being updated..."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
+msgstr ""
+
+msgid "The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "The schedule time must be in the future!"
+msgstr ""
+
+msgid "The snippet can be accessed without any authentication."
+msgstr ""
+
+msgid "The snippet is visible only to me."
+msgstr ""
+
+msgid "The snippet is visible only to project members."
+msgstr ""
+
+msgid "The snippet is visible to any logged in user."
+msgstr ""
+
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgstr ""
+
+msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
+msgstr ""
+
+msgid "The time taken by each data entry gathered by that stage."
+msgstr ""
+
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgstr ""
+
+msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
+msgstr ""
+
+msgid "The uploaded file is not a valid Google Takeout archive."
+msgstr ""
+
+msgid "The usage ping is disabled, and cannot be configured through this form."
+msgstr ""
+
+msgid "The user is being deleted."
+msgstr ""
+
+msgid "The user map has been saved. Continue by selecting the projects you want to import."
+msgstr ""
+
+msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of <code>:</code>. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
+msgstr ""
+
+msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
+msgstr ""
+
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
+msgid "The user-facing URL of the Geo node"
+msgstr ""
+
+msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
+msgstr ""
+
+msgid "There are no GPG keys associated with this account."
+msgstr ""
+
+msgid "There are no GPG keys with access to your account."
+msgstr ""
+
+msgid "There are no SSH keys associated with this account."
+msgstr ""
+
+msgid "There are no SSH keys with access to your account."
+msgstr ""
+
+msgid "There are no archived projects yet"
+msgstr ""
+
+msgid "There are no charts configured for this page"
+msgstr ""
+
+msgid "There are no closed issues"
+msgstr ""
+
+msgid "There are no closed merge requests"
+msgstr ""
+
+msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates."
+msgstr ""
+
+msgid "There are no issues to show"
+msgstr ""
+
+msgid "There are no issues to show."
+msgstr ""
+
+msgid "There are no labels yet"
+msgstr ""
+
+msgid "There are no matching files"
+msgstr ""
+
+msgid "There are no open issues"
+msgstr ""
+
+msgid "There are no open merge requests"
+msgstr ""
+
+msgid "There are no packages yet"
+msgstr ""
+
+msgid "There are no projects shared with this group yet"
+msgstr ""
+
+msgid "There are no staged changes"
+msgstr ""
+
+msgid "There are no unstaged changes"
+msgstr ""
+
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
+msgid "There is already a repository with that name on disk"
+msgstr ""
+
+msgid "There is no data available. Please change your selection."
+msgstr ""
+
+msgid "There was a problem communicating with your device."
+msgstr ""
+
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
+msgid "There was a problem sending the confirmation email"
+msgstr ""
+
+msgid "There was an error %{message} todo."
+msgstr ""
+
+msgid "There was an error adding a To Do."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
+msgid "There was an error creating the issue"
+msgstr ""
+
+msgid "There was an error deleting the To Do."
+msgstr ""
+
+msgid "There was an error fetching configuration for charts"
+msgstr ""
+
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
+msgstr ""
+
+msgid "There was an error gathering the chart data"
+msgstr ""
+
+msgid "There was an error loading users activity calendar."
+msgstr ""
+
+msgid "There was an error removing the e-mail."
+msgstr ""
+
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
+msgid "There was an error resetting group pipeline minutes."
+msgstr ""
+
+msgid "There was an error resetting user pipeline minutes."
+msgstr ""
+
+msgid "There was an error saving your changes."
+msgstr ""
+
+msgid "There was an error saving your notification settings."
+msgstr ""
+
+msgid "There was an error subscribing to this label."
+msgstr ""
+
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
+msgid "There was an error trying to validate your query"
+msgstr ""
+
+msgid "There was an error when reseting email token."
+msgstr ""
+
+msgid "There was an error when subscribing to this label."
+msgstr ""
+
+msgid "There was an error when unsubscribing from this label."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
+msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
+msgstr ""
+
+msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
+msgstr ""
+
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
+msgid "They can be managed using the %{link}."
+msgstr ""
+
+msgid "Third party offers"
+msgstr ""
+
+msgid "This %{issuableDisplayName} is locked. Only project members can comment."
+msgstr ""
+
+msgid "This %{issuable} is locked. Only <strong>project members</strong> can comment."
+msgstr ""
+
+msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead."
+msgstr ""
+
+msgid "This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area."
+msgstr ""
+
+msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
+msgstr ""
+
+msgid "This also resolves the discussion"
+msgstr ""
+
+msgid "This application was created by %{link_to_owner}."
+msgstr ""
+
+msgid "This application will be able to:"
+msgstr ""
+
+msgid "This block is self-referential"
+msgstr ""
+
+msgid "This board's scope is reduced"
+msgstr ""
+
+msgid "This branch has changed since you started editing. Would you like to create a new branch?"
+msgstr ""
+
+msgid "This chart could not be displayed"
+msgstr ""
+
+msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost."
+msgstr ""
+
+msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request."
+msgstr ""
+
+msgid "This commit was signed with a <strong>verified</strong> signature and the committer email is verified to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with a different user's verified signature."
+msgstr ""
+
+msgid "This commit was signed with a verified signature, but the committer email is <strong>not verified</strong> to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with an <strong>unverified</strong> signature."
+msgstr ""
+
+msgid "This date is after the due date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This date is before the start date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This device has already been registered with us."
+msgstr ""
+
+msgid "This device has not been registered with us."
+msgstr ""
+
+msgid "This diff is collapsed."
+msgstr ""
+
+msgid "This diff was suppressed by a .gitattributes entry."
+msgstr ""
+
+msgid "This directory"
+msgstr ""
+
+msgid "This domain is not verified. You will need to verify ownership before access is enabled."
+msgstr ""
+
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
+msgid "This environment has no deployments yet."
+msgstr ""
+
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr ""
+
+msgid "This feature requires local storage to be enabled"
+msgstr ""
+
+msgid "This field is required."
+msgstr ""
+
+msgid "This group"
+msgstr ""
+
+msgid "This group does not provide any group Runners yet."
+msgstr ""
+
+msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
+msgstr ""
+
+msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
+msgstr ""
+
+msgid "This is a Work in Progress"
+msgstr ""
+
+msgid "This is a confidential issue."
+msgstr ""
+
+msgid "This is a delayed job to run in %{remainingTime}"
+msgstr ""
+
+msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
+msgstr ""
+
+msgid "This is a security log of important events involving your account."
+msgstr ""
+
+msgid "This is the author's first Merge Request to this project."
+msgstr ""
+
+msgid "This is the maximum number of users that have existed at the same time since the license started. This is the minimum number of seats you will need to buy when you renew your license."
+msgstr ""
+
+msgid "This is your current session"
+msgstr ""
+
+msgid "This issue is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
+msgstr ""
+
+msgid "This issue is confidential"
+msgstr ""
+
+msgid "This issue is locked."
+msgstr ""
+
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
+msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
+msgstr ""
+
+msgid "This job does not have a trace."
+msgstr ""
+
+msgid "This job has been canceled"
+msgstr ""
+
+msgid "This job has been skipped"
+msgstr ""
+
+msgid "This job has not been triggered yet"
+msgstr ""
+
+msgid "This job has not started yet"
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is archived. Only the complete pipeline can be retried."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
+msgid "This job is in pending state and is waiting to be picked by a runner"
+msgstr ""
+
+msgid "This job is performing tasks that must complete before it can start"
+msgstr ""
+
+msgid "This job is preparing to start"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners online with any of these tags assigned to them:"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners that can run this job."
+msgstr ""
+
+msgid "This job is waiting for resource: "
+msgstr ""
+
+msgid "This job requires a manual action"
+msgstr ""
+
+msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
+msgstr ""
+
+msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action."
+msgstr ""
+
+msgid "This may expose confidential information as the selected fork is in another namespace that can have other members."
+msgstr ""
+
+msgid "This means you can not push code until you create an empty repository or import existing one."
+msgstr ""
+
+msgid "This merge request is locked."
+msgstr ""
+
+msgid "This namespace has already been taken! Please choose another one."
+msgstr ""
+
+msgid "This option is disabled as you don't have write permissions for the current branch"
+msgstr ""
+
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
+msgid "This page is unavailable because you are not allowed to read information across multiple projects."
+msgstr ""
+
+msgid "This page will be removed in a future release."
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
+msgstr ""
+
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
+msgid "This project"
+msgstr ""
+
+msgid "This project does not belong to a group and can therefore not make use of group Runners."
+msgstr ""
+
+msgid "This project does not have a wiki homepage yet"
+msgstr ""
+
+msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
+msgstr ""
+
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
+msgid "This repository"
+msgstr ""
+
+msgid "This repository is currently empty. A new Auto DevOps pipeline will be created after a new file has been pushed to a branch."
+msgstr ""
+
+msgid "This runner will only run on pipelines triggered on protected branches"
+msgstr ""
+
+msgid "This setting can be overridden in each project."
+msgstr ""
+
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgstr ""
+
+msgid "This subscription is for"
+msgstr ""
+
+msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "This user cannot be unlocked manually from GitLab"
+msgstr ""
+
+msgid "This user has no active %{type} Tokens."
+msgstr ""
+
+msgid "This user has no identities"
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches. Upon creation or when reassigning you can only assign yourself to be the mirror user."
+msgstr ""
+
+msgid "This will redirect you to an external sign in page."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr ""
+
+msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
+msgstr ""
+
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
+msgid "Thursday"
+msgstr ""
+
+msgid "Time"
+msgstr ""
+
+msgid "Time based: Yes"
+msgstr ""
+
+msgid "Time before an issue gets scheduled"
+msgstr ""
+
+msgid "Time before an issue starts implementation"
+msgstr ""
+
+msgid "Time before enforced"
+msgstr ""
+
+msgid "Time between merge request creation and merge/close"
+msgstr ""
+
+msgid "Time estimate"
+msgstr ""
+
+msgid "Time from first comment to last commit"
+msgstr ""
+
+msgid "Time from first commit until first comment"
+msgstr ""
+
+msgid "Time from last commit to merge"
+msgstr ""
+
+msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied."
+msgstr ""
+
+msgid "Time remaining"
+msgstr ""
+
+msgid "Time spent"
+msgstr ""
+
+msgid "Time to merge"
+msgstr ""
+
+msgid "Time tracking"
+msgstr ""
+
+msgid "Time until first merge request"
+msgstr ""
+
+msgid "TimeTrackingEstimated|Est"
+msgstr ""
+
+msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Estimated:"
+msgstr ""
+
+msgid "TimeTracking|Over by %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Spent"
+msgstr ""
+
+msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "Timeago|%s days ago"
+msgstr ""
+
+msgid "Timeago|%s days remaining"
+msgstr ""
+
+msgid "Timeago|%s hours ago"
+msgstr ""
+
+msgid "Timeago|%s hours remaining"
+msgstr ""
+
+msgid "Timeago|%s minutes ago"
+msgstr ""
+
+msgid "Timeago|%s minutes remaining"
+msgstr ""
+
+msgid "Timeago|%s months ago"
+msgstr ""
+
+msgid "Timeago|%s months remaining"
+msgstr ""
+
+msgid "Timeago|%s seconds remaining"
+msgstr ""
+
+msgid "Timeago|%s weeks ago"
+msgstr ""
+
+msgid "Timeago|%s weeks remaining"
+msgstr ""
+
+msgid "Timeago|%s years ago"
+msgstr ""
+
+msgid "Timeago|%s years remaining"
+msgstr ""
+
+msgid "Timeago|1 day ago"
+msgstr ""
+
+msgid "Timeago|1 day remaining"
+msgstr ""
+
+msgid "Timeago|1 hour ago"
+msgstr ""
+
+msgid "Timeago|1 hour remaining"
+msgstr ""
+
+msgid "Timeago|1 minute ago"
+msgstr ""
+
+msgid "Timeago|1 minute remaining"
+msgstr ""
+
+msgid "Timeago|1 month ago"
+msgstr ""
+
+msgid "Timeago|1 month remaining"
+msgstr ""
+
+msgid "Timeago|1 week ago"
+msgstr ""
+
+msgid "Timeago|1 week remaining"
+msgstr ""
+
+msgid "Timeago|1 year ago"
+msgstr ""
+
+msgid "Timeago|1 year remaining"
+msgstr ""
+
+msgid "Timeago|Past due"
+msgstr ""
+
+msgid "Timeago|in %s days"
+msgstr ""
+
+msgid "Timeago|in %s hours"
+msgstr ""
+
+msgid "Timeago|in %s minutes"
+msgstr ""
+
+msgid "Timeago|in %s months"
+msgstr ""
+
+msgid "Timeago|in %s seconds"
+msgstr ""
+
+msgid "Timeago|in %s weeks"
+msgstr ""
+
+msgid "Timeago|in %s years"
+msgstr ""
+
+msgid "Timeago|in 1 day"
+msgstr ""
+
+msgid "Timeago|in 1 hour"
+msgstr ""
+
+msgid "Timeago|in 1 minute"
+msgstr ""
+
+msgid "Timeago|in 1 month"
+msgstr ""
+
+msgid "Timeago|in 1 week"
+msgstr ""
+
+msgid "Timeago|in 1 year"
+msgstr ""
+
+msgid "Timeago|just now"
+msgstr ""
+
+msgid "Timeago|right now"
+msgstr ""
+
+msgid "Timeout"
+msgstr ""
+
+msgid "Time|hr"
+msgid_plural "Time|hrs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|min"
+msgid_plural "Time|mins"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|s"
+msgstr ""
+
+msgid "Tip:"
+msgstr ""
+
+msgid "Title"
+msgstr ""
+
+msgid "Title:"
+msgstr ""
+
+msgid "Titles and Filenames"
+msgstr ""
+
+msgid "To"
+msgstr ""
+
+msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
+msgstr ""
+
+msgid "To Do"
+msgstr ""
+
+msgid "To GitLab"
+msgstr ""
+
+msgid "To access this domain create a new DNS record"
+msgstr ""
+
+msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
+msgstr ""
+
+msgid "To add the entry manually, provide the following details to the application on your phone."
+msgstr ""
+
+msgid "To connect GitHub repositories, you can use a %{personal_access_token_link}. When you create your Personal Access Token, you will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to connect."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:"
+msgstr ""
+
+msgid "To connect an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To define internal users, first enable new users set to external"
+msgstr ""
+
+msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
+msgstr ""
+
+msgid "To get started you enter your FogBugz URL and login information below. In the next steps, you'll be able to map users and select the projects you want to import."
+msgstr ""
+
+msgid "To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}"
+msgstr ""
+
+msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
+msgstr ""
+
+msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
+msgstr ""
+
+msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}"
+msgstr ""
+
+msgid "To import an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To keep this project going, create a new issue"
+msgstr ""
+
+msgid "To keep this project going, create a new merge request"
+msgstr ""
+
+msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token."
+msgstr ""
+
+msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
+msgstr ""
+
+msgid "To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>."
+msgstr ""
+
+msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
+msgstr ""
+
+msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, a private fork of this project was selected."
+msgstr ""
+
+msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
+msgstr ""
+
+msgid "To see all the user's personal access tokens you must impersonate them first."
+msgstr ""
+
+msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
+msgstr ""
+
+msgid "To set up this service:"
+msgstr ""
+
+msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
+msgstr ""
+
+msgid "To start serving your jobs you can add Runners to your group"
+msgstr ""
+
+msgid "To start serving your jobs you can either add specific Runners to your project or use shared Runners"
+msgstr ""
+
+msgid "To this GitLab instance"
+msgstr ""
+
+msgid "To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button."
+msgstr ""
+
+msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
+msgstr ""
+
+msgid "To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "To widen your search, change or remove filters."
+msgstr ""
+
+msgid "To-Do List"
+msgstr ""
+
+msgid "To-do item successfully marked as done."
+msgstr ""
+
+msgid "Today"
+msgstr ""
+
+msgid "Toggle Markdown preview"
+msgstr ""
+
+msgid "Toggle Sidebar"
+msgstr ""
+
+msgid "Toggle backtrace"
+msgstr ""
+
+msgid "Toggle collapse"
+msgstr ""
+
+msgid "Toggle comments for this file"
+msgstr ""
+
+msgid "Toggle commit description"
+msgstr ""
+
+msgid "Toggle commit list"
+msgstr ""
+
+msgid "Toggle emoji award"
+msgstr ""
+
+msgid "Toggle navigation"
+msgstr ""
+
+msgid "Toggle project"
+msgstr ""
+
+msgid "Toggle sidebar"
+msgstr ""
+
+msgid "Toggle the Performance Bar"
+msgstr ""
+
+msgid "Toggle this dialog"
+msgstr ""
+
+msgid "Toggle thread"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: OFF"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: ON"
+msgstr ""
+
+msgid "Toggled :%{name}: emoji award."
+msgstr ""
+
+msgid "Toggles :%{name}: emoji award."
+msgstr ""
+
+msgid "Tomorrow"
+msgstr ""
+
+msgid "Too many changes to show."
+msgstr ""
+
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Topics"
+msgstr ""
+
+msgid "Total"
+msgstr ""
+
+msgid "Total Contributions"
+msgstr ""
+
+msgid "Total artifacts size: %{total_size}"
+msgstr ""
+
+msgid "Total issues"
+msgstr ""
+
+msgid "Total test time for all commits/merges"
+msgstr ""
+
+msgid "Total weight"
+msgstr ""
+
+msgid "Total: %{total}"
+msgstr ""
+
+msgid "Trace"
+msgstr ""
+
+msgid "Tracing"
+msgstr ""
+
+msgid "Track activity with Contribution Analytics."
+msgstr ""
+
+msgid "Track groups of issues that share a theme, across projects and milestones"
+msgstr ""
+
+msgid "Track time with quick actions"
+msgstr ""
+
+msgid "Track your GitLab projects with GitLab for Slack."
+msgstr ""
+
+msgid "Track your project with Audit Events."
+msgstr ""
+
+msgid "Transfer project"
+msgstr ""
+
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "TransferGroup|Database is not supported."
+msgstr ""
+
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
+msgid "TransferGroup|Group is already a root group."
+msgstr ""
+
+msgid "TransferGroup|Group is already associated to the parent group."
+msgstr ""
+
+msgid "TransferGroup|The parent group already has a subgroup with the same path."
+msgstr ""
+
+msgid "TransferGroup|Transfer failed: %{error_message}"
+msgstr ""
+
+msgid "TransferGroup|You don't have enough permissions."
+msgstr ""
+
+msgid "TransferProject|Cannot move project"
+msgstr ""
+
+msgid "TransferProject|Please select a new namespace for your project."
+msgstr ""
+
+msgid "TransferProject|Project cannot be transferred, because tags are present in its container registry"
+msgstr ""
+
+msgid "TransferProject|Project with same name or path in target namespace already exists"
+msgstr ""
+
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
+msgid "TransferProject|Transfer failed, please contact an admin."
+msgstr ""
+
+msgid "Tree view"
+msgstr ""
+
+msgid "Trending"
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
+
+msgid "Trigger pipelines for mirror updates"
+msgstr ""
+
+msgid "Trigger pipelines when branches or tags are updated from the upstream repository. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Only enable this if you know they can handle the load."
+msgstr ""
+
+msgid "Trigger removed."
+msgstr ""
+
+msgid "Trigger this manual action"
+msgstr ""
+
+msgid "Trigger token:"
+msgstr ""
+
+msgid "Trigger variables:"
+msgstr ""
+
+msgid "Trigger was created successfully."
+msgstr ""
+
+msgid "Trigger was successfully updated."
+msgstr ""
+
+msgid "Triggerer"
+msgstr ""
+
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
+
+msgid "Troubleshoot and monitor your application with tracing"
+msgstr ""
+
+msgid "Try again"
+msgstr ""
+
+msgid "Try again?"
+msgstr ""
+
+msgid "Try all GitLab has to offer for 30 days."
+msgstr ""
+
+msgid "Try to fork again"
+msgstr ""
+
+msgid "Try using a different search term to find the file you are looking for."
+msgstr ""
+
+msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
+msgstr ""
+
+msgid "Tuesday"
+msgstr ""
+
+msgid "Turn Off"
+msgstr ""
+
+msgid "Turn On"
+msgstr ""
+
+msgid "Turn on Service Desk"
+msgstr ""
+
+msgid "Twitter"
+msgstr ""
+
+msgid "Two-Factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication Recovery codes"
+msgstr ""
+
+msgid "Two-factor Authentication has been disabled for this user"
+msgstr ""
+
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Type"
+msgstr ""
+
+msgid "Type/State"
+msgstr ""
+
+msgid "U2F Devices (%{length})"
+msgstr ""
+
+msgid "U2F only works with HTTPS-enabled websites. Contact your administrator for more details."
+msgstr ""
+
+msgid "URL"
+msgstr ""
+
+msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
+msgstr ""
+
+msgid "URL or request ID"
+msgstr ""
+
+msgid "Unable to apply suggestions to a deleted line."
+msgstr ""
+
+msgid "Unable to build Slack link."
+msgstr ""
+
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
+msgid "Unable to connect to Prometheus server"
+msgstr ""
+
+msgid "Unable to connect to server: %{error}"
+msgstr ""
+
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
+msgid "Unable to generate new instance ID"
+msgstr ""
+
+msgid "Unable to load the diff. %{button_try_again}"
+msgstr ""
+
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
+msgid "Unable to resolve"
+msgstr ""
+
+msgid "Unable to save your changes. Please try again."
+msgstr ""
+
+msgid "Unable to schedule a pipeline to run immediately"
+msgstr ""
+
+msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
+msgstr ""
+
+msgid "Unable to update label prioritization at this time"
+msgstr ""
+
+msgid "Unable to update this epic at this time."
+msgstr ""
+
+msgid "Unable to update this issue at this time."
+msgstr ""
+
+msgid "Unarchive project"
+msgstr ""
+
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr ""
+
+msgid "Unblock"
+msgstr ""
+
+msgid "Undo"
+msgstr ""
+
+msgid "Unfortunately, your email message to GitLab could not be processed."
+msgstr ""
+
+msgid "Uninstall"
+msgstr ""
+
+msgid "Uninstalling"
+msgstr ""
+
+msgid "Unknown"
+msgstr ""
+
+msgid "Unknown Error"
+msgstr ""
+
+msgid "Unknown encryption strategy: %{encrypted_strategy}!"
+msgstr ""
+
+msgid "Unknown format"
+msgstr ""
+
+msgid "Unknown response text"
+msgstr ""
+
+msgid "Unlimited"
+msgstr ""
+
+msgid "Unlock"
+msgstr ""
+
+msgid "Unlock the discussion"
+msgstr ""
+
+msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgstr ""
+
+msgid "Unlocked"
+msgstr ""
+
+msgid "Unlocked the discussion."
+msgstr ""
+
+msgid "Unlocks the discussion."
+msgstr ""
+
+msgid "Unmarked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unmarks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unresolve discussion"
+msgstr ""
+
+msgid "Unresolve thread"
+msgstr ""
+
+msgid "Unschedule job"
+msgstr ""
+
+msgid "Unstage"
+msgstr ""
+
+msgid "Unstage all changes"
+msgstr ""
+
+msgid "Unstaged"
+msgstr ""
+
+msgid "Unstaged %{type}"
+msgstr ""
+
+msgid "Unstaged and staged %{type}"
+msgstr ""
+
+msgid "Unstar"
+msgstr ""
+
+msgid "Unsubscribe"
+msgstr ""
+
+msgid "Unsubscribe at group level"
+msgstr ""
+
+msgid "Unsubscribe at project level"
+msgstr ""
+
+msgid "Unsubscribe from %{type}"
+msgstr ""
+
+msgid "Unsubscribed from this %{quick_action_target}."
+msgstr ""
+
+msgid "Unsubscribes from this %{quick_action_target}."
+msgstr ""
+
+msgid "Until"
+msgstr ""
+
+msgid "Until that time, the project can be restored."
+msgstr ""
+
+msgid "Unverified"
+msgstr ""
+
+msgid "Up to date"
+msgstr ""
+
+msgid "Upcoming"
+msgstr ""
+
+msgid "Upcoming Release"
+msgstr ""
+
+msgid "Update"
+msgstr ""
+
+msgid "Update all"
+msgstr ""
+
+msgid "Update approval rule"
+msgstr ""
+
+msgid "Update failed"
+msgstr ""
+
+msgid "Update failed. Please try again."
+msgstr ""
+
+msgid "Update it"
+msgstr ""
+
+msgid "Update now"
+msgstr ""
+
+msgid "Update your bookmarked URLs as filtered/sorted branches URL has been changed."
+msgstr ""
+
+msgid "Update your group name, description, avatar, and visibility."
+msgstr ""
+
+msgid "Update your project name, topics, description and avatar."
+msgstr ""
+
+msgid "UpdateProject|Cannot rename project because it contains container registry tags!"
+msgstr ""
+
+msgid "UpdateProject|Could not set the default branch"
+msgstr ""
+
+msgid "UpdateProject|New visibility level not allowed!"
+msgstr ""
+
+msgid "UpdateProject|Project could not be updated!"
+msgstr ""
+
+msgid "Updated"
+msgstr ""
+
+msgid "Updated %{updated_at} by %{updated_by}"
+msgstr ""
+
+msgid "Updated at"
+msgstr ""
+
+msgid "Updated to"
+msgstr ""
+
+msgid "Updating"
+msgstr ""
+
+msgid "Upgrade plan to unlock Canary Deployments feature"
+msgstr ""
+
+msgid "Upgrade your plan"
+msgstr ""
+
+msgid "Upgrade your plan to activate Advanced Global Search."
+msgstr ""
+
+msgid "Upgrade your plan to activate Audit Events."
+msgstr ""
+
+msgid "Upgrade your plan to activate Contribution Analytics."
+msgstr ""
+
+msgid "Upgrade your plan to activate Group Webhooks."
+msgstr ""
+
+msgid "Upgrade your plan to improve Issue boards."
+msgstr ""
+
+msgid "Upgrade your plan to improve Merge Requests."
+msgstr ""
+
+msgid "Upload <code>GoogleCodeProjectHosting.json</code> here:"
+msgstr ""
+
+msgid "Upload CSV file"
+msgstr ""
+
+msgid "Upload New File"
+msgstr ""
+
+msgid "Upload a certificate for your domain with all intermediates"
+msgstr ""
+
+msgid "Upload a private key for your certificate"
+msgstr ""
+
+msgid "Upload file"
+msgstr ""
+
+msgid "Upload object map"
+msgstr ""
+
+msgid "UploadLink|click to upload"
+msgstr ""
+
+msgid "Uploaded on"
+msgstr ""
+
+msgid "Uploading changes to terminal"
+msgstr ""
+
+msgid "Uploads"
+msgstr ""
+
+msgid "Upstream"
+msgstr ""
+
+msgid "Uptime"
+msgstr ""
+
+msgid "Upvotes"
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Usage ping is not enabled"
+msgstr ""
+
+msgid "Usage quotas help link"
+msgstr ""
+
+msgid "Usage statistics"
+msgstr ""
+
+msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage"
+msgstr ""
+
+msgid "UsageQuota|Artifacts"
+msgstr ""
+
+msgid "UsageQuota|Buy additional minutes"
+msgstr ""
+
+msgid "UsageQuota|Current period usage"
+msgstr ""
+
+msgid "UsageQuota|LFS Storage"
+msgstr ""
+
+msgid "UsageQuota|Packages"
+msgstr ""
+
+msgid "UsageQuota|Pipelines"
+msgstr ""
+
+msgid "UsageQuota|Repository"
+msgstr ""
+
+msgid "UsageQuota|Storage"
+msgstr ""
+
+msgid "UsageQuota|This namespace has no projects which use shared runners"
+msgstr ""
+
+msgid "UsageQuota|Unlimited"
+msgstr ""
+
+msgid "UsageQuota|Usage"
+msgstr ""
+
+msgid "UsageQuota|Usage Quotas"
+msgstr ""
+
+msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
+msgstr ""
+
+msgid "UsageQuota|Usage since"
+msgstr ""
+
+msgid "UsageQuota|Wiki"
+msgstr ""
+
+msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
+msgstr ""
+
+msgid "Use <code>%{native_redirect_uri}</code> for local tests"
+msgstr ""
+
+msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
+msgstr ""
+
+msgid "Use a hardware device to add the second factor of authentication."
+msgstr ""
+
+msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
+msgstr ""
+
+msgid "Use group milestones to manage issues from multiple projects in the same milestone."
+msgstr ""
+
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
+msgid "Use one line per URI"
+msgstr ""
+
+msgid "Use template"
+msgstr ""
+
+msgid "Use the following registration token during setup:"
+msgstr ""
+
+msgid "Use your global notification setting"
+msgstr ""
+
+msgid "Use your smart card to authenticate with the LDAP server."
+msgstr ""
+
+msgid "Used by members to sign in to your group in GitLab"
+msgstr ""
+
+msgid "Used to help configure your identity provider"
+msgstr ""
+
+msgid "User"
+msgstr ""
+
+msgid "User %{current_user_username} has started impersonating %{username}"
+msgstr ""
+
+msgid "User %{username} was successfully removed."
+msgstr ""
+
+msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
+msgstr ""
+
+msgid "User OAuth applications"
+msgstr ""
+
+msgid "User Settings"
+msgstr ""
+
+msgid "User and IP Rate Limits"
+msgstr ""
+
+msgid "User identity was successfully created."
+msgstr ""
+
+msgid "User identity was successfully removed."
+msgstr ""
+
+msgid "User identity was successfully updated."
+msgstr ""
+
+msgid "User key was successfully removed."
+msgstr ""
+
+msgid "User map"
+msgstr ""
+
+msgid "User pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "User restrictions"
+msgstr ""
+
+msgid "User settings"
+msgstr ""
+
+msgid "User was successfully created."
+msgstr ""
+
+msgid "User was successfully removed from group and any subresources."
+msgstr ""
+
+msgid "User was successfully removed from project."
+msgstr ""
+
+msgid "User was successfully updated."
+msgstr ""
+
+msgid "UserOnboardingTour|%{activeTour}/%{totalTours}"
+msgstr ""
+
+msgid "UserOnboardingTour|%{completed}/%{total} steps completed"
+msgstr ""
+
+msgid "UserOnboardingTour|%{emphasisStart}Well done!%{emphasisEnd}%{lineBreak}%{lineBreak}That's it for our guided tour, congratulations for making it all the way to the end!%{lineBreak}%{lineBreak}We hope this gave you a good overview of GitLab and how it can help you. We'll now show you how to create your own project and invite your colleagues."
+msgstr ""
+
+msgid "UserOnboardingTour|Adding other members to a project is done through Project Settings. Click on %{emphasisStart}Settings%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Alright, that's it for Commits. Let's take a look at the %{emphasisStart}Branches%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Awesome! Now click on %{emphasisStart}Members%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}Compare%{emphasisEnd} buttons to compare a branch to master."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}pipeline IDs%{emphasisEnd} to see the details of a pipeline."
+msgstr ""
+
+msgid "UserOnboardingTour|Click to open the latest commit to see its details."
+msgstr ""
+
+msgid "UserOnboardingTour|Close 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Commits are shown in chronological order and can be filtered by the commit message or by the branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Create a project"
+msgstr ""
+
+msgid "UserOnboardingTour|Exit 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Got it"
+msgstr ""
+
+msgid "UserOnboardingTour|Great job! %{clapHands} We hope the tour was helpful and that you learned how to use GitLab.%{lineBreak}%{lineBreak}We'd love to get your feedback on this tour.%{lineBreak}%{lineBreak}%{emphasisStart}How helpful would you say this guided tour was?%{emphasisEnd}%{lineBreak}%{lineBreak}"
+msgstr ""
+
+msgid "UserOnboardingTour|Guided GitLab Tour"
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the current members of the project (just you at the moment) and invite new members.%{lineBreak}%{lineBreak}You can invite multiple members at once (existing GitLab users or invite by email) and you can also set their roles and permissions.%{lineBreak}%{lineBreak}Add a few members and click on %{emphasisStart}Add to project%{emphasisEnd} to complete this step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
+msgstr ""
+
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Invite colleagues"
+msgstr ""
+
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
+msgstr ""
+
+msgid "UserOnboardingTour|Learn GitLab"
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at a merge request. Click on the title of one."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at all the commits. Click on %{emphasisStart}Commits%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at the repository of this project. Click on %{emphasisStart}Repository%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|No thanks"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, let's go"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, show me"
+msgstr ""
+
+msgid "UserOnboardingTour|Open one of the issues by clicking on its title."
+msgstr ""
+
+msgid "UserOnboardingTour|Restart this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Skip this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgstr ""
+
+msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgstr ""
+
+msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the CI/CD pipelines we have for our %{emphasisStart}%{projectName}%{emphasisEnd} project.%{lineBreak}%{lineBreak}Here you can see the status of each pipeline, for what commit it's running for, its stages and the status for them."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the issues that are available for community contributions. Let's take a closer look at one of them."
+msgstr ""
+
+msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgstr ""
+
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr ""
+
+msgid "UserProfile|Activity"
+msgstr ""
+
+msgid "UserProfile|Already reported for abuse"
+msgstr ""
+
+msgid "UserProfile|Blocked user"
+msgstr ""
+
+msgid "UserProfile|Contributed projects"
+msgstr ""
+
+msgid "UserProfile|Edit profile"
+msgstr ""
+
+msgid "UserProfile|Explore public groups to find projects to contribute to."
+msgstr ""
+
+msgid "UserProfile|Groups"
+msgstr ""
+
+msgid "UserProfile|Groups are the best way to manage projects and members."
+msgstr ""
+
+msgid "UserProfile|Join or create a group to start contributing by commenting on issues or submitting merge requests!"
+msgstr ""
+
+msgid "UserProfile|Most Recent Activity"
+msgstr ""
+
+msgid "UserProfile|No snippets found."
+msgstr ""
+
+msgid "UserProfile|Overview"
+msgstr ""
+
+msgid "UserProfile|Personal projects"
+msgstr ""
+
+msgid "UserProfile|Report abuse"
+msgstr ""
+
+msgid "UserProfile|Snippets"
+msgstr ""
+
+msgid "UserProfile|Snippets in GitLab can either be private, internal, or public."
+msgstr ""
+
+msgid "UserProfile|Star projects to track their progress and show your appreciation."
+msgstr ""
+
+msgid "UserProfile|Starred projects"
+msgstr ""
+
+msgid "UserProfile|Subscribe"
+msgstr ""
+
+msgid "UserProfile|This user doesn't have any personal projects"
+msgstr ""
+
+msgid "UserProfile|This user has a private profile"
+msgstr ""
+
+msgid "UserProfile|This user hasn't contributed to any projects"
+msgstr ""
+
+msgid "UserProfile|This user hasn't starred any projects"
+msgstr ""
+
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
+msgid "UserProfile|View all"
+msgstr ""
+
+msgid "UserProfile|View user in admin area"
+msgstr ""
+
+msgid "UserProfile|You can create a group for several dependent projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any personal projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any snippets."
+msgstr ""
+
+msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice."
+msgstr ""
+
+msgid "Username (optional)"
+msgstr ""
+
+msgid "Username is already taken."
+msgstr ""
+
+msgid "Username is available."
+msgstr ""
+
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Username or email"
+msgstr ""
+
+msgid "Users"
+msgstr ""
+
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
+msgid "Users outside of license"
+msgstr ""
+
+msgid "Users requesting access to"
+msgstr ""
+
+msgid "Users were successfully added."
+msgstr ""
+
+msgid "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
+msgstr ""
+
+msgid "UsersSelect|%{name} + %{length} more"
+msgstr ""
+
+msgid "UsersSelect|Any User"
+msgstr ""
+
+msgid "UsersSelect|Assignee"
+msgstr ""
+
+msgid "UsersSelect|No assignee - %{openingTag} assign yourself %{closingTag}"
+msgstr ""
+
+msgid "UsersSelect|Unassigned"
+msgstr ""
+
+msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%{link_end}"
+msgstr ""
+
+msgid "Using required encryption strategy when encrypted field is missing!"
+msgstr ""
+
+msgid "Validate"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration file"
+msgstr ""
+
+msgid "Validations failed."
+msgstr ""
+
+msgid "Validity"
+msgstr ""
+
+msgid "Value"
+msgstr ""
+
+msgid "Variables"
+msgstr ""
+
+msgid "Various container registry settings."
+msgstr ""
+
+msgid "Various email settings."
+msgstr ""
+
+msgid "Various localization settings."
+msgstr ""
+
+msgid "Various settings that affect GitLab performance."
+msgstr ""
+
+msgid "Verification information"
+msgstr ""
+
+msgid "Verification status"
+msgstr ""
+
+msgid "Verified"
+msgstr ""
+
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
+msgid "Version"
+msgstr ""
+
+msgid "Very helpful"
+msgstr ""
+
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
+
+msgid "View dependency details for your project"
+msgstr ""
+
+msgid "View deployment"
+msgstr ""
+
+msgid "View details: %{details_url}"
+msgstr ""
+
+msgid "View documentation"
+msgstr ""
+
+msgid "View eligible approvers"
+msgstr ""
+
+msgid "View epics list"
+msgstr ""
+
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "View file @ "
+msgstr ""
+
+msgid "View full dashboard"
+msgstr ""
+
+msgid "View group labels"
+msgstr ""
+
+msgid "View issue"
+msgstr ""
+
+msgid "View it on GitLab"
+msgstr ""
+
+msgid "View job"
+msgstr ""
+
+msgid "View job log"
+msgstr ""
+
+msgid "View jobs"
+msgstr ""
+
+msgid "View labels"
+msgstr ""
+
+msgid "View log"
+msgstr ""
+
+msgid "View open merge request"
+msgstr ""
+
+msgid "View project"
+msgstr ""
+
+msgid "View project labels"
+msgstr ""
+
+msgid "View replaced file @ "
+msgstr ""
+
+msgid "View the documentation"
+msgstr ""
+
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
+msgid "Viewing commit"
+msgstr ""
+
+msgid "Visibility"
+msgstr ""
+
+msgid "Visibility and access controls"
+msgstr ""
+
+msgid "Visibility level"
+msgstr ""
+
+msgid "Visibility level:"
+msgstr ""
+
+msgid "Visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Visibility, project features, permissions"
+msgstr ""
+
+msgid "Visibility:"
+msgstr ""
+
+msgid "VisibilityLevel|Internal"
+msgstr ""
+
+msgid "VisibilityLevel|Private"
+msgstr ""
+
+msgid "VisibilityLevel|Public"
+msgstr ""
+
+msgid "VisibilityLevel|Unknown"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
+msgstr ""
+
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr ""
+
+msgid "VisualReviewApp|Copy script"
+msgstr ""
+
+msgid "VisualReviewApp|Enable Visual Reviews"
+msgstr ""
+
+msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application."
+msgstr ""
+
+msgid "VisualReviewApp|Open review app"
+msgstr ""
+
+msgid "VisualReviewApp|Review"
+msgstr ""
+
+msgid "VisualReviewApp|Steps 1 and 2 (and sometimes 3) are performed once by the developer before requesting feedback. Steps 3 (if necessary), 4, and 5 are performed by the reviewer each time they perform a review."
+msgstr ""
+
+msgid "Vulnerabilities"
+msgstr ""
+
+msgid "Vulnerabilities over time"
+msgstr ""
+
+msgid "Vulnerability-Check"
+msgstr ""
+
+msgid "VulnerabilityChart|%{formattedStartDate} to today"
+msgstr ""
+
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
+msgid "Vulnerability|Class"
+msgstr ""
+
+msgid "Vulnerability|Confidence"
+msgstr ""
+
+msgid "Vulnerability|Description"
+msgstr ""
+
+msgid "Vulnerability|File"
+msgstr ""
+
+msgid "Vulnerability|Identifiers"
+msgstr ""
+
+msgid "Vulnerability|Image"
+msgstr ""
+
+msgid "Vulnerability|Instances"
+msgstr ""
+
+msgid "Vulnerability|Links"
+msgstr ""
+
+msgid "Vulnerability|Namespace"
+msgstr ""
+
+msgid "Vulnerability|Project"
+msgstr ""
+
+msgid "Vulnerability|Report Type"
+msgstr ""
+
+msgid "Vulnerability|Severity"
+msgstr ""
+
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
+msgstr ""
+
+msgid "Waiting for performance data"
+msgstr ""
+
+msgid "Want to see the data? Please ask an administrator for access."
+msgstr ""
+
+msgid "Warning:"
+msgstr ""
+
+msgid "We could not determine the path to remove the epic"
+msgstr ""
+
+msgid "We could not determine the path to remove the issue"
+msgstr ""
+
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
+msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgstr ""
+
+msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
+msgstr ""
+
+msgid "We don't have enough data to show this stage."
+msgstr ""
+
+msgid "We have found the following errors:"
+msgstr ""
+
+msgid "We heard back from your U2F device. You have been authenticated."
+msgstr ""
+
+msgid "We sent you an email with reset password instructions"
+msgstr ""
+
+msgid "We want to be sure it is you, please confirm you are not a robot."
+msgstr ""
+
+msgid "We've found no vulnerabilities"
+msgstr ""
+
+msgid "Web IDE"
+msgstr ""
+
+msgid "Web Terminal"
+msgstr ""
+
+msgid "Web terminal"
+msgstr ""
+
+msgid "Webhooks"
+msgstr ""
+
+msgid "Webhooks Help"
+msgstr ""
+
+msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group."
+msgstr ""
+
+msgid "Wednesday"
+msgstr ""
+
+msgid "Weeks"
+msgstr ""
+
+msgid "Weight"
+msgstr ""
+
+msgid "Weight %{weight}"
+msgstr ""
+
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
+msgid "Welcome to the Guided GitLab Tour"
+msgstr ""
+
+msgid "Welcome to your Issue Board!"
+msgstr ""
+
+msgid "What are you searching for?"
+msgstr ""
+
+msgid "When a runner is locked, it cannot be assigned to other projects"
+msgstr ""
+
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "When enabled, users cannot use GitLab until the terms have been accepted."
+msgstr ""
+
+msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgstr ""
+
+msgid "When this merge request is accepted"
+msgid_plural "When these merge requests are accepted"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
+msgstr ""
+
+msgid "When:"
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "White helpers give contextual information."
+msgstr ""
+
+msgid "Whitelist to allow requests to the local network from hooks and services"
+msgstr ""
+
+msgid "Who can be an approver?"
+msgstr ""
+
+msgid "Who can see this group?"
+msgstr ""
+
+msgid "Who will be able to see this group?"
+msgstr ""
+
+msgid "Wiki"
+msgstr ""
+
+msgid "Wiki pages"
+msgstr ""
+
+msgid "Wiki was successfully updated."
+msgstr ""
+
+msgid "WikiClone|Clone your wiki"
+msgstr ""
+
+msgid "WikiClone|Git Access"
+msgstr ""
+
+msgid "WikiClone|Install Gollum"
+msgstr ""
+
+msgid "WikiClone|It is recommended to install %{markdown} so that GFM features render locally:"
+msgstr ""
+
+msgid "WikiClone|Start Gollum and edit locally"
+msgstr ""
+
+msgid "WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title."
+msgstr ""
+
+msgid "WikiEdit|There is already a page with the same title in that path."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|You must be a project member in order to add wiki pages. If you have suggestions for how to improve the wiki for this project, consider opening an issue in the %{issues_link}."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|issue tracker"
+msgstr ""
+
+msgid "WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on."
+msgstr ""
+
+msgid "WikiEmpty|Create your first page"
+msgstr ""
+
+msgid "WikiEmpty|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmpty|The wiki lets you write documentation for your project"
+msgstr ""
+
+msgid "WikiEmpty|This project has no wiki pages"
+msgstr ""
+
+msgid "WikiEmpty|You must be a project member in order to add wiki pages."
+msgstr ""
+
+msgid "WikiHistoricalPage|This is an old version of this page."
+msgstr ""
+
+msgid "WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}."
+msgstr ""
+
+msgid "WikiHistoricalPage|history"
+msgstr ""
+
+msgid "WikiHistoricalPage|most recent version"
+msgstr ""
+
+msgid "WikiMarkdownDocs|More examples are in the %{docs_link}"
+msgstr ""
+
+msgid "WikiMarkdownDocs|documentation"
+msgstr ""
+
+msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}"
+msgstr ""
+
+msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Are you sure you want to delete this page?"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page %{pageTitle}?"
+msgstr ""
+
+msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{page_link} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "WikiPageConflictMessage|the page"
+msgstr ""
+
+msgid "WikiPageCreate|Create %{pageTitle}"
+msgstr ""
+
+msgid "WikiPageEdit|Update %{pageTitle}"
+msgstr ""
+
+msgid "WikiPage|Write your content or drag files here…"
+msgstr ""
+
+msgid "Wiki|Create New Page"
+msgstr ""
+
+msgid "Wiki|Create page"
+msgstr ""
+
+msgid "Wiki|Created date"
+msgstr ""
+
+msgid "Wiki|Edit Page"
+msgstr ""
+
+msgid "Wiki|More Pages"
+msgstr ""
+
+msgid "Wiki|New page"
+msgstr ""
+
+msgid "Wiki|Page history"
+msgstr ""
+
+msgid "Wiki|Page title"
+msgstr ""
+
+msgid "Wiki|Page version"
+msgstr ""
+
+msgid "Wiki|Pages"
+msgstr ""
+
+msgid "Wiki|Title"
+msgstr ""
+
+msgid "Wiki|Wiki Pages"
+msgstr ""
+
+msgid "Will deploy to"
+msgstr ""
+
+msgid "With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members."
+msgstr ""
+
+msgid "Withdraw Access Request"
+msgstr ""
+
+msgid "Work in Progress Limit"
+msgstr ""
+
+msgid "Workflow Help"
+msgstr ""
+
+msgid "Write"
+msgstr ""
+
+msgid "Write a comment or drag your files here…"
+msgstr ""
+
+msgid "Write a comment…"
+msgstr ""
+
+msgid "Write access allowed"
+msgstr ""
+
+msgid "Write milestone description..."
+msgstr ""
+
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
+msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
+msgstr ""
+
+msgid "Yes"
+msgstr ""
+
+msgid "Yes or No"
+msgstr ""
+
+msgid "Yes, add it"
+msgstr ""
+
+msgid "Yes, let me map Google Code users to full names or GitLab users."
+msgstr ""
+
+msgid "Yesterday"
+msgstr ""
+
+msgid "You"
+msgstr ""
+
+msgid "You are an admin, which means granting access to <strong>%{client_name}</strong> will allow them to interact with GitLab as an admin as well. Proceed with caution."
+msgstr ""
+
+msgid "You are attempting to delete a file that has been previously updated."
+msgstr ""
+
+msgid "You are attempting to update a file that has changed since you started editing it."
+msgstr ""
+
+msgid "You are connected to the Prometheus server, but there is currently no data to display."
+msgstr ""
+
+msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are not allowed to unlink your primary login account"
+msgstr ""
+
+msgid "You are not authorized to perform this action"
+msgstr ""
+
+msgid "You are now impersonating %{username}"
+msgstr ""
+
+msgid "You are on a read-only GitLab instance."
+msgstr ""
+
+msgid "You are receiving this message because you are a GitLab administrator for %{url}."
+msgstr ""
+
+msgid "You can %{linkStart}view the blob%{linkEnd} instead."
+msgstr ""
+
+msgid "You can also create a project from the command line."
+msgstr ""
+
+msgid "You can also press &#8984;-Enter"
+msgstr ""
+
+msgid "You can also press Ctrl-Enter"
+msgstr ""
+
+msgid "You can also star a label to make it a priority label."
+msgstr ""
+
+msgid "You can also test your %{gitlab_ci_yml} in %{lint_link_start}CI Lint%{lint_link_end}"
+msgstr ""
+
+msgid "You can also upload existing files from your computer using the instructions below."
+msgstr ""
+
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can create files directly in GitLab using one of the following options."
+msgstr ""
+
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can easily contribute to them by requesting to join these groups."
+msgstr ""
+
+msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}"
+msgstr ""
+
+msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can move around the graph by using the arrow keys."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original branch."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original project."
+msgstr ""
+
+msgid "You can only add files when you are on a branch"
+msgstr ""
+
+msgid "You can only edit files when you are on a branch"
+msgstr ""
+
+msgid "You can only merge once the items above are resolved."
+msgstr ""
+
+msgid "You can only merge once this merge request is approved."
+msgstr ""
+
+msgid "You can only transfer the project to namespaces you manage."
+msgstr ""
+
+msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}"
+msgstr ""
+
+msgid "You can see your chat accounts."
+msgstr ""
+
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
+msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
+msgstr ""
+
+msgid "You can specify notification level per group or per project."
+msgstr ""
+
+msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
+msgstr ""
+
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
+msgid "You cannot access the raw file. Please wait a minute."
+msgstr ""
+
+msgid "You cannot impersonate a blocked user"
+msgstr ""
+
+msgid "You cannot impersonate a user who cannot log in"
+msgstr ""
+
+msgid "You cannot impersonate an internal user"
+msgstr ""
+
+msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
+msgstr ""
+
+msgid "You cannot write to a read-only secondary GitLab Geo instance. Please use %{link_to_primary_node} instead."
+msgstr ""
+
+msgid "You cannot write to this read-only GitLab instance."
+msgstr ""
+
+msgid "You could not create a new trigger."
+msgstr ""
+
+msgid "You do not have any subscriptions yet"
+msgstr ""
+
+msgid "You do not have permission to leave this %{namespaceType}."
+msgstr ""
+
+msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
+msgstr ""
+
+msgid "You do not have the correct permissions to override the settings from the LDAP group sync."
+msgstr ""
+
+msgid "You don't have any U2F devices registered yet."
+msgstr ""
+
+msgid "You don't have any active chat names."
+msgstr ""
+
+msgid "You don't have any applications"
+msgstr ""
+
+msgid "You don't have any authorized applications"
+msgstr ""
+
+msgid "You don't have any deployments right now."
+msgstr ""
+
+msgid "You don't have any projects available."
+msgstr ""
+
+msgid "You don't have any recent searches"
+msgstr ""
+
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
+msgid "You don’t have access to Cycle Analytics for this group"
+msgstr ""
+
+msgid "You don’t have access to Productivity Analytics in this group"
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to %{label}."
+msgstr ""
+
+msgid "You have been unsubscribed from this thread."
+msgstr ""
+
+msgid "You have declined the invitation to join %{label}."
+msgstr ""
+
+msgid "You have no permissions"
+msgstr ""
+
+msgid "You have not added any approvers. Start by adding users or groups."
+msgstr ""
+
+msgid "You have reached your project limit"
+msgstr ""
+
+msgid "You haven't added any issues to your project yet"
+msgstr ""
+
+msgid "You haven't selected any issues yet"
+msgstr ""
+
+msgid "You left the \"%{membershipable_human_name}\" %{source_type}."
+msgstr ""
+
+msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
+msgstr ""
+
+msgid "You may close the milestone now."
+msgstr ""
+
+msgid "You must accept our Terms of Service and privacy policy in order to register an account"
+msgstr ""
+
+msgid "You must have maintainer access to force delete a lock"
+msgstr ""
+
+msgid "You must have permission to create a project in a namespace before forking."
+msgstr ""
+
+msgid "You must provide a valid current password"
+msgstr ""
+
+msgid "You must provide your current password in order to change it."
+msgstr ""
+
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
+msgid "You need a different license to enable FileLocks feature"
+msgstr ""
+
+msgid "You need a different license to use Geo replication."
+msgstr ""
+
+msgid "You need git-lfs version %{min_git_lfs_version} (or greater) to continue. Please visit https://git-lfs.github.com"
+msgstr ""
+
+msgid "You need permission."
+msgstr ""
+
+msgid "You need to be logged in."
+msgstr ""
+
+msgid "You need to register a two-factor authentication app before you can set up a U2F device."
+msgstr ""
+
+msgid "You need to specify both an Access Token and a Host URL."
+msgstr ""
+
+msgid "You need to upload a GitLab project export archive (ending in .gz)."
+msgstr ""
+
+msgid "You need to upload a Google Takeout archive."
+msgstr ""
+
+msgid "You tried to fork %{link_to_the_project} but it failed for the following reason:"
+msgstr ""
+
+msgid "You will lose all changes you've made to this file. This action cannot be undone."
+msgstr ""
+
+msgid "You will lose all the unstaged changes you've made in this project. This action cannot be undone."
+msgstr ""
+
+msgid "You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "You will not get any notifications via email"
+msgstr ""
+
+msgid "You will only receive notifications for the events you choose"
+msgstr ""
+
+msgid "You will only receive notifications for threads you have participated in"
+msgstr ""
+
+msgid "You will receive notifications for any activity"
+msgstr ""
+
+msgid "You will receive notifications only for comments in which you were @mentioned"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via %{protocol} until you %{set_password_link} on your account"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you %{add_ssh_key_link} to your profile"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
+msgstr ""
+
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
+msgid "You'll be signed out from your current account automatically."
+msgstr ""
+
+msgid "You'll need to use different branch names to get a valid comparison."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
+msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project is being created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgstr ""
+
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
+msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
+msgstr ""
+
+msgid "YouTube"
+msgstr ""
+
+msgid "Your Commit Email will be used for web based operations, such as edits and merges."
+msgstr ""
+
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr ""
+
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
+
+msgid "Your GPG keys (%{count})"
+msgstr ""
+
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
+msgid "Your Groups"
+msgstr ""
+
+msgid "Your New Personal Access Token"
+msgstr ""
+
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
+msgid "Your Primary Email will be used for avatar detection."
+msgstr ""
+
+msgid "Your Projects (default)"
+msgstr ""
+
+msgid "Your Projects' Activity"
+msgstr ""
+
+msgid "Your Public Email will be displayed on your public profile."
+msgstr ""
+
+msgid "Your SSH keys (%{count})"
+msgstr ""
+
+msgid "Your To-Do List"
+msgstr ""
+
+msgid "Your U2F device did not send a valid JSON response."
+msgstr ""
+
+msgid "Your U2F device needs to be set up. Plug it in (if not already) and click the button on the left."
+msgstr ""
+
+msgid "Your U2F device was registered!"
+msgstr ""
+
+msgid "Your access request to the %{source_type} has been withdrawn."
+msgstr ""
+
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
+msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
+msgstr ""
+
+msgid "Your applications (%{size})"
+msgstr ""
+
+msgid "Your authorized applications"
+msgstr ""
+
+msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
+msgstr ""
+
+msgid "Your changes can be committed to %{branch_name} because a merge request is open."
+msgstr ""
+
+msgid "Your changes have been committed. Commit %{commitId} %{commitStats}"
+msgstr ""
+
+msgid "Your changes have been saved"
+msgstr ""
+
+msgid "Your changes have been successfully committed."
+msgstr ""
+
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
+msgid "Your comment could not be submitted! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your comment could not be updated! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
+msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
+msgstr ""
+
+msgid "Your device was successfully set up! Give it a name and register it with the GitLab server."
+msgstr ""
+
+msgid "Your groups"
+msgstr ""
+
+msgid "Your issues are being imported. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your issues will be imported in the background. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your message here"
+msgstr ""
+
+msgid "Your name"
+msgstr ""
+
+msgid "Your new SCIM token"
+msgstr ""
+
+msgid "Your new personal access token has been created."
+msgstr ""
+
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
+msgstr ""
+
+msgid "Your password reset token has expired."
+msgstr ""
+
+msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
+msgstr ""
+
+msgid "Your projects"
+msgstr ""
+
+msgid "Your request for access has been queued for review."
+msgstr ""
+
+msgid "Zoom meeting added"
+msgstr ""
+
+msgid "Zoom meeting removed"
+msgstr ""
+
+msgid "a deleted user"
+msgstr ""
+
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "added %{created_at_timeago}"
+msgstr ""
+
+msgid "added a Zoom call to this issue"
+msgstr ""
+
+msgid "ago"
+msgstr ""
+
+msgid "allowed to fail"
+msgstr ""
+
+msgid "already being used for another group or project milestone."
+msgstr ""
+
+msgid "already has a \"created\" issue link"
+msgstr ""
+
+msgid "already shared with this group"
+msgstr ""
+
+msgid "among other things"
+msgstr ""
+
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
+msgid "assign yourself"
+msgstr ""
+
+msgid "attach a new file"
+msgstr ""
+
+msgid "authored"
+msgstr ""
+
+msgid "blocks"
+msgstr ""
+
+msgid "branch name"
+msgstr ""
+
+msgid "by"
+msgstr ""
+
+msgid "cannot be changed if a personal project has container registry tags."
+msgstr ""
+
+msgid "cannot be enabled unless all domains have TLS certificates"
+msgstr ""
+
+msgid "cannot be modified"
+msgstr ""
+
+msgid "cannot block others"
+msgstr ""
+
+msgid "cannot include leading slash or directory traversal."
+msgstr ""
+
+msgid "cannot itself be blocked"
+msgstr ""
+
+msgid "cannot merge"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about DAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Dependency Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{namespace} is affected by %{vulnerability}."
+msgstr ""
+
+msgid "ciReport|%{remainingPackagesCount} more"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} new vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{fixedCount} fixed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected no new vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} is loading"
+msgstr ""
+
+msgid "ciReport|%{reportType}: Loading resulted in an error"
+msgstr ""
+
+msgid "ciReport|%{vulnerability} in %{featurename}"
+msgstr ""
+
+msgid "ciReport|(errors when loading results)"
+msgstr ""
+
+msgid "ciReport|(is loading)"
+msgstr ""
+
+msgid "ciReport|(is loading, errors when loading results)"
+msgstr ""
+
+msgid "ciReport|All confidence levels"
+msgstr ""
+
+msgid "ciReport|All projects"
+msgstr ""
+
+msgid "ciReport|All report types"
+msgstr ""
+
+msgid "ciReport|All severities"
+msgstr ""
+
+msgid "ciReport|Automatically apply the patch in a new branch"
+msgstr ""
+
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
+msgid "ciReport|Class"
+msgstr ""
+
+msgid "ciReport|Code quality"
+msgstr ""
+
+msgid "ciReport|Confidence"
+msgstr ""
+
+msgid "ciReport|Container Scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning detects known vulnerabilities in your docker images."
+msgstr ""
+
+msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
+msgstr ""
+
+msgid "ciReport|Create issue"
+msgstr ""
+
+msgid "ciReport|DAST"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning detects known vulnerabilities in your source code's dependencies."
+msgstr ""
+
+msgid "ciReport|Dependency scanning"
+msgstr ""
+
+msgid "ciReport|Description"
+msgstr ""
+
+msgid "ciReport|Download patch to resolve"
+msgstr ""
+
+msgid "ciReport|Download the patch to apply it manually"
+msgstr ""
+
+msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application."
+msgstr ""
+
+msgid "ciReport|Failed to load %{reportName} report"
+msgstr ""
+
+msgid "ciReport|File"
+msgstr ""
+
+msgid "ciReport|Fixed:"
+msgstr ""
+
+msgid "ciReport|Identifiers"
+msgstr ""
+
+msgid "ciReport|Image"
+msgstr ""
+
+msgid "ciReport|Instances"
+msgstr ""
+
+msgid "ciReport|Investigate this vulnerability by creating an issue"
+msgstr ""
+
+msgid "ciReport|Learn more about interacting with security reports"
+msgstr ""
+
+msgid "ciReport|Links"
+msgstr ""
+
+msgid "ciReport|Loading %{reportName} report"
+msgstr ""
+
+msgid "ciReport|Manage licenses"
+msgstr ""
+
+msgid "ciReport|Method"
+msgstr ""
+
+msgid "ciReport|Namespace"
+msgstr ""
+
+msgid "ciReport|No changes to code quality"
+msgstr ""
+
+msgid "ciReport|No changes to performance metrics"
+msgstr ""
+
+msgid "ciReport|Performance metrics"
+msgstr ""
+
+msgid "ciReport|Resolve with merge request"
+msgstr ""
+
+msgid "ciReport|SAST"
+msgstr ""
+
+msgid "ciReport|Security scanning"
+msgstr ""
+
+msgid "ciReport|Security scanning failed loading any results"
+msgstr ""
+
+msgid "ciReport|Severity"
+msgstr ""
+
+msgid "ciReport|Solution"
+msgstr ""
+
+msgid "ciReport|Static Application Security Testing (SAST) detects known vulnerabilities in your source code."
+msgstr ""
+
+msgid "ciReport|There was an error creating the issue. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error creating the merge request. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error reverting the dismissal. Please try again."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} from %{version} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Used by %{packagesString}"
+msgid_plural "ciReport|Used by %{packagesString}, and %{lastPackage}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|View full report"
+msgstr ""
+
+msgid "comment"
+msgstr ""
+
+msgid "commented on %{link_to_project}"
+msgstr ""
+
+msgid "commit %{commit_id}"
+msgstr ""
+
+msgid "confidence|Confirmed"
+msgstr ""
+
+msgid "confidence|Experimental"
+msgstr ""
+
+msgid "confidence|High"
+msgstr ""
+
+msgid "confidence|Ignore"
+msgstr ""
+
+msgid "confidence|Low"
+msgstr ""
+
+msgid "confidence|Medium"
+msgstr ""
+
+msgid "confidence|Undefined"
+msgstr ""
+
+msgid "confidence|Unknown"
+msgstr ""
+
+msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
+msgstr ""
+
+msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
+msgstr ""
+
+msgid "connecting"
+msgstr ""
+
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "could not read private key, is the passphrase correct?"
+msgstr ""
+
+msgid "created"
+msgstr ""
+
+msgid "customize"
+msgstr ""
+
+msgid "date must not be after 9999-12-31"
+msgstr ""
+
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "default branch"
+msgstr ""
+
+msgid "deleted"
+msgstr ""
+
+msgid "deploy"
+msgstr ""
+
+msgid "design"
+msgstr ""
+
+msgid "designs"
+msgstr ""
+
+msgid "detached"
+msgstr ""
+
+msgid "disabled"
+msgstr ""
+
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
+msgid "done"
+msgstr ""
+
+msgid "draft"
+msgid_plural "drafts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "e.g. %{token}"
+msgstr ""
+
+msgid "element is not a hierarchy"
+msgstr ""
+
+msgid "email '%{email}' does not match the allowed domain of '%{email_domain}'"
+msgstr ""
+
+msgid "enabled"
+msgstr ""
+
+msgid "encrypted: needs to be a :required, :optional or :migrating!"
+msgstr ""
+
+msgid "entries cannot be larger than 255 characters"
+msgstr ""
+
+msgid "entries cannot be nil"
+msgstr ""
+
+msgid "entries cannot contain HTML tags"
+msgstr ""
+
+msgid "error"
+msgstr ""
+
+msgid "error code:"
+msgstr ""
+
+msgid "estimateCommand|%{slash_command} will update the estimated time with the latest command."
+msgstr ""
+
+msgid "expired on %{milestone_due_date}"
+msgstr ""
+
+msgid "expires on %{milestone_due_date}"
+msgstr ""
+
+msgid "failed"
+msgstr ""
+
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch} into %{link_to_merge_request_target_branch}"
+msgstr ""
+
+msgid "for %{link_to_pipeline_ref}"
+msgstr ""
+
+msgid "for %{ref}"
+msgstr ""
+
+msgid "for this project"
+msgstr ""
+
+msgid "fork this project"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
+msgid "group"
+msgstr ""
+
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
+msgid "has already been taken"
+msgstr ""
+
+msgid "help"
+msgstr ""
+
+msgid "here"
+msgstr ""
+
+msgid "https://your-bitbucket-server"
+msgstr ""
+
+msgid "image diff"
+msgstr ""
+
+msgid "import flow"
+msgstr ""
+
+msgid "importing"
+msgstr ""
+
+msgid "in group %{link_to_group}"
+msgstr ""
+
+msgid "in project %{link_to_project}"
+msgstr ""
+
+msgid "index"
+msgstr ""
+
+msgid "instance completed"
+msgid_plural "instances completed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "invalid milestone state `%{state}`"
+msgstr ""
+
+msgid "is an invalid IP address range"
+msgstr ""
+
+msgid "is blocked by"
+msgstr ""
+
+msgid "is enabled."
+msgstr ""
+
+msgid "is invalid because there is downstream lock"
+msgstr ""
+
+msgid "is invalid because there is upstream lock"
+msgstr ""
+
+msgid "is not a descendant of the Group owning the template"
+msgstr ""
+
+msgid "is not a valid X509 certificate."
+msgstr ""
+
+msgid "is not an email you own"
+msgstr ""
+
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
+msgid "is too long (maximum is 1000 entries)"
+msgstr ""
+
+msgid "issue"
+msgstr ""
+
+msgid "it is stored externally"
+msgstr ""
+
+msgid "it is stored in LFS"
+msgstr ""
+
+msgid "it is too large"
+msgstr ""
+
+msgid "jigsaw is not defined"
+msgstr ""
+
+msgid "latest"
+msgstr ""
+
+msgid "latest deployment"
+msgstr ""
+
+msgid "latest version"
+msgstr ""
+
+msgid "leave %{group_name}"
+msgstr ""
+
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
+msgid "locked by %{path_lock_user_name} %{created_at}"
+msgstr ""
+
+msgid "log in"
+msgstr ""
+
+msgid "manual"
+msgstr ""
+
+msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead."
+msgstr ""
+
+msgid "math|There was an error rendering this math block"
+msgstr ""
+
+msgid "merge request"
+msgid_plural "merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "milestone should belong either to a project or a group."
+msgstr ""
+
+msgid "missing"
+msgstr ""
+
+msgid "most recent deployment"
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|1 merge commit"
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you have made to a project and discuss those changes with others."
+msgstr ""
+
+msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
+msgstr ""
+
+msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} increased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
+msgstr ""
+
+msgid "mrWidget|Added to the merge train by"
+msgstr ""
+
+msgid "mrWidget|Allows commits from members who can merge to the target branch"
+msgstr ""
+
+msgid "mrWidget|An error occurred while removing your approval."
+msgstr ""
+
+msgid "mrWidget|An error occurred while retrieving approval data for this merge request."
+msgstr ""
+
+msgid "mrWidget|An error occurred while submitting your approval."
+msgstr ""
+
+msgid "mrWidget|Approval password is invalid."
+msgstr ""
+
+msgid "mrWidget|Approve"
+msgstr ""
+
+msgid "mrWidget|Approve additionally"
+msgstr ""
+
+msgid "mrWidget|Approved by"
+msgstr ""
+
+msgid "mrWidget|Cancel automatic merge"
+msgstr ""
+
+msgid "mrWidget|Check out branch"
+msgstr ""
+
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Closed"
+msgstr ""
+
+msgid "mrWidget|Closed by"
+msgstr ""
+
+msgid "mrWidget|Closes"
+msgstr ""
+
+msgid "mrWidget|Create an issue to resolve them later"
+msgstr ""
+
+msgid "mrWidget|Delete source branch"
+msgstr ""
+
+msgid "mrWidget|Deployment statistics are not available currently"
+msgstr ""
+
+msgid "mrWidget|Did not close"
+msgstr ""
+
+msgid "mrWidget|Email patches"
+msgstr ""
+
+msgid "mrWidget|Failed to load deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
+msgstr ""
+
+msgid "mrWidget|Fork merge requests do not create merge request pipelines which validate a post merge result"
+msgstr ""
+
+msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgstr ""
+
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
+msgid "mrWidget|Loading deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Mentions"
+msgstr ""
+
+msgid "mrWidget|Merge"
+msgstr ""
+
+msgid "mrWidget|Merge failed."
+msgstr ""
+
+msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
+msgstr ""
+
+msgid "mrWidget|Merge locally"
+msgstr ""
+
+msgid "mrWidget|Merge request approved."
+msgstr ""
+
+msgid "mrWidget|Merged by"
+msgstr ""
+
+msgid "mrWidget|More information"
+msgstr ""
+
+msgid "mrWidget|No approval required"
+msgstr ""
+
+msgid "mrWidget|No approval required; you can still approve"
+msgstr ""
+
+msgid "mrWidget|Open in Web IDE"
+msgstr ""
+
+msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a manual action to proceed"
+msgstr ""
+
+msgid "mrWidget|Plain diff"
+msgstr ""
+
+msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
+msgstr ""
+
+msgid "mrWidget|Refresh"
+msgstr ""
+
+msgid "mrWidget|Refresh now"
+msgstr ""
+
+msgid "mrWidget|Refreshing now"
+msgstr ""
+
+msgid "mrWidget|Remove from merge train"
+msgstr ""
+
+msgid "mrWidget|Request to merge"
+msgstr ""
+
+msgid "mrWidget|Resolve WIP status"
+msgstr ""
+
+msgid "mrWidget|Resolve conflicts"
+msgstr ""
+
+msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally"
+msgstr ""
+
+msgid "mrWidget|Revert"
+msgstr ""
+
+msgid "mrWidget|Revert this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Revoke approval"
+msgstr ""
+
+msgid "mrWidget|Set by"
+msgstr ""
+
+msgid "mrWidget|The changes were merged into"
+msgstr ""
+
+msgid "mrWidget|The changes were not merged into"
+msgstr ""
+
+msgid "mrWidget|The changes will be merged into"
+msgstr ""
+
+msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure"
+msgstr ""
+
+msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging"
+msgstr ""
+
+msgid "mrWidget|The source branch has been deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch is %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} the target branch"
+msgstr ""
+
+msgid "mrWidget|The source branch is being deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will be deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will not be deleted"
+msgstr ""
+
+msgid "mrWidget|There are merge conflicts"
+msgstr ""
+
+msgid "mrWidget|There are unresolved threads. Please resolve these threads"
+msgstr ""
+
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgstr ""
+
+msgid "mrWidget|This merge request failed to be merged automatically"
+msgstr ""
+
+msgid "mrWidget|This merge request is in the process of being merged"
+msgstr ""
+
+msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This project is archived, write access has been disabled"
+msgstr ""
+
+msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
+msgstr ""
+
+msgid "mrWidget|When this merge request is ready, remove the WIP: prefix from the title to allow it to be merged"
+msgstr ""
+
+msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
+msgstr ""
+
+msgid "mrWidget|You can delete the source branch now"
+msgstr ""
+
+msgid "mrWidget|You can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|Your password"
+msgstr ""
+
+msgid "mrWidget|branch does not exist."
+msgstr ""
+
+msgid "mrWidget|command line"
+msgstr ""
+
+msgid "mrWidget|into"
+msgstr ""
+
+msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to be merged automatically when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to start a merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "must be greater than start date"
+msgstr ""
+
+msgid "n/a"
+msgstr ""
+
+msgid "needs to be between 10 minutes and 1 month"
+msgstr ""
+
+msgid "never expires"
+msgstr ""
+
+msgid "new merge request"
+msgstr ""
+
+msgid "no contributions"
+msgstr ""
+
+msgid "no one can merge"
+msgstr ""
+
+msgid "none"
+msgstr ""
+
+msgid "not found"
+msgstr ""
+
+msgid "notification emails"
+msgstr ""
+
+msgid "nounSeries|%{firstItem} and %{lastItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, %{nextItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, and %{lastItem}"
+msgstr ""
+
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
+
+msgid "out of %d total test"
+msgid_plural "out of %d total tests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "parent"
+msgid_plural "parents"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "password"
+msgstr ""
+
+msgid "pending comment"
+msgstr ""
+
+msgid "pending removal"
+msgstr ""
+
+msgid "pipeline"
+msgstr ""
+
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "point"
+msgid_plural "points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "private"
+msgstr ""
+
+msgid "private key does not match certificate."
+msgstr ""
+
+msgid "processing"
+msgstr ""
+
+msgid "project"
+msgid_plural "projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "project avatar"
+msgstr ""
+
+msgid "quick actions"
+msgstr ""
+
+msgid "register"
+msgstr ""
+
+msgid "relates to"
+msgstr ""
+
+msgid "released %{time}"
+msgstr ""
+
+msgid "remaining"
+msgstr ""
+
+msgid "remove"
+msgstr ""
+
+msgid "remove due date"
+msgstr ""
+
+msgid "remove weight"
+msgstr ""
+
+msgid "removed a Zoom call from this issue"
+msgstr ""
+
+msgid "rendered diff"
+msgstr ""
+
+msgid "reply"
+msgid_plural "replies"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "reset it."
+msgstr ""
+
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
+msgid "score"
+msgstr ""
+
+msgid "security Reports|There was an error creating the merge request"
+msgstr ""
+
+msgid "severity|Critical"
+msgstr ""
+
+msgid "severity|High"
+msgstr ""
+
+msgid "severity|Info"
+msgstr ""
+
+msgid "severity|Low"
+msgstr ""
+
+msgid "severity|Medium"
+msgstr ""
+
+msgid "severity|None"
+msgstr ""
+
+msgid "severity|Undefined"
+msgstr ""
+
+msgid "severity|Unknown"
+msgstr ""
+
+msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
+msgstr ""
+
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
+msgid "show less"
+msgstr ""
+
+msgid "sign in"
+msgstr ""
+
+msgid "sort:"
+msgstr ""
+
+msgid "source"
+msgstr ""
+
+msgid "source diff"
+msgstr ""
+
+msgid "specified top is not part of the tree"
+msgstr ""
+
+msgid "spendCommand|%{slash_command} will update the sum of the time spent."
+msgstr ""
+
+msgid "started"
+msgstr ""
+
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
+msgid "started on %{milestone_start_date}"
+msgstr ""
+
+msgid "starts on %{milestone_start_date}"
+msgstr ""
+
+msgid "stuck"
+msgstr ""
+
+msgid "success"
+msgstr ""
+
+msgid "syntax is correct"
+msgstr ""
+
+msgid "syntax is incorrect"
+msgstr ""
+
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
+msgid "this document"
+msgstr ""
+
+msgid "thread resolved"
+msgid_plural "threads resolved"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "to help your contributors communicate effectively!"
+msgstr ""
+
+msgid "to list"
+msgstr ""
+
+msgid "toggle collapse"
+msgstr ""
+
+msgid "toggle dropdown"
+msgstr ""
+
+msgid "triggered"
+msgstr ""
+
+msgid "unicode domains should use IDNA encoding"
+msgstr ""
+
+msgid "updated"
+msgstr ""
+
+msgid "updated %{time_ago}"
+msgstr ""
+
+msgid "user avatar"
+msgstr ""
+
+msgid "username"
+msgstr ""
+
+msgid "uses Kubernetes clusters to deploy your code!"
+msgstr ""
+
+msgid "verify ownership"
+msgstr ""
+
+msgid "version %{versionIndex}"
+msgstr ""
+
+msgid "via %{closed_via}"
+msgstr ""
+
+msgid "via merge request %{link}"
+msgstr ""
+
+msgid "view it on GitLab"
+msgstr ""
+
+msgid "view the blob"
+msgstr ""
+
+msgid "vulnerability|Add a comment or reason for dismissal"
+msgstr ""
+
+msgid "vulnerability|Add comment"
+msgstr ""
+
+msgid "vulnerability|Add comment & dismiss"
+msgstr ""
+
+msgid "vulnerability|Dismiss vulnerability"
+msgstr ""
+
+msgid "vulnerability|Save comment"
+msgstr ""
+
+msgid "vulnerability|Undo dismiss"
+msgstr ""
+
+msgid "vulnerability|dismissed"
+msgstr ""
+
+msgid "with %{additions} additions, %{deletions} deletions."
+msgstr ""
+
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
+
+msgid "yaml invalid"
+msgstr ""
+
diff --git a/locale/ml_IN/gitlab.po b/locale/ml_IN/gitlab.po
new file mode 100644
index 00000000000..c073b1b257b
--- /dev/null
+++ b/locale/ml_IN/gitlab.po
@@ -0,0 +1,22997 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: gitlab-ee\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Malayalam\n"
+"Language: ml_IN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Crowdin-Project: gitlab-ee\n"
+"X-Crowdin-Language: ml-IN\n"
+"X-Crowdin-File: /master/locale/gitlab.pot\n"
+"PO-Revision-Date: 2020-01-22 09:24\n"
+
+msgid " (from %{timeoutSource})"
+msgstr ""
+
+msgid " Please sign in."
+msgstr ""
+
+msgid " Try to %{action} this file again."
+msgstr ""
+
+msgid " You need to do this before %{grace_period_deadline}."
+msgstr ""
+
+msgid " and"
+msgstr ""
+
+msgid " and "
+msgstr ""
+
+msgid " and %{sliced}"
+msgstr ""
+
+msgid " degraded on %d point"
+msgid_plural " degraded on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " improved on %d point"
+msgid_plural " improved on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " or "
+msgstr ""
+
+msgid " or <!merge request id>"
+msgstr ""
+
+msgid " or <#issue id>"
+msgstr ""
+
+msgid " or <&epic id>"
+msgstr ""
+
+msgid " or references (e.g. path/to/project!merge_request_id)"
+msgstr ""
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit"
+msgid_plural "%d commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit behind"
+msgid_plural "%d commits behind"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit,"
+msgid_plural "%d commits,"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commits"
+msgstr ""
+
+msgid "%d contribution"
+msgid_plural "%d contributions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d exporter"
+msgid_plural "%d exporters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d fixed test result"
+msgid_plural "%d fixed test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d inaccessible merge request"
+msgid_plural "%d inaccessible merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue"
+msgid_plural "%d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue selected"
+msgid_plural "%d issues selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d layer"
+msgid_plural "%d layers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request"
+msgid_plural "%d merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request that you don't have access to."
+msgid_plural "%d merge requests that you don't have access to."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d metric"
+msgid_plural "%d metrics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d more comment"
+msgid_plural "%d more comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d staged change"
+msgid_plural "%d staged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d unstaged change"
+msgid_plural "%d unstaged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%s additional commit has been omitted to prevent performance issues."
+msgid_plural "%s additional commits have been omitted to prevent performance issues."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{actionText} & %{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{authorsName}'s thread"
+msgstr ""
+
+msgid "%{commit_author_link} authored %{commit_timeago}"
+msgstr ""
+
+msgid "%{cores} cores"
+msgstr ""
+
+msgid "%{count} LOC/commit"
+msgstr ""
+
+msgid "%{count} approval required from %{name}"
+msgid_plural "%{count} approvals required from %{name}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} files touched"
+msgstr ""
+
+msgid "%{count} more"
+msgstr ""
+
+msgid "%{count} more assignees"
+msgstr ""
+
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} of %{required} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} of %{total}"
+msgstr ""
+
+msgid "%{count} participant"
+msgid_plural "%{count} participants"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} pending comment"
+msgid_plural "%{count} pending comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
+msgid "%{duration}ms"
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to upload a file again."
+msgstr ""
+
+msgid "%{extra} more downstream pipelines"
+msgstr ""
+
+msgid "%{filePath} deleted"
+msgstr ""
+
+msgid "%{firstLabel} +%{labelCount} more"
+msgstr ""
+
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
+
+msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
+msgstr ""
+
+msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
+msgstr ""
+
+msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
+msgstr ""
+
+msgid "%{issuableType} will be removed! Are you sure?"
+msgstr ""
+
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
+msgid "%{label_for_message} unavailable"
+msgstr ""
+
+msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
+msgstr ""
+
+msgid "%{level_name} is not allowed in a %{group_level_name} group."
+msgstr ""
+
+msgid "%{level_name} is not allowed since the fork source project has lower visibility."
+msgstr ""
+
+msgid "%{link_start}Read more%{link_end} about role permissions"
+msgstr ""
+
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
+msgid "%{listToShow}, and %{awardsListLength} more."
+msgstr ""
+
+msgid "%{loadingIcon} Started"
+msgstr ""
+
+msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
+msgstr ""
+
+msgid "%{mergeLength}/%{usersLength} can merge"
+msgstr ""
+
+msgid "%{mrText}, this issue will be closed automatically."
+msgstr ""
+
+msgid "%{name} contained %{resultsString}"
+msgstr ""
+
+msgid "%{name} found %{resultsString}"
+msgstr ""
+
+msgid "%{name}'s avatar"
+msgstr ""
+
+msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead"
+msgstr ""
+
+msgid "%{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
+msgid "%{percent}%% complete"
+msgstr ""
+
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{service_title} activated."
+msgstr ""
+
+msgid "%{service_title} settings saved, but not activated."
+msgstr ""
+
+msgid "%{size} GiB"
+msgstr ""
+
+msgid "%{size} KiB"
+msgstr ""
+
+msgid "%{size} MiB"
+msgstr ""
+
+msgid "%{size} bytes"
+msgstr ""
+
+msgid "%{spammable_titlecase} was submitted to Akismet successfully."
+msgstr ""
+
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
+msgid "%{state} epics"
+msgstr ""
+
+msgid "%{strong_start}%{branch_count}%{strong_end} Branch"
+msgid_plural "%{strong_start}%{branch_count}%{strong_end} Branches"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{commit_count}%{strong_end} Commit"
+msgid_plural "%{strong_start}%{commit_count}%{strong_end} Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{human_size}%{strong_end} Files"
+msgstr ""
+
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
+msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{tabname} changed"
+msgstr ""
+
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
+msgid "%{text} %{files}"
+msgid_plural "%{text} %{files} files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{text} is available"
+msgstr ""
+
+msgid "%{title} %{operator} %{threshold}"
+msgstr ""
+
+msgid "%{title} changes"
+msgstr ""
+
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
+msgid "%{unstaged} unstaged and %{staged} staged changes"
+msgstr ""
+
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgstr ""
+
+msgid "%{userName} (cannot merge)"
+msgstr ""
+
+msgid "%{userName}'s avatar"
+msgstr ""
+
+msgid "%{user_name} profile page"
+msgstr ""
+
+msgid "%{username}'s avatar"
+msgstr ""
+
+msgid "%{value} ms"
+msgstr ""
+
+msgid "%{verb} %{time_spent_value} spent time."
+msgstr ""
+
+msgid "'%{level}' is not a valid visibility level"
+msgstr ""
+
+msgid "'%{source}' is not a import source"
+msgstr ""
+
+msgid "'%{template_name}' is unknown or invalid"
+msgstr ""
+
+msgid "(%d closed)"
+msgid_plural "(%d closed)"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "(%{mrCount} merged)"
+msgstr ""
+
+msgid "(No changes)"
+msgstr ""
+
+msgid "(Show all)"
+msgstr ""
+
+msgid "(check progress)"
+msgstr ""
+
+msgid "(external source)"
+msgstr ""
+
+msgid "(removed)"
+msgstr ""
+
+msgid "+ %{amount} more"
+msgstr ""
+
+msgid "+ %{count} more"
+msgstr ""
+
+msgid "+ %{moreCount} more"
+msgstr ""
+
+msgid "+ %{numberOfHiddenAssignees} more"
+msgstr ""
+
+msgid "+%{extraOptionCount} more"
+msgstr ""
+
+msgid ", or "
+msgstr ""
+
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- Runner is active and can process any new jobs"
+msgstr ""
+
+msgid "- Runner is paused and will not receive any new jobs"
+msgstr ""
+
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- show less"
+msgstr ""
+
+msgid "0 for unlimited"
+msgstr ""
+
+msgid "1 %{type} addition"
+msgid_plural "%{count} %{type} additions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 %{type} modification"
+msgid_plural "%{count} %{type} modifications"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 Day"
+msgid_plural "%d Days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed issue"
+msgid_plural "%{issues} closed issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed merge request"
+msgid_plural "%{merge_requests} closed merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 day"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 group"
+msgid_plural "%d groups"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 merged merge request"
+msgid_plural "%{merge_requests} merged merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open issue"
+msgid_plural "%{issues} open issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open merge request"
+msgid_plural "%{merge_requests} open merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 pipeline"
+msgid_plural "%d pipelines"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 role"
+msgid_plural "%d roles"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 user"
+msgid_plural "%d users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 week"
+msgstr ""
+
+msgid "1-9 contributions"
+msgstr ""
+
+msgid "10-19 contributions"
+msgstr ""
+
+msgid "1st contribution!"
+msgstr ""
+
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
+msgid "20-29 contributions"
+msgstr ""
+
+msgid "24 hours"
+msgstr ""
+
+msgid "2FA"
+msgstr ""
+
+msgid "2FADevice|Registered On"
+msgstr ""
+
+msgid "3 days"
+msgstr ""
+
+msgid "3 hours"
+msgstr ""
+
+msgid "30 days"
+msgstr ""
+
+msgid "30 minutes"
+msgstr ""
+
+msgid "30+ contributions"
+msgstr ""
+
+msgid "4 hours"
+msgstr ""
+
+msgid "403|Please contact your GitLab administrator to get permission."
+msgstr ""
+
+msgid "403|You don't have the permission to access this page."
+msgstr ""
+
+msgid "404|Make sure the address is correct and the page hasn't moved."
+msgstr ""
+
+msgid "404|Page Not Found"
+msgstr ""
+
+msgid "404|Please contact your GitLab administrator if you think this is a mistake."
+msgstr ""
+
+msgid "7 days"
+msgstr ""
+
+msgid "8 hours"
+msgstr ""
+
+msgid "< 1 hour"
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"John Smith\"</code> will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will add \"By <a href=\"#\">johnsmith@example.com</a>\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
+msgstr ""
+
+msgid "<no name set>"
+msgstr ""
+
+msgid "<no scopes selected>"
+msgstr ""
+
+msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
+msgstr ""
+
+msgid "<strong>%{group_name}</strong> group members"
+msgstr ""
+
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
+
+msgid "<strong>Deletes</strong> source branch"
+msgstr ""
+
+msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
+msgstr ""
+
+msgid "A .NET Core console application template, customizable for any .NET Core project"
+msgstr ""
+
+msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
+msgstr ""
+
+msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
+msgstr ""
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
+msgid "A default branch cannot be chosen for an empty project."
+msgstr ""
+
+msgid "A deleted user"
+msgstr ""
+
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
+msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgstr ""
+
+msgid "A member of the abuse team will review your report as soon as possible."
+msgstr ""
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
+msgid "A new branch will be created in your fork and a new merge request will be started."
+msgstr ""
+
+msgid "A new impersonation token has been created."
+msgstr ""
+
+msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
+msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
+msgstr ""
+
+msgid "A ready-to-go template for use with Android apps."
+msgstr ""
+
+msgid "A ready-to-go template for use with iOS Swift apps."
+msgstr ""
+
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
+
+msgid "A secure token that identifies an external storage request."
+msgstr ""
+
+msgid "A user with write access to the source branch selected this option"
+msgstr ""
+
+msgid "API Help"
+msgstr ""
+
+msgid "API Token"
+msgstr ""
+
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "Abort"
+msgstr ""
+
+msgid "About GitLab"
+msgstr ""
+
+msgid "About GitLab CE"
+msgstr ""
+
+msgid "About auto deploy"
+msgstr ""
+
+msgid "About this feature"
+msgstr ""
+
+msgid "Abuse Reports"
+msgstr ""
+
+msgid "Abuse reports"
+msgstr ""
+
+msgid "Accept invitation"
+msgstr ""
+
+msgid "Accept terms"
+msgstr ""
+
+msgid "Accepted MR"
+msgstr ""
+
+msgid "Access Tokens"
+msgstr ""
+
+msgid "Access denied for your LDAP account."
+msgstr ""
+
+msgid "Access denied! Please verify you can add deploy keys to this repository."
+msgstr ""
+
+msgid "Access expiration date"
+msgstr ""
+
+msgid "Access forbidden. Check your access level."
+msgstr ""
+
+msgid "Access to '%{classification_label}' not allowed"
+msgstr ""
+
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
+msgid "AccessDropdown|Groups"
+msgstr ""
+
+msgid "AccessDropdown|Roles"
+msgstr ""
+
+msgid "AccessDropdown|Users"
+msgstr ""
+
+msgid "AccessTokens|Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Are you sure?"
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Created"
+msgstr ""
+
+msgid "AccessTokens|Feed token"
+msgstr ""
+
+msgid "AccessTokens|Incoming email token"
+msgstr ""
+
+msgid "AccessTokens|It cannot be used to access any other data."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Personal Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Static object token"
+msgstr ""
+
+msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
+msgstr ""
+
+msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP."
+msgstr ""
+
+msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
+msgstr ""
+
+msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
+msgstr ""
+
+msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
+msgstr ""
+
+msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
+msgstr ""
+
+msgid "AccessTokens|reset it"
+msgstr ""
+
+msgid "Account"
+msgstr ""
+
+msgid "Account ID"
+msgstr ""
+
+msgid "Account and limit"
+msgstr ""
+
+msgid "Account: %{account}"
+msgstr ""
+
+msgid "Action to take when receiving an alert."
+msgstr ""
+
+msgid "Activate"
+msgstr ""
+
+msgid "Activate Service Desk"
+msgstr ""
+
+msgid "Active"
+msgstr ""
+
+msgid "Active %{type} Tokens (%{token_length})"
+msgstr ""
+
+msgid "Active Sessions"
+msgstr ""
+
+msgid "Activity"
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add %d issue"
+msgid_plural "Add %d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Add CHANGELOG"
+msgstr ""
+
+msgid "Add CONTRIBUTING"
+msgstr ""
+
+msgid "Add GitLab to Slack"
+msgstr ""
+
+msgid "Add Group Webhooks and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Add Jaeger URL"
+msgstr ""
+
+msgid "Add Kubernetes cluster"
+msgstr ""
+
+msgid "Add LICENSE"
+msgstr ""
+
+msgid "Add README"
+msgstr ""
+
+msgid "Add Zoom meeting"
+msgstr ""
+
+msgid "Add a %{type} token"
+msgstr ""
+
+msgid "Add a GPG key"
+msgstr ""
+
+msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
+msgstr ""
+
+msgid "Add a To Do"
+msgstr ""
+
+msgid "Add a bullet list"
+msgstr ""
+
+msgid "Add a general comment to this %{noteableDisplayName}."
+msgstr ""
+
+msgid "Add a general comment to this %{noteable_name}."
+msgstr ""
+
+msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message."
+msgstr ""
+
+msgid "Add a link"
+msgstr ""
+
+msgid "Add a numbered list"
+msgstr ""
+
+msgid "Add a table"
+msgstr ""
+
+msgid "Add a task list"
+msgstr ""
+
+msgid "Add additional text to appear in all email communications. %{character_limit} character limit"
+msgstr ""
+
+msgid "Add an SSH key"
+msgstr ""
+
+msgid "Add an existing issue to the epic."
+msgstr ""
+
+msgid "Add an issue"
+msgstr ""
+
+msgid "Add approval rule"
+msgstr ""
+
+msgid "Add bold text"
+msgstr ""
+
+msgid "Add child epic to an epic"
+msgstr ""
+
+msgid "Add comment now"
+msgstr ""
+
+msgid "Add email address"
+msgstr ""
+
+msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
+msgstr ""
+
+msgid "Add image comment"
+msgstr ""
+
+msgid "Add issues"
+msgstr ""
+
+msgid "Add italic text"
+msgstr ""
+
+msgid "Add label(s)"
+msgstr ""
+
+msgid "Add license"
+msgstr ""
+
+msgid "Add list"
+msgstr ""
+
+msgid "Add new application"
+msgstr ""
+
+msgid "Add new directory"
+msgstr ""
+
+msgid "Add or subtract spent time"
+msgstr ""
+
+msgid "Add reaction"
+msgstr ""
+
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
+msgid "Add to Slack"
+msgstr ""
+
+msgid "Add to epic"
+msgstr ""
+
+msgid "Add to merge train"
+msgstr ""
+
+msgid "Add to merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Add to review"
+msgstr ""
+
+msgid "Add to tree"
+msgstr ""
+
+msgid "Add user(s) to the group:"
+msgstr ""
+
+msgid "Add users to group"
+msgstr ""
+
+msgid "Add webhook"
+msgstr ""
+
+msgid "AddMember|No users specified."
+msgstr ""
+
+msgid "AddMember|Too many users specified (limit is %{user_limit})"
+msgstr ""
+
+msgid "Added"
+msgstr ""
+
+msgid "Added %{epic_ref} as a child epic."
+msgstr ""
+
+msgid "Added %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Added a To Do."
+msgstr ""
+
+msgid "Added an issue to an epic."
+msgstr ""
+
+msgid "Added at"
+msgstr ""
+
+msgid "Added in this version"
+msgstr ""
+
+msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
+msgstr ""
+
+msgid "Additional minutes"
+msgstr ""
+
+msgid "Additional text"
+msgstr ""
+
+msgid "Adds"
+msgstr ""
+
+msgid "Adds %{epic_ref} as child epic."
+msgstr ""
+
+msgid "Adds %{labels} %{label_text}."
+msgstr ""
+
+msgid "Adds a To Do."
+msgstr ""
+
+msgid "Adds a Zoom meeting"
+msgstr ""
+
+msgid "Adds an issue to an epic."
+msgstr ""
+
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
+msgid "Admin Area"
+msgstr ""
+
+msgid "Admin Overview"
+msgstr ""
+
+msgid "Admin Section"
+msgstr ""
+
+msgid "Admin mode already enabled"
+msgstr ""
+
+msgid "Admin mode disabled"
+msgstr ""
+
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs?"
+msgstr ""
+
+msgid "AdminArea|Stop jobs"
+msgstr ""
+
+msgid "AdminArea|Stopping jobs failed"
+msgstr ""
+
+msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
+msgstr ""
+
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
+msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgstr ""
+
+msgid "AdminNote|Note"
+msgstr ""
+
+msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminProjects|Delete"
+msgstr ""
+
+msgid "AdminProjects|Delete Project %{projectName}?"
+msgstr ""
+
+msgid "AdminProjects|Delete project"
+msgstr ""
+
+msgid "AdminSettings|Auto DevOps domain"
+msgstr ""
+
+msgid "AdminSettings|Enable shared runners for new projects"
+msgstr ""
+
+msgid "AdminSettings|Environment variables are protected by default"
+msgstr ""
+
+msgid "AdminSettings|No required pipeline"
+msgstr ""
+
+msgid "AdminSettings|Required pipeline configuration"
+msgstr ""
+
+msgid "AdminSettings|Select a pipeline configuration file"
+msgstr ""
+
+msgid "AdminSettings|Select a template"
+msgstr ""
+
+msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
+msgstr ""
+
+msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
+msgstr ""
+
+msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
+msgstr ""
+
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminStatistics|Active Users"
+msgstr ""
+
+msgid "AdminStatistics|Forks"
+msgstr ""
+
+msgid "AdminStatistics|Issues"
+msgstr ""
+
+msgid "AdminStatistics|Merge Requests"
+msgstr ""
+
+msgid "AdminStatistics|Milestones"
+msgstr ""
+
+msgid "AdminStatistics|Notes"
+msgstr ""
+
+msgid "AdminStatistics|SSH Keys"
+msgstr ""
+
+msgid "AdminStatistics|Snippets"
+msgstr ""
+
+msgid "AdminUsers|2FA Disabled"
+msgstr ""
+
+msgid "AdminUsers|2FA Enabled"
+msgstr ""
+
+msgid "AdminUsers|Active"
+msgstr ""
+
+msgid "AdminUsers|Admin"
+msgstr ""
+
+msgid "AdminUsers|Admins"
+msgstr ""
+
+msgid "AdminUsers|Block"
+msgstr ""
+
+msgid "AdminUsers|Block user"
+msgstr ""
+
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Blocked"
+msgstr ""
+
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Cannot unblock LDAP blocked users"
+msgstr ""
+
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username} and contributions?"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Delete user"
+msgstr ""
+
+msgid "AdminUsers|Delete user and contributions"
+msgstr ""
+
+msgid "AdminUsers|External"
+msgstr ""
+
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
+msgid "AdminUsers|It's you!"
+msgstr ""
+
+msgid "AdminUsers|New user"
+msgstr ""
+
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
+msgid "AdminUsers|No users found"
+msgstr ""
+
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
+msgid "AdminUsers|Search by name, email or username"
+msgstr ""
+
+msgid "AdminUsers|Search users"
+msgstr ""
+
+msgid "AdminUsers|Send email to users"
+msgstr ""
+
+msgid "AdminUsers|Sort by"
+msgstr ""
+
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{projectName}"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{username}"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
+
+msgid "AdminUsers|Without projects"
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Advanced"
+msgstr ""
+
+msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
+msgstr ""
+
+msgid "Advanced search functionality"
+msgstr ""
+
+msgid "Advanced settings"
+msgstr ""
+
+msgid "After a successful password update you will be redirected to login screen."
+msgstr ""
+
+msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
+msgstr ""
+
+msgid "Alert"
+msgid_plural "Alerts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
+msgstr ""
+
+msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
+msgstr ""
+
+msgid "Alerts"
+msgstr ""
+
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
+msgid "All"
+msgstr ""
+
+msgid "All Members"
+msgstr ""
+
+msgid "All branches"
+msgstr ""
+
+msgid "All changes are committed"
+msgstr ""
+
+msgid "All email addresses will be used to identify your commits."
+msgstr ""
+
+msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
+msgstr ""
+
+msgid "All groups and projects"
+msgstr ""
+
+msgid "All issues for this milestone are closed."
+msgstr ""
+
+msgid "All issues for this milestone are closed. You may close this milestone now."
+msgstr ""
+
+msgid "All merge conflicts were resolved. The merge request can now be merged."
+msgstr ""
+
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
+msgid "All projects"
+msgstr ""
+
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
+msgid "All users"
+msgstr ""
+
+msgid "All users must have a name."
+msgstr ""
+
+msgid "Allow \"%{group_name}\" to sign you in"
+msgstr ""
+
+msgid "Allow commits from members who can merge to the target branch."
+msgstr ""
+
+msgid "Allow group owners to manage LDAP-related settings"
+msgstr ""
+
+msgid "Allow only the selected protocols to be used for Git access."
+msgstr ""
+
+msgid "Allow projects within this group to use Git LFS"
+msgstr ""
+
+msgid "Allow public access to pipelines and job details, including output logs and artifacts"
+msgstr ""
+
+msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
+msgstr ""
+
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
+msgid "Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
+msgstr ""
+
+msgid "Allow users to register any application to use GitLab as an OAuth provider"
+msgstr ""
+
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
+
+msgid "Allowed email domain restriction only permitted for top-level groups"
+msgstr ""
+
+msgid "Allowed to fail"
+msgstr ""
+
+msgid "Allows you to add and manage Kubernetes clusters."
+msgstr ""
+
+msgid "Almost there"
+msgstr ""
+
+msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
+msgstr ""
+
+msgid "Also called \"Relying party service URL\" or \"Reply URL\""
+msgstr ""
+
+msgid "Alternate support URL for help page and help dropdown"
+msgstr ""
+
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
+msgstr ""
+
+msgid "An application called %{link_to_client} is requesting access to your GitLab account."
+msgstr ""
+
+msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator."
+msgstr ""
+
+msgid "An error has occurred"
+msgstr ""
+
+msgid "An error occurred adding a draft to the thread."
+msgstr ""
+
+msgid "An error occurred adding a new draft."
+msgstr ""
+
+msgid "An error occurred creating the new branch."
+msgstr ""
+
+msgid "An error occurred fetching the approval rules."
+msgstr ""
+
+msgid "An error occurred fetching the approvers for the new rule."
+msgstr ""
+
+msgid "An error occurred fetching the dropdown data."
+msgstr ""
+
+msgid "An error occurred previewing the blob"
+msgstr ""
+
+msgid "An error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "An error occurred when trying to resolve a comment. Please try again."
+msgstr ""
+
+msgid "An error occurred when trying to resolve a discussion. Please try again."
+msgstr ""
+
+msgid "An error occurred when updating the issue weight"
+msgstr ""
+
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
+msgid "An error occurred while deleting the approvers group"
+msgstr ""
+
+msgid "An error occurred while deleting the comment"
+msgstr ""
+
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
+msgid "An error occurred while detecting host keys"
+msgstr ""
+
+msgid "An error occurred while disabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while dismissing the alert. Refresh the page and try again."
+msgstr ""
+
+msgid "An error occurred while dismissing the feature highlight. Refresh the page and try dismissing again."
+msgstr ""
+
+msgid "An error occurred while enabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while fetching environments."
+msgstr ""
+
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
+msgid "An error occurred while fetching folder content."
+msgstr ""
+
+msgid "An error occurred while fetching issues."
+msgstr ""
+
+msgid "An error occurred while fetching label colors."
+msgstr ""
+
+msgid "An error occurred while fetching markdown preview"
+msgstr ""
+
+msgid "An error occurred while fetching pending comments"
+msgstr ""
+
+msgid "An error occurred while fetching projects autocomplete."
+msgstr ""
+
+msgid "An error occurred while fetching sidebar data"
+msgstr ""
+
+msgid "An error occurred while fetching the Service Desk address."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching the builds."
+msgstr ""
+
+msgid "An error occurred while fetching the job log."
+msgstr ""
+
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
+msgid "An error occurred while fetching the job."
+msgstr ""
+
+msgid "An error occurred while fetching the jobs."
+msgstr ""
+
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the releases. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching this tab."
+msgstr ""
+
+msgid "An error occurred while generating a username. Please try again."
+msgstr ""
+
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
+msgid "An error occurred while getting projects"
+msgstr ""
+
+msgid "An error occurred while importing project: %{details}"
+msgstr ""
+
+msgid "An error occurred while initializing path locks"
+msgstr ""
+
+msgid "An error occurred while loading all the files."
+msgstr ""
+
+msgid "An error occurred while loading chart data"
+msgstr ""
+
+msgid "An error occurred while loading commit signatures"
+msgstr ""
+
+msgid "An error occurred while loading designs. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading diff"
+msgstr ""
+
+msgid "An error occurred while loading filenames"
+msgstr ""
+
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading the file"
+msgstr ""
+
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
+msgid "An error occurred while loading the subscription details."
+msgstr ""
+
+msgid "An error occurred while making the request."
+msgstr ""
+
+msgid "An error occurred while moving the issue."
+msgstr ""
+
+msgid "An error occurred while parsing recent searches"
+msgstr ""
+
+msgid "An error occurred while removing epics."
+msgstr ""
+
+msgid "An error occurred while removing issues."
+msgstr ""
+
+msgid "An error occurred while rendering preview broadcast message"
+msgstr ""
+
+msgid "An error occurred while reordering issues."
+msgstr ""
+
+msgid "An error occurred while retrieving calendar activity"
+msgstr ""
+
+msgid "An error occurred while retrieving diff"
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
+msgstr ""
+
+msgid "An error occurred while saving the approval settings"
+msgstr ""
+
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
+msgid "An error occurred while subscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while triggering the job."
+msgstr ""
+
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgstr ""
+
+msgid "An error occurred while unsubscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while updating approvers"
+msgstr ""
+
+msgid "An error occurred while updating the comment"
+msgstr ""
+
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
+msgstr ""
+
+msgid "An error occurred. Please try again."
+msgstr ""
+
+msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project environment."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project runners."
+msgstr ""
+
+msgid "An unexpected error occurred while communicating with the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while starting the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while stopping the Web Terminal."
+msgstr ""
+
+msgid "Analytics"
+msgstr ""
+
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
+msgstr ""
+
+msgid "Ancestors"
+msgstr ""
+
+msgid "Anonymous"
+msgstr ""
+
+msgid "Anti-spam verification"
+msgstr ""
+
+msgid "Any"
+msgstr ""
+
+msgid "Any Label"
+msgstr ""
+
+msgid "Any Milestone"
+msgstr ""
+
+msgid "Any eligible user"
+msgstr ""
+
+msgid "Any encrypted tokens"
+msgstr ""
+
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
+msgid "Any namespace"
+msgstr ""
+
+msgid "Any user"
+msgstr ""
+
+msgid "App ID"
+msgstr ""
+
+msgid "Appearance"
+msgstr ""
+
+msgid "Appearance was successfully created."
+msgstr ""
+
+msgid "Appearance was successfully updated."
+msgstr ""
+
+msgid "Append the comment with %{shrug}"
+msgstr ""
+
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
+msgid "Application"
+msgstr ""
+
+msgid "Application ID"
+msgstr ""
+
+msgid "Application settings saved successfully"
+msgstr ""
+
+msgid "Application uninstalled but failed to destroy: %{error_message}"
+msgstr ""
+
+msgid "Application was successfully destroyed."
+msgstr ""
+
+msgid "Application was successfully updated."
+msgstr ""
+
+msgid "Application: %{name}"
+msgstr ""
+
+msgid "Applications"
+msgstr ""
+
+msgid "Applied"
+msgstr ""
+
+msgid "Apply"
+msgstr ""
+
+msgid "Apply a label"
+msgstr ""
+
+msgid "Apply a template"
+msgstr ""
+
+msgid "Apply suggestion"
+msgstr ""
+
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
+msgid "Applying command"
+msgstr ""
+
+msgid "Applying command to %{commandDescription}"
+msgstr ""
+
+msgid "Applying multiple commands"
+msgstr ""
+
+msgid "Applying suggestion"
+msgstr ""
+
+msgid "Approval rules"
+msgstr ""
+
+msgid "ApprovalRuleRemove|%d member"
+msgid_plural "ApprovalRuleRemove|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
+msgstr ""
+
+msgid "ApprovalRuleSummary|%d member"
+msgid_plural "ApprovalRuleSummary|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
+msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRule|Approvers"
+msgstr ""
+
+msgid "ApprovalRule|Name"
+msgstr ""
+
+msgid "ApprovalRule|No. approvals required"
+msgstr ""
+
+msgid "ApprovalRule|Rule name"
+msgstr ""
+
+msgid "ApprovalRule|e.g. QA, Security, etc."
+msgstr ""
+
+msgid "Approvals"
+msgstr ""
+
+msgid "Approve"
+msgstr ""
+
+msgid "Approve a merge request"
+msgstr ""
+
+msgid "Approve the current merge request."
+msgstr ""
+
+msgid "Approved the current merge request."
+msgstr ""
+
+msgid "Approver"
+msgstr ""
+
+msgid "Apr"
+msgstr ""
+
+msgid "April"
+msgstr ""
+
+msgid "Archive jobs"
+msgstr ""
+
+msgid "Archive project"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read-only"
+msgstr ""
+
+msgid "Archived projects"
+msgstr ""
+
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
+
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
+
+msgid "Are you sure that you want to archive this project?"
+msgstr ""
+
+msgid "Are you sure that you want to unarchive this project?"
+msgstr ""
+
+msgid "Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Are you sure you want to cancel editing this comment?"
+msgstr ""
+
+msgid "Are you sure you want to delete these artifacts?"
+msgstr ""
+
+msgid "Are you sure you want to delete this %{typeOfComment}?"
+msgstr ""
+
+msgid "Are you sure you want to delete this board?"
+msgstr ""
+
+msgid "Are you sure you want to delete this device? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to delete this list?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline schedule?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to erase this build?"
+msgstr ""
+
+msgid "Are you sure you want to lose unsaved changes?"
+msgstr ""
+
+msgid "Are you sure you want to lose your issue information?"
+msgstr ""
+
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
+msgid "Are you sure you want to permanently delete this license?"
+msgstr ""
+
+msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again."
+msgstr ""
+
+msgid "Are you sure you want to remove %{group_name}?"
+msgstr ""
+
+msgid "Are you sure you want to remove the attachment?"
+msgstr ""
+
+msgid "Are you sure you want to remove this identity?"
+msgstr ""
+
+msgid "Are you sure you want to reset registration token?"
+msgstr ""
+
+msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
+msgstr ""
+
+msgid "Are you sure you want to reset the health check token?"
+msgstr ""
+
+msgid "Are you sure you want to revoke this %{type} Token? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to revoke this nickname?"
+msgstr ""
+
+msgid "Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Are you sure you want to unlock %{path_lock_path}?"
+msgstr ""
+
+msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
+msgstr ""
+
+msgid "Are you sure?"
+msgstr ""
+
+msgid "Are you sure? All commits that were signed with this GPG key will be unverified."
+msgstr ""
+
+msgid "Are you sure? Removing this GPG key does not affect already signed commits."
+msgstr ""
+
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
+msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+msgstr ""
+
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
+msgid "Artifact ID"
+msgstr ""
+
+msgid "Artifact could not be deleted."
+msgstr ""
+
+msgid "Artifact was successfully deleted."
+msgstr ""
+
+msgid "Artifacts"
+msgstr ""
+
+msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
+msgstr ""
+
+msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
+msgstr ""
+
+msgid "AsanaService|Asana - Teamwork without email"
+msgstr ""
+
+msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "AsanaService|User Personal Access Token. User must have access to task, all comments will be attributed to this user."
+msgstr ""
+
+msgid "Ascending"
+msgstr ""
+
+msgid "Ask your group maintainer to set up a group Runner."
+msgstr ""
+
+msgid "Assertion consumer service URL"
+msgstr ""
+
+msgid "Assets"
+msgstr ""
+
+msgid "Assets:"
+msgstr ""
+
+msgid "Assign"
+msgstr ""
+
+msgid "Assign custom color like #FF0000"
+msgstr ""
+
+msgid "Assign epic"
+msgstr ""
+
+msgid "Assign labels"
+msgstr ""
+
+msgid "Assign milestone"
+msgstr ""
+
+msgid "Assign some issues to this milestone."
+msgstr ""
+
+msgid "Assign to"
+msgstr ""
+
+msgid "Assign yourself to these issues"
+msgstr ""
+
+msgid "Assign yourself to this issue"
+msgstr ""
+
+msgid "Assigned %{assignee_users_sentence}."
+msgstr ""
+
+msgid "Assigned Issues"
+msgstr ""
+
+msgid "Assigned Merge Requests"
+msgstr ""
+
+msgid "Assigned to me"
+msgstr ""
+
+msgid "Assignee"
+msgid_plural "%d Assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Assignee lists not available with your current license"
+msgstr ""
+
+msgid "Assignee lists show all issues assigned to the selected user."
+msgstr ""
+
+msgid "Assignee(s)"
+msgstr ""
+
+msgid "Assigns %{assignee_users_sentence}."
+msgstr ""
+
+msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
+msgstr ""
+
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
+msgid "Attach a file"
+msgstr ""
+
+msgid "Attach a file by drag &amp; drop or %{upload_link}"
+msgstr ""
+
+msgid "Attaching a file"
+msgid_plural "Attaching %d files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Attaching the file failed."
+msgstr ""
+
+msgid "Audit Events"
+msgstr ""
+
+msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr ""
+
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
+msgid "Aug"
+msgstr ""
+
+msgid "August"
+msgstr ""
+
+msgid "Authenticate"
+msgstr ""
+
+msgid "Authenticate with GitHub"
+msgstr ""
+
+msgid "Authenticating"
+msgstr ""
+
+msgid "Authentication Log"
+msgstr ""
+
+msgid "Authentication failed: %{error_message}"
+msgstr ""
+
+msgid "Authentication log"
+msgstr ""
+
+msgid "Authentication method"
+msgstr ""
+
+msgid "Authentication method updated"
+msgstr ""
+
+msgid "Authentication via U2F device failed."
+msgstr ""
+
+msgid "Author"
+msgstr ""
+
+msgid "Authorization code:"
+msgstr ""
+
+msgid "Authorization key"
+msgstr ""
+
+msgid "Authorization was granted by entering your username and password in the application."
+msgstr ""
+
+msgid "Authorize"
+msgstr ""
+
+msgid "Authorize %{link_to_client} to use your account?"
+msgstr ""
+
+msgid "Authorized %{new_chat_name}"
+msgstr ""
+
+msgid "Authorized At"
+msgstr ""
+
+msgid "Authorized applications (%{size})"
+msgstr ""
+
+msgid "Authors: %{authors}"
+msgstr ""
+
+msgid "Auto DevOps"
+msgstr ""
+
+msgid "Auto DevOps enabled"
+msgstr ""
+
+msgid "Auto DevOps, runners and job artifacts"
+msgstr ""
+
+msgid "Auto License Compliance"
+msgstr ""
+
+msgid "Auto stop successfully canceled."
+msgstr ""
+
+msgid "Auto-cancel redundant, pending pipelines"
+msgstr ""
+
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps documentation"
+msgstr ""
+
+msgid "AutoDevOps|Enable in settings"
+msgstr ""
+
+msgid "AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration."
+msgstr ""
+
+msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
+msgstr ""
+
+msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}"
+msgstr ""
+
+msgid "Autocomplete"
+msgstr ""
+
+msgid "Autocomplete description"
+msgstr ""
+
+msgid "Autocomplete hint"
+msgstr ""
+
+msgid "Autocomplete usage hint"
+msgstr ""
+
+msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
+msgstr ""
+
+msgid "Automatic certificate management using Let's Encrypt"
+msgstr ""
+
+msgid "Automatically marked as default internal user"
+msgstr ""
+
+msgid "Automatically resolved"
+msgstr ""
+
+msgid "Automatically update this project's branches and tags from the upstream repository every hour."
+msgstr ""
+
+msgid "Autosave|Note"
+msgstr ""
+
+msgid "Available"
+msgstr ""
+
+msgid "Available group Runners: %{runners}"
+msgstr ""
+
+msgid "Available shared Runners:"
+msgstr ""
+
+msgid "Available specific runners"
+msgstr ""
+
+msgid "Avatar for %{assigneeName}"
+msgstr ""
+
+msgid "Avatar for %{name}"
+msgstr ""
+
+msgid "Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Average per day: %{average}"
+msgstr ""
+
+msgid "Background Color"
+msgstr ""
+
+msgid "Background Jobs"
+msgstr ""
+
+msgid "Background color"
+msgstr ""
+
+msgid "Badges"
+msgstr ""
+
+msgid "Badges|A new badge was added."
+msgstr ""
+
+msgid "Badges|Add badge"
+msgstr ""
+
+msgid "Badges|Adding the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|Badge image URL"
+msgstr ""
+
+msgid "Badges|Badge image preview"
+msgstr ""
+
+msgid "Badges|Delete badge"
+msgstr ""
+
+msgid "Badges|Delete badge?"
+msgstr ""
+
+msgid "Badges|Deleting the badge failed, please try again."
+msgstr ""
+
+msgid "Badges|Group Badge"
+msgstr ""
+
+msgid "Badges|Link"
+msgstr ""
+
+msgid "Badges|Name"
+msgstr ""
+
+msgid "Badges|No badge image"
+msgstr ""
+
+msgid "Badges|No image to preview"
+msgstr ""
+
+msgid "Badges|Please fill in a valid URL"
+msgstr ""
+
+msgid "Badges|Project Badge"
+msgstr ""
+
+msgid "Badges|Reload badge image"
+msgstr ""
+
+msgid "Badges|Save changes"
+msgstr ""
+
+msgid "Badges|Saving the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|The %{docsLinkStart}variables%{docsLinkEnd} GitLab supports: %{placeholders}"
+msgstr ""
+
+msgid "Badges|The badge was deleted."
+msgstr ""
+
+msgid "Badges|The badge was saved."
+msgstr ""
+
+msgid "Badges|This group has no badges"
+msgstr ""
+
+msgid "Badges|This project has no badges"
+msgstr ""
+
+msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgstr ""
+
+msgid "Badges|Your badges"
+msgstr ""
+
+msgid "Badges|e.g. %{exampleUrl}"
+msgstr ""
+
+msgid "Badge|New"
+msgstr ""
+
+msgid "Balsamiq file could not be loaded."
+msgstr ""
+
+msgid "BambooService|A continuous integration and build server"
+msgstr ""
+
+msgid "BambooService|A user with API access, if applicable"
+msgstr ""
+
+msgid "BambooService|Atlassian Bamboo CI"
+msgstr ""
+
+msgid "BambooService|Bamboo build plan key like KEY"
+msgstr ""
+
+msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgstr ""
+
+msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgstr ""
+
+msgid "Batch operations"
+msgstr ""
+
+msgid "BatchComments|Delete all pending comments"
+msgstr ""
+
+msgid "BatchComments|Discard review?"
+msgstr ""
+
+msgid "BatchComments|You're about to discard your review which will delete all of your pending comments. The deleted comments %{strong_start}cannot%{strong_end} be restored."
+msgstr ""
+
+msgid "Be careful. Changing the project's namespace can have unintended side effects."
+msgstr ""
+
+msgid "Be careful. Renaming a project's repository can have unintended side effects."
+msgstr ""
+
+msgid "Begin with the selected commit"
+msgstr ""
+
+msgid "Below are examples of regex for existing tools:"
+msgstr ""
+
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
+msgid "Below you will find all the groups that are public."
+msgstr ""
+
+msgid "Billing"
+msgstr ""
+
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
+
+msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Manage plan"
+msgstr ""
+
+msgid "BillingPlans|Pricing page"
+msgstr ""
+
+msgid "BillingPlans|See all %{plan_name} features"
+msgstr ""
+
+msgid "BillingPlans|This group uses the plan associated with its parent group."
+msgstr ""
+
+msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
+
+msgid "BillingPlans|frequently asked questions"
+msgstr ""
+
+msgid "BillingPlans|monthly"
+msgstr ""
+
+msgid "BillingPlans|per user"
+msgstr ""
+
+msgid "BillingPlan|Upgrade"
+msgstr ""
+
+msgid "Bitbucket Server Import"
+msgstr ""
+
+msgid "Bitbucket import"
+msgstr ""
+
+msgid "Blocked"
+msgstr ""
+
+msgid "Blocks"
+msgstr ""
+
+msgid "Blog"
+msgstr ""
+
+msgid "Blue helpers indicate an action to be taken."
+msgstr ""
+
+msgid "Board name"
+msgstr ""
+
+msgid "Board scope"
+msgstr ""
+
+msgid "Board scope affects which issues are displayed for anyone who visits this board"
+msgstr ""
+
+msgid "BoardBlankState|Add default lists"
+msgstr ""
+
+msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
+msgstr ""
+
+msgid "BoardBlankState|Nevermind, I'll use my own"
+msgstr ""
+
+msgid "BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board."
+msgstr ""
+
+msgid "Boards"
+msgstr ""
+
+msgid "Boards|Collapse"
+msgstr ""
+
+msgid "Boards|Edit board"
+msgstr ""
+
+msgid "Boards|Expand"
+msgstr ""
+
+msgid "Boards|View scope"
+msgstr ""
+
+msgid "Branch"
+msgstr ""
+
+msgid "Branch %{branchName} was not found in this project's repository."
+msgstr ""
+
+msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+msgstr ""
+
+msgid "Branch has changed"
+msgstr ""
+
+msgid "Branch is already taken"
+msgstr ""
+
+msgid "Branch name"
+msgstr ""
+
+msgid "Branch not loaded - %{branchId}"
+msgstr ""
+
+msgid "Branch prefix"
+msgstr ""
+
+msgid "BranchSwitcherPlaceholder|Search branches"
+msgstr ""
+
+msgid "BranchSwitcherTitle|Switch branch"
+msgstr ""
+
+msgid "Branches"
+msgstr ""
+
+msgid "Branches|Active"
+msgstr ""
+
+msgid "Branches|Active branches"
+msgstr ""
+
+msgid "Branches|All"
+msgstr ""
+
+msgid "Branches|Cant find HEAD commit for this branch"
+msgstr ""
+
+msgid "Branches|Compare"
+msgstr ""
+
+msgid "Branches|Delete all branches that are merged into '%{default_branch}'"
+msgstr ""
+
+msgid "Branches|Delete branch"
+msgstr ""
+
+msgid "Branches|Delete merged branches"
+msgstr ""
+
+msgid "Branches|Delete protected branch"
+msgstr ""
+
+msgid "Branches|Delete protected branch '%{branch_name}'?"
+msgstr ""
+
+msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Filter by branch name"
+msgstr ""
+
+msgid "Branches|Merged into %{default_branch}"
+msgstr ""
+
+msgid "Branches|New branch"
+msgstr ""
+
+msgid "Branches|No branches to show"
+msgstr ""
+
+msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Branches|Only a project maintainer or owner can delete a protected branch"
+msgstr ""
+
+msgid "Branches|Overview"
+msgstr ""
+
+msgid "Branches|Protected branches can be managed in %{project_settings_link}."
+msgstr ""
+
+msgid "Branches|Show active branches"
+msgstr ""
+
+msgid "Branches|Show all branches"
+msgstr ""
+
+msgid "Branches|Show more active branches"
+msgstr ""
+
+msgid "Branches|Show more stale branches"
+msgstr ""
+
+msgid "Branches|Show overview of the branches"
+msgstr ""
+
+msgid "Branches|Show stale branches"
+msgstr ""
+
+msgid "Branches|Sort by"
+msgstr ""
+
+msgid "Branches|Stale"
+msgstr ""
+
+msgid "Branches|Stale branches"
+msgstr ""
+
+msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
+msgstr ""
+
+msgid "Branches|The default branch cannot be deleted"
+msgstr ""
+
+msgid "Branches|This branch hasn’t been merged into %{default_branch}."
+msgstr ""
+
+msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
+msgstr ""
+
+msgid "Branches|To confirm, type %{branch_name_confirmation}:"
+msgstr ""
+
+msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
+msgstr ""
+
+msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
+msgstr ""
+
+msgid "Branches|diverged from upstream"
+msgstr ""
+
+msgid "Branches|merged"
+msgstr ""
+
+msgid "Branches|project settings"
+msgstr ""
+
+msgid "Branches|protected"
+msgstr ""
+
+msgid "Broadcast Message was successfully created."
+msgstr ""
+
+msgid "Broadcast Message was successfully updated."
+msgstr ""
+
+msgid "Browse Directory"
+msgstr ""
+
+msgid "Browse File"
+msgstr ""
+
+msgid "Browse Files"
+msgstr ""
+
+msgid "Browse artifacts"
+msgstr ""
+
+msgid "Browse files"
+msgstr ""
+
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
+msgid "Built-in"
+msgstr ""
+
+msgid "Burndown chart"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issue weight"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issues"
+msgstr ""
+
+msgid "Business"
+msgstr ""
+
+msgid "Business metrics (Custom)"
+msgstr ""
+
+msgid "Buy EE"
+msgstr ""
+
+msgid "Buy GitLab Enterprise Edition"
+msgstr ""
+
+msgid "By %{user_name}"
+msgstr ""
+
+msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
+msgstr ""
+
+msgid "By default, all projects and groups will use the global notifications setting."
+msgstr ""
+
+msgid "ByAuthor|by"
+msgstr ""
+
+msgid "CHANGELOG"
+msgstr ""
+
+msgid "CI / CD"
+msgstr ""
+
+msgid "CI / CD Charts"
+msgstr ""
+
+msgid "CI / CD Settings"
+msgstr ""
+
+msgid "CI Lint"
+msgstr ""
+
+msgid "CI variables"
+msgstr ""
+
+msgid "CI will run using the credentials assigned above."
+msgstr ""
+
+msgid "CI/CD"
+msgstr ""
+
+msgid "CI/CD configuration"
+msgstr ""
+
+msgid "CI/CD for external repo"
+msgstr ""
+
+msgid "CI/CD settings"
+msgstr ""
+
+msgid "CICD|Auto DevOps"
+msgstr ""
+
+msgid "CICD|Automatic deployment to staging, manual deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production using timed incremental rollout"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline for all projects"
+msgstr ""
+
+msgid "CICD|Deployment strategy"
+msgstr ""
+
+msgid "CICD|Jobs"
+msgstr ""
+
+msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
+msgstr ""
+
+msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} to this project with a domain in order for your deployment strategy to work correctly."
+msgstr ""
+
+msgid "CICD|group enabled"
+msgstr ""
+
+msgid "CICD|instance enabled"
+msgstr ""
+
+msgid "CLOSED"
+msgstr ""
+
+msgid "CLOSED (MOVED)"
+msgstr ""
+
+msgid "CONTRIBUTING"
+msgstr ""
+
+msgid "CPU"
+msgstr ""
+
+msgid "Callback URL"
+msgstr ""
+
+msgid "Can be manually deployed to"
+msgstr ""
+
+msgid "Can override approvers and approvals required per merge request"
+msgstr ""
+
+msgid "Can't find HEAD commit for this branch"
+msgstr ""
+
+msgid "Can't find variable: ZiteReader"
+msgstr ""
+
+msgid "Can't remove group members without group managed account"
+msgstr ""
+
+msgid "Can't scan the code?"
+msgstr ""
+
+msgid "Canary"
+msgstr ""
+
+msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "Cancel running"
+msgstr ""
+
+msgid "Cancel this job"
+msgstr ""
+
+msgid "Canceled deployment to"
+msgstr ""
+
+msgid "Cancelling Preview"
+msgstr ""
+
+msgid "Cannot be merged automatically"
+msgstr ""
+
+msgid "Cannot create the abuse report. The user has been deleted."
+msgstr ""
+
+msgid "Cannot create the abuse report. This user has been blocked."
+msgstr ""
+
+msgid "Cannot merge"
+msgstr ""
+
+msgid "Cannot modify managed Kubernetes cluster"
+msgstr ""
+
+msgid "Cannot refer to a group milestone by an internal id!"
+msgstr ""
+
+msgid "Cannot render the image. Maximum character count (%{charLimit}) has been exceeded."
+msgstr ""
+
+msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
+msgstr ""
+
+msgid "Cannot skip two factor authentication setup"
+msgstr ""
+
+msgid "Capacity threshold"
+msgstr ""
+
+msgid "Certificate"
+msgstr ""
+
+msgid "Certificate (PEM)"
+msgstr ""
+
+msgid "Change assignee"
+msgstr ""
+
+msgid "Change assignee(s)"
+msgstr ""
+
+msgid "Change assignee(s)."
+msgstr ""
+
+msgid "Change branches"
+msgstr ""
+
+msgid "Change label"
+msgstr ""
+
+msgid "Change milestone"
+msgstr ""
+
+msgid "Change path"
+msgstr ""
+
+msgid "Change permissions"
+msgstr ""
+
+msgid "Change template"
+msgstr ""
+
+msgid "Change this value to influence how frequently the GitLab UI polls for updates."
+msgstr ""
+
+msgid "Change title"
+msgstr ""
+
+msgid "Change your password"
+msgstr ""
+
+msgid "Change your password or recover your current one"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Pick into branch"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Revert in branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Cherry-pick"
+msgstr ""
+
+msgid "ChangeTypeAction|Revert"
+msgstr ""
+
+msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes."
+msgstr ""
+
+msgid "Changed assignee(s)."
+msgstr ""
+
+msgid "Changed the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes"
+msgstr ""
+
+msgid "Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision."
+msgstr ""
+
+msgid "Changes suppressed. Click to show."
+msgstr ""
+
+msgid "Changes the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
+msgstr ""
+
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "Charts"
+msgstr ""
+
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
+msgid "Chat"
+msgstr ""
+
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Branch"
+msgstr ""
+
+msgid "ChatMessage|Commit"
+msgstr ""
+
+msgid "ChatMessage|Failed job"
+msgstr ""
+
+msgid "ChatMessage|Failed stage"
+msgstr ""
+
+msgid "ChatMessage|Invalid CI config YAML file"
+msgstr ""
+
+msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
+msgstr ""
+
+msgid "ChatMessage|Tag"
+msgstr ""
+
+msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
+msgstr ""
+
+msgid "ChatMessage|failed"
+msgstr ""
+
+msgid "ChatMessage|has failed"
+msgstr ""
+
+msgid "ChatMessage|has passed"
+msgstr ""
+
+msgid "ChatMessage|has passed with warnings"
+msgstr ""
+
+msgid "ChatMessage|in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|in %{project_link}"
+msgstr ""
+
+msgid "ChatMessage|passed"
+msgstr ""
+
+msgid "Check again"
+msgstr ""
+
+msgid "Check feature availability on namespace plan"
+msgstr ""
+
+msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
+msgstr ""
+
+msgid "Check your .gitlab-ci.yml"
+msgstr ""
+
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
+msgid "Checking %{text} availability…"
+msgstr ""
+
+msgid "Checking approval status"
+msgstr ""
+
+msgid "Checking branch availability..."
+msgstr ""
+
+msgid "Checking group path availability..."
+msgstr ""
+
+msgid "Checking username availability..."
+msgstr ""
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
+msgid "Cherry-pick this commit"
+msgstr ""
+
+msgid "Cherry-pick this merge request"
+msgstr ""
+
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
+msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
+msgstr ""
+
+msgid "Choose <strong>Next</strong> at the bottom of the page."
+msgstr ""
+
+msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
+msgstr ""
+
+msgid "Choose a file"
+msgstr ""
+
+msgid "Choose a group"
+msgstr ""
+
+msgid "Choose a role permission"
+msgstr ""
+
+msgid "Choose a template"
+msgstr ""
+
+msgid "Choose a template..."
+msgstr ""
+
+msgid "Choose a type..."
+msgstr ""
+
+msgid "Choose any color."
+msgstr ""
+
+msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
+msgstr ""
+
+msgid "Choose file…"
+msgstr ""
+
+msgid "Choose the top-level group for your repository imports."
+msgstr ""
+
+msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
+msgstr ""
+
+msgid "Choose what content you want to see on a group’s overview page"
+msgstr ""
+
+msgid "Choose which repositories you want to connect and run CI/CD pipelines."
+msgstr ""
+
+msgid "Choose which shards you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "CiStatusLabel|canceled"
+msgstr ""
+
+msgid "CiStatusLabel|created"
+msgstr ""
+
+msgid "CiStatusLabel|delayed"
+msgstr ""
+
+msgid "CiStatusLabel|failed"
+msgstr ""
+
+msgid "CiStatusLabel|manual action"
+msgstr ""
+
+msgid "CiStatusLabel|passed"
+msgstr ""
+
+msgid "CiStatusLabel|passed with warnings"
+msgstr ""
+
+msgid "CiStatusLabel|pending"
+msgstr ""
+
+msgid "CiStatusLabel|preparing"
+msgstr ""
+
+msgid "CiStatusLabel|skipped"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for delayed job"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for manual action"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
+msgid "CiStatusText|blocked"
+msgstr ""
+
+msgid "CiStatusText|canceled"
+msgstr ""
+
+msgid "CiStatusText|created"
+msgstr ""
+
+msgid "CiStatusText|delayed"
+msgstr ""
+
+msgid "CiStatusText|failed"
+msgstr ""
+
+msgid "CiStatusText|manual"
+msgstr ""
+
+msgid "CiStatusText|passed"
+msgstr ""
+
+msgid "CiStatusText|pending"
+msgstr ""
+
+msgid "CiStatusText|preparing"
+msgstr ""
+
+msgid "CiStatusText|skipped"
+msgstr ""
+
+msgid "CiStatusText|waiting"
+msgstr ""
+
+msgid "CiStatus|running"
+msgstr ""
+
+msgid "CiVariables|Cannot use Masked Variable with current value"
+msgstr ""
+
+msgid "CiVariables|Input variable key"
+msgstr ""
+
+msgid "CiVariables|Input variable value"
+msgstr ""
+
+msgid "CiVariables|Key"
+msgstr ""
+
+msgid "CiVariables|Masked"
+msgstr ""
+
+msgid "CiVariables|Remove variable row"
+msgstr ""
+
+msgid "CiVariables|Scope"
+msgstr ""
+
+msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
+msgstr ""
+
+msgid "CiVariables|State"
+msgstr ""
+
+msgid "CiVariables|Type"
+msgstr ""
+
+msgid "CiVariables|Value"
+msgstr ""
+
+msgid "CiVariables|Variables"
+msgstr ""
+
+msgid "CiVariable|* (All environments)"
+msgstr ""
+
+msgid "CiVariable|All environments"
+msgstr ""
+
+msgid "CiVariable|Create wildcard"
+msgstr ""
+
+msgid "CiVariable|Error occurred while saving variables"
+msgstr ""
+
+msgid "CiVariable|Masked"
+msgstr ""
+
+msgid "CiVariable|New environment"
+msgstr ""
+
+msgid "CiVariable|Protected"
+msgstr ""
+
+msgid "CiVariable|Search environments"
+msgstr ""
+
+msgid "CiVariable|Toggle masked"
+msgstr ""
+
+msgid "CiVariable|Toggle protected"
+msgstr ""
+
+msgid "CiVariable|Validation failed"
+msgstr ""
+
+msgid "Class"
+msgstr ""
+
+msgid "Classification Label (optional)"
+msgstr ""
+
+msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Clear chart filters"
+msgstr ""
+
+msgid "Clear input"
+msgstr ""
+
+msgid "Clear recent searches"
+msgstr ""
+
+msgid "Clear search"
+msgstr ""
+
+msgid "Clear search input"
+msgstr ""
+
+msgid "Clear templates search input"
+msgstr ""
+
+msgid "Clear weight"
+msgstr ""
+
+msgid "Cleared weight."
+msgstr ""
+
+msgid "Clears weight."
+msgstr ""
+
+msgid "Click any <strong>project name</strong> in the project list below to navigate to the project milestone."
+msgstr ""
+
+msgid "Click here"
+msgstr ""
+
+msgid "Click the <strong>Download</strong> button and wait for downloading to complete."
+msgstr ""
+
+msgid "Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone."
+msgstr ""
+
+msgid "Click the <strong>Select none</strong> button on the right, since we only need \"Google Code Project Hosting\"."
+msgstr ""
+
+msgid "Click the button below to begin the install process by navigating to the Kubernetes page"
+msgstr ""
+
+msgid "Click the image where you'd like to start a new discussion"
+msgstr ""
+
+msgid "Click to expand it."
+msgstr ""
+
+msgid "Click to expand text"
+msgstr ""
+
+msgid "Client authentication certificate"
+msgstr ""
+
+msgid "Client authentication key"
+msgstr ""
+
+msgid "Client authentication key password"
+msgstr ""
+
+msgid "Clients"
+msgstr ""
+
+msgid "Clone"
+msgstr ""
+
+msgid "Clone repository"
+msgstr ""
+
+msgid "Clone with %{http_label}"
+msgstr ""
+
+msgid "Clone with KRB5"
+msgstr ""
+
+msgid "Clone with SSH"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Close %{tabname}"
+msgstr ""
+
+msgid "Close epic"
+msgstr ""
+
+msgid "Close milestone"
+msgstr ""
+
+msgid "Close sidebar"
+msgstr ""
+
+msgid "Close this %{quick_action_target}"
+msgstr ""
+
+msgid "Closed"
+msgstr ""
+
+msgid "Closed issues"
+msgstr ""
+
+msgid "Closed this %{quick_action_target}."
+msgstr ""
+
+msgid "Closes this %{quick_action_target}."
+msgstr ""
+
+msgid "Cluster Health"
+msgstr ""
+
+msgid "Cluster cache cleared."
+msgstr ""
+
+msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgstr ""
+
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
+msgid "ClusterIntegration| can be used instead of a custom domain."
+msgstr ""
+
+msgid "ClusterIntegration| is the default environment scope for this cluster. This means that all jobs, regardless of their environment, will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
+msgstr ""
+
+msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|%{title} uninstalled successfully."
+msgstr ""
+
+msgid "ClusterIntegration|%{title} updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
+msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
+msgstr ""
+
+msgid "ClusterIntegration|API URL"
+msgstr ""
+
+msgid "ClusterIntegration|API URL should be a valid http/https url."
+msgstr ""
+
+msgid "ClusterIntegration|Add Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Add a Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster to your group will automatically share the cluster across all your projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster will automatically share the cluster across all projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration to your group will share the cluster across all your projects."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration will share the cluster across all projects."
+msgstr ""
+
+msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integration"
+msgstr ""
+
+msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|All data will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Alternatively"
+msgstr ""
+
+msgid "ClusterIntegration|Amazon EKS"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch project zones: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch your projects: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|Any running pipelines will be canceled."
+msgstr ""
+
+msgid "ClusterIntegration|Applications"
+msgstr ""
+
+msgid "ClusterIntegration|Apply for credit"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
+
+msgid "ClusterIntegration|Base domain"
+msgstr ""
+
+msgid "ClusterIntegration|CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by %{letsEncrypt} and ensure that certificates are valid and up-to-date."
+msgstr ""
+
+msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which of your environments will use this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
+msgid "ClusterIntegration|Cloud Run"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster health"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster name is required."
+msgstr ""
+
+msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
+msgstr ""
+
+msgid "ClusterIntegration|Copy API URL"
+msgstr ""
+
+msgid "ClusterIntegration|Copy CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Create Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Create cluster on"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
+msgid "ClusterIntegration|Did you know?"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
+msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
+msgstr ""
+
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Environment scope"
+msgstr ""
+
+msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to run Kubeclient: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching projects"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching zones"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner connects to the repository and executes CI/CD jobs, pushing results back and deploying applications to production."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab-managed cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|Google Cloud Platform project"
+msgstr ""
+
+msgid "ClusterIntegration|Google GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine project"
+msgstr ""
+
+msgid "ClusterIntegration|Group cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Helm Tiller"
+msgstr ""
+
+msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
+msgstr ""
+
+msgid "ClusterIntegration|Hide"
+msgstr ""
+
+msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
+msgstr ""
+
+msgid "ClusterIntegration|Ingress"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint."
+msgstr ""
+
+msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn more about %{pricingLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Instance cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
+msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
+msgstr ""
+
+msgid "ClusterIntegration|Integration status"
+msgstr ""
+
+msgid "ClusterIntegration|Issuer Email"
+msgstr ""
+
+msgid "ClusterIntegration|Issuers represent a certificate authority. You must provide an email address for your Issuer. "
+msgstr ""
+
+msgid "ClusterIntegration|Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
+msgstr ""
+
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
+msgid "ClusterIntegration|Knative"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Domain Name:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Endpoint:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative domain name was updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster details"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Let's Encrypt"
+msgstr ""
+
+msgid "ClusterIntegration|Loading IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Regions"
+msgstr ""
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
+
+msgid "ClusterIntegration|No IAM Roles found"
+msgstr ""
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
+msgid "ClusterIntegration|No machine types matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No region found"
+msgstr ""
+
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
+msgid "ClusterIntegration|No zones matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes must be a numerical value."
+msgstr ""
+
+msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
+msgstr ""
+
+msgid "ClusterIntegration|Point a wildcard DNS to this generated endpoint in order to access your application after it has been deployed."
+msgstr ""
+
+msgid "ClusterIntegration|Project cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
+msgstr ""
+
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
+msgid "ClusterIntegration|RBAC-enabled cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|Region"
+msgstr ""
+
+msgid "ClusterIntegration|Remove Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
+msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin installing failed"
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin uninstalling failed"
+msgstr ""
+
+msgid "ClusterIntegration|Save changes"
+msgstr ""
+
+msgid "ClusterIntegration|Search IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Search machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
+msgid "ClusterIntegration|Search projects"
+msgstr ""
+
+msgid "ClusterIntegration|Search regions"
+msgstr ""
+
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Search zones"
+msgstr ""
+
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
+msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
+msgid "ClusterIntegration|Select machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project"
+msgstr ""
+
+msgid "ClusterIntegration|Select project and zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project to choose zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
+msgid "ClusterIntegration|Service token is required."
+msgstr ""
+
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
+msgid "ClusterIntegration|Show"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong on our end."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while installing %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
+msgstr ""
+
+msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+msgstr ""
+
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
+msgstr ""
+
+msgid "ClusterIntegration|The URL used to access the Kubernetes API."
+msgstr ""
+
+msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
+msgstr ""
+
+msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
+msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
+msgstr ""
+
+msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, pod logs, and Web terminals."
+msgstr ""
+
+msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
+msgstr ""
+
+msgid "ClusterIntegration|This account must have permissions to create a Kubernetes cluster in the %{link_to_container_project} specified below"
+msgstr ""
+
+msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
+msgstr ""
+
+msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|Toggle Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Uninstall %{appTitle}"
+msgstr ""
+
+msgid "ClusterIntegration|Update failed. Please check the logs and try again."
+msgstr ""
+
+msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Validating project billing status"
+msgstr ""
+
+msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
+msgstr ""
+
+msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
+msgstr ""
+
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
+msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
+msgstr ""
+
+msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
+msgstr ""
+
+msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
+msgstr ""
+
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Zone"
+msgstr ""
+
+msgid "ClusterIntegration|access to Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|documentation"
+msgstr ""
+
+msgid "ClusterIntegration|installed via %{installed_via}"
+msgstr ""
+
+msgid "ClusterIntegration|meets the requirements"
+msgstr ""
+
+msgid "ClusterIntegration|pricing"
+msgstr ""
+
+msgid "ClusterIntegration|sign up"
+msgstr ""
+
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
+msgid "ClusterIntergation|Select a region"
+msgstr ""
+
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
+msgstr ""
+
+msgid "Code"
+msgstr ""
+
+msgid "Code Owners"
+msgstr ""
+
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
+msgid "Code owner approval is required"
+msgstr ""
+
+msgid "Code owners"
+msgstr ""
+
+msgid "CodeOwner|Pattern"
+msgstr ""
+
+msgid "Cohorts"
+msgstr ""
+
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
+msgid "Collapse"
+msgstr ""
+
+msgid "Collapse approvers"
+msgstr ""
+
+msgid "Collapse sidebar"
+msgstr ""
+
+msgid "Collector hostname"
+msgstr ""
+
+msgid "ComboSearch is not defined"
+msgstr ""
+
+msgid "Command"
+msgstr ""
+
+msgid "Command line instructions"
+msgstr ""
+
+msgid "Commands applied"
+msgstr ""
+
+msgid "Commands did not apply"
+msgstr ""
+
+msgid "Comment"
+msgstr ""
+
+msgid "Comment & close %{noteable_name}"
+msgstr ""
+
+msgid "Comment & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Comment & resolve thread"
+msgstr ""
+
+msgid "Comment & unresolve thread"
+msgstr ""
+
+msgid "Comment form position"
+msgstr ""
+
+msgid "Comment is being updated"
+msgstr ""
+
+msgid "Comment/Reply (quoting selected text)"
+msgstr ""
+
+msgid "Comments"
+msgstr ""
+
+msgid "Commit"
+msgid_plural "Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Commit %{commit_id}"
+msgstr ""
+
+msgid "Commit (when editing commit message)"
+msgstr ""
+
+msgid "Commit Message"
+msgstr ""
+
+msgid "Commit deleted"
+msgstr ""
+
+msgid "Commit duration in minutes for last 30 commits"
+msgstr ""
+
+msgid "Commit message"
+msgstr ""
+
+msgid "Commit message (optional)"
+msgstr ""
+
+msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
+msgstr ""
+
+msgid "Commit to %{branchName} branch"
+msgstr ""
+
+msgid "CommitBoxTitle|Commit"
+msgstr ""
+
+msgid "CommitMessage|Add %{file_name}"
+msgstr ""
+
+msgid "CommitWidget|authored"
+msgstr ""
+
+msgid "Commits"
+msgstr ""
+
+msgid "Commits feed"
+msgstr ""
+
+msgid "Commits per day hour (UTC)"
+msgstr ""
+
+msgid "Commits per day of month"
+msgstr ""
+
+msgid "Commits per weekday"
+msgstr ""
+
+msgid "Commits to"
+msgstr ""
+
+msgid "Commits|An error occurred while fetching merge requests data."
+msgstr ""
+
+msgid "Commits|Commit: %{commitText}"
+msgstr ""
+
+msgid "Commits|History"
+msgstr ""
+
+msgid "Commits|No related merge requests found"
+msgstr ""
+
+msgid "Committed by"
+msgstr ""
+
+msgid "Commit…"
+msgstr ""
+
+msgid "Company"
+msgstr ""
+
+msgid "Company name"
+msgstr ""
+
+msgid "Compare"
+msgstr ""
+
+msgid "Compare Git revisions"
+msgstr ""
+
+msgid "Compare Revisions"
+msgstr ""
+
+msgid "Compare changes"
+msgstr ""
+
+msgid "Compare changes with the last commit"
+msgstr ""
+
+msgid "Compare changes with the merge request target branch"
+msgstr ""
+
+msgid "Compare with previous version"
+msgstr ""
+
+msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
+msgstr ""
+
+msgid "CompareBranches|Compare"
+msgstr ""
+
+msgid "CompareBranches|Source"
+msgstr ""
+
+msgid "CompareBranches|Target"
+msgstr ""
+
+msgid "CompareBranches|There isn't anything to compare."
+msgstr ""
+
+msgid "Complete"
+msgstr ""
+
+msgid "Confidence: %{confidence}"
+msgstr ""
+
+msgid "Confidential"
+msgstr ""
+
+msgid "Confidentiality"
+msgstr ""
+
+msgid "Configuration"
+msgstr ""
+
+msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure Gitaly timeouts."
+msgstr ""
+
+msgid "Configure Let's Encrypt"
+msgstr ""
+
+msgid "Configure Prometheus"
+msgstr ""
+
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
+msgid "Configure Tracing"
+msgstr ""
+
+msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure automatic git checks and housekeeping on repositories."
+msgstr ""
+
+msgid "Configure existing installation"
+msgstr ""
+
+msgid "Configure limits for web and API requests."
+msgstr ""
+
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
+
+msgid "Configure storage path settings."
+msgstr ""
+
+msgid "Configure the %{link} integration."
+msgstr ""
+
+msgid "Configure the way a user creates a new account."
+msgstr ""
+
+msgid "Confirm"
+msgstr ""
+
+msgid "Confirmation email sent to %{email}"
+msgstr ""
+
+msgid "Confirmation required"
+msgstr ""
+
+msgid "Congratulations! You have enabled Two-factor Authentication!"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect all repositories"
+msgstr ""
+
+msgid "Connect repositories from GitHub"
+msgstr ""
+
+msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
+msgstr ""
+
+msgid "Connecting"
+msgstr ""
+
+msgid "Connecting to terminal sync service"
+msgstr ""
+
+msgid "Connecting..."
+msgstr ""
+
+msgid "Connection failed"
+msgstr ""
+
+msgid "Connection failure"
+msgstr ""
+
+msgid "Connection timed out"
+msgstr ""
+
+msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
+msgstr ""
+
+msgid "Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
+msgstr ""
+
+msgid "Contact sales to upgrade"
+msgstr ""
+
+msgid "Contact your Administrator to upgrade your license."
+msgstr ""
+
+msgid "Container Registry"
+msgstr ""
+
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
+msgid "Container registry images"
+msgstr ""
+
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
+msgid "ContainerRegistry|Container Registry"
+msgstr ""
+
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
+msgstr ""
+
+msgid "ContainerRegistry|Docker connection error"
+msgstr ""
+
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
+msgstr ""
+
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ContainerRegistry|Size"
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Tag"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images stored for this project"
+msgstr ""
+
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
+msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
+msgstr ""
+
+msgid "ContainerRegistry|You can add an image to this registry with the following commands:"
+msgstr ""
+
+msgid "Contains %{count} blobs of images (%{size})"
+msgstr ""
+
+msgid "Contents of .gitlab-ci.yml"
+msgstr ""
+
+msgid "Continue"
+msgstr ""
+
+msgid "Continue to the next step"
+msgstr ""
+
+msgid "Continuous Integration and Deployment"
+msgstr ""
+
+msgid "Contribute to GitLab"
+msgstr ""
+
+msgid "Contribution"
+msgstr ""
+
+msgid "Contribution Analytics"
+msgstr ""
+
+msgid "Contribution Charts"
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr ""
+
+msgid "Control emails linked to your account"
+msgstr ""
+
+msgid "Control the display of third party offers."
+msgstr ""
+
+msgid "Control the maximum concurrency of repository backfill for this secondary node"
+msgstr ""
+
+msgid "Cookie domain"
+msgstr ""
+
+msgid "Copied"
+msgstr ""
+
+msgid "Copied labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
+msgid "Copy %{http_label} clone URL"
+msgstr ""
+
+msgid "Copy %{protocol} clone URL"
+msgstr ""
+
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
+
+msgid "Copy KRB5 clone URL"
+msgstr ""
+
+msgid "Copy SSH clone URL"
+msgstr ""
+
+msgid "Copy SSH public key"
+msgstr ""
+
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
+
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy labels and milestone from other issue or merge request in this project"
+msgstr ""
+
+msgid "Copy link"
+msgstr ""
+
+msgid "Copy personal access token"
+msgstr ""
+
+msgid "Copy reference"
+msgstr ""
+
+msgid "Copy secret"
+msgstr ""
+
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
+msgstr ""
+
+msgid "Could not authorize chat nickname. Try again!"
+msgstr ""
+
+msgid "Could not change HEAD: branch '%{branch}' does not exist"
+msgstr ""
+
+msgid "Could not connect to FogBugz, check your URL"
+msgstr ""
+
+msgid "Could not connect to Web IDE file mirror service."
+msgstr ""
+
+msgid "Could not create Wiki Repository at this time. Please try again later."
+msgstr ""
+
+msgid "Could not create group"
+msgstr ""
+
+msgid "Could not create issue"
+msgstr ""
+
+msgid "Could not create project"
+msgstr ""
+
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
+msgid "Could not delete chat nickname %{chat_name}."
+msgstr ""
+
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
+msgid "Could not remove the trigger."
+msgstr ""
+
+msgid "Could not restore the group"
+msgstr ""
+
+msgid "Could not revoke impersonation token %{token_name}."
+msgstr ""
+
+msgid "Could not revoke personal access token %{personal_access_token_name}."
+msgstr ""
+
+msgid "Could not save group ID"
+msgstr ""
+
+msgid "Could not save project ID"
+msgstr ""
+
+msgid "Could not save prometheus manual configuration"
+msgstr ""
+
+msgid "Country"
+msgstr ""
+
+msgid "Coverage"
+msgstr ""
+
+msgid "Create"
+msgstr ""
+
+msgid "Create %{type} token"
+msgstr ""
+
+msgid "Create New Directory"
+msgstr ""
+
+msgid "Create New Domain"
+msgstr ""
+
+msgid "Create Project"
+msgstr ""
+
+msgid "Create a GitLab account first, and then connect it to your %{label} account."
+msgstr ""
+
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
+msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
+msgstr ""
+
+msgid "Create a merge request"
+msgstr ""
+
+msgid "Create a new branch"
+msgstr ""
+
+msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Create a new issue"
+msgstr ""
+
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
+msgid "Create a new repository"
+msgstr ""
+
+msgid "Create a personal access token on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
+msgid "Create an issue. Issues are created for each alert triggered."
+msgstr ""
+
+msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to import."
+msgstr ""
+
+msgid "Create board"
+msgstr ""
+
+msgid "Create branch"
+msgstr ""
+
+msgid "Create commit"
+msgstr ""
+
+msgid "Create confidential merge request"
+msgstr ""
+
+msgid "Create confidential merge request and branch"
+msgstr ""
+
+msgid "Create directory"
+msgstr ""
+
+msgid "Create empty repository"
+msgstr ""
+
+msgid "Create epic"
+msgstr ""
+
+msgid "Create file"
+msgstr ""
+
+msgid "Create group"
+msgstr ""
+
+msgid "Create group label"
+msgstr ""
+
+msgid "Create issue"
+msgstr ""
+
+msgid "Create lists from labels. Issues with that label appear in that list."
+msgstr ""
+
+msgid "Create merge request"
+msgstr ""
+
+msgid "Create merge request and branch"
+msgstr ""
+
+msgid "Create milestone"
+msgstr ""
+
+msgid "Create new board"
+msgstr ""
+
+msgid "Create new branch"
+msgstr ""
+
+msgid "Create new directory"
+msgstr ""
+
+msgid "Create new file"
+msgstr ""
+
+msgid "Create new file or directory"
+msgstr ""
+
+msgid "Create new label"
+msgstr ""
+
+msgid "Create new..."
+msgstr ""
+
+msgid "Create project"
+msgstr ""
+
+msgid "Create project label"
+msgstr ""
+
+msgid "Create your first page"
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create groups."
+msgstr ""
+
+msgid "CreateTag|Tag"
+msgstr ""
+
+msgid "CreateTokenToCloneLink|create a personal access token"
+msgstr ""
+
+msgid "Created"
+msgstr ""
+
+msgid "Created At"
+msgstr ""
+
+msgid "Created On"
+msgstr ""
+
+msgid "Created a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
+msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created by me"
+msgstr ""
+
+msgid "Created issue %{issueLink}"
+msgstr ""
+
+msgid "Created issue %{issueLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created on"
+msgstr ""
+
+msgid "Created on:"
+msgstr ""
+
+msgid "Creates a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creating epic"
+msgstr ""
+
+msgid "Creating graphs uses the data from the Prometheus server. If this takes a long time, ensure that data is available."
+msgstr ""
+
+msgid "Creation date"
+msgstr ""
+
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
+msgid "Cron Timezone"
+msgstr ""
+
+msgid "Cron syntax"
+msgstr ""
+
+msgid "Crossplane"
+msgstr ""
+
+msgid "Current Branch"
+msgstr ""
+
+msgid "Current Plan"
+msgstr ""
+
+msgid "Current Project"
+msgstr ""
+
+msgid "Current node"
+msgstr ""
+
+msgid "Current password"
+msgstr ""
+
+msgid "Current vulnerabilities count"
+msgstr ""
+
+msgid "CurrentUser|Profile"
+msgstr ""
+
+msgid "CurrentUser|Settings"
+msgstr ""
+
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
+
+msgid "Custom hostname (for private commit emails)"
+msgstr ""
+
+msgid "Custom notification events"
+msgstr ""
+
+msgid "Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out %{notification_link}."
+msgstr ""
+
+msgid "Custom project templates"
+msgstr ""
+
+msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
+msgstr ""
+
+msgid "Custom range"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add a stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Enter a name for the stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Name"
+msgstr ""
+
+msgid "CustomCycleAnalytics|New stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Please select a start event first"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
+msgid "Customize colors"
+msgstr ""
+
+msgid "Customize how FogBugz email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize how Google Code email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize icon"
+msgstr ""
+
+msgid "Customize language and region related settings."
+msgstr ""
+
+msgid "Customize name"
+msgstr ""
+
+msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
+msgstr ""
+
+msgid "Customize your pipeline configuration."
+msgstr ""
+
+msgid "Cycle Analytics"
+msgstr ""
+
+msgid "Cycle Analytics can help you determine your team’s velocity"
+msgstr ""
+
+msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request first deployed to production"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build finish time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build start time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request merged"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Code"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Issue"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Plan"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Review"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Staging"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Test"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
+msgid_plural "CycleAnalytics|%d projects selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CycleAnalytics|Select labels"
+msgstr ""
+
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Stages"
+msgstr ""
+
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
+msgid "CycleAnalytics|group dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
+msgid "CycleAnalytics|project dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|stage dropdown"
+msgstr ""
+
+msgid "DNS"
+msgstr ""
+
+msgid "Dashboard"
+msgstr ""
+
+msgid "DashboardProjects|All"
+msgstr ""
+
+msgid "DashboardProjects|Personal"
+msgstr ""
+
+msgid "DashboardProjects|Trending"
+msgstr ""
+
+msgid "Dashboards"
+msgstr ""
+
+msgid "Dashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
+msgstr ""
+
+msgid "Data is still calculating..."
+msgstr ""
+
+msgid "Date"
+msgstr ""
+
+msgid "Date picker"
+msgstr ""
+
+msgid "DayTitle|F"
+msgstr ""
+
+msgid "DayTitle|M"
+msgstr ""
+
+msgid "DayTitle|S"
+msgstr ""
+
+msgid "DayTitle|W"
+msgstr ""
+
+msgid "Days"
+msgstr ""
+
+msgid "Days to merge"
+msgstr ""
+
+msgid "Debug"
+msgstr ""
+
+msgid "Dec"
+msgstr ""
+
+msgid "December"
+msgstr ""
+
+msgid "Decline"
+msgstr ""
+
+msgid "Decline and sign out"
+msgstr ""
+
+msgid "Default Branch"
+msgstr ""
+
+msgid "Default CI configuration path"
+msgstr ""
+
+msgid "Default artifacts expiration"
+msgstr ""
+
+msgid "Default branch"
+msgstr ""
+
+msgid "Default branch and protected branches"
+msgstr ""
+
+msgid "Default classification label"
+msgstr ""
+
+msgid "Default deletion adjourned period"
+msgstr ""
+
+msgid "Default description template for issues"
+msgstr ""
+
+msgid "Default description template for merge requests"
+msgstr ""
+
+msgid "Default first day of the week"
+msgstr ""
+
+msgid "Default first day of the week in calendars and date pickers."
+msgstr ""
+
+msgid "Default issue template"
+msgstr ""
+
+msgid "Default project deletion protection"
+msgstr ""
+
+msgid "Default: Directly import the Google Code email address or username"
+msgstr ""
+
+msgid "Default: Map a FogBugz account ID to a full name"
+msgstr ""
+
+msgid "Define a custom pattern with cron syntax"
+msgstr ""
+
+msgid "Define environments in the deploy stage(s) in <code>.gitlab-ci.yml</code> to track deployments here."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Start now"
+msgstr ""
+
+msgid "DelayedJobs|Unschedule"
+msgstr ""
+
+msgid "DelayedJobs|delayed"
+msgstr ""
+
+msgid "Delete"
+msgstr ""
+
+msgid "Delete Comment"
+msgstr ""
+
+msgid "Delete Package"
+msgstr ""
+
+msgid "Delete Snippet"
+msgstr ""
+
+msgid "Delete artifacts"
+msgstr ""
+
+msgid "Delete board"
+msgstr ""
+
+msgid "Delete comment"
+msgstr ""
+
+msgid "Delete license"
+msgstr ""
+
+msgid "Delete list"
+msgstr ""
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
+msgid "Delete source branch"
+msgstr ""
+
+msgid "Delete this attachment"
+msgstr ""
+
+msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore project repository. Please contact the administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore wiki repository. Please contact the administrator."
+msgstr ""
+
+msgid "Deleted"
+msgstr ""
+
+msgid "Deleted chat nickname: %{chat_name}!"
+msgstr ""
+
+msgid "Deleted in this version"
+msgstr ""
+
+msgid "Deleting the license failed."
+msgstr ""
+
+msgid "Deleting the license failed. The license was not found."
+msgstr ""
+
+msgid "Deleting the license failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
+msgid "Denied authorization of chat nickname %{user_name}."
+msgstr ""
+
+msgid "Deny"
+msgstr ""
+
+msgid "Dependencies"
+msgstr ""
+
+msgid "Dependencies help page link"
+msgstr ""
+
+msgid "Dependencies|%d additional vulnerability not shown"
+msgid_plural "Dependencies|%d additional vulnerabilities not shown"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%d vulnerability"
+msgid_plural "Dependencies|%d vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%{remainingLicensesCount} more"
+msgstr ""
+
+msgid "Dependencies|All"
+msgstr ""
+
+msgid "Dependencies|Component"
+msgstr ""
+
+msgid "Dependencies|Component name"
+msgstr ""
+
+msgid "Dependencies|Export as JSON"
+msgstr ""
+
+msgid "Dependencies|Job failed to generate the dependency list"
+msgstr ""
+
+msgid "Dependencies|License"
+msgstr ""
+
+msgid "Dependencies|Location"
+msgstr ""
+
+msgid "Dependencies|Packager"
+msgstr ""
+
+msgid "Dependencies|Safe"
+msgstr ""
+
+msgid "Dependencies|Status"
+msgstr ""
+
+msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
+msgstr ""
+
+msgid "Dependencies|Unsupported file(s) detected"
+msgstr ""
+
+msgid "Dependencies|Version"
+msgstr ""
+
+msgid "Dependencies|Vulnerable components"
+msgstr ""
+
+msgid "Dependency List"
+msgstr ""
+
+msgid "Dependency Proxy"
+msgstr ""
+
+msgid "Dependency Scanning"
+msgstr ""
+
+msgid "Dependency proxy"
+msgstr ""
+
+msgid "Dependency proxy URL"
+msgstr ""
+
+msgid "Dependency proxy feature is limited to public groups for now."
+msgstr ""
+
+msgid "DependencyProxy|Toggle Dependency Proxy"
+msgstr ""
+
+msgid "Depends on %d merge request being merged"
+msgid_plural "Depends on %d merge requests being merged"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Depends on <strong>%d closed</strong> merge request."
+msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy"
+msgid_plural "Deploys"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy Keys"
+msgstr ""
+
+msgid "Deploy key was successfully updated."
+msgstr ""
+
+msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
+msgstr ""
+
+msgid "Deploy to..."
+msgstr ""
+
+msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
+msgstr ""
+
+msgid "DeployKeys|+%{count} others"
+msgstr ""
+
+msgid "DeployKeys|Current project"
+msgstr ""
+
+msgid "DeployKeys|Deploy key"
+msgstr ""
+
+msgid "DeployKeys|Enabled deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error enabling deploy key"
+msgstr ""
+
+msgid "DeployKeys|Error getting deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error removing deploy key"
+msgstr ""
+
+msgid "DeployKeys|Expand %{count} other projects"
+msgstr ""
+
+msgid "DeployKeys|Loading deploy keys"
+msgstr ""
+
+msgid "DeployKeys|No deploy keys found. Create one with the form above."
+msgstr ""
+
+msgid "DeployKeys|Privately accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Project usage"
+msgstr ""
+
+msgid "DeployKeys|Publicly accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Read access only"
+msgstr ""
+
+msgid "DeployKeys|Write access allowed"
+msgstr ""
+
+msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
+msgstr ""
+
+msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
+msgstr ""
+
+msgid "DeployTokens|Add a deploy token"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the registry images"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the repository"
+msgstr ""
+
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
+
+msgid "DeployTokens|Copy username"
+msgstr ""
+
+msgid "DeployTokens|Create deploy token"
+msgstr ""
+
+msgid "DeployTokens|Created"
+msgstr ""
+
+msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
+msgstr ""
+
+msgid "DeployTokens|Deploy Tokens"
+msgstr ""
+
+msgid "DeployTokens|Deploy tokens allow read-only access to your repository and registry images."
+msgstr ""
+
+msgid "DeployTokens|Expires"
+msgstr ""
+
+msgid "DeployTokens|Name"
+msgstr ""
+
+msgid "DeployTokens|Pick a name for the application, and we'll give you a unique deploy token."
+msgstr ""
+
+msgid "DeployTokens|Revoke"
+msgstr ""
+
+msgid "DeployTokens|Revoke %{name}"
+msgstr ""
+
+msgid "DeployTokens|Scopes"
+msgstr ""
+
+msgid "DeployTokens|This action cannot be undone."
+msgstr ""
+
+msgid "DeployTokens|This project has no active Deploy Tokens."
+msgstr ""
+
+msgid "DeployTokens|Use this token as a password. Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "DeployTokens|Use this username as a login."
+msgstr ""
+
+msgid "DeployTokens|Username"
+msgstr ""
+
+msgid "DeployTokens|You are about to revoke"
+msgstr ""
+
+msgid "DeployTokens|Your New Deploy Token"
+msgstr ""
+
+msgid "DeployTokens|Your new project deploy token has been created."
+msgstr ""
+
+msgid "Deployed"
+msgstr ""
+
+msgid "Deployed to"
+msgstr ""
+
+msgid "Deploying to"
+msgstr ""
+
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
+msgid "Deprioritize label"
+msgstr ""
+
+msgid "Descending"
+msgstr ""
+
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
+msgid "Description"
+msgstr ""
+
+msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
+msgstr ""
+
+msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
+msgstr ""
+
+msgid "Description:"
+msgstr ""
+
+msgid "Descriptive label"
+msgstr ""
+
+msgid "Deselect all"
+msgstr ""
+
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
+msgid "DesignManagement|%{current_design} of %{designs_count}"
+msgstr ""
+
+msgid "DesignManagement|Add designs"
+msgstr ""
+
+msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Go back to designs"
+msgstr ""
+
+msgid "DesignManagement|Go to next design"
+msgstr ""
+
+msgid "DesignManagement|Go to previous design"
+msgstr ""
+
+msgid "DesignManagement|Keep comment"
+msgstr ""
+
+msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
+msgstr ""
+
+msgid "DesignManagement|Select all"
+msgstr ""
+
+msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
+msgstr ""
+
+msgid "DesignManagement|The one place for your designs"
+msgstr ""
+
+msgid "DesignManagement|Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date."
+msgstr ""
+
+msgid "Designs"
+msgstr ""
+
+msgid "Destroy"
+msgstr ""
+
+msgid "Details"
+msgstr ""
+
+msgid "Details (default)"
+msgstr ""
+
+msgid "Detect host keys"
+msgstr ""
+
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
+msgid "Diff content limits"
+msgstr ""
+
+msgid "Diff limits"
+msgstr ""
+
+msgid "Difference between start date and now"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(base)"
+msgstr ""
+
+msgid "Diffs|No file name available"
+msgstr ""
+
+msgid "Diffs|Show unchanged lines"
+msgstr ""
+
+msgid "Diffs|Something went wrong while fetching diff lines."
+msgstr ""
+
+msgid "Direction"
+msgstr ""
+
+msgid "Directory name"
+msgstr ""
+
+msgid "Disable"
+msgstr ""
+
+msgid "Disable for this project"
+msgstr ""
+
+msgid "Disable group Runners"
+msgstr ""
+
+msgid "Disable public access to Pages sites"
+msgstr ""
+
+msgid "Disable shared Runners"
+msgstr ""
+
+msgid "Disable two-factor authentication"
+msgstr ""
+
+msgid "Disabled"
+msgstr ""
+
+msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
+msgstr ""
+
+msgid "Discard"
+msgstr ""
+
+msgid "Discard all changes"
+msgstr ""
+
+msgid "Discard all unstaged changes?"
+msgstr ""
+
+msgid "Discard changes"
+msgstr ""
+
+msgid "Discard changes to %{path}?"
+msgstr ""
+
+msgid "Discard draft"
+msgstr ""
+
+msgid "Discard review"
+msgstr ""
+
+msgid "DiscordService|Discord Notifications"
+msgstr ""
+
+msgid "DiscordService|Receive event notifications in Discord"
+msgstr ""
+
+msgid "Discover GitLab Geo"
+msgstr ""
+
+msgid "Discover projects, groups and snippets. Share your projects with others"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved."
+msgstr ""
+
+msgid "Discuss a specific suggestion or question."
+msgstr ""
+
+msgid "Discussion"
+msgstr ""
+
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
+msgstr ""
+
+msgid "Dismiss Cycle Analytics introduction box"
+msgstr ""
+
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
+msgid "Dismiss Merge Request promotion"
+msgstr ""
+
+msgid "Dismiss trial promotion"
+msgstr ""
+
+msgid "Dismissed"
+msgstr ""
+
+msgid "Dismissed at %{projectLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
+msgstr ""
+
+msgid "Display name"
+msgstr ""
+
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
+msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
+msgstr ""
+
+msgid "Dockerfile"
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid "Documentation for popular identity providers"
+msgstr ""
+
+msgid "Doing"
+msgstr ""
+
+msgid "Domain"
+msgstr ""
+
+msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
+msgstr ""
+
+msgid "Don't have an account yet?"
+msgstr ""
+
+msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
+msgstr ""
+
+msgid "Don't show again"
+msgstr ""
+
+msgid "Don't worry, you can access this tour by clicking on the help icon in the top right corner and choose <strong>Learn GitLab</strong>."
+msgstr ""
+
+msgid "Done"
+msgstr ""
+
+msgid "Download"
+msgstr ""
+
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
+msgid "Download CSV"
+msgstr ""
+
+msgid "Download artifacts"
+msgstr ""
+
+msgid "Download as"
+msgstr ""
+
+msgid "Download asset"
+msgstr ""
+
+msgid "Download codes"
+msgstr ""
+
+msgid "Download evidence JSON"
+msgstr ""
+
+msgid "Download export"
+msgstr ""
+
+msgid "Download image"
+msgstr ""
+
+msgid "Download license"
+msgstr ""
+
+msgid "Download source code"
+msgstr ""
+
+msgid "Download this directory"
+msgstr ""
+
+msgid "DownloadCommit|Email Patches"
+msgstr ""
+
+msgid "DownloadCommit|Plain Diff"
+msgstr ""
+
+msgid "DownloadSource|Download"
+msgstr ""
+
+msgid "Downstream"
+msgstr ""
+
+msgid "Downvotes"
+msgstr ""
+
+msgid "Due date"
+msgstr ""
+
+msgid "Duration"
+msgstr ""
+
+msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
+msgstr ""
+
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states:"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Edit %{issuable}"
+msgstr ""
+
+msgid "Edit %{name}"
+msgstr ""
+
+msgid "Edit Comment"
+msgstr ""
+
+msgid "Edit Deploy Key"
+msgstr ""
+
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
+msgid "Edit Label"
+msgstr ""
+
+msgid "Edit Milestone"
+msgstr ""
+
+msgid "Edit Password"
+msgstr ""
+
+msgid "Edit Pipeline Schedule %{id}"
+msgstr ""
+
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
+msgid "Edit Snippet"
+msgstr ""
+
+msgid "Edit System Hook"
+msgstr ""
+
+msgid "Edit application"
+msgstr ""
+
+msgid "Edit board"
+msgstr ""
+
+msgid "Edit comment"
+msgstr ""
+
+msgid "Edit dashboard"
+msgstr ""
+
+msgid "Edit description"
+msgstr ""
+
+msgid "Edit environment"
+msgstr ""
+
+msgid "Edit epic description"
+msgstr ""
+
+msgid "Edit file"
+msgstr ""
+
+msgid "Edit files in the editor and commit changes here"
+msgstr ""
+
+msgid "Edit group: %{group_name}"
+msgstr ""
+
+msgid "Edit identity for %{user_name}"
+msgstr ""
+
+msgid "Edit issues"
+msgstr ""
+
+msgid "Edit public deploy key"
+msgstr ""
+
+msgid "Edit stage"
+msgstr ""
+
+msgid "Edit this release"
+msgstr ""
+
+msgid "Edit wiki page"
+msgstr ""
+
+msgid "Edit your most recent comment in a thread (from an empty textarea)"
+msgstr ""
+
+msgid "Editing"
+msgstr ""
+
+msgid "Elasticsearch"
+msgstr ""
+
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
+msgid "Elasticsearch indexing restrictions"
+msgstr ""
+
+msgid "Elasticsearch indexing started"
+msgstr ""
+
+msgid "Elasticsearch integration. Elasticsearch AWS IAM."
+msgstr ""
+
+msgid "Elastic|None. Select namespaces to index."
+msgstr ""
+
+msgid "Elastic|None. Select projects to index."
+msgstr ""
+
+msgid "Email"
+msgstr ""
+
+msgid "Email address"
+msgstr ""
+
+msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
+msgid "Email patch"
+msgstr ""
+
+msgid "Email the pipelines status to a list of recipients."
+msgstr ""
+
+msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies."
+msgstr ""
+
+msgid "EmailError|The thread you are replying to no longer exists, perhaps it was deleted? If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is for. Please create your issue or comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is in reply to. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what user corresponds to the email. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't find the project. Please check if there's any typo."
+msgstr ""
+
+msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|Your account has been blocked. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailToken|reset it"
+msgstr ""
+
+msgid "EmailToken|resetting..."
+msgstr ""
+
+msgid "Emails"
+msgstr ""
+
+msgid "Emails separated by comma"
+msgstr ""
+
+msgid "EmailsOnPushService|Disable code diffs"
+msgstr ""
+
+msgid "EmailsOnPushService|Don't include possibly sensitive code diffs in notification body."
+msgstr ""
+
+msgid "EmailsOnPushService|Email the commits and diff of each push to a list of recipients."
+msgstr ""
+
+msgid "EmailsOnPushService|Emails on push"
+msgstr ""
+
+msgid "EmailsOnPushService|Emails separated by whitespace"
+msgstr ""
+
+msgid "EmailsOnPushService|Send from committer"
+msgstr ""
+
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains})."
+msgstr ""
+
+msgid "Embed"
+msgstr ""
+
+msgid "Empty file"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable Auto DevOps"
+msgstr ""
+
+msgid "Enable HTML emails"
+msgstr ""
+
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
+msgid "Enable Pseudonymizer data collection"
+msgstr ""
+
+msgid "Enable SAML authentication for this group"
+msgstr ""
+
+msgid "Enable access to Grafana"
+msgstr ""
+
+msgid "Enable access to the Performance Bar for a given group."
+msgstr ""
+
+msgid "Enable and configure Grafana."
+msgstr ""
+
+msgid "Enable and configure InfluxDB metrics."
+msgstr ""
+
+msgid "Enable and configure Prometheus metrics."
+msgstr ""
+
+msgid "Enable classification control using an external service"
+msgstr ""
+
+msgid "Enable error tracking"
+msgstr ""
+
+msgid "Enable feature to choose access level"
+msgstr ""
+
+msgid "Enable for this project"
+msgstr ""
+
+msgid "Enable group Runners"
+msgstr ""
+
+msgid "Enable header and footer in emails"
+msgstr ""
+
+msgid "Enable mirror configuration"
+msgstr ""
+
+msgid "Enable or disable the Pseudonymizer data collection."
+msgstr ""
+
+msgid "Enable or disable version check and usage ping."
+msgstr ""
+
+msgid "Enable protected paths rate limit"
+msgstr ""
+
+msgid "Enable proxy"
+msgstr ""
+
+msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
+msgstr ""
+
+msgid "Enable shared Runners"
+msgstr ""
+
+msgid "Enable snowplow tracking"
+msgstr ""
+
+msgid "Enable two-factor authentication"
+msgstr ""
+
+msgid "Enable usage ping"
+msgstr ""
+
+msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
+msgstr ""
+
+msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
+msgstr ""
+
+msgid "Enabled"
+msgstr ""
+
+msgid "Enabled Git access protocols"
+msgstr ""
+
+msgid "Enabled sources for code import during project creation. OmniAuth must be configured for GitHub"
+msgstr ""
+
+msgid "Enabling this will only make licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public."
+msgstr ""
+
+msgid "End date"
+msgstr ""
+
+msgid "Ends at (UTC)"
+msgstr ""
+
+msgid "Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "Ensure connectivity is available from the GitLab server to the Prometheus server"
+msgstr ""
+
+msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
+msgstr ""
+
+msgid "Enter Admin Mode"
+msgstr ""
+
+msgid "Enter IP address range"
+msgstr ""
+
+msgid "Enter a number"
+msgstr ""
+
+msgid "Enter at least three characters to search"
+msgstr ""
+
+msgid "Enter board name"
+msgstr ""
+
+msgid "Enter domain"
+msgstr ""
+
+msgid "Enter in your Bitbucket Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter in your Phabricator Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter merge request URLs"
+msgstr ""
+
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
+msgid "Enter the issue description"
+msgstr ""
+
+msgid "Enter the issue title"
+msgstr ""
+
+msgid "Enter the merge request description"
+msgstr ""
+
+msgid "Enter the merge request title"
+msgstr ""
+
+msgid "Enter your password to approve"
+msgstr ""
+
+msgid "Enter zen mode"
+msgstr ""
+
+msgid "Environment"
+msgstr ""
+
+msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want."
+msgstr ""
+
+msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default"
+msgstr ""
+
+msgid "Environment:"
+msgstr ""
+
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
+msgid "Environments"
+msgstr ""
+
+msgid "Environments Dashboard"
+msgstr ""
+
+msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
+msgstr ""
+
+msgid "Environments in %{name}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add projects"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Environments Dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Job: %{job}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|More actions"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
+msgid "EnvironmentsDashboard|Remove"
+msgstr ""
+
+msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
+msgstr ""
+
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while fetching the environments."
+msgstr ""
+
+msgid "Environments|An error occurred while making the request."
+msgstr ""
+
+msgid "Environments|An error occurred while re-deploying the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while rolling back the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while stopping the environment, please try again"
+msgstr ""
+
+msgid "Environments|Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
+msgid "Environments|Commit"
+msgstr ""
+
+msgid "Environments|Deploy to..."
+msgstr ""
+
+msgid "Environments|Deployment"
+msgstr ""
+
+msgid "Environments|Environment"
+msgstr ""
+
+msgid "Environments|Environments"
+msgstr ""
+
+msgid "Environments|Environments are places where code gets deployed, such as staging or production."
+msgstr ""
+
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
+msgid "Environments|Job"
+msgstr ""
+
+msgid "Environments|Learn about environments"
+msgstr ""
+
+msgid "Environments|Learn more about stopping environments"
+msgstr ""
+
+msgid "Environments|New environment"
+msgstr ""
+
+msgid "Environments|No deployed environments"
+msgstr ""
+
+msgid "Environments|No deployments yet"
+msgstr ""
+
+msgid "Environments|No pods to display"
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file."
+msgstr ""
+
+msgid "Environments|Open live environment"
+msgstr ""
+
+msgid "Environments|Pod logs from"
+msgstr ""
+
+msgid "Environments|Re-deploy"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy to environment"
+msgstr ""
+
+msgid "Environments|Read more about environments"
+msgstr ""
+
+msgid "Environments|Rollback"
+msgstr ""
+
+msgid "Environments|Rollback environment"
+msgstr ""
+
+msgid "Environments|Rollback environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Rollback environment %{name}?"
+msgstr ""
+
+msgid "Environments|Search"
+msgstr ""
+
+msgid "Environments|Show all"
+msgstr ""
+
+msgid "Environments|Show last"
+msgstr ""
+
+msgid "Environments|Stop"
+msgstr ""
+
+msgid "Environments|Stop environment"
+msgstr ""
+
+msgid "Environments|Stopping"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|Updated"
+msgstr ""
+
+msgid "Environments|You don't have any environments right now"
+msgstr ""
+
+msgid "Environments|protected"
+msgstr ""
+
+msgid "Epic"
+msgstr ""
+
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
+msgid "Epics"
+msgstr ""
+
+msgid "Epics (Ultimate / Gold license only)"
+msgstr ""
+
+msgid "Epics Roadmap"
+msgstr ""
+
+msgid "Epics and Issues"
+msgstr ""
+
+msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
+msgstr ""
+
+msgid "Epics|Add an epic"
+msgstr ""
+
+msgid "Epics|Add an existing epic as a child epic."
+msgstr ""
+
+msgid "Epics|An error occurred while saving the %{epicDateType} date"
+msgstr ""
+
+msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?"
+msgstr ""
+
+msgid "Epics|Create an epic within this group and add it as a child epic."
+msgstr ""
+
+msgid "Epics|Create new epic"
+msgstr ""
+
+msgid "Epics|How can I solve this?"
+msgstr ""
+
+msgid "Epics|More information"
+msgstr ""
+
+msgid "Epics|Remove epic"
+msgstr ""
+
+msgid "Epics|Remove issue"
+msgstr ""
+
+msgid "Epics|Show more"
+msgstr ""
+
+msgid "Epics|Something went wrong while assigning issue to epic."
+msgstr ""
+
+msgid "Epics|Something went wrong while creating child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching group epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while ordering item."
+msgstr ""
+
+msgid "Epics|Something went wrong while removing issue from epic."
+msgstr ""
+
+msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
+msgstr ""
+
+msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?"
+msgstr ""
+
+msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a %{epicDateType} date to any issue in the epic."
+msgstr ""
+
+msgid "Epics|due"
+msgstr ""
+
+msgid "Epics|start"
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Error Details"
+msgstr ""
+
+msgid "Error Tracking"
+msgstr ""
+
+msgid "Error creating epic"
+msgstr ""
+
+msgid "Error deleting %{issuableType}"
+msgstr ""
+
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
+
+msgid "Error fetching diverging counts for branches. Please try again."
+msgstr ""
+
+msgid "Error fetching forked projects. Please try again."
+msgstr ""
+
+msgid "Error fetching labels."
+msgstr ""
+
+msgid "Error fetching network graph."
+msgstr ""
+
+msgid "Error fetching projects"
+msgstr ""
+
+msgid "Error fetching refs"
+msgstr ""
+
+msgid "Error fetching the dependency list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Error fetching usage ping data."
+msgstr ""
+
+msgid "Error loading branch data. Please try again."
+msgstr ""
+
+msgid "Error loading branches."
+msgstr ""
+
+msgid "Error loading burndown chart data"
+msgstr ""
+
+msgid "Error loading countries data."
+msgstr ""
+
+msgid "Error loading file viewer."
+msgstr ""
+
+msgid "Error loading last commit."
+msgstr ""
+
+msgid "Error loading markdown preview"
+msgstr ""
+
+msgid "Error loading merge requests."
+msgstr ""
+
+msgid "Error loading milestone tab"
+msgstr ""
+
+msgid "Error loading project data. Please try again."
+msgstr ""
+
+msgid "Error loading template types."
+msgstr ""
+
+msgid "Error loading template."
+msgstr ""
+
+msgid "Error loading viewer"
+msgstr ""
+
+msgid "Error occurred when fetching sidebar data"
+msgstr ""
+
+msgid "Error occurred when saving assignees"
+msgstr ""
+
+msgid "Error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "Error occurred while updating the issue weight"
+msgstr ""
+
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
+msgid "Error occurred. User was not blocked"
+msgstr ""
+
+msgid "Error occurred. User was not confirmed"
+msgstr ""
+
+msgid "Error occurred. User was not unblocked"
+msgstr ""
+
+msgid "Error occurred. User was not unlocked"
+msgstr ""
+
+msgid "Error rendering markdown preview"
+msgstr ""
+
+msgid "Error rendering query"
+msgstr ""
+
+msgid "Error saving label update."
+msgstr ""
+
+msgid "Error setting up editor. Please try again."
+msgstr ""
+
+msgid "Error updating %{issuableType}"
+msgstr ""
+
+msgid "Error updating status for all to-do items."
+msgstr ""
+
+msgid "Error updating status of to-do item."
+msgstr ""
+
+msgid "Error uploading file"
+msgstr ""
+
+msgid "Error uploading file: %{stripped}"
+msgstr ""
+
+msgid "Error while loading the merge request. Please try again."
+msgstr ""
+
+msgid "Error while loading the project data. Please try again."
+msgstr ""
+
+msgid "Error while migrating %{upload_id}: %{error_message}"
+msgstr ""
+
+msgid "Error with Akismet. Please check the logs for more info."
+msgstr ""
+
+msgid "ErrorTracking|Active"
+msgstr ""
+
+msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects"
+msgstr ""
+
+msgid "ErrorTracking|Auth Token"
+msgstr ""
+
+msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown."
+msgstr ""
+
+msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
+msgstr ""
+
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr ""
+
+msgid "ErrorTracking|No projects available"
+msgstr ""
+
+msgid "ErrorTracking|Select project"
+msgstr ""
+
+msgid "ErrorTracking|To enable project selection, enter a valid Auth Token"
+msgstr ""
+
+msgid "Errors"
+msgstr ""
+
+msgid "Estimated"
+msgstr ""
+
+msgid "Event Actions"
+msgstr ""
+
+msgid "EventFilterBy|Filter by all"
+msgstr ""
+
+msgid "EventFilterBy|Filter by comments"
+msgstr ""
+
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by issue events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by merge events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by push events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by team"
+msgstr ""
+
+msgid "Events"
+msgstr ""
+
+msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
+msgstr ""
+
+msgid "Every day"
+msgstr ""
+
+msgid "Every day (at 4:00am)"
+msgstr ""
+
+msgid "Every month"
+msgstr ""
+
+msgid "Every month (on the 1st at 4:00am)"
+msgstr ""
+
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
+msgid "Every week (Sundays at 4:00am)"
+msgstr ""
+
+msgid "Everyone"
+msgstr ""
+
+msgid "Everyone With Access"
+msgstr ""
+
+msgid "Everyone can contribute"
+msgstr ""
+
+msgid "Everything on your to-do list is marked as done."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using GitBook."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hexo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hugo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Jekyll."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using plain HTML."
+msgstr ""
+
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
+msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
+msgstr ""
+
+msgid "Except policy:"
+msgstr ""
+
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
+
+msgid "Existing members and groups"
+msgstr ""
+
+msgid "Existing shares"
+msgstr ""
+
+msgid "Expand"
+msgstr ""
+
+msgid "Expand all"
+msgstr ""
+
+msgid "Expand approvers"
+msgstr ""
+
+msgid "Expand down"
+msgstr ""
+
+msgid "Expand dropdown"
+msgstr ""
+
+msgid "Expand sidebar"
+msgstr ""
+
+msgid "Expand up"
+msgstr ""
+
+msgid "Expiration"
+msgstr ""
+
+msgid "Expiration date"
+msgstr ""
+
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
+msgid "Expired"
+msgstr ""
+
+msgid "Expired %{expiredOn}"
+msgstr ""
+
+msgid "Expires"
+msgstr ""
+
+msgid "Expires at"
+msgstr ""
+
+msgid "Expires in %{expires_at}"
+msgstr ""
+
+msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment."
+msgstr ""
+
+msgid "Explore"
+msgstr ""
+
+msgid "Explore GitLab"
+msgstr ""
+
+msgid "Explore Groups"
+msgstr ""
+
+msgid "Explore groups"
+msgstr ""
+
+msgid "Explore projects"
+msgstr ""
+
+msgid "Explore public groups"
+msgstr ""
+
+msgid "Export as CSV"
+msgstr ""
+
+msgid "Export issues"
+msgstr ""
+
+msgid "Export project"
+msgstr ""
+
+msgid "Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the \"New Project\" page."
+msgstr ""
+
+msgid "External Classification Policy Authorization"
+msgstr ""
+
+msgid "External ID"
+msgstr ""
+
+msgid "External URL"
+msgstr ""
+
+msgid "External Wiki"
+msgstr ""
+
+msgid "External authentication"
+msgstr ""
+
+msgid "External authorization denied access to this project"
+msgstr ""
+
+msgid "External authorization request timeout"
+msgstr ""
+
+msgid "External storage URL"
+msgstr ""
+
+msgid "External storage authentication token"
+msgstr ""
+
+msgid "ExternalAuthorizationService|Classification label"
+msgstr ""
+
+msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
+msgstr ""
+
+msgid "ExternalMetrics|Add a button to the metrics dashboard linking directly to your existing external dashboards."
+msgstr ""
+
+msgid "ExternalMetrics|Enter the URL of the dashboard you want to link to"
+msgstr ""
+
+msgid "ExternalMetrics|External Dashboard"
+msgstr ""
+
+msgid "ExternalMetrics|Full dashboard URL"
+msgstr ""
+
+msgid "ExternalWikiService|External Wiki"
+msgstr ""
+
+msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgstr ""
+
+msgid "ExternalWikiService|The URL of the external Wiki"
+msgstr ""
+
+msgid "Facebook"
+msgstr ""
+
+msgid "Failed"
+msgstr ""
+
+msgid "Failed Jobs"
+msgstr ""
+
+msgid "Failed create wiki"
+msgstr ""
+
+msgid "Failed to add a Zoom meeting"
+msgstr ""
+
+msgid "Failed to apply commands."
+msgstr ""
+
+msgid "Failed to assign a user because no user was found."
+msgstr ""
+
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
+msgstr ""
+
+msgid "Failed to create Merge Request. Please try again."
+msgstr ""
+
+msgid "Failed to create a branch for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to create repository via gitlab-shell"
+msgstr ""
+
+msgid "Failed to create resources"
+msgstr ""
+
+msgid "Failed to delete board. Please try again."
+msgstr ""
+
+msgid "Failed to deploy to"
+msgstr ""
+
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
+msgid "Failed to get ref."
+msgstr ""
+
+msgid "Failed to install."
+msgstr ""
+
+msgid "Failed to load emoji list."
+msgstr ""
+
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
+msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
+msgstr ""
+
+msgid "Failed to load groups & users."
+msgstr ""
+
+msgid "Failed to load related branches"
+msgstr ""
+
+msgid "Failed to load stacktrace."
+msgstr ""
+
+msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
+msgstr ""
+
+msgid "Failed to move this issue because label was not found."
+msgstr ""
+
+msgid "Failed to move this issue because only a single label can be provided."
+msgstr ""
+
+msgid "Failed to move this issue because target project doesn't exist."
+msgstr ""
+
+msgid "Failed to promote label due to internal error. Please contact administrators."
+msgstr ""
+
+msgid "Failed to protect the branch"
+msgstr ""
+
+msgid "Failed to protect the environment"
+msgstr ""
+
+msgid "Failed to remove a Zoom meeting"
+msgstr ""
+
+msgid "Failed to remove issue from board, please try again."
+msgstr ""
+
+msgid "Failed to remove mirror."
+msgstr ""
+
+msgid "Failed to remove the pipeline schedule"
+msgstr ""
+
+msgid "Failed to remove user identity."
+msgstr ""
+
+msgid "Failed to remove user key."
+msgstr ""
+
+msgid "Failed to reset key. Please try again."
+msgstr ""
+
+msgid "Failed to save merge conflicts resolutions. Please try again!"
+msgstr ""
+
+msgid "Failed to save new settings"
+msgstr ""
+
+msgid "Failed to save preferences (%{error_message})."
+msgstr ""
+
+msgid "Failed to save preferences."
+msgstr ""
+
+msgid "Failed to set due date because the date format is invalid."
+msgstr ""
+
+msgid "Failed to signing using smartcard authentication"
+msgstr ""
+
+msgid "Failed to update branch!"
+msgstr ""
+
+msgid "Failed to update environment!"
+msgstr ""
+
+msgid "Failed to update issue status"
+msgstr ""
+
+msgid "Failed to update issues, please try again."
+msgstr ""
+
+msgid "Failed to update tag!"
+msgstr ""
+
+msgid "Failed to update."
+msgstr ""
+
+msgid "Failed to upgrade."
+msgstr ""
+
+msgid "Failed to upload object map file"
+msgstr ""
+
+msgid "Failure"
+msgstr ""
+
+msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
+msgstr ""
+
+msgid "Fast-forward merge without a merge commit"
+msgstr ""
+
+msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
+msgstr ""
+
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
+msgid "Favicon was successfully removed."
+msgstr ""
+
+msgid "Feature Flags"
+msgstr ""
+
+msgid "Feature flag was not removed."
+msgstr ""
+
+msgid "Feature flag was successfully removed."
+msgstr ""
+
+msgid "FeatureFlags|* (All Environments)"
+msgstr ""
+
+msgid "FeatureFlags|* (All environments)"
+msgstr ""
+
+msgid "FeatureFlags|API URL"
+msgstr ""
+
+msgid "FeatureFlags|Active"
+msgstr ""
+
+msgid "FeatureFlags|All users"
+msgstr ""
+
+msgid "FeatureFlags|Configure"
+msgstr ""
+
+msgid "FeatureFlags|Configure feature flags"
+msgstr ""
+
+msgid "FeatureFlags|Create feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Delete %{name}?"
+msgstr ""
+
+msgid "FeatureFlags|Delete feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Description"
+msgstr ""
+
+msgid "FeatureFlags|Edit Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Environment Spec"
+msgstr ""
+
+msgid "FeatureFlags|Environment Specs"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag behavior is built up by creating a set of rules to define the status of target environments. A default wildcard rule %{codeStart}*%{codeEnd} for %{boldStart}All Environments%{boldEnd} is set, and you are able to add as many rules as you need by choosing environment specs below. You can toggle the behavior for each of your rules to set them %{boldStart}Active%{boldEnd} or %{boldStart}Inactive%{boldEnd}."
+msgstr ""
+
+msgid "FeatureFlags|Feature Flags"
+msgstr ""
+
+msgid "FeatureFlags|Feature flag %{name} will be removed. Are you sure?"
+msgstr ""
+
+msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality."
+msgstr ""
+
+msgid "FeatureFlags|Get started with feature flags"
+msgstr ""
+
+msgid "FeatureFlags|ID"
+msgstr ""
+
+msgid "FeatureFlags|Inactive"
+msgstr ""
+
+msgid "FeatureFlags|Inactive flag for %{scope}"
+msgstr ""
+
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
+msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
+msgstr ""
+
+msgid "FeatureFlags|Instance ID"
+msgstr ""
+
+msgid "FeatureFlags|Loading feature flags"
+msgstr ""
+
+msgid "FeatureFlags|More information"
+msgstr ""
+
+msgid "FeatureFlags|Name"
+msgstr ""
+
+msgid "FeatureFlags|New"
+msgstr ""
+
+msgid "FeatureFlags|New Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|New feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout (logged in users)"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100"
+msgstr ""
+
+msgid "FeatureFlags|Protected"
+msgstr ""
+
+msgid "FeatureFlags|Remove"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Percentage"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Strategy"
+msgstr ""
+
+msgid "FeatureFlags|Status"
+msgstr ""
+
+msgid "FeatureFlags|Target environments"
+msgstr ""
+
+msgid "FeatureFlags|There are no active feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There are no inactive feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There was an error fetching the feature flags."
+msgstr ""
+
+msgid "FeatureFlags|Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "FeatureFlags|User IDs"
+msgstr ""
+
+msgid "Feb"
+msgstr ""
+
+msgid "February"
+msgstr ""
+
+msgid "Fetching incoming email"
+msgstr ""
+
+msgid "Fetching licenses failed."
+msgstr ""
+
+msgid "Fetching licenses failed. The request endpoint was not found."
+msgstr ""
+
+msgid "Fetching licenses failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "File"
+msgid_plural "Files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
+msgid "File added"
+msgstr ""
+
+msgid "File browser"
+msgstr ""
+
+msgid "File deleted"
+msgstr ""
+
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
+msgid "File mode changed from %{a_mode} to %{b_mode}"
+msgstr ""
+
+msgid "File moved"
+msgstr ""
+
+msgid "File name"
+msgstr ""
+
+msgid "File templates"
+msgstr ""
+
+msgid "File upload error."
+msgstr ""
+
+msgid "Files"
+msgstr ""
+
+msgid "Files breadcrumb"
+msgstr ""
+
+msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
+msgstr ""
+
+msgid "Filter"
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently closed."
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently opened."
+msgstr ""
+
+msgid "Filter by commit message"
+msgstr ""
+
+msgid "Filter by milestone name"
+msgstr ""
+
+msgid "Filter by name..."
+msgstr ""
+
+msgid "Filter by two-factor authentication"
+msgstr ""
+
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
+msgid "Filter results by group"
+msgstr ""
+
+msgid "Filter results by project"
+msgstr ""
+
+msgid "Filter your projects by name"
+msgstr ""
+
+msgid "Filter..."
+msgstr ""
+
+msgid "Find by path"
+msgstr ""
+
+msgid "Find existing members by name"
+msgstr ""
+
+msgid "Find file"
+msgstr ""
+
+msgid "Find the downloaded ZIP file and decompress it."
+msgstr ""
+
+msgid "Find the newly extracted <code>Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json</code> file."
+msgstr ""
+
+msgid "Fingerprint"
+msgstr ""
+
+msgid "Fingerprints"
+msgstr ""
+
+msgid "Finish editing this message first!"
+msgstr ""
+
+msgid "Finish review"
+msgstr ""
+
+msgid "Finish setting up your dedicated account for <strong>%{group_name}</strong>."
+msgstr ""
+
+msgid "Finished"
+msgstr ""
+
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
+msgid "First day of the week"
+msgstr ""
+
+msgid "First name"
+msgstr ""
+
+msgid "First seen"
+msgstr ""
+
+msgid "Fixed date"
+msgstr ""
+
+msgid "Fixed due date"
+msgstr ""
+
+msgid "Fixed start date"
+msgstr ""
+
+msgid "Fixed:"
+msgstr ""
+
+msgid "FlowdockService|Flowdock Git source token"
+msgstr ""
+
+msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgstr ""
+
+msgid "FogBugz Email"
+msgstr ""
+
+msgid "FogBugz Import"
+msgstr ""
+
+msgid "FogBugz Password"
+msgstr ""
+
+msgid "FogBugz URL"
+msgstr ""
+
+msgid "FogBugz import"
+msgstr ""
+
+msgid "Folder/%{name}"
+msgstr ""
+
+msgid "Follow the steps below to export your Google Code project data."
+msgstr ""
+
+msgid "Font Color"
+msgstr ""
+
+msgid "Footer message"
+msgstr ""
+
+msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For more info, read the documentation."
+msgstr ""
+
+msgid "For more information, go to the "
+msgstr ""
+
+msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
+msgstr ""
+
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
+msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
+msgstr ""
+
+msgid "For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For public projects, anyone can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "Forgot your password?"
+msgstr ""
+
+msgid "Fork"
+msgstr ""
+
+msgid "Fork Error!"
+msgstr ""
+
+msgid "Fork project"
+msgstr ""
+
+msgid "Fork project?"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
+
+msgid "Forking in progress"
+msgstr ""
+
+msgid "Forking repository"
+msgstr ""
+
+msgid "Forks"
+msgstr ""
+
+msgid "Format"
+msgstr ""
+
+msgid "Format: %{dateFormat}"
+msgstr ""
+
+msgid "Forward external support email address to"
+msgstr ""
+
+msgid "Found errors in your %{gitlab_ci_yml}:"
+msgstr ""
+
+msgid "Found errors in your .gitlab-ci.yml:"
+msgstr ""
+
+msgid "Free Trial"
+msgstr ""
+
+msgid "Free Trial of GitLab.com Gold"
+msgstr ""
+
+msgid "Frequency"
+msgstr ""
+
+msgid "Friday"
+msgstr ""
+
+msgid "From"
+msgstr ""
+
+msgid "From %{providerTitle}"
+msgstr ""
+
+msgid "From %{source_title} into"
+msgstr ""
+
+msgid "From Bitbucket"
+msgstr ""
+
+msgid "From Bitbucket Server"
+msgstr ""
+
+msgid "From FogBugz"
+msgstr ""
+
+msgid "From GitLab.com"
+msgstr ""
+
+msgid "From Google Code"
+msgstr ""
+
+msgid "From issue creation until deploy to production"
+msgstr ""
+
+msgid "From merge request merge until deploy to production"
+msgstr ""
+
+msgid "From the Kubernetes cluster details view, install Runner from the applications list"
+msgstr ""
+
+msgid "Full name"
+msgstr ""
+
+msgid "GPG Key ID:"
+msgstr ""
+
+msgid "GPG Keys"
+msgstr ""
+
+msgid "GPG keys allow you to verify signed commits."
+msgstr ""
+
+msgid "GPG signature (loading...)"
+msgstr ""
+
+msgid "General"
+msgstr ""
+
+msgid "General Settings"
+msgstr ""
+
+msgid "General pipelines"
+msgstr ""
+
+msgid "Generate a default set of labels"
+msgstr ""
+
+msgid "Generate key"
+msgstr ""
+
+msgid "Generate link to chart"
+msgstr ""
+
+msgid "Generate new export"
+msgstr ""
+
+msgid "Geo"
+msgstr ""
+
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
+msgid "Geo Nodes"
+msgstr ""
+
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
+msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
+msgstr ""
+
+msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is failing or broken."
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
+msgstr ""
+
+msgid "GeoNodes|Attachments"
+msgstr ""
+
+msgid "GeoNodes|Checksummed"
+msgstr ""
+
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
+msgid "GeoNodes|Data is out of date from %{timeago}"
+msgstr ""
+
+msgid "GeoNodes|Data replication lag"
+msgstr ""
+
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
+msgid "GeoNodes|Does not match the primary storage configuration"
+msgstr ""
+
+msgid "GeoNodes|Failed"
+msgstr ""
+
+msgid "GeoNodes|Full"
+msgstr ""
+
+msgid "GeoNodes|GitLab version"
+msgstr ""
+
+msgid "GeoNodes|GitLab version does not match the primary node version"
+msgstr ""
+
+msgid "GeoNodes|Health status"
+msgstr ""
+
+msgid "GeoNodes|Internal URL"
+msgstr ""
+
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
+msgid "GeoNodes|Last event ID processed by cursor"
+msgstr ""
+
+msgid "GeoNodes|Last event ID seen from primary"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository verification"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki verification"
+msgstr ""
+
+msgid "GeoNodes|Loading nodes"
+msgstr ""
+
+msgid "GeoNodes|New node"
+msgstr ""
+
+msgid "GeoNodes|Node Authentication was successfully repaired."
+msgstr ""
+
+msgid "GeoNodes|Node URL"
+msgstr ""
+
+msgid "GeoNodes|Node was successfully removed."
+msgstr ""
+
+msgid "GeoNodes|Not checksummed"
+msgstr ""
+
+msgid "GeoNodes|Out of sync"
+msgstr ""
+
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Replication slot WAL"
+msgstr ""
+
+msgid "GeoNodes|Replication slots"
+msgstr ""
+
+msgid "GeoNodes|Repositories"
+msgstr ""
+
+msgid "GeoNodes|Repositories checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Repositories verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Repository verification progress"
+msgstr ""
+
+msgid "GeoNodes|Selective"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while changing node status"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while fetching nodes"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while removing node"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while repairing node"
+msgstr ""
+
+msgid "GeoNodes|Storage config"
+msgstr ""
+
+msgid "GeoNodes|Sync settings"
+msgstr ""
+
+msgid "GeoNodes|Synced"
+msgstr ""
+
+msgid "GeoNodes|Unused slots"
+msgstr ""
+
+msgid "GeoNodes|Unverified"
+msgstr ""
+
+msgid "GeoNodes|Used slots"
+msgstr ""
+
+msgid "GeoNodes|Verified"
+msgstr ""
+
+msgid "GeoNodes|Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Wiki verification progress"
+msgstr ""
+
+msgid "GeoNodes|Wikis"
+msgstr ""
+
+msgid "GeoNodes|Wikis checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Wikis verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
+msgstr ""
+
+msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for forced re-download"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|All"
+msgstr ""
+
+msgid "Geo|All projects"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|Allow this secondary node to replicate content on Object Storage"
+msgstr ""
+
+msgid "Geo|Batch operations"
+msgstr ""
+
+msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "Geo|Container repositories sync capacity"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of container repository operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of verification operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the minimum interval in days that a repository should be reverified for this primary node"
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing project."
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing upload."
+msgstr ""
+
+msgid "Geo|Failed"
+msgstr ""
+
+msgid "Geo|File sync capacity"
+msgstr ""
+
+msgid "Geo|Geo Status"
+msgstr ""
+
+msgid "Geo|Groups to synchronize"
+msgstr ""
+
+msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
+msgstr ""
+
+msgid "Geo|In sync"
+msgstr ""
+
+msgid "Geo|Internal URL (optional)"
+msgstr ""
+
+msgid "Geo|Last repository check run"
+msgstr ""
+
+msgid "Geo|Last successful sync"
+msgstr ""
+
+msgid "Geo|Last sync attempt"
+msgstr ""
+
+msgid "Geo|Last time verified"
+msgstr ""
+
+msgid "Geo|Never"
+msgstr ""
+
+msgid "Geo|Next sync scheduled at"
+msgstr ""
+
+msgid "Geo|Not synced yet"
+msgstr ""
+
+msgid "Geo|Pending"
+msgstr ""
+
+msgid "Geo|Pending synchronization"
+msgstr ""
+
+msgid "Geo|Pending verification"
+msgstr ""
+
+msgid "Geo|Please refer to Geo Troubleshooting."
+msgstr ""
+
+msgid "Geo|Project"
+msgstr ""
+
+msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
+msgstr ""
+
+msgid "Geo|Projects in certain groups"
+msgstr ""
+
+msgid "Geo|Projects in certain storage shards"
+msgstr ""
+
+msgid "Geo|Re-verification interval"
+msgstr ""
+
+msgid "Geo|Redownload"
+msgstr ""
+
+msgid "Geo|Remove"
+msgstr ""
+
+msgid "Geo|Repository sync capacity"
+msgstr ""
+
+msgid "Geo|Resync"
+msgstr ""
+
+msgid "Geo|Resync all projects"
+msgstr ""
+
+msgid "Geo|Retry count"
+msgstr ""
+
+msgid "Geo|Reverify"
+msgstr ""
+
+msgid "Geo|Reverify all projects"
+msgstr ""
+
+msgid "Geo|Select groups to replicate."
+msgstr ""
+
+msgid "Geo|Selective synchronization"
+msgstr ""
+
+msgid "Geo|Shards to synchronize"
+msgstr ""
+
+msgid "Geo|Status"
+msgstr ""
+
+msgid "Geo|Sync"
+msgstr ""
+
+msgid "Geo|Synced"
+msgstr ""
+
+msgid "Geo|Synced at"
+msgstr ""
+
+msgid "Geo|Synchronization failed - %{error}"
+msgstr ""
+
+msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
+msgstr ""
+
+msgid "Geo|The database is currently %{db_lag} behind the primary node."
+msgstr ""
+
+msgid "Geo|The node is currently %{minutes_behind} behind the primary node."
+msgstr ""
+
+msgid "Geo|This is a primary node"
+msgstr ""
+
+msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry will be removed. Are you sure?"
+msgstr ""
+
+msgid "Geo|URL"
+msgstr ""
+
+msgid "Geo|Unknown state"
+msgstr ""
+
+msgid "Geo|Verification capacity"
+msgstr ""
+
+msgid "Geo|Verification failed - %{error}"
+msgstr ""
+
+msgid "Geo|Waiting for scheduler"
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. If you want to make changes, you must visit this page on the %{primary_node}."
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+msgstr ""
+
+msgid "Geo|misconfigured"
+msgstr ""
+
+msgid "Geo|primary"
+msgstr ""
+
+msgid "Geo|secondary"
+msgstr ""
+
+msgid "Get a free instance review"
+msgstr ""
+
+msgid "Get started with error tracking"
+msgstr ""
+
+msgid "Get started with performance monitoring"
+msgstr ""
+
+msgid "Get started!"
+msgstr ""
+
+msgid "Getting started with releases"
+msgstr ""
+
+msgid "Git"
+msgstr ""
+
+msgid "Git LFS is not enabled on this GitLab server, contact your admin."
+msgstr ""
+
+msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will <strong>not</strong> be synced in push mirrors."
+msgstr ""
+
+msgid "Git global setup"
+msgstr ""
+
+msgid "Git repository URL"
+msgstr ""
+
+msgid "Git revision"
+msgstr ""
+
+msgid "Git shallow clone"
+msgstr ""
+
+msgid "Git strategy for pipelines"
+msgstr ""
+
+msgid "Git version"
+msgstr ""
+
+msgid "GitHub import"
+msgstr ""
+
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
+msgid "GitLab CI Linter has been moved"
+msgstr ""
+
+msgid "GitLab Enterprise Edition %{plan}"
+msgstr ""
+
+msgid "GitLab Group Runners can execute code for all the projects in this group."
+msgstr ""
+
+msgid "GitLab Import"
+msgstr ""
+
+msgid "GitLab Issue"
+msgstr ""
+
+msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
+msgstr ""
+
+msgid "GitLab User"
+msgstr ""
+
+msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
+msgstr ""
+
+msgid "GitLab commit"
+msgstr ""
+
+msgid "GitLab for Slack"
+msgstr ""
+
+msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
+msgstr ""
+
+msgid "GitLab member or Email address"
+msgstr ""
+
+msgid "GitLab metadata URL"
+msgstr ""
+
+msgid "GitLab project export"
+msgstr ""
+
+msgid "GitLab restart is required to apply changes"
+msgstr ""
+
+msgid "GitLab single sign on URL"
+msgstr ""
+
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
+msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "GitLab.com import"
+msgstr ""
+
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
+msgid "Gitaly"
+msgstr ""
+
+msgid "Gitaly Servers"
+msgstr ""
+
+msgid "Gitaly|Address"
+msgstr ""
+
+msgid "Gitea Host URL"
+msgstr ""
+
+msgid "Gitea Import"
+msgstr ""
+
+msgid "Gitlab CI/CD"
+msgstr ""
+
+msgid "Gitlab Pages"
+msgstr ""
+
+msgid "Given access %{time_ago}"
+msgstr ""
+
+msgid "Given epic is already related to this epic."
+msgstr ""
+
+msgid "Global Shortcuts"
+msgstr ""
+
+msgid "Global notification settings"
+msgstr ""
+
+msgid "Go Back"
+msgstr ""
+
+msgid "Go Micro is a framework for micro service development."
+msgstr ""
+
+msgid "Go back"
+msgstr ""
+
+msgid "Go back (while searching for files)"
+msgstr ""
+
+msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
+msgstr ""
+
+msgid "Go full screen"
+msgstr ""
+
+msgid "Go to"
+msgstr ""
+
+msgid "Go to %{link_to_google_takeout}."
+msgstr ""
+
+msgid "Go to commits"
+msgstr ""
+
+msgid "Go to environments"
+msgstr ""
+
+msgid "Go to file"
+msgstr ""
+
+msgid "Go to file (MRs only)"
+msgstr ""
+
+msgid "Go to file permalink (while viewing a file)"
+msgstr ""
+
+msgid "Go to files"
+msgstr ""
+
+msgid "Go to find file"
+msgstr ""
+
+msgid "Go to issue boards"
+msgstr ""
+
+msgid "Go to issues"
+msgstr ""
+
+msgid "Go to jobs"
+msgstr ""
+
+msgid "Go to kubernetes"
+msgstr ""
+
+msgid "Go to merge requests"
+msgstr ""
+
+msgid "Go to metrics"
+msgstr ""
+
+msgid "Go to parent"
+msgstr ""
+
+msgid "Go to project"
+msgstr ""
+
+msgid "Go to releases"
+msgstr ""
+
+msgid "Go to repository charts"
+msgstr ""
+
+msgid "Go to repository graph"
+msgstr ""
+
+msgid "Go to snippets"
+msgstr ""
+
+msgid "Go to the activity feed"
+msgstr ""
+
+msgid "Go to the milestone list"
+msgstr ""
+
+msgid "Go to the project's activity feed"
+msgstr ""
+
+msgid "Go to the project's overview page"
+msgstr ""
+
+msgid "Go to wiki"
+msgstr ""
+
+msgid "Go to your To-Do list"
+msgstr ""
+
+msgid "Go to your fork"
+msgstr ""
+
+msgid "Go to your groups"
+msgstr ""
+
+msgid "Go to your issues"
+msgstr ""
+
+msgid "Go to your merge requests"
+msgstr ""
+
+msgid "Go to your projects"
+msgstr ""
+
+msgid "Go to your snippets"
+msgstr ""
+
+msgid "Golden Tanuki"
+msgstr ""
+
+msgid "Google Cloud Platform"
+msgstr ""
+
+msgid "Google Code import"
+msgstr ""
+
+msgid "Google Takeout"
+msgstr ""
+
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Got it"
+msgstr ""
+
+msgid "Got it!"
+msgstr ""
+
+msgid "Grafana URL"
+msgstr ""
+
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
+msgid "Grant access"
+msgstr ""
+
+msgid "Graph"
+msgstr ""
+
+msgid "Gravatar"
+msgstr ""
+
+msgid "Gravatar enabled"
+msgstr ""
+
+msgid "Group"
+msgstr ""
+
+msgid "Group %{group_name} was scheduled for deletion."
+msgstr ""
+
+msgid "Group %{group_name} was successfully created."
+msgstr ""
+
+msgid "Group CI/CD settings"
+msgstr ""
+
+msgid "Group Git LFS status:"
+msgstr ""
+
+msgid "Group Hooks"
+msgstr ""
+
+msgid "Group ID"
+msgstr ""
+
+msgid "Group ID: %{group_id}"
+msgstr ""
+
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
+msgid "Group Runners"
+msgstr ""
+
+msgid "Group SAML must be enabled to test"
+msgstr ""
+
+msgid "Group URL"
+msgstr ""
+
+msgid "Group avatar"
+msgstr ""
+
+msgid "Group description"
+msgstr ""
+
+msgid "Group description (optional)"
+msgstr ""
+
+msgid "Group details"
+msgstr ""
+
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
+msgid "Group info:"
+msgstr ""
+
+msgid "Group maintainers can register group runners in the %{link}"
+msgstr ""
+
+msgid "Group members"
+msgstr ""
+
+msgid "Group name"
+msgstr ""
+
+msgid "Group overview"
+msgstr ""
+
+msgid "Group overview content"
+msgstr ""
+
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
+msgid "Group pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "Group variables (inherited)"
+msgstr ""
+
+msgid "Group was successfully updated."
+msgstr ""
+
+msgid "Group: %{group_name}"
+msgstr ""
+
+msgid "Group: %{name}"
+msgstr ""
+
+msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
+msgstr ""
+
+msgid "GroupRoadmap|From %{dateWord}"
+msgstr ""
+
+msgid "GroupRoadmap|Something went wrong while fetching epics"
+msgstr ""
+
+msgid "GroupRoadmap|Sorry, no epics matched your search"
+msgstr ""
+
+msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your epics in this group or its subgroups; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|Until %{dateWord}"
+msgstr ""
+
+msgid "GroupSAML|Certificate fingerprint"
+msgstr ""
+
+msgid "GroupSAML|Configuration"
+msgstr ""
+
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|Enable SAML authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only membership for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforced SSO"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
+msgstr ""
+
+msgid "GroupSAML|Identity"
+msgstr ""
+
+msgid "GroupSAML|Identity provider single sign on URL"
+msgstr ""
+
+msgid "GroupSAML|Make sure you save this token — you won't be able to access it again."
+msgstr ""
+
+msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
+msgstr ""
+
+msgid "GroupSAML|Members"
+msgstr ""
+
+msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
+msgstr ""
+
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On Settings"
+msgstr ""
+
+msgid "GroupSAML|SCIM API endpoint URL"
+msgstr ""
+
+msgid "GroupSAML|SCIM Token"
+msgstr ""
+
+msgid "GroupSAML|SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"."
+msgstr ""
+
+msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
+msgstr ""
+
+msgid "GroupSAML|To be able to enable enforced SSO, you first need to enable SAML authentication."
+msgstr ""
+
+msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+msgstr ""
+
+msgid "GroupSAML|Toggle SAML authentication"
+msgstr ""
+
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
+msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
+msgstr ""
+
+msgid "GroupSAML|Your SCIM token"
+msgstr ""
+
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Badges"
+msgstr ""
+
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "GroupSettings|Custom project templates"
+msgstr ""
+
+msgid "GroupSettings|Customize your group badges."
+msgstr ""
+
+msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
+msgstr ""
+
+msgid "GroupSettings|Disable email notifications"
+msgstr ""
+
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
+msgid "GroupSettings|Learn more about badges."
+msgstr ""
+
+msgid "GroupSettings|Learn more about group-level project templates."
+msgstr ""
+
+msgid "GroupSettings|New runners registration token has been generated!"
+msgstr ""
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
+msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
+msgstr ""
+
+msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
+msgstr ""
+
+msgid "GroupSettings|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually."
+msgstr ""
+
+msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
+msgstr ""
+
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
+msgstr ""
+
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
+msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
+msgstr ""
+
+msgid "Groups"
+msgstr ""
+
+msgid "Groups (%{count})"
+msgstr ""
+
+msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
+msgstr ""
+
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Groups with access to <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "GroupsDropdown|Frequently visited"
+msgstr ""
+
+msgid "GroupsDropdown|Groups you visit often will appear here"
+msgstr ""
+
+msgid "GroupsDropdown|Loading groups"
+msgstr ""
+
+msgid "GroupsDropdown|Search your groups"
+msgstr ""
+
+msgid "GroupsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "GroupsDropdown|Sorry, no groups matched your search"
+msgstr ""
+
+msgid "GroupsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "GroupsEmptyState|A group is a collection of several projects."
+msgstr ""
+
+msgid "GroupsEmptyState|If you organize your projects under a group, it works like a folder."
+msgstr ""
+
+msgid "GroupsEmptyState|No groups found"
+msgstr ""
+
+msgid "GroupsEmptyState|You can manage your group member’s permissions and access to each project in the group."
+msgstr ""
+
+msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" group?"
+msgstr ""
+
+msgid "GroupsTree|Create a project in this group."
+msgstr ""
+
+msgid "GroupsTree|Create a subgroup in this group."
+msgstr ""
+
+msgid "GroupsTree|Edit group"
+msgstr ""
+
+msgid "GroupsTree|Failed to leave the group. Please make sure you are not the only owner."
+msgstr ""
+
+msgid "GroupsTree|Leave this group"
+msgstr ""
+
+msgid "GroupsTree|Loading groups"
+msgstr ""
+
+msgid "GroupsTree|No groups matched your search"
+msgstr ""
+
+msgid "GroupsTree|No groups or projects matched your search"
+msgstr ""
+
+msgid "GroupsTree|Search by name"
+msgstr ""
+
+msgid "Guideline"
+msgstr ""
+
+msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
+msgstr ""
+
+msgid "Hashed repository storage paths"
+msgstr ""
+
+msgid "Have your users email"
+msgstr ""
+
+msgid "Header logo was successfully removed."
+msgstr ""
+
+msgid "Header message"
+msgstr ""
+
+msgid "Health Check"
+msgstr ""
+
+msgid "Health information can be retrieved from the following endpoints. More information is available"
+msgstr ""
+
+msgid "HealthCheck|Access token is"
+msgstr ""
+
+msgid "HealthCheck|Healthy"
+msgstr ""
+
+msgid "HealthCheck|No Health Problems Detected"
+msgstr ""
+
+msgid "HealthCheck|Unhealthy"
+msgstr ""
+
+msgid "Hello there"
+msgstr ""
+
+msgid "Help"
+msgstr ""
+
+msgid "Help page"
+msgstr ""
+
+msgid "Help page text and support page url."
+msgstr ""
+
+msgid "Helps prevent bots from brute-force attacks."
+msgstr ""
+
+msgid "Helps prevent bots from creating accounts."
+msgstr ""
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr ""
+
+msgid "Hide file browser"
+msgstr ""
+
+msgid "Hide group projects"
+msgstr ""
+
+msgid "Hide host keys manual input"
+msgstr ""
+
+msgid "Hide marketing-related entries from help"
+msgstr ""
+
+msgid "Hide payload"
+msgstr ""
+
+msgid "Hide shared projects"
+msgstr ""
+
+msgid "Hide stage"
+msgstr ""
+
+msgid "Hide value"
+msgid_plural "Hide values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Hide values"
+msgstr ""
+
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
+msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
+msgstr ""
+
+msgid "Highest role:"
+msgstr ""
+
+msgid "History"
+msgstr ""
+
+msgid "History of authentications"
+msgstr ""
+
+msgid "Hook execution failed. Ensure the group has a project with commits."
+msgstr ""
+
+msgid "Hook was successfully created."
+msgstr ""
+
+msgid "Hook was successfully updated."
+msgstr ""
+
+msgid "Housekeeping"
+msgstr ""
+
+msgid "Housekeeping successfully started"
+msgstr ""
+
+msgid "Housekeeping, export, path, transfer, remove, archive."
+msgstr ""
+
+msgid "How it works"
+msgstr ""
+
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
+msgid "How many replicas each Elasticsearch shard has."
+msgstr ""
+
+msgid "How many shards to split the Elasticsearch index over."
+msgstr ""
+
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
+msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
+msgstr ""
+
+msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
+msgstr ""
+
+msgid "I accept the %{terms_link}"
+msgstr ""
+
+msgid "I accept the|Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "I forgot my password"
+msgstr ""
+
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr ""
+
+msgid "I'd like to receive updates via email about GitLab"
+msgstr ""
+
+msgid "ID"
+msgstr ""
+
+msgid "ID:"
+msgstr ""
+
+msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation."
+msgstr ""
+
+msgid "IDE|Back"
+msgstr ""
+
+msgid "IDE|Client side evaluation"
+msgstr ""
+
+msgid "IDE|Commit"
+msgstr ""
+
+msgid "IDE|Edit"
+msgstr ""
+
+msgid "IDE|Get started with Live Preview"
+msgstr ""
+
+msgid "IDE|Go to project"
+msgstr ""
+
+msgid "IDE|Live Preview"
+msgstr ""
+
+msgid "IDE|Open in file view"
+msgstr ""
+
+msgid "IDE|Preview your web application using Web IDE client-side evaluation."
+msgstr ""
+
+msgid "IDE|Refresh preview"
+msgstr ""
+
+msgid "IDE|Review"
+msgstr ""
+
+msgid "IDE|Successful commit"
+msgstr ""
+
+msgid "IP Address"
+msgstr ""
+
+msgid "IP address restriction is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "IP subnet restriction only allowed for top-level groups"
+msgstr ""
+
+msgid "Identifier"
+msgstr ""
+
+msgid "Identifiers"
+msgstr ""
+
+msgid "Identities"
+msgstr ""
+
+msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "If checked, group owners can manage LDAP group links and LDAP member overrides"
+msgstr ""
+
+msgid "If checked, new group memberships and permissions can only be added via LDAP synchronization"
+msgstr ""
+
+msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
+msgstr ""
+
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr ""
+
+msgid "If disabled, the access level will depend on the user's permissions in the project."
+msgstr ""
+
+msgid "If enabled"
+msgstr ""
+
+msgid "If enabled, access to projects will be validated on an external service using their classification label."
+msgstr ""
+
+msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
+msgstr ""
+
+msgid "If this was a mistake you can leave the %{source_type}."
+msgstr ""
+
+msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
+msgstr ""
+
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
+msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgstr ""
+
+msgid "If your HTTP repository is not publicly accessible, add your credentials."
+msgstr ""
+
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
+msgid "ImageDiffViewer|2-up"
+msgstr ""
+
+msgid "ImageDiffViewer|Onion skin"
+msgstr ""
+
+msgid "ImageDiffViewer|Swipe"
+msgstr ""
+
+msgid "ImageViewerDimensions|H"
+msgstr ""
+
+msgid "ImageViewerDimensions|W"
+msgstr ""
+
+msgid "Impersonation has been disabled"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
+msgid "Import CSV"
+msgstr ""
+
+msgid "Import Projects from Gitea"
+msgstr ""
+
+msgid "Import all compatible projects"
+msgstr ""
+
+msgid "Import all projects"
+msgstr ""
+
+msgid "Import all repositories"
+msgstr ""
+
+msgid "Import an exported GitLab project"
+msgstr ""
+
+msgid "Import in progress"
+msgstr ""
+
+msgid "Import issues"
+msgstr ""
+
+msgid "Import members"
+msgstr ""
+
+msgid "Import members from another project"
+msgstr ""
+
+msgid "Import multiple repositories by uploading a manifest file."
+msgstr ""
+
+msgid "Import project"
+msgstr ""
+
+msgid "Import project members"
+msgstr ""
+
+msgid "Import projects from Bitbucket"
+msgstr ""
+
+msgid "Import projects from Bitbucket Server"
+msgstr ""
+
+msgid "Import projects from FogBugz"
+msgstr ""
+
+msgid "Import projects from GitLab.com"
+msgstr ""
+
+msgid "Import projects from Google Code"
+msgstr ""
+
+msgid "Import repositories from Bitbucket Server"
+msgstr ""
+
+msgid "Import repositories from GitHub"
+msgstr ""
+
+msgid "Import repository"
+msgstr ""
+
+msgid "Import tasks"
+msgstr ""
+
+msgid "Import tasks from Phabricator into issues"
+msgstr ""
+
+msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds"
+msgstr ""
+
+msgid "Import/Export illustration"
+msgstr ""
+
+msgid "ImportButtons|Connect repositories from"
+msgstr ""
+
+msgid "ImportProjects|Blocked import URL: %{message}"
+msgstr ""
+
+msgid "ImportProjects|Error importing repository %{project_safe_import_url} into %{project_full_path} - %{message}"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed"
+msgstr ""
+
+msgid "ImportProjects|Requesting your %{provider} repositories failed"
+msgstr ""
+
+msgid "ImportProjects|Select the projects you want to import"
+msgstr ""
+
+msgid "ImportProjects|The remote data could not be imported."
+msgstr ""
+
+msgid "ImportProjects|The repository could not be created."
+msgstr ""
+
+msgid "ImportProjects|Update of imported projects with realtime changes failed"
+msgstr ""
+
+msgid "Improve Issue boards"
+msgstr ""
+
+msgid "Improve Issue boards with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve issues management with Issue weight and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve search with Advanced Global Search and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgstr ""
+
+msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
+msgstr ""
+
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
+msgid "In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Incident Management Limits"
+msgstr ""
+
+msgid "Incidents"
+msgstr ""
+
+msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept."
+msgstr ""
+
+msgid "Include author name in notification email body"
+msgstr ""
+
+msgid "Include merge request description"
+msgstr ""
+
+msgid "Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>."
+msgstr ""
+
+msgid "Includes LFS objects. It can be overridden per group, or per project. 0 for unlimited."
+msgstr ""
+
+msgid "Includes an MVC structure to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, Gemfile, Rakefile, along with many others, to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, mvnw and pom.xml to help you get started."
+msgstr ""
+
+msgid "Incoming email"
+msgstr ""
+
+msgid "Incompatible Project"
+msgstr ""
+
+msgid "Incompatible options set!"
+msgstr ""
+
+msgid "Index all projects"
+msgstr ""
+
+msgid "Indicates whether this runner can pick jobs without tags"
+msgstr ""
+
+msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
+msgstr ""
+
+msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
+msgstr ""
+
+msgid "Inherited:"
+msgstr ""
+
+msgid "Inline"
+msgstr ""
+
+msgid "Input host keys manually"
+msgstr ""
+
+msgid "Input your repository URL"
+msgstr ""
+
+msgid "Insert a quote"
+msgstr ""
+
+msgid "Insert code"
+msgstr ""
+
+msgid "Insert suggestion"
+msgstr ""
+
+msgid "Insights"
+msgstr ""
+
+msgid "Install"
+msgstr ""
+
+msgid "Install GitLab Runner"
+msgstr ""
+
+msgid "Install Runner on Kubernetes"
+msgstr ""
+
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
+
+msgid "Install on clusters"
+msgstr ""
+
+msgid "Installed"
+msgstr ""
+
+msgid "Installing"
+msgstr ""
+
+msgid "Instance"
+msgid_plural "Instances"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Instance Statistics visibility"
+msgstr ""
+
+msgid "Instance administrators group already exists"
+msgstr ""
+
+msgid "Instance does not support multiple Kubernetes clusters"
+msgstr ""
+
+msgid "Instance license"
+msgstr ""
+
+msgid "Integrations"
+msgstr ""
+
+msgid "Integrations Settings"
+msgstr ""
+
+msgid "Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "Internal"
+msgstr ""
+
+msgid "Internal - The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "Internal - The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "Internal users"
+msgstr ""
+
+msgid "Interval Pattern"
+msgstr ""
+
+msgid "Introducing Cycle Analytics"
+msgstr ""
+
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
+msgstr ""
+
+msgid "Invalid Insights config file detected"
+msgstr ""
+
+msgid "Invalid Login or password"
+msgstr ""
+
+msgid "Invalid URL"
+msgstr ""
+
+msgid "Invalid date"
+msgstr ""
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
+msgid "Invalid feature"
+msgstr ""
+
+msgid "Invalid field"
+msgstr ""
+
+msgid "Invalid file."
+msgstr ""
+
+msgid "Invalid import params"
+msgstr ""
+
+msgid "Invalid input, please avoid emojis"
+msgstr ""
+
+msgid "Invalid login or password"
+msgstr ""
+
+msgid "Invalid pin code"
+msgstr ""
+
+msgid "Invalid query"
+msgstr ""
+
+msgid "Invalid repository path"
+msgstr ""
+
+msgid "Invalid server response"
+msgstr ""
+
+msgid "Invalid start or end time format"
+msgstr ""
+
+msgid "Invalid two-factor code."
+msgstr ""
+
+msgid "Invitation"
+msgstr ""
+
+msgid "Invite"
+msgstr ""
+
+msgid "Invite \"%{trimmed}\" by email"
+msgstr ""
+
+msgid "Invite group"
+msgstr ""
+
+msgid "Invite member"
+msgstr ""
+
+msgid "Invocations"
+msgstr ""
+
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
+msgid "Is using license seat:"
+msgstr ""
+
+msgid "IssuableStatus|Closed"
+msgstr ""
+
+msgid "IssuableStatus|Closed (%{link})"
+msgstr ""
+
+msgid "IssuableStatus|duplicated"
+msgstr ""
+
+msgid "IssuableStatus|moved"
+msgstr ""
+
+msgid "IssuableStatus|promoted"
+msgstr ""
+
+msgid "Issue"
+msgstr ""
+
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
+msgid "Issue Boards"
+msgstr ""
+
+msgid "Issue board focus mode"
+msgstr ""
+
+msgid "Issue cannot be found."
+msgstr ""
+
+msgid "Issue events"
+msgstr ""
+
+msgid "Issue template (optional)"
+msgstr ""
+
+msgid "Issue update failed"
+msgstr ""
+
+msgid "Issue was closed by %{name} %{reason}"
+msgstr ""
+
+msgid "Issue weight"
+msgstr ""
+
+msgid "IssueBoards|Board"
+msgstr ""
+
+msgid "IssueBoards|Boards"
+msgstr ""
+
+msgid "IssueBoards|Create new board"
+msgstr ""
+
+msgid "IssueBoards|Delete board"
+msgstr ""
+
+msgid "IssueBoards|No matching boards found"
+msgstr ""
+
+msgid "IssueBoards|Some of your boards are hidden, activate a license to see them again."
+msgstr ""
+
+msgid "IssueBoards|Switch board"
+msgstr ""
+
+msgid "IssueTracker|Bugzilla issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|GitLab issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Redmine issue tracker"
+msgstr ""
+
+msgid "IssueTracker|YouTrack issue tracker"
+msgstr ""
+
+msgid "Issues"
+msgstr ""
+
+msgid "Issues / Merge Requests"
+msgstr ""
+
+msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
+msgstr ""
+
+msgid "Issues closed"
+msgstr ""
+
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
+msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
+msgstr ""
+
+msgid "Issues, merge requests, pushes, and comments."
+msgstr ""
+
+msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
+msgstr ""
+
+msgid "IssuesAnalytics|Avg/Month:"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created per month"
+msgstr ""
+
+msgid "IssuesAnalytics|Last 12 months"
+msgstr ""
+
+msgid "IssuesAnalytics|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "IssuesAnalytics|There are no issues for the projects in your group"
+msgstr ""
+
+msgid "IssuesAnalytics|To widen your search, change or remove filters in the filter bar above"
+msgstr ""
+
+msgid "IssuesAnalytics|Total:"
+msgstr ""
+
+msgid "Issue|Title"
+msgstr ""
+
+msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
+msgstr ""
+
+msgid "It's you"
+msgstr ""
+
+msgid "Jaeger URL"
+msgstr ""
+
+msgid "Jaeger tracing"
+msgstr ""
+
+msgid "Jan"
+msgstr ""
+
+msgid "January"
+msgstr ""
+
+msgid "JiraService|Events for %{noteable_model_name} are disabled."
+msgstr ""
+
+msgid "JiraService|If different from Web URL"
+msgstr ""
+
+msgid "JiraService|Jira API URL"
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
+msgstr ""
+
+msgid "JiraService|Jira issue tracker"
+msgstr ""
+
+msgid "JiraService|Password or API token"
+msgstr ""
+
+msgid "JiraService|Transition ID(s)"
+msgstr ""
+
+msgid "JiraService|Use , or ; to separate multiple transition IDs"
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version"
+msgstr ""
+
+msgid "JiraService|Username or Email"
+msgstr ""
+
+msgid "JiraService|Web URL"
+msgstr ""
+
+msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
+msgstr ""
+
+msgid "Job"
+msgstr ""
+
+msgid "Job Failed #%{build_id}"
+msgstr ""
+
+msgid "Job ID"
+msgstr ""
+
+msgid "Job has been erased"
+msgstr ""
+
+msgid "Job has been successfully erased!"
+msgstr ""
+
+msgid "Job has wrong arguments format."
+msgstr ""
+
+msgid "Job is missing the `model_type` argument."
+msgstr ""
+
+msgid "Job is stuck. Check runners."
+msgstr ""
+
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job was retried"
+msgstr ""
+
+msgid "Jobs"
+msgstr ""
+
+msgid "Job|Browse"
+msgstr ""
+
+msgid "Job|Complete Raw"
+msgstr ""
+
+msgid "Job|Download"
+msgstr ""
+
+msgid "Job|Erase job log"
+msgstr ""
+
+msgid "Job|Job artifacts"
+msgstr ""
+
+msgid "Job|Job has been erased"
+msgstr ""
+
+msgid "Job|Job has been erased by"
+msgstr ""
+
+msgid "Job|Keep"
+msgstr ""
+
+msgid "Job|Pipeline"
+msgstr ""
+
+msgid "Job|Scroll to bottom"
+msgstr ""
+
+msgid "Job|Scroll to top"
+msgstr ""
+
+msgid "Job|Show complete raw"
+msgstr ""
+
+msgid "Job|The artifacts were removed"
+msgstr ""
+
+msgid "Job|The artifacts will be removed"
+msgstr ""
+
+msgid "Job|This job failed because the necessary resources were not successfully created."
+msgstr ""
+
+msgid "Job|This job is stuck because the project doesn't have any runners online assigned to it."
+msgstr ""
+
+msgid "Job|for"
+msgstr ""
+
+msgid "Job|into"
+msgstr ""
+
+msgid "Job|with"
+msgstr ""
+
+msgid "Join Zoom meeting"
+msgstr ""
+
+msgid "Jul"
+msgstr ""
+
+msgid "July"
+msgstr ""
+
+msgid "Jump to first unresolved discussion"
+msgstr ""
+
+msgid "Jump to next unresolved discussion"
+msgstr ""
+
+msgid "Jun"
+msgstr ""
+
+msgid "June"
+msgstr ""
+
+msgid "Key"
+msgstr ""
+
+msgid "Key (PEM)"
+msgstr ""
+
+msgid "Key: %{key}"
+msgstr ""
+
+msgid "Keyboard Shortcuts"
+msgstr ""
+
+msgid "Kubernetes"
+msgstr ""
+
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes Cluster"
+msgstr ""
+
+msgid "Kubernetes Clusters"
+msgstr ""
+
+msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
+msgstr ""
+
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
+
+msgid "Kubernetes cluster integration was successfully removed."
+msgstr ""
+
+msgid "Kubernetes cluster was successfully updated."
+msgstr ""
+
+msgid "Kubernetes configured"
+msgstr ""
+
+msgid "Kubernetes deployment not found"
+msgstr ""
+
+msgid "Kubernetes error: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes popover"
+msgstr ""
+
+msgid "LDAP"
+msgstr ""
+
+msgid "LDAP settings"
+msgstr ""
+
+msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
+msgstr ""
+
+msgid "LFS"
+msgstr ""
+
+msgid "LFS objects"
+msgstr ""
+
+msgid "LFSStatus|Disabled"
+msgstr ""
+
+msgid "LFSStatus|Enabled"
+msgstr ""
+
+msgid "LICENSE"
+msgstr ""
+
+msgid "Label"
+msgstr ""
+
+msgid "Label actions dropdown"
+msgstr ""
+
+msgid "Label lists show all issues with the selected label."
+msgstr ""
+
+msgid "Label was created"
+msgstr ""
+
+msgid "Label was removed"
+msgstr ""
+
+msgid "Label was successfully updated."
+msgstr ""
+
+msgid "LabelSelect|%{firstLabelName} +%{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|%{labelsString}, and %{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|Labels"
+msgstr ""
+
+msgid "Labels"
+msgstr ""
+
+msgid "Labels can be applied to %{features}. Group labels are available for any project within the group."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests to categorize them."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests."
+msgstr ""
+
+msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgstr ""
+
+msgid "Labels|Promote Label"
+msgstr ""
+
+msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. This action cannot be reversed."
+msgstr ""
+
+msgid "Labels|and %{count} more"
+msgstr ""
+
+msgid "Language"
+msgstr ""
+
+msgid "Large File Storage"
+msgstr ""
+
+msgid "Last %d day"
+msgid_plural "Last %d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Last %{days} days"
+msgstr ""
+
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Last Pipeline"
+msgstr ""
+
+msgid "Last Seen"
+msgstr ""
+
+msgid "Last accessed on"
+msgstr ""
+
+msgid "Last activity"
+msgstr ""
+
+msgid "Last commit"
+msgstr ""
+
+msgid "Last contact"
+msgstr ""
+
+msgid "Last edited %{date}"
+msgstr ""
+
+msgid "Last edited by %{name}"
+msgstr ""
+
+msgid "Last name"
+msgstr ""
+
+msgid "Last reply by"
+msgstr ""
+
+msgid "Last repository check run"
+msgstr ""
+
+msgid "Last seen"
+msgstr ""
+
+msgid "Last successful sync"
+msgstr ""
+
+msgid "Last successful update"
+msgstr ""
+
+msgid "Last time verified"
+msgstr ""
+
+msgid "Last update"
+msgstr ""
+
+msgid "Last update attempt"
+msgstr ""
+
+msgid "Last updated"
+msgstr ""
+
+msgid "Last used"
+msgstr ""
+
+msgid "Last used on:"
+msgstr ""
+
+msgid "LastCommit|authored"
+msgstr ""
+
+msgid "LastPushEvent|You pushed to"
+msgstr ""
+
+msgid "LastPushEvent|at"
+msgstr ""
+
+msgid "Latest changes"
+msgstr ""
+
+msgid "Latest pipeline for the most recent commit on this branch"
+msgstr ""
+
+msgid "Lead"
+msgstr ""
+
+msgid "Learn GitLab"
+msgstr ""
+
+msgid "Learn More"
+msgstr ""
+
+msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
+msgstr ""
+
+msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab."
+msgstr ""
+
+msgid "Learn more"
+msgstr ""
+
+msgid "Learn more about Auto DevOps"
+msgstr ""
+
+msgid "Learn more about Kubernetes"
+msgstr ""
+
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
+msgid "Learn more about Web Terminal"
+msgstr ""
+
+msgid "Learn more about adding certificates to your project by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "Learn more about approvals."
+msgstr ""
+
+msgid "Learn more about custom project templates"
+msgstr ""
+
+msgid "Learn more about deploying to a cluster"
+msgstr ""
+
+msgid "Learn more about group-level project templates"
+msgstr ""
+
+msgid "Learn more about signing commits"
+msgstr ""
+
+msgid "Learn more about the dependency list"
+msgstr ""
+
+msgid "Learn more in the"
+msgstr ""
+
+msgid "Learn more in the|pipeline schedules documentation"
+msgstr ""
+
+msgid "Leave"
+msgstr ""
+
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
+msgid "Leave edit mode? All unsaved changes will be lost."
+msgstr ""
+
+msgid "Leave group"
+msgstr ""
+
+msgid "Leave project"
+msgstr ""
+
+msgid "Leave the \"File type\" and \"Delivery method\" options on their default values."
+msgstr ""
+
+msgid "Let's Encrypt does not accept emails on example.com"
+msgstr ""
+
+msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) that gives digital certificates in order to enable HTTPS (SSL/TLS) for websites. Learn more about Let's Encrypt configuration by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid "License Compliance"
+msgstr ""
+
+msgid "License-Check"
+msgstr ""
+
+msgid "LicenseCompliance|Add a license"
+msgstr ""
+
+msgid "LicenseCompliance|Add licenses manually to approve or blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Approve"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license?"
+msgstr ""
+
+msgid "LicenseCompliance|Approved"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license?"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklisted"
+msgstr ""
+
+msgid "LicenseCompliance|Cancel"
+msgstr ""
+
+msgid "LicenseCompliance|Here you can approve or blacklist licenses for this project. Using %{ci} or %{license} will allow you to see if there are any unmanaged licenses and approve or blacklist them in merge request."
+msgstr ""
+
+msgid "LicenseCompliance|License"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected no new licenses"
+msgstr ""
+
+msgid "LicenseCompliance|License details"
+msgstr ""
+
+msgid "LicenseCompliance|License name"
+msgstr ""
+
+msgid "LicenseCompliance|Packages"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license?"
+msgstr ""
+
+msgid "LicenseCompliance|Submit"
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgstr ""
+
+msgid "LicenseCompliance|This license already exists in this project."
+msgstr ""
+
+msgid "LicenseCompliance|URL"
+msgstr ""
+
+msgid "LicenseCompliance|You are about to remove the license, %{name}, from this project."
+msgstr ""
+
+msgid "Licensed Features"
+msgstr ""
+
+msgid "Licensed to"
+msgstr ""
+
+msgid "Licenses"
+msgstr ""
+
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
+msgid "Limit display of time tracking units to hours."
+msgstr ""
+
+msgid "Limit namespaces and projects that can be indexed"
+msgstr ""
+
+msgid "Limited to showing %d event at most"
+msgid_plural "Limited to showing %d events at most"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
+msgstr ""
+
+msgid "Linked emails (%{email_count})"
+msgstr ""
+
+msgid "Linked issues"
+msgstr ""
+
+msgid "LinkedIn"
+msgstr ""
+
+msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "List"
+msgstr ""
+
+msgid "List Settings"
+msgstr ""
+
+msgid "List Your Gitea Repositories"
+msgstr ""
+
+msgid "List available repositories"
+msgstr ""
+
+msgid "List of IPs and CIDRs of allowed secondary nodes. Comma-separated, e.g. \"1.1.1.1, 2.2.2.0/24\""
+msgstr ""
+
+msgid "List the merge requests that must be merged before this one."
+msgstr ""
+
+msgid "List view"
+msgstr ""
+
+msgid "List your Bitbucket Server repositories"
+msgstr ""
+
+msgid "Live preview"
+msgstr ""
+
+msgid "Loading contribution stats for group members"
+msgstr ""
+
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Loading functions timed out. Please reload the page to try again."
+msgstr ""
+
+msgid "Loading issues"
+msgstr ""
+
+msgid "Loading snippet"
+msgstr ""
+
+msgid "Loading the GitLab IDE..."
+msgstr ""
+
+msgid "Loading..."
+msgstr ""
+
+msgid "Loading…"
+msgstr ""
+
+msgid "Localization"
+msgstr ""
+
+msgid "Lock"
+msgstr ""
+
+msgid "Lock %{issuableDisplayName}"
+msgstr ""
+
+msgid "Lock memberships to LDAP synchronization"
+msgstr ""
+
+msgid "Lock not found"
+msgstr ""
+
+msgid "Lock the discussion"
+msgstr ""
+
+msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgstr ""
+
+msgid "Lock to current projects"
+msgstr ""
+
+msgid "Locked"
+msgstr ""
+
+msgid "Locked Files"
+msgstr ""
+
+msgid "Locked by %{fileLockUserName}"
+msgstr ""
+
+msgid "Locked the discussion."
+msgstr ""
+
+msgid "Locked to current projects"
+msgstr ""
+
+msgid "Locks give the ability to lock specific file or folder."
+msgstr ""
+
+msgid "Locks the discussion."
+msgstr ""
+
+msgid "Login with smartcard"
+msgstr ""
+
+msgid "Logo was successfully removed."
+msgstr ""
+
+msgid "Logs"
+msgstr ""
+
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
+msgid "MERGED"
+msgstr ""
+
+msgid "MRApprovals|Approved by"
+msgstr ""
+
+msgid "MRApprovals|Approvers"
+msgstr ""
+
+msgid "MRApprovals|Pending approvals"
+msgstr ""
+
+msgid "MRDiff|Show changes only"
+msgstr ""
+
+msgid "MRDiff|Show full file"
+msgstr ""
+
+msgid "Made this issue confidential."
+msgstr ""
+
+msgid "Make and review changes in the browser with the Web IDE"
+msgstr ""
+
+msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
+msgstr ""
+
+msgid "Make issue confidential"
+msgstr ""
+
+msgid "Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "Make sure you're logged into the account that owns the projects you'd like to import."
+msgstr ""
+
+msgid "Makes this issue confidential."
+msgstr ""
+
+msgid "Malformed string"
+msgstr ""
+
+msgid "Manage"
+msgstr ""
+
+msgid "Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki."
+msgstr ""
+
+msgid "Manage Web IDE features"
+msgstr ""
+
+msgid "Manage access"
+msgstr ""
+
+msgid "Manage all notifications"
+msgstr ""
+
+msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage group labels"
+msgstr ""
+
+msgid "Manage labels"
+msgstr ""
+
+msgid "Manage project labels"
+msgstr ""
+
+msgid "Manage two-factor authentication"
+msgstr ""
+
+msgid "Manifest"
+msgstr ""
+
+msgid "Manifest file import"
+msgstr ""
+
+msgid "Manual job"
+msgstr ""
+
+msgid "ManualOrdering|Couldn't save the order of the issues"
+msgstr ""
+
+msgid "Map a FogBugz account ID to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a full email address"
+msgstr ""
+
+msgid "Map a Google Code user to a full name"
+msgstr ""
+
+msgid "Mar"
+msgstr ""
+
+msgid "March"
+msgstr ""
+
+msgid "Mark To Do as done"
+msgstr ""
+
+msgid "Mark as done"
+msgstr ""
+
+msgid "Mark as resolved"
+msgstr ""
+
+msgid "Mark comment as resolved"
+msgstr ""
+
+msgid "Mark this issue as a duplicate of another issue"
+msgstr ""
+
+msgid "Mark this issue as related to another issue"
+msgstr ""
+
+msgid "Markdown"
+msgstr ""
+
+msgid "Markdown Help"
+msgstr ""
+
+msgid "Markdown enabled"
+msgstr ""
+
+msgid "Markdown is supported"
+msgstr ""
+
+msgid "Marked To Do as done."
+msgstr ""
+
+msgid "Marked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marked this issue as a duplicate of %{duplicate_param}."
+msgstr ""
+
+msgid "Marked this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Marks To Do as done."
+msgstr ""
+
+msgid "Marks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marks this issue as a duplicate of %{duplicate_reference}."
+msgstr ""
+
+msgid "Marks this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Match not found; try refining your search query."
+msgstr ""
+
+msgid "MattermostService|Add to Mattermost"
+msgstr ""
+
+msgid "MattermostService|Command trigger word"
+msgstr ""
+
+msgid "MattermostService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "MattermostService|Request URL"
+msgstr ""
+
+msgid "MattermostService|Request method"
+msgstr ""
+
+msgid "MattermostService|Response icon"
+msgstr ""
+
+msgid "MattermostService|Response username"
+msgstr ""
+
+msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
+msgstr ""
+
+msgid "MattermostService|Suggestions:"
+msgstr ""
+
+msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
+msgstr ""
+
+msgid "Maven Metadata"
+msgstr ""
+
+msgid "Max access level"
+msgstr ""
+
+msgid "Max seats used"
+msgstr ""
+
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
+msgid "Maximum artifacts size (MB)"
+msgstr ""
+
+msgid "Maximum attachment size (MB)"
+msgstr ""
+
+msgid "Maximum capacity"
+msgstr ""
+
+msgid "Maximum delay (Minutes)"
+msgstr ""
+
+msgid "Maximum job timeout"
+msgstr ""
+
+msgid "Maximum job timeout has a value which could not be accepted"
+msgstr ""
+
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
+msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgstr ""
+
+msgid "Maximum push size (MB)"
+msgstr ""
+
+msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
+msgstr ""
+
+msgid "May"
+msgstr ""
+
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
+msgid "Median"
+msgstr ""
+
+msgid "Medium vulnerabilities present"
+msgstr ""
+
+msgid "Member lock"
+msgstr ""
+
+msgid "Member since %{date}"
+msgstr ""
+
+msgid "Members"
+msgstr ""
+
+msgid "Members can be added by project <i>Maintainers</i> or <i>Owners</i>"
+msgstr ""
+
+msgid "Members of <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
+msgid "Merge"
+msgstr ""
+
+msgid "Merge (when the pipeline succeeds)"
+msgstr ""
+
+msgid "Merge Request"
+msgstr ""
+
+msgid "Merge Request Approvals"
+msgstr ""
+
+msgid "Merge Requests"
+msgstr ""
+
+msgid "Merge Requests created"
+msgstr ""
+
+msgid "Merge Requests in Review"
+msgstr ""
+
+msgid "Merge commit message"
+msgstr ""
+
+msgid "Merge events"
+msgstr ""
+
+msgid "Merge immediately"
+msgstr ""
+
+msgid "Merge in progress"
+msgstr ""
+
+msgid "Merge options"
+msgstr ""
+
+msgid "Merge request"
+msgstr ""
+
+msgid "Merge request %{iid} authored by %{authorName}"
+msgstr ""
+
+msgid "Merge request approvals"
+msgstr ""
+
+msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
+msgstr ""
+
+msgid "Merge request dependencies"
+msgstr ""
+
+msgid "Merge requests"
+msgstr ""
+
+msgid "Merge requests are a place to propose changes you've made to a project and discuss those changes with others"
+msgstr ""
+
+msgid "Merge requests are read-only in a secondary Geo node"
+msgstr ""
+
+msgid "Merge when pipeline succeeds"
+msgstr ""
+
+msgid "MergeConflict|Commit to source branch"
+msgstr ""
+
+msgid "MergeConflict|Committing..."
+msgstr ""
+
+msgid "MergeConflict|HEAD//our changes"
+msgstr ""
+
+msgid "MergeConflict|Use ours"
+msgstr ""
+
+msgid "MergeConflict|Use theirs"
+msgstr ""
+
+msgid "MergeConflict|conflict"
+msgstr ""
+
+msgid "MergeConflict|conflicts"
+msgstr ""
+
+msgid "MergeConflict|origin//their changes"
+msgstr ""
+
+msgid "MergeRequests|Add a reply"
+msgstr ""
+
+msgid "MergeRequests|An error occurred while saving the draft comment."
+msgstr ""
+
+msgid "MergeRequests|Failed to squash. Should be done manually."
+msgstr ""
+
+msgid "MergeRequests|Jump to next unresolved discussion"
+msgstr ""
+
+msgid "MergeRequests|Reply..."
+msgstr ""
+
+msgid "MergeRequests|Resolve this thread in a new issue"
+msgstr ""
+
+msgid "MergeRequests|Saving the comment failed"
+msgstr ""
+
+msgid "MergeRequests|Squash task canceled: another squash is already in progress."
+msgstr ""
+
+msgid "MergeRequests|Thread stays resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread stays unresolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be unresolved"
+msgstr ""
+
+msgid "MergeRequests|Toggle comments for this file"
+msgstr ""
+
+msgid "MergeRequests|View file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|View replaced file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|commented on commit %{commitLink}"
+msgstr ""
+
+msgid "MergeRequests|started a thread"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}an old version of the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Error loading full diff. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Filter files or search with %{modifier_key}+p"
+msgstr ""
+
+msgid "MergeRequest|No files found"
+msgstr ""
+
+msgid "Merged"
+msgstr ""
+
+msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Merges this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
+msgid "Messages"
+msgstr ""
+
+msgid "Method"
+msgstr ""
+
+msgid "Metric was successfully added."
+msgstr ""
+
+msgid "Metric was successfully updated."
+msgstr ""
+
+msgid "MetricChart|Please select a metric"
+msgstr ""
+
+msgid "MetricChart|Selected"
+msgstr ""
+
+msgid "Metrics"
+msgstr ""
+
+msgid "Metrics - Grafana"
+msgstr ""
+
+msgid "Metrics - Influx"
+msgstr ""
+
+msgid "Metrics - Prometheus"
+msgstr ""
+
+msgid "Metrics Dashboard"
+msgstr ""
+
+msgid "Metrics and profiling"
+msgstr ""
+
+msgid "Metrics for environment"
+msgstr ""
+
+msgid "Metrics|Add metric"
+msgstr ""
+
+msgid "Metrics|Avg"
+msgstr ""
+
+msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
+msgstr ""
+
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
+msgid "Metrics|Create metric"
+msgstr ""
+
+msgid "Metrics|Delete metric"
+msgstr ""
+
+msgid "Metrics|Delete metric?"
+msgstr ""
+
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
+msgid "Metrics|Edit metric"
+msgstr ""
+
+msgid "Metrics|Environment"
+msgstr ""
+
+msgid "Metrics|For grouping similar metrics"
+msgstr ""
+
+msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
+msgstr ""
+
+msgid "Metrics|Legend label (optional)"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
+msgid "Metrics|Must be a valid PromQL query."
+msgstr ""
+
+msgid "Metrics|New metric"
+msgstr ""
+
+msgid "Metrics|PromQL query is valid"
+msgstr ""
+
+msgid "Metrics|Prometheus Query Documentation"
+msgstr ""
+
+msgid "Metrics|Show last"
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the environments data, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error getting deployment information."
+msgstr ""
+
+msgid "Metrics|There was an error getting environments information."
+msgstr ""
+
+msgid "Metrics|There was an error trying to validate your query"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgstr ""
+
+msgid "Metrics|Unit label"
+msgstr ""
+
+msgid "Metrics|Used as a title for the chart"
+msgstr ""
+
+msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
+msgstr ""
+
+msgid "Metrics|Validating query"
+msgstr ""
+
+msgid "Metrics|Y-axis label"
+msgstr ""
+
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
+msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
+msgstr ""
+
+msgid "Metrics|e.g. HTTP requests"
+msgstr ""
+
+msgid "Metrics|e.g. Requests/second"
+msgstr ""
+
+msgid "Metrics|e.g. Throughput"
+msgstr ""
+
+msgid "Metrics|e.g. rate(http_requests_total[5m])"
+msgstr ""
+
+msgid "Metrics|e.g. req/sec"
+msgstr ""
+
+msgid "Microsoft Azure"
+msgstr ""
+
+msgid "Migrated %{success_count}/%{total_count} files."
+msgstr ""
+
+msgid "Migration successful."
+msgstr ""
+
+msgid "Milestone"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Milestone lists not available with your current license"
+msgstr ""
+
+msgid "Milestone lists show all issues from the selected milestone."
+msgstr ""
+
+msgid "Milestones"
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle} and remove it from %{issuesWithCount} and %{mergeRequestsWithCount}. Once deleted, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle}. This milestone is not currently used in any issues or merge requests."
+msgstr ""
+
+msgid "Milestones|Delete milestone"
+msgstr ""
+
+msgid "Milestones|Delete milestone %{milestoneTitle}?"
+msgstr ""
+
+msgid "Milestones|Failed to delete milestone %{milestoneTitle}"
+msgstr ""
+
+msgid "Milestones|Milestone %{milestoneTitle} was not found"
+msgstr ""
+
+msgid "Milestones|Promote %{milestoneTitle} to group milestone?"
+msgstr ""
+
+msgid "Milestones|Promote Milestone"
+msgstr ""
+
+msgid "Milestones|Promoting %{milestoneTitle} will make it available for all projects inside %{groupName}. Existing project milestones with the same title will be merged."
+msgstr ""
+
+msgid "Milestones|This action cannot be reversed."
+msgstr ""
+
+msgid "Minimum capacity to be available before we schedule more mirrors preemptively."
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters"
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters."
+msgstr ""
+
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
+msgid "Minutes"
+msgstr ""
+
+msgid "Mirror direction"
+msgstr ""
+
+msgid "Mirror repository"
+msgstr ""
+
+msgid "Mirror user"
+msgstr ""
+
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
+msgid "Mirrored repositories"
+msgstr ""
+
+msgid "Mirroring repositories"
+msgstr ""
+
+msgid "Mirroring settings were successfully updated."
+msgstr ""
+
+msgid "Mirroring settings were successfully updated. The project is being updated."
+msgstr ""
+
+msgid "Mirroring was successfully disabled."
+msgstr ""
+
+msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
+msgstr ""
+
+msgid "Missing commit signatures endpoint!"
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|add an SSH key"
+msgstr ""
+
+msgid "Modal|Cancel"
+msgstr ""
+
+msgid "Modal|Close"
+msgstr ""
+
+msgid "Modified in this version"
+msgstr ""
+
+msgid "Modify commit message"
+msgstr ""
+
+msgid "Modify commit messages"
+msgstr ""
+
+msgid "Modify merge commit"
+msgstr ""
+
+msgid "Monday"
+msgstr ""
+
+msgid "Monitor your errors by integrating with Sentry."
+msgstr ""
+
+msgid "Monitoring"
+msgstr ""
+
+msgid "Months"
+msgstr ""
+
+msgid "More"
+msgstr ""
+
+msgid "More Information"
+msgstr ""
+
+msgid "More Slack commands"
+msgstr ""
+
+msgid "More actions"
+msgstr ""
+
+msgid "More details"
+msgstr ""
+
+msgid "More info"
+msgstr ""
+
+msgid "More information"
+msgstr ""
+
+msgid "More information and share feedback"
+msgstr ""
+
+msgid "More information is available|here"
+msgstr ""
+
+msgid "More than %{number_commits_distance} commits different with %{default_branch}"
+msgstr ""
+
+msgid "Most stars"
+msgstr ""
+
+msgid "Mount point %{mounted_as} not found in %{model_class}."
+msgstr ""
+
+msgid "Move"
+msgstr ""
+
+msgid "Move issue"
+msgstr ""
+
+msgid "Move issue from one column of the board to another"
+msgstr ""
+
+msgid "Move selection down"
+msgstr ""
+
+msgid "Move selection up"
+msgstr ""
+
+msgid "Move this issue to another project."
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue due to insufficient permissions!"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue to project it originates from!"
+msgstr ""
+
+msgid "Moved issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moved this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Moves issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moves this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Multiple issue boards"
+msgstr ""
+
+msgid "Multiple model types found: %{model_types}"
+msgstr ""
+
+msgid "Multiple uploaders found: %{uploader_types}"
+msgstr ""
+
+msgid "My-Reaction"
+msgstr ""
+
+msgid "Name"
+msgstr ""
+
+msgid "Name has already been taken"
+msgstr ""
+
+msgid "Name new label"
+msgstr ""
+
+msgid "Name your individual key via a title"
+msgstr ""
+
+msgid "Name:"
+msgstr ""
+
+msgid "Namespace: %{namespace}"
+msgstr ""
+
+msgid "Namespaces to index"
+msgstr ""
+
+msgid "Naming, topics, avatar"
+msgstr ""
+
+msgid "Naming, visibility"
+msgstr ""
+
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
+msgid "Nav|Help"
+msgstr ""
+
+msgid "Nav|Home"
+msgstr ""
+
+msgid "Nav|Sign In / Register"
+msgstr ""
+
+msgid "Nav|Sign out and sign in with a different account"
+msgstr ""
+
+msgid "Need help?"
+msgstr ""
+
+msgid "Network"
+msgstr ""
+
+msgid "Never"
+msgstr ""
+
+msgid "New"
+msgstr ""
+
+msgid "New Application"
+msgstr ""
+
+msgid "New Environment"
+msgstr ""
+
+msgid "New Geo Node"
+msgstr ""
+
+msgid "New Group"
+msgstr ""
+
+msgid "New Group Name"
+msgstr ""
+
+msgid "New Identity"
+msgstr ""
+
+msgid "New Issue"
+msgid_plural "New Issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "New Label"
+msgstr ""
+
+msgid "New Milestone"
+msgstr ""
+
+msgid "New Pages Domain"
+msgstr ""
+
+msgid "New Password"
+msgstr ""
+
+msgid "New Pipeline Schedule"
+msgstr ""
+
+msgid "New Project"
+msgstr ""
+
+msgid "New Snippet"
+msgstr ""
+
+msgid "New branch"
+msgstr ""
+
+msgid "New branch unavailable"
+msgstr ""
+
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
+msgid "New deploy key"
+msgstr ""
+
+msgid "New directory"
+msgstr ""
+
+msgid "New environment"
+msgstr ""
+
+msgid "New epic"
+msgstr ""
+
+msgid "New epic title"
+msgstr ""
+
+msgid "New file"
+msgstr ""
+
+msgid "New group"
+msgstr ""
+
+msgid "New health check access token has been generated!"
+msgstr ""
+
+msgid "New identity"
+msgstr ""
+
+msgid "New issue"
+msgstr ""
+
+msgid "New issue title"
+msgstr ""
+
+msgid "New label"
+msgstr ""
+
+msgid "New merge request"
+msgstr ""
+
+msgid "New milestone"
+msgstr ""
+
+msgid "New password"
+msgstr ""
+
+msgid "New pipelines will cancel older, pending pipelines on the same branch"
+msgstr ""
+
+msgid "New project"
+msgstr ""
+
+msgid "New runners registration token has been generated!"
+msgstr ""
+
+msgid "New schedule"
+msgstr ""
+
+msgid "New snippet"
+msgstr ""
+
+msgid "New subgroup"
+msgstr ""
+
+msgid "New tag"
+msgstr ""
+
+msgid "New users set to external"
+msgstr ""
+
+msgid "New! Suggest changes directly"
+msgstr ""
+
+msgid "New..."
+msgstr ""
+
+msgid "Newly registered users will by default be external"
+msgstr ""
+
+msgid "Next"
+msgstr ""
+
+msgid "Next file in diff (MRs only)"
+msgstr ""
+
+msgid "Next unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Nickname"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No %{header} for this request."
+msgstr ""
+
+msgid "No %{providerTitle} repositories found"
+msgstr ""
+
+msgid "No Design Repositories match this filter"
+msgstr ""
+
+msgid "No Epic"
+msgstr ""
+
+msgid "No Label"
+msgstr ""
+
+msgid "No Milestone"
+msgstr ""
+
+msgid "No Scopes"
+msgstr ""
+
+msgid "No Tag"
+msgstr ""
+
+msgid "No active admin user found"
+msgstr ""
+
+msgid "No activities found"
+msgstr ""
+
+msgid "No application_settings found"
+msgstr ""
+
+msgid "No authentication methods configured."
+msgstr ""
+
+msgid "No available namespaces to fork the project."
+msgstr ""
+
+msgid "No branches found"
+msgstr ""
+
+msgid "No changes"
+msgstr ""
+
+msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}"
+msgstr ""
+
+msgid "No connection could be made to a Gitaly Server, please check your logs!"
+msgstr ""
+
+msgid "No contributions"
+msgstr ""
+
+msgid "No contributions were found"
+msgstr ""
+
+msgid "No credit card required."
+msgstr ""
+
+msgid "No data found"
+msgstr ""
+
+msgid "No data to display"
+msgstr ""
+
+msgid "No deployment platform available"
+msgstr ""
+
+msgid "No deployments found"
+msgstr ""
+
+msgid "No due date"
+msgstr ""
+
+msgid "No endpoint provided"
+msgstr ""
+
+msgid "No errors to display."
+msgstr ""
+
+msgid "No estimate or time spent"
+msgstr ""
+
+msgid "No file chosen"
+msgstr ""
+
+msgid "No file hooks found."
+msgstr ""
+
+msgid "No file selected"
+msgstr ""
+
+msgid "No files"
+msgstr ""
+
+msgid "No files found."
+msgstr ""
+
+msgid "No forks are available to you."
+msgstr ""
+
+msgid "No job log"
+msgstr ""
+
+msgid "No jobs to show"
+msgstr ""
+
+msgid "No labels with such name or description"
+msgstr ""
+
+msgid "No license. All rights reserved"
+msgstr ""
+
+msgid "No licenses found."
+msgstr ""
+
+msgid "No matching results"
+msgstr ""
+
+msgid "No merge requests found"
+msgstr ""
+
+msgid "No messages were logged"
+msgstr ""
+
+msgid "No milestones to show"
+msgstr ""
+
+msgid "No other labels with such name or description"
+msgstr ""
+
+msgid "No parent group"
+msgstr ""
+
+msgid "No pods available"
+msgstr ""
+
+msgid "No preview for this file type"
+msgstr ""
+
+msgid "No prioritized labels with such name or description"
+msgstr ""
+
+msgid "No public groups"
+msgstr ""
+
+msgid "No repository"
+msgstr ""
+
+msgid "No required pipeline"
+msgstr ""
+
+msgid "No runners found"
+msgstr ""
+
+msgid "No schedules"
+msgstr ""
+
+msgid "No starrers matched your search"
+msgstr ""
+
+msgid "No start date"
+msgstr ""
+
+msgid "No template"
+msgstr ""
+
+msgid "No value set by top-level parent group."
+msgstr ""
+
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
+msgid "No, directly import the existing email addresses and usernames."
+msgstr ""
+
+msgid "No, not interested right now"
+msgstr ""
+
+msgid "Nobody has starred this repository yet"
+msgstr ""
+
+msgid "Node was successfully created."
+msgstr ""
+
+msgid "Node was successfully updated."
+msgstr ""
+
+msgid "Nodes"
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "Not Implemented"
+msgstr ""
+
+msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
+msgstr ""
+
+msgid "Not available"
+msgstr ""
+
+msgid "Not available for private projects"
+msgstr ""
+
+msgid "Not available for protected branches"
+msgstr ""
+
+msgid "Not confidential"
+msgstr ""
+
+msgid "Not enough data"
+msgstr ""
+
+msgid "Not found."
+msgstr ""
+
+msgid "Not helpful"
+msgstr ""
+
+msgid "Not now"
+msgstr ""
+
+msgid "Not ready yet. Try again later."
+msgstr ""
+
+msgid "Not started"
+msgstr ""
+
+msgid "Note"
+msgstr ""
+
+msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "NoteForm|Note"
+msgstr ""
+
+msgid "Notes|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Notes|Collapse replies"
+msgstr ""
+
+msgid "Notes|Show all activity"
+msgstr ""
+
+msgid "Notes|Show comments only"
+msgstr ""
+
+msgid "Notes|Show history only"
+msgstr ""
+
+msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
+msgstr ""
+
+msgid "Nothing to preview."
+msgstr ""
+
+msgid "Notification events"
+msgstr ""
+
+msgid "Notification setting"
+msgstr ""
+
+msgid "Notification setting - %{notification_title}"
+msgstr ""
+
+msgid "Notification settings saved"
+msgstr ""
+
+msgid "NotificationEvent|Close issue"
+msgstr ""
+
+msgid "NotificationEvent|Close merge request"
+msgstr ""
+
+msgid "NotificationEvent|Failed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Merge merge request"
+msgstr ""
+
+msgid "NotificationEvent|New epic"
+msgstr ""
+
+msgid "NotificationEvent|New issue"
+msgstr ""
+
+msgid "NotificationEvent|New merge request"
+msgstr ""
+
+msgid "NotificationEvent|New note"
+msgstr ""
+
+msgid "NotificationEvent|New release"
+msgstr ""
+
+msgid "NotificationEvent|Reassign issue"
+msgstr ""
+
+msgid "NotificationEvent|Reassign merge request"
+msgstr ""
+
+msgid "NotificationEvent|Reopen issue"
+msgstr ""
+
+msgid "NotificationEvent|Successful pipeline"
+msgstr ""
+
+msgid "NotificationLevel|Custom"
+msgstr ""
+
+msgid "NotificationLevel|Disabled"
+msgstr ""
+
+msgid "NotificationLevel|Global"
+msgstr ""
+
+msgid "NotificationLevel|On mention"
+msgstr ""
+
+msgid "NotificationLevel|Participate"
+msgstr ""
+
+msgid "NotificationLevel|Watch"
+msgstr ""
+
+msgid "NotificationSetting|Custom"
+msgstr ""
+
+msgid "Notifications"
+msgstr ""
+
+msgid "Notifications have been disabled by the project or group owner"
+msgstr ""
+
+msgid "Notifications off"
+msgstr ""
+
+msgid "Notifications on"
+msgstr ""
+
+msgid "Nov"
+msgstr ""
+
+msgid "November"
+msgstr ""
+
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
+msgid "Number of Elasticsearch replicas"
+msgstr ""
+
+msgid "Number of Elasticsearch shards"
+msgstr ""
+
+msgid "Number of LOCs per commit"
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
+msgid "Number of commits per MR"
+msgstr ""
+
+msgid "Number of employees"
+msgstr ""
+
+msgid "Number of files touched"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Object Storage replication"
+msgstr ""
+
+msgid "Object does not exist on the server or you don't have permissions to access it"
+msgstr ""
+
+msgid "Oct"
+msgstr ""
+
+msgid "October"
+msgstr ""
+
+msgid "OfSearchInADropdown|Filter"
+msgstr ""
+
+msgid "Ok let's go"
+msgstr ""
+
+msgid "OmniAuth"
+msgstr ""
+
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
+msgid "Onboarding"
+msgstr ""
+
+msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
+msgstr ""
+
+msgid "Once removed, the fork relationship cannot be restored and you will no longer be able to send merge requests to the source."
+msgstr ""
+
+msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
+msgstr ""
+
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
+msgid "One more item"
+msgid_plural "%d more items"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "One or more groups that you don't have access to."
+msgstr ""
+
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
+msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your Google Code projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
+msgstr ""
+
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
+msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
+msgstr ""
+
+msgid "Only Project Members"
+msgstr ""
+
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
+msgid "Only admins"
+msgstr ""
+
+msgid "Only admins can delete project"
+msgstr ""
+
+msgid "Only mirror protected branches"
+msgstr ""
+
+msgid "Only policy:"
+msgstr ""
+
+msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign in."
+msgstr ""
+
+msgid "Only project members can comment."
+msgstr ""
+
+msgid "Only project members will be imported. Group members will be skipped."
+msgstr ""
+
+msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
+msgstr ""
+
+msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics."
+msgstr ""
+
+msgid "Oops, are you sure?"
+msgstr ""
+
+msgid "Open"
+msgstr ""
+
+msgid "Open Documentation"
+msgstr ""
+
+msgid "Open Selection"
+msgstr ""
+
+msgid "Open comment type dropdown"
+msgstr ""
+
+msgid "Open errors"
+msgstr ""
+
+msgid "Open in Xcode"
+msgstr ""
+
+msgid "Open in file view"
+msgstr ""
+
+msgid "Open issues"
+msgstr ""
+
+msgid "Open projects"
+msgstr ""
+
+msgid "Open raw"
+msgstr ""
+
+msgid "Open sidebar"
+msgstr ""
+
+msgid "Open source software to collaborate on code"
+msgstr ""
+
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
+msgid "Opened"
+msgstr ""
+
+msgid "Opened MR"
+msgstr ""
+
+msgid "Opened issues"
+msgstr ""
+
+msgid "OpenedNDaysAgo|Opened"
+msgstr ""
+
+msgid "Opens in a new window"
+msgstr ""
+
+msgid "Operation failed. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operations"
+msgstr ""
+
+msgid "Operations Dashboard"
+msgstr ""
+
+msgid "Operations Settings"
+msgstr ""
+
+msgid "OperationsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|Add projects"
+msgstr ""
+
+msgid "OperationsDashboard|More information"
+msgstr ""
+
+msgid "OperationsDashboard|Operations Dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses."
+msgstr ""
+
+msgid "Optional"
+msgstr ""
+
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how Google Code email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Options"
+msgstr ""
+
+msgid "Or you can choose one of the suggested colors below"
+msgstr ""
+
+msgid "Origin"
+msgstr ""
+
+msgid "Other Labels"
+msgstr ""
+
+msgid "Other information"
+msgstr ""
+
+msgid "Other merge requests block this MR"
+msgstr ""
+
+msgid "Other visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Outbound requests"
+msgstr ""
+
+msgid "Overview"
+msgstr ""
+
+msgid "Overwrite diverged branches"
+msgstr ""
+
+msgid "Owned by anyone"
+msgstr ""
+
+msgid "Owned by me"
+msgstr ""
+
+msgid "Owner"
+msgstr ""
+
+msgid "Package deleted successfully"
+msgstr ""
+
+msgid "Package information"
+msgstr ""
+
+msgid "Package was removed"
+msgstr ""
+
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
+msgid "PackageRegistry|Delete Package Version"
+msgstr ""
+
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
+msgid "PackageRegistry|There was a problem fetching the details for this package."
+msgstr ""
+
+msgid "PackageRegistry|Unable to load package"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
+msgid "Packages"
+msgstr ""
+
+msgid "Page not found"
+msgstr ""
+
+msgid "Page was successfully deleted"
+msgstr ""
+
+msgid "Pages"
+msgstr ""
+
+msgid "Pages Domain"
+msgstr ""
+
+msgid "Pages getting started guide"
+msgstr ""
+
+msgid "Pagination|Go to first page"
+msgstr ""
+
+msgid "Pagination|Go to last page"
+msgstr ""
+
+msgid "Pagination|Go to next page"
+msgstr ""
+
+msgid "Pagination|Go to previous page"
+msgstr ""
+
+msgid "Pagination|Last »"
+msgstr ""
+
+msgid "Pagination|Next ›"
+msgstr ""
+
+msgid "Pagination|« First"
+msgstr ""
+
+msgid "Pagination|‹ Prev"
+msgstr ""
+
+msgid "Parameter"
+msgstr ""
+
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
+msgid "Part of merge request changes"
+msgstr ""
+
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "Password (optional)"
+msgstr ""
+
+msgid "Password Policy Guidelines"
+msgstr ""
+
+msgid "Password authentication is unavailable."
+msgstr ""
+
+msgid "Password confirmation"
+msgstr ""
+
+msgid "Password successfully changed"
+msgstr ""
+
+msgid "Password was successfully updated. Please login with it"
+msgstr ""
+
+msgid "Past due"
+msgstr ""
+
+msgid "Past week"
+msgstr ""
+
+msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
+msgstr ""
+
+msgid "Paste epic link"
+msgstr ""
+
+msgid "Paste issue link"
+msgstr ""
+
+msgid "Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Don't use your private SSH key."
+msgstr ""
+
+msgid "Path"
+msgstr ""
+
+msgid "Path, transfer, remove"
+msgstr ""
+
+msgid "Path:"
+msgstr ""
+
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
+msgid "Pause"
+msgstr ""
+
+msgid "Pause replication"
+msgstr ""
+
+msgid "Paused Runners don't accept new jobs"
+msgstr ""
+
+msgid "Pending"
+msgstr ""
+
+msgid "People without permission will never get a notification and won't be able to comment."
+msgstr ""
+
+msgid "People without permission will never get a notification."
+msgstr ""
+
+msgid "Perform advanced options such as changing path, transferring, or removing the group."
+msgstr ""
+
+msgid "Perform common operations on GitLab project"
+msgstr ""
+
+msgid "Performance optimization"
+msgstr ""
+
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
+msgid "PerformanceBar|Gitaly calls"
+msgstr ""
+
+msgid "PerformanceBar|Redis calls"
+msgstr ""
+
+msgid "PerformanceBar|Rugged calls"
+msgstr ""
+
+msgid "PerformanceBar|SQL queries"
+msgstr ""
+
+msgid "PerformanceBar|trace"
+msgstr ""
+
+msgid "Permissions"
+msgstr ""
+
+msgid "Permissions Help"
+msgstr ""
+
+msgid "Permissions, LFS, 2FA"
+msgstr ""
+
+msgid "Personal Access Token"
+msgstr ""
+
+msgid "Personal project creation is not allowed. Please contact your administrator with questions"
+msgstr ""
+
+msgid "Phabricator Server Import"
+msgstr ""
+
+msgid "Phabricator Server URL"
+msgstr ""
+
+msgid "Phabricator Tasks"
+msgstr ""
+
+msgid "Pick a name"
+msgstr ""
+
+msgid "Pick a name for the application, and we'll give you a unique %{type} token."
+msgstr ""
+
+msgid "Pin code"
+msgstr ""
+
+msgid "Pipeline"
+msgstr ""
+
+msgid "Pipeline %{label}"
+msgstr ""
+
+msgid "Pipeline %{label} for \"%{dataTitle}\""
+msgstr ""
+
+msgid "Pipeline Schedule"
+msgstr ""
+
+msgid "Pipeline Schedules"
+msgstr ""
+
+msgid "Pipeline minutes quota"
+msgstr ""
+
+msgid "Pipeline quota"
+msgstr ""
+
+msgid "Pipeline subscriptions"
+msgstr ""
+
+msgid "Pipeline triggers"
+msgstr ""
+
+msgid "Pipeline: %{status}"
+msgstr ""
+
+msgid "PipelineCharts|Failed:"
+msgstr ""
+
+msgid "PipelineCharts|Overall statistics"
+msgstr ""
+
+msgid "PipelineCharts|Success ratio:"
+msgstr ""
+
+msgid "PipelineCharts|Successful:"
+msgstr ""
+
+msgid "PipelineCharts|Total:"
+msgstr ""
+
+msgid "PipelineSchedules|Activated"
+msgstr ""
+
+msgid "PipelineSchedules|Active"
+msgstr ""
+
+msgid "PipelineSchedules|All"
+msgstr ""
+
+msgid "PipelineSchedules|Inactive"
+msgstr ""
+
+msgid "PipelineSchedules|Next Run"
+msgstr ""
+
+msgid "PipelineSchedules|None"
+msgstr ""
+
+msgid "PipelineSchedules|Provide a short description for this pipeline"
+msgstr ""
+
+msgid "PipelineSchedules|Take ownership"
+msgstr ""
+
+msgid "PipelineSchedules|Target"
+msgstr ""
+
+msgid "PipelineSchedules|Variables"
+msgstr ""
+
+msgid "PipelineSheduleIntervalPattern|Custom"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
+msgstr ""
+
+msgid "Pipelines"
+msgstr ""
+
+msgid "Pipelines charts"
+msgstr ""
+
+msgid "Pipelines emails"
+msgstr ""
+
+msgid "Pipelines for last month"
+msgstr ""
+
+msgid "Pipelines for last week"
+msgstr ""
+
+msgid "Pipelines for last year"
+msgstr ""
+
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
+msgstr ""
+
+msgid "Pipelines settings for '%{project_name}' were successfully updated."
+msgstr ""
+
+msgid "Pipelines| to purchase more minutes."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has exceeded its pipeline minutes quota."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has less than %{notification_level}%% of CI minutes available."
+msgstr ""
+
+msgid "Pipelines|API"
+msgstr ""
+
+msgid "Pipelines|Build with confidence"
+msgstr ""
+
+msgid "Pipelines|CI Lint"
+msgstr ""
+
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
+msgid "Pipelines|Clear Runner Caches"
+msgstr ""
+
+msgid "Pipelines|Continuous Integration can help catch bugs by running your tests automatically, while Continuous Deployment can help you deliver code to your product environment."
+msgstr ""
+
+msgid "Pipelines|Get started with Pipelines"
+msgstr ""
+
+msgid "Pipelines|Loading Pipelines"
+msgstr ""
+
+msgid "Pipelines|Pipelines will not run anymore on shared Runners."
+msgstr ""
+
+msgid "Pipelines|Project cache successfully reset."
+msgstr ""
+
+msgid "Pipelines|Run Pipeline"
+msgstr ""
+
+msgid "Pipelines|Something went wrong while cleaning runners cache."
+msgstr ""
+
+msgid "Pipelines|There are currently no %{scope} pipelines."
+msgstr ""
+
+msgid "Pipelines|There are currently no pipelines."
+msgstr ""
+
+msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
+msgid "Pipelines|This project is not currently set up to run pipelines."
+msgstr ""
+
+msgid "Pipelines|parent"
+msgstr ""
+
+msgid "Pipeline|Commit"
+msgstr ""
+
+msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation.%{linkEnd}"
+msgstr ""
+
+msgid "Pipeline|Coverage"
+msgstr ""
+
+msgid "Pipeline|Detached merge request pipeline"
+msgstr ""
+
+msgid "Pipeline|Duration"
+msgstr ""
+
+msgid "Pipeline|Existing branch name or tag"
+msgstr ""
+
+msgid "Pipeline|Key"
+msgstr ""
+
+msgid "Pipeline|Merge train pipeline"
+msgstr ""
+
+msgid "Pipeline|Merged result pipeline"
+msgstr ""
+
+msgid "Pipeline|Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run for"
+msgstr ""
+
+msgid "Pipeline|Search branches"
+msgstr ""
+
+msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default."
+msgstr ""
+
+msgid "Pipeline|Stages"
+msgstr ""
+
+msgid "Pipeline|Status"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline #%{pipelineId}?"
+msgstr ""
+
+msgid "Pipeline|Triggerer"
+msgstr ""
+
+msgid "Pipeline|Value"
+msgstr ""
+
+msgid "Pipeline|Variables"
+msgstr ""
+
+msgid "Pipeline|You’re about to stop pipeline %{pipelineId}."
+msgstr ""
+
+msgid "Pipeline|all"
+msgstr ""
+
+msgid "Pipeline|for"
+msgstr ""
+
+msgid "Pipeline|on"
+msgstr ""
+
+msgid "Pipeline|success"
+msgstr ""
+
+msgid "Pipeline|with stage"
+msgstr ""
+
+msgid "Pipeline|with stages"
+msgstr ""
+
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgstr ""
+
+msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgstr ""
+
+msgid "Plain diff"
+msgstr ""
+
+msgid "PlantUML"
+msgstr ""
+
+msgid "Play"
+msgstr ""
+
+msgid "Play all manual"
+msgstr ""
+
+msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
+msgstr ""
+
+msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
+msgstr ""
+
+msgid "Please accept the Terms of Service before continuing."
+msgstr ""
+
+msgid "Please add a comment in the text area above"
+msgstr ""
+
+msgid "Please add a list to your board first"
+msgstr ""
+
+msgid "Please check the configuration file for this chart"
+msgstr ""
+
+msgid "Please check the configuration file to ensure that a collection of charts has been declared."
+msgstr ""
+
+msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
+msgstr ""
+
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr ""
+
+msgid "Please choose a group URL with no special characters."
+msgstr ""
+
+msgid "Please complete your profile with email address"
+msgstr ""
+
+msgid "Please convert them to %{link_to_git}, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please convert them to Git on Google Code, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please create a password for your new account."
+msgstr ""
+
+msgid "Please create a username with only alphanumeric characters."
+msgstr ""
+
+msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please enter a non-negative number"
+msgstr ""
+
+msgid "Please enter a number greater than %{number} (from the project settings)"
+msgstr ""
+
+msgid "Please enter a valid number"
+msgstr ""
+
+msgid "Please enter or upload a license."
+msgstr ""
+
+msgid "Please fill in a descriptive name for your group."
+msgstr ""
+
+msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access."
+msgstr ""
+
+msgid "Please provide a name"
+msgstr ""
+
+msgid "Please provide a valid email address."
+msgstr ""
+
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
+msgid "Please retype the email address."
+msgstr ""
+
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
+msgid "Please select a file"
+msgstr ""
+
+msgid "Please select a group."
+msgstr ""
+
+msgid "Please select and add a member"
+msgstr ""
+
+msgid "Please select at least one filter to see results"
+msgstr ""
+
+msgid "Please set a new password before proceeding."
+msgstr ""
+
+msgid "Please solve the reCAPTCHA"
+msgstr ""
+
+msgid "Please try again"
+msgstr ""
+
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
+msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
+msgstr ""
+
+msgid "Please use this form to report to the admin users who create spam issues, comments or behave inappropriately."
+msgstr ""
+
+msgid "Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "Please wait while we connect to your repository. Refresh at will."
+msgstr ""
+
+msgid "Please wait while we import the repository for you. Refresh at will."
+msgstr ""
+
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
+msgid "Pods in use"
+msgstr ""
+
+msgid "Preferences"
+msgstr ""
+
+msgid "Preferences saved."
+msgstr ""
+
+msgid "Preferences|Behavior"
+msgstr ""
+
+msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout."
+msgstr ""
+
+msgid "Preferences|Choose what content you want to see on a project’s overview page."
+msgstr ""
+
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgstr ""
+
+msgid "Preferences|Default dashboard"
+msgstr ""
+
+msgid "Preferences|Display time in 24-hour format"
+msgstr ""
+
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
+msgid "Preferences|For example: 30 mins ago."
+msgstr ""
+
+msgid "Preferences|Integrations"
+msgstr ""
+
+msgid "Preferences|Layout width"
+msgstr ""
+
+msgid "Preferences|Navigation theme"
+msgstr ""
+
+msgid "Preferences|Project overview content"
+msgstr ""
+
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
+msgstr ""
+
+msgid "Preferences|Syntax highlighting theme"
+msgstr ""
+
+msgid "Preferences|These settings will update how dates and times are displayed for you."
+msgstr ""
+
+msgid "Preferences|This feature is experimental and translations are not complete yet"
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the appearance of the syntax."
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views."
+msgstr ""
+
+msgid "Preferences|Time display"
+msgstr ""
+
+msgid "Preferences|Time format"
+msgstr ""
+
+msgid "Preferences|Time preferences"
+msgstr ""
+
+msgid "Preferences|Use relative times"
+msgstr ""
+
+msgid "Press %{key}-C to copy"
+msgstr ""
+
+msgid "Prevent adding new members to project membership within this group"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request author"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request committers"
+msgstr ""
+
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
+msgid "Preview"
+msgstr ""
+
+msgid "Preview Markdown"
+msgstr ""
+
+msgid "Preview changes"
+msgstr ""
+
+msgid "Preview payload"
+msgstr ""
+
+msgid "Previous Artifacts"
+msgstr ""
+
+msgid "Previous file in diff (MRs only)"
+msgstr ""
+
+msgid "Previous unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Primary"
+msgstr ""
+
+msgid "Prioritize"
+msgstr ""
+
+msgid "Prioritize label"
+msgstr ""
+
+msgid "Prioritized Labels"
+msgstr ""
+
+msgid "Prioritized label"
+msgstr ""
+
+msgid "Private"
+msgstr ""
+
+msgid "Private - Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Private - The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "Private group(s)"
+msgstr ""
+
+msgid "Private profile"
+msgstr ""
+
+msgid "Private projects can be created in your personal namespace with:"
+msgstr ""
+
+msgid "Proceed"
+msgstr ""
+
+msgid "Productivity Analytics"
+msgstr ""
+
+msgid "Productivity analytics can help identify the problems that are delaying your team"
+msgstr ""
+
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Ascending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Descending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
+msgid "Profile"
+msgstr ""
+
+msgid "Profile Settings"
+msgstr ""
+
+msgid "ProfileSession|on"
+msgstr ""
+
+msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
+msgstr ""
+
+msgid "Profiles|@username"
+msgstr ""
+
+msgid "Profiles|Account scheduled for removal."
+msgstr ""
+
+msgid "Profiles|Activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Active"
+msgstr ""
+
+msgid "Profiles|Add key"
+msgstr ""
+
+msgid "Profiles|Add status emoji"
+msgstr ""
+
+msgid "Profiles|Avatar cropper"
+msgstr ""
+
+msgid "Profiles|Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Profiles|Bio"
+msgstr ""
+
+msgid "Profiles|Change username"
+msgstr ""
+
+msgid "Profiles|Changing your username can have unintended side effects."
+msgstr ""
+
+msgid "Profiles|Choose file..."
+msgstr ""
+
+msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information"
+msgstr ""
+
+msgid "Profiles|City, country"
+msgstr ""
+
+msgid "Profiles|Clear status"
+msgstr ""
+
+msgid "Profiles|Click on icon to activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Commit email"
+msgstr ""
+
+msgid "Profiles|Connect"
+msgstr ""
+
+msgid "Profiles|Connected Accounts"
+msgstr ""
+
+msgid "Profiles|Current path: %{path}"
+msgstr ""
+
+msgid "Profiles|Current status"
+msgstr ""
+
+msgid "Profiles|Default notification email"
+msgstr ""
+
+msgid "Profiles|Delete Account"
+msgstr ""
+
+msgid "Profiles|Delete account"
+msgstr ""
+
+msgid "Profiles|Delete your account?"
+msgstr ""
+
+msgid "Profiles|Deleting an account has the following effects:"
+msgstr ""
+
+msgid "Profiles|Disconnect"
+msgstr ""
+
+msgid "Profiles|Do not show on profile"
+msgstr ""
+
+msgid "Profiles|Don't display activity-related personal information on your profiles"
+msgstr ""
+
+msgid "Profiles|Edit Profile"
+msgstr ""
+
+msgid "Profiles|Enter your name, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Feed token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Full name"
+msgstr ""
+
+msgid "Profiles|Impersonation"
+msgstr ""
+
+msgid "Profiles|Include private contributions on my profile"
+msgstr ""
+
+msgid "Profiles|Incoming email token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
+msgstr ""
+
+msgid "Profiles|Invalid password"
+msgstr ""
+
+msgid "Profiles|Invalid username"
+msgstr ""
+
+msgid "Profiles|Key"
+msgstr ""
+
+msgid "Profiles|Learn more"
+msgstr ""
+
+msgid "Profiles|Location"
+msgstr ""
+
+msgid "Profiles|Made a private contribution"
+msgstr ""
+
+msgid "Profiles|Main settings"
+msgstr ""
+
+msgid "Profiles|No file chosen"
+msgstr ""
+
+msgid "Profiles|Notification email"
+msgstr ""
+
+msgid "Profiles|Organization"
+msgstr ""
+
+msgid "Profiles|Path"
+msgstr ""
+
+msgid "Profiles|Personal Access"
+msgstr ""
+
+msgid "Profiles|Position and size your new avatar"
+msgstr ""
+
+msgid "Profiles|Primary email"
+msgstr ""
+
+msgid "Profiles|Private contributions"
+msgstr ""
+
+msgid "Profiles|Profile was successfully updated"
+msgstr ""
+
+msgid "Profiles|Public Avatar"
+msgstr ""
+
+msgid "Profiles|Public email"
+msgstr ""
+
+msgid "Profiles|Remove avatar"
+msgstr ""
+
+msgid "Profiles|Set new profile picture"
+msgstr ""
+
+msgid "Profiles|Social sign-in"
+msgstr ""
+
+msgid "Profiles|Some options are unavailable for LDAP accounts"
+msgstr ""
+
+msgid "Profiles|Static object token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Tell us about yourself in fewer than 250 characters"
+msgstr ""
+
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
+msgid "Profiles|The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it?"
+msgstr ""
+
+msgid "Profiles|This email will be displayed on your public profile"
+msgstr ""
+
+msgid "Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}"
+msgstr ""
+
+msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
+msgstr ""
+
+msgid "Profiles|This information will appear on your profile"
+msgstr ""
+
+msgid "Profiles|Time settings"
+msgstr ""
+
+msgid "Profiles|Two-Factor Authentication"
+msgstr ""
+
+msgid "Profiles|Type your %{confirmationValue} to confirm:"
+msgstr ""
+
+msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
+msgstr ""
+
+msgid "Profiles|Update profile settings"
+msgstr ""
+
+msgid "Profiles|Update username"
+msgstr ""
+
+msgid "Profiles|Upload new avatar"
+msgstr ""
+
+msgid "Profiles|Use a private email - %{email}"
+msgstr ""
+
+msgid "Profiles|User ID"
+msgstr ""
+
+msgid "Profiles|Username change failed - %{message}"
+msgstr ""
+
+msgid "Profiles|Username successfully changed"
+msgstr ""
+
+msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead"
+msgstr ""
+
+msgid "Profiles|What's your status?"
+msgstr ""
+
+msgid "Profiles|Who you represent or work for"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here or remove the current avatar to revert to %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You can set your current timezone here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here or change it at %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You don't have access to delete this user."
+msgstr ""
+
+msgid "Profiles|You must transfer ownership or delete these groups before you can delete your account."
+msgstr ""
+
+msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename"
+msgstr ""
+
+msgid "Profiles|Your account is currently an owner in these groups:"
+msgstr ""
+
+msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your name was automatically set based on your %{provider_label} account, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Your status"
+msgstr ""
+
+msgid "Profiles|e.g. My MacBook key"
+msgstr ""
+
+msgid "Profiles|impersonation"
+msgstr ""
+
+msgid "Profiles|personal access"
+msgstr ""
+
+msgid "Profiles|username"
+msgstr ""
+
+msgid "Profiles|website.com"
+msgstr ""
+
+msgid "Profiles|your account"
+msgstr ""
+
+msgid "Profiling - Performance bar"
+msgstr ""
+
+msgid "Programming languages used in this repository"
+msgstr ""
+
+msgid "Progress"
+msgstr ""
+
+msgid "Project"
+msgstr ""
+
+msgid "Project \"%{name}\" is no longer available. Select another project to continue."
+msgstr ""
+
+msgid "Project %{project_repo} could not be found"
+msgstr ""
+
+msgid "Project '%{project_name}' is being imported."
+msgstr ""
+
+msgid "Project '%{project_name}' is in the process of being deleted."
+msgstr ""
+
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
+msgid "Project '%{project_name}' queued for deletion."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully created."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully updated."
+msgstr ""
+
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
+msgid "Project Badges"
+msgstr ""
+
+msgid "Project Files"
+msgstr ""
+
+msgid "Project Hooks"
+msgstr ""
+
+msgid "Project ID"
+msgstr ""
+
+msgid "Project URL"
+msgstr ""
+
+msgid "Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Project already deleted"
+msgstr ""
+
+msgid "Project and wiki repositories"
+msgstr ""
+
+msgid "Project avatar"
+msgstr ""
+
+msgid "Project cannot be shared with the group it is in or one of its ancestors."
+msgstr ""
+
+msgid "Project configuration, including services"
+msgstr ""
+
+msgid "Project description (optional)"
+msgstr ""
+
+msgid "Project details"
+msgstr ""
+
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
+msgid "Project export could not be deleted."
+msgstr ""
+
+msgid "Project export enabled"
+msgstr ""
+
+msgid "Project export has been deleted."
+msgstr ""
+
+msgid "Project export link has expired. Please generate a new export from your project settings."
+msgstr ""
+
+msgid "Project export started. A download link will be sent by email."
+msgstr ""
+
+msgid "Project has too many %{label_for_message} to search"
+msgstr ""
+
+msgid "Project members"
+msgstr ""
+
+msgid "Project name"
+msgstr ""
+
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
+msgid "Project slug"
+msgstr ""
+
+msgid "Project uploads"
+msgstr ""
+
+msgid "Project visibility level will be changed to match namespace rules when transferring to a group."
+msgstr ""
+
+msgid "Project: %{name}"
+msgstr ""
+
+msgid "ProjectActivityRSS|Subscribe"
+msgstr ""
+
+msgid "ProjectCreationLevel|Allowed to create projects"
+msgstr ""
+
+msgid "ProjectCreationLevel|Default project creation protection"
+msgstr ""
+
+msgid "ProjectCreationLevel|Developers + Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|No one"
+msgstr ""
+
+msgid "ProjectFileTree|Name"
+msgstr ""
+
+msgid "ProjectLastActivity|Never"
+msgstr ""
+
+msgid "ProjectLifecycle|Stage"
+msgstr ""
+
+msgid "ProjectOverview|Fork"
+msgstr ""
+
+msgid "ProjectOverview|Forks"
+msgstr ""
+
+msgid "ProjectOverview|Go to your fork"
+msgstr ""
+
+msgid "ProjectOverview|Star"
+msgstr ""
+
+msgid "ProjectOverview|Starrer"
+msgstr ""
+
+msgid "ProjectOverview|Starrers"
+msgstr ""
+
+msgid "ProjectOverview|Unstar"
+msgstr ""
+
+msgid "ProjectOverview|You have reached your project limit"
+msgstr ""
+
+msgid "ProjectOverview|You must sign in to star a project"
+msgstr ""
+
+msgid "ProjectPage|Project ID: %{project_id}"
+msgstr ""
+
+msgid "ProjectSelect| or group"
+msgstr ""
+
+msgid "ProjectSelect|Search for project"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status off"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status on"
+msgstr ""
+
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
+msgid "ProjectService|Integrations"
+msgstr ""
+
+msgid "ProjectService|Last edit"
+msgstr ""
+
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr ""
+
+msgid "ProjectService|Project services"
+msgstr ""
+
+msgid "ProjectService|Project services allow you to integrate GitLab with other applications"
+msgstr ""
+
+msgid "ProjectService|Service"
+msgstr ""
+
+msgid "ProjectService|Services"
+msgstr ""
+
+msgid "ProjectService|Settings"
+msgstr ""
+
+msgid "ProjectService|To set up this service:"
+msgstr ""
+
+msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed"
+msgstr ""
+
+msgid "ProjectSettings|All discussions must be resolved"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
+msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
+msgstr ""
+
+msgid "ProjectSettings|Badges"
+msgstr ""
+
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
+
+msgid "ProjectSettings|Contact an admin to change this setting."
+msgstr ""
+
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
+msgid "ProjectSettings|Customize your project badges."
+msgstr ""
+
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
+msgid "ProjectSettings|Every merge creates a merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
+msgid "ProjectSettings|Failed to protect the tag"
+msgstr ""
+
+msgid "ProjectSettings|Failed to update tag!"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merge"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merges only"
+msgstr ""
+
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
+msgid "ProjectSettings|Learn more about badges."
+msgstr ""
+
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
+msgid "ProjectSettings|Merge checks"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit with semi-linear history"
+msgstr ""
+
+msgid "ProjectSettings|Merge method"
+msgstr ""
+
+msgid "ProjectSettings|Merge options"
+msgstr ""
+
+msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
+msgid "ProjectSettings|No merge commits are created"
+msgstr ""
+
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
+msgid "ProjectSettings|Only signed commits can be pushed to this repository."
+msgstr ""
+
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines must succeed"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
+msgstr ""
+
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
+msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
+msgstr ""
+
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
+msgid "ProjectSettings|These checks must pass before merge requests can be merged"
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level but has been overridden for this project."
+msgstr ""
+
+msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
+msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
+msgstr ""
+
+msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
+msgstr ""
+
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
+msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
+msgstr ""
+
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
+msgid "ProjectTemplates|.NET Core"
+msgstr ""
+
+msgid "ProjectTemplates|Android"
+msgstr ""
+
+msgid "ProjectTemplates|Go Micro"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|NodeJS Express"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|Ruby on Rails"
+msgstr ""
+
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
+msgid "ProjectTemplates|Spring"
+msgstr ""
+
+msgid "ProjectTemplates|iOS (Swift)"
+msgstr ""
+
+msgid "Projects"
+msgstr ""
+
+msgid "Projects (%{count})"
+msgstr ""
+
+msgid "Projects Successfully Retrieved"
+msgstr ""
+
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
+msgid "Projects shared with %{group_name}"
+msgstr ""
+
+msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group."
+msgstr ""
+
+msgid "Projects to index"
+msgstr ""
+
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
+msgid "Projects with write access"
+msgstr ""
+
+msgid "ProjectsDropdown|Frequently visited"
+msgstr ""
+
+msgid "ProjectsDropdown|Loading projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Projects you visit often will appear here"
+msgstr ""
+
+msgid "ProjectsDropdown|Search your projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "ProjectsDropdown|Sorry, no projects matched your search"
+msgstr ""
+
+msgid "ProjectsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
+msgstr ""
+
+msgid "ProjectsNew|Blank"
+msgstr ""
+
+msgid "ProjectsNew|Blank project"
+msgstr ""
+
+msgid "ProjectsNew|Contact an administrator to enable options for importing your project."
+msgstr ""
+
+msgid "ProjectsNew|Create from template"
+msgstr ""
+
+msgid "ProjectsNew|Creating project & repository."
+msgstr ""
+
+msgid "ProjectsNew|Description format"
+msgstr ""
+
+msgid "ProjectsNew|Import"
+msgstr ""
+
+msgid "ProjectsNew|Import project"
+msgstr ""
+
+msgid "ProjectsNew|Initialize repository with a README"
+msgstr ""
+
+msgid "ProjectsNew|No import options available"
+msgstr ""
+
+msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
+msgstr ""
+
+msgid "ProjectsNew|Template"
+msgstr ""
+
+msgid "ProjectsNew|Visibility Level"
+msgstr ""
+
+msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
+msgstr ""
+
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr ""
+
+msgid "PrometheusAlerts|Add alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Edit alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error creating alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error deleting alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error fetching alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error saving alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Operator"
+msgstr ""
+
+msgid "PrometheusAlerts|Select query"
+msgstr ""
+
+msgid "PrometheusAlerts|Threshold"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgstr ""
+
+msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgstr ""
+
+msgid "PrometheusService|Active"
+msgstr ""
+
+msgid "PrometheusService|Auto configuration"
+msgstr ""
+
+msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments"
+msgstr ""
+
+msgid "PrometheusService|Common metrics"
+msgstr ""
+
+msgid "PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters."
+msgstr ""
+
+msgid "PrometheusService|Custom metrics"
+msgstr ""
+
+msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
+msgstr ""
+
+msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
+msgstr ""
+
+msgid "PrometheusService|Finding and configuring metrics..."
+msgstr ""
+
+msgid "PrometheusService|Finding custom metrics..."
+msgstr ""
+
+msgid "PrometheusService|Install Prometheus on clusters"
+msgstr ""
+
+msgid "PrometheusService|Manage clusters"
+msgstr ""
+
+msgid "PrometheusService|Manual configuration"
+msgstr ""
+
+msgid "PrometheusService|Metrics"
+msgstr ""
+
+msgid "PrometheusService|Missing environment variable"
+msgstr ""
+
+msgid "PrometheusService|More information"
+msgstr ""
+
+msgid "PrometheusService|New metric"
+msgstr ""
+
+msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
+msgstr ""
+
+msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
+msgstr ""
+
+msgid "PrometheusService|Prometheus is being automatically managed on your clusters"
+msgstr ""
+
+msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment"
+msgstr ""
+
+msgid "PrometheusService|Time-series monitoring service"
+msgstr ""
+
+msgid "PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters"
+msgstr ""
+
+msgid "PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below"
+msgstr ""
+
+msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
+msgstr ""
+
+msgid "Promote"
+msgstr ""
+
+msgid "Promote confidential issue to a non-confidential epic"
+msgstr ""
+
+msgid "Promote issue to an epic"
+msgstr ""
+
+msgid "Promote these project milestones into a group milestone."
+msgstr ""
+
+msgid "Promote to Group Milestone"
+msgstr ""
+
+msgid "Promote to group label"
+msgstr ""
+
+msgid "PromoteMilestone|Only project milestones can be promoted."
+msgstr ""
+
+msgid "PromoteMilestone|Project does not belong to a group."
+msgstr ""
+
+msgid "PromoteMilestone|Promotion failed - %{message}"
+msgstr ""
+
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
+msgid "Promoted issue to an epic."
+msgstr ""
+
+msgid "Promotions|Don't show me this again"
+msgstr ""
+
+msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
+msgstr ""
+
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
+msgid "Promotions|This feature is locked."
+msgstr ""
+
+msgid "Promotions|Upgrade plan"
+msgstr ""
+
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
+msgid "Prompt users to upload SSH keys"
+msgstr ""
+
+msgid "Protected"
+msgstr ""
+
+msgid "Protected Branch"
+msgstr ""
+
+msgid "Protected Environment"
+msgstr ""
+
+msgid "Protected Environments"
+msgstr ""
+
+msgid "Protected Paths"
+msgstr ""
+
+msgid "Protected Tag"
+msgstr ""
+
+msgid "Protected branches"
+msgstr ""
+
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
+msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
+msgstr ""
+
+msgid "ProtectedEnvironment|Allowed to deploy"
+msgstr ""
+
+msgid "ProtectedEnvironment|Environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
+msgstr ""
+
+msgid "ProtectedEnvironment|Select an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
+msgstr ""
+
+msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
+msgstr ""
+
+msgid "ProtectedEnvironment|Unprotect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment can't be unprotected"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been protected."
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been unprotected"
+msgstr ""
+
+msgid "Protip:"
+msgstr ""
+
+msgid "Provider"
+msgstr ""
+
+msgid "Pseudonymizer data collection"
+msgstr ""
+
+msgid "Public"
+msgstr ""
+
+msgid "Public - The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "Public - The project can be accessed without any authentication."
+msgstr ""
+
+msgid "Public Access Help"
+msgstr ""
+
+msgid "Public deploy keys (%{deploy_keys_count})"
+msgstr ""
+
+msgid "Public pipelines"
+msgstr ""
+
+msgid "Pull"
+msgstr ""
+
+msgid "Purchase more minutes"
+msgstr ""
+
+msgid "Push"
+msgstr ""
+
+msgid "Push Rule updated successfully."
+msgstr ""
+
+msgid "Push Rules"
+msgstr ""
+
+msgid "Push Rules updated successfully."
+msgstr ""
+
+msgid "Push an existing Git repository"
+msgstr ""
+
+msgid "Push an existing folder"
+msgstr ""
+
+msgid "Push events"
+msgstr ""
+
+msgid "Push project from command line"
+msgstr ""
+
+msgid "Push to create a project"
+msgstr ""
+
+msgid "PushRule|Committer restriction"
+msgstr ""
+
+msgid "Pushed"
+msgstr ""
+
+msgid "Pushes"
+msgstr ""
+
+msgid "PushoverService|%{user_name} deleted branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} push to branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|High Priority"
+msgstr ""
+
+msgid "PushoverService|Leave blank for all active devices"
+msgstr ""
+
+msgid "PushoverService|Low Priority"
+msgstr ""
+
+msgid "PushoverService|Lowest Priority"
+msgstr ""
+
+msgid "PushoverService|Normal Priority"
+msgstr ""
+
+msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
+msgstr ""
+
+msgid "PushoverService|See project %{project_full_name}"
+msgstr ""
+
+msgid "PushoverService|Total commits count: %{total_commits_count}"
+msgstr ""
+
+msgid "PushoverService|Your application key"
+msgstr ""
+
+msgid "PushoverService|Your user key"
+msgstr ""
+
+msgid "Quarters"
+msgstr ""
+
+msgid "Query"
+msgstr ""
+
+msgid "Query cannot be processed"
+msgstr ""
+
+msgid "Query is valid"
+msgstr ""
+
+msgid "Quick actions can be used in the issues description and comment boxes."
+msgstr ""
+
+msgid "Quick range"
+msgstr ""
+
+msgid "README"
+msgstr ""
+
+msgid "Rake Tasks Help"
+msgstr ""
+
+msgid "Raw blob request rate limit per minute"
+msgstr ""
+
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
+msgid "Read more"
+msgstr ""
+
+msgid "Read more about environments"
+msgstr ""
+
+msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
+msgstr ""
+
+msgid "Read more about related issues"
+msgstr ""
+
+msgid "Real-time features"
+msgstr ""
+
+msgid "Rebase"
+msgstr ""
+
+msgid "Rebase in progress"
+msgstr ""
+
+msgid "Receive alerts from manually configured Prometheus servers."
+msgstr ""
+
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
+msgid "Receive notifications about your own activity"
+msgstr ""
+
+msgid "Recent"
+msgstr ""
+
+msgid "Recent Activity"
+msgstr ""
+
+msgid "Recent Project Activity"
+msgstr ""
+
+msgid "Recent Searches Service is unavailable"
+msgstr ""
+
+msgid "Recent searches"
+msgstr ""
+
+msgid "Recipe"
+msgstr ""
+
+msgid "Recovery Codes"
+msgstr ""
+
+msgid "Redirect to SAML provider to test configuration"
+msgstr ""
+
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
+msgid "Reference:"
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "Refreshing in a second to show the updated status..."
+msgid_plural "Refreshing in %d seconds to show the updated status..."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Regenerate instance ID"
+msgstr ""
+
+msgid "Regenerate key"
+msgstr ""
+
+msgid "Regenerate recovery codes"
+msgstr ""
+
+msgid "Regenerating the instance ID can break integration depending on the client you are using."
+msgstr ""
+
+msgid "Regex pattern"
+msgstr ""
+
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
+msgid "Register"
+msgstr ""
+
+msgid "Register / Sign In"
+msgstr ""
+
+msgid "Register Two-Factor Authenticator"
+msgstr ""
+
+msgid "Register U2F device"
+msgstr ""
+
+msgid "Register Universal Two-Factor (U2F) Device"
+msgstr ""
+
+msgid "Register for GitLab"
+msgstr ""
+
+msgid "Register now"
+msgstr ""
+
+msgid "Register with two-factor app"
+msgstr ""
+
+msgid "Registration"
+msgstr ""
+
+msgid "Related Deployed Jobs"
+msgstr ""
+
+msgid "Related Issues"
+msgstr ""
+
+msgid "Related Jobs"
+msgstr ""
+
+msgid "Related Merge Requests"
+msgstr ""
+
+msgid "Related Merged Requests"
+msgstr ""
+
+msgid "Related issues"
+msgstr ""
+
+msgid "Related merge requests"
+msgstr ""
+
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
+msgid "Releases"
+msgstr ""
+
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr ""
+
+msgid "Remember me"
+msgstr ""
+
+msgid "Remind later"
+msgstr ""
+
+msgid "Remote object has no absolute path."
+msgstr ""
+
+msgid "Remove"
+msgstr ""
+
+msgid "Remove %{displayReference}"
+msgstr ""
+
+msgid "Remove Runner"
+msgstr ""
+
+msgid "Remove Zoom meeting"
+msgstr ""
+
+msgid "Remove all approvals in a merge request when new commits are pushed to its source branch"
+msgstr ""
+
+msgid "Remove all or specific assignee(s)"
+msgstr ""
+
+msgid "Remove all or specific label(s)"
+msgstr ""
+
+msgid "Remove approvers"
+msgstr ""
+
+msgid "Remove approvers?"
+msgstr ""
+
+msgid "Remove assignee"
+msgstr ""
+
+msgid "Remove avatar"
+msgstr ""
+
+msgid "Remove card"
+msgstr ""
+
+msgid "Remove child epic from an epic"
+msgstr ""
+
+msgid "Remove due date"
+msgstr ""
+
+msgid "Remove fork relationship"
+msgstr ""
+
+msgid "Remove from board"
+msgstr ""
+
+msgid "Remove from epic"
+msgstr ""
+
+msgid "Remove group"
+msgstr ""
+
+msgid "Remove milestone"
+msgstr ""
+
+msgid "Remove node"
+msgstr ""
+
+msgid "Remove parent epic from an epic"
+msgstr ""
+
+msgid "Remove primary node"
+msgstr ""
+
+msgid "Remove priority"
+msgstr ""
+
+msgid "Remove project"
+msgstr ""
+
+msgid "Remove secondary node"
+msgstr ""
+
+msgid "Remove spent time"
+msgstr ""
+
+msgid "Remove stage"
+msgstr ""
+
+msgid "Remove time estimate"
+msgstr ""
+
+msgid "Removed"
+msgstr ""
+
+msgid "Removed %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removed %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removed %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removed %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removed %{type} with id %{id}"
+msgstr ""
+
+msgid "Removed all labels."
+msgstr ""
+
+msgid "Removed an issue from an epic."
+msgstr ""
+
+msgid "Removed group can not be restored!"
+msgstr ""
+
+msgid "Removed parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removed projects cannot be restored!"
+msgstr ""
+
+msgid "Removed spent time."
+msgstr ""
+
+msgid "Removed the due date."
+msgstr ""
+
+msgid "Removed time estimate."
+msgstr ""
+
+msgid "Removes %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removes %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removes %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removes %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removes all labels."
+msgstr ""
+
+msgid "Removes an issue from an epic."
+msgstr ""
+
+msgid "Removes parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removes spent time."
+msgstr ""
+
+msgid "Removes the due date."
+msgstr ""
+
+msgid "Removes time estimate."
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
+msgid "Removing group will cause all child projects and resources to be removed."
+msgstr ""
+
+msgid "Removing license…"
+msgstr ""
+
+msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
+msgid "Rename"
+msgstr ""
+
+msgid "Rename file"
+msgstr ""
+
+msgid "Rename folder"
+msgstr ""
+
+msgid "Reopen epic"
+msgstr ""
+
+msgid "Reopen milestone"
+msgstr ""
+
+msgid "Reopen this %{quick_action_target}"
+msgstr ""
+
+msgid "Reopened this %{quick_action_target}."
+msgstr ""
+
+msgid "Reopens this %{quick_action_target}."
+msgstr ""
+
+msgid "Repair authentication"
+msgstr ""
+
+msgid "Replace"
+msgstr ""
+
+msgid "Replace all label(s)"
+msgstr ""
+
+msgid "Replaced all labels with %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Replaces the clone URL root."
+msgstr ""
+
+msgid "Reply by email"
+msgstr ""
+
+msgid "Reply to comment"
+msgstr ""
+
+msgid "Reply to this email directly or %{view_it_on_gitlab}."
+msgstr ""
+
+msgid "Reply..."
+msgstr ""
+
+msgid "Repo by URL"
+msgstr ""
+
+msgid "Report Type: %{report_type}"
+msgstr ""
+
+msgid "Report abuse to admin"
+msgstr ""
+
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
+msgid "Reporting"
+msgstr ""
+
+msgid "Reports|%{failedString} and %{resolvedString}"
+msgstr ""
+
+msgid "Reports|Actions"
+msgstr ""
+
+msgid "Reports|Class"
+msgstr ""
+
+msgid "Reports|Classname"
+msgstr ""
+
+msgid "Reports|Confidence"
+msgstr ""
+
+msgid "Reports|Execution time"
+msgstr ""
+
+msgid "Reports|Failure"
+msgstr ""
+
+msgid "Reports|Metrics reports are loading"
+msgstr ""
+
+msgid "Reports|Metrics reports changed on %{numberOfChanges} %{pointsString}"
+msgstr ""
+
+msgid "Reports|Metrics reports did not change"
+msgstr ""
+
+msgid "Reports|Metrics reports failed loading results"
+msgstr ""
+
+msgid "Reports|Severity"
+msgstr ""
+
+msgid "Reports|System output"
+msgstr ""
+
+msgid "Reports|Test summary"
+msgstr ""
+
+msgid "Reports|Test summary failed loading results"
+msgstr ""
+
+msgid "Reports|Test summary results are being parsed"
+msgstr ""
+
+msgid "Reports|Vulnerability"
+msgstr ""
+
+msgid "Reports|no changed test results"
+msgstr ""
+
+msgid "Repository"
+msgstr ""
+
+msgid "Repository Graph"
+msgstr ""
+
+msgid "Repository Settings"
+msgstr ""
+
+msgid "Repository URL"
+msgstr ""
+
+msgid "Repository check was triggered."
+msgstr ""
+
+msgid "Repository cleanup"
+msgstr ""
+
+msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete."
+msgstr ""
+
+msgid "Repository has no locks."
+msgstr ""
+
+msgid "Repository maintenance"
+msgstr ""
+
+msgid "Repository mirroring"
+msgstr ""
+
+msgid "Repository static objects"
+msgstr ""
+
+msgid "Repository storage"
+msgstr ""
+
+msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
+msgstr ""
+
+msgid "RepositorySettingsAccessLevel|Select"
+msgstr ""
+
+msgid "Request Access"
+msgstr ""
+
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
+msgid "Requested %{time_ago}"
+msgstr ""
+
+msgid "Requested design version does not exist"
+msgstr ""
+
+msgid "Requests Profiles"
+msgstr ""
+
+msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The whitelist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
+msgstr ""
+
+msgid "Require all users in this group to setup Two-factor authentication"
+msgstr ""
+
+msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
+msgstr ""
+
+msgid "Require user password to approve"
+msgstr ""
+
+msgid "Require users to prove ownership of custom domains"
+msgstr ""
+
+msgid "Requires approval from %{names}."
+msgid_plural "Requires %{count} more approvals from %{names}."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires approval."
+msgid_plural "Requires %d more approvals."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Resend confirmation email"
+msgstr ""
+
+msgid "Resend invite"
+msgstr ""
+
+msgid "Resend it"
+msgstr ""
+
+msgid "Reset authorization key"
+msgstr ""
+
+msgid "Reset authorization key?"
+msgstr ""
+
+msgid "Reset health check access token"
+msgstr ""
+
+msgid "Reset key"
+msgstr ""
+
+msgid "Reset runners registration token"
+msgstr ""
+
+msgid "Reset template"
+msgstr ""
+
+msgid "Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
+msgstr ""
+
+msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
+msgstr ""
+
+msgid "Resolve"
+msgstr ""
+
+msgid "Resolve all threads in new issue"
+msgstr ""
+
+msgid "Resolve conflicts on source branch"
+msgstr ""
+
+msgid "Resolve discussion"
+msgstr ""
+
+msgid "Resolve thread"
+msgstr ""
+
+msgid "Resolved"
+msgstr ""
+
+msgid "Resolved 1 discussion."
+msgstr ""
+
+msgid "Resolved all discussions."
+msgstr ""
+
+msgid "Resolved by %{name}"
+msgstr ""
+
+msgid "Resolved by %{resolvedByName}"
+msgstr ""
+
+msgid "Resolves IP addresses once and uses them to submit requests"
+msgstr ""
+
+msgid "Response"
+msgstr ""
+
+msgid "Response didn't include `service_desk_address`"
+msgstr ""
+
+msgid "Response metrics (AWS ELB)"
+msgstr ""
+
+msgid "Response metrics (Custom)"
+msgstr ""
+
+msgid "Response metrics (HA Proxy)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress VTS)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress)"
+msgstr ""
+
+msgid "Response metrics (NGINX)"
+msgstr ""
+
+msgid "Restart Terminal"
+msgstr ""
+
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
+msgid "Restrict access by IP address"
+msgstr ""
+
+msgid "Restrict membership by email"
+msgstr ""
+
+msgid "Resume"
+msgstr ""
+
+msgid "Resume replication"
+msgstr ""
+
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
+msgid "Retry"
+msgstr ""
+
+msgid "Retry this job"
+msgstr ""
+
+msgid "Retry this job in order to create the necessary resources."
+msgstr ""
+
+msgid "Retry update"
+msgstr ""
+
+msgid "Retry verification"
+msgstr ""
+
+msgid "Reveal value"
+msgid_plural "Reveal values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reveal values"
+msgstr ""
+
+msgid "Revert this commit"
+msgstr ""
+
+msgid "Revert this merge request"
+msgstr ""
+
+msgid "Review"
+msgstr ""
+
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
+msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
+msgstr ""
+
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
+msgid "Reviewing"
+msgstr ""
+
+msgid "Reviewing (merge request !%{mergeRequestId})"
+msgstr ""
+
+msgid "Revoke"
+msgstr ""
+
+msgid "Revoked impersonation token %{token_name}!"
+msgstr ""
+
+msgid "Revoked personal access token %{personal_access_token_name}!"
+msgstr ""
+
+msgid "RightSidebar|adding a"
+msgstr ""
+
+msgid "RightSidebar|deleting the"
+msgstr ""
+
+msgid "Roadmap"
+msgstr ""
+
+msgid "Role"
+msgstr ""
+
+msgid "Rollback"
+msgstr ""
+
+msgid "Rook"
+msgstr ""
+
+msgid "Run CI/CD pipelines for external repositories"
+msgstr ""
+
+msgid "Run housekeeping"
+msgstr ""
+
+msgid "Run tests against your code live using the Web Terminal"
+msgstr ""
+
+msgid "Run untagged jobs"
+msgstr ""
+
+msgid "Runner cannot be assigned to other projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects in its group"
+msgstr ""
+
+msgid "Runner runs jobs from assigned projects"
+msgstr ""
+
+msgid "Runner token"
+msgstr ""
+
+msgid "Runner was not updated."
+msgstr ""
+
+msgid "Runner was successfully updated."
+msgstr ""
+
+msgid "Runner will not receive any new jobs"
+msgstr ""
+
+msgid "Runners"
+msgstr ""
+
+msgid "Runners API"
+msgstr ""
+
+msgid "Runners activated for this project"
+msgstr ""
+
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, and even on your local machine."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, even on your local machine."
+msgstr ""
+
+msgid "Runners currently online: %{active_runners_count}"
+msgstr ""
+
+msgid "Runners page"
+msgstr ""
+
+msgid "Runners page."
+msgstr ""
+
+msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
+msgstr ""
+
+msgid "Running"
+msgstr ""
+
+msgid "Running…"
+msgstr ""
+
+msgid "Runs a number of housekeeping tasks within the current repository, such as compressing file revisions and removing unreachable objects."
+msgstr ""
+
+msgid "SAML SSO"
+msgstr ""
+
+msgid "SAML SSO for %{group_name}"
+msgstr ""
+
+msgid "SAML for %{group_name}"
+msgstr ""
+
+msgid "SHA256"
+msgstr ""
+
+msgid "SSH Key"
+msgstr ""
+
+msgid "SSH Keys"
+msgstr ""
+
+msgid "SSH Keys Help"
+msgstr ""
+
+msgid "SSH host key fingerprints"
+msgstr ""
+
+msgid "SSH host keys"
+msgstr ""
+
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
+msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
+msgstr ""
+
+msgid "SSH public key"
+msgstr ""
+
+msgid "SSL Verification:"
+msgstr ""
+
+msgid "Saturday"
+msgstr ""
+
+msgid "Save"
+msgstr ""
+
+msgid "Save Changes"
+msgstr ""
+
+msgid "Save anyway"
+msgstr ""
+
+msgid "Save application"
+msgstr ""
+
+msgid "Save changes"
+msgstr ""
+
+msgid "Save changes before testing"
+msgstr ""
+
+msgid "Save comment"
+msgstr ""
+
+msgid "Save expiration policy"
+msgstr ""
+
+msgid "Save password"
+msgstr ""
+
+msgid "Save pipeline schedule"
+msgstr ""
+
+msgid "Save template"
+msgstr ""
+
+msgid "Save variables"
+msgstr ""
+
+msgid "Saving"
+msgstr ""
+
+msgid "Saving project."
+msgstr ""
+
+msgid "Schedule a new pipeline"
+msgstr ""
+
+msgid "Scheduled"
+msgstr ""
+
+msgid "Scheduled to merge this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Schedules"
+msgstr ""
+
+msgid "Scheduling"
+msgstr ""
+
+msgid "Scheduling Pipelines"
+msgstr ""
+
+msgid "Scope"
+msgstr ""
+
+msgid "Scope not supported with disabled 'users_search' feature!"
+msgstr ""
+
+msgid "Scoped issue boards"
+msgstr ""
+
+msgid "Scoped label"
+msgstr ""
+
+msgid "Scopes"
+msgstr ""
+
+msgid "Scroll down"
+msgstr ""
+
+msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
+msgstr ""
+
+msgid "Scroll left"
+msgstr ""
+
+msgid "Scroll right"
+msgstr ""
+
+msgid "Scroll to bottom"
+msgstr ""
+
+msgid "Scroll to top"
+msgstr ""
+
+msgid "Scroll up"
+msgstr ""
+
+msgid "Search"
+msgstr ""
+
+msgid "Search Button"
+msgstr ""
+
+msgid "Search an environment spec"
+msgstr ""
+
+msgid "Search branches"
+msgstr ""
+
+msgid "Search branches and tags"
+msgstr ""
+
+msgid "Search files"
+msgstr ""
+
+msgid "Search for a LDAP group"
+msgstr ""
+
+msgid "Search for a group"
+msgstr ""
+
+msgid "Search for a user"
+msgstr ""
+
+msgid "Search for projects, issues, etc."
+msgstr ""
+
+msgid "Search for this text"
+msgstr ""
+
+msgid "Search forks"
+msgstr ""
+
+msgid "Search groups"
+msgstr ""
+
+msgid "Search merge requests"
+msgstr ""
+
+msgid "Search milestones"
+msgstr ""
+
+msgid "Search or filter results..."
+msgstr ""
+
+msgid "Search or filter results…"
+msgstr ""
+
+msgid "Search or jump to…"
+msgstr ""
+
+msgid "Search project"
+msgstr ""
+
+msgid "Search projects"
+msgstr ""
+
+msgid "Search projects..."
+msgstr ""
+
+msgid "Search users"
+msgstr ""
+
+msgid "Search users or groups"
+msgstr ""
+
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
+msgid "Search your projects"
+msgstr ""
+
+msgid "SearchAutocomplete|All GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|in all GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|in this group"
+msgstr ""
+
+msgid "SearchAutocomplete|in this project"
+msgstr ""
+
+msgid "SearchCodeResults|in"
+msgstr ""
+
+msgid "SearchCodeResults|of %{link_to_project}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
+msgstr ""
+
+msgid "SearchResults|code result"
+msgid_plural "SearchResults|code results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|comment"
+msgid_plural "SearchResults|comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|commit"
+msgid_plural "SearchResults|commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|issue"
+msgid_plural "SearchResults|issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|merge request"
+msgid_plural "SearchResults|merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|milestone"
+msgid_plural "SearchResults|milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|project"
+msgid_plural "SearchResults|projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet"
+msgid_plural "SearchResults|snippets"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet result"
+msgid_plural "SearchResults|snippet results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|user"
+msgid_plural "SearchResults|users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|wiki result"
+msgid_plural "SearchResults|wiki results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Seats currently in use"
+msgstr ""
+
+msgid "Seats in license"
+msgstr ""
+
+msgid "Secret"
+msgstr ""
+
+msgid "Security"
+msgstr ""
+
+msgid "Security & Compliance"
+msgstr ""
+
+msgid "Security Configuration"
+msgstr ""
+
+msgid "Security Dashboard"
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the dashboard data. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability counts. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Issue Created"
+msgstr ""
+
+msgid "Security Reports|Comment added to '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment deleted on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment edited on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Create issue"
+msgstr ""
+
+msgid "Security Reports|Dismiss vulnerability"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
+msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
+msgstr ""
+
+msgid "Security Reports|Learn more about setting up your dashboard"
+msgstr ""
+
+msgid "Security Reports|More info"
+msgstr ""
+
+msgid "Security Reports|Oops, something doesn't seem right."
+msgstr ""
+
+msgid "Security Reports|There was an error adding the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the issue."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the merge request."
+msgstr ""
+
+msgid "Security Reports|There was an error deleting the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error dismissing the vulnerability."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting the dismissal."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting this dismissal."
+msgstr ""
+
+msgid "Security Reports|Undo dismiss"
+msgstr ""
+
+msgid "Security configuration help link"
+msgstr ""
+
+msgid "Security dashboard"
+msgstr ""
+
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
+msgstr ""
+
+msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
+msgid "SecurityDashboard|Confidence"
+msgstr ""
+
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Hide dismissed"
+msgstr ""
+
+msgid "SecurityDashboard|Monitor vulnerabilities in your code"
+msgstr ""
+
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
+
+msgid "SecurityDashboard|Project"
+msgstr ""
+
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Report type"
+msgstr ""
+
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
+msgid "SecurityDashboard|Severity"
+msgstr ""
+
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
+msgid "See metrics"
+msgstr ""
+
+msgid "See the affected projects in the GitLab admin panel"
+msgstr ""
+
+msgid "Select"
+msgstr ""
+
+msgid "Select Archive Format"
+msgstr ""
+
+msgid "Select GitLab project to link with your Slack team"
+msgstr ""
+
+msgid "Select Page"
+msgstr ""
+
+msgid "Select Stack"
+msgstr ""
+
+msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Select a group to invite"
+msgstr ""
+
+msgid "Select a label"
+msgstr ""
+
+msgid "Select a namespace to fork the project"
+msgstr ""
+
+msgid "Select a new namespace"
+msgstr ""
+
+msgid "Select a project"
+msgstr ""
+
+msgid "Select a project to read Insights configuration file"
+msgstr ""
+
+msgid "Select a repository"
+msgstr ""
+
+msgid "Select a template repository"
+msgstr ""
+
+msgid "Select a template type"
+msgstr ""
+
+msgid "Select a timezone"
+msgstr ""
+
+msgid "Select all"
+msgstr ""
+
+msgid "Select an existing Kubernetes cluster or create a new one"
+msgstr ""
+
+msgid "Select branch"
+msgstr ""
+
+msgid "Select branch/tag"
+msgstr ""
+
+msgid "Select group or project"
+msgstr ""
+
+msgid "Select labels"
+msgstr ""
+
+msgid "Select merge moment"
+msgstr ""
+
+msgid "Select milestone"
+msgstr ""
+
+msgid "Select private project"
+msgstr ""
+
+msgid "Select project"
+msgstr ""
+
+msgid "Select project and zone to choose machine type"
+msgstr ""
+
+msgid "Select project to choose zone"
+msgstr ""
+
+msgid "Select projects"
+msgstr ""
+
+msgid "Select projects you want to import."
+msgstr ""
+
+msgid "Select source branch"
+msgstr ""
+
+msgid "Select target branch"
+msgstr ""
+
+msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
+msgstr ""
+
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
+msgid "Select the custom project template source group."
+msgstr ""
+
+msgid "Select timeframe"
+msgstr ""
+
+msgid "Select user"
+msgstr ""
+
+msgid "Select your role"
+msgstr ""
+
+msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
+msgstr ""
+
+msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
+msgstr ""
+
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
+msgid "Send a separate email notification to Developers."
+msgstr ""
+
+msgid "Send confirmation email"
+msgstr ""
+
+msgid "Send email"
+msgstr ""
+
+msgid "Send report"
+msgstr ""
+
+msgid "Send usage data"
+msgstr ""
+
+msgid "Sentry API URL"
+msgstr ""
+
+msgid "Sentry event"
+msgstr ""
+
+msgid "Sep"
+msgstr ""
+
+msgid "Separate topics with commas."
+msgstr ""
+
+msgid "September"
+msgstr ""
+
+msgid "SeriesFinalConjunction|and"
+msgstr ""
+
+msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)."
+msgstr ""
+
+msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
+msgstr ""
+
+msgid "Server version"
+msgstr ""
+
+msgid "Serverless"
+msgstr ""
+
+msgid "ServerlessDetails|Function invocation metrics require Prometheus to be installed first."
+msgstr ""
+
+msgid "ServerlessDetails|Install Prometheus"
+msgstr ""
+
+msgid "ServerlessDetails|Invocation metrics loading or not available at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Invocations"
+msgstr ""
+
+msgid "ServerlessDetails|Kubernetes Pods"
+msgstr ""
+
+msgid "ServerlessDetails|More information"
+msgstr ""
+
+msgid "ServerlessDetails|No pods loaded at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity."
+msgstr ""
+
+msgid "ServerlessDetails|pod in use"
+msgstr ""
+
+msgid "ServerlessDetails|pods in use"
+msgstr ""
+
+msgid "ServerlessURL|Copy URL"
+msgstr ""
+
+msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
+msgstr ""
+
+msgid "Serverless|Getting started with serverless"
+msgstr ""
+
+msgid "Serverless|If you believe none of these apply, please check back later as the function data may be in the process of becoming available."
+msgstr ""
+
+msgid "Serverless|Install Knative"
+msgstr ""
+
+msgid "Serverless|Learn more about Serverless"
+msgstr ""
+
+msgid "Serverless|No functions available"
+msgstr ""
+
+msgid "Serverless|The deploy job has not finished."
+msgstr ""
+
+msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag} file don't match the namespace of your cluster."
+msgstr ""
+
+msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:"
+msgstr ""
+
+msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured."
+msgstr ""
+
+msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file."
+msgstr ""
+
+msgid "Service"
+msgstr ""
+
+msgid "Service Desk"
+msgstr ""
+
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
+msgid "Service Templates"
+msgstr ""
+
+msgid "Service URL"
+msgstr ""
+
+msgid "Session duration (minutes)"
+msgstr ""
+
+msgid "Session expiration, projects limit and attachment size."
+msgstr ""
+
+msgid "Set %{epic_ref} as the parent epic."
+msgstr ""
+
+msgid "Set a default template for issue descriptions."
+msgstr ""
+
+msgid "Set a number of approvals required, the approvers and other approval settings."
+msgstr ""
+
+msgid "Set a password on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Set a template repository for projects in this group"
+msgstr ""
+
+msgid "Set default and restrict visibility levels. Configure import sources and git access protocol."
+msgstr ""
+
+msgid "Set due date"
+msgstr ""
+
+msgid "Set instance-wide template repository"
+msgstr ""
+
+msgid "Set max session time for web terminal."
+msgstr ""
+
+msgid "Set milestone"
+msgstr ""
+
+msgid "Set new password"
+msgstr ""
+
+msgid "Set notification email for abuse reports."
+msgstr ""
+
+msgid "Set parent epic to an epic"
+msgstr ""
+
+msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
+msgstr ""
+
+msgid "Set target branch"
+msgstr ""
+
+msgid "Set target branch to %{branch_name}."
+msgstr ""
+
+msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: <code>4 mins 2 sec</code>, <code>2h42min</code>."
+msgstr ""
+
+msgid "Set the due date to %{due_date}."
+msgstr ""
+
+msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>."
+msgstr ""
+
+msgid "Set the maximum file size for each job's artifacts"
+msgstr ""
+
+msgid "Set the maximum number of pipeline minutes that a group can use on shared Runners per month. 0 for unlimited."
+msgstr ""
+
+msgid "Set the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Set time estimate"
+msgstr ""
+
+msgid "Set time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Set up CI/CD"
+msgstr ""
+
+msgid "Set up a %{type} Runner automatically"
+msgstr ""
+
+msgid "Set up a %{type} Runner manually"
+msgstr ""
+
+msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}"
+msgstr ""
+
+msgid "Set up new U2F device"
+msgstr ""
+
+msgid "Set up new password"
+msgstr ""
+
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
+msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
+msgstr ""
+
+msgid "Set weight"
+msgstr ""
+
+msgid "Set weight to %{weight}."
+msgstr ""
+
+msgid "SetPasswordToCloneLink|set a password"
+msgstr ""
+
+msgid "SetStatusModal|Add status emoji"
+msgstr ""
+
+msgid "SetStatusModal|Clear status"
+msgstr ""
+
+msgid "SetStatusModal|Edit status"
+msgstr ""
+
+msgid "SetStatusModal|Remove status"
+msgstr ""
+
+msgid "SetStatusModal|Set a status"
+msgstr ""
+
+msgid "SetStatusModal|Set status"
+msgstr ""
+
+msgid "SetStatusModal|Sorry, we weren't able to set your status. Please try again later."
+msgstr ""
+
+msgid "SetStatusModal|What's your status?"
+msgstr ""
+
+msgid "Sets %{epic_ref} as parent epic."
+msgstr ""
+
+msgid "Sets target branch to %{branch_name}."
+msgstr ""
+
+msgid "Sets the due date to %{due_date}."
+msgstr ""
+
+msgid "Sets the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Sets time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Sets weight to %{weight}."
+msgstr ""
+
+msgid "Settings"
+msgstr ""
+
+msgid "Severity: %{severity}"
+msgstr ""
+
+msgid "Share"
+msgstr ""
+
+msgid "Share the <strong>%{sso_label}</strong> with members so they can sign in to your group through your identity provider"
+msgstr ""
+
+msgid "Shared Runners"
+msgstr ""
+
+msgid "Shared projects"
+msgstr ""
+
+msgid "Shared runners help link"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero."
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset pipeline minutes"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
+msgstr ""
+
+msgid "Sherlock Transactions"
+msgstr ""
+
+msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
+msgstr ""
+
+msgid "Show all activity"
+msgstr ""
+
+msgid "Show all members"
+msgstr ""
+
+msgid "Show archived projects"
+msgstr ""
+
+msgid "Show archived projects only"
+msgstr ""
+
+msgid "Show command"
+msgstr ""
+
+msgid "Show comments"
+msgstr ""
+
+msgid "Show comments only"
+msgstr ""
+
+msgid "Show commit description"
+msgstr ""
+
+msgid "Show complete raw log"
+msgstr ""
+
+msgid "Show file browser"
+msgstr ""
+
+msgid "Show latest version"
+msgstr ""
+
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
+msgid "Show parent pages"
+msgstr ""
+
+msgid "Show parent subgroups"
+msgstr ""
+
+msgid "Show whitespace changes"
+msgstr ""
+
+msgid "Showing %d event"
+msgid_plural "Showing %d events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
+msgid "Showing Latest Version"
+msgstr ""
+
+msgid "Showing Version #%{versionNumber}"
+msgstr ""
+
+msgid "Showing all issues"
+msgstr ""
+
+msgid "Showing all labels"
+msgstr ""
+
+msgid "Showing last %{size} of log -"
+msgstr ""
+
+msgid "Side-by-side"
+msgstr ""
+
+msgid "Sidebar|Change weight"
+msgstr ""
+
+msgid "Sidebar|None"
+msgstr ""
+
+msgid "Sidebar|Only numeral characters allowed"
+msgstr ""
+
+msgid "Sidebar|Weight"
+msgstr ""
+
+msgid "Sign in"
+msgstr ""
+
+msgid "Sign in / Register"
+msgstr ""
+
+msgid "Sign in to \"%{group_name}\""
+msgstr ""
+
+msgid "Sign in using smart card"
+msgstr ""
+
+msgid "Sign in via 2FA code"
+msgstr ""
+
+msgid "Sign in with Single Sign-On"
+msgstr ""
+
+msgid "Sign in with smart card"
+msgstr ""
+
+msgid "Sign out"
+msgstr ""
+
+msgid "Sign out & Register"
+msgstr ""
+
+msgid "Sign up"
+msgstr ""
+
+msgid "Sign up was successful! Please confirm your email to sign in."
+msgstr ""
+
+msgid "Sign-in restrictions"
+msgstr ""
+
+msgid "Sign-up restrictions"
+msgstr ""
+
+msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Signed in"
+msgstr ""
+
+msgid "Signed in with %{authentication} authentication"
+msgstr ""
+
+msgid "Signing in using %{label} has been disabled"
+msgstr ""
+
+msgid "Signing in using your %{label} account without a pre-existing GitLab account is not allowed."
+msgstr ""
+
+msgid "Similar issues"
+msgstr ""
+
+msgid "Single or combined queries"
+msgstr ""
+
+msgid "Size"
+msgstr ""
+
+msgid "Size and domain settings for static websites"
+msgstr ""
+
+msgid "Size limit per repository (MB)"
+msgstr ""
+
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
+msgid "Skip this for now"
+msgstr ""
+
+msgid "Skipped"
+msgstr ""
+
+msgid "Slack application"
+msgstr ""
+
+msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
+msgstr ""
+
+msgid "SlackService|2. Paste the <strong>Token</strong> into the field below"
+msgstr ""
+
+msgid "SlackService|3. Select the <strong>Active</strong> checkbox, press <strong>Save changes</strong> and start using GitLab inside Slack!"
+msgstr ""
+
+msgid "SlackService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "SlackService|See list of available commands in Slack after setting up this service, by entering"
+msgstr ""
+
+msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack."
+msgstr ""
+
+msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
+msgstr ""
+
+msgid "Smartcard"
+msgstr ""
+
+msgid "Smartcard authentication failed: client certificate header is missing."
+msgstr ""
+
+msgid "Snippet Contents"
+msgstr ""
+
+msgid "Snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|Explore public snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|New snippet"
+msgstr ""
+
+msgid "SnippetsEmptyState|No snippets found"
+msgstr ""
+
+msgid "SnippetsEmptyState|Snippets are small pieces of code or notes that you want to keep."
+msgstr ""
+
+msgid "SnippetsEmptyState|There are no snippets to show."
+msgstr ""
+
+msgid "SnippetsEmptyState|They can be either public or private."
+msgstr ""
+
+msgid "Snowplow"
+msgstr ""
+
+msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
+msgstr ""
+
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
+msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again."
+msgstr ""
+
+msgid "Someone edited this merge request at the same time you did. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Something went wrong on our end"
+msgstr ""
+
+msgid "Something went wrong on our end."
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again!"
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again."
+msgstr ""
+
+msgid "Something went wrong trying to change the confidentiality of this issue"
+msgstr ""
+
+msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
+msgstr ""
+
+msgid "Something went wrong when toggling the button"
+msgstr ""
+
+msgid "Something went wrong while adding your award. Please try again."
+msgstr ""
+
+msgid "Something went wrong while applying the suggestion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while closing the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
+msgid "Something went wrong while deleting the source branch. Please try again."
+msgstr ""
+
+msgid "Something went wrong while deleting your note. Please try again."
+msgstr ""
+
+msgid "Something went wrong while editing your comment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching %{listType} list"
+msgstr ""
+
+msgid "Something went wrong while fetching comments. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching group member contributions"
+msgstr ""
+
+msgid "Something went wrong while fetching latest comments."
+msgstr ""
+
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
+msgid "Something went wrong while fetching related merge requests."
+msgstr ""
+
+msgid "Something went wrong while fetching the environments for this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
+msgid "Something went wrong while fetching the projects."
+msgstr ""
+
+msgid "Something went wrong while fetching the registry list."
+msgstr ""
+
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
+msgid "Something went wrong while merging this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
+msgid "Something went wrong while reopening the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while resolving this discussion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while stopping this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
+msgid "Something went wrong, unable to add %{project} to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to get projects"
+msgstr ""
+
+msgid "Something went wrong, unable to remove project"
+msgstr ""
+
+msgid "Something went wrong, unable to search projects"
+msgstr ""
+
+msgid "Something went wrong. Please try again."
+msgstr ""
+
+msgid "Something went wrong. Try again later."
+msgstr ""
+
+msgid "Sorry, no epics matched your search"
+msgstr ""
+
+msgid "Sorry, no projects matched your search"
+msgstr ""
+
+msgid "Sorry, your filter produced no results"
+msgstr ""
+
+msgid "Sort by"
+msgstr ""
+
+msgid "Sort direction"
+msgstr ""
+
+msgid "SortOptions|Access level, ascending"
+msgstr ""
+
+msgid "SortOptions|Access level, descending"
+msgstr ""
+
+msgid "SortOptions|Created date"
+msgstr ""
+
+msgid "SortOptions|Due date"
+msgstr ""
+
+msgid "SortOptions|Due later"
+msgstr ""
+
+msgid "SortOptions|Due soon"
+msgstr ""
+
+msgid "SortOptions|Expired date"
+msgstr ""
+
+msgid "SortOptions|Label priority"
+msgstr ""
+
+msgid "SortOptions|Largest group"
+msgstr ""
+
+msgid "SortOptions|Largest repository"
+msgstr ""
+
+msgid "SortOptions|Last Contact"
+msgstr ""
+
+msgid "SortOptions|Last created"
+msgstr ""
+
+msgid "SortOptions|Last joined"
+msgstr ""
+
+msgid "SortOptions|Last updated"
+msgstr ""
+
+msgid "SortOptions|Least popular"
+msgstr ""
+
+msgid "SortOptions|Less weight"
+msgstr ""
+
+msgid "SortOptions|Manual"
+msgstr ""
+
+msgid "SortOptions|Milestone due date"
+msgstr ""
+
+msgid "SortOptions|Milestone due later"
+msgstr ""
+
+msgid "SortOptions|Milestone due soon"
+msgstr ""
+
+msgid "SortOptions|More weight"
+msgstr ""
+
+msgid "SortOptions|Most popular"
+msgstr ""
+
+msgid "SortOptions|Most stars"
+msgstr ""
+
+msgid "SortOptions|Name"
+msgstr ""
+
+msgid "SortOptions|Name, ascending"
+msgstr ""
+
+msgid "SortOptions|Name, descending"
+msgstr ""
+
+msgid "SortOptions|Oldest created"
+msgstr ""
+
+msgid "SortOptions|Oldest joined"
+msgstr ""
+
+msgid "SortOptions|Oldest last activity"
+msgstr ""
+
+msgid "SortOptions|Oldest sign in"
+msgstr ""
+
+msgid "SortOptions|Oldest starred"
+msgstr ""
+
+msgid "SortOptions|Oldest updated"
+msgstr ""
+
+msgid "SortOptions|Popularity"
+msgstr ""
+
+msgid "SortOptions|Priority"
+msgstr ""
+
+msgid "SortOptions|Project"
+msgstr ""
+
+msgid "SortOptions|Recent last activity"
+msgstr ""
+
+msgid "SortOptions|Recent sign in"
+msgstr ""
+
+msgid "SortOptions|Recently starred"
+msgstr ""
+
+msgid "SortOptions|Size"
+msgstr ""
+
+msgid "SortOptions|Sort direction"
+msgstr ""
+
+msgid "SortOptions|Stars"
+msgstr ""
+
+msgid "SortOptions|Start date"
+msgstr ""
+
+msgid "SortOptions|Start later"
+msgstr ""
+
+msgid "SortOptions|Start soon"
+msgstr ""
+
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
+msgid "SortOptions|Weight"
+msgstr ""
+
+msgid "Source"
+msgstr ""
+
+msgid "Source (branch or tag)"
+msgstr ""
+
+msgid "Source code"
+msgstr ""
+
+msgid "Source is not available"
+msgstr ""
+
+msgid "Source project cannot be found."
+msgstr ""
+
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
+msgid "Spam Logs"
+msgstr ""
+
+msgid "Spam and Anti-bot Protection"
+msgstr ""
+
+msgid "Spam log successfully submitted as ham."
+msgstr ""
+
+msgid "Specific Runners"
+msgstr ""
+
+msgid "Specify an e-mail address regex pattern to identify default internal users."
+msgstr ""
+
+msgid "Specify the following URL during the Runner setup:"
+msgstr ""
+
+msgid "Squash commit message"
+msgstr ""
+
+msgid "Squash commits"
+msgstr ""
+
+msgid "Stack trace"
+msgstr ""
+
+msgid "Stage"
+msgstr ""
+
+msgid "Stage & Commit"
+msgstr ""
+
+msgid "Stage all changes"
+msgstr ""
+
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
+
+msgid "Staged"
+msgstr ""
+
+msgid "Staged %{type}"
+msgstr ""
+
+msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging."
+msgstr ""
+
+msgid "Star labels to start sorting by priority"
+msgstr ""
+
+msgid "Star toggle failed. Try again later."
+msgstr ""
+
+msgid "StarProject|Star"
+msgstr ""
+
+msgid "Starred Projects"
+msgstr ""
+
+msgid "Starred Projects' Activity"
+msgstr ""
+
+msgid "Starred projects"
+msgstr ""
+
+msgid "StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page."
+msgstr ""
+
+msgid "StarredProjectsEmptyState|You don't have starred projects yet."
+msgstr ""
+
+msgid "Starrers"
+msgstr ""
+
+msgid "Stars"
+msgstr ""
+
+msgid "Start GitLab Ultimate trial"
+msgstr ""
+
+msgid "Start Web Terminal"
+msgstr ""
+
+msgid "Start a %{new_merge_request} with these changes"
+msgstr ""
+
+msgid "Start a Free Gold Trial"
+msgstr ""
+
+msgid "Start a new discussion..."
+msgstr ""
+
+msgid "Start a new merge request"
+msgstr ""
+
+msgid "Start a review"
+msgstr ""
+
+msgid "Start and due date"
+msgstr ""
+
+msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
+msgstr ""
+
+msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors."
+msgstr ""
+
+msgid "Start cleanup"
+msgstr ""
+
+msgid "Start date"
+msgstr ""
+
+msgid "Start merge train"
+msgstr ""
+
+msgid "Start merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Start search"
+msgstr ""
+
+msgid "Start the Runner!"
+msgstr ""
+
+msgid "Start thread"
+msgstr ""
+
+msgid "Start thread & close %{noteable_name}"
+msgstr ""
+
+msgid "Start thread & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
+msgid "Start your trial"
+msgstr ""
+
+msgid "Started"
+msgstr ""
+
+msgid "Started %{startsIn}"
+msgstr ""
+
+msgid "Started asynchronous removal of all repository check states."
+msgstr ""
+
+msgid "Starting..."
+msgstr ""
+
+msgid "Starts %{startsIn}"
+msgstr ""
+
+msgid "Starts at (UTC)"
+msgstr ""
+
+msgid "State your message to activate"
+msgstr ""
+
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
+msgid "Statistics"
+msgstr ""
+
+msgid "Status"
+msgstr ""
+
+msgid "Status:"
+msgstr ""
+
+msgid "Stay updated about the performance and health of your environment by configuring Prometheus to monitor your deployments."
+msgstr ""
+
+msgid "Stop Terminal"
+msgstr ""
+
+msgid "Stop environment"
+msgstr ""
+
+msgid "Stop impersonation"
+msgstr ""
+
+msgid "Stop this environment"
+msgstr ""
+
+msgid "Stopped"
+msgstr ""
+
+msgid "Stopping this environment is currently not possible as a deployment is in progress"
+msgstr ""
+
+msgid "Stopping..."
+msgstr ""
+
+msgid "Storage"
+msgstr ""
+
+msgid "Storage nodes for new projects"
+msgstr ""
+
+msgid "Storage:"
+msgstr ""
+
+msgid "StorageSize|Unknown"
+msgstr ""
+
+msgid "Subgroup overview"
+msgstr ""
+
+msgid "SubgroupCreationLevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Maintainers"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Owners"
+msgstr ""
+
+msgid "Subgroups"
+msgstr ""
+
+msgid "Subgroups and projects"
+msgstr ""
+
+msgid "Subkeys"
+msgstr ""
+
+msgid "Submit a review"
+msgstr ""
+
+msgid "Submit as spam"
+msgstr ""
+
+msgid "Submit feedback"
+msgstr ""
+
+msgid "Submit issue"
+msgstr ""
+
+msgid "Submit review"
+msgstr ""
+
+msgid "Submit search"
+msgstr ""
+
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
+msgid "Subscribe"
+msgstr ""
+
+msgid "Subscribe at group level"
+msgstr ""
+
+msgid "Subscribe at project level"
+msgstr ""
+
+msgid "Subscribe to RSS feed"
+msgstr ""
+
+msgid "Subscribe to calendar"
+msgstr ""
+
+msgid "Subscribed"
+msgstr ""
+
+msgid "Subscribed to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscribes to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscription"
+msgstr ""
+
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
+msgid "SubscriptionTable|Billing"
+msgstr ""
+
+msgid "SubscriptionTable|Free"
+msgstr ""
+
+msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal."
+msgstr ""
+
+msgid "SubscriptionTable|Last invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Loading subscriptions"
+msgstr ""
+
+msgid "SubscriptionTable|Manage"
+msgstr ""
+
+msgid "SubscriptionTable|Max seats used"
+msgstr ""
+
+msgid "SubscriptionTable|Next invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Seats currently in use"
+msgstr ""
+
+msgid "SubscriptionTable|Seats in subscription"
+msgstr ""
+
+msgid "SubscriptionTable|Seats owed"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription end date"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription start date"
+msgstr ""
+
+msgid "SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started."
+msgstr ""
+
+msgid "SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan."
+msgstr ""
+
+msgid "SubscriptionTable|Trial"
+msgstr ""
+
+msgid "SubscriptionTable|Trial end date"
+msgstr ""
+
+msgid "SubscriptionTable|Trial start date"
+msgstr ""
+
+msgid "SubscriptionTable|Upgrade"
+msgstr ""
+
+msgid "SubscriptionTable|Usage"
+msgstr ""
+
+msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
+msgstr ""
+
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
+msgid "Subtracted"
+msgstr ""
+
+msgid "Subtracts"
+msgstr ""
+
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr ""
+
+msgid "Successfully confirmed"
+msgstr ""
+
+msgid "Successfully deactivated"
+msgstr ""
+
+msgid "Successfully deleted U2F device."
+msgstr ""
+
+msgid "Successfully removed email."
+msgstr ""
+
+msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details."
+msgstr ""
+
+msgid "Successfully unblocked"
+msgstr ""
+
+msgid "Successfully unlocked"
+msgstr ""
+
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
+
+msgid "Suggested change"
+msgstr ""
+
+msgid "SuggestedColors|Bright green"
+msgstr ""
+
+msgid "SuggestedColors|Dark grayish cyan"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate orange"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate pink"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate violet"
+msgstr ""
+
+msgid "SuggestedColors|Feijoa"
+msgstr ""
+
+msgid "SuggestedColors|Lime green"
+msgstr ""
+
+msgid "SuggestedColors|Moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Pure red"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated green"
+msgstr ""
+
+msgid "SuggestedColors|Soft orange"
+msgstr ""
+
+msgid "SuggestedColors|Soft red"
+msgstr ""
+
+msgid "SuggestedColors|Strong pink"
+msgstr ""
+
+msgid "SuggestedColors|Strong red"
+msgstr ""
+
+msgid "SuggestedColors|Strong yellow"
+msgstr ""
+
+msgid "SuggestedColors|UA blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark lime green"
+msgstr ""
+
+msgid "SuggestedColors|Very pale orange"
+msgstr ""
+
+msgid "Suggestions:"
+msgstr ""
+
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
+msgid "Sunday"
+msgstr ""
+
+msgid "Support"
+msgstr ""
+
+msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "Support page URL"
+msgstr ""
+
+msgid "Switch branch/tag"
+msgstr ""
+
+msgid "Switch to GitLab Next"
+msgstr ""
+
+msgid "Switch to the source to copy the file contents"
+msgstr ""
+
+msgid "Sync information"
+msgstr ""
+
+msgid "System"
+msgstr ""
+
+msgid "System Hooks"
+msgstr ""
+
+msgid "System Hooks Help"
+msgstr ""
+
+msgid "System Info"
+msgstr ""
+
+msgid "System default (%{default})"
+msgstr ""
+
+msgid "System header and footer"
+msgstr ""
+
+msgid "System hook was successfully updated."
+msgstr ""
+
+msgid "System metrics (Custom)"
+msgstr ""
+
+msgid "System metrics (Kubernetes)"
+msgstr ""
+
+msgid "Table of Contents"
+msgstr ""
+
+msgid "Tag"
+msgstr ""
+
+msgid "Tag list:"
+msgstr ""
+
+msgid "Tag name"
+msgstr ""
+
+msgid "Tag this commit."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags"
+msgstr ""
+
+msgid "Tags feed"
+msgstr ""
+
+msgid "Tags this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tags this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags:"
+msgstr ""
+
+msgid "TagsPage|Browse commits"
+msgstr ""
+
+msgid "TagsPage|Browse files"
+msgstr ""
+
+msgid "TagsPage|Can't find HEAD commit for this tag"
+msgstr ""
+
+msgid "TagsPage|Cancel"
+msgstr ""
+
+msgid "TagsPage|Create tag"
+msgstr ""
+
+msgid "TagsPage|Delete tag"
+msgstr ""
+
+msgid "TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "TagsPage|Edit release notes"
+msgstr ""
+
+msgid "TagsPage|Existing branch name, tag, or commit SHA"
+msgstr ""
+
+msgid "TagsPage|Filter by tag name"
+msgstr ""
+
+msgid "TagsPage|New Tag"
+msgstr ""
+
+msgid "TagsPage|New tag"
+msgstr ""
+
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
+
+msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
+msgstr ""
+
+msgid "TagsPage|Release notes"
+msgstr ""
+
+msgid "TagsPage|Repository has no tags yet."
+msgstr ""
+
+msgid "TagsPage|Sort by"
+msgstr ""
+
+msgid "TagsPage|Tags"
+msgstr ""
+
+msgid "TagsPage|Tags give the ability to mark specific points in history as being important"
+msgstr ""
+
+msgid "TagsPage|This tag has no release notes."
+msgstr ""
+
+msgid "TagsPage|Use git tag command to add a new one:"
+msgstr ""
+
+msgid "TagsPage|Write your release notes or drag files here…"
+msgstr ""
+
+msgid "TagsPage|protected"
+msgstr ""
+
+msgid "Target Branch"
+msgstr ""
+
+msgid "Target Path"
+msgstr ""
+
+msgid "Target branch"
+msgstr ""
+
+msgid "Target-Branch"
+msgstr ""
+
+msgid "Team"
+msgstr ""
+
+msgid "Team domain"
+msgstr ""
+
+msgid "Telephone number"
+msgstr ""
+
+msgid "Template"
+msgstr ""
+
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
+msgid "Templates"
+msgstr ""
+
+msgid "Terminal"
+msgstr ""
+
+msgid "Terminal for environment"
+msgstr ""
+
+msgid "Terminal sync service is running"
+msgstr ""
+
+msgid "Terms of Service Agreement and Privacy Policy"
+msgstr ""
+
+msgid "Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "Test"
+msgstr ""
+
+msgid "Test coverage parsing"
+msgstr ""
+
+msgid "Test failed."
+msgstr ""
+
+msgid "Test settings and save changes"
+msgstr ""
+
+msgid "TestHooks|Ensure one of your projects has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI jobs."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI pipelines."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has at least one commit."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has issues."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has notes."
+msgstr ""
+
+msgid "TestHooks|Ensure the wiki is enabled and has pages."
+msgstr ""
+
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
+msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
+msgstr ""
+
+msgid "Thank you for your report. A GitLab administrator will look into it shortly."
+msgstr ""
+
+msgid "Thanks! Don't show me this again"
+msgstr ""
+
+msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
+msgstr ""
+
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
+msgid "The %{type} contains the following error:"
+msgid_plural "The %{type} contains the following errors:"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
+msgstr ""
+
+msgid "The CSV export will be created in the background. Once finished, it will be sent to <strong>%{email}</strong> in an attachment."
+msgstr ""
+
+msgid "The Git LFS objects will <strong>not</strong> be synced."
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project"
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
+msgstr ""
+
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
+msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
+msgstr ""
+
+msgid "The amount of seconds after which a request to get a secondary node status will time out."
+msgstr ""
+
+msgid "The branch for this project has no active pipeline configuration."
+msgstr ""
+
+msgid "The branch or tag does not exist"
+msgstr ""
+
+msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
+msgstr ""
+
+msgid "The coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request."
+msgstr ""
+
+msgid "The collection of events added to the data gathered for that stage."
+msgstr ""
+
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
+msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
+msgstr ""
+
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
+msgid "The dependency list details information about the components used within your project."
+msgstr ""
+
+msgid "The deployment of this job to %{environmentLink} did not succeed."
+msgstr ""
+
+msgid "The directory has been successfully created."
+msgstr ""
+
+msgid "The domain you entered is misformatted."
+msgstr ""
+
+msgid "The domain you entered is not allowed."
+msgstr ""
+
+msgid "The entered user map is not a valid JSON user map."
+msgstr ""
+
+msgid "The file has been successfully created."
+msgstr ""
+
+msgid "The file has been successfully deleted."
+msgstr ""
+
+msgid "The file name should have a .yml extension"
+msgstr ""
+
+msgid "The following items will NOT be exported:"
+msgstr ""
+
+msgid "The following items will be exported:"
+msgstr ""
+
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The fork relationship has been removed."
+msgstr ""
+
+msgid "The global settings require you to enable Two-Factor Authentication for your account."
+msgstr ""
+
+msgid "The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "The group has already been shared with this group"
+msgstr ""
+
+msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
+msgstr ""
+
+msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The invitation could not be accepted."
+msgstr ""
+
+msgid "The invitation could not be declined."
+msgstr ""
+
+msgid "The invitation has already been accepted."
+msgstr ""
+
+msgid "The invitation was successfully resent."
+msgstr ""
+
+msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
+msgstr ""
+
+msgid "The license was removed. GitLab has fallen back on the previous license."
+msgstr ""
+
+msgid "The license was removed. GitLab now no longer has a valid license."
+msgstr ""
+
+msgid "The license was successfully uploaded and is now active. You can see the details below."
+msgstr ""
+
+msgid "The maximum file size allowed is %{size}."
+msgstr ""
+
+msgid "The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
+msgstr ""
+
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
+
+msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
+msgstr ""
+
+msgid "The number of times an upload record could not find its file"
+msgstr ""
+
+msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
+msgstr ""
+
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
+
+msgid "The phase of the development lifecycle."
+msgstr ""
+
+msgid "The pipeline has been deleted"
+msgstr ""
+
+msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
+msgstr ""
+
+msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit."
+msgstr ""
+
+msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
+msgstr ""
+
+msgid "The production stage shows the total time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "The project can be accessed by any user who is logged in."
+msgstr ""
+
+msgid "The project can be accessed by anyone, regardless of authentication."
+msgstr ""
+
+msgid "The project can be accessed without any authentication."
+msgstr ""
+
+msgid "The project is accessible only by members of the project. Access must be granted explicitly to each user."
+msgstr ""
+
+msgid "The project is still being deleted. Please try again later."
+msgstr ""
+
+msgid "The project was successfully forked."
+msgstr ""
+
+msgid "The project was successfully imported."
+msgstr ""
+
+msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "The remote mirror took to long to complete."
+msgstr ""
+
+msgid "The remote repository is being updated..."
+msgstr ""
+
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
+msgid "The repository for this project does not exist."
+msgstr ""
+
+msgid "The repository for this project is empty"
+msgstr ""
+
+msgid "The repository is being updated..."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
+msgstr ""
+
+msgid "The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "The schedule time must be in the future!"
+msgstr ""
+
+msgid "The snippet can be accessed without any authentication."
+msgstr ""
+
+msgid "The snippet is visible only to me."
+msgstr ""
+
+msgid "The snippet is visible only to project members."
+msgstr ""
+
+msgid "The snippet is visible to any logged in user."
+msgstr ""
+
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgstr ""
+
+msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
+msgstr ""
+
+msgid "The time taken by each data entry gathered by that stage."
+msgstr ""
+
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgstr ""
+
+msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
+msgstr ""
+
+msgid "The uploaded file is not a valid Google Takeout archive."
+msgstr ""
+
+msgid "The usage ping is disabled, and cannot be configured through this form."
+msgstr ""
+
+msgid "The user is being deleted."
+msgstr ""
+
+msgid "The user map has been saved. Continue by selecting the projects you want to import."
+msgstr ""
+
+msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of <code>:</code>. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
+msgstr ""
+
+msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
+msgstr ""
+
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
+msgid "The user-facing URL of the Geo node"
+msgstr ""
+
+msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
+msgstr ""
+
+msgid "There are no GPG keys associated with this account."
+msgstr ""
+
+msgid "There are no GPG keys with access to your account."
+msgstr ""
+
+msgid "There are no SSH keys associated with this account."
+msgstr ""
+
+msgid "There are no SSH keys with access to your account."
+msgstr ""
+
+msgid "There are no archived projects yet"
+msgstr ""
+
+msgid "There are no charts configured for this page"
+msgstr ""
+
+msgid "There are no closed issues"
+msgstr ""
+
+msgid "There are no closed merge requests"
+msgstr ""
+
+msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates."
+msgstr ""
+
+msgid "There are no issues to show"
+msgstr ""
+
+msgid "There are no issues to show."
+msgstr ""
+
+msgid "There are no labels yet"
+msgstr ""
+
+msgid "There are no matching files"
+msgstr ""
+
+msgid "There are no open issues"
+msgstr ""
+
+msgid "There are no open merge requests"
+msgstr ""
+
+msgid "There are no packages yet"
+msgstr ""
+
+msgid "There are no projects shared with this group yet"
+msgstr ""
+
+msgid "There are no staged changes"
+msgstr ""
+
+msgid "There are no unstaged changes"
+msgstr ""
+
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
+msgid "There is already a repository with that name on disk"
+msgstr ""
+
+msgid "There is no data available. Please change your selection."
+msgstr ""
+
+msgid "There was a problem communicating with your device."
+msgstr ""
+
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
+msgid "There was a problem sending the confirmation email"
+msgstr ""
+
+msgid "There was an error %{message} todo."
+msgstr ""
+
+msgid "There was an error adding a To Do."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
+msgid "There was an error creating the issue"
+msgstr ""
+
+msgid "There was an error deleting the To Do."
+msgstr ""
+
+msgid "There was an error fetching configuration for charts"
+msgstr ""
+
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
+msgstr ""
+
+msgid "There was an error gathering the chart data"
+msgstr ""
+
+msgid "There was an error loading users activity calendar."
+msgstr ""
+
+msgid "There was an error removing the e-mail."
+msgstr ""
+
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
+msgid "There was an error resetting group pipeline minutes."
+msgstr ""
+
+msgid "There was an error resetting user pipeline minutes."
+msgstr ""
+
+msgid "There was an error saving your changes."
+msgstr ""
+
+msgid "There was an error saving your notification settings."
+msgstr ""
+
+msgid "There was an error subscribing to this label."
+msgstr ""
+
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
+msgid "There was an error trying to validate your query"
+msgstr ""
+
+msgid "There was an error when reseting email token."
+msgstr ""
+
+msgid "There was an error when subscribing to this label."
+msgstr ""
+
+msgid "There was an error when unsubscribing from this label."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
+msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
+msgstr ""
+
+msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
+msgstr ""
+
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
+msgid "They can be managed using the %{link}."
+msgstr ""
+
+msgid "Third party offers"
+msgstr ""
+
+msgid "This %{issuableDisplayName} is locked. Only project members can comment."
+msgstr ""
+
+msgid "This %{issuable} is locked. Only <strong>project members</strong> can comment."
+msgstr ""
+
+msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead."
+msgstr ""
+
+msgid "This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area."
+msgstr ""
+
+msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
+msgstr ""
+
+msgid "This also resolves the discussion"
+msgstr ""
+
+msgid "This application was created by %{link_to_owner}."
+msgstr ""
+
+msgid "This application will be able to:"
+msgstr ""
+
+msgid "This block is self-referential"
+msgstr ""
+
+msgid "This board's scope is reduced"
+msgstr ""
+
+msgid "This branch has changed since you started editing. Would you like to create a new branch?"
+msgstr ""
+
+msgid "This chart could not be displayed"
+msgstr ""
+
+msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost."
+msgstr ""
+
+msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request."
+msgstr ""
+
+msgid "This commit was signed with a <strong>verified</strong> signature and the committer email is verified to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with a different user's verified signature."
+msgstr ""
+
+msgid "This commit was signed with a verified signature, but the committer email is <strong>not verified</strong> to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with an <strong>unverified</strong> signature."
+msgstr ""
+
+msgid "This date is after the due date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This date is before the start date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This device has already been registered with us."
+msgstr ""
+
+msgid "This device has not been registered with us."
+msgstr ""
+
+msgid "This diff is collapsed."
+msgstr ""
+
+msgid "This diff was suppressed by a .gitattributes entry."
+msgstr ""
+
+msgid "This directory"
+msgstr ""
+
+msgid "This domain is not verified. You will need to verify ownership before access is enabled."
+msgstr ""
+
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
+msgid "This environment has no deployments yet."
+msgstr ""
+
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr ""
+
+msgid "This feature requires local storage to be enabled"
+msgstr ""
+
+msgid "This field is required."
+msgstr ""
+
+msgid "This group"
+msgstr ""
+
+msgid "This group does not provide any group Runners yet."
+msgstr ""
+
+msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
+msgstr ""
+
+msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
+msgstr ""
+
+msgid "This is a Work in Progress"
+msgstr ""
+
+msgid "This is a confidential issue."
+msgstr ""
+
+msgid "This is a delayed job to run in %{remainingTime}"
+msgstr ""
+
+msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
+msgstr ""
+
+msgid "This is a security log of important events involving your account."
+msgstr ""
+
+msgid "This is the author's first Merge Request to this project."
+msgstr ""
+
+msgid "This is the maximum number of users that have existed at the same time since the license started. This is the minimum number of seats you will need to buy when you renew your license."
+msgstr ""
+
+msgid "This is your current session"
+msgstr ""
+
+msgid "This issue is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
+msgstr ""
+
+msgid "This issue is confidential"
+msgstr ""
+
+msgid "This issue is locked."
+msgstr ""
+
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
+msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
+msgstr ""
+
+msgid "This job does not have a trace."
+msgstr ""
+
+msgid "This job has been canceled"
+msgstr ""
+
+msgid "This job has been skipped"
+msgstr ""
+
+msgid "This job has not been triggered yet"
+msgstr ""
+
+msgid "This job has not started yet"
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is archived. Only the complete pipeline can be retried."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
+msgid "This job is in pending state and is waiting to be picked by a runner"
+msgstr ""
+
+msgid "This job is performing tasks that must complete before it can start"
+msgstr ""
+
+msgid "This job is preparing to start"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners online with any of these tags assigned to them:"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners that can run this job."
+msgstr ""
+
+msgid "This job is waiting for resource: "
+msgstr ""
+
+msgid "This job requires a manual action"
+msgstr ""
+
+msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
+msgstr ""
+
+msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action."
+msgstr ""
+
+msgid "This may expose confidential information as the selected fork is in another namespace that can have other members."
+msgstr ""
+
+msgid "This means you can not push code until you create an empty repository or import existing one."
+msgstr ""
+
+msgid "This merge request is locked."
+msgstr ""
+
+msgid "This namespace has already been taken! Please choose another one."
+msgstr ""
+
+msgid "This option is disabled as you don't have write permissions for the current branch"
+msgstr ""
+
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
+msgid "This page is unavailable because you are not allowed to read information across multiple projects."
+msgstr ""
+
+msgid "This page will be removed in a future release."
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
+msgstr ""
+
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
+msgid "This project"
+msgstr ""
+
+msgid "This project does not belong to a group and can therefore not make use of group Runners."
+msgstr ""
+
+msgid "This project does not have a wiki homepage yet"
+msgstr ""
+
+msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
+msgstr ""
+
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
+msgid "This repository"
+msgstr ""
+
+msgid "This repository is currently empty. A new Auto DevOps pipeline will be created after a new file has been pushed to a branch."
+msgstr ""
+
+msgid "This runner will only run on pipelines triggered on protected branches"
+msgstr ""
+
+msgid "This setting can be overridden in each project."
+msgstr ""
+
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgstr ""
+
+msgid "This subscription is for"
+msgstr ""
+
+msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "This user cannot be unlocked manually from GitLab"
+msgstr ""
+
+msgid "This user has no active %{type} Tokens."
+msgstr ""
+
+msgid "This user has no identities"
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches. Upon creation or when reassigning you can only assign yourself to be the mirror user."
+msgstr ""
+
+msgid "This will redirect you to an external sign in page."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr ""
+
+msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
+msgstr ""
+
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
+msgid "Thursday"
+msgstr ""
+
+msgid "Time"
+msgstr ""
+
+msgid "Time based: Yes"
+msgstr ""
+
+msgid "Time before an issue gets scheduled"
+msgstr ""
+
+msgid "Time before an issue starts implementation"
+msgstr ""
+
+msgid "Time before enforced"
+msgstr ""
+
+msgid "Time between merge request creation and merge/close"
+msgstr ""
+
+msgid "Time estimate"
+msgstr ""
+
+msgid "Time from first comment to last commit"
+msgstr ""
+
+msgid "Time from first commit until first comment"
+msgstr ""
+
+msgid "Time from last commit to merge"
+msgstr ""
+
+msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied."
+msgstr ""
+
+msgid "Time remaining"
+msgstr ""
+
+msgid "Time spent"
+msgstr ""
+
+msgid "Time to merge"
+msgstr ""
+
+msgid "Time tracking"
+msgstr ""
+
+msgid "Time until first merge request"
+msgstr ""
+
+msgid "TimeTrackingEstimated|Est"
+msgstr ""
+
+msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Estimated:"
+msgstr ""
+
+msgid "TimeTracking|Over by %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Spent"
+msgstr ""
+
+msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "Timeago|%s days ago"
+msgstr ""
+
+msgid "Timeago|%s days remaining"
+msgstr ""
+
+msgid "Timeago|%s hours ago"
+msgstr ""
+
+msgid "Timeago|%s hours remaining"
+msgstr ""
+
+msgid "Timeago|%s minutes ago"
+msgstr ""
+
+msgid "Timeago|%s minutes remaining"
+msgstr ""
+
+msgid "Timeago|%s months ago"
+msgstr ""
+
+msgid "Timeago|%s months remaining"
+msgstr ""
+
+msgid "Timeago|%s seconds remaining"
+msgstr ""
+
+msgid "Timeago|%s weeks ago"
+msgstr ""
+
+msgid "Timeago|%s weeks remaining"
+msgstr ""
+
+msgid "Timeago|%s years ago"
+msgstr ""
+
+msgid "Timeago|%s years remaining"
+msgstr ""
+
+msgid "Timeago|1 day ago"
+msgstr ""
+
+msgid "Timeago|1 day remaining"
+msgstr ""
+
+msgid "Timeago|1 hour ago"
+msgstr ""
+
+msgid "Timeago|1 hour remaining"
+msgstr ""
+
+msgid "Timeago|1 minute ago"
+msgstr ""
+
+msgid "Timeago|1 minute remaining"
+msgstr ""
+
+msgid "Timeago|1 month ago"
+msgstr ""
+
+msgid "Timeago|1 month remaining"
+msgstr ""
+
+msgid "Timeago|1 week ago"
+msgstr ""
+
+msgid "Timeago|1 week remaining"
+msgstr ""
+
+msgid "Timeago|1 year ago"
+msgstr ""
+
+msgid "Timeago|1 year remaining"
+msgstr ""
+
+msgid "Timeago|Past due"
+msgstr ""
+
+msgid "Timeago|in %s days"
+msgstr ""
+
+msgid "Timeago|in %s hours"
+msgstr ""
+
+msgid "Timeago|in %s minutes"
+msgstr ""
+
+msgid "Timeago|in %s months"
+msgstr ""
+
+msgid "Timeago|in %s seconds"
+msgstr ""
+
+msgid "Timeago|in %s weeks"
+msgstr ""
+
+msgid "Timeago|in %s years"
+msgstr ""
+
+msgid "Timeago|in 1 day"
+msgstr ""
+
+msgid "Timeago|in 1 hour"
+msgstr ""
+
+msgid "Timeago|in 1 minute"
+msgstr ""
+
+msgid "Timeago|in 1 month"
+msgstr ""
+
+msgid "Timeago|in 1 week"
+msgstr ""
+
+msgid "Timeago|in 1 year"
+msgstr ""
+
+msgid "Timeago|just now"
+msgstr ""
+
+msgid "Timeago|right now"
+msgstr ""
+
+msgid "Timeout"
+msgstr ""
+
+msgid "Time|hr"
+msgid_plural "Time|hrs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|min"
+msgid_plural "Time|mins"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|s"
+msgstr ""
+
+msgid "Tip:"
+msgstr ""
+
+msgid "Title"
+msgstr ""
+
+msgid "Title:"
+msgstr ""
+
+msgid "Titles and Filenames"
+msgstr ""
+
+msgid "To"
+msgstr ""
+
+msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
+msgstr ""
+
+msgid "To Do"
+msgstr ""
+
+msgid "To GitLab"
+msgstr ""
+
+msgid "To access this domain create a new DNS record"
+msgstr ""
+
+msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
+msgstr ""
+
+msgid "To add the entry manually, provide the following details to the application on your phone."
+msgstr ""
+
+msgid "To connect GitHub repositories, you can use a %{personal_access_token_link}. When you create your Personal Access Token, you will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to connect."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:"
+msgstr ""
+
+msgid "To connect an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To define internal users, first enable new users set to external"
+msgstr ""
+
+msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
+msgstr ""
+
+msgid "To get started you enter your FogBugz URL and login information below. In the next steps, you'll be able to map users and select the projects you want to import."
+msgstr ""
+
+msgid "To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}"
+msgstr ""
+
+msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
+msgstr ""
+
+msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
+msgstr ""
+
+msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}"
+msgstr ""
+
+msgid "To import an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To keep this project going, create a new issue"
+msgstr ""
+
+msgid "To keep this project going, create a new merge request"
+msgstr ""
+
+msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token."
+msgstr ""
+
+msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
+msgstr ""
+
+msgid "To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>."
+msgstr ""
+
+msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
+msgstr ""
+
+msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, a private fork of this project was selected."
+msgstr ""
+
+msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
+msgstr ""
+
+msgid "To see all the user's personal access tokens you must impersonate them first."
+msgstr ""
+
+msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
+msgstr ""
+
+msgid "To set up this service:"
+msgstr ""
+
+msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
+msgstr ""
+
+msgid "To start serving your jobs you can add Runners to your group"
+msgstr ""
+
+msgid "To start serving your jobs you can either add specific Runners to your project or use shared Runners"
+msgstr ""
+
+msgid "To this GitLab instance"
+msgstr ""
+
+msgid "To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button."
+msgstr ""
+
+msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
+msgstr ""
+
+msgid "To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "To widen your search, change or remove filters."
+msgstr ""
+
+msgid "To-Do List"
+msgstr ""
+
+msgid "To-do item successfully marked as done."
+msgstr ""
+
+msgid "Today"
+msgstr ""
+
+msgid "Toggle Markdown preview"
+msgstr ""
+
+msgid "Toggle Sidebar"
+msgstr ""
+
+msgid "Toggle backtrace"
+msgstr ""
+
+msgid "Toggle collapse"
+msgstr ""
+
+msgid "Toggle comments for this file"
+msgstr ""
+
+msgid "Toggle commit description"
+msgstr ""
+
+msgid "Toggle commit list"
+msgstr ""
+
+msgid "Toggle emoji award"
+msgstr ""
+
+msgid "Toggle navigation"
+msgstr ""
+
+msgid "Toggle project"
+msgstr ""
+
+msgid "Toggle sidebar"
+msgstr ""
+
+msgid "Toggle the Performance Bar"
+msgstr ""
+
+msgid "Toggle this dialog"
+msgstr ""
+
+msgid "Toggle thread"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: OFF"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: ON"
+msgstr ""
+
+msgid "Toggled :%{name}: emoji award."
+msgstr ""
+
+msgid "Toggles :%{name}: emoji award."
+msgstr ""
+
+msgid "Tomorrow"
+msgstr ""
+
+msgid "Too many changes to show."
+msgstr ""
+
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Topics"
+msgstr ""
+
+msgid "Total"
+msgstr ""
+
+msgid "Total Contributions"
+msgstr ""
+
+msgid "Total artifacts size: %{total_size}"
+msgstr ""
+
+msgid "Total issues"
+msgstr ""
+
+msgid "Total test time for all commits/merges"
+msgstr ""
+
+msgid "Total weight"
+msgstr ""
+
+msgid "Total: %{total}"
+msgstr ""
+
+msgid "Trace"
+msgstr ""
+
+msgid "Tracing"
+msgstr ""
+
+msgid "Track activity with Contribution Analytics."
+msgstr ""
+
+msgid "Track groups of issues that share a theme, across projects and milestones"
+msgstr ""
+
+msgid "Track time with quick actions"
+msgstr ""
+
+msgid "Track your GitLab projects with GitLab for Slack."
+msgstr ""
+
+msgid "Track your project with Audit Events."
+msgstr ""
+
+msgid "Transfer project"
+msgstr ""
+
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "TransferGroup|Database is not supported."
+msgstr ""
+
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
+msgid "TransferGroup|Group is already a root group."
+msgstr ""
+
+msgid "TransferGroup|Group is already associated to the parent group."
+msgstr ""
+
+msgid "TransferGroup|The parent group already has a subgroup with the same path."
+msgstr ""
+
+msgid "TransferGroup|Transfer failed: %{error_message}"
+msgstr ""
+
+msgid "TransferGroup|You don't have enough permissions."
+msgstr ""
+
+msgid "TransferProject|Cannot move project"
+msgstr ""
+
+msgid "TransferProject|Please select a new namespace for your project."
+msgstr ""
+
+msgid "TransferProject|Project cannot be transferred, because tags are present in its container registry"
+msgstr ""
+
+msgid "TransferProject|Project with same name or path in target namespace already exists"
+msgstr ""
+
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
+msgid "TransferProject|Transfer failed, please contact an admin."
+msgstr ""
+
+msgid "Tree view"
+msgstr ""
+
+msgid "Trending"
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
+
+msgid "Trigger pipelines for mirror updates"
+msgstr ""
+
+msgid "Trigger pipelines when branches or tags are updated from the upstream repository. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Only enable this if you know they can handle the load."
+msgstr ""
+
+msgid "Trigger removed."
+msgstr ""
+
+msgid "Trigger this manual action"
+msgstr ""
+
+msgid "Trigger token:"
+msgstr ""
+
+msgid "Trigger variables:"
+msgstr ""
+
+msgid "Trigger was created successfully."
+msgstr ""
+
+msgid "Trigger was successfully updated."
+msgstr ""
+
+msgid "Triggerer"
+msgstr ""
+
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
+
+msgid "Troubleshoot and monitor your application with tracing"
+msgstr ""
+
+msgid "Try again"
+msgstr ""
+
+msgid "Try again?"
+msgstr ""
+
+msgid "Try all GitLab has to offer for 30 days."
+msgstr ""
+
+msgid "Try to fork again"
+msgstr ""
+
+msgid "Try using a different search term to find the file you are looking for."
+msgstr ""
+
+msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
+msgstr ""
+
+msgid "Tuesday"
+msgstr ""
+
+msgid "Turn Off"
+msgstr ""
+
+msgid "Turn On"
+msgstr ""
+
+msgid "Turn on Service Desk"
+msgstr ""
+
+msgid "Twitter"
+msgstr ""
+
+msgid "Two-Factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication Recovery codes"
+msgstr ""
+
+msgid "Two-factor Authentication has been disabled for this user"
+msgstr ""
+
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Type"
+msgstr ""
+
+msgid "Type/State"
+msgstr ""
+
+msgid "U2F Devices (%{length})"
+msgstr ""
+
+msgid "U2F only works with HTTPS-enabled websites. Contact your administrator for more details."
+msgstr ""
+
+msgid "URL"
+msgstr ""
+
+msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
+msgstr ""
+
+msgid "URL or request ID"
+msgstr ""
+
+msgid "Unable to apply suggestions to a deleted line."
+msgstr ""
+
+msgid "Unable to build Slack link."
+msgstr ""
+
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
+msgid "Unable to connect to Prometheus server"
+msgstr ""
+
+msgid "Unable to connect to server: %{error}"
+msgstr ""
+
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
+msgid "Unable to generate new instance ID"
+msgstr ""
+
+msgid "Unable to load the diff. %{button_try_again}"
+msgstr ""
+
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
+msgid "Unable to resolve"
+msgstr ""
+
+msgid "Unable to save your changes. Please try again."
+msgstr ""
+
+msgid "Unable to schedule a pipeline to run immediately"
+msgstr ""
+
+msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
+msgstr ""
+
+msgid "Unable to update label prioritization at this time"
+msgstr ""
+
+msgid "Unable to update this epic at this time."
+msgstr ""
+
+msgid "Unable to update this issue at this time."
+msgstr ""
+
+msgid "Unarchive project"
+msgstr ""
+
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr ""
+
+msgid "Unblock"
+msgstr ""
+
+msgid "Undo"
+msgstr ""
+
+msgid "Unfortunately, your email message to GitLab could not be processed."
+msgstr ""
+
+msgid "Uninstall"
+msgstr ""
+
+msgid "Uninstalling"
+msgstr ""
+
+msgid "Unknown"
+msgstr ""
+
+msgid "Unknown Error"
+msgstr ""
+
+msgid "Unknown encryption strategy: %{encrypted_strategy}!"
+msgstr ""
+
+msgid "Unknown format"
+msgstr ""
+
+msgid "Unknown response text"
+msgstr ""
+
+msgid "Unlimited"
+msgstr ""
+
+msgid "Unlock"
+msgstr ""
+
+msgid "Unlock the discussion"
+msgstr ""
+
+msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgstr ""
+
+msgid "Unlocked"
+msgstr ""
+
+msgid "Unlocked the discussion."
+msgstr ""
+
+msgid "Unlocks the discussion."
+msgstr ""
+
+msgid "Unmarked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unmarks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unresolve discussion"
+msgstr ""
+
+msgid "Unresolve thread"
+msgstr ""
+
+msgid "Unschedule job"
+msgstr ""
+
+msgid "Unstage"
+msgstr ""
+
+msgid "Unstage all changes"
+msgstr ""
+
+msgid "Unstaged"
+msgstr ""
+
+msgid "Unstaged %{type}"
+msgstr ""
+
+msgid "Unstaged and staged %{type}"
+msgstr ""
+
+msgid "Unstar"
+msgstr ""
+
+msgid "Unsubscribe"
+msgstr ""
+
+msgid "Unsubscribe at group level"
+msgstr ""
+
+msgid "Unsubscribe at project level"
+msgstr ""
+
+msgid "Unsubscribe from %{type}"
+msgstr ""
+
+msgid "Unsubscribed from this %{quick_action_target}."
+msgstr ""
+
+msgid "Unsubscribes from this %{quick_action_target}."
+msgstr ""
+
+msgid "Until"
+msgstr ""
+
+msgid "Until that time, the project can be restored."
+msgstr ""
+
+msgid "Unverified"
+msgstr ""
+
+msgid "Up to date"
+msgstr ""
+
+msgid "Upcoming"
+msgstr ""
+
+msgid "Upcoming Release"
+msgstr ""
+
+msgid "Update"
+msgstr ""
+
+msgid "Update all"
+msgstr ""
+
+msgid "Update approval rule"
+msgstr ""
+
+msgid "Update failed"
+msgstr ""
+
+msgid "Update failed. Please try again."
+msgstr ""
+
+msgid "Update it"
+msgstr ""
+
+msgid "Update now"
+msgstr ""
+
+msgid "Update your bookmarked URLs as filtered/sorted branches URL has been changed."
+msgstr ""
+
+msgid "Update your group name, description, avatar, and visibility."
+msgstr ""
+
+msgid "Update your project name, topics, description and avatar."
+msgstr ""
+
+msgid "UpdateProject|Cannot rename project because it contains container registry tags!"
+msgstr ""
+
+msgid "UpdateProject|Could not set the default branch"
+msgstr ""
+
+msgid "UpdateProject|New visibility level not allowed!"
+msgstr ""
+
+msgid "UpdateProject|Project could not be updated!"
+msgstr ""
+
+msgid "Updated"
+msgstr ""
+
+msgid "Updated %{updated_at} by %{updated_by}"
+msgstr ""
+
+msgid "Updated at"
+msgstr ""
+
+msgid "Updated to"
+msgstr ""
+
+msgid "Updating"
+msgstr ""
+
+msgid "Upgrade plan to unlock Canary Deployments feature"
+msgstr ""
+
+msgid "Upgrade your plan"
+msgstr ""
+
+msgid "Upgrade your plan to activate Advanced Global Search."
+msgstr ""
+
+msgid "Upgrade your plan to activate Audit Events."
+msgstr ""
+
+msgid "Upgrade your plan to activate Contribution Analytics."
+msgstr ""
+
+msgid "Upgrade your plan to activate Group Webhooks."
+msgstr ""
+
+msgid "Upgrade your plan to improve Issue boards."
+msgstr ""
+
+msgid "Upgrade your plan to improve Merge Requests."
+msgstr ""
+
+msgid "Upload <code>GoogleCodeProjectHosting.json</code> here:"
+msgstr ""
+
+msgid "Upload CSV file"
+msgstr ""
+
+msgid "Upload New File"
+msgstr ""
+
+msgid "Upload a certificate for your domain with all intermediates"
+msgstr ""
+
+msgid "Upload a private key for your certificate"
+msgstr ""
+
+msgid "Upload file"
+msgstr ""
+
+msgid "Upload object map"
+msgstr ""
+
+msgid "UploadLink|click to upload"
+msgstr ""
+
+msgid "Uploaded on"
+msgstr ""
+
+msgid "Uploading changes to terminal"
+msgstr ""
+
+msgid "Uploads"
+msgstr ""
+
+msgid "Upstream"
+msgstr ""
+
+msgid "Uptime"
+msgstr ""
+
+msgid "Upvotes"
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Usage ping is not enabled"
+msgstr ""
+
+msgid "Usage quotas help link"
+msgstr ""
+
+msgid "Usage statistics"
+msgstr ""
+
+msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage"
+msgstr ""
+
+msgid "UsageQuota|Artifacts"
+msgstr ""
+
+msgid "UsageQuota|Buy additional minutes"
+msgstr ""
+
+msgid "UsageQuota|Current period usage"
+msgstr ""
+
+msgid "UsageQuota|LFS Storage"
+msgstr ""
+
+msgid "UsageQuota|Packages"
+msgstr ""
+
+msgid "UsageQuota|Pipelines"
+msgstr ""
+
+msgid "UsageQuota|Repository"
+msgstr ""
+
+msgid "UsageQuota|Storage"
+msgstr ""
+
+msgid "UsageQuota|This namespace has no projects which use shared runners"
+msgstr ""
+
+msgid "UsageQuota|Unlimited"
+msgstr ""
+
+msgid "UsageQuota|Usage"
+msgstr ""
+
+msgid "UsageQuota|Usage Quotas"
+msgstr ""
+
+msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
+msgstr ""
+
+msgid "UsageQuota|Usage since"
+msgstr ""
+
+msgid "UsageQuota|Wiki"
+msgstr ""
+
+msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
+msgstr ""
+
+msgid "Use <code>%{native_redirect_uri}</code> for local tests"
+msgstr ""
+
+msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
+msgstr ""
+
+msgid "Use a hardware device to add the second factor of authentication."
+msgstr ""
+
+msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
+msgstr ""
+
+msgid "Use group milestones to manage issues from multiple projects in the same milestone."
+msgstr ""
+
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
+msgid "Use one line per URI"
+msgstr ""
+
+msgid "Use template"
+msgstr ""
+
+msgid "Use the following registration token during setup:"
+msgstr ""
+
+msgid "Use your global notification setting"
+msgstr ""
+
+msgid "Use your smart card to authenticate with the LDAP server."
+msgstr ""
+
+msgid "Used by members to sign in to your group in GitLab"
+msgstr ""
+
+msgid "Used to help configure your identity provider"
+msgstr ""
+
+msgid "User"
+msgstr ""
+
+msgid "User %{current_user_username} has started impersonating %{username}"
+msgstr ""
+
+msgid "User %{username} was successfully removed."
+msgstr ""
+
+msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
+msgstr ""
+
+msgid "User OAuth applications"
+msgstr ""
+
+msgid "User Settings"
+msgstr ""
+
+msgid "User and IP Rate Limits"
+msgstr ""
+
+msgid "User identity was successfully created."
+msgstr ""
+
+msgid "User identity was successfully removed."
+msgstr ""
+
+msgid "User identity was successfully updated."
+msgstr ""
+
+msgid "User key was successfully removed."
+msgstr ""
+
+msgid "User map"
+msgstr ""
+
+msgid "User pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "User restrictions"
+msgstr ""
+
+msgid "User settings"
+msgstr ""
+
+msgid "User was successfully created."
+msgstr ""
+
+msgid "User was successfully removed from group and any subresources."
+msgstr ""
+
+msgid "User was successfully removed from project."
+msgstr ""
+
+msgid "User was successfully updated."
+msgstr ""
+
+msgid "UserOnboardingTour|%{activeTour}/%{totalTours}"
+msgstr ""
+
+msgid "UserOnboardingTour|%{completed}/%{total} steps completed"
+msgstr ""
+
+msgid "UserOnboardingTour|%{emphasisStart}Well done!%{emphasisEnd}%{lineBreak}%{lineBreak}That's it for our guided tour, congratulations for making it all the way to the end!%{lineBreak}%{lineBreak}We hope this gave you a good overview of GitLab and how it can help you. We'll now show you how to create your own project and invite your colleagues."
+msgstr ""
+
+msgid "UserOnboardingTour|Adding other members to a project is done through Project Settings. Click on %{emphasisStart}Settings%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Alright, that's it for Commits. Let's take a look at the %{emphasisStart}Branches%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Awesome! Now click on %{emphasisStart}Members%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}Compare%{emphasisEnd} buttons to compare a branch to master."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}pipeline IDs%{emphasisEnd} to see the details of a pipeline."
+msgstr ""
+
+msgid "UserOnboardingTour|Click to open the latest commit to see its details."
+msgstr ""
+
+msgid "UserOnboardingTour|Close 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Commits are shown in chronological order and can be filtered by the commit message or by the branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Create a project"
+msgstr ""
+
+msgid "UserOnboardingTour|Exit 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Got it"
+msgstr ""
+
+msgid "UserOnboardingTour|Great job! %{clapHands} We hope the tour was helpful and that you learned how to use GitLab.%{lineBreak}%{lineBreak}We'd love to get your feedback on this tour.%{lineBreak}%{lineBreak}%{emphasisStart}How helpful would you say this guided tour was?%{emphasisEnd}%{lineBreak}%{lineBreak}"
+msgstr ""
+
+msgid "UserOnboardingTour|Guided GitLab Tour"
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the current members of the project (just you at the moment) and invite new members.%{lineBreak}%{lineBreak}You can invite multiple members at once (existing GitLab users or invite by email) and you can also set their roles and permissions.%{lineBreak}%{lineBreak}Add a few members and click on %{emphasisStart}Add to project%{emphasisEnd} to complete this step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
+msgstr ""
+
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Invite colleagues"
+msgstr ""
+
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
+msgstr ""
+
+msgid "UserOnboardingTour|Learn GitLab"
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at a merge request. Click on the title of one."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at all the commits. Click on %{emphasisStart}Commits%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at the repository of this project. Click on %{emphasisStart}Repository%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|No thanks"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, let's go"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, show me"
+msgstr ""
+
+msgid "UserOnboardingTour|Open one of the issues by clicking on its title."
+msgstr ""
+
+msgid "UserOnboardingTour|Restart this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Skip this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgstr ""
+
+msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgstr ""
+
+msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the CI/CD pipelines we have for our %{emphasisStart}%{projectName}%{emphasisEnd} project.%{lineBreak}%{lineBreak}Here you can see the status of each pipeline, for what commit it's running for, its stages and the status for them."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the issues that are available for community contributions. Let's take a closer look at one of them."
+msgstr ""
+
+msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgstr ""
+
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr ""
+
+msgid "UserProfile|Activity"
+msgstr ""
+
+msgid "UserProfile|Already reported for abuse"
+msgstr ""
+
+msgid "UserProfile|Blocked user"
+msgstr ""
+
+msgid "UserProfile|Contributed projects"
+msgstr ""
+
+msgid "UserProfile|Edit profile"
+msgstr ""
+
+msgid "UserProfile|Explore public groups to find projects to contribute to."
+msgstr ""
+
+msgid "UserProfile|Groups"
+msgstr ""
+
+msgid "UserProfile|Groups are the best way to manage projects and members."
+msgstr ""
+
+msgid "UserProfile|Join or create a group to start contributing by commenting on issues or submitting merge requests!"
+msgstr ""
+
+msgid "UserProfile|Most Recent Activity"
+msgstr ""
+
+msgid "UserProfile|No snippets found."
+msgstr ""
+
+msgid "UserProfile|Overview"
+msgstr ""
+
+msgid "UserProfile|Personal projects"
+msgstr ""
+
+msgid "UserProfile|Report abuse"
+msgstr ""
+
+msgid "UserProfile|Snippets"
+msgstr ""
+
+msgid "UserProfile|Snippets in GitLab can either be private, internal, or public."
+msgstr ""
+
+msgid "UserProfile|Star projects to track their progress and show your appreciation."
+msgstr ""
+
+msgid "UserProfile|Starred projects"
+msgstr ""
+
+msgid "UserProfile|Subscribe"
+msgstr ""
+
+msgid "UserProfile|This user doesn't have any personal projects"
+msgstr ""
+
+msgid "UserProfile|This user has a private profile"
+msgstr ""
+
+msgid "UserProfile|This user hasn't contributed to any projects"
+msgstr ""
+
+msgid "UserProfile|This user hasn't starred any projects"
+msgstr ""
+
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
+msgid "UserProfile|View all"
+msgstr ""
+
+msgid "UserProfile|View user in admin area"
+msgstr ""
+
+msgid "UserProfile|You can create a group for several dependent projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any personal projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any snippets."
+msgstr ""
+
+msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice."
+msgstr ""
+
+msgid "Username (optional)"
+msgstr ""
+
+msgid "Username is already taken."
+msgstr ""
+
+msgid "Username is available."
+msgstr ""
+
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Username or email"
+msgstr ""
+
+msgid "Users"
+msgstr ""
+
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
+msgid "Users outside of license"
+msgstr ""
+
+msgid "Users requesting access to"
+msgstr ""
+
+msgid "Users were successfully added."
+msgstr ""
+
+msgid "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
+msgstr ""
+
+msgid "UsersSelect|%{name} + %{length} more"
+msgstr ""
+
+msgid "UsersSelect|Any User"
+msgstr ""
+
+msgid "UsersSelect|Assignee"
+msgstr ""
+
+msgid "UsersSelect|No assignee - %{openingTag} assign yourself %{closingTag}"
+msgstr ""
+
+msgid "UsersSelect|Unassigned"
+msgstr ""
+
+msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%{link_end}"
+msgstr ""
+
+msgid "Using required encryption strategy when encrypted field is missing!"
+msgstr ""
+
+msgid "Validate"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration file"
+msgstr ""
+
+msgid "Validations failed."
+msgstr ""
+
+msgid "Validity"
+msgstr ""
+
+msgid "Value"
+msgstr ""
+
+msgid "Variables"
+msgstr ""
+
+msgid "Various container registry settings."
+msgstr ""
+
+msgid "Various email settings."
+msgstr ""
+
+msgid "Various localization settings."
+msgstr ""
+
+msgid "Various settings that affect GitLab performance."
+msgstr ""
+
+msgid "Verification information"
+msgstr ""
+
+msgid "Verification status"
+msgstr ""
+
+msgid "Verified"
+msgstr ""
+
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
+msgid "Version"
+msgstr ""
+
+msgid "Very helpful"
+msgstr ""
+
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
+
+msgid "View dependency details for your project"
+msgstr ""
+
+msgid "View deployment"
+msgstr ""
+
+msgid "View details: %{details_url}"
+msgstr ""
+
+msgid "View documentation"
+msgstr ""
+
+msgid "View eligible approvers"
+msgstr ""
+
+msgid "View epics list"
+msgstr ""
+
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "View file @ "
+msgstr ""
+
+msgid "View full dashboard"
+msgstr ""
+
+msgid "View group labels"
+msgstr ""
+
+msgid "View issue"
+msgstr ""
+
+msgid "View it on GitLab"
+msgstr ""
+
+msgid "View job"
+msgstr ""
+
+msgid "View job log"
+msgstr ""
+
+msgid "View jobs"
+msgstr ""
+
+msgid "View labels"
+msgstr ""
+
+msgid "View log"
+msgstr ""
+
+msgid "View open merge request"
+msgstr ""
+
+msgid "View project"
+msgstr ""
+
+msgid "View project labels"
+msgstr ""
+
+msgid "View replaced file @ "
+msgstr ""
+
+msgid "View the documentation"
+msgstr ""
+
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
+msgid "Viewing commit"
+msgstr ""
+
+msgid "Visibility"
+msgstr ""
+
+msgid "Visibility and access controls"
+msgstr ""
+
+msgid "Visibility level"
+msgstr ""
+
+msgid "Visibility level:"
+msgstr ""
+
+msgid "Visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Visibility, project features, permissions"
+msgstr ""
+
+msgid "Visibility:"
+msgstr ""
+
+msgid "VisibilityLevel|Internal"
+msgstr ""
+
+msgid "VisibilityLevel|Private"
+msgstr ""
+
+msgid "VisibilityLevel|Public"
+msgstr ""
+
+msgid "VisibilityLevel|Unknown"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
+msgstr ""
+
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr ""
+
+msgid "VisualReviewApp|Copy script"
+msgstr ""
+
+msgid "VisualReviewApp|Enable Visual Reviews"
+msgstr ""
+
+msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application."
+msgstr ""
+
+msgid "VisualReviewApp|Open review app"
+msgstr ""
+
+msgid "VisualReviewApp|Review"
+msgstr ""
+
+msgid "VisualReviewApp|Steps 1 and 2 (and sometimes 3) are performed once by the developer before requesting feedback. Steps 3 (if necessary), 4, and 5 are performed by the reviewer each time they perform a review."
+msgstr ""
+
+msgid "Vulnerabilities"
+msgstr ""
+
+msgid "Vulnerabilities over time"
+msgstr ""
+
+msgid "Vulnerability-Check"
+msgstr ""
+
+msgid "VulnerabilityChart|%{formattedStartDate} to today"
+msgstr ""
+
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
+msgid "Vulnerability|Class"
+msgstr ""
+
+msgid "Vulnerability|Confidence"
+msgstr ""
+
+msgid "Vulnerability|Description"
+msgstr ""
+
+msgid "Vulnerability|File"
+msgstr ""
+
+msgid "Vulnerability|Identifiers"
+msgstr ""
+
+msgid "Vulnerability|Image"
+msgstr ""
+
+msgid "Vulnerability|Instances"
+msgstr ""
+
+msgid "Vulnerability|Links"
+msgstr ""
+
+msgid "Vulnerability|Namespace"
+msgstr ""
+
+msgid "Vulnerability|Project"
+msgstr ""
+
+msgid "Vulnerability|Report Type"
+msgstr ""
+
+msgid "Vulnerability|Severity"
+msgstr ""
+
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
+msgstr ""
+
+msgid "Waiting for performance data"
+msgstr ""
+
+msgid "Want to see the data? Please ask an administrator for access."
+msgstr ""
+
+msgid "Warning:"
+msgstr ""
+
+msgid "We could not determine the path to remove the epic"
+msgstr ""
+
+msgid "We could not determine the path to remove the issue"
+msgstr ""
+
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
+msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgstr ""
+
+msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
+msgstr ""
+
+msgid "We don't have enough data to show this stage."
+msgstr ""
+
+msgid "We have found the following errors:"
+msgstr ""
+
+msgid "We heard back from your U2F device. You have been authenticated."
+msgstr ""
+
+msgid "We sent you an email with reset password instructions"
+msgstr ""
+
+msgid "We want to be sure it is you, please confirm you are not a robot."
+msgstr ""
+
+msgid "We've found no vulnerabilities"
+msgstr ""
+
+msgid "Web IDE"
+msgstr ""
+
+msgid "Web Terminal"
+msgstr ""
+
+msgid "Web terminal"
+msgstr ""
+
+msgid "Webhooks"
+msgstr ""
+
+msgid "Webhooks Help"
+msgstr ""
+
+msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group."
+msgstr ""
+
+msgid "Wednesday"
+msgstr ""
+
+msgid "Weeks"
+msgstr ""
+
+msgid "Weight"
+msgstr ""
+
+msgid "Weight %{weight}"
+msgstr ""
+
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
+msgid "Welcome to the Guided GitLab Tour"
+msgstr ""
+
+msgid "Welcome to your Issue Board!"
+msgstr ""
+
+msgid "What are you searching for?"
+msgstr ""
+
+msgid "When a runner is locked, it cannot be assigned to other projects"
+msgstr ""
+
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "When enabled, users cannot use GitLab until the terms have been accepted."
+msgstr ""
+
+msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgstr ""
+
+msgid "When this merge request is accepted"
+msgid_plural "When these merge requests are accepted"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
+msgstr ""
+
+msgid "When:"
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "White helpers give contextual information."
+msgstr ""
+
+msgid "Whitelist to allow requests to the local network from hooks and services"
+msgstr ""
+
+msgid "Who can be an approver?"
+msgstr ""
+
+msgid "Who can see this group?"
+msgstr ""
+
+msgid "Who will be able to see this group?"
+msgstr ""
+
+msgid "Wiki"
+msgstr ""
+
+msgid "Wiki pages"
+msgstr ""
+
+msgid "Wiki was successfully updated."
+msgstr ""
+
+msgid "WikiClone|Clone your wiki"
+msgstr ""
+
+msgid "WikiClone|Git Access"
+msgstr ""
+
+msgid "WikiClone|Install Gollum"
+msgstr ""
+
+msgid "WikiClone|It is recommended to install %{markdown} so that GFM features render locally:"
+msgstr ""
+
+msgid "WikiClone|Start Gollum and edit locally"
+msgstr ""
+
+msgid "WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title."
+msgstr ""
+
+msgid "WikiEdit|There is already a page with the same title in that path."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|You must be a project member in order to add wiki pages. If you have suggestions for how to improve the wiki for this project, consider opening an issue in the %{issues_link}."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|issue tracker"
+msgstr ""
+
+msgid "WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on."
+msgstr ""
+
+msgid "WikiEmpty|Create your first page"
+msgstr ""
+
+msgid "WikiEmpty|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmpty|The wiki lets you write documentation for your project"
+msgstr ""
+
+msgid "WikiEmpty|This project has no wiki pages"
+msgstr ""
+
+msgid "WikiEmpty|You must be a project member in order to add wiki pages."
+msgstr ""
+
+msgid "WikiHistoricalPage|This is an old version of this page."
+msgstr ""
+
+msgid "WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}."
+msgstr ""
+
+msgid "WikiHistoricalPage|history"
+msgstr ""
+
+msgid "WikiHistoricalPage|most recent version"
+msgstr ""
+
+msgid "WikiMarkdownDocs|More examples are in the %{docs_link}"
+msgstr ""
+
+msgid "WikiMarkdownDocs|documentation"
+msgstr ""
+
+msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}"
+msgstr ""
+
+msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Are you sure you want to delete this page?"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page %{pageTitle}?"
+msgstr ""
+
+msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{page_link} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "WikiPageConflictMessage|the page"
+msgstr ""
+
+msgid "WikiPageCreate|Create %{pageTitle}"
+msgstr ""
+
+msgid "WikiPageEdit|Update %{pageTitle}"
+msgstr ""
+
+msgid "WikiPage|Write your content or drag files here…"
+msgstr ""
+
+msgid "Wiki|Create New Page"
+msgstr ""
+
+msgid "Wiki|Create page"
+msgstr ""
+
+msgid "Wiki|Created date"
+msgstr ""
+
+msgid "Wiki|Edit Page"
+msgstr ""
+
+msgid "Wiki|More Pages"
+msgstr ""
+
+msgid "Wiki|New page"
+msgstr ""
+
+msgid "Wiki|Page history"
+msgstr ""
+
+msgid "Wiki|Page title"
+msgstr ""
+
+msgid "Wiki|Page version"
+msgstr ""
+
+msgid "Wiki|Pages"
+msgstr ""
+
+msgid "Wiki|Title"
+msgstr ""
+
+msgid "Wiki|Wiki Pages"
+msgstr ""
+
+msgid "Will deploy to"
+msgstr ""
+
+msgid "With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members."
+msgstr ""
+
+msgid "Withdraw Access Request"
+msgstr ""
+
+msgid "Work in Progress Limit"
+msgstr ""
+
+msgid "Workflow Help"
+msgstr ""
+
+msgid "Write"
+msgstr ""
+
+msgid "Write a comment or drag your files here…"
+msgstr ""
+
+msgid "Write a comment…"
+msgstr ""
+
+msgid "Write access allowed"
+msgstr ""
+
+msgid "Write milestone description..."
+msgstr ""
+
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
+msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
+msgstr ""
+
+msgid "Yes"
+msgstr ""
+
+msgid "Yes or No"
+msgstr ""
+
+msgid "Yes, add it"
+msgstr ""
+
+msgid "Yes, let me map Google Code users to full names or GitLab users."
+msgstr ""
+
+msgid "Yesterday"
+msgstr ""
+
+msgid "You"
+msgstr ""
+
+msgid "You are an admin, which means granting access to <strong>%{client_name}</strong> will allow them to interact with GitLab as an admin as well. Proceed with caution."
+msgstr ""
+
+msgid "You are attempting to delete a file that has been previously updated."
+msgstr ""
+
+msgid "You are attempting to update a file that has changed since you started editing it."
+msgstr ""
+
+msgid "You are connected to the Prometheus server, but there is currently no data to display."
+msgstr ""
+
+msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are not allowed to unlink your primary login account"
+msgstr ""
+
+msgid "You are not authorized to perform this action"
+msgstr ""
+
+msgid "You are now impersonating %{username}"
+msgstr ""
+
+msgid "You are on a read-only GitLab instance."
+msgstr ""
+
+msgid "You are receiving this message because you are a GitLab administrator for %{url}."
+msgstr ""
+
+msgid "You can %{linkStart}view the blob%{linkEnd} instead."
+msgstr ""
+
+msgid "You can also create a project from the command line."
+msgstr ""
+
+msgid "You can also press &#8984;-Enter"
+msgstr ""
+
+msgid "You can also press Ctrl-Enter"
+msgstr ""
+
+msgid "You can also star a label to make it a priority label."
+msgstr ""
+
+msgid "You can also test your %{gitlab_ci_yml} in %{lint_link_start}CI Lint%{lint_link_end}"
+msgstr ""
+
+msgid "You can also upload existing files from your computer using the instructions below."
+msgstr ""
+
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can create files directly in GitLab using one of the following options."
+msgstr ""
+
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can easily contribute to them by requesting to join these groups."
+msgstr ""
+
+msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}"
+msgstr ""
+
+msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can move around the graph by using the arrow keys."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original branch."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original project."
+msgstr ""
+
+msgid "You can only add files when you are on a branch"
+msgstr ""
+
+msgid "You can only edit files when you are on a branch"
+msgstr ""
+
+msgid "You can only merge once the items above are resolved."
+msgstr ""
+
+msgid "You can only merge once this merge request is approved."
+msgstr ""
+
+msgid "You can only transfer the project to namespaces you manage."
+msgstr ""
+
+msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}"
+msgstr ""
+
+msgid "You can see your chat accounts."
+msgstr ""
+
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
+msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
+msgstr ""
+
+msgid "You can specify notification level per group or per project."
+msgstr ""
+
+msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
+msgstr ""
+
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
+msgid "You cannot access the raw file. Please wait a minute."
+msgstr ""
+
+msgid "You cannot impersonate a blocked user"
+msgstr ""
+
+msgid "You cannot impersonate a user who cannot log in"
+msgstr ""
+
+msgid "You cannot impersonate an internal user"
+msgstr ""
+
+msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
+msgstr ""
+
+msgid "You cannot write to a read-only secondary GitLab Geo instance. Please use %{link_to_primary_node} instead."
+msgstr ""
+
+msgid "You cannot write to this read-only GitLab instance."
+msgstr ""
+
+msgid "You could not create a new trigger."
+msgstr ""
+
+msgid "You do not have any subscriptions yet"
+msgstr ""
+
+msgid "You do not have permission to leave this %{namespaceType}."
+msgstr ""
+
+msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
+msgstr ""
+
+msgid "You do not have the correct permissions to override the settings from the LDAP group sync."
+msgstr ""
+
+msgid "You don't have any U2F devices registered yet."
+msgstr ""
+
+msgid "You don't have any active chat names."
+msgstr ""
+
+msgid "You don't have any applications"
+msgstr ""
+
+msgid "You don't have any authorized applications"
+msgstr ""
+
+msgid "You don't have any deployments right now."
+msgstr ""
+
+msgid "You don't have any projects available."
+msgstr ""
+
+msgid "You don't have any recent searches"
+msgstr ""
+
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
+msgid "You don’t have access to Cycle Analytics for this group"
+msgstr ""
+
+msgid "You don’t have access to Productivity Analytics in this group"
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to %{label}."
+msgstr ""
+
+msgid "You have been unsubscribed from this thread."
+msgstr ""
+
+msgid "You have declined the invitation to join %{label}."
+msgstr ""
+
+msgid "You have no permissions"
+msgstr ""
+
+msgid "You have not added any approvers. Start by adding users or groups."
+msgstr ""
+
+msgid "You have reached your project limit"
+msgstr ""
+
+msgid "You haven't added any issues to your project yet"
+msgstr ""
+
+msgid "You haven't selected any issues yet"
+msgstr ""
+
+msgid "You left the \"%{membershipable_human_name}\" %{source_type}."
+msgstr ""
+
+msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
+msgstr ""
+
+msgid "You may close the milestone now."
+msgstr ""
+
+msgid "You must accept our Terms of Service and privacy policy in order to register an account"
+msgstr ""
+
+msgid "You must have maintainer access to force delete a lock"
+msgstr ""
+
+msgid "You must have permission to create a project in a namespace before forking."
+msgstr ""
+
+msgid "You must provide a valid current password"
+msgstr ""
+
+msgid "You must provide your current password in order to change it."
+msgstr ""
+
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
+msgid "You need a different license to enable FileLocks feature"
+msgstr ""
+
+msgid "You need a different license to use Geo replication."
+msgstr ""
+
+msgid "You need git-lfs version %{min_git_lfs_version} (or greater) to continue. Please visit https://git-lfs.github.com"
+msgstr ""
+
+msgid "You need permission."
+msgstr ""
+
+msgid "You need to be logged in."
+msgstr ""
+
+msgid "You need to register a two-factor authentication app before you can set up a U2F device."
+msgstr ""
+
+msgid "You need to specify both an Access Token and a Host URL."
+msgstr ""
+
+msgid "You need to upload a GitLab project export archive (ending in .gz)."
+msgstr ""
+
+msgid "You need to upload a Google Takeout archive."
+msgstr ""
+
+msgid "You tried to fork %{link_to_the_project} but it failed for the following reason:"
+msgstr ""
+
+msgid "You will lose all changes you've made to this file. This action cannot be undone."
+msgstr ""
+
+msgid "You will lose all the unstaged changes you've made in this project. This action cannot be undone."
+msgstr ""
+
+msgid "You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "You will not get any notifications via email"
+msgstr ""
+
+msgid "You will only receive notifications for the events you choose"
+msgstr ""
+
+msgid "You will only receive notifications for threads you have participated in"
+msgstr ""
+
+msgid "You will receive notifications for any activity"
+msgstr ""
+
+msgid "You will receive notifications only for comments in which you were @mentioned"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via %{protocol} until you %{set_password_link} on your account"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you %{add_ssh_key_link} to your profile"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
+msgstr ""
+
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
+msgid "You'll be signed out from your current account automatically."
+msgstr ""
+
+msgid "You'll need to use different branch names to get a valid comparison."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
+msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project is being created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgstr ""
+
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
+msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
+msgstr ""
+
+msgid "YouTube"
+msgstr ""
+
+msgid "Your Commit Email will be used for web based operations, such as edits and merges."
+msgstr ""
+
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr ""
+
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
+
+msgid "Your GPG keys (%{count})"
+msgstr ""
+
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
+msgid "Your Groups"
+msgstr ""
+
+msgid "Your New Personal Access Token"
+msgstr ""
+
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
+msgid "Your Primary Email will be used for avatar detection."
+msgstr ""
+
+msgid "Your Projects (default)"
+msgstr ""
+
+msgid "Your Projects' Activity"
+msgstr ""
+
+msgid "Your Public Email will be displayed on your public profile."
+msgstr ""
+
+msgid "Your SSH keys (%{count})"
+msgstr ""
+
+msgid "Your To-Do List"
+msgstr ""
+
+msgid "Your U2F device did not send a valid JSON response."
+msgstr ""
+
+msgid "Your U2F device needs to be set up. Plug it in (if not already) and click the button on the left."
+msgstr ""
+
+msgid "Your U2F device was registered!"
+msgstr ""
+
+msgid "Your access request to the %{source_type} has been withdrawn."
+msgstr ""
+
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
+msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
+msgstr ""
+
+msgid "Your applications (%{size})"
+msgstr ""
+
+msgid "Your authorized applications"
+msgstr ""
+
+msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
+msgstr ""
+
+msgid "Your changes can be committed to %{branch_name} because a merge request is open."
+msgstr ""
+
+msgid "Your changes have been committed. Commit %{commitId} %{commitStats}"
+msgstr ""
+
+msgid "Your changes have been saved"
+msgstr ""
+
+msgid "Your changes have been successfully committed."
+msgstr ""
+
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
+msgid "Your comment could not be submitted! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your comment could not be updated! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
+msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
+msgstr ""
+
+msgid "Your device was successfully set up! Give it a name and register it with the GitLab server."
+msgstr ""
+
+msgid "Your groups"
+msgstr ""
+
+msgid "Your issues are being imported. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your issues will be imported in the background. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your message here"
+msgstr ""
+
+msgid "Your name"
+msgstr ""
+
+msgid "Your new SCIM token"
+msgstr ""
+
+msgid "Your new personal access token has been created."
+msgstr ""
+
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
+msgstr ""
+
+msgid "Your password reset token has expired."
+msgstr ""
+
+msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
+msgstr ""
+
+msgid "Your projects"
+msgstr ""
+
+msgid "Your request for access has been queued for review."
+msgstr ""
+
+msgid "Zoom meeting added"
+msgstr ""
+
+msgid "Zoom meeting removed"
+msgstr ""
+
+msgid "a deleted user"
+msgstr ""
+
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "added %{created_at_timeago}"
+msgstr ""
+
+msgid "added a Zoom call to this issue"
+msgstr ""
+
+msgid "ago"
+msgstr ""
+
+msgid "allowed to fail"
+msgstr ""
+
+msgid "already being used for another group or project milestone."
+msgstr ""
+
+msgid "already has a \"created\" issue link"
+msgstr ""
+
+msgid "already shared with this group"
+msgstr ""
+
+msgid "among other things"
+msgstr ""
+
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
+msgid "assign yourself"
+msgstr ""
+
+msgid "attach a new file"
+msgstr ""
+
+msgid "authored"
+msgstr ""
+
+msgid "blocks"
+msgstr ""
+
+msgid "branch name"
+msgstr ""
+
+msgid "by"
+msgstr ""
+
+msgid "cannot be changed if a personal project has container registry tags."
+msgstr ""
+
+msgid "cannot be enabled unless all domains have TLS certificates"
+msgstr ""
+
+msgid "cannot be modified"
+msgstr ""
+
+msgid "cannot block others"
+msgstr ""
+
+msgid "cannot include leading slash or directory traversal."
+msgstr ""
+
+msgid "cannot itself be blocked"
+msgstr ""
+
+msgid "cannot merge"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about DAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Dependency Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{namespace} is affected by %{vulnerability}."
+msgstr ""
+
+msgid "ciReport|%{remainingPackagesCount} more"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} new vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{fixedCount} fixed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected no new vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} is loading"
+msgstr ""
+
+msgid "ciReport|%{reportType}: Loading resulted in an error"
+msgstr ""
+
+msgid "ciReport|%{vulnerability} in %{featurename}"
+msgstr ""
+
+msgid "ciReport|(errors when loading results)"
+msgstr ""
+
+msgid "ciReport|(is loading)"
+msgstr ""
+
+msgid "ciReport|(is loading, errors when loading results)"
+msgstr ""
+
+msgid "ciReport|All confidence levels"
+msgstr ""
+
+msgid "ciReport|All projects"
+msgstr ""
+
+msgid "ciReport|All report types"
+msgstr ""
+
+msgid "ciReport|All severities"
+msgstr ""
+
+msgid "ciReport|Automatically apply the patch in a new branch"
+msgstr ""
+
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
+msgid "ciReport|Class"
+msgstr ""
+
+msgid "ciReport|Code quality"
+msgstr ""
+
+msgid "ciReport|Confidence"
+msgstr ""
+
+msgid "ciReport|Container Scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning detects known vulnerabilities in your docker images."
+msgstr ""
+
+msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
+msgstr ""
+
+msgid "ciReport|Create issue"
+msgstr ""
+
+msgid "ciReport|DAST"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning detects known vulnerabilities in your source code's dependencies."
+msgstr ""
+
+msgid "ciReport|Dependency scanning"
+msgstr ""
+
+msgid "ciReport|Description"
+msgstr ""
+
+msgid "ciReport|Download patch to resolve"
+msgstr ""
+
+msgid "ciReport|Download the patch to apply it manually"
+msgstr ""
+
+msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application."
+msgstr ""
+
+msgid "ciReport|Failed to load %{reportName} report"
+msgstr ""
+
+msgid "ciReport|File"
+msgstr ""
+
+msgid "ciReport|Fixed:"
+msgstr ""
+
+msgid "ciReport|Identifiers"
+msgstr ""
+
+msgid "ciReport|Image"
+msgstr ""
+
+msgid "ciReport|Instances"
+msgstr ""
+
+msgid "ciReport|Investigate this vulnerability by creating an issue"
+msgstr ""
+
+msgid "ciReport|Learn more about interacting with security reports"
+msgstr ""
+
+msgid "ciReport|Links"
+msgstr ""
+
+msgid "ciReport|Loading %{reportName} report"
+msgstr ""
+
+msgid "ciReport|Manage licenses"
+msgstr ""
+
+msgid "ciReport|Method"
+msgstr ""
+
+msgid "ciReport|Namespace"
+msgstr ""
+
+msgid "ciReport|No changes to code quality"
+msgstr ""
+
+msgid "ciReport|No changes to performance metrics"
+msgstr ""
+
+msgid "ciReport|Performance metrics"
+msgstr ""
+
+msgid "ciReport|Resolve with merge request"
+msgstr ""
+
+msgid "ciReport|SAST"
+msgstr ""
+
+msgid "ciReport|Security scanning"
+msgstr ""
+
+msgid "ciReport|Security scanning failed loading any results"
+msgstr ""
+
+msgid "ciReport|Severity"
+msgstr ""
+
+msgid "ciReport|Solution"
+msgstr ""
+
+msgid "ciReport|Static Application Security Testing (SAST) detects known vulnerabilities in your source code."
+msgstr ""
+
+msgid "ciReport|There was an error creating the issue. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error creating the merge request. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error reverting the dismissal. Please try again."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} from %{version} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Used by %{packagesString}"
+msgid_plural "ciReport|Used by %{packagesString}, and %{lastPackage}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|View full report"
+msgstr ""
+
+msgid "comment"
+msgstr ""
+
+msgid "commented on %{link_to_project}"
+msgstr ""
+
+msgid "commit %{commit_id}"
+msgstr ""
+
+msgid "confidence|Confirmed"
+msgstr ""
+
+msgid "confidence|Experimental"
+msgstr ""
+
+msgid "confidence|High"
+msgstr ""
+
+msgid "confidence|Ignore"
+msgstr ""
+
+msgid "confidence|Low"
+msgstr ""
+
+msgid "confidence|Medium"
+msgstr ""
+
+msgid "confidence|Undefined"
+msgstr ""
+
+msgid "confidence|Unknown"
+msgstr ""
+
+msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
+msgstr ""
+
+msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
+msgstr ""
+
+msgid "connecting"
+msgstr ""
+
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "could not read private key, is the passphrase correct?"
+msgstr ""
+
+msgid "created"
+msgstr ""
+
+msgid "customize"
+msgstr ""
+
+msgid "date must not be after 9999-12-31"
+msgstr ""
+
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "default branch"
+msgstr ""
+
+msgid "deleted"
+msgstr ""
+
+msgid "deploy"
+msgstr ""
+
+msgid "design"
+msgstr ""
+
+msgid "designs"
+msgstr ""
+
+msgid "detached"
+msgstr ""
+
+msgid "disabled"
+msgstr ""
+
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
+msgid "done"
+msgstr ""
+
+msgid "draft"
+msgid_plural "drafts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "e.g. %{token}"
+msgstr ""
+
+msgid "element is not a hierarchy"
+msgstr ""
+
+msgid "email '%{email}' does not match the allowed domain of '%{email_domain}'"
+msgstr ""
+
+msgid "enabled"
+msgstr ""
+
+msgid "encrypted: needs to be a :required, :optional or :migrating!"
+msgstr ""
+
+msgid "entries cannot be larger than 255 characters"
+msgstr ""
+
+msgid "entries cannot be nil"
+msgstr ""
+
+msgid "entries cannot contain HTML tags"
+msgstr ""
+
+msgid "error"
+msgstr ""
+
+msgid "error code:"
+msgstr ""
+
+msgid "estimateCommand|%{slash_command} will update the estimated time with the latest command."
+msgstr ""
+
+msgid "expired on %{milestone_due_date}"
+msgstr ""
+
+msgid "expires on %{milestone_due_date}"
+msgstr ""
+
+msgid "failed"
+msgstr ""
+
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch} into %{link_to_merge_request_target_branch}"
+msgstr ""
+
+msgid "for %{link_to_pipeline_ref}"
+msgstr ""
+
+msgid "for %{ref}"
+msgstr ""
+
+msgid "for this project"
+msgstr ""
+
+msgid "fork this project"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
+msgid "group"
+msgstr ""
+
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
+msgid "has already been taken"
+msgstr ""
+
+msgid "help"
+msgstr ""
+
+msgid "here"
+msgstr ""
+
+msgid "https://your-bitbucket-server"
+msgstr ""
+
+msgid "image diff"
+msgstr ""
+
+msgid "import flow"
+msgstr ""
+
+msgid "importing"
+msgstr ""
+
+msgid "in group %{link_to_group}"
+msgstr ""
+
+msgid "in project %{link_to_project}"
+msgstr ""
+
+msgid "index"
+msgstr ""
+
+msgid "instance completed"
+msgid_plural "instances completed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "invalid milestone state `%{state}`"
+msgstr ""
+
+msgid "is an invalid IP address range"
+msgstr ""
+
+msgid "is blocked by"
+msgstr ""
+
+msgid "is enabled."
+msgstr ""
+
+msgid "is invalid because there is downstream lock"
+msgstr ""
+
+msgid "is invalid because there is upstream lock"
+msgstr ""
+
+msgid "is not a descendant of the Group owning the template"
+msgstr ""
+
+msgid "is not a valid X509 certificate."
+msgstr ""
+
+msgid "is not an email you own"
+msgstr ""
+
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
+msgid "is too long (maximum is 1000 entries)"
+msgstr ""
+
+msgid "issue"
+msgstr ""
+
+msgid "it is stored externally"
+msgstr ""
+
+msgid "it is stored in LFS"
+msgstr ""
+
+msgid "it is too large"
+msgstr ""
+
+msgid "jigsaw is not defined"
+msgstr ""
+
+msgid "latest"
+msgstr ""
+
+msgid "latest deployment"
+msgstr ""
+
+msgid "latest version"
+msgstr ""
+
+msgid "leave %{group_name}"
+msgstr ""
+
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
+msgid "locked by %{path_lock_user_name} %{created_at}"
+msgstr ""
+
+msgid "log in"
+msgstr ""
+
+msgid "manual"
+msgstr ""
+
+msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead."
+msgstr ""
+
+msgid "math|There was an error rendering this math block"
+msgstr ""
+
+msgid "merge request"
+msgid_plural "merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "milestone should belong either to a project or a group."
+msgstr ""
+
+msgid "missing"
+msgstr ""
+
+msgid "most recent deployment"
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|1 merge commit"
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you have made to a project and discuss those changes with others."
+msgstr ""
+
+msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
+msgstr ""
+
+msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} increased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
+msgstr ""
+
+msgid "mrWidget|Added to the merge train by"
+msgstr ""
+
+msgid "mrWidget|Allows commits from members who can merge to the target branch"
+msgstr ""
+
+msgid "mrWidget|An error occurred while removing your approval."
+msgstr ""
+
+msgid "mrWidget|An error occurred while retrieving approval data for this merge request."
+msgstr ""
+
+msgid "mrWidget|An error occurred while submitting your approval."
+msgstr ""
+
+msgid "mrWidget|Approval password is invalid."
+msgstr ""
+
+msgid "mrWidget|Approve"
+msgstr ""
+
+msgid "mrWidget|Approve additionally"
+msgstr ""
+
+msgid "mrWidget|Approved by"
+msgstr ""
+
+msgid "mrWidget|Cancel automatic merge"
+msgstr ""
+
+msgid "mrWidget|Check out branch"
+msgstr ""
+
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Closed"
+msgstr ""
+
+msgid "mrWidget|Closed by"
+msgstr ""
+
+msgid "mrWidget|Closes"
+msgstr ""
+
+msgid "mrWidget|Create an issue to resolve them later"
+msgstr ""
+
+msgid "mrWidget|Delete source branch"
+msgstr ""
+
+msgid "mrWidget|Deployment statistics are not available currently"
+msgstr ""
+
+msgid "mrWidget|Did not close"
+msgstr ""
+
+msgid "mrWidget|Email patches"
+msgstr ""
+
+msgid "mrWidget|Failed to load deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
+msgstr ""
+
+msgid "mrWidget|Fork merge requests do not create merge request pipelines which validate a post merge result"
+msgstr ""
+
+msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgstr ""
+
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
+msgid "mrWidget|Loading deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Mentions"
+msgstr ""
+
+msgid "mrWidget|Merge"
+msgstr ""
+
+msgid "mrWidget|Merge failed."
+msgstr ""
+
+msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
+msgstr ""
+
+msgid "mrWidget|Merge locally"
+msgstr ""
+
+msgid "mrWidget|Merge request approved."
+msgstr ""
+
+msgid "mrWidget|Merged by"
+msgstr ""
+
+msgid "mrWidget|More information"
+msgstr ""
+
+msgid "mrWidget|No approval required"
+msgstr ""
+
+msgid "mrWidget|No approval required; you can still approve"
+msgstr ""
+
+msgid "mrWidget|Open in Web IDE"
+msgstr ""
+
+msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a manual action to proceed"
+msgstr ""
+
+msgid "mrWidget|Plain diff"
+msgstr ""
+
+msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
+msgstr ""
+
+msgid "mrWidget|Refresh"
+msgstr ""
+
+msgid "mrWidget|Refresh now"
+msgstr ""
+
+msgid "mrWidget|Refreshing now"
+msgstr ""
+
+msgid "mrWidget|Remove from merge train"
+msgstr ""
+
+msgid "mrWidget|Request to merge"
+msgstr ""
+
+msgid "mrWidget|Resolve WIP status"
+msgstr ""
+
+msgid "mrWidget|Resolve conflicts"
+msgstr ""
+
+msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally"
+msgstr ""
+
+msgid "mrWidget|Revert"
+msgstr ""
+
+msgid "mrWidget|Revert this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Revoke approval"
+msgstr ""
+
+msgid "mrWidget|Set by"
+msgstr ""
+
+msgid "mrWidget|The changes were merged into"
+msgstr ""
+
+msgid "mrWidget|The changes were not merged into"
+msgstr ""
+
+msgid "mrWidget|The changes will be merged into"
+msgstr ""
+
+msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure"
+msgstr ""
+
+msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging"
+msgstr ""
+
+msgid "mrWidget|The source branch has been deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch is %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} the target branch"
+msgstr ""
+
+msgid "mrWidget|The source branch is being deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will be deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will not be deleted"
+msgstr ""
+
+msgid "mrWidget|There are merge conflicts"
+msgstr ""
+
+msgid "mrWidget|There are unresolved threads. Please resolve these threads"
+msgstr ""
+
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgstr ""
+
+msgid "mrWidget|This merge request failed to be merged automatically"
+msgstr ""
+
+msgid "mrWidget|This merge request is in the process of being merged"
+msgstr ""
+
+msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This project is archived, write access has been disabled"
+msgstr ""
+
+msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
+msgstr ""
+
+msgid "mrWidget|When this merge request is ready, remove the WIP: prefix from the title to allow it to be merged"
+msgstr ""
+
+msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
+msgstr ""
+
+msgid "mrWidget|You can delete the source branch now"
+msgstr ""
+
+msgid "mrWidget|You can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|Your password"
+msgstr ""
+
+msgid "mrWidget|branch does not exist."
+msgstr ""
+
+msgid "mrWidget|command line"
+msgstr ""
+
+msgid "mrWidget|into"
+msgstr ""
+
+msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to be merged automatically when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to start a merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "must be greater than start date"
+msgstr ""
+
+msgid "n/a"
+msgstr ""
+
+msgid "needs to be between 10 minutes and 1 month"
+msgstr ""
+
+msgid "never expires"
+msgstr ""
+
+msgid "new merge request"
+msgstr ""
+
+msgid "no contributions"
+msgstr ""
+
+msgid "no one can merge"
+msgstr ""
+
+msgid "none"
+msgstr ""
+
+msgid "not found"
+msgstr ""
+
+msgid "notification emails"
+msgstr ""
+
+msgid "nounSeries|%{firstItem} and %{lastItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, %{nextItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, and %{lastItem}"
+msgstr ""
+
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
+
+msgid "out of %d total test"
+msgid_plural "out of %d total tests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "parent"
+msgid_plural "parents"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "password"
+msgstr ""
+
+msgid "pending comment"
+msgstr ""
+
+msgid "pending removal"
+msgstr ""
+
+msgid "pipeline"
+msgstr ""
+
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "point"
+msgid_plural "points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "private"
+msgstr ""
+
+msgid "private key does not match certificate."
+msgstr ""
+
+msgid "processing"
+msgstr ""
+
+msgid "project"
+msgid_plural "projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "project avatar"
+msgstr ""
+
+msgid "quick actions"
+msgstr ""
+
+msgid "register"
+msgstr ""
+
+msgid "relates to"
+msgstr ""
+
+msgid "released %{time}"
+msgstr ""
+
+msgid "remaining"
+msgstr ""
+
+msgid "remove"
+msgstr ""
+
+msgid "remove due date"
+msgstr ""
+
+msgid "remove weight"
+msgstr ""
+
+msgid "removed a Zoom call from this issue"
+msgstr ""
+
+msgid "rendered diff"
+msgstr ""
+
+msgid "reply"
+msgid_plural "replies"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "reset it."
+msgstr ""
+
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
+msgid "score"
+msgstr ""
+
+msgid "security Reports|There was an error creating the merge request"
+msgstr ""
+
+msgid "severity|Critical"
+msgstr ""
+
+msgid "severity|High"
+msgstr ""
+
+msgid "severity|Info"
+msgstr ""
+
+msgid "severity|Low"
+msgstr ""
+
+msgid "severity|Medium"
+msgstr ""
+
+msgid "severity|None"
+msgstr ""
+
+msgid "severity|Undefined"
+msgstr ""
+
+msgid "severity|Unknown"
+msgstr ""
+
+msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
+msgstr ""
+
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
+msgid "show less"
+msgstr ""
+
+msgid "sign in"
+msgstr ""
+
+msgid "sort:"
+msgstr ""
+
+msgid "source"
+msgstr ""
+
+msgid "source diff"
+msgstr ""
+
+msgid "specified top is not part of the tree"
+msgstr ""
+
+msgid "spendCommand|%{slash_command} will update the sum of the time spent."
+msgstr ""
+
+msgid "started"
+msgstr ""
+
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
+msgid "started on %{milestone_start_date}"
+msgstr ""
+
+msgid "starts on %{milestone_start_date}"
+msgstr ""
+
+msgid "stuck"
+msgstr ""
+
+msgid "success"
+msgstr ""
+
+msgid "syntax is correct"
+msgstr ""
+
+msgid "syntax is incorrect"
+msgstr ""
+
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
+msgid "this document"
+msgstr ""
+
+msgid "thread resolved"
+msgid_plural "threads resolved"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "to help your contributors communicate effectively!"
+msgstr ""
+
+msgid "to list"
+msgstr ""
+
+msgid "toggle collapse"
+msgstr ""
+
+msgid "toggle dropdown"
+msgstr ""
+
+msgid "triggered"
+msgstr ""
+
+msgid "unicode domains should use IDNA encoding"
+msgstr ""
+
+msgid "updated"
+msgstr ""
+
+msgid "updated %{time_ago}"
+msgstr ""
+
+msgid "user avatar"
+msgstr ""
+
+msgid "username"
+msgstr ""
+
+msgid "uses Kubernetes clusters to deploy your code!"
+msgstr ""
+
+msgid "verify ownership"
+msgstr ""
+
+msgid "version %{versionIndex}"
+msgstr ""
+
+msgid "via %{closed_via}"
+msgstr ""
+
+msgid "via merge request %{link}"
+msgstr ""
+
+msgid "view it on GitLab"
+msgstr ""
+
+msgid "view the blob"
+msgstr ""
+
+msgid "vulnerability|Add a comment or reason for dismissal"
+msgstr ""
+
+msgid "vulnerability|Add comment"
+msgstr ""
+
+msgid "vulnerability|Add comment & dismiss"
+msgstr ""
+
+msgid "vulnerability|Dismiss vulnerability"
+msgstr ""
+
+msgid "vulnerability|Save comment"
+msgstr ""
+
+msgid "vulnerability|Undo dismiss"
+msgstr ""
+
+msgid "vulnerability|dismissed"
+msgstr ""
+
+msgid "with %{additions} additions, %{deletions} deletions."
+msgstr ""
+
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
+
+msgid "yaml invalid"
+msgstr ""
+
diff --git a/locale/mn_MN/gitlab.po b/locale/mn_MN/gitlab.po
index d1c0fd5a673..f167dc7072c 100644
--- a/locale/mn_MN/gitlab.po
+++ b/locale/mn_MN/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Mongolian\n"
"Language: mn_MN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: mn\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:09\n"
+"PO-Revision-Date: 2020-01-22 09:24\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/nb_NO/gitlab.po b/locale/nb_NO/gitlab.po
index 98adc168e26..6a147fc6363 100644
--- a/locale/nb_NO/gitlab.po
+++ b/locale/nb_NO/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian Bokmal\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: nb\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:09\n"
+"PO-Revision-Date: 2020-01-22 09:24\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/nl_NL/gitlab.po b/locale/nl_NL/gitlab.po
index 62156c9d48a..55e3d2df9f9 100644
--- a/locale/nl_NL/gitlab.po
+++ b/locale/nl_NL/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Dutch\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: nl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:22\n"
+"PO-Revision-Date: 2020-01-22 09:30\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,10 +96,10 @@ msgid_plural "%d exporters"
msgstr[0] "%d exporter"
msgstr[1] "%d exporters"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d mislukt testresultaat"
-msgstr[1] "%d mislukte testresultaten"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] "%d bepaalde wijziging"
msgstr[1] "%d bepaalde wijzigingen"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d onbepaalde wijziging"
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} schreef %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr "%{count} andere toebedeelden"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] "%{count} openstaande reactie"
msgstr[1] "%{count} openstaande reacties"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr "%{filePath} verwijderd"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} meer"
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} wordt verwijderd! Weet je het zeker?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr "%{number_commits_behind} commits achter %{default_branch}, %{number_comm
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% compleet"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text}%{files}"
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr "%{title} wijzigingen"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} unstaged en %{staged} staged wijzigingen"
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Runner is actief en kan nieuwe taken verwerken"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Runner is onderbroken en zal geen nieuwe taken ontvangen"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr "- toon minder"
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 groep"
msgstr[1] "%d groepen"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr "1e bijdrage!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr "Account"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr "Account en limiet"
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr "Nieuwe map toevoegen"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "Alles"
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "Uiterlijk"
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr "Applicaties"
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "BranchSwitcherPlaceholder|Zoek branches"
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr "Door bestanden bladeren"
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Grafieken"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Chat"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Cherry-pick deze commit"
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "geblokkeerd"
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "overgeslagen"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Vergelijk"
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr "Productie"
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/pa_IN/gitlab.po b/locale/pa_IN/gitlab.po
index a26459b2326..ed2b511c66d 100644
--- a/locale/pa_IN/gitlab.po
+++ b/locale/pa_IN/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Punjabi\n"
"Language: pa_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: pa-IN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:11\n"
+"PO-Revision-Date: 2020-01-22 09:25\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/pl_PL/gitlab.po b/locale/pl_PL/gitlab.po
index 13d936589c1..dec90aa1adc 100644
--- a/locale/pl_PL/gitlab.po
+++ b/locale/pl_PL/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: pl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:10\n"
+"PO-Revision-Date: 2020-01-22 09:25\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -56,15 +55,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -110,8 +112,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -187,6 +189,20 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -201,6 +217,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -224,6 +247,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -246,6 +272,13 @@ msgstr ""
msgid "%{count} more assignees"
msgstr "%{count} więcej beneficjentów"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -266,6 +299,15 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -290,7 +332,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -305,6 +347,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -320,6 +368,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -350,9 +401,28 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -374,6 +444,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -394,6 +476,13 @@ msgstr[3] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -404,6 +493,18 @@ msgstr[3] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -420,6 +521,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -496,12 +606,26 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- show less"
msgstr ""
@@ -544,7 +668,11 @@ msgstr[2] ""
msgstr[3] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -553,6 +681,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
@@ -560,6 +695,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -607,9 +749,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -622,12 +773,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -643,9 +800,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -667,16 +830,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} niezarejestrowane</strong> i <strong>%{stagedFilesLength} zarejestrowane</strong> zmiany"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -706,18 +863,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -727,6 +905,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -736,7 +917,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -751,6 +932,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -799,6 +992,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -871,6 +1067,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -880,6 +1079,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -923,6 +1125,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -971,13 +1176,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -1019,15 +1224,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -1040,9 +1248,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1055,6 +1260,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1064,7 +1272,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1109,6 +1317,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1118,13 +1329,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1142,6 +1356,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1232,15 +1452,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1256,15 +1500,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1277,18 +1542,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1323,6 +1615,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1335,9 +1633,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1347,15 +1642,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1371,9 +1678,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1386,6 +1690,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1401,10 +1708,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr "Zezwalaj użytkownikom na żądanie dostępu"
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1416,6 +1720,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1425,6 +1732,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1470,12 +1789,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr "Wystąpił błąd podczas usuwania komentarza"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1494,6 +1822,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1527,12 +1858,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1545,6 +1882,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1554,6 +1894,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Wystąpił błąd podczas ładowania danych wykresu"
@@ -1569,9 +1912,39 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr ""
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr ""
@@ -1611,6 +1984,9 @@ msgstr ""
msgid "An error occurred while saving the approval settings"
msgstr ""
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -1629,40 +2005,10 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr "Wystąpił błąd podczas aktualizacji komentarza"
-msgid "An error occurred while validating username"
+msgid "An error occurred while validating group path"
msgstr ""
-msgid "An error occurred while committing your changes."
-msgstr ""
-
-msgid "An error occurred while fetching the job trace."
-msgstr ""
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr ""
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr ""
-
-msgid "An error occurred while loading all the files."
-msgstr ""
-
-msgid "An error occurred while loading the file content."
-msgstr ""
-
-msgid "An error occurred while loading the file."
-msgstr ""
-
-msgid "An error occurred while loading the merge request changes."
-msgstr ""
-
-msgid "An error occurred while loading the merge request version data."
-msgstr ""
-
-msgid "An error occurred while loading the merge request."
-msgstr ""
-
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1689,7 +2035,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1710,15 +2062,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1728,10 +2089,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1761,12 +2122,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1779,6 +2152,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1810,9 +2186,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1843,6 +2216,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1855,16 +2231,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1897,6 +2276,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Czy na pewno chcesz usunąć tę kompilację?"
@@ -1906,6 +2288,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1954,9 +2339,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1996,6 +2390,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2057,6 +2454,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2079,6 +2479,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2091,6 +2503,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2151,12 +2566,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2268,6 +2692,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2337,6 +2764,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2358,22 +2788,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2400,16 +2830,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2418,13 +2845,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2433,10 +2857,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2502,6 +2926,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2652,22 +3079,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2730,9 +3157,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2754,9 +3178,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "Proces Automatyczny DevOps zostanie uruchomiony, jeśli nie zostanie znaleziony alternatywny plik konfiguracji CI."
@@ -2781,9 +3202,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2799,6 +3226,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2811,6 +3241,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2850,9 +3283,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2862,6 +3292,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2925,13 +3358,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2952,7 +3394,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2994,6 +3436,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -3003,15 +3448,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3099,6 +3628,9 @@ msgstr "oczekiwanie na opóźnione zadanie"
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3129,6 +3661,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3201,6 +3736,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3210,6 +3748,9 @@ msgstr "jest niedostępna: %{reason}"
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3318,15 +3859,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3342,6 +3886,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3381,6 +3928,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3408,7 +3958,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3426,7 +3979,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3435,12 +3994,21 @@ msgstr "Wybierz aplikacje do zainstalowania w Twoim klastrze Kubernetes. Do zain
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Wybierz, które z Twoich środowisk będą używać tego klastra."
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3453,13 +4021,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3468,27 +4036,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Włącz lub wyłącz połączenie GitLab z klastrem Kubernetes."
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Włącz to ustawienie, jeśli używasz kontroli dostępu opartej na roli (RBAC)."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3498,9 +4129,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3528,6 +4165,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Projekt Platformy Google Cloud"
@@ -3555,6 +4195,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Jeśli konfigurujesz wiele klastrów i używasz Auto DevOps, %{help_link_start}zapoznaj się najpierw z tym%{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3573,6 +4216,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3594,6 +4240,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "JupyterHub, ośrodek z wieloma użytkownikami, namnaża, zarządza i zastępuje wiele przypadków jednoosobowego serwera notebooka Jupyter. JupyterHub może służyć do obsługi notebooków dla klasy studentów, korporacyjnej obsługi danych lub grupy badawczej."
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3615,13 +4264,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3630,13 +4279,22 @@ msgstr "Klastry Kubernetes pozwalają Ci w łatwy sposób używać aplikacji oce
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "Dowiedz się więcej o %{help_link_start_machine_type}rodzajach maszyn%{help_link_end} i %{help_link_start_pricing}cenniku%{help_link_end}."
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3654,24 +4312,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3681,6 +4372,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3714,10 +4414,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3729,9 +4432,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3741,30 +4456,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3777,7 +4537,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3789,16 +4549,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3813,6 +4579,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3831,6 +4603,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3849,6 +4624,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3861,6 +4642,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3870,12 +4654,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3885,6 +4678,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3894,9 +4690,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3909,10 +4702,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3921,6 +4735,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3933,6 +4753,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -4012,6 +4850,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -4042,6 +4883,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4063,6 +4907,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4081,6 +4928,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4099,6 +4949,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4120,6 +4973,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4135,7 +4991,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4171,15 +5033,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4195,71 +5066,137 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4295,25 +5232,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4325,9 +5286,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4337,16 +5295,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4358,52 +5328,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4424,27 +5397,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4460,9 +5454,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4478,12 +5478,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4523,6 +5532,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4583,9 +5595,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4625,18 +5646,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4646,13 +5676,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4670,12 +5709,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4709,6 +5754,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4730,6 +5778,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4739,15 +5790,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4760,6 +5838,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4772,9 +5853,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4784,29 +5862,76 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4843,6 +5968,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4861,6 +5989,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4879,6 +6010,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4891,6 +6025,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4963,6 +6100,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -5002,6 +6151,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -5011,6 +6163,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5076,6 +6231,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5184,10 +6342,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5250,21 +6408,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5283,6 +6462,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5292,19 +6480,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5316,12 +6522,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5346,19 +6555,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5373,15 +6591,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5442,15 +6660,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5472,12 +6696,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5490,6 +6723,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5505,6 +6741,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5520,6 +6762,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5553,9 +6798,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5574,6 +6828,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5586,9 +6846,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5598,6 +6867,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5628,6 +6900,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5640,6 +6915,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5664,6 +6942,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5742,6 +7023,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5790,6 +7077,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5841,6 +7131,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5865,6 +7158,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5883,9 +7179,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5898,6 +7191,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5907,6 +7209,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5922,12 +7227,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5946,6 +7260,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5964,19 +7284,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -6018,9 +7347,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -6036,10 +7371,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -6054,6 +7389,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6069,9 +7410,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6141,10 +7479,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6153,7 +7491,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6189,6 +7527,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6228,6 +7569,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6243,6 +7590,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6276,9 +7626,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6294,7 +7641,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6312,12 +7659,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6336,12 +7689,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6372,18 +7740,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6405,9 +7782,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6459,6 +7842,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6528,13 +7914,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6555,6 +7947,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6564,6 +7959,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6573,6 +7971,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6615,9 +8016,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6642,6 +8040,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6669,6 +8070,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6693,15 +8097,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6723,9 +8121,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6750,12 +8145,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6801,15 +8202,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6850,6 +8245,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6859,12 +8260,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6898,9 +8305,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6931,9 +8347,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6949,12 +8362,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6988,6 +8410,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -7009,6 +8434,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -7030,10 +8458,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -7048,6 +8479,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7063,6 +8497,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7072,6 +8509,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7093,9 +8533,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7138,9 +8575,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7153,15 +8602,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7183,6 +8641,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7204,24 +8668,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7231,13 +8686,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7546,6 +9001,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7579,13 +9037,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7594,6 +9052,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7603,6 +9064,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7624,12 +9088,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7654,6 +9208,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7780,13 +9337,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7798,6 +9358,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7825,12 +9406,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7852,21 +9439,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7909,6 +9517,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7930,6 +9541,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7939,9 +9553,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7969,21 +9598,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7996,6 +9646,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -8005,6 +9661,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -8017,6 +9679,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -8032,9 +9697,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -8047,6 +9727,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8113,9 +9796,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8161,6 +9850,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8195,6 +9893,12 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8216,9 +9920,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8231,12 +9932,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8252,7 +9959,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8315,6 +10022,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8330,7 +10040,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8351,12 +10061,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8501,9 +10229,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8552,6 +10286,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8582,7 +10319,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8601,9 +10338,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8643,7 +10377,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8658,6 +10395,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8673,6 +10413,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8685,6 +10428,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8706,6 +10452,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8721,15 +10476,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8742,6 +10506,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8790,6 +10557,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8823,7 +10593,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8910,7 +10680,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8997,6 +10773,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -9009,6 +10788,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -9018,7 +10800,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -9036,6 +10818,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9127,9 +10912,18 @@ msgstr[3] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9154,12 +10948,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9175,6 +10978,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9193,6 +10999,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9208,6 +11017,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9232,9 +11047,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9244,6 +11056,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9268,6 +11086,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9317,6 +11138,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
@@ -9324,6 +11152,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9372,6 +11207,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9385,21 +11271,33 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9424,12 +11322,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9493,6 +11397,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9532,6 +11448,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9691,6 +11610,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9709,6 +11631,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9721,9 +11652,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9745,6 +11682,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9763,6 +11706,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9775,6 +11721,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9787,6 +11736,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9880,13 +11832,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9910,6 +11859,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9952,9 +11904,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9964,6 +11922,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9976,10 +11943,13 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Max"
msgstr ""
msgid "Metrics|Must be a valid PromQL query."
@@ -9988,9 +11958,6 @@ msgstr ""
msgid "Metrics|New metric"
msgstr ""
-msgid "Metrics|No deployed environments"
-msgstr ""
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -10000,9 +11967,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -10015,10 +11991,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -10030,9 +12006,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -10051,6 +12033,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -10058,7 +12043,11 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10108,6 +12097,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10120,6 +12112,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10186,12 +12181,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10249,6 +12250,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10264,6 +12268,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10273,6 +12280,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10303,9 +12313,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10343,6 +12359,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10373,6 +12392,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10439,6 +12461,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10448,6 +12473,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10493,15 +12521,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10511,6 +12542,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10520,13 +12554,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10544,9 +12575,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10562,16 +12590,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10598,6 +12626,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10619,6 +12662,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10670,9 +12716,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10733,6 +12776,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10784,6 +12830,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10793,9 +12842,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10823,6 +12884,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10835,6 +12899,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10845,6 +12912,9 @@ msgstr[3] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10854,12 +12924,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10881,9 +12957,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10929,6 +13002,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10977,6 +13053,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10989,6 +13068,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -11001,9 +13083,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -11022,24 +13101,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -11055,9 +13221,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11088,15 +13251,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11112,6 +13296,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11133,6 +13320,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11160,6 +13350,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11229,6 +13425,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11307,7 +13506,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11331,6 +13530,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11364,9 +13566,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11496,7 +13704,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11547,9 +13755,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11571,6 +13788,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11586,6 +13806,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11604,6 +13830,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11613,9 +13842,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11625,7 +13860,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11658,9 +13899,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11670,6 +13908,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11733,15 +13977,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11940,6 +14217,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12081,6 +14361,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12090,12 +14373,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12105,7 +14397,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12126,6 +14418,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12150,6 +14445,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12231,6 +14541,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12264,27 +14580,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12297,9 +14643,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12318,21 +14682,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12345,15 +14757,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12399,6 +14823,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12414,6 +14844,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12423,6 +14856,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12495,7 +14943,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12609,10 +15057,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12633,6 +15081,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12642,12 +15093,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12663,12 +15126,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12828,12 +15336,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12843,6 +15357,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12867,6 +15387,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12885,12 +15408,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12919,6 +15451,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12934,10 +15469,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12967,10 +15502,38 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -13039,15 +15602,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13129,6 +15701,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13174,6 +15752,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13189,9 +15770,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13276,7 +15863,7 @@ msgstr "Repozytorium nie ma blokad."
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13294,9 +15881,18 @@ msgstr "Wybierz"
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr "Profile Żądań"
@@ -13309,18 +15905,12 @@ msgstr "Wymagaj od wszystkich użytkowników w tej grupie do ustawienia uwierzyt
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Wymagaj od wszystkich użytkowników akceptacji Warunków Usługi i Polityki Prywatności, gdy będą chcieli korzystać z GitLab."
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13368,6 +15958,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13425,6 +16018,12 @@ msgstr "Metryki odpowiedzi (NGINX)"
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13437,6 +16036,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13471,9 +16076,21 @@ msgstr ""
msgid "Review"
msgstr "Recenzja"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "Przejrzyj proces celem konfiguracji dostawców usług u swojego dostawcy tożsamości - w tym przypadku GitLab jest \"dostawcą usług\" lub \"wierzycielem\"."
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "PrzeglÄ…d"
@@ -13498,9 +16115,15 @@ msgstr ""
msgid "Roadmap"
msgstr "Harmonogram"
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr "Uruchom procesy CI/CD dla zewnętrznych repozytoriów"
@@ -13546,6 +16169,9 @@ msgstr "API Robotników"
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Robotnicy mogą być przydzielani do oddzielnych użytkowników, serwerów, a nawet do Twojego lokalnego komputera."
@@ -13582,6 +16208,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13591,16 +16220,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13627,12 +16262,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13699,6 +16340,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13723,6 +16367,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13738,6 +16385,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13756,6 +16406,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13789,10 +16442,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13890,6 +16549,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13923,6 +16585,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13959,39 +16624,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -14010,6 +16741,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -14037,6 +16771,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -14046,6 +16783,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14088,6 +16828,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14097,12 +16840,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14121,6 +16906,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14175,7 +16963,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14217,6 +17005,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14229,7 +17026,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14319,6 +17116,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14376,6 +17176,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14409,6 +17212,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14436,6 +17242,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14452,6 +17264,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14461,6 +17279,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14494,9 +17315,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14551,9 +17369,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14563,9 +17378,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14626,6 +17450,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14659,15 +17486,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14683,27 +17510,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Coś poszło nie tak podczas pobierania kontrybucji członków grupy"
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr "Coś poszło nie tak podczas pobierania środowisk dla tego żądania scalenia. Spróbuj ponownie."
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr "Coś poszło nie tak podczas ponownego otwierania %{issuable}. Spróbuj ponownie później"
@@ -14713,9 +17561,15 @@ msgstr "Coś poszło nie tak podczas rozwiązywania tej dyskusji. Spróbuj ponow
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr "Coś poszło nie tak, nie można dodać %{project} do pulpitu nawigacyjnego"
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14848,6 +17702,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14875,6 +17732,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14893,6 +17756,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14917,6 +17825,9 @@ msgstr ""
msgid "Squash commits"
msgstr "Angaże Squash"
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14926,8 +17837,11 @@ msgstr "Etap i Angaż"
msgid "Stage all changes"
msgstr "Zaplanuj wszystkie zmiany"
-msgid "Stage changes"
-msgstr "Zaplanuj zmiany"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
msgstr "Zaplanowane"
@@ -14977,7 +17891,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -15025,6 +17939,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -15049,6 +17969,9 @@ msgstr "Rozpoczyna siÄ™ o (UTC)"
msgid "State your message to activate"
msgstr "Określ swoją wiadomość, aby aktywować"
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15085,12 +18008,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr "Przechowywanie:"
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15112,6 +18041,9 @@ msgstr "Podgrupy i projekty"
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15127,6 +18059,12 @@ msgstr ""
msgid "Submit search"
msgstr "Zatwierdź wyszukiwanie"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15154,6 +18092,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15223,18 +18170,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15250,7 +18212,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15322,6 +18284,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15340,7 +18308,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15382,6 +18350,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15442,7 +18413,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15478,18 +18449,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15508,8 +18494,8 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr "Warunki Użytkowania oraz Polityka Prywatności"
-msgid "Test SAML SSO"
-msgstr "Przetestuj Logowanie Jednokrotne SAML"
+msgid "Test"
+msgstr ""
msgid "Test coverage parsing"
msgstr "Przetwarzanie pokrycia testowego"
@@ -15544,6 +18530,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15556,6 +18575,9 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -15563,9 +18585,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15581,6 +18600,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "Certyfikat X509 służy do użycia w przypadku, gdy do komunikacji z zewnętrzną usługą autoryzacji jest wymagany wspólny TLS. Jeśli pozostanie puste, certyfikat serwera będzie nadal sprawdzany podczas uzyskiwania dostępu za pośrednictwem protokołu HTTPS."
@@ -15590,6 +18615,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr "Zakreślacz znaków pomaga ci utrzymać linię tematyczną do %{titleLength} znaków i zawinąć body do %{bodyLength}, aby można je było odczytać w git."
@@ -15599,12 +18627,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Połączenie upłynie po %{timeout}. W przypadku repozytoriów, którym zajmuje to dłużej, użyj kombinacji klonuj/pchnij."
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15629,12 +18672,22 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15650,6 +18703,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15695,7 +18751,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15707,12 +18766,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr "Harmonogram potoków uruchamia procesy w przyszłości, wielokrotnie, dla określonych branch'ów lub znaczników. Te zaplanowane procesy odziedziczą ograniczony dostęp do projektu na podstawie powiązanego użytkownika."
@@ -15758,6 +18820,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15794,10 +18859,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15806,6 +18871,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15830,6 +18898,9 @@ msgstr "Mapa użytkownika to dokument JSON mapujący użytkowników Google Code,
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "Mapa użytkownika to mapowanie użytkowników FogBugz, którzy uczestniczyli w Twoich projektach, w celu zaimportowania ich adresów e-mail i nazw użytkowników do GitLab. Możesz to zmienić, wypełniając poniższą tabelę."
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15893,6 +18964,9 @@ msgstr "Brak zaplanowanych zmian"
msgid "There are no unstaged changes"
msgstr "Brak niezaplanowanych zmian"
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15902,6 +18976,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15911,6 +18988,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15920,7 +19003,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15932,6 +19030,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15947,6 +19048,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15962,12 +19066,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -16028,9 +19144,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -16055,10 +19168,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16112,6 +19231,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16130,21 +19252,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16160,7 +19297,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16187,6 +19324,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16199,6 +19339,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16211,6 +19357,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16223,10 +19378,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16250,12 +19405,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16448,9 +19657,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16483,6 +19689,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16558,7 +19767,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16675,6 +19884,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16684,18 +19899,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16717,9 +19938,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16747,6 +19974,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16756,6 +19986,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16783,7 +20016,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16840,6 +20073,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16852,24 +20088,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16894,7 +20145,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16915,6 +20166,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16966,9 +20220,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -17002,6 +20253,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -17062,6 +20316,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -17086,9 +20343,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17113,9 +20367,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17134,6 +20385,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17215,6 +20469,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17236,6 +20496,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17272,6 +20535,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17338,7 +20604,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17350,13 +20616,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17389,25 +20655,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17422,10 +20691,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17434,6 +20703,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17494,6 +20766,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17521,12 +20796,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17599,13 +20880,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17626,6 +20919,13 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "View file @ "
msgstr ""
@@ -17635,7 +20935,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17644,7 +20944,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17659,6 +20959,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17668,6 +20971,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17710,19 +21016,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17746,12 +21049,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17788,19 +21094,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17809,6 +21115,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17818,6 +21127,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17827,6 +21139,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17857,6 +21172,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17869,6 +21193,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17888,12 +21215,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -18050,6 +21392,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -18068,6 +21413,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18107,7 +21455,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18116,6 +21464,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18146,9 +21497,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18197,6 +21563,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18206,6 +21575,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18263,6 +21638,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18305,6 +21683,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18320,6 +21701,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18383,12 +21770,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18401,15 +21797,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18419,21 +21821,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18464,6 +21872,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18488,12 +21899,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18521,7 +21938,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18545,6 +21962,16 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18560,12 +21987,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18575,6 +22014,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18587,9 +22029,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18617,6 +22056,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18682,16 +22124,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18725,6 +22157,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18851,18 +22286,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18927,6 +22350,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18946,6 +22372,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18955,12 +22384,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -19013,6 +22448,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -19028,12 +22469,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -19077,6 +22524,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -19095,6 +22545,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19125,6 +22581,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19140,9 +22605,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19156,6 +22618,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19189,9 +22654,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19225,7 +22687,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19273,6 +22735,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19453,6 +22918,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19480,7 +22948,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19503,9 +22977,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19538,6 +23018,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19569,6 +23052,9 @@ msgstr[3] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19590,6 +23076,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19599,6 +23088,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19623,6 +23118,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19641,6 +23139,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19726,12 +23230,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/pt_BR/gitlab.po b/locale/pt_BR/gitlab.po
index 8e87e710076..8ec714b5ee2 100644
--- a/locale/pt_BR/gitlab.po
+++ b/locale/pt_BR/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: pt-BR\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:11\n"
+"PO-Revision-Date: 2020-01-22 09:25\n"
msgid " (from %{timeoutSource})"
msgstr " (de %{timeoutSource})"
@@ -52,15 +51,18 @@ msgstr " ou "
msgid " or <!merge request id>"
msgstr " ou <!merge request id>"
-msgid " or <#epic id>"
-msgstr " ou <#epic id>"
-
msgid " or <#issue id>"
msgstr " ou <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " ou referências (ex. caminho/para/projeto!merge_request_id)"
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d comentário"
@@ -86,18 +88,18 @@ msgstr "%d commits"
msgid "%d contribution"
msgid_plural "%d contributions"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d contribuição"
+msgstr[1] "%d contribuições"
msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] "%d exporter"
msgstr[1] "%d exporters"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d resultado do teste com falha"
-msgstr[1] "%d resultados do teste com falha"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] "mais %d comentário"
msgstr[1] "mais %d comentários"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d requisição com avisos"
+msgstr[1] "%d requisições com avisos"
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d segundo"
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] "%d mudança na lista de commit"
msgstr[1] "%d mudanças na lista de commit"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d mudança fora da lista de commit"
@@ -173,13 +190,16 @@ msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
msgid "%{authorsName}'s thread"
-msgstr ""
+msgstr "Tópico de %{authorsName}"
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} fez commit %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr "%{cores} núcleos"
+
msgid "%{count} LOC/commit"
-msgstr ""
+msgstr "%{count} LOC/commit"
msgid "%{count} approval required from %{name}"
msgid_plural "%{count} approvals required from %{name}"
@@ -190,7 +210,7 @@ msgid "%{count} approvals from %{name}"
msgstr "%{count} aprovações de %{name}"
msgid "%{count} files touched"
-msgstr ""
+msgstr "%{count} arquivos modificados"
msgid "%{count} more"
msgstr "mais %{count}"
@@ -198,6 +218,11 @@ msgstr "mais %{count}"
msgid "%{count} more assignees"
msgstr "mais %{count} responsáveis"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} de %{required} aprovações de %{name}"
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] "%{count} comentário pendente"
msgstr[1] "%{count} comentários pendentes"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -238,8 +272,8 @@ msgstr "%{filePath} excluído"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} mais"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} não encontrado neste commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Grupos%{group_docs_link_end} permitem que você gerencie e colabore em vários projetos. Os membros de um grupo têm acesso a todos os seus projetos."
@@ -253,6 +287,12 @@ msgstr "%{icon}Você está prestes a adicionar %{usersTag} pessoas à discussão
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} será removido! Você tem certeza?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} indisponível"
@@ -268,6 +308,9 @@ msgstr "%{level_name} não é permitido, pois o projeto de origem do fork possui
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}Saiba mais%{link_end} sobre permissões"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr "%{number_commits_behind} commits atrás de %{default_branch}, %{number_c
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% completado"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr "%{service_title} ativado."
@@ -322,6 +382,18 @@ msgstr "%{size} bytes"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} foi enviado para Akismet com sucesso."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} épicos"
@@ -338,12 +410,29 @@ msgstr[1] "%{strong_start}%{commit_count}%{strong_end} Commits"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} Arquivos"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Tag"
msgstr[1] "%{strong_start}%{tag_count}%{strong_end} Tags"
msgid "%{tabname} changed"
+msgstr "%{tabname} alterado"
+
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
msgstr ""
msgid "%{text} %{files}"
@@ -360,6 +449,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "Alterações de %{title}"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr "%{total} issues abertas"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} mudanças fora e %{staged} mudanças dentro da lista de commit"
@@ -391,12 +489,12 @@ msgid "'%{source}' is not a import source"
msgstr "'%{source}' não é uma fonte de importação"
msgid "'%{template_name}' is unknown or invalid"
-msgstr ""
+msgstr "'%{template_name}' é desconhecido ou inválido"
msgid "(%d closed)"
msgid_plural "(%d closed)"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "(%d fechado)"
+msgstr[1] "(%d fechados)"
msgid "(%{mrCount} merged)"
msgstr "(%{mrCount} merges realizados)"
@@ -434,12 +532,22 @@ msgstr "+%{extraOptionCount} mais"
msgid ", or "
msgstr ", ou "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- Evento"
+msgstr[1] "- Eventos"
+
msgid "- Runner is active and can process any new jobs"
msgstr "- O runner está ativo e pode processar novas tarefas"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- O runner está pausado e não receberá nenhuma tarefa nova"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- Usuário"
+msgstr[1] "- Usuários"
+
msgid "- show less"
msgstr "- exibir menos"
@@ -472,18 +580,30 @@ msgstr[0] "1 merge request fechado"
msgstr[1] "%{merge_requests} merge requests fechados"
msgid "1 day"
-msgstr "1 dia"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 grupo"
msgstr[1] "%d grupos"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "1 merge request com merge"
msgstr[1] "%{merge_requests} merge requests com merge"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "1 issue aberta"
@@ -521,9 +641,18 @@ msgstr "10-19 contribuições"
msgid "1st contribution!"
msgstr "1ª contribuição!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29 contribuições"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "A2F"
@@ -536,12 +665,18 @@ msgstr "3 dias"
msgid "3 hours"
msgstr "3 horas"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 minutos"
msgid "30+ contributions"
msgstr "30+ contribuições"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "Por favor entre em contato com o seu administrador do GitLab para obter permissão."
@@ -557,9 +692,15 @@ msgstr "Página não encontrada"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "Por favor, contacte o administrador do GitLab se você acha que isso é um erro."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 horas"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> adicionará \"Por <a href=\"#\">@johnsmith</a>\" a todas as issues e comentários originalmente criados por johnsmith@example.com e definirá <a href=\"#\">@johnsmith</a> como o responsável em todas as issues originalmente atribuídas a johnsmith@example.com."
@@ -581,17 +722,11 @@ msgstr "<nenhum escopo selecionado>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} fora da lista de commit</strong> e <strong>%{stagedFilesLength} na lista de commit</strong>"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> criado(s), <strong>%{accepted_count}</strong> aceito(s)."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> criado, <strong>%{closed_count}</strong> fechado."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "Membros do grupo <strong>%{group_name}</strong>"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong> pushes, mais que <strong>%{commits}</strong> commits por <strong>%{people}</strong> contribuidores."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "<strong>Apagar</strong> branch de origem"
@@ -620,18 +755,39 @@ msgstr "Um certificado SSL Let's Encrypt não pode ser obtido até que seu domí
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "Uma conta Let's Encrypt será configurada para esta instalação do GitLab usando seu endereço de e-mail. Você receberá e-mails para avisar sobre certificados expirados."
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Um branch padrão não pode ser escolhido para um projeto vazio."
msgid "A deleted user"
msgstr "Um usuário excluído"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr "Um fork é uma cópia de um projeto.<br />Fork de um repositório permite que você faça alterações sem afetar o projeto original."
msgid "A member of the abuse team will review your report as soon as possible."
msgstr "Um membro da equipe de abusos irá rever a sua avaliação assim que possível."
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr "Uma aprovação de merge request é necessária quando um relatório de segurança contém uma nova vulnerabilidade de severidade alta, crítica, ou desconhecida."
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "Um novo \"branch\" será criado no seu \"fork\" e um novo merge request será iniciado."
@@ -641,6 +797,9 @@ msgstr "Um novo token de representação foi criado."
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "Um site HTML simples que usa Netlify para CI/CD em vez do Gitlab, mas ainda com todas as outras ótimas funcionalidades do Gitlab."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "Um projeto é onde você armazena seus arquivos (repositório), planeja seu trabalho (issues), e publica sua documentação (wiki), %{among_other_things_link}."
@@ -650,8 +809,8 @@ msgstr "Um modelo pronto para uso com aplicativos Android."
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "Um modelo pronto para uso com aplicativos iOS Swift."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "Uma expressão regular que será usada para encontrar a saída do test coverage no rastreador de tarefa. Deixe em branco para desativar"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
msgid "A secure token that identifies an external storage request."
msgstr "Um token seguro que identifica uma requisição de armazenamento externo."
@@ -665,6 +824,18 @@ msgstr "Ajuda da API"
msgid "API Token"
msgstr "Token da API"
+msgid "AWS Access Key"
+msgstr "Chave de acesso AWS"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr "Chave de acesso secreta da AWS"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr "Abortar"
@@ -713,6 +884,9 @@ msgstr "Acesso proibido. Verifique seu nível de acesso."
msgid "Access to '%{classification_label}' not allowed"
msgstr "Acesso a '%{classification_label}' não permitido"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "Grupos"
@@ -741,7 +915,7 @@ msgid "AccessTokens|Feed token"
msgstr "Token de feed"
msgid "AccessTokens|Incoming email token"
-msgstr "Token de e-mail de recebido"
+msgstr "Token de e-mail recebido"
msgid "AccessTokens|It cannot be used to access any other data."
msgstr "Ele não pode ser usado para acessar outros dados."
@@ -785,6 +959,9 @@ msgstr "redefini-lo"
msgid "Account"
msgstr "Conta"
+msgid "Account ID"
+msgstr "ID da conta"
+
msgid "Account and limit"
msgstr "Conta e limites"
@@ -794,6 +971,9 @@ msgstr "Conta: %{account}"
msgid "Action to take when receiving an alert."
msgstr "Ação a ser tomada ao receber um alerta."
+msgid "Activate"
+msgstr "Ativar"
+
msgid "Activate Service Desk"
msgstr "Ativar Central de Serviços"
@@ -835,6 +1015,9 @@ msgstr "Adicionar URL Jaeger"
msgid "Add Kubernetes cluster"
msgstr "Adicionar cluster Kubernetes"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr "Adicionar README"
@@ -883,15 +1066,15 @@ msgstr "Coloque um texto adicional para aparecer em todas as comunicações por
msgid "Add an SSH key"
msgstr "Adicionar chave SSH"
+msgid "Add an existing issue to the epic."
+msgstr ""
+
msgid "Add an issue"
msgstr "Adicionar uma issue"
msgid "Add approval rule"
msgstr "Adicionar regra de aprovação"
-msgid "Add approvers"
-msgstr "Adicionar aprovadores"
-
msgid "Add bold text"
msgstr "Adicionar texto em negrito"
@@ -899,7 +1082,7 @@ msgid "Add child epic to an epic"
msgstr "Adicionar épico filho a um épico"
msgid "Add comment now"
-msgstr "Adicionar comentário"
+msgstr "Adicionar comentário agora"
msgid "Add email address"
msgstr "Adicionar endereço de e-mail"
@@ -931,15 +1114,18 @@ msgstr "Adicionar novo aplicativo"
msgid "Add new directory"
msgstr "Adicionar novo diretório"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr "Adicionar novo membro a %{strong_start}%{group_name}%{strong_end}"
-
msgid "Add or subtract spent time"
msgstr "Adicionar ou subtrair tempo gasto"
msgid "Add reaction"
msgstr "Adicionar reação"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr "Adicionar ao Slack"
@@ -952,9 +1138,6 @@ msgstr "Adicionar ao merge train"
msgid "Add to merge train when pipeline succeeds"
msgstr "Adiciona merge train quando o pipeline for bem-sucedido"
-msgid "Add to project"
-msgstr "Adicionar ao projeto"
-
msgid "Add to review"
msgstr "Adicionar à revisão"
@@ -967,6 +1150,9 @@ msgstr "Adicionar usuário(s) ao grupo:"
msgid "Add users to group"
msgstr "Adicionar usuários ao grupo"
+msgid "Add webhook"
+msgstr "Adicionar webhook"
+
msgid "AddMember|No users specified."
msgstr "Não há usuários especificados."
@@ -976,8 +1162,8 @@ msgstr "Muitos usuários especificados (o limite é %{user_limit})"
msgid "Added"
msgstr "Adicionado"
-msgid "Added %{epic_ref} as child epic."
-msgstr "Adicionado %{epic_ref} como épico filho."
+msgid "Added %{epic_ref} as a child epic."
+msgstr ""
msgid "Added %{label_references} %{label_text}."
msgstr "Adicionado %{label_references} %{label_text}."
@@ -992,7 +1178,7 @@ msgid "Added at"
msgstr "Adicionado em"
msgid "Added in this version"
-msgstr ""
+msgstr "Adicionado nesta versão"
msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
msgstr "A adição de novos aplicativos está desativada na sua instância do GitLab. Entre em contato com seu administrador do GitLab para obter a permissão"
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "Ãrea do Administrador"
@@ -1030,14 +1219,17 @@ msgstr "Visão Geral do Administrador"
msgid "Admin Section"
msgstr "Seção de Admin"
-msgid "Admin notes"
-msgstr "Notas de administração"
+msgid "Admin mode already enabled"
+msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Você está prestes a excluir permanentemente o usuário %{username}. Issues, merge requests, e grupos vinculados a ele serão transferidos para um \"usuário fantasma\" em todo o sistema. Para evitar a perda de dados, considere o uso do recurso %{strong_start}bloquear usuário%{strong_end}. Depois de %{strong_start}Deletar o usuário%{strong_end}, não será possível desfazer ou recuperá-lo."
+msgid "Admin mode disabled"
+msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Você está prestes a excluir permanentemente o usuário(a) %{username}. Isso excluirá todos as Issues, merge requests e grupos vinculados a ele(a). Para evitar a perda de dados, considere o uso do recurso %{strong_start}bloquear usuário%{strong_end}. Uma vez que você%{strong_start}A deleção de usuário(a)%{strong_end}, não pode ser desfeita ou recuperada."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
+msgstr "Notas de administração"
msgid "AdminArea|Stop all jobs"
msgstr "Parar todas as tarefas"
@@ -1054,6 +1246,12 @@ msgstr "Erro ao parar tarefas"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Você parará todas as tarefas. Os processos em execução serão abruptamente interrompidos."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1106,28 +1304,28 @@ msgid "AdminSettings|When creating a new environment variable it will be protect
msgstr "Ao criar uma nova variável de ambiente, ela será protegida por padrão."
msgid "AdminStatistics|Active Users"
-msgstr ""
+msgstr "Usuários ativos"
msgid "AdminStatistics|Forks"
-msgstr ""
+msgstr "Forks"
msgid "AdminStatistics|Issues"
-msgstr ""
+msgstr "Issues"
msgid "AdminStatistics|Merge Requests"
-msgstr ""
+msgstr "Merge requests"
msgid "AdminStatistics|Milestones"
-msgstr ""
+msgstr "Marcos"
msgid "AdminStatistics|Notes"
-msgstr ""
+msgstr "Notas"
msgid "AdminStatistics|SSH Keys"
-msgstr ""
+msgstr "Chaves SSH"
msgid "AdminStatistics|Snippets"
-msgstr ""
+msgstr "Snippets"
msgid "AdminUsers|2FA Disabled"
msgstr "A2F desativada"
@@ -1144,15 +1342,39 @@ msgstr "Administrador"
msgid "AdminUsers|Admins"
msgstr "Administradores"
+msgid "AdminUsers|Block"
+msgstr "Bloquear"
+
msgid "AdminUsers|Block user"
msgstr "Bloquear usuário"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "Bloquear usuário %{username}?"
+
msgid "AdminUsers|Blocked"
msgstr "Bloqueado"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "Bloquear o usuário tem os seguintes efeitos:"
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "Não é possível desbloquear usuários bloqueados pelo LDAP"
+msgid "AdminUsers|Deactivate"
+msgstr "Desativar"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "Desativar usuário %{username}?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "Excluir o usuário %{username} e suas contribuições?"
@@ -1168,15 +1390,36 @@ msgstr "Excluir o usuário e suas contribuições"
msgid "AdminUsers|External"
msgstr "Externo"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "É você!"
msgid "AdminUsers|New user"
msgstr "Novo usuário"
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr "Nenhum usuário encontrado"
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr "Procure por nome, e-mail ou nome de usuário"
@@ -1189,18 +1432,45 @@ msgstr "Enviar e-mail para usuários"
msgid "AdminUsers|Sort by"
msgstr "Ordenar por"
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Para confirmar, digite %{projectName}"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Para confirmar, digite %{username}"
-msgid "AdminUsers|User will be blocked"
-msgstr "Usuário será bloqueado"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
msgid "AdminUsers|Without projects"
msgstr "Sem projetos"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr "Avançado"
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr "Alertas"
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "Todos"
@@ -1240,14 +1516,11 @@ msgid "All Members"
msgstr "Todos os membros"
msgid "All branches"
-msgstr ""
+msgstr "Todos os branches"
msgid "All changes are committed"
msgstr "Houve commit com todas as mudanças"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr "Todos os endereços de e-mail serão usados para identificar seus commits."
@@ -1257,15 +1530,27 @@ msgstr "Todos os recursos estão habilitados para projetos em branco, a partir d
msgid "All groups and projects"
msgstr "Todos os grupos e projetos"
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "Todas as issues para este marco estão fechadas. Você pode fechar este marco agora."
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr "Todos os conflitos de merge foram resolvidos. A merge request pode agora ter o merge realizado."
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr "Todos os projetos"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr "Todos os usuários"
@@ -1281,9 +1566,6 @@ msgstr "Permitir commits de membros que podem fazer merge ao branch de destino."
msgid "Allow group owners to manage LDAP-related settings"
msgstr "Permitir que proprietários de grupos gerenciem configurações relacionadas ao LDAP"
-msgid "Allow mirrors to be set up for projects"
-msgstr "Permitir espelhos de projetos"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "Permitir que apenas os protocolos selecionados sejam usados para acesso ao Git."
@@ -1296,6 +1578,9 @@ msgstr "Permitir acesso público aos pipelines e detalhes de tarefas, incluindo
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Permitir renderização de diagramas PlantUML em documentos Asciidoc."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr "Permitir requisições de hooks e serviços para a rede local."
@@ -1311,11 +1596,8 @@ msgstr "Permitir que esta chave também possa fazer push para o repositório? (P
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "Permitir que os usuários registrem qualquer aplicativo para usar o GitLab como um provedor OAuth"
-msgid "Allow users to request access"
-msgstr "Permitir que os usuários solicitem acesso"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Permitir que os usuários solicitem acesso se a visibilidade for pública ou interna."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -1326,6 +1608,9 @@ msgstr "Permitido falhar"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Permite adicionar e gerenciar clusters do Kubernetes."
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Também chamado de \"Emissor\" ou \"Identificador de confiança em terceiros\""
@@ -1335,6 +1620,18 @@ msgstr "Também chamado de \"URL de serviços terceiros\" ou \"URL de resposta\"
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "Quantidade de tempo (em horas) que os usuários podem ignorar a configuração forçada da autenticação de dois fatores"
@@ -1380,12 +1677,21 @@ msgstr "Ocorreu um erro ao tentar resolver uma discussão. Por favor, tente nova
msgid "An error occurred when updating the issue weight"
msgstr "Ocorreu um erro ao atualizar o peso do issue"
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "Ocorreu um erro ao excluir o grupo de aprovadores"
msgid "An error occurred while deleting the comment"
msgstr "Ocorreu um erro ao remover o comentário"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "Ocorreu um erro ao detectar as chaves do host"
@@ -1404,6 +1710,9 @@ msgstr "Um erro ocorreu ao habilitar a Central de Serviços."
msgid "An error occurred while fetching environments."
msgstr "Um erro ocorreu enquanto buscava os ambientes."
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr "Um erro ocorreu enquanto buscava o conteúdo do diretório."
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr "Ocorreu um erro na recuperação de logs da tarefa."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "Ocorreu um erro ao recuperar a tarefa."
msgid "An error occurred while fetching the jobs."
msgstr "Ocorreu um erro ao recuperar as tarefas."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "Erro ao recuperar informações da pipeline."
@@ -1455,6 +1770,9 @@ msgstr "Ocorreu um erro enquanto busca nesta aba."
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "Erro ao recuperar projetos"
@@ -1464,6 +1782,9 @@ msgstr "Ocorreu um erro ao importar projeto: %{details}"
msgid "An error occurred while initializing path locks"
msgstr "Ocorreu um erro ao inicializar travas de caminhos"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Ocorreu um erro ao carregar os dados do gráfico"
@@ -1479,9 +1800,39 @@ msgstr "Erro ao carregar o Diff"
msgid "An error occurred while loading filenames"
msgstr "Erro ao carregar nomes de arquivos"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr "Erro ao carregar o arquivo"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "Um erro ocorreu ao carregar os detalhes da inscrição."
@@ -1521,6 +1872,9 @@ msgstr "Erro ao salvar assignees"
msgid "An error occurred while saving the approval settings"
msgstr "Ocorreu um erro ao salvar as configurações de aprovação"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr "Ocorreu um erro ao inscrever às notificações."
@@ -1539,42 +1893,12 @@ msgstr "Ocorreu um erro ao atualizar os aprovadores"
msgid "An error occurred while updating the comment"
msgstr "Ocorreu um erro durante a atualização do comentário"
+msgid "An error occurred while validating group path"
+msgstr ""
+
msgid "An error occurred while validating username"
msgstr "Erro ao validar o nome de usuário"
-msgid "An error occurred while committing your changes."
-msgstr "Ocorreu um erro ao confirmar suas alterações."
-
-msgid "An error occurred while fetching the job trace."
-msgstr "Ocorreu um erro ao buscar o rastreamento do trabalho."
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "Ocorreu um erro ao recuperar o último pipeline."
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr "Ocorreu um erro ao obter arquivos para - %{branchId}"
-
-msgid "An error occurred while loading all the files."
-msgstr "Erro ao carregar todos os arquivos."
-
-msgid "An error occurred while loading the file content."
-msgstr "Erro ao carregar o conteúdo do arquivo."
-
-msgid "An error occurred while loading the file."
-msgstr "Erro ao carregar o arquivo."
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "Ocorreu um erro ao carregar as alterações do merge request."
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "Ocorreu um erro ao carregar dados de versão do merge request."
-
-msgid "An error occurred while loading the merge request."
-msgstr "Ocorreu um erro ao carregar o merge request."
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "Ocorreu um erro ao carregar os trabalhos de pipelines."
-
msgid "An error occurred. Please try again."
msgstr "Ocorreu um erro. Tente novamente."
@@ -1599,7 +1923,13 @@ msgstr "Ocorreu um erro inesperado ao parar o terminal da web."
msgid "Analytics"
msgstr "Telemetria"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,13 +1950,22 @@ msgstr "Qualquer etiqueta"
msgid "Any Milestone"
msgstr "Qualquer marco"
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr "Qualquer tokens criptografados"
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr "Qualquer namespace"
msgid "Any user"
+msgstr "Qualquer usuário"
+
+msgid "App ID"
msgstr ""
msgid "Appearance"
@@ -1638,12 +1977,12 @@ msgstr "Aparência criada com sucesso."
msgid "Appearance was successfully updated."
msgstr "A aparência foi atualizada com sucesso."
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr "Anexar o comentário com %{TABLEFLIP}"
-
msgid "Append the comment with %{shrug}"
msgstr "Anexar o comentário com %{shrug}"
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
msgid "Application"
msgstr "Aplicativo"
@@ -1671,12 +2010,24 @@ msgstr "Aplicações"
msgid "Applied"
msgstr "Aplicado"
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr "Aplicar sugestão"
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr "Aplicando comando"
@@ -1689,6 +2040,9 @@ msgstr "Aplicando vários comandos"
msgid "Applying suggestion"
msgstr "Aplicando sugestão"
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d membro"
@@ -1712,11 +2066,8 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] "%{count} aprovação obrigatória de %{membersCount}"
msgstr[1] "%{count} aprovações obrigatórias de %{membersCount}"
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr "Todos os membros com a função de Desenvolvedor ou superior e proprietários código (qualquer um dos)"
-
msgid "ApprovalRule|Approvers"
-msgstr ""
+msgstr "Aprovadores"
msgid "ApprovalRule|Name"
msgstr "Nome"
@@ -1725,7 +2076,7 @@ msgid "ApprovalRule|No. approvals required"
msgstr "No. de aprovações requeridas"
msgid "ApprovalRule|Rule name"
-msgstr ""
+msgstr "Nome da regra"
msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr "por exemplo, QA, segurança, etc."
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "Abr"
@@ -1757,17 +2111,20 @@ msgstr "Arquivar tarefas"
msgid "Archive project"
msgstr "Arquivar projeto"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "Projeto arquivado! Repositório e outros recursos de projeto são somente leitura"
msgid "Archived projects"
msgstr "Projetos arquivados"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
-msgstr "Arquivar o projeto fará com que ele seja inteiramente de leitura. Estará oculto no painel e não aparecerá nas pesquisas. <strong>O repositório não poderá receber novos commits e nenhum issue, comentário ou outras entidades poderão ser criados.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
-msgid "Are you sure"
-msgstr "Você tem certeza"
+msgid "Are you setting up GitLab for a company?"
+msgstr "Você está configurando o Gitlab para uma empresa?"
msgid "Are you sure that you want to archive this project?"
msgstr "Tem certeza que deseja arquivar este projeto?"
@@ -1782,16 +2139,16 @@ msgid "Are you sure you want to cancel editing this comment?"
msgstr "Tem certeza de que deseja cancelar a edição deste comentário?"
msgid "Are you sure you want to delete these artifacts?"
-msgstr ""
+msgstr "Você tem certeza que deseja excluir estes artefatos?"
msgid "Are you sure you want to delete this %{typeOfComment}?"
-msgstr ""
+msgstr "Tem certeza de que deseja excluir este %{typeOfComment}?"
msgid "Are you sure you want to delete this board?"
-msgstr ""
+msgstr "Tem certeza de que deseja excluir este painel?"
msgid "Are you sure you want to delete this device? This action cannot be undone."
-msgstr ""
+msgstr "Tem certeza de que deseja excluir este dispositivo? Esta ação não pode ser desfeita."
msgid "Are you sure you want to delete this list?"
msgstr "Você tem certeza que deseja excluir esta lista?"
@@ -1799,6 +2156,9 @@ msgstr "Você tem certeza que deseja excluir esta lista?"
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Tem certeza que deseja excluir este agendamento de pipeline?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Tem certeza de que deseja limpar este build?"
@@ -1808,6 +2168,9 @@ msgstr "Você tem certeza de que quer perder as alterações não salvas?"
msgid "Are you sure you want to lose your issue information?"
msgstr "Você deseja mesmo perder as informações da sua issue?"
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr "Tem certeza que deseja excluir permanentemente esta licença?"
@@ -1833,7 +2196,7 @@ msgid "Are you sure you want to reset the health check token?"
msgstr "Você tem certeza que quer reiniciar o token de status de saúde?"
msgid "Are you sure you want to revoke this %{type} Token? This action cannot be undone."
-msgstr ""
+msgstr "Tem certeza de que deseja revogar este Token %{type}? Essa ação não pode ser desfeita."
msgid "Are you sure you want to revoke this nickname?"
msgstr ""
@@ -1856,17 +2219,26 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "Você tem certeza? Isso invalidará seus aplicativos registrados e dispositivos U2F."
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr "ID do artefato"
msgid "Artifact could not be deleted."
-msgstr ""
+msgstr "O artefato não pôde ser excluído."
msgid "Artifact was successfully deleted."
-msgstr ""
+msgstr "O artefato foi excluído com sucesso."
msgid "Artifacts"
msgstr "Artefatos"
@@ -1898,6 +2270,9 @@ msgstr "URL de serviço do consumidor de asserção"
msgid "Assets"
msgstr "Recursos"
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr "Atribuir"
@@ -1939,8 +2314,8 @@ msgstr "Atribuído a mim"
msgid "Assignee"
msgid_plural "%d Assignees"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Responsável"
+msgstr[1] "%d Responsáveis"
msgid "Assignee lists not available with your current license"
msgstr "Quadro de responsáveis não disponível com sua licença atual"
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr "Pelo menos uma aprovação de um proprietário do código é necessária para alterar arquivos que coincidem com as respectivas regras CODEOWNER."
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr "Anexar um arquivo"
@@ -1965,8 +2343,8 @@ msgstr "Para anexar arquivo, arraste e solte ou %{upload_link}"
msgid "Attaching a file"
msgid_plural "Attaching %d files"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Anexando um arquivo"
+msgstr[1] "Anexando %d arquivos"
msgid "Attaching the file failed."
msgstr "Falha ao anexar o arquivo."
@@ -1975,6 +2353,18 @@ msgid "Audit Events"
msgstr "Eventos de Auditoria"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr "Eventos de auditoria é uma maneira de acompanhar eventos importantes que aconteceram no GitLab."
+
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
msgstr ""
msgid "Aug"
@@ -1989,6 +2379,9 @@ msgstr "Autenticar"
msgid "Authenticate with GitHub"
msgstr "Autenticar com GitHub"
+msgid "Authenticating"
+msgstr "Autenticando"
+
msgid "Authentication Log"
msgstr "Log de autenticação"
@@ -2049,12 +2442,21 @@ msgstr "Auto DevOps, runners e artefatos de tarefas"
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "Cancelar automaticamente os pipelines redundantes pendentes"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Documentação de auto DevOps"
@@ -2083,10 +2485,10 @@ msgid "Autocomplete usage hint"
msgstr ""
msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
-msgstr ""
+msgstr "Gerenciamento automático de certificado usando %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
msgid "Automatic certificate management using Let's Encrypt"
-msgstr ""
+msgstr "Gerenciamento automático de certificado usando Let's Encrypt"
msgid "Automatically marked as default internal user"
msgstr "Marcado automaticamente como interno de usuário padrão"
@@ -2166,6 +2568,9 @@ msgstr "Selo de grupo"
msgid "Badges|Link"
msgstr "Link"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "Sem imagem"
@@ -2235,6 +2640,9 @@ msgstr "URL raiz de bambu como https://bamboo.exemplo.com"
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr "Você precisa configurar etiquetas de revisão automáticas e um gatilho de repositório no Bamboo."
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "Excluir todos os comentários pendentes"
@@ -2256,23 +2664,23 @@ msgstr "Comece com o commit selecionado"
msgid "Below are examples of regex for existing tools:"
msgstr "Abaixo estão exemplos de regex para ferramentas existentes:"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr "Abaixo estão as impressões digitais das chaves do host SSH da instância atual."
+
msgid "Below you will find all the groups that are public."
msgstr "Abaixo você encontrará todos os grupos que são públicos."
msgid "Billing"
msgstr "Cobrança"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
-msgstr "%{group_name} está atualmente no plano %{plan_link}."
-
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
-msgstr "@%{user_name} você está atualmente usando o plano %{plan_link}."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "Plano atual"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr ""
-msgid "BillingPlans|Downgrade"
-msgstr "Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr "Se você gostaria de diminuir o seu plano, por favor entre em contato com o %{support_link_start}Suporte ao Cliente%{support_link_end}."
@@ -2298,17 +2706,14 @@ msgstr "Esse grupo usa o plano associado com seu grupo pai."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Para gerenciar o plano para esse grupo, visite a seção de cobrança de %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade"
-msgstr "Upgrade"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "Sua avaliação do GitLab.com expirou em %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr "Seu período de avaliação do GitLab.com irá <strong>expirar após %{expiration_date}</strong>. Você pode saber mais sobre o GitLab.com Gold lendo sobre nossas %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
+msgstr ""
-msgid "BillingPlans|features"
-msgstr "recursos"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
msgstr "perguntas frequentes"
@@ -2316,14 +2721,11 @@ msgstr "perguntas frequentes"
msgid "BillingPlans|monthly"
msgstr "mensalmente"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "%{price_per_year} pago anualmente"
-
msgid "BillingPlans|per user"
msgstr "por usuário"
-msgid "BillingPlan|Upgrade plan"
-msgstr "Atualizar plano"
+msgid "BillingPlan|Upgrade"
+msgstr ""
msgid "Bitbucket Server Import"
msgstr "Importação de Servidores Bitbucket"
@@ -2331,12 +2733,12 @@ msgstr "Importação de Servidores Bitbucket"
msgid "Bitbucket import"
msgstr "Importar do Bitbucket"
-msgid "Block"
-msgstr "Bloquear"
-
msgid "Blocked"
msgstr "Bloqueado"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "Blog"
@@ -2380,7 +2782,7 @@ msgid "Boards|View scope"
msgstr "Ver escopo"
msgid "Branch"
-msgstr ""
+msgstr "Branch"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "O branch %{branchName} não foi encontrado no repositório deste projeto."
@@ -2400,6 +2802,9 @@ msgstr "Nome da branch"
msgid "Branch not loaded - %{branchId}"
msgstr "Branch não carregado - %{branchId}"
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Procurar por branches"
@@ -2545,16 +2950,22 @@ msgid "Browse Files"
msgstr "Acessar arquivos"
msgid "Browse artifacts"
-msgstr ""
+msgstr "Navegar pelos artefatos"
msgid "Browse files"
msgstr "Navegar pelos arquivos"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
msgid "Built-in"
msgstr "Embutido"
-msgid "BurndownChartLabel|Guideline"
-msgstr "Diretrizes"
+msgid "Burndown chart"
+msgstr ""
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -2562,12 +2973,6 @@ msgstr ""
msgid "BurndownChartLabel|Open issues"
msgstr ""
-msgid "BurndownChartLabel|Progress"
-msgstr "Progresso"
-
-msgid "BurndownChartLabel|Remaining"
-msgstr "Restante"
-
msgid "Business"
msgstr "Negócios"
@@ -2628,9 +3033,6 @@ msgstr "Configurações de CI/CD"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto DevOps irá automaticamente gerar build, testar e fazer deploy de sua aplicação baseada numa configuração de integração e entrega contínua."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "Deploy automático para staging, deploy manual para produção"
@@ -2652,9 +3054,6 @@ msgstr "Estratégia de deploy"
msgid "CICD|Jobs"
msgstr "Tarefas"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Aprender mais sobre Auto DevOps"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "O pipeline de Auto DevOps será executado se nenhum arquivo de configuração de IC alternativo for encontrado."
@@ -2674,14 +3073,20 @@ msgid "CLOSED"
msgstr "FECHADO"
msgid "CLOSED (MOVED)"
-msgstr ""
+msgstr "FECHADO (MOVIDO)"
msgid "CONTRIBUTING"
msgstr "CONTRIBUINDO"
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr "URL de Retorno"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "Pode substituir aprovadores e aprovações necessárias por merge request"
@@ -2697,6 +3102,9 @@ msgstr "Não é possível remover membros do grupo sem uma conta gerenciada do g
msgid "Can't scan the code?"
msgstr "Não consegue escanear o código?"
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr "Canary Deployments é uma estratégia popular em CI onde uma pequena porção da frota é atualizada para a nova versão do seu aplicativo."
@@ -2709,6 +3117,9 @@ msgstr "Cancelar execução"
msgid "Cancel this job"
msgstr "Cancelar essa tarefa"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr "Cancelando pré-visualização"
@@ -2748,9 +3159,6 @@ msgstr "Certificado"
msgid "Certificate (PEM)"
msgstr "Certificado (PEM)"
-msgid "Change Weight"
-msgstr "Alterar Peso"
-
msgid "Change assignee"
msgstr "Alterar responsável"
@@ -2760,9 +3168,12 @@ msgstr "Alterar responsável(eis)"
msgid "Change assignee(s)."
msgstr "Alterar responsável(eis)."
-msgid "Change label"
+msgid "Change branches"
msgstr ""
+msgid "Change label"
+msgstr "Alterar etiqueta"
+
msgid "Change milestone"
msgstr "Alterar marco"
@@ -2823,13 +3234,22 @@ msgstr "Altera o título para \"%{title_param}\"."
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr "As alterações não ocorrerão até que o índice seja %{link_start}recriado%{link_end}."
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Gráficos"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Bate-papo"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr "Verifique a %{docs_link_start}documentação%{docs_link_end}."
msgid "Check your .gitlab-ci.yml"
msgstr "Verifique o seu .gitlab-ci.yml"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "Verificando disponibilidade de %{text}…"
@@ -2901,15 +3324,99 @@ msgstr "Verificando status de aprovação"
msgid "Checking branch availability..."
msgstr "Verificando disponibilidade de branch..."
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr "Verificando disponibilidade do nome de usuário..."
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Cherry-pick esse commit"
msgid "Cherry-pick this merge request"
msgstr "Cherry-pick esse merge request"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "Escolha <strong>Criar arquivo</strong> e aguarde até que o arquivamento seja concluído."
@@ -2997,6 +3504,9 @@ msgstr "aguardando tarefa atrasada"
msgid "CiStatusLabel|waiting for manual action"
msgstr "aguardando ação manual"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "bloqueado"
@@ -3027,6 +3537,9 @@ msgstr "preparando"
msgid "CiStatusText|skipped"
msgstr "ignorado"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "executando"
@@ -3099,6 +3612,9 @@ msgstr "Alternar proteção"
msgid "CiVariable|Validation failed"
msgstr "Falha na validação"
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr "Etiqueta de Classificação (opcional)"
@@ -3108,6 +3624,9 @@ msgstr "está indisponível: %{reason}"
msgid "Clear"
msgstr "Limpar"
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr "Limpar entrada"
@@ -3151,7 +3670,7 @@ msgid "Click the button below to begin the install process by navigating to the
msgstr "Clique no botão abaixo para iniciar o processo de instalação navegando para a página do Kubernetes"
msgid "Click the image where you'd like to start a new discussion"
-msgstr ""
+msgstr "Clique na imagem onde você gostaria de iniciar uma nova discussão"
msgid "Click to expand it."
msgstr "Clique para expandir."
@@ -3190,7 +3709,7 @@ msgid "Close"
msgstr "Fechar"
msgid "Close %{tabname}"
-msgstr ""
+msgstr "Fechar %{tabname}"
msgid "Close epic"
msgstr "Fechar épico"
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "Fecha este %{quick_action_target}."
-msgid "Cluster %{cluster} was used."
-msgstr "O cluster %{cluster} foi usado."
-
msgid "Cluster Health"
msgstr ""
+msgid "Cluster cache cleared."
+msgstr ""
+
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr " %{custom_domain_start}Mais informações%{custom_domain_end}."
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr " pode ser usado em vez de um domínio personalizado."
@@ -3240,6 +3762,9 @@ msgstr "%{title} desinstalado com sucesso."
msgid "ClusterIntegration|%{title} updated successfully."
msgstr "%{title} atualizado com sucesso."
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr "Um token de serviço com escopo definido como %{code}kube-system%{end_code} com privilégios de %{code}cluster-admin%{end_code}."
@@ -3279,6 +3804,9 @@ msgstr "Todos os dados serão excluídos e não poderão ser restaurados."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Permite que o GitLab gerencie contas serviços e namespaces para esse cluster."
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr "Alternativamente"
@@ -3306,8 +3834,11 @@ msgstr "Aplicativos"
msgid "ClusterIntegration|Apply for credit"
msgstr "Inscreva-se para receber créditos"
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "Tem certeza de que deseja remover a integração deste cluster Kubernetes? Isso não excluirá o seu cluster Kubernetes atual."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Domínio base"
@@ -3324,7 +3855,13 @@ msgstr "Cert-Manager é um controlador de gerenciamento de certificados nativo d
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "Pacote de autoridade certificadora (Formato PEM)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr "Escolha quais aplicativos instalar em seu cluster Kubernetes. O Helm Til
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Escolha quais dos seus ambientes usarão esse cluster."
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr "Saúde do cluster"
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr "O nome do cluster é obrigatório."
@@ -3351,14 +3897,14 @@ msgstr "Copiar URL da API"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "Copiar certificado CA"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
-msgstr "Copiar o Endereço IP de Ingress para a área de transferência"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Copiar nome do host Jupyter para a área de transferência"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
-msgstr "ClusterIntegration|Copiar Knative Endpoint para área de transferência"
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
msgstr "Copiar nome do cluster Kubernetes"
@@ -3366,27 +3912,90 @@ msgstr "Copiar nome do cluster Kubernetes"
msgid "ClusterIntegration|Copy Service Token"
msgstr "Copiar Token de Serviço"
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr "Não foi possível carregar regiões da sua conta AWS"
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
msgstr ""
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Criar cluster Kubernetes"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr "Você sabia?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Ative ou desative conexão do GitLab com seu cluster Kubernetes."
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Habilite esta configuração se estiver usando o controle de acesso baseado em função (RBAC)."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Digite detalhes para seu cluster Kubernetes"
@@ -3396,9 +4005,15 @@ msgstr "Escopo de ambiente"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "Cada nova conta no Google Cloud Plataform (GCP) recebe US$300 em créditos por se %{sign_up_link}. Em parceria com o Google, o GitLab pode oferecer um adicional de US$200 para novas contas do GCP para começar a usar a integração GKE do GitLab."
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr "Falha ao requisitar ao Google Cloud Platform: %{message}"
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr "Cluster gerenciado pelo GitLab"
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Google Cloud Platform projeto"
@@ -3453,6 +4071,9 @@ msgstr "Ocultar"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Se você está configurando múltiplos clusters e você está usando auto DevOps, %{help_link_start}leia isso primeiro%{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr "Para visualizar a saúde do seu cluster, você deve primeiro instalar o Prometheus abaixo."
@@ -3471,6 +4092,9 @@ msgstr "Instalação do Ingress poderá incorrer em custos adicionais. Saiba mai
msgid "ClusterIntegration|Instance cluster"
msgstr "Cluster de instância"
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Integrar automação de cluster Kubernetes"
@@ -3492,6 +4116,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "JupyterHub, um concentrador multiusuário, gera, gerencia e faz proxy de várias instâncias do servidor de notebook Jupyter de usuário único. O JupyterHub pode ser usado para servir notebooks para uma classe de alunos, um grupo de ciência de dados corporativos ou um grupo de pesquisa científica."
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3502,7 +4129,7 @@ msgid "ClusterIntegration|Knative Endpoint:"
msgstr "Knative Endpoint:"
msgid "ClusterIntegration|Knative domain name was updated successfully."
-msgstr ""
+msgstr "Nome de domínio Knative foi atualizado com sucesso."
msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
msgstr "Knative estende Kubernetes para fornecer um conjunto de componentes de middleware que são essenciais para construir aplicativos modernos, centrados em fontes e baseados em contêineres que podem ser executados em qualquer lugar: no local, na nuvem ou até mesmo em um datacenter de terceiros."
@@ -3513,13 +4140,13 @@ msgstr "Cluter Kubernetes"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Detalhes do cluster Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "O cluster Kubernetes está sendo criado no Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Nome do cluster Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr "Clusters Kubernetes permitem que você use apps de revisão, faça deplo
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Cluster Kubernetes podem ser usados para publicar aplicações e permitir app de revisão para esse projeto"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "Saiba mais sobre os %{help_link_start_machine_type}tipos de máquinas%{help_link_end} e seus %{help_link_start_pricing}preços%{help_link_end}."
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "Saiba mais sobre as %{help_link_start}zonas%{help_link_end}."
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr "Let's Encrypt"
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr "Tipo de máquina"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "Tenha certeza de que sua conta %{link_to_requirements} para criar clusters Kubernetes"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "Gerenciar seu cluster Kubernetes visitando %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr "Nenhum tipo de máquina corresponde à sua pesquisa"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "Nenhum projeto encontrado"
@@ -3577,6 +4246,15 @@ msgid "ClusterIntegration|No projects matched your search"
msgstr "Nenhum projeto corresponde à sua pesquisa"
msgid "ClusterIntegration|No region found"
+msgstr "Nenhuma região encontrada"
+
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
msgstr ""
msgid "ClusterIntegration|No zones matched your search"
@@ -3604,7 +4282,7 @@ msgid "ClusterIntegration|Project namespace (optional, unique)"
msgstr "Namespace do projeto (opcional, único)"
msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
-msgstr ""
+msgstr "Prefixo do namespace do projeto (opcional, único)"
msgid "ClusterIntegration|Prometheus"
msgstr "Prometheus"
@@ -3612,14 +4290,17 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr "Prometheus é um sistema de monitoramento de código aberto com %{gitlabIntegrationLink} para monitorar aplicações lançadas."
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "Cluster habilitado para RBAC"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Leia nosso %{link_to_help_page} em integração de cluter Kubernetes."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
-msgstr ""
+msgstr "Região"
msgid "ClusterIntegration|Remove Kubernetes cluster integration"
msgstr "Remover integração com o cluster Kubernetes"
@@ -3627,9 +4308,21 @@ msgstr "Remover integração com o cluster Kubernetes"
msgid "ClusterIntegration|Remove integration"
msgstr "Remover integração"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "Remover configuração desse cluster Kubernetes para esse projeto. Isso não apagará seu cluster Kubernetes atual."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "Substitua isso por seu próprio nome de host, se desejar. Se você fizer isso, aponte o nome do host para o endereço IP de entrada acima."
@@ -3639,30 +4332,75 @@ msgstr "Solicitação para início de instalação falhou"
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr "Solicitação para início de desinstalação falhou"
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr "Salvar alterações"
msgid "ClusterIntegration|Search IAM Roles"
+msgstr "Pesquisar Funções do IAM"
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
msgstr ""
msgid "ClusterIntegration|Search machine types"
msgstr "Pesquisar tipos de máquina"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "Pesquisar projetos"
msgid "ClusterIntegration|Search regions"
+msgstr "Pesquisar regiões"
+
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
msgstr ""
msgid "ClusterIntegration|Search zones"
msgstr "Pesquisar zonas"
+msgid "ClusterIntegration|Security group"
+msgstr "Grupo de segurança"
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "Veja e edite os detalhes de seus cluster Kubernetes"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Selecionar tipo de máquina"
@@ -3675,7 +4413,7 @@ msgstr "Selecione projeto e zona para escolher o tipo de máquina"
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Selecione o projeto para escolher a zona"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,17 +4425,23 @@ msgstr "Selecione a zone para escolher o tipo de máquina"
msgid "ClusterIntegration|Service Token"
msgstr "Token de serviço"
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr "Token de serviço é necessário."
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Mostrar"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "Alguma coisa deu errado do nosso lado."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Erro ao criar cluster Kubernetes no Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "Algo deu errado ao instalar %{title}"
@@ -3706,11 +4450,17 @@ msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
msgstr "Algo deu errado ao desinstalar %{title}"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
-msgstr ""
+msgstr "Algo deu errado ao atualizar o nome de domínio Knative."
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr "A especificação de um domínio permitirá que você use os estágios do Auto Review Apps e do Auto Deploy para %{auto_devops_start}Auto DevOps%{auto_devops_end}. O domínio deve ter um DNS curinga configurado correspondente ao domínio."
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr "O certificado do Kubernetes usado para autenticar no cluster."
@@ -3729,6 +4479,9 @@ msgstr "O balanceador de carga e o IP associados serão excluídos e não poderÃ
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr "O endpoint está em processo de atribuição. Verifique o seu cluster Kubernetes ou Quotas no Google Kubernetes Engine se demorar muito."
@@ -3747,6 +4500,12 @@ msgstr "Esta opção permite-lhe instalar aplicações em clusters RBAC."
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Alternar cluster Kubernetes"
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr "Validando status de faturamento do projeto"
@@ -3768,12 +4530,21 @@ msgstr "Não foi possível verificar se um dos seus projetos no GCP possui o fat
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "Com um cluster Kubernetes associado a esse projeto, você pode utilizar apps de revisão, publicar suas aplicações, executar suas pipelines e muito mais de um jeito simples."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr "Você deve primeiro instalar o Helm Tiller antes de instalar os aplicativos abaixo"
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr "Sua conta precisa de %{link_to_kubernetes_engine}"
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "Zona"
@@ -3792,9 +4566,6 @@ msgstr "acesso ao Google Container Engine"
msgid "ClusterIntegration|documentation"
msgstr "documentação"
-msgid "ClusterIntegration|help page"
-msgstr "ajuda"
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr "preços"
msgid "ClusterIntegration|sign up"
msgstr "cadastrar"
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
+msgstr "Selecione uma região"
+
+msgid "ClusterIntergation|Select a security group"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr "Código"
msgid "Code Owners"
msgstr "Proprietários de código"
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr "A aprovação do proprietário do código é obrigatória"
@@ -3831,6 +4629,24 @@ msgstr "Padrão"
msgid "Cohorts"
msgstr "Cohorts"
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "Recolher"
@@ -3859,7 +4675,7 @@ msgid "Commands did not apply"
msgstr ""
msgid "Comment"
-msgstr "Comentário"
+msgstr "Comentar"
msgid "Comment & close %{noteable_name}"
msgstr "Comentar e fechar %{noteable_name}"
@@ -3908,6 +4724,9 @@ msgstr "Duração do commit em minutos para os últimos 30 commits"
msgid "Commit message"
msgstr "Mensagem de commit"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "Estatísticas de commits para %{ref} %{start_time} - %{end_time}"
@@ -3938,6 +4757,9 @@ msgstr "Commits por dia do mês"
msgid "Commits per weekday"
msgstr "Commits por dia da semana"
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "Erro ao recuperar dados do merge request."
@@ -3959,6 +4781,9 @@ msgstr "Commit…"
msgid "Company"
msgstr "Empresa"
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Comparar"
@@ -3977,6 +4802,9 @@ msgstr "Compare as mudanças do último commit"
msgid "Compare changes with the merge request target branch"
msgstr "Compare as mudanças do merge request com o branch de destino"
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} e %{target_branch} são o mesmo."
@@ -3995,6 +4823,9 @@ msgstr "Não há nada para comparar."
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "Confidencial"
@@ -4016,6 +4847,9 @@ msgstr "Configurar Let's Encrypt"
msgid "Configure Prometheus"
msgstr "Configurar Prometheus"
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Configurar rastreamento"
@@ -4031,8 +4865,14 @@ msgstr "Configurar instalação existente"
msgid "Configure limits for web and API requests."
msgstr "Configurar limites para web e requisições para API."
-msgid "Configure push mirrors."
-msgstr "Configurar espelhamento de push."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
msgid "Configure storage path settings."
msgstr "Definir configurações do caminho de armazenamento."
@@ -4067,15 +4907,24 @@ msgstr "Conectar repositórios do GitHub"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "Conecte seus repositórios externos e pipelines CI/CD vão ser executados para novos commits. Um projeto GitLab será criado com apenas recursos de CI/CD ativados."
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr "Conectando ao serviço de sincronização de terminal"
msgid "Connecting..."
msgstr "Conectando..."
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr "Falha na conexão"
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr "Entre em contato com um proprietário do grupo %{namespace_name} para atualizar o plano."
@@ -4091,70 +4940,136 @@ msgstr "Entre em contato com seu administrador para atualizar sua licença."
msgid "Container Registry"
msgstr "Container Registry"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr "Imagens do container registry"
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
-msgstr "Copiar o comando de build para a área de transferência"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
-msgstr "Copiar o comando de push para a área de transferência"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
+msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr "Última atualização"
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "Sem tags no Container Registry para essa imagem."
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr "Início rápido"
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ContainerRegistry|Remove image(s) and tags"
-msgstr "Remover imagem(ns) e tags"
-
msgid "ContainerRegistry|Remove repository"
msgstr "Apagar repositório"
-msgid "ContainerRegistry|Remove selected images"
-msgstr "Remover imagens selecionadas"
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
msgid "ContainerRegistry|Size"
msgstr "Tamanho"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Tag"
-msgid "ContainerRegistry|Tag ID"
-msgstr "ID da Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
-msgstr "Você está prestes a excluir a imagem <b>%{title}</b>. Isso excluirá a imagem e todas as tags apontando para essa imagem."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
msgstr "Você está prestes a remover o repositório <b>%{title}</b>. Depois de confirmar, este repositório será permanentemente excluído."
@@ -4189,6 +5104,42 @@ msgstr "Análise de contribuição"
msgid "Contribution Charts"
msgstr "Gráficos de contribuição"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr "Contribuições para <strong>%{calendar_date}</strong>"
@@ -4198,18 +5149,6 @@ msgstr "Contribuições por membro do grupo"
msgid "Contributors"
msgstr "Contribuidores"
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} - %{endDate}"
-
-msgid "ContributorsPage|Building repository graph."
-msgstr "Gerando gráfico do repositório."
-
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "Commits à %{branch_name}, excluindo commits de merge. Limitado à 6000 commits."
-
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "Por favor, espere um momento, essa página será atualizada automaticamente."
-
msgid "Control emails linked to your account"
msgstr "Controle e-mails vinculados à sua conta"
@@ -4219,9 +5158,6 @@ msgstr "Controle a exibição de ofertas de terceiros."
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr "Controlar a concorrência máxima do enchimento do repositório para esse nó secundário"
-msgid "ConvDev Index"
-msgstr "Ãndice ConvDev"
-
msgid "Cookie domain"
msgstr ""
@@ -4231,17 +5167,29 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr "Copiar URL de clone do %{http_label}"
msgid "Copy %{protocol} clone URL"
msgstr "Copiar URL de Clone do %{protocol}"
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
-msgstr "Copiar ID para área de transferência"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
msgid "Copy KRB5 clone URL"
msgstr "Copiar URL de clone do KRB5"
@@ -4252,20 +5200,29 @@ msgstr "Copiar URL de Clone do SSH"
msgid "Copy SSH public key"
msgstr "Copiar chave pública SSH"
-msgid "Copy URL to clipboard"
-msgstr "Copiar URL para área de transferência"
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
-msgid "Copy branch name to clipboard"
-msgstr "Copiar nome do branch para área de transferência"
+msgid "Copy command"
+msgstr ""
-msgid "Copy command to clipboard"
-msgstr "Copiar o comando para área de transferência"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "Copiar SHA do commit para a área de transferência"
+msgid "Copy commit SHA"
+msgstr ""
-msgid "Copy file path to clipboard"
-msgstr "Copiar o local do arquivo para a área de transferência"
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
@@ -4276,28 +5233,22 @@ msgstr ""
msgid "Copy link"
msgstr "Copiar link"
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
-msgstr "Copiar referência para área de transferência"
-
-msgid "Copy secret to clipboard"
-msgstr "Copiar segredo para a área de transferência"
-
-msgid "Copy source to clipboard"
-msgstr "Copiar fonte para área de transferência"
+msgid "Copy reference"
+msgstr ""
-msgid "Copy to clipboard"
-msgstr "Copiar para área de transferência"
+msgid "Copy secret"
+msgstr ""
-msgid "Copy token to clipboard"
-msgstr "Copiar token para a área de transferência"
+msgid "Copy token"
+msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr "Não foi possível criar o repositório Wiki no momento. Por favor, tent
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Não foi possível criar o projeto"
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr "Não foi possível excluir o apelido de bate-papo %{chat_name}."
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr "Não foi possível remover o gatilho."
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr "Não foi possível salvar o ID do projeto"
msgid "Could not save prometheus manual configuration"
msgstr "Não foi possível salvar a configuração manual do prometheus"
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr "Cobertura"
@@ -4354,9 +5326,15 @@ msgstr "Criar Novo Diretório"
msgid "Create New Domain"
msgstr "Criar novo domínio"
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr "Crie uma conta do GitLab primeiro e em seguida conecte-a à sua conta %{label}."
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr "Criar uma nova issue"
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr "Criar um novo repositório"
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Crie um token de acesso pessoal na sua conta para dar pull ou push via %{protocol}."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr "Crie um issue. Os Issues são criados para cada alerta acionado."
@@ -4417,6 +5404,9 @@ msgstr "Criar grupo"
msgid "Create group label"
msgstr "Criar etiqueta de grupo"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Criar lista a partir de etiquetas. Issues com etiquetas aparecem nestas listas."
@@ -4477,9 +5467,18 @@ msgstr "Feito"
msgid "Created At"
msgstr "Criado em"
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr "A criação de gráficos usa os dados do servidor Prometheus. Se isso le
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr "Fuso horário do cron"
msgid "Cron syntax"
msgstr "Sintaxe do cron"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr "Branch atual"
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr "Projeto atual"
@@ -4540,14 +5548,23 @@ msgstr "Nó atual"
msgid "Current password"
msgstr "Senha atual"
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr "Perfil"
msgid "CurrentUser|Settings"
msgstr "Configurações"
-msgid "Custom CI config path"
-msgstr "Caminho de configuração do IC personalizado"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "Nome de host personalizado (para e-mails de commit privado)"
@@ -4564,12 +5581,18 @@ msgstr "Modelos de projetos personalizados"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr "Modelos de projeto personalizados não foram configurados para grupos dos quais você é membro. Eles são ativados na página de configurações de um grupo. Entre em contato com o proprietário ou mantenedor do seu grupo para configurar modelos de projeto personalizados."
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr "Adicionar um estágio"
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "Personalizar cores"
@@ -4624,6 +5650,9 @@ msgstr "Customizar nome"
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "Personalize a sua configuração, visualize o status da pipeline e relatório de cobertura."
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "Análise de Ciclo"
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "A Análise de Ciclo fornece uma visão geral de quanto tempo uma ideia demora para ir para produção em seu projeto."
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr "Issue criada"
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Issue"
msgid "CycleAnalyticsStage|Plan"
msgstr "Plano"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Produção"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Revisão"
@@ -4678,25 +5734,74 @@ msgstr "Homologação"
msgid "CycleAnalyticsStage|Test"
msgstr "Teste"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Os dados ainda estão a ser calculados..."
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr "Seletor de data"
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr "Dias"
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr "Depurar"
@@ -4769,6 +5880,9 @@ msgstr "Recusar e sair"
msgid "Default Branch"
msgstr "Branch padrão"
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr "Etiqueta de classificação padrão"
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr "Modelo de descrição padrão para issues"
@@ -4853,6 +5970,18 @@ msgstr "Excluir licença"
msgid "Delete list"
msgstr "Excluir lista"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr "Excluir branch de origem"
@@ -4892,6 +6021,9 @@ msgstr "A exclusão da licença falhou. A licença não foi encontrada."
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "A exclusão de licença falhou. Você não tem permissão para executar essa ação."
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "Negada autorização do apelido de bate-papo %{user_name}."
@@ -4901,6 +6033,9 @@ msgstr "Recusar"
msgid "Dependencies"
msgstr "Dependências"
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr "Lista de dependências"
msgid "Dependency Proxy"
msgstr "Proxy de Dependências"
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr "Proxy de dependências"
@@ -5064,11 +6202,11 @@ msgstr "Permite acesso somente-leitura às imagens do registry"
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "Permite acesso somente-leitura ao repositório"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "Copiar token de deploy para área de transferência"
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "Copiar nome de usuário para área de transferência"
+msgid "DeployTokens|Copy username"
+msgstr ""
msgid "DeployTokens|Create deploy token"
msgstr "Criar token de deploy"
@@ -5130,21 +6268,42 @@ msgstr "Seu novo token de deploy de projeto foi criado."
msgid "Deployed"
msgstr "Feito Deploy"
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr "Deploy para"
msgid "Deploying to"
msgstr "Fazer deploy para"
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr "Despriorizar etiqueta"
msgid "Descending"
msgstr "Decrescente"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Descrição"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr "Desmarcar todos"
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr "%{current_design} de %{designs_count}"
@@ -5172,20 +6340,38 @@ msgstr "Adicionar designs"
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr "Adicionar um design com o mesmo nome de arquivo substitui o arquivo por uma nova versão."
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
-msgstr "Ocorreu um erro ao carregar os designs. Por favor, tente novamente."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
-msgstr "Não foi possível adicionar um novo comentário. Por favor, tente novamente"
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
-msgstr "Não foi possível criar uma nova discussão. Por favor, tente novamente."
+msgid "DesignManagement|Delete selected"
+msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
-msgstr "Não foi possível encontrar o design. Por favor, tente novamente."
+msgid "DesignManagement|Deselect all"
+msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
-msgstr "Erro ao enviar um novo design. Por favor, tente novamente."
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
msgid "DesignManagement|Go back to designs"
msgstr "Voltar para designs"
@@ -5196,12 +6382,15 @@ msgstr "Ir para o próximo design"
msgid "DesignManagement|Go to previous design"
msgstr "Ir para o design anterior"
-msgid "DesignManagement|Requested design version does not exist"
-msgstr "A versão de design solicitada não existe"
+msgid "DesignManagement|Keep comment"
+msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr "A versão de design solicitada não existe. Mostrando a versão mais recente como alternativa"
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,20 +6415,29 @@ msgstr "Detalhes (padrão)"
msgid "Detect host keys"
msgstr "Detectar chaves de host"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Diferenciar limite de conteúdo"
msgid "Diff limits"
msgstr "Diferenciar limites"
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr "(base)"
msgid "Diffs|No file name available"
msgstr "Nenhum nome de arquivo disponível"
-msgid "Diffs|Show all lines"
-msgstr "Mostrar todas as linhas"
+msgid "Diffs|Show unchanged lines"
+msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "Algo errado aconteceu ao buscar linhas de comparação."
@@ -5253,15 +6451,15 @@ msgstr "Nome do diretório"
msgid "Disable"
msgstr "Desabilitar"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "Desativar para este projeto"
msgid "Disable group Runners"
msgstr "Desabilitar runners de grupo"
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr "Desativar Runners compartilhados"
@@ -5322,14 +6520,20 @@ msgstr ""
msgid "Discussion"
msgstr "Discussão"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr ""
+
msgid "Dismiss"
msgstr "Ignorar"
-msgid "Dismiss ConvDev introduction"
-msgstr "Descartar a introdução do ConvDev"
-
msgid "Dismiss Cycle Analytics introduction box"
-msgstr "Ignorar introdução do Cycle Analytics"
+msgstr "Ignorar introdução da Análise de Ciclo"
+
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
msgid "Dismiss Merge Request promotion"
msgstr "Descartar promoção de Merge Request"
@@ -5352,12 +6556,21 @@ msgstr "Descartado no pipeline %{pipelineLink} em %{projectLink}"
msgid "Display name"
msgstr "Nome de exibição"
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "Deseja personalizar como os endereços de e-mail e nomes de usuário do Google Code são importados para o GitLab?"
msgid "Dockerfile"
msgstr "Dockerfile"
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr "Documentação para provedores de identidade populares"
@@ -5370,6 +6583,9 @@ msgstr "Domínio"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr "A verificação de domínio é uma medida de segurança essencial para sites públicos do GitLab. Os usuários precisam demonstrar que controlam um domínio antes de ser ativado"
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr "Não cole a parte privada da chave GPG. Cole a parte pública que começa com '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
@@ -5385,6 +6601,12 @@ msgstr "Pronto"
msgid "Download"
msgstr "Baixar"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr "Baixar recurso"
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr "Baixar exportação"
@@ -5433,9 +6658,18 @@ msgstr "Votos negativos"
msgid "Due date"
msgstr "Validade"
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "Durante esse processo, você será perguntado por URLs do lado do GitLab. Use os URLs mostrados abaixo."
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr "Cada runner pode estar em um dos seguintes estados:"
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr "Editar chave de deploy"
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr "Editar etiqueta"
@@ -5466,9 +6706,18 @@ msgstr "Editar senha"
msgid "Edit Pipeline Schedule %{id}"
msgstr "Alterar Agendamento do Pipeline %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr "Editar Snippet"
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr "Editar aplicativo"
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr "Editar comentário"
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr "Editar chave de deploy pública"
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr "Endereço de e-mail"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr "O domínio de e-mail não é editável em subgrupos. O valor é herdado do grupo pai de nível superior."
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr "Patch de email"
@@ -5622,6 +6883,12 @@ msgstr "Ativar Auto DevOps"
msgid "Enable HTML emails"
msgstr "Habilitar e-mails em HTML"
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Ativar coleção de dados Pseudonymizer"
@@ -5670,6 +6937,9 @@ msgstr "Ative ou desative a coleção de dados Pseudonymizer"
msgid "Enable or disable version check and usage ping."
msgstr "Ativar ou desativar checagem de versão e uso de ping."
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr "Habilitar proxy"
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr "Insira o intervalo de endereços IP"
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr "Digite a descrição da issue"
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr "Ambiente"
@@ -5778,6 +7051,15 @@ msgstr "As variáveis de ambiente são configuradas pelo seu administrador para
msgid "Environment:"
msgstr "Ambiente:"
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "Ambientes"
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr "Os ambientes permitem que você acompanhe as implantações do seu aplicativo %{link_to_read_more}."
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "Adicionar um projeto ao dashboard"
@@ -5802,12 +7087,21 @@ msgstr "Tarefa: %{job}"
msgid "EnvironmentsDashboard|More actions"
msgstr "Mais ações"
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr "Remover"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "O dashboard de ambientes fornece um resumo do status dos ambientes de cada projeto, incluindo status de pipelines e alertas."
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Um erro ocorreu ao recuperar ambientes."
@@ -5826,6 +7120,12 @@ msgstr "Ocorreu um erro ao parar o ambiente, por favor, tente novamente"
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "Você tem certeza de que deseja parar este ambiente?"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Commit"
@@ -5844,20 +7144,29 @@ msgstr "Ambientes"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "Ambientes são locais onde o deploy é feito, tais como homologação ou produção."
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Tarefa"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr "Saiba mais sobre como parar ambientes"
msgid "Environments|New environment"
msgstr "Novo ambiente"
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr "Nenhum deploy"
-msgid "Environments|No pod name has been specified"
-msgstr "Nenhum nome pod foi especificado"
+msgid "Environments|No pods to display"
+msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
msgstr "Observe que esta ação irá parar o ambiente mas %{emphasisStart}não%{emphasisEnd} terá efeito sobre qualquer deploy existente devido a \"ação de parar ambiente\" sendo definida no arquivo %{ciConfigLinkEnd}.gitlab-ci.yml%{ciConfigLinkStart}."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Mostrar tudo"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "Parar"
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr "protegido"
msgid "Epic"
msgstr "Epic"
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr "Epics"
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Epics permitem gerenciar seu portfólio de projetos de forma mais eficiente e com menos esforço"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr "%{epicsCount} épicos e %{issuesCount} issues"
-
msgid "Epics|Add an epic"
msgstr "Adicionar um épico"
@@ -6021,20 +7339,20 @@ msgstr "Iniciar"
msgid "Error"
msgstr "Erro"
+msgid "Error Details"
+msgstr ""
+
msgid "Error Tracking"
msgstr "Rastreamento de erros"
-msgid "Error creating a new path"
-msgstr "Erro ao criar um novo caminho"
-
msgid "Error creating epic"
msgstr "Erro ao criar epic"
msgid "Error deleting %{issuableType}"
msgstr "Erro ao excluir %{issuableType}"
-msgid "Error fetching contributors data."
-msgstr "Erro ao recuperar informações de contribuintes."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6069,6 +7387,9 @@ msgstr "Erro ao carregar os branches."
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr "Erro ao carregar o visualizador de arquivos."
@@ -6108,6 +7429,12 @@ msgstr "Erro ao alterar configuração de notificação de assinatura"
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr "Ocorreu um erro. O usuário não foi bloqueado"
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr "Erro ao renderizar a pré-visualização do markdown"
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "Erro ao salvar alteração de etiqueta."
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr "Erro:"
-
msgid "ErrorTracking|Active"
msgstr "Ativo"
@@ -6174,7 +7501,7 @@ msgstr "Clique em \"Conectar\" para restabelecer a conexão com o Sentry e ativa
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr "A conexão falhou. Re-verifique o Token de Autenticação e tente novamente."
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr "Erros"
msgid "Estimated"
msgstr "Estimativa"
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "Filtrar por tudo"
msgid "EventFilterBy|Filter by comments"
msgstr "Filtrar por comentários"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "Filtrar por eventos de issue"
@@ -6216,12 +7549,27 @@ msgstr "Eventos"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr "Cada tentativa de %{action} falhou: %{job_error_message}. Por favor, tente novamente."
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "Todos os dias (às 4:00)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Todos os meses (no dia primeiro às 4:00)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Toda semana (domingos às 4:00)"
@@ -6252,18 +7600,27 @@ msgstr "Tudo o que você precisa para criar um site do GitLab Pages usando o Jek
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr "Tudo o que você precisa para criar um site do GitLab Pages usando HTML simples."
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr "Exemplo: Uso = consulta única. (Solicitada) / (Capacidade) = múltiplas consultas combinadas em uma fórmula."
msgid "Except policy:"
msgstr "Exceto da política:"
-msgid "Existing"
-msgstr "Existente"
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
msgid "Existing members and groups"
msgstr "Membros e grupos existentes"
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "Expandir"
@@ -6285,9 +7642,15 @@ msgstr "Expandir barra lateral"
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr "Data de validade"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr "Expirado"
@@ -6339,6 +7702,9 @@ msgstr "Exporte este projeto com todos os dados relacionados para mover seu proj
msgid "External Classification Policy Authorization"
msgstr "Autorização de Política de Classificação Externa"
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr "URL externo"
@@ -6408,15 +7774,21 @@ msgstr "Falha ao aplicar comandos."
msgid "Failed to assign a user because no user was found."
msgstr "Falha ao associar um usuário porque nenhum usuário foi encontrado."
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Erro ao alterar o proprietário"
msgid "Failed to check related branches."
msgstr "Falha ao procurar por branches relacionadas."
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr "Falha ao fazer deploy para"
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr "Falha ao instalar."
msgid "Failed to load emoji list."
msgstr "Falha ao carregar a lista de emojis."
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr "Falha ao carregar erros do Sentry. Mensagem de erro: %{errorMessage}"
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr "Falha ao carregar branches relacionados"
+msgid "Failed to load stacktrace."
+msgstr "Falha ao carregar a stacktrace."
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr "Falha ao remover a chave do usuário."
msgid "Failed to reset key. Please try again."
msgstr "Falha ao redefinir a chave. Por favor, tente novamente."
-msgid "Failed to save comment!"
-msgstr "Falha ao salvar o comentário!"
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr "Falha ao salvar resoluções de conflitos de merge. Por favor, tente novamente!"
@@ -6522,6 +7900,9 @@ msgstr "Falha ao atualizar o branch!"
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "Falha ao atualizar Issues. Por favor, tente novamente."
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr "Mais rápido, uma vez que reutiliza o espaço de trabalho do projeto (voltando a clonar, se não existir)"
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr "O favicon foi removido com sucesso."
@@ -6573,15 +7957,9 @@ msgstr "URL da API"
msgid "FeatureFlags|Active"
msgstr "Ativo"
-msgid "FeatureFlags|Add"
-msgstr "Adicionar"
-
msgid "FeatureFlags|All users"
msgstr "Todos os usuários"
-msgid "FeatureFlags|Clear all"
-msgstr "Limpar tudo"
-
msgid "FeatureFlags|Configure"
msgstr "Configurar"
@@ -6603,9 +7981,6 @@ msgstr "Descrição"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "Editar feature flag"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr "Especificação do Ambiente"
@@ -6630,12 +8005,18 @@ msgstr "Feature flags permitem que você configure o seu código em diferentes v
msgid "FeatureFlags|Get started with feature flags"
msgstr "Começar a usar feature flags"
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr "Inativo"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr "Sinalizador inativo para %{scope}"
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr "Instale uma %{docs_link_anchored_start}biblioteca de cliente compatível%{docs_link_anchored_end} e especifique o URL da API, o nome do aplicativo e o ID da instância durante a configuração. %{docs_link_start}Mais informações%{docs_link_end}"
@@ -6681,20 +8062,14 @@ msgstr "Estratégia de Rollout"
msgid "FeatureFlags|Status"
msgstr "Status"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr "Ambientes alvo"
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr "Não há feature flags ativas"
msgid "FeatureFlags|There are no inactive feature flags"
-msgstr ""
+msgstr "Não há feature flags inativas"
msgid "FeatureFlags|There was an error fetching the feature flags."
msgstr "Ocorreu um erro ao buscar as feature flag."
@@ -6718,16 +8093,22 @@ msgid "Fetching licenses failed."
msgstr "A obtenção das licenças falhou."
msgid "Fetching licenses failed. The request endpoint was not found."
-msgstr ""
+msgstr "A obtenção de licenças falhou. O endpoint da requisição não foi encontrado."
msgid "Fetching licenses failed. You are not permitted to perform this action."
-msgstr ""
+msgstr "A obtenção das licenças falhou. Você não tem permissão para executar esta ação."
msgid "File"
msgid_plural "Files"
msgstr[0] "Arquivo"
msgstr[1] "Arquivos"
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr "Arquivo adicionado"
@@ -6737,12 +8118,18 @@ msgstr "Navegador de arquivos"
msgid "File deleted"
msgstr "Arquivo excluído"
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr "Modo de arquivo alterado de %{a_mode} para %{b_mode}"
msgid "File moved"
msgstr "Arquivo movido"
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Modelos de arquivos"
@@ -6756,7 +8143,7 @@ msgid "Files breadcrumb"
msgstr ""
msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
-msgstr ""
+msgstr "Arquivos, diretórios e submódulos no caminho %{path} para referência de commit %{ref}"
msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
msgstr "Preencha nos campos abaixo, ative o <strong>%{enable_label}</strong> e pressione <strong>%{save_changes}</strong>"
@@ -6776,9 +8163,18 @@ msgstr "Filtrar por mensagem de commit"
msgid "Filter by milestone name"
msgstr "Filtrar por nome de marco"
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr "Filtrar por autenticação de dois fatores"
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr "Filtrar resultados por grupo"
@@ -6786,7 +8182,7 @@ msgid "Filter results by project"
msgstr "Filtrar resultados por projeto"
msgid "Filter your projects by name"
-msgstr ""
+msgstr "Filtre seus projetos por nome"
msgid "Filter..."
msgstr "Filtro..."
@@ -6809,9 +8205,6 @@ msgstr "Encontre o arquivo recém-extraído <code>Takeout/Google Code Project Ho
msgid "Fingerprint"
msgstr "Impressão digital"
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr "Impressões digitais"
@@ -6822,15 +8215,24 @@ msgid "Finish review"
msgstr "Concluir a revisão"
msgid "Finish setting up your dedicated account for <strong>%{group_name}</strong>."
-msgstr ""
+msgstr "Termine de configurar sua conta dedicada para <strong>%{group_name}</strong>."
msgid "Finished"
msgstr "Finalizado"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr "Primeiro dia da semana"
msgid "First name"
+msgstr "Primeiro nome"
+
+msgid "First seen"
msgstr ""
msgid "Fixed date"
@@ -6866,6 +8268,9 @@ msgstr "URL do FogBugz"
msgid "FogBugz import"
msgstr "Importação do FogBugz"
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "Siga os passos abaixo para exportar os dados do seu projeto do Google Code."
@@ -6887,6 +8292,9 @@ msgstr "Para mais informações, vá para o "
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr "Para mais informações, por favor, revise a %{link_start_tag}documentação de configuração do Jaeger%{link_end_tag}"
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr "Para obter mais informações, consulte a documentação sobre %{deactivating_usage_ping_link_start}desativando dados de uso%{deactivating_usage_ping_link_end}."
@@ -6908,11 +8316,14 @@ msgstr "Erro de fork!"
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Fork criado a partir de"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "Fork a partir de %{project_name} (apagado)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "Fork em andamento"
@@ -6926,6 +8337,9 @@ msgstr "Forks"
msgid "Format"
msgstr "Formato"
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr "Avaliação gratuita do GitLab.com Gold"
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr "Sexta-feira"
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr "Do %{providerTitle}"
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr "Do Bitbucket"
@@ -6971,9 +8391,6 @@ msgstr "Da abertura de tarefas até a implantação para a produção"
msgid "From merge request merge until deploy to production"
msgstr "Do merge request até a implantação em produção"
-msgid "From milestones:"
-msgstr "A partir de marcos:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "Na visualização de detalhes do cluster do Kubernetes, instale o Runner pela lista de aplicativos"
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "Nós do Geo"
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "Geo permite que você replique sua instância do GitLab para outras localizações geográficas."
@@ -7031,15 +8460,24 @@ msgstr "Nó está falho ou quebrado."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "O nó está lento, sobrecarregado ou acabou de se recuperar de uma falta de energia."
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr "Checksum verificado"
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "Os dados estão desatualizados de %{timeago}"
msgid "GeoNodes|Data replication lag"
msgstr "Atraso de replicação de dados"
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Não corresponde à configuração de armazenamento primário"
@@ -7061,6 +8499,12 @@ msgstr "Status de saúde"
msgid "GeoNodes|Internal URL"
msgstr "URL interna"
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "O ID do último evento processado por cursor"
@@ -7082,24 +8526,15 @@ msgstr "Aprenda mais sobre verificação de Wiki"
msgid "GeoNodes|Loading nodes"
msgstr "Carregando nós"
-msgid "GeoNodes|Local LFS objects"
-msgstr "Objetos LFS locais"
-
-msgid "GeoNodes|Local attachments"
-msgstr "Anexos locais"
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr "Artefatos de tarefa locais"
-
msgid "GeoNodes|New node"
msgstr "Novo nó"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "Autenticação de Nó foi corrigida com sucesso."
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "O nó foi removido com sucesso."
@@ -7109,14 +8544,14 @@ msgstr "Soma de verificação não conferida"
msgid "GeoNodes|Out of sync"
msgstr "Fora de sincronia"
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
-msgstr "A remoção de um nó primário interrompe o processo de sincronização para todos os nós. A sincronização não pode ser retomada sem perder alguns dados em todos os secundários. Neste caso, recomendamos a configuração de todos os nós do zero. Você tem certeza?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
-msgstr "A remoção de um nó secundário interrompe o processo de sincronização. Atualmente não é possível adicionar de volta o mesmo nó sem perder alguns dados. Recomendamos apenas configurar um novo nó secundário nesse caso. Você tem certeza?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
msgid "GeoNodes|Replication slot WAL"
msgstr "WAL de slots de replicação"
@@ -7424,6 +8859,9 @@ msgstr "Comece com o rastreamento de erros"
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr "Introdução às versões"
@@ -7457,21 +8895,24 @@ msgstr "Versão do Git"
msgid "GitHub import"
msgstr "Importação do GitHub"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "Linter do GitLab CI foi movido"
msgid "GitLab Enterprise Edition %{plan}"
msgstr "GitLab Enterprise Edition %{plan}"
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "Os GitLab Group Runners podem executar código para todos os projetos neste grupo."
msgid "GitLab Import"
msgstr "Importação do GitLab"
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr "GitLab Shared Runners executam códigos de projetos diferentes no mesmo Runner, a menos que você configure o GitLab Runner Autoscale com o MaxBuilds 1 (que está no GitLab.com)."
@@ -7481,6 +8922,9 @@ msgstr "Usuário GitLab"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr "GitLab permite que você continue usando a sua licença mesmo se exceder o número de lugares que você comprou. Você será obrigado a pagar por esses lugares no momento da renovação de sua licença."
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr "GitLab para Slack"
@@ -7502,12 +8946,102 @@ msgstr "É necessário reiniciar o GitLab para aplicar as alterações"
msgid "GitLab single sign on URL"
msgstr "URL de logon único do GitLab"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr "O GitLab executará um trabalho em segundo plano que produzirá CSVs com pseudônimos do banco de dados do GitLab que serão carregados no diretório de armazenamento de objetos configurado."
msgid "GitLab.com import"
msgstr "Importação do GitLab.com"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7532,6 +9066,9 @@ msgstr "GitLab Pages"
msgid "Given access %{time_ago}"
msgstr "Acesso concedido %{time_ago}"
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr "Atalhos Globais"
@@ -7658,13 +9195,16 @@ msgstr "Ir para seus snippets"
msgid "Golden Tanuki"
msgstr "Tanuki Dourado"
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr "Importação do Google Code"
msgid "Google Takeout"
msgstr "Google Takeout"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr "Entendi!"
msgid "Grafana URL"
msgstr "URL do Grafana"
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr "Conceder acesso"
@@ -7683,7 +9244,7 @@ msgid "Graph"
msgstr "Gráfico"
msgid "Gravatar"
-msgstr ""
+msgstr "Gravatar"
msgid "Gravatar enabled"
msgstr "Gravatar habilitado"
@@ -7692,7 +9253,7 @@ msgid "Group"
msgstr "Grupo"
msgid "Group %{group_name} was scheduled for deletion."
-msgstr ""
+msgstr "O grupo %{group_name} foi agendado para exclusão."
msgid "Group %{group_name} was successfully created."
msgstr "O grupo %{group_name} foi criado com sucesso."
@@ -7703,12 +9264,18 @@ msgstr "Configurações de CI/CD do grupo"
msgid "Group Git LFS status:"
msgstr "Status do LFS do grupo Git:"
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr "ID do grupo"
msgid "Group ID: %{group_id}"
msgstr "ID do grupo: %{group_id}"
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "Group Runners"
@@ -7730,21 +9297,42 @@ msgstr "Descrição do grupo (opcional)"
msgid "Group details"
msgstr "Detalhes do grupo"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "Info. do grupo:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Os mantenedores podem registrar grupos de runners em %{link}"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "Nome do grupo"
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr "Conteúdo da visão geral do grupo"
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr "Os minutos do pipeline do grupo foram redefinidos com sucesso."
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr "O grupo foi atualizado com sucesso."
@@ -7752,7 +9340,7 @@ msgid "Group: %{group_name}"
msgstr "Grupo: %{group_name}"
msgid "Group: %{name}"
-msgstr ""
+msgstr "Grupo: %{name}"
msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr "Impressão digital do certificado"
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr "Gerar um token SCIM"
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr "Gera um token SCIM para configurar seu Sistema para Gerenciamento de Identidade entre Domínios."
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr "Certifique-se de salvar este token — você não poderá acessá-lo nov
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
-msgstr "Pipeline de Auto DevOps foi atualizado para o grupo"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr "Pipeline de Auto DevOps foi atualizado para o grupo"
+
msgid "GroupSettings|Badges"
msgstr "Selos"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr "Modelos de projetos personalizados"
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr "Saiba mais sobre os selos."
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Bloquear compartilhamento de projetos do grupo %{group} com outros grupos"
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "Essa configuração é aplicada no grupo %{ancestor_group} e foi sobrescrita nesse subgrupo."
@@ -7910,9 +9555,24 @@ msgstr "Essa configuração será aplicada à todos os subgrupos a menos que sej
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "não pode ser desativado quando a configuração \"Travar compartilhamento de grupo\" está ativada, a não ser pelo dono do grupo pai"
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "retirar a trava de compartilhamento de grupo de %{ancestor_group_name}"
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "Grupos também podem ser aninhados criando %{subgroup_docs_link_start}subgrupos%{subgroup_docs_link_end}."
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr "Grupos com acesso a <strong>%{project_name}</strong>"
@@ -7991,9 +9654,15 @@ msgstr "Desculpe, nenhum grupo ou projeto correspondem à sua pesquisa"
msgid "GroupsTree|Search by name"
msgstr "Procura por nome"
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr "Tem o e-mail de seus usuários"
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr "Ocultar projetos arquivados"
@@ -8071,6 +9749,12 @@ msgstr[1] "Ocultar valores"
msgid "Hide values"
msgstr "Ocultar valores"
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr "O Hook foi criado com sucesso."
msgid "Hook was successfully updated."
msgstr "O Hook foi atualizado com sucesso."
-msgid "Hours"
-msgstr "Horas"
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr "Como funciona"
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "No entanto, você já é um membro deste %{member_source}. Faça login usando uma conta diferente para aceitar o convite."
@@ -8128,8 +9815,8 @@ msgstr "Termos de Serviço e Política de Privacidade"
msgid "I forgot my password"
msgstr "Esqueci minha senha"
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
-msgstr "Eu li e concordo com os %{link_start}Termos de Serviço%{link_end} do Let's Encrypt"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr ""
msgid "I'd like to receive updates via email about GitLab"
msgstr ""
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr "Identificador"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "Identidades"
@@ -8206,8 +9896,8 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr "Se desativada, um branch local divergente não será atualizada automaticamente com commits de sua contraparte remota, para evitar a perda de dados locais. Se o branch padrão (%{default_branch}) tiver divergido e não puder ser atualizado, o espelhamento falhará. Outras branches divergentes são silenciosamente ignoradas."
-msgid "If disabled, only admins will be able to set up mirrors in projects."
-msgstr "Se desabilitada, somente administradores serão capazes de configurar espelhos em projetos."
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
msgstr "Se desativado, o nível de acesso irá depender das permissões do usuário no projeto."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr "Se estiver usando o GitHub, você verá os status do pipeline no GitHub para seus commits e pull requests. %{more_info_link}"
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -8377,9 +10085,15 @@ msgstr "Para ativar a análise no nível da instância, peça a um administrador
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "Na próxima etapa, você poderá selecionar os projetos que deseja importar."
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr "Incidentes"
@@ -8428,6 +10142,9 @@ msgstr "Informar aos usuários sem chaves SSH configuradas que eles não podem r
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr "Informações sobre modelos adicionais de Páginas e como instalá-los podem ser encontradas em nosso %{pages_getting_started_guide}."
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr "Em linha"
@@ -8458,8 +10175,8 @@ msgstr "Instalar o GitLab Runner"
msgid "Install Runner on Kubernetes"
msgstr "Instalar Runner no Kubernates"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
-msgstr "Instale um autenticador por token de software como %{free_otp_link} ou o Google Authenticator do seu repositório de aplicativos e escaneie este código QR. Mais informações estão disponíveis na %{help_link_start}documentação%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
msgid "Install on clusters"
msgstr "Instalar em clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] "Instância"
msgstr[1] "Instâncias"
-msgid "Instance Statistics"
-msgstr "Estatísticas de Instância"
-
msgid "Instance Statistics visibility"
msgstr "Visibilidade de Estatísticas de Instância"
@@ -8517,8 +10231,11 @@ msgstr "Padrão de intervalo"
msgid "Introducing Cycle Analytics"
msgstr "Apresentando a Análise de Ciclo"
-msgid "Introducing Your Conversational Development Index"
-msgstr "Introduzindo sua Conversa com o Ãndice de Desenvolvimento"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
+msgstr ""
msgid "Invalid Insights config file detected"
msgstr "Arquivo de configuração de Insights inválido detectado"
@@ -8532,6 +10249,9 @@ msgstr "URL inválida"
msgid "Invalid date"
msgstr "Data inválida"
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr "Funcionalidade inválida"
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr "Entrada inválida, por favor, evite emojis"
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr "Código PIN inválido"
@@ -8559,6 +10282,9 @@ msgstr "Caminho de repositório inválido"
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr "Código de dois fatores inválido."
@@ -8580,6 +10306,15 @@ msgstr "Convidar membro"
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr "Issue"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "Painéis"
msgid "Issue board focus mode"
msgstr "Modo de foco nos painéis"
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "Eventos de issue"
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "Painel"
@@ -8664,6 +10411,9 @@ msgstr "Issues podem ser bugs, tarefas ou ideias a serem discutidas. Além disso
msgid "Issues closed"
msgstr "Issues fechadas"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr "Issues com comentários, merge requests com diffs e comentários, etiquetas, marcos, snippets e outras entidades do projeto"
@@ -8697,8 +10447,8 @@ msgstr "Para ampliar sua pesquisa, altere ou remova filtros na barra de filtros
msgid "IssuesAnalytics|Total:"
msgstr "Total:"
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
-msgstr "Pode levar até 30 minutos para que o site esteja disponível após o primeiro deploy."
+msgid "Issue|Title"
+msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
msgstr "Deve ter uma linha de cabeçalho e pelo menos duas colunas: a primeira coluna é o título da issue e a segunda coluna é a descrição da issue. O separador é detectado automaticamente."
@@ -8784,8 +10534,14 @@ msgstr "A tarefa não possui o argumento `model_type`."
msgid "Job is stuck. Check runners."
msgstr "A tarefa travou. Verifique os runners."
-msgid "Job traces and artifacts"
-msgstr "Rastreamento e artefatos de tarefas"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
msgid "Job was retried"
msgstr ""
@@ -8833,7 +10589,7 @@ msgid "Job|The artifacts were removed"
msgstr "Os artefatos foram removidos"
msgid "Job|The artifacts will be removed"
-msgstr "Os artefatos foram removidos"
+msgstr "Os artefatos serão removidos"
msgid "Job|This job failed because the necessary resources were not successfully created."
msgstr "Esta tarefa falhou porque os recursos necessários não foram criados com sucesso."
@@ -8871,6 +10627,9 @@ msgstr "Jun"
msgid "June"
msgstr "Junho"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr "Chave (PEM)"
@@ -8883,6 +10642,9 @@ msgstr "Atalhos de Teclado"
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr "Cluster Kubernetes"
@@ -8892,8 +10654,8 @@ msgstr "Clusters de Kubernetes"
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "O tempo de criação do cluster de Kubernetes excedeu o tempo limite; %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "A integração do cluster do Kubernetes não foi removida."
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
msgstr "A integração do cluster do Kubernetes foi removida com sucesso."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] "Últimos %d dias"
msgid "Last %{days} days"
msgstr "Últimos %{days} dias"
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "Último Pipeline"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr "Acessado pela última vez em"
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr "Última resposta de"
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr "Visto pela última vez"
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr "Última atualização bem-sucedida"
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "Última atualização"
@@ -9047,6 +10830,9 @@ msgstr "Usado pela última vez"
msgid "Last used on:"
msgstr "Última utilização em:"
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr "Você fez o push para"
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr "Aprenda GitLab"
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "Aprenda como %{link_start}contribuir para os modelos embutidos%{link_end}"
@@ -9080,6 +10869,12 @@ msgstr "Saiba mais sobre o Auto DevOps"
msgid "Learn more about Kubernetes"
msgstr "Saiba mais sobre o Kubernetes"
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr "Saiba mais sobre o Terminal Web"
@@ -9104,9 +10899,6 @@ msgstr "Saiba mais sobre assinar commits"
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "Saiba mais em"
@@ -9116,6 +10908,12 @@ msgstr "documentação de agendamento de pipeline"
msgid "Leave"
msgstr "Sair"
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "Sair do modo de edição? Todas as alterações não salvas serão perdidas."
@@ -9140,6 +10938,9 @@ msgstr "Licença"
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr "Licenciado para"
msgid "Licenses"
msgstr "Licenças"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr "Limita a exibição de unidades de acompanhamento de tempo a horas."
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] "Limitado a mostrar %d evento, no máximo"
msgstr[1] "Limitado a mostrar %d eventos, no máximo"
-msgid "Link copied to clipboard"
-msgstr "Link copiado para a área de transferência"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
+msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "Lista"
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr "Listar os seus Repositórios do Gitea"
@@ -9290,12 +11164,18 @@ msgstr "Pré-visualização ao vivo"
msgid "Loading contribution stats for group members"
msgstr "Carregando estados de contribuição para membros de grupo"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr "Carregando IDE do GitLab..."
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr "Logs"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr "Certifique-se de que você está conectado à conta que possui os projet
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr "Gerenciar"
@@ -9557,6 +11452,9 @@ msgstr "Nível máximo de acesso"
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr "Tempo limite máximo da tarefa"
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr "Mai"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Mediana"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr "Bloqueio de membro"
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr "Merge Requests"
msgid "Merge Requests created"
msgstr "Merge Requests criadas"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr "Mensagem do commit de merge"
@@ -9641,6 +11563,9 @@ msgstr "Fazer merge imediatamente"
msgid "Merge in progress"
msgstr "Merge em andamento"
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "Merge requests"
@@ -9653,6 +11578,9 @@ msgstr "Aprovações de merge request"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "Merge requests"
@@ -9746,15 +11674,12 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}alterou a descrição %{descriptionChangedTimes} vezes %{timeDifferenceMinutes}%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr "Erro ao dispensar popover de sugestão. Por favor, tente novamente."
@@ -9776,6 +11701,9 @@ msgstr "Branches com merge realizado estão sendo excluídas. Isso pode levar al
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "Mensagens"
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr "Adicionar métrica"
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Confira a documentação de CI/CD sobre como implantar em um ambiente"
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Criar métricas"
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr "Excluir métrica?"
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "Editar métricas"
@@ -9842,21 +11785,21 @@ msgstr "Para agrupar métricas similares"
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
-msgstr "Aprenda sobre ambientes"
-
msgid "Metrics|Legend label (optional)"
msgstr "Rótulo de legenda (opcional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Deve ser uma consulta PromQL válida."
msgid "Metrics|New metric"
msgstr "Nova métrica"
-msgid "Metrics|No deployed environments"
-msgstr "Nenhum ambiente implantado"
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -9866,9 +11809,18 @@ msgstr "Documentação de consulta do Prometheus"
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr "Houve um erro ao obter os dados do ambiente; por favor, tente novamente"
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr "Houve um erro ao obter informações de deploy."
@@ -9881,12 +11833,12 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr "Ocorreu um erro ao recuperar as métricas"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr "Resposta de dados de implantação inesperada da outra ponta do prometheus"
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
-msgstr "Resposta de dados de métricas inesperada da outra ponta do prometheus"
-
msgid "Metrics|Unit label"
msgstr "Rótulo de unidade"
@@ -9896,9 +11848,15 @@ msgstr "Usado como um título para o gráfico"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr "Usado se a consulta retornar uma única série. Se ele retornar várias séries, seus rótulos de legenda serão retirados da resposta."
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Rótulo do eixo Y"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr "Migração bem sucedida."
msgid "Milestone"
-msgstr "Marco"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr "Listas de marcos não estão disponíveis para a sua licença atual"
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr "Minutos"
@@ -9986,6 +11952,9 @@ msgstr "Espelhar repositório"
msgid "Mirror user"
msgstr "Espelhar usuário"
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr "Repositórios espelhados"
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr "Mais ações"
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr "Mais informações"
msgid "More information"
msgstr "Mais informações"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "Mais informações estão disponíveis|aqui"
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "Nome"
@@ -10130,6 +12108,9 @@ msgstr "Nomeie sua chave individual por meio de um título"
msgid "Name:"
msgstr "Nome:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr "Nomenclatura, visibilidade"
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "Ajuda"
@@ -10169,9 +12153,15 @@ msgstr "Novo aplicativo"
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "Novo Grupo"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr "Nova identidade"
@@ -10207,6 +12197,9 @@ msgstr "Novo branch"
msgid "New branch unavailable"
msgstr "Novo branch indisponível"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr "Nova identidade"
msgid "New issue"
msgstr "Nova issue"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr "Nova etiqueta"
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr "Sem etiqueta"
msgid "No Milestone"
msgstr "Nenhum marco"
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr "Nenhum dado encontrado"
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
-msgstr "Sem detalhes disponíveis"
+msgid "No deployments found"
+msgstr ""
msgid "No due date"
msgstr "Sem validade"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr "Nenhum erro para exibir."
@@ -10375,6 +12380,9 @@ msgstr "Sem estimativa de tempo gasto"
msgid "No file chosen"
msgstr "Nenhum arquivo escolhido"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr "Nenhum arquivo selecionado"
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr "Nenhum arquivo encontrado."
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr "Sem issues para o período de tempo selecionado."
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr "Nenhum resultado correspondente"
-msgid "No merge requests for the selected time period."
-msgstr "Sem merge requests para o período de tempo selecionado."
-
msgid "No merge requests found"
msgstr "Nenhum merge requests encontrado"
@@ -10426,18 +12428,18 @@ msgstr "Sem outras etiquetas com esse nome ou descrição"
msgid "No parent group"
msgstr ""
+msgid "No pods available"
+msgstr ""
+
msgid "No preview for this file type"
msgstr ""
-msgid "No prioritised labels with such name or description"
-msgstr "Sem etiquetas priorizadas com esse nome ou descrição"
+msgid "No prioritized labels with such name or description"
+msgstr ""
msgid "No public groups"
msgstr "Nenhum grupo público"
-msgid "No pushes for the selected time period."
-msgstr "Nenhum push para o período de tempo selecionado."
-
msgid "No repository"
msgstr "Nenhum repositório"
@@ -10462,6 +12464,21 @@ msgstr "Nenhum modelo"
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr "Não, importe diretamente os endereços de e-mail e nomes de usuários existentes."
@@ -10483,6 +12500,9 @@ msgstr "Nós"
msgid "None"
msgstr "Nenhum"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr "Nota: Considere pedir ao seu administrador do GitLab para configurar %{g
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "Nota: Considere pedir ao seu administrador do GitLab para configurar %{github_integration_link}, o que permitirá o login via GitHub e permitir a importação de repositórios sem gerar um Token de Acesso Pessoal."
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr "Nota"
@@ -10597,6 +12614,9 @@ msgstr "Novo merge request"
msgid "NotificationEvent|New note"
msgstr "Novo comentário"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "Reatribuir issue"
@@ -10648,6 +12668,9 @@ msgstr "Nov"
msgid "November"
msgstr "Novembro"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr "Ok, vamos lá"
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr "Começando"
@@ -10699,6 +12737,9 @@ msgstr "Uma vez removido, o relacionamento do fork não pode ser restaurando e v
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr "Quando o arquivo exportado estiver pronto, você receberá um e-mail de notificação com um link para download ou poderá fazer o download a partir desta página."
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] "Mais um item"
@@ -10707,6 +12748,9 @@ msgstr[1] "Mais %d itens"
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr "Um ou mais dos seus projetos do Bitbucket não podem ser importados diretamente no GitLab porque eles usam Subversion ou Mercurial para o controle de versão, ao invés de Git."
@@ -10716,12 +12760,18 @@ msgstr "Um ou mais dos seus projetos do Google Code não podem ser importados di
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr "Apenas administradores"
@@ -10743,9 +12793,6 @@ msgstr "Somente membros do projeto podem comentar."
msgid "Only project members will be imported. Group members will be skipped."
msgstr "Apenas membros do projeto serão importados. Membros do grupo serão ignorados."
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr "Somente usuários com um endereço de e-mail neste domínio podem ser adicionados ao grupo.<br>Exemplo:<code>gitlab.com</code>. Alguns domínios comuns não são permitidos. %{read_more_link}."
@@ -10791,6 +12838,9 @@ msgstr "Abrir barra lateral"
msgid "Open source software to collaborate on code"
msgstr "Software de código aberto para colaborar no código"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr "Aberto"
@@ -10839,6 +12889,9 @@ msgstr "O painel de operações fornece um resumo da integridade operacional de
msgid "Optional"
msgstr "Opcional"
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr "Opcionalmente, você pode %{link_to_customize} como os endereços de e-mail e nomes de usuários do FogBugz são importados para o GitLab."
@@ -10851,6 +12904,9 @@ msgstr "Opções"
msgid "Or you can choose one of the suggested colors below"
msgstr "Ou você pode escolher uma das cores sugeridas abaixo"
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "Outras etiquetas"
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr "Pedidos de saída"
@@ -10884,24 +12937,111 @@ msgstr "Possuído por mim"
msgid "Owner"
msgstr "Proprietário"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr "Informações do pacote"
msgid "Package was removed"
msgstr "O pacote foi removido"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr "Pacotes"
@@ -10917,9 +13057,6 @@ msgstr "Páginas"
msgid "Pages Domain"
msgstr "Domínio de páginas"
-msgid "Pages Domains"
-msgstr "Domínios de páginas"
-
msgid "Pages getting started guide"
msgstr "Guia de primeiros passos a Páginas"
@@ -10950,15 +13087,36 @@ msgstr "‹ Anterior"
msgid "Parameter"
msgstr "Parâmetro"
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr "Parte das mudanças do merge request"
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr "Senha"
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr "Atrasado"
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr "Caminho, transferir, remover"
msgid "Path:"
msgstr "Caminho:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "Pausar"
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr "Otimização de performance"
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11035,7 +13205,7 @@ msgid "PerformanceBar|SQL queries"
msgstr ""
msgid "PerformanceBar|trace"
-msgstr ""
+msgstr "rastro"
msgid "Permissions"
msgstr "Permissões"
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr "Cota de pipeline"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr "Gatilho de pipeline"
@@ -11169,7 +13342,7 @@ msgstr "Pipelines para a última semana"
msgid "Pipelines for last year"
msgstr "Pipelines para o último ano"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr "Construa com confiança"
msgid "Pipelines|CI Lint"
msgstr "CI Lint"
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr "Limpar cache dos Runners"
@@ -11226,9 +13402,15 @@ msgstr "Atualmente não há pipelines."
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr "Ocorreu um erro ao buscar os pipelines. Tente novamente daqui a pouco ou entre em contato com sua equipe de suporte."
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "Este projeto não está atualmente configurado para executar pipelines."
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr "Commit"
@@ -11358,8 +13540,8 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
-msgstr "Por favor, dê uma olhada no seu e-mail (%{email}) para verificar se você possui este endereço. Não recebeu um e-mail? %{resend_link}. Endereço de e-mail errado? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr ""
msgid "Please choose a group URL with no special characters."
msgstr "Por favor, escolha um URL de grupo sem caracteres especiais."
@@ -11409,9 +13591,18 @@ msgstr "Por favor, forneça um nome"
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr "Por favor, selecione um arquivo"
@@ -11433,6 +13624,9 @@ msgstr "Por favor, resolva o reCAPTCHA"
msgid "Please try again"
msgstr "Por favor, tente novamente"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr "Por favor, atualize o PostgreSQL para a versão 9.6 ou superior. O status da replicação não pode ser determinado de maneira confiável com a versão atual."
@@ -11448,6 +13642,12 @@ msgstr "Por favor, aguarde enquanto conectamos ao seu repositório. Atualize à
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "Por favor, aguarde enquanto importamos o repositório para você. Atualize à vontade."
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr "Exibir a hora no formato de 24 horas"
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr "Por exemplo: 30 mins atrás."
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr "Tema de navegação"
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr "Usar tempos relativos"
msgid "Press %{key}-C to copy"
msgstr "Pressione %{key}-C para copiar"
-msgid "Press Enter or click to search"
-msgstr "Pressione Enter ou clique para pesquisar"
-
msgid "Prevent adding new members to project membership within this group"
msgstr "Impede a adição de novos membros ao projeto pertencentes a este grupo"
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "Pré-visualizar"
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Perfil"
@@ -11802,6 +14053,9 @@ msgstr "O token de objeto estático foi redefinido com sucesso"
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr "Conte-nos sobre você em menos de 250 caracteres"
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "O tamanho máximo de arquivo permitido é de 200KB."
@@ -11943,6 +14197,9 @@ msgstr "O projeto '%{project_name}' está sendo importado."
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "O projeto '%{project_name}' está sendo excluído."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Projeto'%{project_name}' marcado para exclusão."
@@ -11952,12 +14209,21 @@ msgstr "Projeto '%{project_name}' criado com sucesso."
msgid "Project '%{project_name}' was successfully updated."
msgstr "Projeto '%{project_name}' atualizado com sucesso."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "Selos de projeto"
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr "ID do projeto"
@@ -11967,8 +14233,8 @@ msgstr "URL do projeto"
msgid "Project access must be granted explicitly to each user."
msgstr "Acesso ao projeto deve ser concedido explicitamente para cada usuário."
-msgid "Project already created"
-msgstr "Projeto já criado"
+msgid "Project already deleted"
+msgstr ""
msgid "Project and wiki repositories"
msgstr "Repositórios do projeto e wiki"
@@ -11988,6 +14254,9 @@ msgstr "Descrição do projeto (opcional)"
msgid "Project details"
msgstr "Detalhes do projeto"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "A exportação do projeto não pôde ser excluída."
@@ -12012,6 +14281,21 @@ msgstr "Membros do projeto"
msgid "Project name"
msgstr "Nome do projeto"
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr "Slug do projeto"
@@ -12093,6 +14377,12 @@ msgstr "%{service_title}: status desligado"
msgid "ProjectService|%{service_title}: status on"
msgstr "%{service_title}: status ligado"
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr "Integrações"
@@ -12126,27 +14416,57 @@ msgstr "Recursos adicionais de merge request que influenciam como e quando as me
msgid "ProjectSettings|All discussions must be resolved"
msgstr "Todas as discussões devem ser resolvidas"
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr "Resolver automaticamente discussões de diff do merge request quando elas se tornam desatualizadas"
msgid "ProjectSettings|Badges"
msgstr "Selos"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
-msgstr "Escolha seu método de merge, opções de merge e verificações de merge."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
-msgstr "Escolha seu método de merge, opções de merge, verificações de merge e configure um modelo de descrição padrão para merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "Contate um administrador para alterar essa configuração."
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr "Personalize os selos do seu projeto."
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr "Cada merge cria um commit de merge"
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr "Falha ao proteger a tag"
@@ -12159,9 +14479,27 @@ msgstr "Executar merge com fast-forward"
msgid "ProjectSettings|Fast-forward merges only"
msgstr "Merges com fast-forward apenas"
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr "Saiba mais sobre os selos."
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr "Verificações de merge"
@@ -12180,21 +14518,69 @@ msgstr "Opções de merge"
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr "Pipelines de merge vão tentar validar o resultado pós-merge antes de realizar o merge"
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr "Nenhum commit de merge foi criado"
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "Apenas para commits assinados pode-se fazer push para este repositório."
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr "Pipelines devem ter êxito"
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr "Pipelines precisam ser configurados para habilitar essa funcionalidade."
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr "Mostrar link para criar/ver merge request ao fazer push da linha de comando"
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr "Essa configuração está aplicada no nível do servidor, mas foi sobres
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "Essa configuração será aplicada a todos os projetos a menos que seja sobrescrita por um administrador."
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr "Isso determinará o histórico de commit quando você faz merge de uma merge request"
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "Usuários só podem fazer push para este repositório com commits que contenham um de seus e-mails verificados."
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr "Quando conflitos surgem, o usuários tem a opção de fazer rebase"
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ".NET Core"
@@ -12261,6 +14659,12 @@ msgstr "Páginas/HTML simples"
msgid "ProjectTemplates|Ruby on Rails"
msgstr "Ruby on Rails"
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr "Spring"
@@ -12276,6 +14680,9 @@ msgstr "Projetos (%{count})"
msgid "Projects Successfully Retrieved"
msgstr "Projetos obtidos com sucesso"
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Projetos compartilhados com %{group_name}"
@@ -12285,6 +14692,21 @@ msgstr "Projetos que pertencem a um grupo são prefixados com o namespace do gru
msgid "Projects to index"
msgstr "Projetos para indexar"
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr "Projetos com acesso de gravação"
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr "Aguardando sua primeira implantação em um ambiente para encontrar mét
msgid "Promote"
msgstr "Promover"
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr "Não me mostre isso novamente"
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "Epics permitem que você gerencie seu portfólio de projetos com mais eficiência e com menos esforço rastreando grupos de issues que compartilham um tema, entre projetos e marcos."
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr "Esse recurso está bloqueado."
msgid "Promotions|Upgrade plan"
msgstr "Aprimorar plano"
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr "Ambientes Protegidos"
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} poderá ser editado por desenvolvedores. Tem certeza disso?"
@@ -12690,12 +15172,18 @@ msgstr "Trimestres"
msgid "Query"
msgstr "Consulta"
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr "A consulta é válida"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Ações rápidas podem ser usadas nas descrições das issues e nas caixas de comentário."
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr "README"
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "Leia mais"
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr "Pesquisas recentes"
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr "Redirecionar para provedor SAML para testar configuração"
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr "Referência:"
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr "Padrão Regex"
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr "Registrar"
@@ -12794,11 +15303,11 @@ msgstr "Registrar dispositivo U2F"
msgid "Register Universal Two-Factor (U2F) Device"
msgstr "Registrar dispositivo de Dois Fatores Universal (U2F)"
-msgid "Register and see your runners for this group."
-msgstr "Registre-se e veja seus runners para este grupo."
+msgid "Register for GitLab"
+msgstr ""
-msgid "Register and see your runners for this project."
-msgstr "Registre-se e veja seus runners para este projeto."
+msgid "Register now"
+msgstr ""
msgid "Register with two-factor app"
msgstr "Registre-se com aplicativo de dois fatores"
@@ -12827,11 +15336,37 @@ msgstr "Issues relacionadas"
msgid "Related merge requests"
msgstr "Merge requests relacionados"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr "Versões"
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
-msgstr "As versões marcam pontos específicos no histórico de desenvolvimento de um projeto, comunicam informações sobre o tipo de mudança e fornecem versões preparadas, muitas vezes compiladas do software para serem reutilizadas em outro lugar. Atualmente, as versões só podem ser criadas por meio da API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr ""
msgid "Remember me"
msgstr ""
@@ -12899,15 +15434,24 @@ msgstr "Remover grupo"
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr "Remover prioridade"
msgid "Remove project"
msgstr "Remover projeto"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr "A remoção do grupo fará com que todos os projetos e recursos filhos sejam removidos."
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr "Repositório por URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr "Reportando"
@@ -13136,8 +15695,8 @@ msgstr "O repositório não possui bloqueios."
msgid "Repository maintenance"
msgstr "Manutenção do repositório"
-msgid "Repository mirror"
-msgstr "Espelhamento do repositório"
+msgid "Repository mirroring"
+msgstr ""
msgid "Repository static objects"
msgstr ""
@@ -13146,7 +15705,7 @@ msgid "Repository storage"
msgstr "Armazenamento do Repositório"
msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
-msgstr ""
+msgstr "Repositório: %{counter_repositories} / Wikis: %{counter_wikis} / Artefatos de compilação: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
msgid "RepositorySettingsAccessLevel|Select"
msgstr "Selecionar"
@@ -13154,9 +15713,18 @@ msgstr "Selecionar"
msgid "Request Access"
msgstr "Solicitar acesso"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr "Solicitado %{time_ago}"
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr "Solicita Perfis"
@@ -13169,18 +15737,12 @@ msgstr "Exigir que todos os usuários deste grupo configurem a autenticação de
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Exija que todos os usuários aceitem Termos de Serviço e Política de Privacidade quando acessarem o GitLab."
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr "Exigir senha do usuário para aprovar"
msgid "Require users to prove ownership of custom domains"
msgstr "Exigir que os usuários comprovem a propriedade de domínios personalizados"
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr "Redefinir a chave de autorização invalidará a chave anterior. As configurações de alerta existentes terão de ser atualizadas com a nova chave."
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr "Métricas de resposta (NGINX)"
msgid "Restart Terminal"
msgstr "Reiniciar terminal"
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr "Continuar"
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr "Tentar novamente"
@@ -13325,9 +15902,21 @@ msgstr "Reverter esse merge request"
msgid "Review"
msgstr "Revisar"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "Revise o processo de configuração de provedores de serviços em seu provedor de identidade - nesse caso, o GitLab é o \"provedor de serviços\" ou a \"terceiro\"."
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "Revisão"
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr "Roadmap"
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr "Executar pipelines CI/CD para repositórios externos"
@@ -13400,6 +15995,9 @@ msgstr "Runners de API"
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Os corredores podem ser colocados em usuários, servidores e até mesmo em sua máquina local."
@@ -13436,6 +16034,9 @@ msgstr "SAML SSO para %{group_name}"
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,17 +16046,23 @@ msgstr "Chaves SSH"
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr "Chaves SSH do host"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr "Chave SSH pública"
-msgid "SSL Verification"
-msgstr "Verificação SSL"
+msgid "SSL Verification:"
+msgstr ""
msgid "Saturday"
msgstr "Sábado"
@@ -13481,12 +16088,18 @@ msgstr "Salvar alterações antes de testar"
msgid "Save comment"
msgstr "Salvar comentário"
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr "Salvar senha"
msgid "Save pipeline schedule"
msgstr "Salvar agendamento da pipeline"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr "Salvar variáveis"
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr "Pesquisar"
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr "Pesquise por projetos, issues, etc."
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr "Pesquisar forks"
@@ -13592,6 +16211,9 @@ msgstr "Pesquisar marcos"
msgid "Search or filter results..."
msgstr "Pesquisar ou filtrar resultados..."
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr "Pesquise ou pule para…"
@@ -13610,6 +16232,9 @@ msgstr "Procurar usuários"
msgid "Search users or groups"
msgstr "Procurar usuários ou grupos"
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr "Pesquisar nos seus projetos"
@@ -13643,11 +16268,17 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
-msgstr "Mostrando %{from} - %{to} de %{count} %{scope} para \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
msgstr ""
@@ -13722,6 +16353,9 @@ msgstr "Segurança"
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr "Painel de segurança"
@@ -13755,6 +16389,9 @@ msgstr "Ignorar vulnerabilidade"
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr "Ocorreu um erro ao reverter este descarte."
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
+msgstr ""
+
+msgid "Security dashboard"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr "O painel de segurança exibe o último relatório de segurança. Use-o para encontrar e corrigir vulnerabilidades."
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr "Monitorar vulnerabilidades no seu código"
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "Pipeline %{pipelineLink} acionado"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr "Ver métricas"
@@ -13842,6 +16545,9 @@ msgstr "Selecione o projeto GitLab para vincular com sua equipe Slack"
msgid "Select Page"
msgstr "Selecionar Página"
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr "Selecione um arquivo da barra lateral na esquerda para começar a editar. Depois, você poderá fazer commit das suas alterações."
@@ -13869,6 +16575,9 @@ msgstr "Selecione um repositório"
msgid "Select a template repository"
msgstr "Selecione um repositório de modelos"
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "Selecionar fuso horário"
@@ -13878,6 +16587,9 @@ msgstr "Selecionar todos"
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "Selecione um cluster existente do Kubernetes ou crie um novo"
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr "Selecionar o branch/tag"
@@ -13920,6 +16632,9 @@ msgstr "Selecionar branch de destino"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr "Selecione o branch que você deseja definir como o padrão para este projeto. Todas os merges requests e commits serão feitos automaticamente nesse branch, a menos que você especifique um diferente."
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr "Selecione o grupo de origem dos modelos customizados de projeto."
@@ -13929,12 +16644,54 @@ msgstr "Selecionar período"
msgid "Select user"
msgstr "Selecionar usuário"
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr "Os níveis selecionados não podem ser usados por usuários não administradores para grupos, projetos ou snippets. Se o nível público for restrito, os perfis de usuário só serão visíveis para usuários conectados."
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr "A seleção de um usuário do GitLab adicionará um link para o usuário do GitLab nas descrições de issues e comentários (por exemplo, \"Por <a href=\"#\">@johnsmith</a>\"). Isto também associará e/ou atribuirá esses issues e comentários ao usuário selecionado."
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr "Enviar uma notificação de e-mail separada para os desenvolvedores."
@@ -13953,6 +16710,9 @@ msgstr "Enviar dados de uso"
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "Set"
@@ -14007,8 +16767,8 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
-msgstr "Copiar URL para a área de transferência"
+msgid "ServerlessURL|Copy URL"
+msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
msgstr ""
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr "Balcão de Atendimento"
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr "Modelos de serviço"
@@ -14061,7 +16830,7 @@ msgstr "Duração da sessão (minutos)"
msgid "Session expiration, projects limit and attachment size."
msgstr "Expiração de sessão, limite de projetos e tamanho de anexo."
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr "Configure seu projeto para fazer push e/ou pull de um repositório para outro automaticamente. Branches, tags e commits serão sincronizados automaticamente."
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr "Configurações"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "Compartilhar"
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr "Mostrar todas as atividades"
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr "Mostrar projetos arquivados"
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr "Mostrar a versão mais recente"
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr "Mostrar páginas acima"
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "Mostrando %d evento"
msgstr[1] "Mostrando %d eventos"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr "Mostrando os últimos %{size} de log -"
@@ -14324,9 +17117,6 @@ msgstr "Entrar usando o cartão inteligente"
msgid "Sign in via 2FA code"
msgstr "Entrar via código da A2F"
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr "Entre com logon único"
@@ -14381,9 +17171,6 @@ msgstr "Issues semelhantes"
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr "Tamanho"
@@ -14393,9 +17180,18 @@ msgstr "Configurações de tamanho e domínio para sites estáticos"
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr "Ignorar isso por hora"
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr "Aplicativo Slack"
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr "Algo deu errado ao alternar o botão"
msgid "Something went wrong while adding your award. Please try again."
msgstr "Algo deu errado ao adicionar seu prêmio. Por favor, tente novamente."
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr "Algo deu errado ao fechar o %{issuable}. Por favor, tente novamente depois"
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr "Algo deu errado ao recuperar a lista de %{listType}"
msgid "Something went wrong while fetching comments. Please try again."
msgstr "Algo deu errado ao buscar os comentários. Por favor, tente novamente."
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Algo deu errado ao obter as contribuições de membro do grupo"
msgid "Something went wrong while fetching latest comments."
msgstr "Algo deu errado ao obter os comentários mais recentes."
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr "Algo deu errado ao buscar os ambientes para esse merge request. Por favor, tente novamente."
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr "Algo deu errado ao recuperar os projetos."
msgid "Something went wrong while fetching the registry list."
msgstr "Algo deu errado ao recuperar a lista de registro."
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr "Alguma coisa deu errado ao reabrir o %{issuable}. Por favor, tente novamente depois"
@@ -14543,9 +17363,15 @@ msgstr "Algo deu errado ao resolver essa discussão. Por favor, tente novamente.
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr "Algo deu errado, incapaz de adicionar %{project} ao dashboard"
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr "Algo deu errado, não foi possível obter os projetos"
@@ -14678,6 +17504,9 @@ msgstr "Popularidade"
msgid "SortOptions|Priority"
msgstr "Prioridade"
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr "Iniciar mais tarde"
msgid "SortOptions|Start soon"
msgstr "Iniciar mais próximo"
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr "Peso"
@@ -14723,6 +17558,51 @@ msgstr "Origem não está disponível"
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "Logs de spam"
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr "Squash commits"
+msgid "Stack trace"
+msgstr "Stack trace"
+
msgid "Stage"
msgstr "Colocar na lista para commit"
@@ -14756,8 +17639,11 @@ msgstr "Colocar na lista para commit e fazer commit"
msgid "Stage all changes"
msgstr "Colocar tudo na lista para commit"
-msgid "Stage changes"
-msgstr "Mudanças na lista de commit"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
msgstr "Na lista para commit"
@@ -14807,7 +17693,7 @@ msgstr "Iniciar Terminal Web"
msgid "Start a %{new_merge_request} with these changes"
msgstr "Iniciar um %{new_merge_request} a partir dessas alterações"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr "Iniciar sua avaliação"
@@ -14879,6 +17771,9 @@ msgstr "Começa em (UTC)"
msgid "State your message to activate"
msgstr "Regitre sua mensagem para ativar"
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr "Parando..."
msgid "Storage"
msgstr "Armazenamento"
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr "Armazenamento:"
msgid "StorageSize|Unknown"
msgstr "Desconhecido"
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr "Permitido criar subgrupos"
@@ -14942,6 +17843,9 @@ msgstr "Subgrupos e projetos"
msgid "Subkeys"
msgstr "Subchaves"
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Enviar como spam"
@@ -14957,6 +17861,12 @@ msgstr "Enviar análise"
msgid "Submit search"
msgstr "Buscar"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "Inscrever-se"
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr "Cobrança"
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,8 +18014,8 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
-msgstr "Sugira alterações de código que são aplicadas imediatamente. Experimente!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
msgid "Suggested change"
msgstr ""
@@ -15152,6 +18086,12 @@ msgstr "Laranja muito pálido"
msgid "Suggestions:"
msgstr "Sugestões:"
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr "Domingo"
@@ -15170,7 +18110,7 @@ msgstr "Trocar branch/tag"
msgid "Switch to GitLab Next"
msgstr "Mudar para GitLab Next"
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr "Tag"
msgid "Tag list:"
msgstr "Lista de tags:"
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,8 +18215,8 @@ msgstr "Novo tag"
msgid "TagsPage|New tag"
msgstr "Novo tag"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "Opcionalmente, adicionar a mensagem à essa tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "Opcionalmente, adicionar release notes à tag. Eles serão armazenados no banco de dados do GitLab e mostrado na página de tags."
@@ -15308,18 +18251,33 @@ msgstr "protegido"
msgid "Target Branch"
msgstr "Branch de destino"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "Branch de destino"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "Equipe"
msgid "Team domain"
msgstr "Domínio da equipe"
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr "Modelo"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "Modelos"
@@ -15338,8 +18296,8 @@ msgstr "Contrato de Termos de Serviço e Política de Privacidade"
msgid "Terms of Service and Privacy Policy"
msgstr "Termos de Serviço e Política de Privacidade"
-msgid "Test SAML SSO"
-msgstr "Teste de SSO SAML"
+msgid "Test"
+msgstr ""
msgid "Test coverage parsing"
msgstr "Análise de cobertura de teste"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr "Obrigado! Não me mostre isso novamente"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "O Advanced Global Search no GitLab é um poderoso serviço de pesquisa que economiza seu tempo. Em vez de criar código duplicado e perder tempo, você pode agora procurar código dentro de outras equipes que podem ajudar seu próprio projeto."
@@ -15409,6 +18400,12 @@ msgstr "O Rastreador de Issue é o lugar para adicionar coisas que precisam ser
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "O Rastreador de Issue é o lugar para adicionar coisas que precisam ser melhoradas ou resolvidas em um projeto. Você pode se registrar ou entrar para criar issues para este projeto."
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "O Certificado X509 a ser usado quando o TLS mútuo é necessário para se comunicar com o serviço de autorização externa. Se deixado em branco, o certificado do servidor ainda será validado ao acessar por HTTPS."
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr "O realçador de caracteres ajuda a manter a linha de assunto com %{titleLength} caracteres e quebra a linha do corpo em %{bodyLength} para que sejam legíveis no git."
@@ -15427,12 +18427,27 @@ msgstr "A etapa de codificação mostra o tempo desde a entrega do primeiro comm
msgid "The collection of events added to the data gathered for that stage."
msgstr "A coleção de eventos adicionados aos dados coletados para essa etapa."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "A conexão expirará após %{timeout}. Para repositórios que demoram mais tempo, use a combinação clone/push."
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr "Os seguintes itens NÃO serão exportados:"
msgid "The following items will be exported:"
msgstr "Os seguintes itens serão exportados:"
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr "O relacionamento como fork foi removido."
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "A senha necessária para descriptografar a chave privada. Isso é opcional e o seu valor é criptografado."
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "O caminho para o arquivo de configuração de CI. O padrão é <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
msgid "The phase of the development lifecycle."
msgstr "A fase do ciclo de vida do desenvolvimento."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr "Os agendamentos de pipelines rodam pipelines no futuro, de forma repetida, para branchs ou tags específicas. Esses agendamentos de pipeline terão acesso limitado com base no seu usuário associado."
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "Não existe repositório para este projeto."
@@ -15622,18 +18657,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "A etapa de homologação mostra o tempo entre o aceite da solicitação de incorporação e a implantação do código no ambiente de produção. Os dados serão automaticamente adicionados depois que você implantar em produção pela primeira vez."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "A etapa de testes mostra o tempo que o GitLab CI leva para executar cada pipeline para a solicitação de incorporação associada. Os dados serão automaticamente adicionados após a conclusão do primeiro pipeline."
msgid "The time taken by each data entry gathered by that stage."
msgstr "O tempo necessário por cada entrada de dados reunida por essa etapa."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr "O mapa do usuário é um documento JSON que mapeia os usuários do Googl
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "O mapa do usuário é um mapeamento dos usuários do FogBugz que participaram de seus projetos para a maneira como seus endereços de e-mail e nomes de usuários serão importados para o GitLab. Você pode alterar isso preenchendo a tabela abaixo."
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr "Não há mudanças na lista para commit"
msgid "There are no unstaged changes"
msgstr "Não há mudanças fora da lista para commit"
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr "Já existe um repositório com esse nome no disco"
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr "Houve um problema de comunicação com o seu dispositivo."
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr "Erro ao carregar calendário de atividades."
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr "Erro ao salvar suas configurações de notificação."
msgid "There was an error subscribing to this label."
msgstr "Erro ao se inscrever nessa etiqueta."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr "Erro ao se anular a inscrição dessa etiqueta."
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr "Eles podem ser gerenciados usando o %{link}."
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr "Esse container registry foi agendado para exclusão."
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "Essa data é posterior à data de vencimento, portanto, esse épico não será exibido no planejamento."
@@ -15883,10 +18966,16 @@ msgstr "Esse diretório"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,11 +19029,14 @@ msgstr "Essa issue é confidencial"
msgid "This issue is locked."
msgstr "Essa issue está bloqueada."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "Esta tarefa depende das tarefas do upstream que precisam ser bem-sucedidos para que essa tarefa seja acionada"
msgid "This job does not have a trace."
-msgstr "Esta tarefa não possui um traço."
+msgstr "Esta tarefa não possui rastreamento."
msgid "This job has been canceled"
msgstr "Esta tarefa foi cancelada"
@@ -15958,21 +19050,36 @@ msgstr "Esta tarefa ainda não foi acionada"
msgid "This job has not started yet"
msgstr "Essa tarefa ainda não começou"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr "Esta tarefa é um deploy desatualizado para o ambiente %{environmentLink}."
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
-msgstr "Esta tarefa é um deploy desatualizado para o ambiente %{environmentLink}. Confira os deploys mais recentes %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr "Esta tarefa foi arquivada. Apenas um pipeline completo pode ser repetido."
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
-msgstr "Esta tarefa está criando um deploy para %{environmentLink} e substituirá o %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr "Esta tarefa está criando um deploy para %{environmentLink}."
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "Esta tarefa está em estado pendente e está esperando para ser escolhido por um runner"
@@ -15988,8 +19095,8 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
-msgstr "Essa tarefa é o deploy mais recente para %{link}."
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
msgstr "Essa tarefa exige uma ação manual"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "Esta opção está desativada porque você não tem permissões de escrita para o branch atual"
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "Esta página não está disponível porque você não tem permissão para ler informações de vários projetos."
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "Este projeto"
@@ -16039,6 +19155,15 @@ msgstr "Este projeto ainda não tem uma página inicial na wiki"
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr "Este projeto não possui faturamento ativado. Para criar um cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">ative o faturamento <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> e tente novamente."
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr "Este repositório"
@@ -16051,12 +19176,12 @@ msgstr "Este Runner somente será executado em Pipelines acionados em branches p
msgid "This setting can be overridden in each project."
msgstr "Essa configuração pode ser substituída em cada projeto."
-msgid "This setting will override user notification preferences for all project members."
-msgstr ""
-
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Essa configuração atualizará o hostname usado para gerar e-mails de commit privados. %{learn_more}"
+msgid "This subscription is for"
+msgstr ""
+
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
msgstr ""
@@ -16078,12 +19203,66 @@ msgstr "Esse usuário será o autor de todos os eventos no feed de atividades qu
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
-msgstr "Isto irá remover o relacionamento de fork para o projeto de origem"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr "Esses e-mails se tornam automaticamente issues (com os comentários se tornando a conversa por e-mail) listados aqui."
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr "Quinta-feira"
@@ -16276,9 +19455,6 @@ msgstr "agora"
msgid "Timeago|right now"
msgstr "agora mesmo"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr "Tempo limite"
@@ -16307,6 +19483,9 @@ msgstr "Título:"
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16446,7 +19625,7 @@ msgid "Toggle Sidebar"
msgstr "Alternar barra lateral"
msgid "Toggle backtrace"
-msgstr ""
+msgstr "Alternar backtrace"
msgid "Toggle collapse"
msgstr ""
@@ -16499,6 +19678,12 @@ msgstr "Amanhã"
msgid "Too many changes to show."
msgstr "Alterações demais para mostrar."
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr "Tópicos"
@@ -16508,18 +19693,24 @@ msgstr "Total"
msgid "Total Contributions"
msgstr "Contribuições totais"
-msgid "Total Time"
-msgstr "Tempo Total"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "Tempo de teste total para todos os commits/merges"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr "Total: %{total}"
+msgid "Trace"
+msgstr "Rastreamento"
+
msgid "Tracing"
msgstr "Rastreamento"
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr "Transferir projeto"
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr "O projeto não pode ser transferido porque as tags estão presentes em s
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr "Um projeto com o mesmo nome ou caminho no namespace de destino já existe"
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr "A transferência falhou, por favor contate um administrador."
@@ -16580,6 +19780,9 @@ msgstr "Visão em árvore"
msgid "Trending"
msgstr "Mais populares"
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "Pipelines de disparo para atualizações de espelho"
@@ -16607,8 +19810,8 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "Os gatilhos podem forçar uma build numa branch ou tag específica através da API. Esses tokens representarão seu usuário associado, incluindo seu acesso a projetos e suas permissões de projeto."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Solucionar problemas e monitorar sua aplicação com rastreamento"
@@ -16664,6 +19867,9 @@ msgstr "Autenticação de dois fatores"
msgid "Type"
msgstr "Tipo"
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr "Dispositivos U2F (%{length})"
@@ -16676,24 +19882,39 @@ msgstr "URL"
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr "Não foi possível conectar ao servidor Prometheus"
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr "Não é possível carregar o diff. %{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr "Desarquivar projeto"
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr "Desconhecido"
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr "Retirar da lista para commit"
msgid "Unstage all changes"
msgstr "Retirar tudo da lista para commit"
-msgid "Unstage changes"
-msgstr "Retirar mudanças da lista de commit"
-
msgid "Unstaged"
msgstr "Fora da lista de commit"
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "Não verificado"
@@ -16886,6 +20110,9 @@ msgstr "Atualizado"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Atualizado em %{updated_at} por %{updated_by}"
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr "Aprimore seu plano para ativar a Análise de Contribuição."
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Aprimore seu plano para ativar os Webhooks de Grupo."
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "Faça upgrade de plano para ativar o peso nas Issues."
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "Faça upgrade de plano para melhorar os painéis."
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr "Enviar arquivo"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr "Upstream"
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr "Votos positivos"
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "Use marcos de grupo para gerenciar issues de vários projetos no mesmo marco."
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr "Use uma linha por URI"
@@ -17060,6 +20290,9 @@ msgstr "Utilizado pelos membros para entrar em seu grupo no GitLab"
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr "Mapa do usuário"
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr "Configurações do usuário"
@@ -17162,7 +20398,7 @@ msgstr "Tour guiado do GitLab"
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr "Convide colegas"
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr "Reiniciar esta etapa"
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr "Atividade"
msgid "UserProfile|Already reported for abuse"
msgstr "Já denunciado por abuso"
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr "Projetos contribuídos"
@@ -17318,6 +20560,9 @@ msgstr "Este usuário não contribuiu para nenhum projeto"
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr "Ver tudo"
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr "Usuários"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,14 +20674,26 @@ msgstr ""
msgid "Verified"
msgstr "Verificado"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr "Versão"
msgid "Very helpful"
msgstr "Muito útil"
-msgid "View app"
-msgstr "Exibir aplicativo"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr "Ver detalhes de dependências para seu projeto"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr "Ve lista de épicos"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr "Ver arquivo @ "
@@ -17459,8 +20727,8 @@ msgstr ""
msgid "View group labels"
msgstr "Visualizar etiquetas de grupo"
-msgid "View in Sentry"
-msgstr "Visualizar no Sentry"
+msgid "View issue"
+msgstr ""
msgid "View it on GitLab"
msgstr "Ver no GitLab"
@@ -17468,7 +20736,7 @@ msgstr "Ver no GitLab"
msgid "View job"
msgstr "Ver tarefa"
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr "Visualizar log"
msgid "View open merge request"
msgstr "Ver merge request aberto"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "Ver etiquetas de projeto"
@@ -17492,6 +20763,9 @@ msgstr "Ver arquivo substituído @ "
msgid "View the documentation"
msgstr "Ver a documentação"
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr "Vendo commit"
@@ -17534,19 +20808,16 @@ msgstr "%{stepStart}Etapa 1%{stepEnd}. Copie o seguinte script:"
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr "Vulnerabilidades"
msgid "Vulnerabilities over time"
msgstr "Vulnerabilidades ao longo do tempo"
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr "Classe"
@@ -17612,7 +20886,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr "Gravidade"
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17621,10 +20898,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "Precisa visualizar os dados? Solicite acesso ao administrador."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr "Não conseguimos encontrar um épico que corresponde ao que você está procurando."
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr "Detectamos spam potencial no %{humanized_resource_name}. Por favor, reso
msgid "We don't have enough data to show this stage."
msgstr "Esta etapa não possui dados suficientes para exibição."
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "Queremos ter certeza de que é você, confirme que você não é um robô."
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "IDE Web"
@@ -17681,6 +20964,15 @@ msgstr "Peso"
msgid "Weight %{weight}"
msgstr "Peso %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr "Bem-vindo ao Visita Guiada ao GitLab"
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Quando um runner está bloqueado, não pode ser atribuído a outros projetos"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "Quando ativado, os usuários não podem usar o GitLab até que os termos tenham sido aceitos."
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr "Quando:"
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr "Auxiliares brancos fornecem informações contextuais."
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr "Quem pode ver esse grupo?"
@@ -17872,6 +21182,9 @@ msgstr "Com a análise de contribuições, você pode ter uma visão geral da at
msgid "Withdraw Access Request"
msgstr "Remover Requisição de Acesso"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Escreva a descrição do marco..."
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,8 +21245,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "Você irá remover %{project_full_name}. O projeto removido NÃO PODE ser restaurado! Tem certeza ABSOLUTA?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Você está prestes a remover a relação de fork do projeto original %{forked_from_project}. Você tem CERTEZA disso?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Você irá transferir %{project_full_name} para outro proprietário. Tem certeza ABSOLUTA?"
@@ -17938,6 +21254,9 @@ msgstr "Você irá transferir %{project_full_name} para outro proprietário. Tem
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr "Você está agora se passando por %{username}"
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Você pode facilmente contribuir para eles pedindo para se juntar nesses grupos."
@@ -18019,6 +21353,9 @@ msgstr "Você pode resolver o conflito de merge usando o modo Interativo, escolh
msgid "You can see your chat accounts."
msgstr "Você pode ver suas contas de bate-papo."
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr "Você pode configurar tarefas para só usar os runners com tags específicas. Separe tags com vírgulas."
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr "Você pode testar o seu .gitlab-ci.yml no %{linkStart}CI Lint%{linkEnd}."
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "Você deve aceitar nossos Termos de Serviço e política de privacidade para registrar uma conta"
@@ -18142,6 +21491,12 @@ msgstr "Você deve fornecer uma senha atual válida"
msgid "You must provide your current password in order to change it."
msgstr "Você deve fornecer sua senha atual para alterá-la."
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr "Você precisa de uma licença diferente para ativar o recurso FileLocks"
@@ -18205,12 +21560,21 @@ msgstr "Você não conseguirá fazer pull ou push no projeto via SSH até que a
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Você não poderá fazer push ou pull do código via SSH enquanto não adicionar sua chave SSH no seu perfil"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "Você precisará usar nomes de branch diferentes para obter uma comparação válida."
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr "Você está recebendo este e-mail porque %{reason}."
-
msgid "You're receiving this email because of your account on %{host}."
msgstr "Você está recebendo este e-mail devido à sua conta no %{host}."
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "Você está recebendo este e-mail devido à sua conta no %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "Seus Grupos"
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr "Suas alterações foram salvas"
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr "Seu comentário não pôde ser enviado! Por favor, verifique sua conexão de rede e tente novamente."
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr "Seu comentário não pôde ser atualizado! Por favor, verifique sua conexão de rede e tente novamente."
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr "um usuário excluído"
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr "adicionado %{created_at_timeago}"
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr "entre outras coisas"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "nome da branch"
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr "%{linkStartTag}Saiba mais sobre a Verificação de Dependência %{linkEn
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr "%{linkStartTag}Saiba mais sobre o SAST %{linkEndTag}"
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr "%{namespace} é afetado por %{vulnerability}."
@@ -18494,14 +21902,6 @@ msgstr "%{reportType} %{status} não detectou vulnerabilidades"
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr "%{reportType} %{status} não detectou vulnerabilidades para somente o branch origem"
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] "%{reportType} detectou %{vulnerabilityCount} vulnerabilidade"
-msgstr[1] "%{reportType} detectou %{vulnerabilityCount} vulnerabilidades"
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr "%{reportType} não detectou vulnerabilidades"
-
msgid "ciReport|%{reportType} is loading"
msgstr "%{reportType} está carregando"
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "Classe"
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr "Ocorreu um erro ao descartar a vulnerabilidade. Por favor, tente novamente."
-msgid "ciReport|There was an error loading DAST report"
-msgstr "Ocorreu um erro ao carregar o relatório DAST"
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "Ocorreu um erro ao carregar o relatório SAST"
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "Ocorreu um erro ao carregar o relatório de verificação do contêiner"
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "Ocorreu um erro ao carregar o relatório de verificação de dependência"
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr "Houve um erro ao reverter o descarte. Por favor, tente novamente."
@@ -18735,6 +22126,9 @@ msgstr "Você está prestes a ligar a confidencialidade. Isso significa que apen
msgid "connecting"
msgstr "conectando"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "não foi possível ler a chave privada, a senha está correta?"
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "dia"
msgstr[1] "dias"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr "desabilitado"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "concluído"
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr "para este projeto"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr "de"
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr "não é um certificado X509 válido."
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr "versão mais recente"
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "bloqueador por %{path_lock_user_name} %{created_at}"
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "merge request"
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr "%{metricsLinkStart} Memória %{metricsLinkEnd} uso %{emphasisStart} aume
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "%{metricsLinkStart} Memória %{metricsLinkEnd} uso é %{emphasisStart} inalterado %{emphasisEnd} em %{memoryFrom}MB"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,8 +22455,8 @@ msgstr "Cancelar merge automático"
msgid "mrWidget|Check out branch"
msgstr "Checkout branch"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "Verificando a capacidade de merge automaticamente"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr "Se o branch %{branch} existir em seu repositório local, você poderá f
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Se o branch %{missingBranchName} existir em seu repositório local, você poderá fazer merge request manualmente usando a linha de comando"
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr "Carregando estatísticas de implantação"
@@ -19253,6 +22686,9 @@ msgstr "n/a"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "novo merge request"
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr "senha"
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr "ações rápidas"
msgid "register"
msgstr "registrar"
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] "respostas"
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr "mostrar menos"
@@ -19413,6 +22876,9 @@ msgstr "%{slash_command} irá atualizar a soma do tempo gasto."
msgid "started"
msgstr "iniciado"
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "este documento"
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "com %{additions} adições, %{deletions} remoções."
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "dentro de %d minuto "
-msgstr[1] "dentro de %d minutos "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/pt_PT/gitlab.po b/locale/pt_PT/gitlab.po
index 35bd1b54abb..213a84dc9f7 100644
--- a/locale/pt_PT/gitlab.po
+++ b/locale/pt_PT/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: pt-PT\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:11\n"
+"PO-Revision-Date: 2020-01-22 09:25\n"
msgid " (from %{timeoutSource})"
msgstr " (de %{timeoutSource})"
@@ -52,15 +51,18 @@ msgstr " ou "
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
-msgstr " ou <#epic id>"
-
msgid " or <#issue id>"
msgstr " ou <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d comentário"
@@ -94,10 +96,10 @@ msgid_plural "%d exporters"
msgstr[0] "%d exportador"
msgstr[1] "%d exportadores"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d resultado do teste falhou"
-msgstr[1] "%d resultados do teste falharam"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] "mais %d comentário"
msgstr[1] "mais %d comentários"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] "%d fase alterada"
msgstr[1] "%d fases alteradas"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d fase não alterada"
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} autorizou %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr "mais %{count}"
msgid "%{count} more assignees"
msgstr "mais %{count} responsáveis"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} de %{required} aprovações de %{name}"
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] "%{count} comentário pendente"
msgstr[1] "%{count} comentários pendentes"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,8 +272,8 @@ msgstr "%{filePath} apagado"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "mais %{firstLabel} +%{labelCount}"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} não foi encontrado neste envio"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Grupos%{group_docs_link_end} permitem-te gerir e colaborar em vários projetos. Os membros de um grupo têm acesso a todos os teus projetos."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} será removido! Tens a certeza?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} indisponível"
@@ -268,6 +308,9 @@ msgstr "%{level_name} não é permitido uma vez que o projeto de origem do fork
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}Lê mais%{link_end} sobre as permissões de função"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr "%{number_commits_behind} envios atrás %{default_branch}, %{number_commi
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% completado"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr "%{service_title} ativado."
@@ -322,6 +382,18 @@ msgstr "%{size} bytes"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} foi enviado ao Akismet com sucesso."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} épicos"
@@ -338,6 +410,11 @@ msgstr[1] "%{strong_start}%{commit_count}%{strong_end} Envios"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} Ficheiros"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Tag"
@@ -346,6 +423,18 @@ msgstr[1] "%{strong_start}%{tag_count}%{strong_end} Tags"
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files}"
@@ -360,6 +449,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "Alterações de %{title}"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} fases não alteradas e %{staged} fases alteradas"
@@ -434,12 +532,22 @@ msgstr "+ mais %{extraOptionCount}"
msgid ", or "
msgstr ", ou "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr "- O executador está ativo e pode processar novos trabalhos"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- O executador está em pausa e não receberá nenhum trabalho novo"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr "- mostrar menos"
@@ -472,18 +580,30 @@ msgstr[0] "1 pedido de mesclagem encerrado"
msgstr[1] "%{merge_requests} pedidos de mesclagem encerrados"
msgid "1 day"
-msgstr "1 dia"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 grupo"
msgstr[1] "%d grupos"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "1 pedido de mesclagem mesclado"
msgstr[1] "%{merge_requests} pedidos de mesclagem mesclados"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "1 problema aberto"
@@ -521,9 +641,18 @@ msgstr "10-19 contribuições"
msgid "1st contribution!"
msgstr "1ª contribuição!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29 contribuições"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "A2F"
@@ -536,12 +665,18 @@ msgstr "3 dias"
msgid "3 hours"
msgstr "3 horas"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 minutos"
msgid "30+ contributions"
msgstr "30+ contribuições"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "Entra em contacto com o teu administrador do GitLab para obter permissão."
@@ -557,9 +692,15 @@ msgstr "Página Não Encontrada"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "Por favor, contacta o teu administrador do GitLab se pensas que isto é um erro."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 horas"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> adicionará \"Por <a href=\"#\">@johnsmith</a>\" a todos os problemas e comentários, originalmente, criados por johnsmith@example.com e definirá <a href=\"#\">@johnsmith</a> como o responsável de todos os problemas, originalmente, atribuídos a johnsmith@example.com."
@@ -581,17 +722,11 @@ msgstr "<nenhum escopo selecionado>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} alterações não organizadas</strong> e <strong>%{stagedFilesLength} alterações organizadas</strong>"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> criado(s), <strong>%{accepted_count}</strong> aceitado(s)."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> criado(s), <strong>%{closed_count}</strong> encerrado(s)."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "Membros do grupo <strong>%{group_name}</strong>"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong> empurramentos, mais do que <strong>%{commits}</strong> envios por <strong>%{people}</strong> contribuidores."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "<strong>Apagar</strong> o ramo de origem"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "Uma conta Vamos Criptografar será configurada para esta instalação no GitLab ao usar o teu endereço de email. Irás receber emails de aviso de expiração de certificados."
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Um ramo padrão não pode ser escolhido para um projeto vazio."
msgid "A deleted user"
msgstr "Um utilizador apagado"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr "Um fork é uma cópia de um projeto.<br />Bifurcação de um repositório permite que faças alterações sem afetar o projeto original."
msgid "A member of the abuse team will review your report as soon as possible."
msgstr "Um membro da equipa de abuso irá, rever a tua denúncia assim que possível."
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "Um novo ramo será criado na tua bifurcação e um novo pedido de mesclagem será iniciado."
@@ -641,6 +797,9 @@ msgstr "Um novo token de representação foi criado."
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "Um site HTML simples que usa o Netlify para CI/CD, em vez do GitLab, mas ainda com todos os outros ótimos recursos do GitLab."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "Um projeto é onde armazenas os teus ficheiros (repositório), planeias o teu trabalho (problemas), e publicas a tua documentação (wiki), %{among_other_things_link}."
@@ -650,8 +809,8 @@ msgstr "Um modelo pronto para uso para usar em aplicações Android."
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "Um modelo pronto para uso para usar em aplicações iOS Swift."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "Uma expressão regular que será usada para encontrar a saída de cobertura de teste na localização de trabalho. Deixa em branco para desativar"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
msgid "A secure token that identifies an external storage request."
msgstr ""
@@ -665,6 +824,18 @@ msgstr "Ajuda da API"
msgid "API Token"
msgstr "Token API"
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr "Acesso proibido. Verifica o teu nível de acesso."
msgid "Access to '%{classification_label}' not allowed"
msgstr "Acesso a(ao) '%{classification_label}' não permitido"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "Grupos"
@@ -785,6 +959,9 @@ msgstr "redefini-lo"
msgid "Account"
msgstr "Conta"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr "Conta e limite"
@@ -794,6 +971,9 @@ msgstr "Conta: %{account}"
msgid "Action to take when receiving an alert."
msgstr "Ação a tomar ao receber um alerta."
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr "Ativar Central de Serviços"
@@ -835,6 +1015,9 @@ msgstr "Adicionar URL Jaeger"
msgid "Add Kubernetes cluster"
msgstr "Adicionar cluster Kubernetes"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr "Adicionar README"
@@ -883,15 +1066,15 @@ msgstr "Adiciona um texto adicional para aparecer em todas as comunicações por
msgid "Add an SSH key"
msgstr "Adicionar uma chave SSH"
+msgid "Add an existing issue to the epic."
+msgstr ""
+
msgid "Add an issue"
msgstr "Adicionar um problema"
msgid "Add approval rule"
msgstr ""
-msgid "Add approvers"
-msgstr "Adicionar aprovadores"
-
msgid "Add bold text"
msgstr "Adicionar texto em negrito"
@@ -931,15 +1114,18 @@ msgstr "Adicionar nova aplicação"
msgid "Add new directory"
msgstr "Adicionar novo diretório"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr "Adicionar ou subtrair o tempo gasto"
msgid "Add reaction"
msgstr "Adicionar reação"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr "Adicionar para a mesclagem de comboio"
msgid "Add to merge train when pipeline succeeds"
msgstr "Adicionar para a mesclagem de comboio quando o pipeline for bem-sucedido"
-msgid "Add to project"
-msgstr "Adicionar ao projeto"
-
msgid "Add to review"
msgstr "Adicionar à revisão"
@@ -967,6 +1150,9 @@ msgstr "Adicionar utilizador(es) ao grupo:"
msgid "Add users to group"
msgstr "Adicionar utilizadores ao grupo"
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr "Nenhum utilizador especificado."
@@ -976,7 +1162,7 @@ msgstr "Muitos utilizadores especificados (o limite é %{user_limit})"
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "Ãrea de Administração"
@@ -1030,14 +1219,17 @@ msgstr "Visão Geral do Administrador"
msgid "Admin Section"
msgstr "Secção de Administração"
-msgid "Admin notes"
-msgstr "Notas de administração"
+msgid "Admin mode already enabled"
+msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Estás prestes a apagar, permanentemente, o utilizador %{username}. Problemas, pedidos de mesclagem, e grupos vinculados a ele, serão transferidos a um \"utilizador fantasma\" em todo o sistema. Para evitar a perda de dados, considera usar o recurso %{strong_start}bloquear utilizador%{strong_end}. Assim, que %{strong_start}apagares o utilizador%{strong_end}, não será possível desfazer ou recuperá-lo."
+msgid "Admin mode disabled"
+msgstr ""
+
+msgid "Admin mode enabled"
+msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Estás prestes a apagar, permanentemente, o utilizador %{username}. Isto apagará todos os problemas, pedidos de mesclagem e grupos vinculados a ele. Para evitar a perda de dados, considera usar o recurso %{strong_start}bloquear utilizador%{strong_end}. Assim, que%{strong_start}apagares o utilizador%{strong_end}, não será possível desfazer ou recuperá-lo."
+msgid "Admin notes"
+msgstr "Notas de administração"
msgid "AdminArea|Stop all jobs"
msgstr "Parar todos os trabalhos"
@@ -1054,6 +1246,12 @@ msgstr "Erro ao parar trabalhos"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Estás prestes a parar todos os trabalhos. Isto irá interromper todos os trabalhos em execução."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr "Administrador"
msgid "AdminUsers|Admins"
msgstr "Administradores"
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr "Bloquear utilizador"
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr "Bloqueado"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "Não é possível desbloquear utilizadores bloqueados em LDAP"
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "Apagar Utilizador %{username} e as suas contribuições?"
@@ -1168,15 +1390,36 @@ msgstr "Apagar utilizador e as suas contribuições"
msgid "AdminUsers|External"
msgstr "Externo"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "És tu!"
msgid "AdminUsers|New user"
msgstr "Novo utilizador"
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr "Nenhum utilizador encontrado"
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr "Pesquisar por nome, email ou nome de utilizador"
@@ -1189,18 +1432,45 @@ msgstr "Enviar email aos utilizadores"
msgid "AdminUsers|Sort by"
msgstr "Ordenar por"
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Para confirmar, digita %{projectName}"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Para confirmar, digita %{username}"
-msgid "AdminUsers|User will be blocked"
-msgstr "O utilizador será bloqueado"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
msgid "AdminUsers|Without projects"
msgstr "Sem projetos"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr "Avançado"
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr "Alertas"
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "Todos"
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr "Todas as alterações foram enviadas"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr "Todos os endereços de email serão usados para identificar os teus envios."
@@ -1257,15 +1530,27 @@ msgstr "Todos os recursos estão ativos para os projetos vazios, a partir de mod
msgid "All groups and projects"
msgstr "Todos os grupos e projetos"
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "Todos os problemas para estes objetivos estão encerrados. Podes agora, fechar este objetivo."
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr "Todos os conflitos de mesclagem foram resolvidos. O pedido de mesclagem pode agora ser mesclado."
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr "Todos os projetos"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr "Todos os utilizadores"
@@ -1281,9 +1566,6 @@ msgstr "Permitir envios de membros que podem mesclar ao ramo de destino."
msgid "Allow group owners to manage LDAP-related settings"
msgstr "Permitir que proprietários de grupos gerenciem as definições relacionadas ao LDAP"
-msgid "Allow mirrors to be set up for projects"
-msgstr "Permitir espelhos para que sejam configurados aos projetos"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "Permitir apenas, que os protocolos selecionados sejam usados para acessar o Git."
@@ -1296,6 +1578,9 @@ msgstr "Permitir acesso público às pipelines e detalhes do trabalho, incluindo
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Permitir renderização de diagramas PlantUML em documentos Asciidoc."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr "Permitir pedidos à rede local dos hooks e serviços."
@@ -1311,11 +1596,8 @@ msgstr "Permitir que esta chave seja também, enviada ao repositório? (O padrã
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "Permitir que os utilizadores se registem a qualquer aplicação para usar o GitLab como um fornecedor OAuth"
-msgid "Allow users to request access"
-msgstr "Permitir que os utilizadores peçam acesso"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Permitir que os utilizadores peçam acesso, caso a visibilidade for pública ou interna."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -1326,6 +1608,9 @@ msgstr "Permissão para falhar"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Permite -te adicionar e gerir clusters do Kubernetes."
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Também chamado de \"Emissor\" ou \"Identificador de confiança de terceiros\""
@@ -1335,6 +1620,18 @@ msgstr "Também chamado de \"URL do serviço de terceiros\" ou \"URL de Resposta
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "Quantidade de tempo (em horas) que os utilizadores podem ignorar a configuração forçada da autenticação de dois fatores"
@@ -1380,12 +1677,21 @@ msgstr "Ocorreu um erro ao tentar resolver uma discussão. Por favor, tenta nova
msgid "An error occurred when updating the issue weight"
msgstr "Ocorreu um erro ao atualizar o peso do problema"
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "Ocorreu um erro ao apagar os aprovadores do grupo"
msgid "An error occurred while deleting the comment"
msgstr "Ocorreu um erro ao apagar o comentário"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "Ocorreu um erro ao detetar as chaves do administrador"
@@ -1404,6 +1710,9 @@ msgstr "Ocorreu um erro ao ativar a Central de Serviços."
msgid "An error occurred while fetching environments."
msgstr "Ocorreu um erro ao buscar os ambientes."
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr "Ocorreu um erro ao buscar o conteúdo da pasta."
@@ -1437,12 +1746,18 @@ msgstr "Ocorreu um erro ao buscar as compilações."
msgid "An error occurred while fetching the job log."
msgstr "Ocorreu um erro ao buscar o registo do trabalho."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "Ocorreu um erro ao buscar o trabalho."
msgid "An error occurred while fetching the jobs."
msgstr "Ocorreu um erro ao buscar os trabalhos."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "Ocorreu um erro ao buscar a pipeline."
@@ -1455,6 +1770,9 @@ msgstr "Ocorreu um erro ao buscar esta aba."
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "Ocorreu um erro ao receber os projetos"
@@ -1464,6 +1782,9 @@ msgstr "Ocorreu um erro durante a importação do projeto: %{details}"
msgid "An error occurred while initializing path locks"
msgstr "Ocorreu um erro ao começar os bloqueios de caminho"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Ocorreu um erro ao carregar os dados do gráfico"
@@ -1479,9 +1800,39 @@ msgstr "Ocorreu um erro ao carregar o diff"
msgid "An error occurred while loading filenames"
msgstr "Ocorreu um erro ao carregar os nomes dos ficheiros"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr "Ocorreu um erro ao carregar o ficheiro"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "Ocorreu um erro ao carregar os detalhes da assinatura."
@@ -1521,6 +1872,9 @@ msgstr "Ocorreu um erro ao guardar destinatários"
msgid "An error occurred while saving the approval settings"
msgstr "Ocorreu um erro ao guardar as definições de aprovação"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr "Ocorreu um erro ao assinar as notificações."
@@ -1539,42 +1893,12 @@ msgstr "Ocorreu um erro ao atualizar aprovadores"
msgid "An error occurred while updating the comment"
msgstr "Ocorreu um erro ao atualizar o comentário"
+msgid "An error occurred while validating group path"
+msgstr ""
+
msgid "An error occurred while validating username"
msgstr "Ocorreu um erro ao validar o nome de utilizador"
-msgid "An error occurred while committing your changes."
-msgstr "Ocorreu um erro ao enviar as tuas alterações."
-
-msgid "An error occurred while fetching the job trace."
-msgstr "Ocorreu um erro ao buscar a localização do trabalho."
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "Ocorreu um erro ao buscar o pipeline mais recente."
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr "Ocorreu um erro ao obter ficheiros para - %{branchId}"
-
-msgid "An error occurred while loading all the files."
-msgstr "Ocorreu um erro durante o carregamento de todos os ficheiros."
-
-msgid "An error occurred while loading the file content."
-msgstr "Ocorreu um erro ao carregar o conteúdo do ficheiro."
-
-msgid "An error occurred while loading the file."
-msgstr "Ocorreu um erro ao carregar o ficheiro."
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "Ocorreu um erro ao carregar as alterações do pedido de mesclagem."
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "Ocorreu um erro ao carregar os dados da versão do pedido de mesclagem."
-
-msgid "An error occurred while loading the merge request."
-msgstr "Ocorreu um erro ao carregar o pedido de mesclagem."
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "Ocorreu um erro ao carregar os trabalhos das pipelines."
-
msgid "An error occurred. Please try again."
msgstr "Ocorreu um erro. Por favor, tenta novamente."
@@ -1599,7 +1923,13 @@ msgstr "Ocorreu um erro inesperado ao parar o Terminal Web."
msgid "Analytics"
msgstr "Estatísticas"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr "Qualquer Rótulo"
msgid "Any Milestone"
msgstr "Qualquer Objetivo"
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr "Quaisquer tokens encriptados"
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr "Qualquer espaço de nome"
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "Aparência"
@@ -1638,12 +1977,12 @@ msgstr "A aparência foi criada com sucesso."
msgid "Appearance was successfully updated."
msgstr "A aparência foi atualizada com sucesso."
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr "Anexar o comentário com %{TABLEFLIP}"
-
msgid "Append the comment with %{shrug}"
msgstr "Anexar o comentário com %{shrug}"
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
msgid "Application"
msgstr "Aplicação"
@@ -1671,12 +2010,24 @@ msgstr "Aplicações"
msgid "Applied"
msgstr "Aplicado"
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr "Aplicar sugestão"
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr "A aplicar comando"
@@ -1689,6 +2040,9 @@ msgstr "A aplicar vários comandos"
msgid "Applying suggestion"
msgstr "A aplicar a sugestão"
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d membro"
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] "%{count} aprovação obrigatória de %{membersCount}"
msgstr[1] "%{count} aprovações obrigatórias de %{membersCount}"
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr "Todos os membros com a função de Desenvolvedor ou superior e proprietários de código (se houver)"
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "abr"
@@ -1757,17 +2111,20 @@ msgstr "Arquivar trabalhos"
msgid "Archive project"
msgstr "Arquivar projeto"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "Projeto arquivado! Repositório e outros recursos de projeto são somente de leitura"
msgid "Archived projects"
msgstr "Projetos arquivados"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
-msgstr "Arquivar o projeto fará com que ele seja, somente de leitura. Ele está escondido do painel de controlo e não aparece nas pesquisas. <strong>O repositório não pode ser comprometido, e nenhum problema, comentários ou outras entidades podem ser criados.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
-msgid "Are you sure"
-msgstr "Tens a certeza"
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
msgid "Are you sure that you want to archive this project?"
msgstr "Tens a certeza de que desejas arquivar este projeto?"
@@ -1799,6 +2156,9 @@ msgstr "Tens a certeza de que desejas apagar esta lista?"
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Tens a certeza de que desejas apagar este agendamento de pipeline?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Tens a certeza de que desejas apagar esta compilação?"
@@ -1808,6 +2168,9 @@ msgstr "Tens a certeza de que queres perder as alterações não guardadas?"
msgid "Are you sure you want to lose your issue information?"
msgstr "Tens a certeza de que desejas alterar as informações do teu perfil?"
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr "Tens a certeza de que desejas apagar permanentemente esta licença?"
@@ -1856,9 +2219,18 @@ msgstr "Tens a certeza? Todos os enviso que foram assinados com esta chave GPG n
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "Tens a certeza? Remover esta chave GPG não afeta as confirmações já enviadas."
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "Tens a certeza? Isto invalidará as tuas aplicações registadas e dispositivos U2F."
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr "ID do Artefacto"
@@ -1898,6 +2270,9 @@ msgstr "URL de serviço ao consumidor de asserção"
msgid "Assets"
msgstr "Ativos"
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr "Atribuir"
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr "Pelo menos uma aprovação de um código proprietário é necessário para alterar ficheiros que coincidem com as respetivas regras de CODEOWNER."
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr "Anexar um ficheiro"
@@ -1977,6 +2355,18 @@ msgstr "Eventos de Auditoria"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "ago"
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr "Registo de Autenticação"
@@ -2049,12 +2442,21 @@ msgstr "Auto DevOps, artefacto de executadores e trabalho"
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "Cancelar, automaticamente, os pipelines redundantes pendentes"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Documentação do Auto DevOps"
@@ -2166,6 +2568,9 @@ msgstr "Emblema do grupo"
msgid "Badges|Link"
msgstr "Link"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "Sem imagem de emblema"
@@ -2235,6 +2640,9 @@ msgstr "URL raiz do Bamboo como https://bamboo.example.com"
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr "Deves configurar uma etiqueta de revisão automático e um disparador de repositório no Bamboo."
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "Apagar todos os comentários pendentes"
@@ -2256,23 +2664,23 @@ msgstr "Começar com o envio selecionado"
msgid "Below are examples of regex for existing tools:"
msgstr "Abaixo estão exemplos de regex para ferramentas existentes:"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Abaixo vais encontrar todos os grupos que são públicos."
msgid "Billing"
msgstr "Faturação"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "Plano atual"
-
-msgid "BillingPlans|Downgrade"
-msgstr "Despromoção"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
@@ -2298,17 +2706,14 @@ msgstr "Este grupo utiliza o plano de associados com o teu grupo pai."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Para gerir o plano para este grupo, visita a secção de faturação de %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade"
-msgstr "Atualizar"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "A tua demonstração do GitLab.com expirou em %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "recursos"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
msgstr "perguntas frequentes"
@@ -2316,13 +2721,10 @@ msgstr "perguntas frequentes"
msgid "BillingPlans|monthly"
msgstr "mensalmente"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "pago anualmente em %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "por utilizador"
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,12 +2733,12 @@ msgstr "Importação de Servidores Bitbucket"
msgid "Bitbucket import"
msgstr "Importar do Bitbucket"
-msgid "Block"
-msgstr "Bloquear"
-
msgid "Blocked"
msgstr "Bloqueado"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "Blogue"
@@ -2400,6 +2802,9 @@ msgstr "Nome do ramo"
msgid "Branch not loaded - %{branchId}"
msgstr "Ramo não carregado - %{branchId}"
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Procurar por ramos"
@@ -2550,11 +2955,17 @@ msgstr ""
msgid "Browse files"
msgstr "Procurar ficheiros"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
msgid "Built-in"
msgstr "Incorporado"
-msgid "BurndownChartLabel|Guideline"
-msgstr "Diretriz"
+msgid "Burndown chart"
+msgstr ""
msgid "BurndownChartLabel|Open issue weight"
msgstr "Abrir peso do problema"
@@ -2562,12 +2973,6 @@ msgstr "Abrir peso do problema"
msgid "BurndownChartLabel|Open issues"
msgstr "Abrir problemas"
-msgid "BurndownChartLabel|Progress"
-msgstr "Progresso"
-
-msgid "BurndownChartLabel|Remaining"
-msgstr "Restante"
-
msgid "Business"
msgstr "Negócios"
@@ -2628,9 +3033,6 @@ msgstr "Definições de CI/CD"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "O Auto DevOps irá compilar, testar e implantar, a tua aplicação com base na configuração predefinida de Integração e Entrega Contínua."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "Implantação automática da preparação, implementação manual para a produção"
@@ -2652,9 +3054,6 @@ msgstr "Estratégia de implantação"
msgid "CICD|Jobs"
msgstr "Trabalhos"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Aprender mais sobre Auto DevOps"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "A pipeline de Auto DevOps será executada, se nenhum ficheiro de configuração de IC alternativo, for encontrado."
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr "URL de Resposta"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "Pode substituir aprovadores e aprovações requeridas por pedido de mesclagem"
@@ -2697,6 +3102,9 @@ msgstr "Não é possível remover membros do grupo sem conta gerenciada do grupo
msgid "Can't scan the code?"
msgstr "Não consegues digitalizar o código?"
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr "Canary Deploymentss é uma estratégia CI popular, onde uma pequena porção da frota é atualizada para a nova versão da tua aplicação."
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Cancelar este trabalho"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr "Certificado"
msgid "Certificate (PEM)"
msgstr "Certificado (PEM)"
-msgid "Change Weight"
-msgstr "Alterar Peso"
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr "Alterar responsável(eis)"
msgid "Change assignee(s)."
msgstr "Alterar responsável(eis)."
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr "Altera o título para \"%{title_param}\"."
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr "As alterações não terão lugar até que o índice seja %{link_start}recriado%{link_end}."
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Gráficos"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Chat"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr "Verifica a %{docs_link_start}documentação%{docs_link_end}."
msgid "Check your .gitlab-ci.yml"
msgstr "Verifica o teu .gitlab-ci.yml"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "A verificar a disponibilidade de %{text}…"
@@ -2901,15 +3324,99 @@ msgstr "A verificar o estado de aprovação"
msgid "Checking branch availability..."
msgstr "A verificar a disponibilidade do ramo..."
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr "A verificar a disponibilidade do nome de utilizador..."
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Cherry-pick este envio"
msgid "Cherry-pick this merge request"
msgstr "Cherry-pick este pedido de mesclagem"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "Escolhe <strong>Criar arquivo</strong> e aguarda até que o arquivamento seja concluído."
@@ -2997,6 +3504,9 @@ msgstr "a aguardar trabalho atrasado"
msgid "CiStatusLabel|waiting for manual action"
msgstr "a aguardar ação manual"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "bloqueado"
@@ -3027,6 +3537,9 @@ msgstr "preparação"
msgid "CiStatusText|skipped"
msgstr "ignorado"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "em execução"
@@ -3099,6 +3612,9 @@ msgstr "Alternar protegido"
msgid "CiVariable|Validation failed"
msgstr "Falha na validação"
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr "Etiqueta de classificação (opcional)"
@@ -3108,6 +3624,9 @@ msgstr "está indisponível: %{reason}"
msgid "Clear"
msgstr "Limpar"
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr "Limpar entrada"
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "%{custom_domain_start}Mais informações%{custom_domain_end}."
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr "pode ser usado em vez de um domínio personalizado."
@@ -3240,6 +3762,9 @@ msgstr "%{title} desinstalado com sucesso."
msgid "ClusterIntegration|%{title} updated successfully."
msgstr "%{title} atualizado com sucesso."
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr "Um token de serviço com o alcance de %{code}kube-sistem%{end_code} com privilégios de %{code}cluster-admin%{end_code}."
@@ -3279,6 +3804,9 @@ msgstr "Todos os dados serão apagados e não podem ser restaurados."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Permitir que o GitLab gerêncie contas de espaço de nome e de serviço para este cluster."
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr "Alternativamente"
@@ -3306,8 +3834,11 @@ msgstr "Aplicações"
msgid "ClusterIntegration|Apply for credit"
msgstr "Aplicar crédito"
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "Tens a certeza de que desejas remover esta integração de cluster de Kubernetes? Isto não irá apagar o teu cluster de Kubernetes real."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Domínio base"
@@ -3324,7 +3855,13 @@ msgstr "O Gestor de Certificados é um controlador de gestão de certificados na
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "Pacote de Autoridade de Certificados (formato PEM)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr "Escolhe quais aplicações instalar no teu cluster de Kubernetes. O Heml
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Escolhe qual dos teus ambientes usarás este cluster."
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr " Integridade de cluster"
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr "O nome do cluster é obrigatório."
@@ -3351,14 +3897,14 @@ msgstr " Copiar URL da API"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "Copiar Certificado CA"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
-msgstr "Copiar Ponto Final do Ingress para a área de transferência"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Copiar o Nome de Anfitrião de Jupyter para a área de transferência"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
-msgstr "Copiar o Nome de Anfitrião de Knative para a área de transferência"
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
msgstr "Copiar o nome do cluster de Kubernetes"
@@ -3366,27 +3912,90 @@ msgstr "Copiar o nome do cluster de Kubernetes"
msgid "ClusterIntegration|Copy Service Token"
msgstr "Copiar Token de Serviço"
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Criar cluster de Kubernetes"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr "Sabias que?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Ativar ou desativar a conexão do GitLab com o teu cluster de Kubernetes."
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Ativar esta definição, se ao usar o controlo de acesso baseado em funções (RBAC)."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr " Insere os detalhes do teu cluster do Kubernetes"
@@ -3396,9 +4005,15 @@ msgstr "Alcance de ambiente"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "Cada nova conta do Google Cloud Platform (GCP) recebe $300 em crédito após %{sign_up_link}. Em parceria com o Google, o GitLab pode oferecer $200 adicionais, para contas de GCP novas e existentes para começarem a usar o Google Kubernetes Engine Integration do GitLab."
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr "Falha ao configurar o Google Kubernetes Engine Cluster: %{message}"
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr "Falha ao pedir ao Google Cloud Platform: %{message}"
@@ -3426,6 +4041,9 @@ msgstr "O Executador do GitLab conecta-se ao repositório e executa os trabalhos
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr "Cluster gerido por GitLab"
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Projeto Google Cloud Platform"
@@ -3453,6 +4071,9 @@ msgstr "Ocultar"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Se estás a configurar múltiplos clusters e estás a usar o Auto DevOps, %{help_link_start}lê isto primeiro%{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr "Para visualizar a saúde do cluster, deves primeiro instalar o Prometheus abaixo."
@@ -3471,6 +4092,9 @@ msgstr "Instalação do Ingress poderão incorrer em custos adicionais. Aprende
msgid "ClusterIntegration|Instance cluster"
msgstr "Cluster de instância"
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Integrar automação de cluster Kubernetes"
@@ -3492,6 +4116,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "O JupyterHub, um hub multi-utilizador, gera, gerência e faz proxy de várias instâncias do servidor de notebook Jupyter de utilizador único. O JupyterHub pode ser usado para servir notebooks para uma classe de alunos, um grupo de ciência de dados corporativos ou um grupo de pesquisa científica."
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3513,13 +4140,13 @@ msgstr "Cluster do Kubernetes"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Detalhes do cluster Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "O cluster Kubernetes está a ser criado no Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Nome do cluster Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr "Com um cluster Kubernetes associado a este projeto, podes utilizar apps
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Os clusters Kubernetes podem ser usados para implementar aplicações e fornecer Revisão de Aplicações para este projeto"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "Aprende mais sobre %{help_link_start_machine_type}tipos de máquina%{help_link_end} e %{help_link_start_pricing}preços%{help_link_end}."
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "Aprende mais sobre %{help_link_start}zonas%{help_link_end}."
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr "Vamos Criptografar"
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr "Tipo de máquina"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "Certifica-te de que tua conta %{link_to_requirements} para criar clusters Kubernetes"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "Gerência o teu cluster Kubernetes ao visitar %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr "Nenhuma zona correspondeu à tua pesquisa"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "Nenhum projeto encontrado"
@@ -3579,6 +4248,15 @@ msgstr "Nenhum projeto correspondeu à tua pesquisa"
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr "Nenhuma zona correspondeu à tua pesquisa"
@@ -3612,11 +4290,14 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr "Prometheus é um sistema de monitoramento de código aberto com %{gitlabIntegrationLink} para monitorar aplicações implantadas."
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "Cluster ativado pelo RBAC"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Lê o nosso %{link_to_help_page} na integração de cluster Kubernetes."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
msgstr ""
@@ -3627,9 +4308,21 @@ msgstr "Remove a integração do cluster do Kubernetes"
msgid "ClusterIntegration|Remove integration"
msgstr "Remover integração"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "Remover este cluster do Kubernetes de configuração a partir deste projeto. Isto não apagará o teu cluster real do Kubernetes."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "Substituir isto com o teu próprio nome de anfitrião, se o quiseres. Se o fizeres, aponta o nome de anfitrião ao Endereço IP do Ingress a partir de cima."
@@ -3639,30 +4332,75 @@ msgstr "Falha no pedido para iniciar a instalação"
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr "Falha no pedido para iniciar a desinstalação"
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr "Guardar alterações"
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr "Pesquisar tipos de máquina"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "Pesquisar projetos"
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr "Pesquisar zonas"
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "Vê e edita os detalhes do teu cluster Kubernetes"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Selecionar tipo de máquina"
@@ -3675,7 +4413,7 @@ msgstr "Selecionar projeto e zona para escolher o tipo de máquina"
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Selecionar projeto para escolher a zona"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,17 +4425,23 @@ msgstr "Seleciona a zona para escolher o tipo de máquina"
msgid "ClusterIntegration|Service Token"
msgstr "Token de Serviço"
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr "O Token de serviço é obrigatório."
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Mostrar"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "Ocorreu um erro do nosso lado."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Ocorreu um erro ao criar o teu cluster Kubernetes no Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "Ocorreu um erro ao instalar %{title}"
@@ -3711,6 +4455,12 @@ msgstr "Ocorreu um erro ao atualizar o nome do domínio Knative."
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr "A especificação de um domínio permitirá que uses os estágios do Auto Review Apps e do Auto Deploy para %{auto_devops_start}Auto DevOps%{auto_devops_end}. O domínio deve ter um DNS caractere especial configurado correspondente ao domínio."
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr "O certificado Kubernetes usado para autenticar no cluster."
@@ -3729,6 +4479,9 @@ msgstr "O balanceador de carga associado e o IP serão apagados e não podem ser
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr "O endereço IP está em processo de atribuição. Verifica o teu cluster ou cotas do Kubernetes no Google Kubernetes Engine se demorar muito."
@@ -3747,6 +4500,12 @@ msgstr "Esta opção permite-te instalar aplicações no RBAC clusters."
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "Para acessar a aplicação após a implantação, a ponto de um caractere especial de DNS para o Ponto Final do Knative."
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Alternar cluster do Kubernetes"
@@ -3759,6 +4518,9 @@ msgstr "Atualização falhou. Por favor, verifica os registos e tenta novamente.
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr "A validar o estado de faturamento do projeto"
@@ -3768,12 +4530,21 @@ msgstr "Não foi possível verificar se um dos teus projetos no GCP possui o fat
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr "acesso ao Google Kubernetes Engine"
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr "Configurar Prometheus"
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr "Configurar instalação existente"
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Last month"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,19 +5200,28 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
@@ -4276,30 +5233,24 @@ msgstr ""
msgid "Copy link"
msgstr ""
-msgid "Copy personal access token to clipboard"
-msgstr ""
-
-msgid "Copy reference to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy token"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy trigger token"
msgstr ""
msgid "Could not add admins as members"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
-msgstr ""
-
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr "Criar etiqueta do grupo"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr "Modelos de projeto personalizados não foram configurados para grupos dos quais é membro. Eles são ativados na página de definições de um grupo. Entra em contacto com o proprietário ou responsável do teu grupo para configurar modelos de projetos personalizados."
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr "Preparação"
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "Ocorreu um erro ao apagar a licença. Não tens permissões para realizar esta operação."
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr "Endereço de email"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "Os Ambientes são lugares onde o código é implantado, como preparação ou produção."
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,11 +7231,11 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
-msgstr "Esta ação executará o trabalho definido pela preparação para enviar %{commit_id}, colocar o ambiente, numa versão anterior. Podes revertê-lo, novamente, ao implementar a versão mais recente da tua aplicação. Tens a certeza de que desejas continuar?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
msgid "Environments|Updated"
msgstr ""
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr "Filtrar por nome de objetivo"
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr "De objetivos:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr "Para aplicar as alterações, é necessário reiniciar o GitLab"
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr "O GitLab executará um trabalho em segundo plano que produzirá CSVs com pseudónimos da base de dados do GitLab que serão enviados no diretório de armazenamento de objetos configurados."
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Os responsáveis do grupo podem registar executadores de grupo no %{link}"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr "Houve um problema de atualização da pipeline Auto DevOps: %{error_messages}."
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr "Grupos (%{count})"
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr "Informar os utilizadores sem enviar as chaves SSH que não podem empurra
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,15 +11674,12 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}alterou a descrição %{descriptionChangedTimes} vezes %{timeDifferenceMinutes}%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr "Houve um erro ao tentar validar a tua consulta"
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr "Objetivo"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr "Não está disponível as listas de objetivos com a tua licença atual"
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr "Nenhum dado encontrado"
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr "Nenhumas outras etiquetas com tal nome ou descrição"
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr "Nenhum modelo"
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "Outros Rótulos"
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr "< Anterior"
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr "Projetos (%{count})"
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Projetos compartilhados com %{group_name}"
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "Os épicos permitem que gerencies o teu portefólio de projetos com mais eficiência e com menos esforço ao localizar grupos de problemas que compartilham um tema, entre projetos e objetivos."
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr "Solicitar que os utilizadores enviem chaves SSH"
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr "Receber notificações sobre a tua própria atividade"
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr "Pesquisar objetivos"
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr "Enviar uma notificação por email, separada aos Desenvolvedores."
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr "Mostrar último %{size} do registo -"
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "Iniciar um %{new_merge_request} a partir destas alterações"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr "Assinatura"
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr "A fase de codificação mostra a hora do primeiro envio para criar o ped
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,18 +18657,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "A fase de preparação mostra o tempo entre a mesclagem do PM e a implementação do código no ambiente de produção. Os dados serão adicionados, automaticamente, quando implantares na produção pela primeira vez."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr "Enviar uma chave privada do teu certificado"
msgid "Upload file"
msgstr "Enviar ficheiro"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr "Enviar mapa de objetos"
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "Utiliza o grupo de objetivos para gerir problemas de vários projetos no mesmo objetivo."
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Escreve a descrição do objetivo..."
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr "Também podes testar o teu %{gitlab_ci_yml} em %{lint_link_start}CI Lint
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Também podes enviar ficheiros existentes do teu computador ao usar as instruções abaixo."
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr "um utilizador apagado"
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr "adicionado %{created_at_timeago}"
@@ -18382,12 +21775,24 @@ msgstr "permissão para falhar"
msgid "already being used for another group or project milestone."
msgstr "já está a ser usado por outro grupo ou objetivos do projeto."
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr "já foi compartilhado com este grupo"
msgid "among other things"
msgstr "entre outras coisas"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "nome do ramo"
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr "dispensado"
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/ro_RO/gitlab.po b/locale/ro_RO/gitlab.po
index 22d4464db3b..fa8ec51ab73 100644
--- a/locale/ro_RO/gitlab.po
+++ b/locale/ro_RO/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian\n"
"Language: ro_RO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: ro\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:07\n"
+"PO-Revision-Date: 2020-01-22 09:26\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -54,15 +53,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -102,8 +104,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -168,6 +170,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -180,6 +194,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -201,6 +221,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -222,6 +245,12 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -240,6 +269,15 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -264,7 +302,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -279,6 +317,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -294,6 +338,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -324,9 +371,27 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -348,6 +413,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -366,6 +443,12 @@ msgstr[2] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -375,6 +458,18 @@ msgstr[2] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -390,6 +485,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -465,12 +569,24 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- show less"
msgstr ""
@@ -508,7 +624,10 @@ msgstr[1] ""
msgstr[2] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -516,12 +635,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -564,9 +695,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -579,12 +719,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -600,9 +746,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -624,16 +776,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -663,18 +809,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -684,6 +851,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -693,7 +863,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -708,6 +878,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -756,6 +938,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -828,6 +1013,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -837,6 +1025,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -879,6 +1070,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -927,13 +1121,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -975,15 +1169,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -996,9 +1193,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1011,6 +1205,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1020,7 +1217,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1065,6 +1262,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1074,13 +1274,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1098,6 +1301,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1188,15 +1397,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1212,15 +1445,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1233,18 +1487,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1278,6 +1559,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1290,9 +1577,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1302,15 +1586,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1326,9 +1622,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1341,6 +1634,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1356,10 +1652,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1371,6 +1664,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1380,6 +1676,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1425,12 +1733,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1449,6 +1766,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1482,12 +1802,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1500,6 +1826,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1509,6 +1838,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1524,100 +1856,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1644,7 +1979,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1665,15 +2006,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1683,10 +2033,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1716,12 +2066,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1734,6 +2096,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1761,9 +2126,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1794,6 +2156,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1806,16 +2171,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1848,6 +2216,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1857,6 +2228,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1905,9 +2279,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1947,6 +2330,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2007,6 +2393,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2028,6 +2417,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2040,6 +2441,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2100,12 +2504,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2217,6 +2630,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2286,6 +2702,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2307,22 +2726,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2349,16 +2768,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2367,13 +2783,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2382,10 +2795,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2451,6 +2864,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2601,22 +3017,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2679,9 +3095,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2703,9 +3116,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2730,9 +3140,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2748,6 +3164,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2760,6 +3179,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2799,9 +3221,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2811,6 +3230,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2874,13 +3296,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2901,7 +3332,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2943,6 +3374,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2952,15 +3386,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3048,6 +3566,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3078,6 +3599,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3150,6 +3674,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3159,6 +3686,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3267,15 +3797,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3291,6 +3824,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3330,6 +3866,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3357,7 +3896,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3375,7 +3917,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3384,12 +3932,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3402,13 +3959,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3417,27 +3974,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3447,9 +4067,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3477,6 +4103,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3504,6 +4133,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3522,6 +4154,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3543,6 +4178,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3564,13 +4202,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3579,13 +4217,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3603,24 +4250,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3630,6 +4310,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3663,10 +4352,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3678,9 +4370,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3690,30 +4394,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3726,7 +4475,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3738,16 +4487,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3762,6 +4517,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3780,6 +4541,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3798,6 +4562,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3810,6 +4580,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3819,12 +4592,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3834,6 +4616,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3843,9 +4628,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3858,10 +4640,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3870,6 +4673,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3882,6 +4691,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3960,6 +4787,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3990,6 +4820,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4011,6 +4844,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4029,6 +4865,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4047,6 +4886,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4068,6 +4910,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4083,7 +4928,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4119,15 +4970,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4143,70 +5003,136 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4242,25 +5168,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last month"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4272,9 +5222,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4284,16 +5231,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4305,52 +5264,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy token"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4371,27 +5333,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4407,9 +5390,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4425,12 +5414,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4470,6 +5468,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4530,9 +5531,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4572,18 +5582,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4593,13 +5612,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4617,12 +5645,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4656,6 +5690,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4677,6 +5714,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4686,15 +5726,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4707,6 +5774,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4719,9 +5789,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4731,27 +5798,75 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4788,6 +5903,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4806,6 +5924,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4824,6 +5945,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4836,6 +5960,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4908,6 +6035,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4947,6 +6086,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4956,6 +6098,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5019,6 +6164,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5124,10 +6272,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5190,21 +6338,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5223,6 +6392,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5232,19 +6410,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5256,12 +6452,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5286,19 +6485,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5313,15 +6521,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5382,15 +6590,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5412,12 +6626,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5430,6 +6653,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5445,6 +6671,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5460,6 +6692,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5493,9 +6728,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5514,6 +6758,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5526,9 +6776,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5538,6 +6797,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5568,6 +6830,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5580,6 +6845,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5604,6 +6872,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5682,6 +6953,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5730,6 +7007,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5781,6 +7061,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5805,6 +7088,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5823,9 +7109,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5838,6 +7121,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5847,6 +7139,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5862,12 +7157,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5886,6 +7190,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5904,19 +7214,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5958,9 +7277,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5976,10 +7301,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5994,6 +7319,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6009,9 +7340,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6081,10 +7409,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6093,7 +7421,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6129,6 +7457,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6168,6 +7499,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6183,6 +7520,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6216,9 +7556,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6234,7 +7571,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6252,12 +7589,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6276,12 +7619,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6312,18 +7670,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6345,9 +7712,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6399,6 +7772,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6468,13 +7844,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6495,6 +7877,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6504,6 +7889,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6513,6 +7901,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6555,9 +7946,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6582,6 +7970,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6609,6 +8000,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6633,15 +8027,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6663,9 +8051,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6690,12 +8075,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6741,15 +8132,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6789,6 +8174,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6798,12 +8189,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6837,9 +8234,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6870,9 +8276,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6888,12 +8291,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6927,6 +8339,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6948,6 +8363,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6969,10 +8387,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6987,6 +8408,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7002,6 +8426,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7011,6 +8438,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7032,9 +8462,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7077,9 +8504,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7092,15 +8531,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7122,6 +8570,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7143,24 +8597,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7170,13 +8615,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7485,6 +8930,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7518,13 +8966,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7533,6 +8981,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7542,6 +8993,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7563,12 +9017,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7593,6 +9137,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7719,13 +9266,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7737,6 +9287,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7764,12 +9335,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7791,21 +9368,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7848,6 +9446,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7869,6 +9470,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7878,9 +9482,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7908,21 +9527,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7935,6 +9575,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7944,6 +9590,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7956,6 +9608,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7971,9 +9626,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7986,6 +9656,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8052,9 +9725,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8100,6 +9779,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8133,6 +9821,12 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8154,9 +9848,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8169,12 +9860,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8190,7 +9887,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8253,6 +9950,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8268,7 +9968,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8289,12 +9989,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8439,9 +10157,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8490,6 +10214,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8520,7 +10247,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8538,9 +10265,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8580,7 +10304,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8595,6 +10322,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8610,6 +10340,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8622,6 +10355,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8643,6 +10379,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8658,15 +10403,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8679,6 +10433,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8727,6 +10484,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8760,7 +10520,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8847,7 +10607,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8934,6 +10700,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8946,6 +10715,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8955,7 +10727,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8973,6 +10745,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9063,9 +10838,18 @@ msgstr[2] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9090,12 +10874,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9111,6 +10904,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9129,6 +10925,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9144,6 +10943,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9168,9 +10973,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9180,6 +10982,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9204,6 +11012,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9252,12 +11063,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9306,6 +11129,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9318,21 +11192,33 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9357,12 +11243,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9426,6 +11318,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9465,6 +11369,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9624,6 +11531,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9642,6 +11552,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9654,9 +11573,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9678,6 +11603,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9696,6 +11627,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9708,6 +11642,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9720,6 +11657,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9813,13 +11753,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9843,6 +11780,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9885,9 +11825,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9897,6 +11843,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9909,19 +11864,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9933,9 +11888,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9948,10 +11912,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9963,9 +11927,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9984,6 +11954,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9991,7 +11964,10 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10041,6 +12017,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10053,6 +12032,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10119,12 +12101,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10182,6 +12170,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10197,6 +12188,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10206,6 +12200,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10236,9 +12233,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10275,6 +12278,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10305,6 +12311,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10371,6 +12380,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10380,6 +12392,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10425,15 +12440,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10443,6 +12461,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10452,13 +12473,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10476,9 +12494,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10494,16 +12509,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10530,6 +12545,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10551,6 +12581,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10602,9 +12635,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10665,6 +12695,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10716,6 +12749,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10725,9 +12761,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10755,6 +12803,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10767,6 +12818,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10776,6 +12830,9 @@ msgstr[2] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10785,12 +12842,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10812,9 +12875,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10860,6 +12920,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10908,6 +12971,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10920,6 +12986,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10932,9 +13001,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10953,24 +13019,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10986,9 +13139,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11019,15 +13169,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11043,6 +13214,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11064,6 +13238,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11091,6 +13268,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11160,6 +13343,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11238,7 +13424,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11262,6 +13448,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11295,9 +13484,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11427,7 +13622,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11478,9 +13673,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11502,6 +13706,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11517,6 +13724,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11535,6 +13748,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11544,9 +13760,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11556,7 +13778,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11589,9 +13817,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11601,6 +13826,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11664,15 +13895,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11871,6 +14135,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12012,6 +14279,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12021,12 +14291,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12036,7 +14315,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12057,6 +14336,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12081,6 +14363,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12162,6 +14459,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12195,27 +14498,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12228,9 +14561,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12249,21 +14600,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12276,15 +14675,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12330,6 +14741,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12345,6 +14762,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12354,6 +14774,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12426,7 +14861,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12540,10 +14975,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12564,6 +14999,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12573,12 +15011,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12594,12 +15044,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12759,12 +15254,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12774,6 +15275,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12798,6 +15305,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12816,12 +15326,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12849,6 +15368,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12864,10 +15386,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12897,10 +15419,37 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12969,15 +15518,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13059,6 +15617,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13104,6 +15668,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13119,9 +15686,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13206,7 +15779,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13224,9 +15797,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13239,18 +15821,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13296,6 +15872,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13353,6 +15932,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13365,6 +15950,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13398,9 +15989,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13425,9 +16028,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13473,6 +16082,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13509,6 +16121,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13518,16 +16133,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13554,12 +16175,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13626,6 +16253,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13650,6 +16280,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13665,6 +16298,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13683,6 +16319,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13716,10 +16355,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13806,6 +16451,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13839,6 +16487,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13875,39 +16526,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13926,6 +16643,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13953,6 +16673,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13962,6 +16685,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14004,6 +16730,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14013,12 +16742,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14037,6 +16808,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14091,7 +16865,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14133,6 +16907,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14145,7 +16928,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14235,6 +17018,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14292,6 +17078,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14325,6 +17114,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14352,6 +17144,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14367,6 +17165,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14376,6 +17180,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14409,9 +17216,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14466,9 +17270,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14478,9 +17279,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14541,6 +17351,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14574,15 +17387,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14598,27 +17411,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14628,9 +17462,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14763,6 +17603,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14790,6 +17633,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14808,6 +17657,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14832,6 +17726,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14841,7 +17738,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14892,7 +17792,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14940,6 +17840,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14964,6 +17870,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15000,12 +17909,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15027,6 +17942,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15042,6 +17960,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15069,6 +17993,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15138,18 +18071,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15165,7 +18113,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15237,6 +18185,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15255,7 +18209,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15297,6 +18251,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15357,7 +18314,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15393,18 +18350,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15423,7 +18395,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15459,6 +18431,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15471,15 +18476,15 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15495,6 +18500,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15504,6 +18515,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15513,12 +18527,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15543,12 +18572,21 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15564,6 +18602,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15609,7 +18650,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15621,12 +18665,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15672,6 +18719,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15708,10 +18758,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15720,6 +18770,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15744,6 +18797,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15807,6 +18863,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15816,6 +18875,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15825,6 +18887,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15834,7 +18902,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15846,6 +18929,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15861,6 +18947,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15876,12 +18965,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15942,9 +19043,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15969,10 +19067,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16026,6 +19130,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16044,21 +19151,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16074,7 +19196,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16101,6 +19223,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16113,6 +19238,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16125,6 +19256,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16137,10 +19277,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16164,12 +19304,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16362,9 +19556,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16395,6 +19586,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16470,7 +19664,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16587,6 +19781,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16596,18 +19796,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16629,9 +19835,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16659,6 +19871,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16668,6 +19883,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16695,7 +19913,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16752,6 +19970,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16764,24 +19985,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16806,7 +20042,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16827,6 +20063,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16878,9 +20117,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16914,6 +20150,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16974,6 +20213,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16998,9 +20240,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17025,9 +20264,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17046,6 +20282,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17127,6 +20366,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17148,6 +20393,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17184,6 +20432,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17250,7 +20501,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17262,13 +20513,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17301,25 +20552,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17334,10 +20588,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17346,6 +20600,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17406,6 +20663,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17433,12 +20693,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17511,13 +20777,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17538,6 +20816,12 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "View file @ "
msgstr ""
@@ -17547,7 +20831,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17556,7 +20840,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17571,6 +20855,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17580,6 +20867,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17622,19 +20912,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17658,12 +20945,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17700,19 +20990,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17721,6 +21011,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17730,6 +21023,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17739,6 +21035,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17769,6 +21068,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17781,6 +21089,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17799,12 +21110,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17961,6 +21287,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17979,6 +21308,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18018,7 +21350,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18027,6 +21359,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18057,9 +21392,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18108,6 +21458,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18117,6 +21470,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18174,6 +21533,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18216,6 +21578,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18231,6 +21596,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18294,12 +21665,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18312,15 +21692,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18330,21 +21716,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18375,6 +21767,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18399,12 +21794,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18432,7 +21833,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18456,6 +21857,15 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18471,12 +21881,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18486,6 +21908,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18498,9 +21923,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18528,6 +21950,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18588,15 +22013,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18630,6 +22046,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18756,18 +22175,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18831,6 +22238,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18849,6 +22259,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18858,12 +22271,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18915,6 +22334,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18930,12 +22355,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18978,6 +22409,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18996,6 +22430,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19026,6 +22466,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19041,9 +22490,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19056,6 +22502,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19089,9 +22538,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19125,7 +22571,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19173,6 +22619,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19353,6 +22802,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19380,7 +22832,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19401,9 +22859,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19434,6 +22898,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19464,6 +22931,9 @@ msgstr[2] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19485,6 +22955,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19494,6 +22967,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19518,6 +22997,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19536,6 +23018,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19620,11 +23108,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/ru/gitlab.po b/locale/ru/gitlab.po
index 1216e1941a5..0314348e949 100644
--- a/locale/ru/gitlab.po
+++ b/locale/ru/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: ru\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:12\n"
+"PO-Revision-Date: 2020-01-22 09:23\n"
msgid " (from %{timeoutSource})"
msgstr " (из %{timeoutSource})"
@@ -56,15 +55,18 @@ msgstr " или "
msgid " or <!merge request id>"
msgstr " или <!merge request id>"
-msgid " or <#epic id>"
-msgstr " или <#epic id>"
-
msgid " or <#issue id>"
msgstr " или <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " или ÑÑылки (например: path/to/project!merge_request_id)"
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "\"%{path}\" не ÑущеÑтвует на \"%{ref}\""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d комментарий"
@@ -110,12 +112,12 @@ msgstr[1] "%d ÑкÑпортера"
msgstr[2] "%d ÑкÑпортеров"
msgstr[3] "%d ÑкÑпортеров"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d упавший теÑÑ‚"
-msgstr[1] "%d упавших теÑта"
-msgstr[2] "%d упавших теÑтов"
-msgstr[3] "%d упавших теÑтов"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -126,10 +128,10 @@ msgstr[3] "%d иÑправленные результаты теÑта"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d недоÑтупный Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+msgstr[1] "%d недоÑтупных запроÑа на ÑлиÑние"
+msgstr[2] "%d недоÑтупных запроÑов на ÑлиÑние"
+msgstr[3] "%d недоÑтупных запроÑов на ÑлиÑние"
msgid "%d issue"
msgid_plural "%d issues"
@@ -140,10 +142,10 @@ msgstr[3] "%d обÑуждений"
msgid "%d issue selected"
msgid_plural "%d issues selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d задача выбрана"
+msgstr[1] "%d задачи выбрано"
+msgstr[2] "%d задач выбрано"
+msgstr[3] "%d задач выбрано"
msgid "%d layer"
msgid_plural "%d layers"
@@ -161,10 +163,10 @@ msgstr[3] "%d запроÑов на ÑлиÑние"
msgid "%d merge request that you don't have access to."
msgid_plural "%d merge requests that you don't have access to."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние, к которому у Ð²Ð°Ñ Ð½ÐµÑ‚ доÑтупа."
+msgstr[1] "%d запроÑа на ÑлиÑние, к которым у Ð²Ð°Ñ Ð½ÐµÑ‚ доÑтупа."
+msgstr[2] "%d запроÑов на ÑлиÑние, к которым у Ð²Ð°Ñ Ð½ÐµÑ‚ доÑтупа."
+msgstr[3] "%d запроÑов на ÑлиÑние, к которым у Ð²Ð°Ñ Ð½ÐµÑ‚ доÑтупа."
msgid "%d metric"
msgid_plural "%d metrics"
@@ -175,10 +177,10 @@ msgstr[3] "%d метрик"
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d минута"
+msgstr[1] "%d минуты"
+msgstr[2] "%d минут"
+msgstr[3] "%d минут"
msgid "%d more comment"
msgid_plural "%d more comments"
@@ -187,12 +189,26 @@ msgstr[1] "еще %d комментариÑ"
msgstr[2] "еще %d комментариев"
msgstr[3] "еще %d комментариев"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d проект"
+msgstr[1] "%d проекта"
+msgstr[2] "%d проектов"
+msgstr[3] "%d проектов"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d Ð·Ð°Ð¿Ñ€Ð¾Ñ Ñ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñми"
+msgstr[1] "%d запроÑа Ñ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñми"
+msgstr[2] "%d запроÑов Ñ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñми"
+msgstr[3] "%d запроÑÑ‹ Ñ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñми"
+
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d Ñекунда"
+msgstr[1] "%d Ñекунды"
+msgstr[2] "%d Ñекунд"
+msgstr[3] "%d Ñекунд"
msgid "%d staged change"
msgid_plural "%d staged changes"
@@ -201,6 +217,13 @@ msgstr[1] "%d запиÑанных изменений"
msgstr[2] "%d запиÑанных изменений"
msgstr[3] "%d запиÑанных изменений"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d незапиÑанных изменений"
@@ -224,21 +247,24 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} Ñоздан %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr "%{cores} Ñдер"
+
msgid "%{count} LOC/commit"
msgstr "%{count} Ñтрок кода / коммит"
msgid "%{count} approval required from %{name}"
msgid_plural "%{count} approvals required from %{name}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%{count} утверждение требуетÑÑ Ð¾Ñ‚ %{name}"
+msgstr[1] "%{count} утверждений требуетÑÑ Ð¾Ñ‚ %{name}"
+msgstr[2] "%{count} утверждений требуетÑÑ Ð¾Ñ‚ %{name}"
+msgstr[3] "%{count} утверждений требуетÑÑ Ð¾Ñ‚ %{name}"
msgid "%{count} approvals from %{name}"
msgstr "%{count} ÑоглаÑований от %{name}"
msgid "%{count} files touched"
-msgstr ""
+msgstr "затронуто %{count} файлов"
msgid "%{count} more"
msgstr "ещё %{count}"
@@ -246,6 +272,13 @@ msgstr "ещё %{count}"
msgid "%{count} more assignees"
msgstr "Ещё %{count} иÑполнителей"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "ещё %{count} релиз"
+msgstr[1] "ещё %{count} релиза"
+msgstr[2] "ещё %{count} релизов"
+msgstr[3] "ещё %{count} релизов"
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} из %{required} ÑоглаÑований от %{name}"
@@ -266,6 +299,15 @@ msgstr[1] "%{count} комментариев в ожидании"
msgstr[2] "%{count} комментариев в ожидании"
msgstr[3] "%{count} комментарии в ожидании"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count} ÑвÑзанный %{pluralized_subject}: %{links}"
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}мÑ"
@@ -273,16 +315,16 @@ msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
msgstr "%{edit_in_new_fork_notice} Попробуйте ещё раз выбрать Ñтот коммит."
msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} Попробуйте Ñоздать новый каталог еще раз."
msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
msgstr ""
msgid "%{edit_in_new_fork_notice} Try to upload a file again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} Попробуйте загрузить файл еще раз."
msgid "%{extra} more downstream pipelines"
-msgstr ""
+msgstr "%{extra} больше загруженных Ñборочных линий"
msgid "%{filePath} deleted"
msgstr "%{filePath} удален"
@@ -290,21 +332,27 @@ msgstr "%{filePath} удален"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} + ещё %{labelCount}"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} не найден в Ñтом коммите"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Группы%{group_docs_link_end} позволÑÑŽÑ‚ управлÑÑ‚ÑŒ неÑколькими проектами и Ñотрудничать Ñ Ð½Ð¸Ð¼Ð¸. Члены группы имеют доÑтуп ко вÑем ее проектам."
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
-msgstr ""
+msgstr "%{group_name} иÑпользует управлÑемые групповые аккаунты. Вам нужно Ñоздать новый аккаунт GitLab, который будет управлÑÑ‚ÑŒÑÑ %{group_name}."
msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
-msgstr ""
+msgstr "%{icon} Ð’Ñ‹ ÑобираетеÑÑŒ добавить %{usersTag} людей к обÑуждению. Будьте оÑторожны."
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} будет удален! Вы уверены?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} недоÑтупно"
@@ -320,8 +368,11 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}Подробнее%{link_end} о ролевом доÑтупе"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr "%{link} могут быть иÑпользованы Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð²Ñзки Ñобытий, когда что-то проиÑходит в проекте."
+
msgid "%{listToShow}, and %{awardsListLength} more."
-msgstr ""
+msgstr "%{listToShow}, и еще %{awardsListLength}."
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Запущена"
@@ -330,7 +381,7 @@ msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} заблокирован пользователем GitLab %{lock_user_id}"
msgid "%{mergeLength}/%{usersLength} can merge"
-msgstr ""
+msgstr "%{mergeLength}/%{usersLength} можно объединить"
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -350,9 +401,28 @@ msgstr "на %{number_commits_behind} коммитов позади %{default_br
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% выполнено"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases} релиз"
+msgstr[1] "%{releases} релиза"
+msgstr[2] "%{releases} релизов"
+msgstr[3] "%{releases} релизов"
+
msgid "%{service_title} activated."
msgstr ""
@@ -372,6 +442,18 @@ msgid "%{size} bytes"
msgstr "%{size} байт"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
+msgstr "%{spammable_titlecase} было уÑпешно отправлено в Akismet."
+
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
msgstr ""
msgid "%{state} epics"
@@ -394,6 +476,13 @@ msgstr[3] "%{strong_start}%{commit_count}%{strong_end} Коммитов"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} файлов"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Тег"
@@ -404,6 +493,18 @@ msgstr[3] "%{strong_start}%{tag_count}%{strong_end} Тегов"
msgid "%{tabname} changed"
msgstr "%{tabname} изменено"
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id}' неизвеÑтен или недейÑтвителен"
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files}"
@@ -420,6 +521,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² %{title}"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr "%{total} Ð²ÐµÑ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ñ… задач"
+
+msgid "%{total} open issues"
+msgstr "%{total} открытых задач"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} не зафикÑированных и %{staged} зафикÑированных изменений"
@@ -427,7 +537,7 @@ msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what infor
msgstr ""
msgid "%{userName} (cannot merge)"
-msgstr ""
+msgstr "%{userName}(не может выполнÑÑ‚ÑŒ ÑлиÑние)"
msgid "%{userName}'s avatar"
msgstr "Ðватар %{userName}"
@@ -488,7 +598,7 @@ msgid "+ %{moreCount} more"
msgstr "+ ещё %{moreCount}"
msgid "+ %{numberOfHiddenAssignees} more"
-msgstr ""
+msgstr "+ %{numberOfHiddenAssignees} больше"
msgid "+%{extraOptionCount} more"
msgstr "+ещё %{extraOptionCount}"
@@ -496,12 +606,26 @@ msgstr "+ещё %{extraOptionCount}"
msgid ", or "
msgstr ", или "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- Событие"
+msgstr[1] "- СобытиÑ"
+msgstr[2] "- СобытиÑ"
+msgstr[3] "- СобытиÑ"
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Runner активен и может обрабатывать любые новые заданиÑ"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Runner приоÑтановлен и не получит новые заданиÑ"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- Пользователь"
+msgstr[1] "- Пользователи"
+msgstr[2] "- Пользователи"
+msgstr[3] "- Пользователи"
+
msgid "- show less"
msgstr "- Ñвернуть"
@@ -531,21 +655,25 @@ msgstr[3] "%d дней"
msgid "1 closed issue"
msgid_plural "%{issues} closed issues"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "1 Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð°Ñ Ð·Ð°Ð´Ð°Ñ‡Ð°"
+msgstr[1] "%{issues} закрытых задач"
+msgstr[2] "%{issues} закрытых задач"
+msgstr[3] "%{issues} закрытые задачи"
msgid "1 closed merge request"
msgid_plural "%{merge_requests} closed merge requests"
+msgstr[0] "1 закрытый Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+msgstr[1] "%{merge_requests} закрытых запроÑа на ÑлиÑние"
+msgstr[2] "%{merge_requests} закрытых запроÑов на ÑлиÑние"
+msgstr[3] "%{merge_requests} закрытых запроÑов на ÑлиÑние"
+
+msgid "1 day"
+msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "1 day"
-msgstr "1 день"
-
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 группа"
@@ -553,26 +681,40 @@ msgstr[1] "%d групп"
msgstr[2] "%d групп"
msgstr[3] "%d групп"
-msgid "1 merged merge request"
-msgid_plural "%{merge_requests} merged merge requests"
+msgid "1 hour"
+msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "1 open issue"
-msgid_plural "%{issues} open issues"
+msgid "1 merged merge request"
+msgid_plural "%{merge_requests} merged merge requests"
+msgstr[0] "1 объединенный Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+msgstr[1] "%{merge_requests} объединённых запроÑа на ÑлиÑние"
+msgstr[2] "%{merge_requests} объединенных запроÑов на ÑлиÑние"
+msgstr[3] "%{merge_requests} объединенные запроÑов на ÑлиÑние"
+
+msgid "1 minute"
+msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 open issue"
+msgid_plural "%{issues} open issues"
+msgstr[0] "1 открытое обÑуждение"
+msgstr[1] "%{issues} открытых обÑуждениÑ"
+msgstr[2] "%{issues} открытых обÑуждений"
+msgstr[3] "%{issues} открытых обÑуждений"
+
msgid "1 open merge request"
msgid_plural "%{merge_requests} open merge requests"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "1 открытый Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+msgstr[1] "%{merge_requests} открытых запроÑа на ÑлиÑние"
+msgstr[2] "%{merge_requests} открытых запроÑов на ÑлиÑние"
+msgstr[3] "%{merge_requests} открытых запроÑов на ÑлиÑние"
msgid "1 pipeline"
msgid_plural "%d pipelines"
@@ -602,14 +744,23 @@ msgid "1-9 contributions"
msgstr ""
msgid "10-19 contributions"
-msgstr ""
+msgstr "10-19 ÑодейÑтвий"
msgid "1st contribution!"
msgstr "Первый вклад!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
@@ -622,12 +773,18 @@ msgstr "3 днÑ"
msgid "3 hours"
msgstr "3 чаÑа"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 минут"
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "ПожалуйÑта обратитеÑÑŒ к вашему админиÑтратору GitLab Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ."
@@ -643,12 +800,18 @@ msgstr "Страница Ðе Ðайдена"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "ПожалуйÑта ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ админиÑтратором GitLab Ñервера, еÑли вы Ñчитаете данное поведение ошибкой."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 чаÑов"
-msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
+msgid "< 1 hour"
msgstr ""
+msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
+msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> добавил \"<a href=\"#\">@johnsmith</a>\" По вÑем вопроÑам и комментариÑм, изначально Ñозданным johnsmith@example.com, и уÑтановил <a href=\"#\">@johnsmith</a> в качеÑтве правопреемника по вÑем задачам первоначально назначен johnsmith@example.com."
+
msgid "<code>\"johnsmith@example.com\": \"John Smith\"</code> will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
msgstr ""
@@ -659,7 +822,7 @@ msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will ad
msgstr ""
msgid "<no name set>"
-msgstr ""
+msgstr "<no name set>"
msgid "<no scopes selected>"
msgstr "<no scopes selected>"
@@ -667,16 +830,10 @@ msgstr "<no scopes selected>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> Ñоздано, <strong>%{accepted_count}</strong> принÑто."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> Ñоздано, <strong>%{closed_count}</strong> закрыто."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> учаÑтников группы"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -706,27 +863,51 @@ msgstr "SSL Ñертификат Let's Encrypt не может быть полу
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ Let's Encrypt будет наÑтроена Ð´Ð»Ñ Ð´Ð°Ð½Ð½Ð¾Ð¹ уÑтановки GitLab Ñ Ð¸Ñпользованием адреÑа вашей Ñлектронной почты. Ð’Ñ‹ получите Ñлектронное пиÑьмо Ñ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸ÐµÐ¼ об иÑтечении Ñрока дейÑÑ‚Ð²Ð¸Ñ Ñертификатов."
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Ð”Ð»Ñ Ð¿ÑƒÑтого проекта Ð½ÐµÐ»ÑŒÐ·Ñ Ð²Ñ‹Ð±Ñ€Ð°Ñ‚ÑŒ ветку по умолчанию."
msgid "A deleted user"
msgstr "Удаленный пользователь"
-msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
msgstr ""
+msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgstr "Ответвление - Ñто ÐºÐ¾Ð¿Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°.<br />Ответвление Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет вноÑить изменениÑ, не влиÑÑ Ð½Ð° иÑходный проект."
+
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr "ÐÐ¾Ð²Ð°Ñ ÑÐ±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Auto DevOps Ñоздана, обратитеÑÑŒ к %{pipelines_link_start}Ñтранице, поÑвÑщенной Сборочным линиÑм%{pipelines_link_end} за подробноÑÑ‚Ñми"
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "Ð’ вашем ответвлении будет Ñоздана Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑ‚ÐºÐ° и запущен новый Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние."
msgid "A new impersonation token has been created."
-msgstr ""
+msgstr "Был Ñоздан новый токен заимÑÑ‚Ð²Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð°Ð²."
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "ПроÑтой HTML-Ñайт, который иÑпользует Netlify Ð´Ð»Ñ CI/CD вмеÑто GitLab, но вÑÑ‘ ещё Ñ Ð´Ñ€ÑƒÐ³Ð¸Ð¼Ð¸ замечательными возможноÑÑ‚Ñми GitLab."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr "Шаблон проекта Ð´Ð»Ñ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ Salesforce-Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Salesforce Developer Tools."
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "Ð’ проекте вы размещаете Ñвои файлы (репозиторий), планируете Ñвою работу (обÑуждениÑ), и публикуете документацию (wiki), %{among_other_things_link}."
@@ -736,11 +917,11 @@ msgstr "Готовый шаблон Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ Ð¿Ñ€Ð¸Ð
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "Готовый шаблон Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñми iOS Swift."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "РегулÑрное выражение, которое будет иÑпользоватьÑÑ Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка результатов Ð¿Ð¾ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñ‚ÐµÑтами в задании. ОÑтавьте пуÑтым Ð´Ð»Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
msgid "A secure token that identifies an external storage request."
-msgstr ""
+msgstr "Токен безопаÑноÑти, который идентифицирует Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð²Ð½ÐµÑˆÐ½ÐµÐ³Ð¾ хранилища."
msgid "A user with write access to the source branch selected this option"
msgstr "Пользователь Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸ÐµÐ¼ на запиÑÑŒ в ветку иÑточника выбрал Ñтот вариант"
@@ -751,6 +932,18 @@ msgstr "Справка по API"
msgid "API Token"
msgstr "API токен"
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr "Ключ доÑтупа AWS. ТребуетÑÑ, только еÑли Ð´Ð»Ñ Ð´Ð¾Ñтупа к инÑтанÑу не иÑпользуетÑÑ Ñ€Ð¾Ð»ÑŒ"
+
+msgid "AWS Secret Access Key"
+msgstr "Секретный ключ доÑтупа AWS"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr "Секретный ключ доÑтупа AWS. ТребуетÑÑ, только еÑли Ð´Ð»Ñ Ð´Ð¾Ñтупа к инÑтанÑу не иÑпользуетÑÑ Ñ€Ð¾Ð»ÑŒ"
+
msgid "Abort"
msgstr "Отменить"
@@ -799,6 +992,9 @@ msgstr "ДоÑтуп запрещен. Проверьте Ñвой уровенÑ
msgid "Access to '%{classification_label}' not allowed"
msgstr "ДоÑтуп к '%{classification_label}' не разрешён"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "Группы"
@@ -812,19 +1008,19 @@ msgid "AccessTokens|Access Tokens"
msgstr "Токены доÑтупа"
msgid "AccessTokens|Are you sure?"
-msgstr ""
+msgstr "Вы уверены?"
msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
msgstr "Ð’Ñ‹ уверены? Любые RSS или URL-адреÑа календарÑ, иÑпользуемые в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð¿ÐµÑ€ÐµÑтанут работать."
msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working."
-msgstr ""
+msgstr "Ð’Ñ‹ уверены? Любое Ð¸Ð¼Ñ Ñлектронной почты, которое в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð¸ÑпользуетÑÑ, переÑтанет работать."
msgid "AccessTokens|Created"
msgstr "Создано"
msgid "AccessTokens|Feed token"
-msgstr ""
+msgstr "Токен потока"
msgid "AccessTokens|Incoming email token"
msgstr "Токен входÑщей Ñлектронной почты"
@@ -845,7 +1041,7 @@ msgid "AccessTokens|Personal Access Tokens"
msgstr "Личные токены доÑтупа"
msgid "AccessTokens|Static object token"
-msgstr ""
+msgstr "Токен ÑтатичеÑкого объекта"
msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
msgstr "Тогда они будут ÑвлÑÑ‚ÑŒÑÑ ÐµÐ´Ð¸Ð½Ñтвенным возможным паролем, еÑли у Ð²Ð°Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð° Ð´Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ (2FA)."
@@ -857,20 +1053,23 @@ msgid "AccessTokens|You can generate a personal access token for each applicatio
msgstr "Ð’Ñ‹ можете Ñгенерировать личный токен доÑтупа Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ иÑпользуемого вами приложениÑ, которому необходим доÑтуп к GitLab API."
msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
-msgstr ""
+msgstr "Когда ваш RSS-reader загружает перÑональную RSS ленту или когда приложение ÐºÐ°Ð»ÐµÐ½Ð´Ð°Ñ€Ñ Ð·Ð°Ð³Ñ€ÑƒÐ¶Ð°ÐµÑ‚ перÑональный календарь, ваш токен канала иÑпользуетÑÑ Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸ и включен в URL-адреÑа ленты."
msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
-msgstr ""
+msgstr "Ваш токен входÑщей Ñлектронной почты иÑпользуетÑÑ Ð´Ñл аутентификации когда вы Ñоздаете новую задачу при помощи Ñлектронной почты и включен в ваши перÑональные Ñлектронные адреÑа, отноÑÑщиеÑÑ Ðº проекту."
msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
msgstr ""
msgid "AccessTokens|reset it"
-msgstr ""
+msgstr "ÑброÑить"
msgid "Account"
msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr "Ðккаунт и ограничениÑ"
@@ -880,6 +1079,9 @@ msgstr "Ðккаунт: %{account}"
msgid "Action to take when receiving an alert."
msgstr "ДейÑтвиÑ, предпринимаемые при получении предупреждениÑ."
+msgid "Activate"
+msgstr "Ðктивировать"
+
msgid "Activate Service Desk"
msgstr "Ðктивировать Ñлужбу поддержки"
@@ -887,7 +1089,7 @@ msgid "Active"
msgstr "Ðктивный"
msgid "Active %{type} Tokens (%{token_length})"
-msgstr ""
+msgstr "Ðктивные токены %{type} (%{token_length})"
msgid "Active Sessions"
msgstr "Ðктивные ÑеÑÑии"
@@ -900,10 +1102,10 @@ msgstr "Добавить"
msgid "Add %d issue"
msgid_plural "Add %d issues"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Добавить %d обÑуждение"
+msgstr[1] "Добавить %d обÑуждениÑ"
+msgstr[2] "Добавить %d обÑуждений"
+msgstr[3] "Добавить %d обÑуждений"
msgid "Add CHANGELOG"
msgstr "Добавить CHANGELOG"
@@ -923,20 +1125,23 @@ msgstr "Добавить URL-Ð°Ð´Ñ€ÐµÑ Jaeger"
msgid "Add Kubernetes cluster"
msgstr "Добавить Kubernetes клаÑтер"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr "Добавить README"
msgid "Add Zoom meeting"
-msgstr ""
+msgstr "ПриÑоединитьÑÑ Ðº вÑтрече в Zoom"
msgid "Add a %{type} token"
-msgstr ""
+msgstr "Добавить токен %{type}"
msgid "Add a GPG key"
msgstr "Добавить GPG ключ"
msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
-msgstr ""
+msgstr "Добавьте кнопку Grafana на боковой панели админиÑтратора в разделе мониторинга, чтобы получить доÑтуп к различным ÑтатиÑтичеÑким данным о работоÑпоÑобноÑти и производительноÑти GitLab."
msgid "Add a To Do"
msgstr "Добавить в ÑпиÑок задач"
@@ -945,13 +1150,13 @@ msgid "Add a bullet list"
msgstr "Добавить маркированный ÑпиÑок"
msgid "Add a general comment to this %{noteableDisplayName}."
-msgstr ""
+msgstr "Добавить общий комментарий Ð´Ð»Ñ Ñтого %{noteableDisplayName}."
msgid "Add a general comment to this %{noteable_name}."
msgstr "Добавить общий комментарий к Ñтому %{noteable_name}."
msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message."
-msgstr "Добавьте домашнюю Ñтраницу в Ñвою вики, в которой ÑодержитÑÑ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ вашем проекте, и GitLab отобразит ее здеÑÑŒ вмеÑто Ñтого ÑообщениÑ."
+msgstr "Добавьте домашнюю Ñтраницу в Ñвою Wiki, в которой ÑодержитÑÑ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ вашем проекте, и GitLab отобразит ее здеÑÑŒ вмеÑто Ñтого ÑообщениÑ."
msgid "Add a link"
msgstr "Добавить ÑÑылку"
@@ -971,20 +1176,20 @@ msgstr "Добавить дополнительный текÑÑ‚, который
msgid "Add an SSH key"
msgstr "Добавить SSH ключ"
+msgid "Add an existing issue to the epic."
+msgstr ""
+
msgid "Add an issue"
msgstr "Добавить обÑуждение"
msgid "Add approval rule"
-msgstr ""
-
-msgid "Add approvers"
-msgstr "Добавить утверждающих"
+msgstr "Добавить правило утверждениÑ"
msgid "Add bold text"
msgstr "Добавить жирный текÑÑ‚"
msgid "Add child epic to an epic"
-msgstr ""
+msgstr "Добавить дочерний Ñлемент в другой Ñлемент"
msgid "Add comment now"
msgstr "Добавить комментарий"
@@ -993,7 +1198,7 @@ msgid "Add email address"
msgstr "Добавить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
-msgstr ""
+msgstr "Добавить заголовок и подвал в Ñлектронные пиÑьма. ПожалуйÑта, обратите внимание, что наÑтройки цвета будут применены только в интерфейÑе приложениÑ"
msgid "Add image comment"
msgstr "Добавить комментарий к изображению"
@@ -1019,35 +1224,35 @@ msgstr "Добавить новое приложение"
msgid "Add new directory"
msgstr "Добавить новый каталог"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr "Добавить или вычеÑÑ‚ÑŒ потраченное времÑ"
msgid "Add reaction"
msgstr "Добавить реакцию"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr "Добавить ÑиÑтемный перехват"
+
msgid "Add to Slack"
msgstr "Добавить в Slack"
msgid "Add to epic"
-msgstr ""
+msgstr "Добавить к цели"
msgid "Add to merge train"
-msgstr ""
+msgstr "Добавить в цепочку ÑлиÑний"
msgid "Add to merge train when pipeline succeeds"
-msgstr ""
-
-msgid "Add to project"
-msgstr "Добавить в проект"
+msgstr "Добавить в цепочку ÑлиÑний когда ÑÐ±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ ÑƒÑпешна"
msgid "Add to review"
msgstr "Добавить к рецензированию"
msgid "Add to tree"
-msgstr ""
+msgstr "Добавить к дереву"
msgid "Add user(s) to the group:"
msgstr "Добавить пользовател(Ñ/ей) в группу:"
@@ -1055,32 +1260,35 @@ msgstr "Добавить пользовател(Ñ/ей) в группу:"
msgid "Add users to group"
msgstr "Добавить пользователей в группу"
+msgid "Add webhook"
+msgstr "Добавить вебхук"
+
msgid "AddMember|No users specified."
-msgstr ""
+msgstr "Пользователь не задан."
msgid "AddMember|Too many users specified (limit is %{user_limit})"
-msgstr ""
+msgstr "Указано Ñлишком много пользователей (ограничение - %{user_limit})"
msgid "Added"
msgstr "Добавлено"
-msgid "Added %{epic_ref} as child epic."
-msgstr ""
+msgid "Added %{epic_ref} as a child epic."
+msgstr "Добавлен %{epic_ref} как дочернÑÑ Ñ†ÐµÐ»ÑŒ."
msgid "Added %{label_references} %{label_text}."
-msgstr ""
+msgstr "Добавлена%{label_references} %{label_text}."
msgid "Added a To Do."
msgstr "Добавлено в ÑпиÑок задач."
msgid "Added an issue to an epic."
-msgstr ""
+msgstr "К цели добавлена задача."
msgid "Added at"
-msgstr ""
+msgstr "Добавлено"
msgid "Added in this version"
-msgstr ""
+msgstr "Добавлено в Ñтой верÑии"
msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
msgstr "Добавление новых приложений отключено в вашем ÑкземплÑре GitLab. ОбратитеÑÑŒ к админиÑтратору GitLab, чтобы получить разрешение"
@@ -1095,19 +1303,22 @@ msgid "Adds"
msgstr ""
msgid "Adds %{epic_ref} as child epic."
-msgstr ""
+msgstr "ДобавлÑет %{epic_ref} как дочерний Ñлемент."
msgid "Adds %{labels} %{label_text}."
-msgstr ""
+msgstr "ДобавлÑетÑÑ %{labels}%{label_text}."
msgid "Adds a To Do."
-msgstr ""
+msgstr "ДобавлÑет в To Do лиÑÑ‚."
msgid "Adds a Zoom meeting"
-msgstr ""
+msgstr "ДобавлÑет вÑтречу в Zoom"
msgid "Adds an issue to an epic."
-msgstr ""
+msgstr "К цели добавлÑетÑÑ Ð·Ð°Ð´Ð°Ñ‡Ð°."
+
+msgid "Adjust your filters/search criteria above."
+msgstr "ÐаÑтройте фильтры / критерии поиÑка выше."
msgid "Admin Area"
msgstr "Ðдмин панель"
@@ -1116,17 +1327,20 @@ msgid "Admin Overview"
msgstr "Обзор ÐдминиÑтратора"
msgid "Admin Section"
+msgstr "Раздел ÐдминиÑтрированиÑ"
+
+msgid "Admin mode already enabled"
+msgstr "Режим админиÑтратора уже включен"
+
+msgid "Admin mode disabled"
+msgstr "Режим админиÑтратора отключен"
+
+msgid "Admin mode enabled"
msgstr ""
msgid "Admin notes"
msgstr "Заметки админиÑтратора"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ окончательно удалить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{username}. ОбÑуждениÑ, запроÑÑ‹ ÑлиÑÐ½Ð¸Ñ Ð¸ ÑвÑзанные Ñ Ð½Ð¸Ð¼Ð¸ группы будут переданы общеÑиÑтемному «Призрачному пользователю». Чтобы избежать потери данных, раÑÑмотрите возможноÑÑ‚ÑŒ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ %{strong_start}блокировки пользователÑ%{strong_end}. ПоÑле %{strong_start}ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ%{strong_end} его будет невозможно воÑÑтановить или отменить удаление."
-
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ окончательно удалить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{username}. Это удалит вÑе его обÑуждениÑ, запроÑÑ‹ ÑлиÑÐ½Ð¸Ñ Ð¸ ÑвÑзанные Ñ Ð½Ð¸Ð¼Ð¸ группы. Чтобы избежать потери данных, раÑÑмотрите возможноÑÑ‚ÑŒ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ %{strong_start}блокировки пользователÑ%{strong_end}. ПоÑле %{strong_start}ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ%{strong_end} его будет невозможно воÑÑтановить или отменить удаление."
-
msgid "AdminArea|Stop all jobs"
msgstr "ОÑтановить вÑе заданиÑ"
@@ -1142,8 +1356,14 @@ msgstr "ОÑтановка заданий не удалаÑÑŒ"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ оÑтановить вÑе заданиÑ. Это дейÑтвие оÑтановит вÑе текущие заданиÑ, находÑщиеÑÑ Ð² процеÑÑе выполнениÑ."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr "Личные токены доÑтупа"
+
+msgid "AdminCredentials|SSH Keys"
+msgstr "SSH-ключи"
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
-msgstr ""
+msgstr "Ошибка загрузки ÑтатиÑтики. ПожалуйÑта, попробуйте еще раз"
msgid "AdminNote|Note"
msgstr "ПримечаниÑ"
@@ -1170,52 +1390,52 @@ msgid "AdminSettings|Environment variables are protected by default"
msgstr "Переменные Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð·Ð°Ñ‰Ð¸Ñ‰ÐµÐ½Ñ‹ по умолчанию"
msgid "AdminSettings|No required pipeline"
-msgstr ""
+msgstr "Ðе требуетÑÑ ÑÐ±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ"
msgid "AdminSettings|Required pipeline configuration"
-msgstr ""
+msgstr "Ð¢Ñ€ÐµÐ±ÑƒÐµÐ¼Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборочной линии"
msgid "AdminSettings|Select a pipeline configuration file"
-msgstr ""
+msgstr "Выберите файл конфигурации Ñборочной линии"
msgid "AdminSettings|Select a template"
msgstr "Выберите шаблон"
msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
-msgstr ""
+msgstr "УÑтановить автоматичеÑкую включенную %{link_start}конфигурацию Ñборочной линии%{link_end} Ð´Ð»Ñ Ð²Ñего ÑкземплÑра. Эта ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборочной линии будет запуÑкатьÑÑ Ð¿Ð¾Ñле ÑобÑтвенной конфигурации проекта."
msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
msgstr "Укажите домен, который будет иÑпользоватьÑÑ Ð¿Ð¾ умолчанию Ð´Ð»Ñ Ð²Ñех проектов в Auto Review приложениÑÑ… и ÑтадиÑÑ… Auto Deploy."
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
-msgstr ""
+msgstr "Ð¢Ñ€ÐµÐ±ÑƒÐµÐ¼Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборки может быть выбрана из каталога %{code_start}gitlab-ci%{code_end} внутри %{link_start}Ñконфигурированного хранилища ÑкземплÑров шаблонов%{link_end} или из предоÑтавленных GitLab конфигурации."
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "При Ñоздании новой переменной Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾Ð½Ð° будет защищена по умолчанию."
msgid "AdminStatistics|Active Users"
-msgstr ""
+msgstr "Ðктивные пользователи"
msgid "AdminStatistics|Forks"
-msgstr ""
+msgstr "ОтветвлениÑ"
msgid "AdminStatistics|Issues"
-msgstr ""
+msgstr "ОбÑуждениÑ"
msgid "AdminStatistics|Merge Requests"
-msgstr ""
+msgstr "ЗапроÑÑ‹ на ÑлиÑние"
msgid "AdminStatistics|Milestones"
-msgstr ""
+msgstr "Этапы"
msgid "AdminStatistics|Notes"
-msgstr ""
+msgstr "Заметки"
msgid "AdminStatistics|SSH Keys"
-msgstr ""
+msgstr "SSH ключи"
msgid "AdminStatistics|Snippets"
-msgstr ""
+msgstr "Сниппеты"
msgid "AdminUsers|2FA Disabled"
msgstr "2FA отключена"
@@ -1232,15 +1452,39 @@ msgstr "ÐдминиÑтратор"
msgid "AdminUsers|Admins"
msgstr "ÐдминиÑтраторы"
+msgid "AdminUsers|Block"
+msgstr "Заблокировать"
+
msgid "AdminUsers|Block user"
msgstr "Заблокировать пользователÑ"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "Заблокировать Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{username}?"
+
msgid "AdminUsers|Blocked"
msgstr "Заблокированые"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "Блокировка Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð¼ÐµÐµÑ‚ Ñледующие Ñффекты:"
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "Ðе удалоÑÑŒ разблокировать заблокированных пользователей LDAP"
+msgid "AdminUsers|Deactivate"
+msgstr "Отключить"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "Отключить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{username}?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr "Отключить пользователÑ"
+
+msgid "AdminUsers|Deactivated"
+msgstr "Отключено"
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr "Ð”ÐµÐ°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð¼ÐµÐµÑ‚ Ñледующие Ñффекты:"
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "Удалить ÐŸÐ¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{username} и внеÑённые им Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ?"
@@ -1256,15 +1500,36 @@ msgstr "Удалить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ внеÑённые им изÐ
msgid "AdminUsers|External"
msgstr "Внешние"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "Это вы!"
msgid "AdminUsers|New user"
msgstr "Ðовый пользователь"
+msgid "AdminUsers|No credentials found"
+msgstr "Учётные данные не обнаружены"
+
msgid "AdminUsers|No users found"
msgstr "Пользователи не найдены"
+msgid "AdminUsers|Owned groups will be left"
+msgstr "Группы, имеющиеÑÑ Ð² ÑобÑтвенноÑти будут Ñохранены"
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr "Личные проекты будут Ñохранены"
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr "Личные проекты, группы и иÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ оÑтанутÑÑ Ð½ÐµÑ‚Ñ€Ð¾Ð½ÑƒÑ‚Ñ‹Ð¼Ð¸"
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr "ÐŸÐ¾Ð²Ñ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð±ÑƒÐ´ÐµÑ‚:"
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr "ВоÑÑтановить доÑтуп Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ðº учетной запиÑи, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð²ÐµÐ±, Git и API."
+
msgid "AdminUsers|Search by name, email or username"
msgstr "ПоиÑк по имени, Ñлектронной почте или по имени пользователÑ"
@@ -1277,18 +1542,45 @@ msgstr "Отправить Ñлектронные пиÑьма пользоваÑ
msgid "AdminUsers|Sort by"
msgstr "Сортировать по"
+msgid "AdminUsers|The user will be logged out"
+msgstr "AdminUsers|Пользователь выйдет из ÑиÑтемы"
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr "Пользователь не Ñможет получить доÑтуп к репозиториÑм git"
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "Пользователь не Ñможет получить доÑтуп к API"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr "Пользователь не Ñможет иÑпользовать команды Ñ ÐºÐ¾Ñой чертой (/)"
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr "Пользователь не будет получать никаких уведомлений"
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Ð”Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ, введите %{projectName}"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Ð”Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ, введите %{username}"
-msgid "AdminUsers|User will be blocked"
-msgstr "Пользователь будет заблокирован"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr "Пользователь не Ñможет получить доÑтуп к репозиториÑм git"
+
+msgid "AdminUsers|User will not be able to login"
+msgstr "Пользователь не Ñможет войти"
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr "Когда пользователь в Ñледующий раз войдёт в ÑиÑтему, его ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ Ñнова Ñтанет полноÑтью активной"
msgid "AdminUsers|Without projects"
msgstr "Без проектов"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ окончательно удалить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{username}. ОбÑуждениÑ, запроÑÑ‹ ÑлиÑÐ½Ð¸Ñ Ð¸ ÑвÑзанные Ñ Ð½Ð¸Ð¼Ð¸ группы будут переданы общеÑиÑтемному «Ghost-user». Чтобы избежать потери данных, раÑÑмотрите возможноÑÑ‚ÑŒ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ %{strong_start}блокировки пользователÑ%{strong_end}. ПоÑле %{strong_start}ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ%{strong_end}, Ð½ÐµÐ»ÑŒÐ·Ñ Ð±ÑƒÐ´ÐµÑ‚ его воÑÑтановить или отменить удаление."
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ окончательно удалить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{username}. Это удалит вÑе его обÑуждениÑ, запроÑÑ‹ ÑлиÑÐ½Ð¸Ñ Ð¸ ÑвÑзанные Ñ Ð½Ð¸Ð¼Ð¸ группы. Чтобы избежать потери данных, раÑÑмотрите возможноÑÑ‚ÑŒ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ %{strong_start}блокировки пользователÑ%{strong_end}. ПоÑле %{strong_start}ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ%{strong_end}, Ð½ÐµÐ»ÑŒÐ·Ñ Ð±ÑƒÐ´ÐµÑ‚ его воÑÑтановить или отменить удаление."
+
msgid "Advanced"
msgstr "РаÑширенные"
@@ -1315,14 +1607,20 @@ msgstr[2] "Предупреждений"
msgstr[3] "Предупреждений"
msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
-msgstr ""
+msgstr "%{linkStart}Узнайте подробнее%{linkEnd} о наÑтройке Ñтой конечной точки Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¾Ð¿Ð¾Ð²ÐµÑ‰ÐµÐ½Ð¸Ð¹."
msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
-msgstr ""
+msgstr "Каждый иÑточник оповещений должен быть авторизован Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Ñледующего URL и ключа авторизации."
msgid "Alerts"
msgstr "ОповещениÑ"
+msgid "Alerts endpoint"
+msgstr "ÐšÐ¾Ð½ÐµÑ‡Ð½Ð°Ñ Ñ‚Ð¾Ñ‡ÐºÐ° оповещений"
+
+msgid "Algorithm"
+msgstr "Ðлгоритм"
+
msgid "All"
msgstr "Ð’Ñе"
@@ -1330,21 +1628,21 @@ msgid "All Members"
msgstr "Ð’Ñе УчаÑтники"
msgid "All branches"
-msgstr ""
+msgstr "Ð’Ñе ветви"
msgid "All changes are committed"
msgstr "Ð’Ñе Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð·Ð°Ñ„Ð¸ÐºÑированы"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
-msgstr ""
+msgstr "Ð’Ñе адреÑа Ñлектронной почты будут иÑпользоватьÑÑ Ð´Ð»Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸ ваших коммитов."
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Ð’Ñе функции ÑиÑтемы включаютÑÑ Ð´Ð»Ñ Ð¿ÑƒÑÑ‚Ñ‹Ñ… проектов, Ñозданных из шаблонов или импортированных, но вы можете отключить их впоÑледÑтвии в наÑтройках проекта."
msgid "All groups and projects"
+msgstr "Ð’Ñе группы и проекты"
+
+msgid "All issues for this milestone are closed."
msgstr ""
msgid "All issues for this milestone are closed. You may close this milestone now."
@@ -1353,9 +1651,18 @@ msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr "Ð’Ñе завиÑимоÑти запроÑа на ÑлиÑние были объединены"
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr "Ð’Ñе пути должны быть указаны отноÑительно URL GitLab. Ðе указывайте Ñам %{relative_url_link_start}отноÑительный URL%{relative_url_link_end}."
+
msgid "All projects"
msgstr "Ð’Ñе проекты"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr "Ð’Ñе пользователи"
@@ -1371,9 +1678,6 @@ msgstr "Разрешить коммиты от учаÑтников, которÑ
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1386,14 +1690,17 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Разрешить рендеринг диаграмм PlantUML в документах Asciidoc."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr "Разрешить наÑтройку Ð·ÐµÑ€ÐºÐ°Ð»Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ñопровождающим проекта"
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
msgid "Allow requests to the local network from system hooks"
-msgstr ""
+msgstr "Разрешить запроÑÑ‹ к локальной Ñети из ÑиÑтемных хуков"
msgid "Allow requests to the local network from web hooks and services"
-msgstr ""
+msgstr "Разрешать запроÑÑ‹ в локальной Ñети Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ web-перехватов и Ñлужб"
msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
msgstr ""
@@ -1401,14 +1708,11 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "Разрешить пользователÑм региÑтрировать любое приложение Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ GitLab как провайдера OAuth"
-msgid "Allow users to request access"
-msgstr "Разрешить пользователÑм запрашивать доÑтуп"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Разрешить пользователÑм запрашивать доÑтуп, еÑли видимоÑÑ‚ÑŒ ÑвлÑетÑÑ Ð¾Ð±Ñ‰ÐµÐ´Ð¾Ñтупной или внутренней."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr "Разрешить пользователÑм запрашивать доÑтуп (еÑли видимоÑÑ‚ÑŒ ÑвлÑетÑÑ Ð¾Ð±Ñ‰ÐµÐ´Ð¾Ñтупной или внутренней)"
msgid "Allowed email domain restriction only permitted for top-level groups"
-msgstr ""
+msgstr "Разрешено ограничение доменов Ñлектронной почты только Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿ верхнего уровнÑ"
msgid "Allowed to fail"
msgstr ""
@@ -1416,6 +1720,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "ПозволÑет добавлÑÑ‚ÑŒ и управлÑÑ‚ÑŒ клаÑтерами Kubernetes."
+msgid "Almost there"
+msgstr "Почти готово"
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1425,6 +1732,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr "Amazon EKS"
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr "Ð˜Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ð¸Ñ Ñ Amazon EKS позволÑет вам предоÑтавлÑÑ‚ÑŒ клаÑтеры EKS из GitLab."
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Amazon не %{link_start}наÑтроена%{link_end}. ОбратитеÑÑŒ к Ñвоему админиÑтратору GitLab, еÑли хотите иÑпользовать Ñту Ñлужбу."
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "Ð’Ñ€ÐµÐ¼Ñ (в чаÑах), на которое пользователÑм позволено пропуÑкать принудительную наÑтройку двухфакторной аутентификации"
@@ -1438,7 +1757,7 @@ msgid "An error has occurred"
msgstr "Произошла ошибка"
msgid "An error occurred adding a draft to the thread."
-msgstr ""
+msgstr "Произошла ошибка при добавлении черновика в поток."
msgid "An error occurred adding a new draft."
msgstr "Произошла ошибка Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ черновика."
@@ -1470,12 +1789,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr "Произошла ошибка при обновлении веÑа обÑуждениÑ"
+msgid "An error occurred while checking group path"
+msgstr "Произошла ошибка при проверке пути группы"
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "Произошла ошибка при удалении группы подтверждений"
msgid "An error occurred while deleting the comment"
msgstr "Во Ð²Ñ€ÐµÐ¼Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð¾ÑˆÐ»Ð° ошибка"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "Произошла ошибка при обнаружении ключей хоÑта"
@@ -1492,16 +1820,19 @@ msgid "An error occurred while enabling Service Desk."
msgstr "Произошла ошибка при включении Ñлужбы поддержки."
msgid "An error occurred while fetching environments."
-msgstr ""
+msgstr "Произошла ошибка при получении окружениÑ."
+
+msgid "An error occurred while fetching exposed artifacts."
+msgstr "Произошла ошибка при извлечении ÑкÑпонированных артефактов."
msgid "An error occurred while fetching folder content."
msgstr "Произошла ошибка при получении Ñодержимого папки."
msgid "An error occurred while fetching issues."
-msgstr ""
+msgstr "Произошла ошибка при получении задач."
msgid "An error occurred while fetching label colors."
-msgstr ""
+msgstr "Произошла ошибка при получении цветов Ñрлыков."
msgid "An error occurred while fetching markdown preview"
msgstr "Произошла ошибка при предварительном проÑмотре markdown"
@@ -1519,7 +1850,7 @@ msgid "An error occurred while fetching the Service Desk address."
msgstr ""
msgid "An error occurred while fetching the board lists. Please try again."
-msgstr ""
+msgstr "Произошла ошибка при получении ÑпиÑка панелей управлениÑ. ПожалуйÑта, попробуйте ещё раз."
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -1527,12 +1858,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "Произошла ошибка при получении Ñборочной линии."
@@ -1540,11 +1877,14 @@ msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
msgid "An error occurred while fetching this tab."
-msgstr ""
+msgstr "Произошла ошибка при получении Ñтой вкладки."
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "Произошла ошибка при получении ÑпиÑка проектов"
@@ -1554,6 +1894,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1569,9 +1912,39 @@ msgstr "Произошла ошибка при загрузке различий
msgid "An error occurred while loading filenames"
msgstr "Произошла ошибка при загрузке ÑпиÑка файлов"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr "Произошла ошибка при загрузке обÑуждений"
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr "Произошла ошибка при загрузке данных. ПожалуйÑта, повторите попытку."
+
msgid "An error occurred while loading the file"
msgstr "Произошла ошибка при загрузке файла"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr ""
@@ -1594,7 +1967,7 @@ msgid "An error occurred while rendering preview broadcast message"
msgstr "Произошла ошибка при визуализации проÑмотра широковещательного ÑообщениÑ"
msgid "An error occurred while reordering issues."
-msgstr ""
+msgstr "Произошла ошибка при переназначении задач."
msgid "An error occurred while retrieving calendar activity"
msgstr "Произошла ошибка при получении ÐºÐ°Ð»ÐµÐ½Ð´Ð°Ñ€Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ñти"
@@ -1611,11 +1984,14 @@ msgstr "Произошла ошибка при Ñохранении ответÑ
msgid "An error occurred while saving the approval settings"
msgstr ""
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr "Произошла ошибка во Ð²Ñ€ÐµÐ¼Ñ ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð°. ПожалуйÑта, проверьте, ÑущеÑтвует ли шаблон."
+
msgid "An error occurred while subscribing to notifications."
msgstr ""
msgid "An error occurred while triggering the job."
-msgstr ""
+msgstr "Произошла ошибка при запуÑке заданиÑ."
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
@@ -1629,47 +2005,17 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while validating group path"
+msgstr "Произошла ошибка при валидации пути группы"
+
msgid "An error occurred while validating username"
msgstr "Произошла ошибка при проверке имени пользователÑ"
-msgid "An error occurred while committing your changes."
-msgstr ""
-
-msgid "An error occurred while fetching the job trace."
-msgstr ""
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr ""
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr ""
-
-msgid "An error occurred while loading all the files."
-msgstr ""
-
-msgid "An error occurred while loading the file content."
-msgstr ""
-
-msgid "An error occurred while loading the file."
-msgstr ""
-
-msgid "An error occurred while loading the merge request changes."
-msgstr ""
-
-msgid "An error occurred while loading the merge request version data."
-msgstr ""
-
-msgid "An error occurred while loading the merge request."
-msgstr ""
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr ""
-
msgid "An error occurred. Please try again."
msgstr "Произошла ошибка. ПожалуйÑта, попробуйте Ñнова."
msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
-msgstr ""
+msgstr "Ðа обÑуждение может выноÑитÑÑ Ð±Ð°Ð³, задача или Ð·Ð°Ð¿Ñ€Ð¾Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð´Ð¾Ð»Ð¶Ð½Ð° быть раÑÑмотрена в проекте. Кроме того, обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупны Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка и фильтрации."
msgid "An unexpected error occurred while checking the project environment."
msgstr ""
@@ -1689,8 +2035,14 @@ msgstr ""
msgid "Analytics"
msgstr "Ðналитика"
-msgid "Analytics|Timeframe"
-msgstr ""
+msgid "Analyze a review version of your web application."
+msgstr "Проанализировать рецензируемую верÑию вашего веб-приложениÑ."
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr "Проанализировать ваши завиÑимоÑти на наличие извеÑтных уÑзвимоÑтей"
+
+msgid "Analyze your source code for known vulnerabilities"
+msgstr "Проанализировать ваш иÑходный код на наличие извеÑтных уÑзвимоÑтей"
msgid "Ancestors"
msgstr ""
@@ -1708,17 +2060,26 @@ msgid "Any Label"
msgstr "Ð›ÑŽÐ±Ð°Ñ ÐœÐµÑ‚ÐºÐ°"
msgid "Any Milestone"
-msgstr ""
+msgstr "Любой Ñтап"
+
+msgid "Any eligible user"
+msgstr "Любой подходÑщий пользователь"
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr "Любой учаÑтник проекта Ñ Ð¿Ñ€Ð°Ð²Ð°Ð¼Ð¸ Разработчика или более выÑокими."
+
msgid "Any namespace"
msgstr "Любое проÑтранÑтво имен"
msgid "Any user"
msgstr "Любой пользователь"
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "Оформление"
@@ -1728,12 +2089,12 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr "Внешний вид уÑпешно изменен."
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr ""
-
msgid "Append the comment with %{shrug}"
msgstr ""
+msgid "Append the comment with %{tableflip}"
+msgstr "Добавить комментарий Ñ %{tableflip}"
+
msgid "Application"
msgstr "Приложение"
@@ -1761,12 +2122,24 @@ msgstr "ПриложениÑ"
msgid "Applied"
msgstr "Применён"
+msgid "Apply"
+msgstr "Применить"
+
msgid "Apply a label"
msgstr "Применить метку"
+msgid "Apply a template"
+msgstr "Применение шаблона"
+
msgid "Apply suggestion"
msgstr "Применить предложение"
+msgid "Apply template"
+msgstr "Применить шаблон"
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr "Применение шаблона заменит ÑущеÑтвующее опиÑание обÑуждениÑ. Любые Ñделанные вами Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ потерÑны."
+
msgid "Applying command"
msgstr "Применение команды"
@@ -1777,44 +2150,44 @@ msgid "Applying multiple commands"
msgstr ""
msgid "Applying suggestion"
+msgstr "Применение предложениÑ"
+
+msgid "Approval rules"
msgstr ""
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d учаÑтник"
+msgstr[1] "%d учаÑтника"
+msgstr[2] "%d учаÑтников"
+msgstr[3] "%d учаÑтников"
msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтого учаÑтника не отменÑÑŽÑ‚ÑÑ."
+msgstr[1] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтого учаÑтника не отменÑÑŽÑ‚ÑÑ."
+msgstr[2] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтого учаÑтника не отменÑÑŽÑ‚ÑÑ."
+msgstr[3] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтого учаÑтника не отменÑÑŽÑ‚ÑÑ."
msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr ""
+msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить группу %{name} утверждающих, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¸Ð¼ÐµÐµÑ‚ %{nMembers}."
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d учаÑтник"
+msgstr[1] "%d учаÑтников"
+msgstr[2] "%d учаÑтника"
+msgstr[3] "%d учаÑтника"
msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
+msgstr[0] "Ðеобходимо %{count} одобрений из %{membersCount}"
+msgstr[1] "Ðеобходимо %{count} одобрений из %{membersCount}"
+msgstr[2] "Ðеобходимо %{count} одобрений из %{membersCount}"
+msgstr[3] "Ðеобходимо %{count} одобрений из %{membersCount}"
msgid "ApprovalRule|Approvers"
-msgstr ""
+msgstr "Утверждающие"
msgid "ApprovalRule|Name"
msgstr "ИмÑ"
@@ -1823,7 +2196,7 @@ msgid "ApprovalRule|No. approvals required"
msgstr "КоличеÑтво ÑоглаÑований"
msgid "ApprovalRule|Rule name"
-msgstr ""
+msgstr "Ðазвание правила"
msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr ""
@@ -1843,6 +2216,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "Ðпр."
@@ -1855,17 +2231,20 @@ msgstr ""
msgid "Archive project"
msgstr "Ðрхивировать проект"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr "Ðрхивный проект! Репозиторий и другие реÑурÑÑ‹ проекта доÑтупны только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ"
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "Ðрхивный проект! Репозиторий и другие реÑурÑÑ‹ проекта доÑтупны только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ"
msgid "Archived projects"
msgstr "Ðрхивные проекты"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
-msgstr ""
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr "Ðрхивирование Ñтого проекта Ñделает его полноÑтью недоÑтупным Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ. Он не будет отображатьÑÑ Ð² панели ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¸ в поиÑке.%{strong_start}Ð’ репозиторий проекта Ð½ÐµÐ»ÑŒÐ·Ñ Ð±ÑƒÐ´ÐµÑ‚ вноÑить коммиты, а также невозможно будет Ñоздавать обÑуждениÑ, комментарии и прочее.%{strong_end}"
-msgid "Are you sure"
-msgstr "Вы уверены"
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
msgid "Are you sure that you want to archive this project?"
msgstr "Ð’Ñ‹ уверены, что хотите архивировать Ñтот проект?"
@@ -1874,19 +2253,19 @@ msgid "Are you sure that you want to unarchive this project?"
msgstr "Ð’Ñ‹ уверены, что хотите воÑÑтановить Ñтот проект?"
msgid "Are you sure you want to cancel creating this comment?"
-msgstr ""
+msgstr "Ð’Ñ‹ уверены, что вы хотите отменить Ñоздание Ñтого комментариÑ?"
msgid "Are you sure you want to cancel editing this comment?"
-msgstr ""
+msgstr "Ð’Ñ‹ уверены, что хотите отменить редактирование данного комментариÑ?"
msgid "Are you sure you want to delete these artifacts?"
-msgstr ""
+msgstr "Ð’Ñ‹ уверены, что хотите удалить Ñти артефакты?"
msgid "Are you sure you want to delete this %{typeOfComment}?"
-msgstr ""
+msgstr "Ð’Ñ‹ уверены что дейÑтвительно хотите удалить Ñто %{typeOfComment}?"
msgid "Are you sure you want to delete this board?"
-msgstr ""
+msgstr "Ð’Ñ‹ уверены, что дейÑтвительно хотите удалить Ñту доÑку?"
msgid "Are you sure you want to delete this device? This action cannot be undone."
msgstr ""
@@ -1897,6 +2276,9 @@ msgstr "Ð’Ñ‹ уверены, что вы хотите удалить Ñтот Ñ
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Ð’Ñ‹ уверены, что вы хотите удалить Ñто раÑпиÑание Ñборочной линии?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Ð’Ñ‹ уверены, что вы хотите удалить Ñту Ñборку?"
@@ -1906,6 +2288,9 @@ msgstr "Ð’Ñ‹ уверены, что вы хотите потерÑÑ‚ÑŒ не Ñо
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1931,10 +2316,10 @@ msgid "Are you sure you want to reset the health check token?"
msgstr "Ð’Ñ‹ уверены, что хотите ÑброÑить Ñтот токен проверки работоÑпоÑобноÑти?"
msgid "Are you sure you want to revoke this %{type} Token? This action cannot be undone."
-msgstr ""
+msgstr "Ð’Ñ‹ уверены, что хотите отозвать Ñтот %{type} токен? Это дейÑтвие не может быть отменено."
msgid "Are you sure you want to revoke this nickname?"
-msgstr ""
+msgstr "Ð’Ñ‹ уверены, что хотите отменить Ñтот ник?"
msgid "Are you sure you want to stop this environment?"
msgstr "Ð’Ñ‹ уверены, что вы хотите оÑтановить Ñто окружение?"
@@ -1954,17 +2339,26 @@ msgstr "Ð’Ñ‹ уверены? Ð’Ñе коммиты, которые были по
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "Ð’Ñ‹ уверены? Удаление Ñтого GPG ключа не повлиÑет на уже подпиÑанные коммиты."
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "Ð’Ñ‹ уверены? Это аннулирует ваши зарегиÑтрированные Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¸ U2F уÑтройÑтва."
+msgid "Arrange charts"
+msgstr "УпорÑдочить графики"
+
+msgid "Artifact"
+msgstr "Ðртефакт"
+
msgid "Artifact ID"
msgstr "ID артефакта"
msgid "Artifact could not be deleted."
-msgstr ""
+msgstr "Ðртефакт не может быть удален."
msgid "Artifact was successfully deleted."
-msgstr ""
+msgstr "Ðртефакт был уÑпешно удален."
msgid "Artifacts"
msgstr "Ðртефакты"
@@ -1973,28 +2367,31 @@ msgid "As U2F devices are only supported by a few browsers, we require that you
msgstr "ПоÑкольку уÑтройÑтва U2F поддерживаютÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ неÑколькими браузерами, мы требуем, чтобы вы наÑтроили двухфакторную аутентификацию перед U2F уÑтройÑтвом. Таким образом, вы вÑегда Ñможете войти в ÑиÑтему, даже еÑли вы иÑпользуете неподдерживаемый браузер."
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
-msgstr ""
+msgstr "%{user} помеÑтил в ветку %{branch} проекта %{project_name} ( %{commit_url} ):"
msgid "AsanaService|Asana - Teamwork without email"
-msgstr ""
+msgstr "Asana - Работа в команде без Ñлектронной почты"
msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
-msgstr ""
+msgstr "СпиÑок веток, разделенных запÑтыми, будет проверен автоматичеÑки. ОÑтавьте пуÑтым, чтобы выбрать вÑе ветки."
msgid "AsanaService|User Personal Access Token. User must have access to task, all comments will be attributed to this user."
-msgstr ""
+msgstr "Личный токен доÑтупа пользователÑ. Пользователь должен иметь права Ñоздавать задачи, вÑе комментарии будут отнеÑены к Ñтому пользователю."
msgid "Ascending"
msgstr "По возраÑтанию"
msgid "Ask your group maintainer to set up a group Runner."
-msgstr ""
+msgstr "ПопроÑите Ñопровождающего вашей группы наÑтроить групповой обработчик заданий."
msgid "Assertion consumer service URL"
msgstr ""
msgid "Assets"
-msgstr ""
+msgstr "Ðктивы"
+
+msgid "Assets:"
+msgstr "РеÑурÑÑ‹:"
msgid "Assign"
msgstr ""
@@ -2003,7 +2400,7 @@ msgid "Assign custom color like #FF0000"
msgstr "Ðазначьте пользовательÑкий цвет, например #FF0000"
msgid "Assign epic"
-msgstr ""
+msgstr "Ðазначить цель"
msgid "Assign labels"
msgstr "Ðазначить метки"
@@ -2012,7 +2409,7 @@ msgid "Assign milestone"
msgstr "Ðазначить Ñтап"
msgid "Assign some issues to this milestone."
-msgstr ""
+msgstr "Ðазначить какие-либо задачи Ð´Ð»Ñ Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ Ñтапа."
msgid "Assign to"
msgstr "Ðазначить"
@@ -2024,7 +2421,7 @@ msgid "Assign yourself to this issue"
msgstr ""
msgid "Assigned %{assignee_users_sentence}."
-msgstr ""
+msgstr "Ðазначены %{assignee_users_sentence}."
msgid "Assigned Issues"
msgstr "Ðазначенные обÑуждениÑ"
@@ -2037,10 +2434,10 @@ msgstr "Ðазначить мне"
msgid "Assignee"
msgid_plural "%d Assignees"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Ðазначенный"
+msgstr[1] "%d Ðазначенных"
+msgstr[2] "%d Ðазначенных"
+msgstr[3] "%d Ðазначенных"
msgid "Assignee lists not available with your current license"
msgstr ""
@@ -2052,11 +2449,14 @@ msgid "Assignee(s)"
msgstr "ОтветÑтвенный(ные)"
msgid "Assigns %{assignee_users_sentence}."
-msgstr ""
+msgstr "Ðазначение %{assignee_users_sentence}."
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2071,7 +2471,7 @@ msgstr[2] "Прикрепить %d файлов"
msgstr[3] "Прикрепить %d файлов"
msgid "Attaching the file failed."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ прикрепить файл."
msgid "Audit Events"
msgstr ""
@@ -2079,6 +2479,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "Ðвг."
@@ -2086,9 +2498,12 @@ msgid "August"
msgstr "ÐвгуÑÑ‚"
msgid "Authenticate"
-msgstr ""
+msgstr "ÐутентификациÑ"
msgid "Authenticate with GitHub"
+msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ GitHub"
+
+msgid "Authenticating"
msgstr ""
msgid "Authentication Log"
@@ -2107,7 +2522,7 @@ msgid "Authentication method updated"
msgstr ""
msgid "Authentication via U2F device failed."
-msgstr ""
+msgstr "Проверка подлинноÑти через U2F уÑтройÑтва не удалоÑÑŒ."
msgid "Author"
msgstr "Ðвтор"
@@ -2125,13 +2540,13 @@ msgid "Authorize"
msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
-msgstr ""
+msgstr "ÐвторизуйтеÑÑŒ %{link_to_client} Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð°ÑˆÐµÐ¹ учетной запиÑи?"
msgid "Authorized %{new_chat_name}"
msgstr ""
msgid "Authorized At"
-msgstr ""
+msgstr "Ðвторизован в"
msgid "Authorized applications (%{size})"
msgstr "Ðвторизованные Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ (%{size})"
@@ -2149,14 +2564,23 @@ msgid "Auto DevOps, runners and job artifacts"
msgstr "ÐвтоматичеÑкий DevOps, обработчики и артефакты заданий"
msgid "Auto License Compliance"
+msgstr "ÐвтоматичеÑкое Ñлужба ÑÐ¾Ð±Ð»ÑŽÐ´ÐµÐ½Ð¸Ñ Ð»Ð¸Ñ†ÐµÐ½Ð·Ð¸Ð¹"
+
+msgid "Auto stop successfully canceled."
msgstr ""
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "ÐвтоматичеÑкий DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ Ð¿Ð¾ Auto DevOps"
@@ -2176,19 +2600,19 @@ msgid "Autocomplete"
msgstr "Ðвтозаполнение"
msgid "Autocomplete description"
-msgstr ""
+msgstr "ОпиÑание автозаполнениÑ"
msgid "Autocomplete hint"
-msgstr ""
+msgstr "ПодÑказка автозаполнениÑ"
msgid "Autocomplete usage hint"
-msgstr ""
+msgstr "ПодÑказка по автозаполнениÑ"
msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
-msgstr ""
+msgstr "ÐвтоматичеÑкое управление Ñертификатами Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
msgid "Automatic certificate management using Let's Encrypt"
-msgstr ""
+msgstr "ÐвтоматичеÑкое управление Ñертификатами Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Let's Encrypt"
msgid "Automatically marked as default internal user"
msgstr ""
@@ -2197,10 +2621,10 @@ msgid "Automatically resolved"
msgstr ""
msgid "Automatically update this project's branches and tags from the upstream repository every hour."
-msgstr ""
+msgstr "ÐвтоматичеÑки обновлÑÑ‚ÑŒ ветки и теги Ñтого проекта из иÑходного Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ ÐºÐ°Ð¶Ð´Ñ‹Ð¹ чаÑ."
msgid "Autosave|Note"
-msgstr ""
+msgstr "Заметка"
msgid "Available"
msgstr "ДоÑтупен"
@@ -2268,6 +2692,9 @@ msgstr "Значок Группы"
msgid "Badges|Link"
msgstr "СÑылка"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "Ðет Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐºÐ°"
@@ -2320,13 +2747,13 @@ msgid "Balsamiq file could not be loaded."
msgstr ""
msgid "BambooService|A continuous integration and build server"
-msgstr ""
+msgstr "Сервер непрерывной интеграции и Ñборки"
msgid "BambooService|A user with API access, if applicable"
-msgstr ""
+msgstr "Пользователь Ñ Ð´Ð¾Ñтупом через API, еÑли возможно"
msgid "BambooService|Atlassian Bamboo CI"
-msgstr ""
+msgstr "Atlassian Bamboo CI"
msgid "BambooService|Bamboo build plan key like KEY"
msgstr ""
@@ -2337,6 +2764,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2358,23 +2788,23 @@ msgstr "Ðачать Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ коммита"
msgid "Below are examples of regex for existing tools:"
msgstr "Ðиже приведены примеры регулÑрных выражений Ð´Ð»Ñ ÑущеÑтвующих инÑтрументов:"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Ðиже вы найдете вÑе группы, которые ÑвлÑÑŽÑ‚ÑÑ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼Ð¸."
msgid "Billing"
msgstr "Тарифы"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "Текущий тарифный план"
-
-msgid "BillingPlans|Downgrade"
-msgstr "Перейти на более Ñкономный"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
@@ -2383,7 +2813,7 @@ msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or st
msgstr ""
msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
-msgstr ""
+msgstr "Узнайте больше о каждом тарифе, поÑетив нашу %{pricing_page_link}."
msgid "BillingPlans|Manage plan"
msgstr "Управление тарифным планом"
@@ -2400,32 +2830,26 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Ð”Ð»Ñ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñ‚Ð°Ñ€Ð¸Ñ„Ð½Ñ‹Ð¼ планом Ñтой группы поÑетите раздел тарификации %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
-msgid "BillingPlans|features"
-msgstr "возможноÑти"
-
msgid "BillingPlans|frequently asked questions"
msgstr "чаÑто задаваемые вопроÑÑ‹"
msgid "BillingPlans|monthly"
msgstr "ежемеÑÑчно"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "Ð•Ð¶ÐµÐ³Ð¾Ð´Ð½Ð°Ñ Ð¿Ð»Ð°Ñ‚Ð° ÑоÑтавит %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "на одного пользователÑ"
-msgid "BillingPlan|Upgrade plan"
-msgstr ""
+msgid "BillingPlan|Upgrade"
+msgstr "Обновление"
msgid "Bitbucket Server Import"
msgstr "Импорт из Bitbucket Server"
@@ -2433,56 +2857,56 @@ msgstr "Импорт из Bitbucket Server"
msgid "Bitbucket import"
msgstr "Импорт из BitBucket"
-msgid "Block"
-msgstr "Заблокировать"
-
msgid "Blocked"
msgstr ""
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "Блог"
msgid "Blue helpers indicate an action to be taken."
-msgstr ""
+msgstr "Синие подÑказки указывают на дейÑтвие, которое необходимо предпринÑÑ‚ÑŒ."
msgid "Board name"
-msgstr ""
+msgstr "Ðазвание доÑки"
msgid "Board scope"
-msgstr ""
+msgstr "ОблаÑÑ‚ÑŒ дейÑÑ‚Ð²Ð¸Ñ Ð´Ð¾Ñки"
msgid "Board scope affects which issues are displayed for anyone who visits this board"
-msgstr ""
+msgstr "ОблаÑÑ‚ÑŒ дейÑÑ‚Ð²Ð¸Ñ Ð´Ð¾Ñки влиÑет на то, какие задачи отображаютÑÑ Ð´Ð»Ñ Ð²Ñех, кто поÑещает Ñту доÑку"
msgid "BoardBlankState|Add default lists"
-msgstr ""
+msgstr "Добавить ÑпиÑки по умолчанию"
msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
-msgstr ""
+msgstr "Добавьте Ñледующие ÑпиÑки по умолчанию в доÑку обÑуждений одним нажатием:"
msgid "BoardBlankState|Nevermind, I'll use my own"
-msgstr ""
+msgstr "Ðеважно, Ñ Ð±ÑƒÐ´Ñƒ иÑпользовать Ñвой ÑобÑтвенный"
msgid "BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board."
-msgstr ""
+msgstr "ЗапуÑк Ñ Ð½Ð°Ð±Ð¾Ñ€Ð¾Ð¼ ÑпиÑков по умолчанию позволит вам Ñделать большую чаÑÑ‚ÑŒ вашей доÑки."
msgid "Boards"
msgstr "ДоÑки"
msgid "Boards|Collapse"
-msgstr ""
+msgstr "Свернуть"
msgid "Boards|Edit board"
msgstr ""
msgid "Boards|Expand"
-msgstr ""
+msgstr "Развернуть"
msgid "Boards|View scope"
msgstr ""
msgid "Branch"
-msgstr ""
+msgstr "Ветвь"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "Ветка %{branchName} не найдена в репозитории проекта."
@@ -2500,7 +2924,10 @@ msgid "Branch name"
msgstr "Ð˜Ð¼Ñ Ð²ÐµÑ‚Ð²Ð¸"
msgid "Branch not loaded - %{branchId}"
-msgstr ""
+msgstr "Ветка не загружена - %{branchId}"
+
+msgid "Branch prefix"
+msgstr "ÐŸÑ€ÐµÑ„Ð¸ÐºÑ Ð²ÐµÑ‚Ð²Ð¸"
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "ПоиÑк веток"
@@ -2647,28 +3074,28 @@ msgid "Browse Files"
msgstr "ПроÑмотр файлов"
msgid "Browse artifacts"
-msgstr ""
+msgstr "ПроÑмотр артефактов"
msgid "Browse files"
msgstr "ПроÑмотр файлов"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr "Произошла ошибка при получении артефактов"
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr "Загрузка артефактов"
+
msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
-msgstr ""
+msgid "Burndown chart"
+msgstr "ÐиÑходÑщий график"
msgid "BurndownChartLabel|Open issue weight"
-msgstr ""
+msgstr "Открыть Ð²ÐµÑ Ð·Ð°Ð´Ð°Ñ‡Ð¸"
msgid "BurndownChartLabel|Open issues"
-msgstr ""
-
-msgid "BurndownChartLabel|Progress"
-msgstr ""
-
-msgid "BurndownChartLabel|Remaining"
-msgstr ""
+msgstr "Открыть обÑуждениÑ"
msgid "Business"
msgstr ""
@@ -2707,7 +3134,7 @@ msgid "CI / CD Settings"
msgstr "ÐаÑтройки CI / CD"
msgid "CI Lint"
-msgstr ""
+msgstr "CI Lint"
msgid "CI variables"
msgstr "Переменные CI"
@@ -2730,9 +3157,6 @@ msgstr "ÐаÑтройки CI/CD"
msgid "CICD|Auto DevOps"
msgstr "ÐвтоматичеÑкий DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "\"Auto DevOps\" будет автоматичеÑки Ñоздавать, теÑтировать и разворачивать Ваше приложение на оÑнове предопределенных наÑтроек CI/CD."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "ÐвтоматичеÑкое развёртывание в теÑтовую Ñреду, ручное - в продакшн"
@@ -2754,9 +3178,6 @@ msgstr "Ð¡Ñ‚Ñ€Ð°Ñ‚ÐµÐ³Ð¸Ñ Ñ€Ð°Ð·Ð²Ñ‘Ñ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ"
msgid "CICD|Jobs"
msgstr "ЗаданиÑ"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Узнайте больше об \"Auto DevOps\""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "Сборка Auto DevOps будет запущена, еÑли не будет найден иной файл конфигурации CI."
@@ -2767,7 +3188,7 @@ msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster in
msgstr ""
msgid "CICD|group enabled"
-msgstr ""
+msgstr "группа включена"
msgid "CICD|instance enabled"
msgstr "ЭкземплÑÑ€ включен"
@@ -2776,14 +3197,20 @@ msgid "CLOSED"
msgstr "ЗÐКРЫТО"
msgid "CLOSED (MOVED)"
-msgstr ""
+msgstr "ЗÐКРЫТО (ПЕРЕМЕЩЕÐО)"
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
+msgid "CPU"
+msgstr "CPU"
+
msgid "Callback URL"
msgstr "URL обратного вызова"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2799,6 +3226,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr "Ðе удаетÑÑ Ð¾Ñ‚Ñканировать QR-код?"
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2806,14 +3236,17 @@ msgid "Cancel"
msgstr "Отмена"
msgid "Cancel running"
-msgstr ""
+msgstr "Отменить запуÑк"
msgid "Cancel this job"
msgstr "Отменить Ñто задание"
-msgid "Cancelling Preview"
+msgid "Canceled deployment to"
msgstr ""
+msgid "Cancelling Preview"
+msgstr "Отмена предварительного проÑмотра"
+
msgid "Cannot be merged automatically"
msgstr "Ðет возможноÑти объединить автоматичеÑки"
@@ -2850,11 +3283,8 @@ msgstr "Сертификат"
msgid "Certificate (PEM)"
msgstr "Сертификат (PEM)"
-msgid "Change Weight"
-msgstr "Изменить ВеÑ"
-
msgid "Change assignee"
-msgstr ""
+msgstr "Изменить иÑполнителÑ"
msgid "Change assignee(s)"
msgstr ""
@@ -2862,11 +3292,14 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
-msgid "Change label"
+msgid "Change branches"
msgstr ""
+msgid "Change label"
+msgstr "Изменить метку"
+
msgid "Change milestone"
-msgstr ""
+msgstr "Изменить Ñтап"
msgid "Change path"
msgstr ""
@@ -2905,7 +3338,7 @@ msgid "ChangeTypeAction|This will create a new commit in order to revert the exi
msgstr "Это ÑоздаÑÑ‚ новый коммит Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы откатить ÑущеÑтвующие изменениÑ."
msgid "Changed assignee(s)."
-msgstr ""
+msgstr "Изменены иÑполнителÑ(ей)."
msgid "Changed the title to \"%{title_param}\"."
msgstr ""
@@ -2920,18 +3353,27 @@ msgid "Changes suppressed. Click to show."
msgstr "Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñкрыты. Ðажмите, чтобы показать."
msgid "Changes the title to \"%{title_param}\"."
-msgstr ""
+msgstr "ИзменÑет название на \"%{title_param}\"."
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr "Изменение пути группы может иметь побочные Ñффекты."
+
msgid "Charts"
msgstr "Диаграммы"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Чат"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2952,7 +3394,7 @@ msgstr "Ðеверный YAML файл конфигурации CI"
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2994,6 +3436,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr "Проверьте ваш .gitlab-ci.yml"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "Проверка доÑтупноÑти %{text} ..."
@@ -3003,7 +3448,82 @@ msgstr ""
msgid "Checking branch availability..."
msgstr "Проверка доÑтупноÑти ветви..."
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
+msgstr "Проверка доÑтупноÑти имени пользователÑ..."
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
msgstr ""
msgid "Cherry-pick this commit"
@@ -3012,6 +3532,15 @@ msgstr "Подобрать в Ñтом коммите"
msgid "Cherry-pick this merge request"
msgstr "Подобрать Ñтот Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr "Дочерний объект не ÑущеÑтвует."
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3052,7 +3581,7 @@ msgid "Choose the top-level group for your repository imports."
msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
-msgstr "Выберите уровень доÑтупа, включите / отключите функции проекта (обÑуждениÑ, репозиторий, вики, Ñниппеты) и наÑтройте Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð½Ð° проекте."
+msgstr "Выберите уровень доÑтупа, включите / отключите функции проекта (обÑуждениÑ, репозиторий, Wiki, Ñниппеты) и наÑтройте Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð½Ð° проекте."
msgid "Choose what content you want to see on a group’s overview page"
msgstr ""
@@ -3099,6 +3628,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr "ожидание ручных дейÑтвий"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "заблокировано"
@@ -3129,6 +3661,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "пропущено"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "выполнÑетÑÑ"
@@ -3154,7 +3689,7 @@ msgid "CiVariables|Scope"
msgstr ""
msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
-msgstr ""
+msgstr "Укажите Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ñ…, которые будут иÑпользоватьÑÑ Ð² Ñтой Ñборочной линии. ЗначениÑ, указанные в %{linkStart} наÑтройках CI / CD %{linkEnd} будут иÑпользоватьÑÑ Ð¿Ð¾ умолчанию"
msgid "CiVariables|State"
msgstr ""
@@ -3166,7 +3701,7 @@ msgid "CiVariables|Value"
msgstr ""
msgid "CiVariables|Variables"
-msgstr ""
+msgstr "Переменные"
msgid "CiVariable|* (All environments)"
msgstr " * (Ð’Ñе Ñреды)"
@@ -3201,6 +3736,9 @@ msgstr "Включить защиту"
msgid "CiVariable|Validation failed"
msgstr "Проверка не удалаÑÑŒ"
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3210,11 +3748,14 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
msgid "Clear recent searches"
-msgstr ""
+msgstr "ОчиÑтить поÑледние запроÑÑ‹"
msgid "Clear search"
msgstr "ОчиÑтить поиÑк"
@@ -3223,7 +3764,7 @@ msgid "Clear search input"
msgstr "ОчиÑтить Ñтроку поиÑка"
msgid "Clear templates search input"
-msgstr ""
+msgstr "ОчиÑтить шаблоны ввода данных Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка"
msgid "Clear weight"
msgstr ""
@@ -3280,10 +3821,10 @@ msgid "Clone repository"
msgstr "Клонировать репозиторий"
msgid "Clone with %{http_label}"
-msgstr ""
+msgstr "Клонировать Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ %{http_label}"
msgid "Clone with KRB5"
-msgstr ""
+msgstr "Клонировать Ñ KRB5"
msgid "Clone with SSH"
msgstr "Клонировать Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ SSH"
@@ -3318,15 +3859,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3340,6 +3884,9 @@ msgid "ClusterIntegration|%{title} uninstalled successfully."
msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
+msgstr "%{title} уÑпешно обновлен."
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
msgstr ""
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
@@ -3373,7 +3920,7 @@ msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integrat
msgstr "Дополнительные опции Ð´Ð»Ñ Ñтой интеграции Ñ ÐºÐ»Ð°Ñтером Kubernetes"
msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
-msgstr ""
+msgstr "Ð’Ñе данные, не переданные в GitLab, будут удалены и не могут быть воÑÑтановлены."
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
@@ -3381,11 +3928,14 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr "Разрешить GitLab управлÑÑ‚ÑŒ проÑтранÑтвом имен и учетными запиÑÑми Ñлужб Ð´Ð»Ñ Ñтого клаÑтера. %{startLink}Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ%{endLink}"
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
-msgstr ""
+msgstr "Amazon EKS"
msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
msgstr ""
@@ -3408,8 +3958,11 @@ msgstr "ПриложениÑ"
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "Ð’Ñ‹ уверены, что вы хотите удалить интеграцию Ñ Ñтим клаÑтером Kubernetes? Это не приведет к удалению вашего клаÑтера Kubernetes."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
@@ -3426,7 +3979,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "Комплект Ñертификатов удоÑтоверÑющего центра (формат PEM)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3435,12 +3994,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3453,13 +4021,13 @@ msgstr "Скопировать Ð°Ð´Ñ€ÐµÑ API"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "Копировать Сертификат УдоÑтоверÑющего Центра"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr ""
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr "Скопировать Ð¸Ð¼Ñ Ñ…Ð¾Ñта Jupyter"
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3468,27 +4036,90 @@ msgstr "Скопировать Ð¸Ð¼Ñ ÐºÐ»Ð°Ñтера Kubernetes"
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr "Ðе удалоÑÑŒ загрузить IAM роли"
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr "Ðе удалоÑÑŒ загрузить VPC Ð´Ð»Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ региона"
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr "Ðе удалоÑÑŒ загрузить группы безопаÑноÑти Ð´Ð»Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ VPC"
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Создать клаÑтер Kubernetes"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr "Введите параметры Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ клаÑтера Amazon EKS Kubernetes"
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Введите ÑÐ²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ вашем клаÑтере Kubernetes"
@@ -3498,9 +4129,15 @@ msgstr "Среда окружениÑ"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3526,13 +4163,16 @@ msgid "ClusterIntegration|GitLab Runner connects to the repository and executes
msgstr "GitLab Runner подключаетÑÑ Ðº репозиторию и выполнÑет Ð·Ð°Ð´Ð°Ð½Ð¸Ñ CI/CD, отправлÑÑ Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚Ñ‹ назад и Ñ€Ð°Ð·Ð²Ð¾Ñ€Ð°Ñ‡Ð¸Ð²Ð°Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð² продакшн."
msgid "ClusterIntegration|GitLab-managed cluster"
+msgstr "КлаÑтер управлÑемый GitLab"
+
+msgid "ClusterIntegration|Gitlab Integration"
msgstr ""
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
msgid "ClusterIntegration|Google GKE"
-msgstr ""
+msgstr "Google GKE"
msgid "ClusterIntegration|Google Kubernetes Engine"
msgstr "Google Kubernetes Engine"
@@ -3555,6 +4195,9 @@ msgstr "Скрыть"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "ЕÑли вы наÑтраиваете неÑколько клаÑтеров и вы иÑпользуете Auto DevOps, %{help_link_start}прочтите Ñто%{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3571,6 +4214,9 @@ msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn m
msgstr ""
msgid "ClusterIntegration|Instance cluster"
+msgstr "ЭкземплÑÑ€ клаÑтера"
+
+msgid "ClusterIntegration|Instance type"
msgstr ""
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
@@ -3594,6 +4240,9 @@ msgstr "Хаб ÑервиÑа Jupyter"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr "Ð˜Ð¼Ñ Ð¿Ð°Ñ€Ñ‹ ключей"
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3615,13 +4264,13 @@ msgstr "КлаÑтер Kubernetes"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ клаÑтере Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "КлаÑтер Kubernetes ÑоздаётÑÑ Ð² Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Ð˜Ð¼Ñ ÐºÐ»Ð°Ñтера Kubernetes"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3630,13 +4279,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "КлаÑтеры Kubernetes могут иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ð¹ и предоÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ð¹ Review Ð´Ð»Ñ Ñтого проекта"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr "ВерÑÐ¸Ñ Kubernetes"
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr "ВерÑÐ¸Ñ Kubernetes не найдена"
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3646,32 +4304,65 @@ msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
msgstr ""
msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
-msgstr ""
+msgstr "Узнайте больше о ÑкземплÑрах клаÑтеров Kubernetes"
msgid "ClusterIntegration|Let's Encrypt"
msgstr "Let's Encrypt"
msgid "ClusterIntegration|Loading IAM Roles"
+msgstr "Загрузка ролей IAM"
+
+msgid "ClusterIntegration|Loading Key Pairs"
msgstr ""
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr "Загрузка VPCs"
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr "Загрузка групп безопаÑноÑти"
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr "Загрузка подÑетей"
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr "Тип машины"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "УбедитеÑÑŒ, что ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ %{link_to_requirements} Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ»Ð°Ñтеров"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "УправлÑйте вашему клаÑтером Kubernetes, Ð¿ÐµÑ€ÐµÐ¹Ð´Ñ Ð¿Ð¾ ÑÑылке %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
+msgstr "Роли IAM не найдены"
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr "Ðе найдены VPC"
+
+msgid "ClusterIntegration|No instance type found"
msgstr ""
msgid "ClusterIntegration|No machine types matched your search"
msgstr "Ðет типов машин, ÑоответÑтвующих вашему поиÑковому запроÑу"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "Проекты не найдены"
@@ -3681,6 +4372,15 @@ msgstr "Ðет проектов, ÑоответÑтвующих вашему пÐ
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr "Группы безопаÑноÑти не найдены"
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr "Ðет зон, ÑоответÑтвующих вашему поиÑковому запроÑу"
@@ -3714,11 +4414,14 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "Прочтите нашу документацию %{link_to_help_page} по интеграции клаÑтера Kubernetes."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
msgstr ""
@@ -3729,9 +4432,21 @@ msgstr "Удалить интеграцию клаÑтера Kubernetes"
msgid "ClusterIntegration|Remove integration"
msgstr "Удалить интеграцию"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "Удалить Ñту конфигурацию клаÑтера Kubernetes из Ñтого проекта. Это не приведет к удалению вашего фактичеÑкого клаÑтера Kubernetes."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3739,10 +4454,7 @@ msgid "ClusterIntegration|Request to begin installing failed"
msgstr "Ðе удалоÑÑŒ выполнить Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° запуÑк процеÑÑа уÑтановки"
msgid "ClusterIntegration|Request to begin uninstalling failed"
-msgstr ""
-
-msgid "ClusterIntegration|Role name"
-msgstr ""
+msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° начало ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÑ‘Ð½ Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ¾Ð¹"
msgid "ClusterIntegration|Save changes"
msgstr "Сохранить изменениÑ"
@@ -3750,21 +4462,69 @@ msgstr "Сохранить изменениÑ"
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr "ПоиÑк типов машин клаÑтера"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "ПоиÑк проектов"
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr "ПоиÑк зон"
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "ПроÑмотр и редактирование информации о вашем клаÑтере Kubernetes"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Выберите тип машины"
@@ -3777,7 +4537,7 @@ msgstr "Выберите проект и зону, чтобы выбрать Ñ‚Ð
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Выберите проект, чтобы выбрать зону"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3789,23 +4549,29 @@ msgstr "Выберите зону, чтобы выбрать тип машины
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Показать"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr " У Ð½Ð°Ñ Ñ‡Ñ‚Ð¾-то пошло не так."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Что-то пошло не так при Ñоздании клаÑтера Kubernetes в Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "Произошли ошибки во Ð²Ñ€ÐµÐ¼Ñ ÑƒÑтановки %{title}"
msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
-msgstr ""
+msgstr "Что-то пошло не так при удалении %{title}"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
@@ -3813,12 +4579,18 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
-msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
+msgid "ClusterIntegration|Subnets"
msgstr ""
-msgid "ClusterIntegration|The URL used to access the Kubernetes API."
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
+msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
+msgstr "SSL-Ñертификат Kubernetes, иÑпользуемый Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸ клаÑтера."
+
+msgid "ClusterIntegration|The URL used to access the Kubernetes API."
+msgstr "URL, иÑпользуемый Ð´Ð»Ñ Ð´Ð¾Ñтупа к API Kubernetes."
+
msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
msgstr ""
@@ -3831,6 +4603,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3849,11 +4624,17 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Переключить клаÑтер Kubernetes"
msgid "ClusterIntegration|Uninstall %{appTitle}"
-msgstr ""
+msgstr "Удалить %{appTitle}"
msgid "ClusterIntegration|Update failed. Please check the logs and try again."
msgstr ""
@@ -3861,6 +4642,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr "VPC"
+
msgid "ClusterIntegration|Validating project billing status"
msgstr "Проверка ÑтатуÑа тарификации проекта"
@@ -3870,19 +4654,31 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "ЕÑли привÑзать клаÑтер Kubernetes к Ñтому проекту, вы Ñ Ð»Ñ‘Ð³ÐºÐ¾Ñтью Ñможете иÑпользовать Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ñ€ÐµÐ²ÑŒÑŽ, развертывать ваши приложениÑ, запуÑкать Ñборочные линии и многое другое."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
-msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
+msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
+msgstr "Ð”Ð»Ñ ÑƒÑтановки Knative необходимо иметь клаÑтер Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ RBAC."
+
msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
msgstr "Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ должна иметь %{link_to_kubernetes_engine}"
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
+msgstr "API клаÑтера недоÑтупно. ПожалуйÑта, убедитеÑÑŒ, что ваш API URL правильный."
+
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Zone"
@@ -3894,9 +4690,6 @@ msgstr "доÑтуп к Google Kubernetes Engine"
msgid "ClusterIntegration|documentation"
msgstr "документациÑ"
-msgid "ClusterIntegration|help page"
-msgstr "Ñтраница Ñправки"
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3904,15 +4697,36 @@ msgid "ClusterIntegration|meets the requirements"
msgstr "отвечает требованиÑм"
msgid "ClusterIntegration|pricing"
-msgstr ""
+msgstr "СтоимоÑÑ‚ÑŒ"
msgid "ClusterIntegration|sign up"
msgstr "зарегиÑтрироватьÑÑ"
+msgid "ClusterIntergation|Select a VPC"
+msgstr "Выберите VPC"
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr "Выберите группу безопаÑноÑти"
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr "Выберите подÑеть"
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3921,6 +4735,12 @@ msgstr "Код"
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3928,11 +4748,29 @@ msgid "Code owners"
msgstr "Владельцы кода"
msgid "CodeOwner|Pattern"
-msgstr ""
+msgstr "Шаблон"
msgid "Cohorts"
msgstr "Когорты"
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "Свернуть"
@@ -3946,7 +4784,7 @@ msgid "Collector hostname"
msgstr ""
msgid "ComboSearch is not defined"
-msgstr ""
+msgstr "ComboSearch не определен"
msgid "Command"
msgstr ""
@@ -3982,7 +4820,7 @@ msgid "Comment is being updated"
msgstr ""
msgid "Comment/Reply (quoting selected text)"
-msgstr ""
+msgstr "Комментарий/Ответ (цитирование выделенного текÑта)"
msgid "Comments"
msgstr "Комментарии"
@@ -4012,6 +4850,9 @@ msgstr "ПродолжительноÑÑ‚ÑŒ поÑледних 30 коммитоÐ
msgid "Commit message"
msgstr "ОпиÑание коммита"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "СтатиÑтика коммитов Ð´Ð»Ñ %{ref} в период Ñ %{start_time} по %{end_time}"
@@ -4042,6 +4883,9 @@ msgstr "Коммиты по днÑм меÑÑца"
msgid "Commits per weekday"
msgstr "Коммиты по днÑм недели"
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "Произошла ошибка при получении данных запроÑа на ÑлиÑниÑ."
@@ -4063,6 +4907,9 @@ msgstr "Коммит…"
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "Сравнить"
@@ -4081,6 +4928,9 @@ msgstr "Сравнить Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñ Ð¿Ð¾Ñледним коммито
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} и %{target_branch} одинаковы."
@@ -4099,6 +4949,9 @@ msgstr "Ðечего Ñравнивать."
msgid "Complete"
msgstr "Завершено"
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "Конфиденциально"
@@ -4106,10 +4959,10 @@ msgid "Confidentiality"
msgstr "КонфиденциальноÑÑ‚ÑŒ"
msgid "Configuration"
-msgstr ""
+msgstr "КонфигурациÑ"
msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr ""
+msgstr "ÐаÑтройте обработчиков заданий Ð´Ð»Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²ÐµÐ±-терминала. %{helpStart}Подробнее.%{helpEnd}"
msgid "Configure Gitaly timeouts."
msgstr "ÐаÑтройка таймаутов Gitaly."
@@ -4120,22 +4973,31 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr ""
+msgstr "Сконфигурируйте файл <code>.gitlab-webide.yml</code> в каталоге <code>.gitlab</code> чтобы начать иÑпользовать веб-терминал. %{helpStart}Узнайте больше.%{helpEnd}"
msgid "Configure automatic git checks and housekeeping on repositories."
msgstr "ÐаÑтройка автоматичеÑких проверок git и очиÑтки репозиториев."
msgid "Configure existing installation"
-msgstr ""
+msgstr "ÐаÑтроить ÑущеÑтвующую уÑтановку"
msgid "Configure limits for web and API requests."
msgstr "ÐаÑтройка ограничений Ð´Ð»Ñ Web и API запроÑов."
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr "ÐаÑтройте Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ð½Ð° количеÑтво входÑщих предупреждений, которые могут быть отправлены в проект."
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4171,20 +5033,29 @@ msgstr "Подключить репозитории Ñ GitHub"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr "Подключение..."
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr "Ошибка подключениÑ"
-msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
+msgid "Connection timed out"
msgstr ""
+msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
+msgstr "СвÑжитеÑÑŒ Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ группы %{namespace_name} чтобы обновить тарифный план."
+
msgid "Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
-msgstr ""
+msgstr "СвÑзатьÑÑ Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ %{link_start}%{owner_name}%{link_end} чтобы обновить тарифный план."
msgid "Contact sales to upgrade"
msgstr "СвÑзатьÑÑ Ñ Ð¾Ñ‚Ð´ÐµÐ»Ð¾Ð¼ продаж Ð´Ð»Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ"
@@ -4195,71 +5066,137 @@ msgstr ""
msgid "Container Registry"
msgstr "РееÑÑ‚Ñ€ Контейнеров"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr "Образы Docker Registry"
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr "РееÑÑ‚Ñ€ Контейнеров"
-msgid "ContainerRegistry|Copy build command to clipboard"
-msgstr "Скопировать команду Ñборки в буфер обмена"
+msgid "ContainerRegistry|Copy build command"
+msgstr "Скопировать команду Ñборки"
+
+msgid "ContainerRegistry|Copy login command"
+msgstr "Скопировать команду входа"
-msgid "ContainerRegistry|Copy push command to clipboard"
-msgstr "Скопировать push команду в буфер обмена"
+msgid "ContainerRegistry|Copy push command"
+msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr "Ошибка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Docker"
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "Ð’ рееÑтре контейнеров нет тегов Ð´Ð»Ñ Ñтого образа."
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
-msgid "ContainerRegistry|Quick Start"
-msgstr "БыÑтрый Ñтарт"
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Last Updated"
+msgstr "ПоÑледнее обновление"
+
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
+msgid "ContainerRegistry|Quick Start"
+msgstr "БыÑтрый Ñтарт"
+
msgid "ContainerRegistry|Remove repository"
msgstr "Удалить репозиторий"
-msgid "ContainerRegistry|Remove selected images"
-msgstr ""
+msgid "ContainerRegistry|Remove selected tags"
+msgstr "Удалить выбранные теги"
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] "Удалить тег"
+msgstr[1] "Удалить тега"
+msgstr[2] "Удалить тегов"
+msgstr[3] "Удалить тегов"
msgid "ContainerRegistry|Size"
msgstr "Размер"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Тег"
-msgid "ContainerRegistry|Tag ID"
-msgstr "Идентификатор Тега"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr "Ð’ Ñтой группе нет доÑтупных образов контейнеров"
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr "Ð’ Ñтом проекте нет Docker образов"
+msgid "ContainerRegistry|This image has no active tags"
+msgstr "Этот образ не имеет активных тегов"
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "Мы не можем подключитьÑÑ Ðº Docker, что может быть вызвано проблемой Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ или путём вашего проекта. %{docLinkStart}ÐŸÐ¾Ð´Ñ€Ð¾Ð±Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ%{docLinkEnd}"
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "С рееÑтром контейнеров каждый проект может иметь Ñвое меÑто Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñвоих Docker образов. %{docLinkStart}ÐŸÐ¾Ð´Ñ€Ð¾Ð±Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ%{docLinkEnd}"
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "С помощью РееÑтра Docker Контейнеров, интегрированного в GitLab, каждый проект может иметь Ñвое ÑобÑтвенное проÑтранÑтво Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñвоих Docker образов. %{docLinkStart}ÐŸÐ¾Ð´Ñ€Ð¾Ð±Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ%{docLinkEnd}"
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4269,7 +5206,7 @@ msgid "ContainerRegistry|You can add an image to this registry with the followin
msgstr "Ð’Ñ‹ можете добавить образ в Ñтот рееÑÑ‚Ñ€ контвейнеров при помощи данных команд:"
msgid "Contains %{count} blobs of images (%{size})"
-msgstr ""
+msgstr "Содержит %{count} изображений (%{size})"
msgid "Contents of .gitlab-ci.yml"
msgstr "Содержимое .gitlab-ci.yml"
@@ -4295,26 +5232,50 @@ msgstr "Ðналитика вкладов"
msgid "Contribution Charts"
msgstr "График активноÑти"
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
-msgstr "УчаÑтники"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} - %{endDate}"
+msgid "ContributionAnalytics|Last month"
+msgstr ""
-msgid "ContributorsPage|Building repository graph."
-msgstr "ПоÑтроение графа репозиториÑ."
+msgid "ContributionAnalytics|Last week"
+msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "Коммиты в %{branch_name}, за иÑключением коммитов ÑлиÑниÑ. Ограничено 6,000 коммитами."
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "ПожалуйÑта подождите, Ñта Ñтраница автоматичеÑки обновитÑÑ Ð¿Ð¾ готовноÑти."
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr "УчаÑтники"
msgid "Control emails linked to your account"
msgstr ""
@@ -4325,9 +5286,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4337,77 +5295,92 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr "Копировать"
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr "Копировать %{proxy_url}"
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
-msgstr "Скопировать ID в буфер обмена"
+msgid "Copy External ID to clipboard"
+msgstr ""
-msgid "Copy KRB5 clone URL"
+msgid "Copy ID"
msgstr ""
+msgid "Copy KRB5 clone URL"
+msgstr "Скопировать URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ‡ÐµÑ€ÐµÐ· KRB5"
+
msgid "Copy SSH clone URL"
msgstr ""
msgid "Copy SSH public key"
msgstr "Копировать открытый ключ SSH"
-msgid "Copy URL to clipboard"
-msgstr "Копировать URL в буфер обмена"
+msgid "Copy URL"
+msgstr ""
-msgid "Copy branch name to clipboard"
-msgstr "Скопировать Ð¸Ð¼Ñ Ð²ÐµÑ‚ÐºÐ¸ в буфер обмена"
+msgid "Copy branch name"
+msgstr ""
-msgid "Copy command to clipboard"
-msgstr "Копировать команду в буфер обмена"
+msgid "Copy command"
+msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "Копировать SHA коммита в буфер обмена"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy file path to clipboard"
-msgstr "Скопировать путь к файлу в буфер обмена"
+msgid "Copy commit SHA"
+msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgstr "Копировать метки и Ñтап из %{source_issuable_reference}."
+
+msgid "Copy labels and milestone from other issue or merge request in this project"
+msgstr "Копировать метки и Ñтапы из другой задачи или запроÑа на ÑлиÑние в Ñтом проекте"
+
msgid "Copy link"
msgstr "Копировать ÑÑылку"
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
-msgstr "Скопировать ÑÑылку в буфер обмена"
-
-msgid "Copy secret to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy to clipboard"
-msgstr "Скопировать в буфер обмена"
-
-msgid "Copy token to clipboard"
-msgstr "Cкопировать токен в буфер обмена"
+msgid "Copy token"
+msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ авторизовать никнейм. Попробуйте еще раз!"
msgid "Could not change HEAD: branch '%{branch}' does not exist"
msgstr ""
@@ -4419,30 +5392,51 @@ msgid "Could not connect to Web IDE file mirror service."
msgstr ""
msgid "Could not create Wiki Repository at this time. Please try again later."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ Ñоздать Wiki репозиторий. ПожалуйÑта, повторите попытку позже."
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Ðе удалоÑÑŒ Ñоздать репозиторий"
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
+msgstr "Ðе удалоÑÑŒ удалить ник чата %{chat_name}."
+
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
msgstr ""
msgid "Could not remove the trigger."
msgstr ""
-msgid "Could not revoke impersonation token %{token_name}."
+msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke impersonation token %{token_name}."
+msgstr "Ðе удалоÑÑŒ отозвать токен Ð¸Ð¼Ð¸Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ %{token_name}."
+
msgid "Could not revoke personal access token %{personal_access_token_name}."
+msgstr "Ðе удалоÑÑŒ отозвать токен личного доÑтупа %{personal_access_token_name}."
+
+msgid "Could not save group ID"
msgstr ""
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
+msgstr "Ðе удалоÑÑŒ Ñохранить ручную конфигурацию prometheus"
+
+msgid "Country"
msgstr ""
msgid "Coverage"
@@ -4460,7 +5454,13 @@ msgstr "Создать Ðовый каталог"
msgid "Create New Domain"
msgstr "Создать новый домен"
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
+msgstr "Сначала Ñоздайте учетную запиÑÑŒ GitLab, а затем подключите ее к вашей учетной запиÑи %{label}."
+
+msgid "Create a Mattermost team for this group"
msgstr ""
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
@@ -4473,17 +5473,26 @@ msgid "Create a new branch"
msgstr "Создать новую ветку"
msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes."
-msgstr ""
+msgstr "Создайте новый файл, поÑкольку еще нет файлов. ПоÑле Ñтого вы Ñможете зафикÑировать Ñвои изменениÑ."
msgid "Create a new issue"
msgstr "Создать новое обÑуждение"
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr "Создать новый репозиторий"
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Создать личный токен на аккаунте Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ отправки через %{protocol}."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr "Создать обÑуждение. ОбÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ ÑоздаютÑÑ Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ Ñработавшего предупреждениÑ."
@@ -4523,6 +5532,9 @@ msgstr "Создать группу"
msgid "Create group label"
msgstr "Создать метку группы"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Создать ÑпиÑок из меток. ОбÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ñ Ñтой меткой поÑвлÑÑŽÑ‚ÑÑ Ð² Ñтом ÑпиÑке."
@@ -4566,7 +5578,7 @@ msgid "Create your first page"
msgstr "Создайте вашу первую Ñтраницу"
msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
-msgstr ""
+msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ прав на Ñоздание подгруппы в Ñтой группе."
msgid "CreateGroup|You don’t have permission to create groups."
msgstr ""
@@ -4583,9 +5595,18 @@ msgstr "Создан"
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4614,7 +5635,7 @@ msgid "Creates a branch and a merge request to resolve this issue."
msgstr ""
msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue."
-msgstr ""
+msgstr "Создает ветку %{branch_name} и Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние Ð´Ð»Ñ Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ñтого вопроÑа."
msgid "Creating epic"
msgstr ""
@@ -4623,6 +5644,12 @@ msgid "Creating graphs uses the data from the Prometheus server. If this takes a
msgstr ""
msgid "Creation date"
+msgstr "Дата ÑозданиÑ"
+
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
msgstr ""
msgid "Cron Timezone"
@@ -4631,12 +5658,15 @@ msgstr "Ð’Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð·Ð¾Ð½Ð° Cron"
msgid "Cron syntax"
msgstr "СинтакÑÐ¸Ñ Cron"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr "Ð¢ÐµÐºÑƒÑ‰Ð°Ñ Ð’ÐµÑ‚ÐºÐ°"
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr "Текущий проект"
@@ -4646,13 +5676,22 @@ msgstr "Текущий узел"
msgid "Current password"
msgstr "Текущий пароль"
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr "Профиль"
msgid "CurrentUser|Settings"
msgstr "ÐаÑтройки"
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4668,6 +5707,9 @@ msgid "Custom project templates"
msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
+msgstr "ПользовательÑкие шаблоны проекта не были наÑтроены Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿, членом которых ÑвлÑетеÑÑŒ вы. Они включены на Ñтранице наÑтроек группы. СвÑжитеÑÑŒ Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ или Ñопровождающим вашей группы Ð´Ð»Ñ Ð½Ð°Ñтройки пользовательÑких шаблонов проекта."
+
+msgid "Custom range"
msgstr ""
msgid "CustomCycleAnalytics|Add a stage"
@@ -4676,6 +5718,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4709,6 +5754,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "ÐаÑтроить цвета"
@@ -4719,49 +5767,82 @@ msgid "Customize how Google Code email addresses and usernames are imported into
msgstr ""
msgid "Customize icon"
-msgstr ""
+msgstr "ÐаÑтройка значка"
msgid "Customize language and region related settings."
msgstr "ÐаÑтройте параметры Ñзыка и региона."
msgid "Customize name"
-msgstr ""
+msgstr "ÐаÑтройка имени"
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "Ðналитика Цикла"
msgid "Cycle Analytics can help you determine your team’s velocity"
-msgstr ""
+msgstr "ÐналитичеÑкий цикл может помочь вам определить производительноÑти вашей команды"
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
+msgstr "Создана задача"
+
+msgid "CycleAnalyticsEvent|Issue first added to a board"
msgstr ""
-msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
+msgstr "Задача первоначально ÑвÑÐ·Ð°Ð½Ð½Ð°Ñ Ñ Ñтапом или другой задаче впервые добавлена на доÑку"
+
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
+msgstr "Задача впервые упомÑнута в коммите"
+
+msgid "CycleAnalyticsEvent|Issue label was added"
msgstr ""
-msgid "CycleAnalyticsEvent|Merge request created"
+msgid "CycleAnalyticsEvent|Issue label was removed"
msgstr ""
-msgid "CycleAnalyticsEvent|Merge request first deployed to production"
+msgid "CycleAnalyticsEvent|Issue last edited"
msgstr ""
-msgid "CycleAnalyticsEvent|Merge request last build finish time"
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request created"
+msgstr "Создан Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+
+msgid "CycleAnalyticsEvent|Merge request first deployed to production"
+msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние впервые развернут в продукцию"
+
+msgid "CycleAnalyticsEvent|Merge request last build finish time"
+msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¿Ð¾Ñледнего запроÑа на ÑлиÑние"
+
msgid "CycleAnalyticsEvent|Merge request last build start time"
+msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° поÑледнего запроÑа на ÑлиÑние"
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
msgstr ""
msgid "CycleAnalyticsEvent|Merge request merged"
-msgstr ""
+msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние выполнен"
msgid "CycleAnalyticsStage|Code"
msgstr "ÐапиÑание кода"
@@ -4772,9 +5853,6 @@ msgstr "ОбÑуждение"
msgid "CycleAnalyticsStage|Plan"
msgstr "Планирование"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Продуктив"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Контроль"
@@ -4784,34 +5862,81 @@ msgstr "Приёмка"
msgid "CycleAnalyticsStage|Test"
msgstr "ТеÑтирование"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr "Ð’Ñе Ñтадии"
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
+msgstr "Стадии"
+
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
msgstr ""
msgid "CycleAnalytics|group dropdown filter"
+msgstr "Групповой выпадающий фильтр"
+
+msgid "CycleAnalytics|not allowed for the given start event"
msgstr ""
msgid "CycleAnalytics|project dropdown filter"
-msgstr ""
+msgstr "Выпадающий фильтр проекта"
msgid "CycleAnalytics|stage dropdown"
-msgstr ""
+msgstr "Выпадающий ÑпиÑок Ñтадий"
msgid "DNS"
msgstr "DNS"
@@ -4843,22 +5968,28 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Данные вÑе еще вычиÑлÑÑŽÑ‚ÑÑ..."
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
msgid "DayTitle|F"
-msgstr ""
+msgstr "Пт"
msgid "DayTitle|M"
-msgstr ""
+msgstr "Пн"
msgid "DayTitle|S"
-msgstr ""
+msgstr "Ð’Ñ"
msgid "DayTitle|W"
-msgstr ""
+msgstr "Ср"
msgid "Days"
+msgstr "Дней"
+
+msgid "Days to merge"
msgstr ""
msgid "Debug"
@@ -4879,23 +6010,29 @@ msgstr "Отклонить и выйти"
msgid "Default Branch"
msgstr "Ветка по умолчанию"
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
msgid "Default branch"
-msgstr ""
+msgstr "Ветвь по умолчанию"
msgid "Default branch and protected branches"
-msgstr ""
+msgstr "Ветвь по умолчанию и защищенные ветки"
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
msgid "Default description template for merge requests"
-msgstr ""
+msgstr "Шаблон опиÑÐ°Ð½Ð¸Ñ Ð¿Ð¾ умолчанию Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñов на ÑлиÑние"
msgid "Default first day of the week"
msgstr "Первый день недели по умолчанию"
@@ -4940,7 +6077,7 @@ msgid "Delete"
msgstr "Удалить"
msgid "Delete Comment"
-msgstr ""
+msgstr "Удалить комментарий"
msgid "Delete Package"
msgstr "Удалить пакет"
@@ -4949,7 +6086,7 @@ msgid "Delete Snippet"
msgstr "Удалить Ñниппет"
msgid "Delete artifacts"
-msgstr ""
+msgstr "Удалить артефакты"
msgid "Delete board"
msgstr "Удалить доÑку"
@@ -4963,6 +6100,18 @@ msgstr "Удалить лицензию"
msgid "Delete list"
msgstr "Удалить ÑпиÑок"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr "Удалить иÑходную ветку"
@@ -4973,16 +6122,16 @@ msgid "DeleteProject|Failed to remove project repository. Please try again or co
msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ удалить некоторые метки в рееÑтре контейнера проекта. ПожалуйÑта, попробуйте еще раз или ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором."
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
msgid "DeleteProject|Failed to restore project repository. Please contact the administrator."
-msgstr ""
+msgstr "Ошибка при воÑÑтановлении Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°. ПожалуйÑта, попробуйте Ñнова, или ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором."
msgid "DeleteProject|Failed to restore wiki repository. Please contact the administrator."
-msgstr ""
+msgstr "Ошибка при воÑÑтановлении wiki Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°. ПожалуйÑта, попробуйте Ñнова, или ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором."
msgid "Deleted"
msgstr "Удалено"
@@ -4991,7 +6140,7 @@ msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
msgid "Deleted in this version"
-msgstr ""
+msgstr "Удалено в Ñтой верÑии"
msgid "Deleting the license failed."
msgstr ""
@@ -5002,34 +6151,40 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
-msgid "Denied authorization of chat nickname %{user_name}."
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
+msgid "Denied authorization of chat nickname %{user_name}."
+msgstr "Отказано в авторизации под чат никнеймом %{user_name}."
+
msgid "Deny"
msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ ÑƒÑзвимоÑÑ‚ÑŒ не показана"
+msgstr[1] "%d дополнительных уÑзвимоÑти не показано"
+msgstr[2] "%d дополнительных уÑзвимоÑтей не показано"
+msgstr[3] "%d дополнительных уÑзвимоÑтей не показано"
msgid "Dependencies|%d vulnerability"
msgid_plural "Dependencies|%d vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d уÑзвимоÑÑ‚ÑŒ"
+msgstr[1] "%d уÑзвимоÑти"
+msgstr[2] "%d уÑзвимоÑтей"
+msgstr[3] "%d уÑзвимоÑтей"
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
msgid "Dependencies|All"
-msgstr ""
+msgstr "Ð’Ñе"
msgid "Dependencies|Component"
msgstr ""
@@ -5041,10 +6196,10 @@ msgid "Dependencies|Export as JSON"
msgstr ""
msgid "Dependencies|Job failed to generate the dependency list"
-msgstr ""
+msgstr "Заданию не удалоÑÑŒ Ñгенерировать ÑпиÑок завиÑимоÑтей"
msgid "Dependencies|License"
-msgstr ""
+msgstr "ЛицензиÑ"
msgid "Dependencies|Location"
msgstr ""
@@ -5053,13 +6208,13 @@ msgid "Dependencies|Packager"
msgstr ""
msgid "Dependencies|Safe"
-msgstr ""
+msgstr "БезопаÑно"
msgid "Dependencies|Status"
-msgstr ""
+msgstr "СтатуÑ"
msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
-msgstr ""
+msgstr "Произошел Ñбой Ð·Ð°Ð´Ð°Ð½Ð¸Ñ %{codeStartTag}dependency_scanning%{codeEndTag} и не получилоÑÑŒ Ñгенерировать ÑпиÑок. ПожалуйÑта, убедитеÑÑŒ, что задание работает правильно и Ñнова запуÑтите Ñборку."
msgid "Dependencies|Unsupported file(s) detected"
msgstr ""
@@ -5068,7 +6223,7 @@ msgid "Dependencies|Version"
msgstr ""
msgid "Dependencies|Vulnerable components"
-msgstr ""
+msgstr "УÑзвимые компоненты"
msgid "Dependency List"
msgstr ""
@@ -5076,6 +6231,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5090,17 +6248,17 @@ msgstr ""
msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Ð’ завиÑимоÑти от того был ли удовлетворен %d Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+msgstr[1] "Ð’ завиÑимоÑти от того были ли удовлетворены %d запроÑа на ÑлиÑние"
+msgstr[2] "Ð’ завиÑимоÑти от того было ли удовлетворено %d запроÑов на ÑлиÑние"
+msgstr[3] "Ð’ завиÑимоÑти от того было ли удовлетворено %d запроÑов на ÑлиÑние"
msgid "Depends on <strong>%d closed</strong> merge request."
msgid_plural "Depends on <strong>%d closed</strong> merge requests."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Ð’ завиÑимоÑти от <strong>%d закрытого</strong> запроÑа на ÑлиÑние."
+msgstr[1] "Ð’ завиÑимоÑти от <strong>%d закрытых</strong> запроÑов на ÑлиÑние."
+msgstr[2] "Ð’ завиÑимоÑти от <strong>%d закрытых</strong> запроÑов на ÑлиÑние."
+msgstr[3] "Ð’ завиÑимоÑти от <strong>%d закрытых</strong> запроÑов на ÑлиÑние."
msgid "Deploy"
msgid_plural "Deploys"
@@ -5113,7 +6271,7 @@ msgid "Deploy Keys"
msgstr "Ключи РазвертываниÑ"
msgid "Deploy key was successfully updated."
-msgstr ""
+msgstr "Ключ Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ ÑƒÑпешно обновлен."
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
@@ -5122,7 +6280,7 @@ msgid "Deploy to..."
msgstr "Развернуть в..."
msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
-msgstr ""
+msgstr "СоответÑтвие метке %{appLabel} было удалено Ð´Ð»Ñ Ñтендов развертываниÑ. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы увидеть вÑе ÑкземплÑры на вашем Ñтенде, вы должны обновить ваш график и повторно провеÑти развертывание."
msgid "DeployKeys|+%{count} others"
msgstr "+%{count} других"
@@ -5184,11 +6342,11 @@ msgstr "Разрешает доÑтуп только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ðº ре
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "Разрешает доÑтуп только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ðº репозиторию"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "Копировать токен Ñ€Ð°Ð·Ð²Ñ‘Ñ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð² буфер обмена"
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "Копировать Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð² буфер обмена"
+msgid "DeployTokens|Copy username"
+msgstr ""
msgid "DeployTokens|Create deploy token"
msgstr "Создать токен развертываниÑ"
@@ -5197,7 +6355,7 @@ msgid "DeployTokens|Created"
msgstr "Создан"
msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
-msgstr ""
+msgstr "Формат по умолчанию \"gitlab+deploy-token-{n}\". Введите Ñвое Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÐµÑли вы хотите изменить его."
msgid "DeployTokens|Deploy Tokens"
msgstr "Токены развертываниÑ"
@@ -5250,26 +6408,47 @@ msgstr "Создан новый токен Ð´Ð»Ñ Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr "По убыванию"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "ОпиÑание"
msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
-msgstr ""
+msgstr "ОпиÑание обработано Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ %{link_start}GitLab Flavored Markdown%{link_end}"
msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
msgstr ""
@@ -5278,33 +6457,60 @@ msgid "Description:"
msgstr "ОпиÑание:"
msgid "Descriptive label"
-msgstr ""
+msgstr "ОпиÑÑ‹Ð²Ð°ÑŽÑ‰Ð°Ñ Ð¼ÐµÑ‚ÐºÐ°"
msgid "Deselect all"
msgstr ""
-msgid "DesignManagement|%{current_design} of %{designs_count}"
+msgid "Design Management"
msgstr ""
-msgid "DesignManagement|Add designs"
+msgid "Design Management files and data"
msgstr ""
+msgid "Design Sync Not Enabled"
+msgstr ""
+
+msgid "DesignManagement|%{current_design} of %{designs_count}"
+msgstr "%{current_design} из %{designs_count}"
+
+msgid "DesignManagement|Add designs"
+msgstr "Добавить проект"
+
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+msgstr "Добавление Ñтруктуры Ñ Ñ‚ÐµÐ¼ же именем файла заменÑет файл в новой верÑии."
+
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr "Вы уверены, что хотите удалить выбранные дизайны?"
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete"
+msgstr "Удалить"
+
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
+msgstr "Удалить выбранные"
+
+msgid "DesignManagement|Deselect all"
+msgstr "Отменить вÑе"
+
+msgid "DesignManagement|Discard comment"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5316,12 +6522,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5329,7 +6538,7 @@ msgid "DesignManagement|The one place for your designs"
msgstr ""
msgid "DesignManagement|Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date."
-msgstr ""
+msgstr "Загрузите и поÑмотрите поÑледние Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ñтой проблемы. ПоÑледовательно и легко Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка, так как вÑе актуально."
msgid "Designs"
msgstr ""
@@ -5346,19 +6555,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
-msgid "DiffsCompareBaseBranch|(base)"
+msgid "Difference between start date and now"
msgstr ""
+msgid "DiffsCompareBaseBranch|(base)"
+msgstr "(базовый)"
+
msgid "Diffs|No file name available"
msgstr "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð° недоÑтупно"
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5373,18 +6591,18 @@ msgstr "Ð˜Ð¼Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð°"
msgid "Disable"
msgstr "Отключить"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "Отключить Ð´Ð»Ñ Ñтого проекта"
msgid "Disable group Runners"
msgstr "Выключить групповые обработчиков заданий"
-msgid "Disable shared Runners"
+msgid "Disable public access to Pages sites"
msgstr ""
+msgid "Disable shared Runners"
+msgstr "Отключить общедоÑтупные обработчики заданий"
+
msgid "Disable two-factor authentication"
msgstr "Отключить двухфакторную аутентификацию"
@@ -5392,7 +6610,7 @@ msgid "Disabled"
msgstr "Отключено"
msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
-msgstr ""
+msgstr "Отключенные зеркала могут быть включены только владельцами ÑкземплÑров. РекомендуетÑÑ ÑƒÐ´Ð°Ð»Ð¸Ñ‚ÑŒ их."
msgid "Discard"
msgstr ""
@@ -5416,41 +6634,47 @@ msgid "Discard review"
msgstr ""
msgid "DiscordService|Discord Notifications"
-msgstr ""
+msgstr "Discord УведомлениÑ"
msgid "DiscordService|Receive event notifications in Discord"
-msgstr ""
+msgstr "Получать ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ð¾ ÑобытиÑÑ… в Discord"
msgid "Discover GitLab Geo"
-msgstr ""
+msgstr "Откройте Ð´Ð»Ñ ÑÐµÐ±Ñ GitLab Geo"
msgid "Discover projects, groups and snippets. Share your projects with others"
msgstr "ИÑÑледуйте проекты, группы и Ñниппеты. ПоделитеÑÑŒ вашими проектами Ñ Ð´Ñ€ÑƒÐ³Ð¸Ð¼Ð¸ людьми"
msgid "Discuss a specific suggestion or question"
-msgstr ""
+msgstr "ОбÑудить конкретное предложение или вопроÑ"
msgid "Discuss a specific suggestion or question that needs to be resolved"
-msgstr ""
+msgstr "ОбÑудить конкретное предложение или вопроÑ, который необходимо решить"
msgid "Discuss a specific suggestion or question that needs to be resolved."
-msgstr ""
+msgstr "ОбÑудить конкретное предложение или вопроÑ, который необходимо решить."
msgid "Discuss a specific suggestion or question."
-msgstr ""
+msgstr "ОбÑудить конкретное предложение или вопроÑ."
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr "Отключить блок Ð²Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð² Ðналитику Цикла"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5461,21 +6685,30 @@ msgid "Dismissed"
msgstr ""
msgid "Dismissed at %{projectLink}"
-msgstr ""
+msgstr "Отклонено в %{projectLink}"
msgid "Dismissed on pipeline %{pipelineLink}"
-msgstr ""
+msgstr "Отклонено в Ñборке %{pipelineLink}"
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
-msgstr ""
+msgstr "Отклонено в Ñборке %{pipelineLink} в %{projectLink}"
msgid "Display name"
+msgstr "Отображаемое имÑ"
+
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
msgstr ""
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
+msgstr "Dockerfile"
+
+msgid "Documentation"
msgstr ""
msgid "Documentation for popular identity providers"
@@ -5490,6 +6723,9 @@ msgstr "Домен"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr "Ðе вÑтавлÑйте закрытую чаÑÑ‚ÑŒ GPG ключа. Ð’Ñтавьте открытую чаÑÑ‚ÑŒ, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð½Ð°Ñ‡Ð¸Ð½Ð°ÐµÑ‚ÑÑ Ñ Â«----- BEGIN PGP PUBLIC KEY BLOCK -----»."
@@ -5497,7 +6733,7 @@ msgid "Don't show again"
msgstr "Ðе показывать Ñнова"
msgid "Don't worry, you can access this tour by clicking on the help icon in the top right corner and choose <strong>Learn GitLab</strong>."
-msgstr ""
+msgstr "Ðе беÑпокойтеÑÑŒ, вы можете получить доÑтуп к Ñтому туру, нажав на значок Ñправа в верхнем углу и выберите <strong>Узнать GitLab</strong>."
msgid "Done"
msgstr "Выполнено"
@@ -5505,6 +6741,12 @@ msgstr "Выполнено"
msgid "Download"
msgstr "Скачать"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr "Скачать CSV"
@@ -5520,6 +6762,9 @@ msgstr ""
msgid "Download codes"
msgstr "Скачать коды"
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5530,10 +6775,10 @@ msgid "Download license"
msgstr "Скачать лицензию"
msgid "Download source code"
-msgstr ""
+msgstr "Скачать иÑходный код"
msgid "Download this directory"
-msgstr ""
+msgstr "Скачать Ñтот каталог"
msgid "DownloadCommit|Email Patches"
msgstr "Email-патчи"
@@ -5553,9 +6798,18 @@ msgstr "ГолоÑа \"против\""
msgid "Due date"
msgstr "Плановый Ñрок"
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5563,7 +6817,7 @@ msgid "Edit"
msgstr "Редактировать"
msgid "Edit %{issuable}"
-msgstr ""
+msgstr "Редактировать %{issuable}"
msgid "Edit %{name}"
msgstr ""
@@ -5574,6 +6828,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr "Редактировать метку"
@@ -5586,9 +6846,18 @@ msgstr "Изменить пароль"
msgid "Edit Pipeline Schedule %{id}"
msgstr "Изменить раÑпиÑание Ñборочной линии %{id}"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr "Редактировать Ñниппет"
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5598,9 +6867,12 @@ msgstr "Редактировать доÑку"
msgid "Edit comment"
msgstr "Редактировать комментарий"
-msgid "Edit description"
+msgid "Edit dashboard"
msgstr ""
+msgid "Edit description"
+msgstr "Изменить опиÑание"
+
msgid "Edit environment"
msgstr ""
@@ -5628,6 +6900,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Изменить wiki Ñтраницу"
@@ -5635,25 +6910,28 @@ msgid "Edit your most recent comment in a thread (from an empty textarea)"
msgstr ""
msgid "Editing"
-msgstr ""
+msgstr "Редактирование"
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
msgid "Elasticsearch indexing started"
-msgstr ""
+msgstr "ИндекÑÐ°Ñ†Ð¸Ñ Elasticsearch начата"
msgid "Elasticsearch integration. Elasticsearch AWS IAM."
msgstr "Ð˜Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ð¸Ñ Elasticsearch. Elasticsearch AWS IAM."
msgid "Elastic|None. Select namespaces to index."
-msgstr ""
+msgstr "ПуÑто. Выберите проÑтранÑтва имен Ð´Ð»Ñ Ð¸Ð½Ð´ÐµÐºÑации."
msgid "Elastic|None. Select projects to index."
-msgstr ""
+msgstr "ПуÑто. Выберите проекты Ð´Ð»Ñ Ð¸Ð½Ð´ÐµÐºÑации."
msgid "Email"
msgstr "Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°"
@@ -5664,17 +6942,20 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr "Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° не подтверждена. ПожалуйÑта, подтвердите ваш Ð°Ð´Ñ€ÐµÑ Ñлектронной почты в Salesforce."
+
msgid "Email patch"
msgstr ""
msgid "Email the pipelines status to a list of recipients."
-msgstr ""
+msgstr "Отправить по Ñлектронной почте Ñообщение о ÑтатуÑе Ñборочной ÑпиÑку получателей."
msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies."
msgstr ""
msgid "EmailError|The thread you are replying to no longer exists, perhaps it was deleted? If you believe this is in error, contact a staff member."
-msgstr ""
+msgstr "Тема, на которую вы отвечаете, больше не ÑущеÑтвует, возможно, она была удалена? ЕÑли вы Ñчитаете, что Ñто ошибка, ÑвÑжитеÑÑŒ Ñ ÑƒÑ‡Ð°Ñтником."
msgid "EmailError|We couldn't figure out what the email is for. Please create your issue or comment through the web interface."
msgstr ""
@@ -5686,7 +6967,7 @@ msgid "EmailError|We couldn't figure out what user corresponds to the email. Ple
msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
-msgstr ""
+msgstr "Мы не Ñмогли найти проект. ПожалуйÑта, проверьте, еÑÑ‚ÑŒ ли какие-либо опечатки."
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -5704,7 +6985,7 @@ msgid "Emails"
msgstr "Email-адреÑа"
msgid "Emails separated by comma"
-msgstr ""
+msgstr "Электронные адреÑа разделенные запÑтой"
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -5742,6 +7023,12 @@ msgstr "Включить Auto DevOps"
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5749,13 +7036,13 @@ msgid "Enable SAML authentication for this group"
msgstr ""
msgid "Enable access to Grafana"
-msgstr ""
+msgstr "Включить доÑтуп к Grafana"
msgid "Enable access to the Performance Bar for a given group."
msgstr ""
msgid "Enable and configure Grafana."
-msgstr ""
+msgstr "Включить и наÑтроить Grafana."
msgid "Enable and configure InfluxDB metrics."
msgstr "Включить и наÑтроить метрики InfluxDB."
@@ -5770,7 +7057,7 @@ msgid "Enable error tracking"
msgstr ""
msgid "Enable feature to choose access level"
-msgstr ""
+msgstr "Включить функцию выбора ÑƒÑ€Ð¾Ð²Ð½Ñ Ð´Ð¾Ñтупа"
msgid "Enable for this project"
msgstr "Включить Ð´Ð»Ñ Ñтого проекта"
@@ -5790,6 +7077,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr "Включить прокÑи"
@@ -5812,7 +7102,7 @@ msgid "Enable usage ping to get an overview of how you are using GitLab from a f
msgstr ""
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
-msgstr ""
+msgstr "Включить/отключить Ñлужбу поддержки. %{link_start}Узнайте больше о Ñлужбе поддержки%{link_end}."
msgid "Enabled"
msgstr "Включено"
@@ -5833,7 +7123,7 @@ msgid "Ends at (UTC)"
msgstr "ЗаканчиваетÑÑ Ð² (UTC)"
msgid "Enforce DNS rebinding attack protection"
-msgstr ""
+msgstr "ÐŸÑ€Ð¸Ð½ÑƒÐ´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð·Ð°Ñ‰Ð¸Ñ‚Ð° от перепривÑÐ·Ñ‹Ð²Ð°Ð½Ð¸Ñ DNS"
msgid "Ensure connectivity is available from the GitLab server to the Prometheus server"
msgstr ""
@@ -5841,17 +7131,20 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr "Введите диапазон IP-адреÑов"
msgid "Enter a number"
-msgstr ""
+msgstr "Введите номер"
msgid "Enter at least three characters to search"
-msgstr ""
+msgstr "Введите не менее трех Ñимволов Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка"
msgid "Enter board name"
-msgstr ""
+msgstr "Введите название доÑки"
msgid "Enter domain"
msgstr "Введите домен"
@@ -5863,6 +7156,9 @@ msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
msgid "Enter merge request URLs"
+msgstr "Введите URL запроÑа на ÑлиÑние"
+
+msgid "Enter new AWS Secret Access Key"
msgstr ""
msgid "Enter the issue description"
@@ -5883,21 +7179,27 @@ msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ Ð²Ð²ÐµÐ´Ð¸Ñ‚Ðµ Ñвой пароль"
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
-msgstr ""
+msgstr "Окружение"
msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want."
msgstr ""
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default"
-msgstr ""
+msgstr "Переменные Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð½Ð°Ñтроены админиÑтратором, чтобы быть %{link_start}защищенными%{link_end} по умолчанию"
msgid "Environment:"
msgstr "Окружение:"
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "Среды"
@@ -5905,6 +7207,9 @@ msgid "Environments Dashboard"
msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
+msgstr "Окружение позволÑет отÑлеживать развертывание вашего Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ %{link_to_read_more}."
+
+msgid "Environments in %{name}"
msgstr ""
msgid "EnvironmentsDashboard|Add a project to the dashboard"
@@ -5922,12 +7227,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Произошла ошибка при получении окружений."
@@ -5935,7 +7249,7 @@ msgid "Environments|An error occurred while making the request."
msgstr "Произошла ошибка во Ð²Ñ€ÐµÐ¼Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñа."
msgid "Environments|An error occurred while re-deploying the environment, please try again"
-msgstr ""
+msgstr "Произошла ошибка при повторном развертывании окружениÑ, пожалуйÑта, попробуйте еще раз"
msgid "Environments|An error occurred while rolling back the environment, please try again"
msgstr ""
@@ -5946,6 +7260,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "Ð’Ñ‹ уверены, что вы хотите оÑтановить Ñто окружение?"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Коммит"
@@ -5964,19 +7284,28 @@ msgstr "ОкружениÑ"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "ÐžÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ - Ñто меÑта где код развёртываетÑÑ, например теÑтовое окружение или продакшн."
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Задание"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr "Ðовое окружение"
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr "Еще нет развертываний"
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5992,16 +7321,16 @@ msgid "Environments|Pod logs from"
msgstr ""
msgid "Environments|Re-deploy"
-msgstr ""
+msgstr "Повторное развертывание"
msgid "Environments|Re-deploy environment %{environment_name}?"
-msgstr ""
+msgstr "Повторно развернуть окружение %{environment_name}?"
msgid "Environments|Re-deploy environment %{name}?"
msgstr ""
msgid "Environments|Re-deploy to environment"
-msgstr ""
+msgstr "Повторное развертывание в окружение"
msgid "Environments|Read more about environments"
msgstr "Подробнее об окружениÑÑ…"
@@ -6016,11 +7345,17 @@ msgid "Environments|Rollback environment %{environment_name}?"
msgstr ""
msgid "Environments|Rollback environment %{name}?"
+msgstr "Откатить окружение %{name}?"
+
+msgid "Environments|Search"
msgstr ""
msgid "Environments|Show all"
msgstr "Показать вÑе"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "ОÑтановить"
@@ -6034,12 +7369,12 @@ msgid "Environments|This action will relaunch the job for commit %{commit_id}, p
msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
-msgstr ""
+msgstr "Это дейÑтвие перезапуÑтит задание Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¼Ð¸Ñ‚Ð° %{linkStart}%{commitId}%{linkEnd}, вернув окружение в предыдущую верÑию. Ð’Ñ‹ уверены что хотите продолжить?"
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -6054,6 +7389,12 @@ msgstr ""
msgid "Epic"
msgstr "Цель"
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr "Цели"
@@ -6069,9 +7410,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Цели позволÑÑ‚ вам управлÑÑ‚ÑŒ портфелем проектов более Ñффективно и Ñ Ð¼ÐµÐ½ÑŒÑˆÐ¸Ð¼Ð¸ уÑилиÑми"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6079,7 +7417,7 @@ msgid "Epics|Add an existing epic as a child epic."
msgstr ""
msgid "Epics|An error occurred while saving the %{epicDateType} date"
-msgstr ""
+msgstr "Произошла ошибка при Ñохранении %{epicDateType} даты"
msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?"
msgstr ""
@@ -6103,7 +7441,7 @@ msgid "Epics|Remove issue"
msgstr ""
msgid "Epics|Show more"
-msgstr ""
+msgstr "Показать еще"
msgid "Epics|Something went wrong while assigning issue to epic."
msgstr ""
@@ -6141,10 +7479,10 @@ msgstr ""
msgid "Error"
msgstr "Ошибка"
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6153,8 +7491,8 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
-msgstr "Ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ… учаÑтников."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6169,7 +7507,7 @@ msgid "Error fetching network graph."
msgstr "Ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ñетевого графа."
msgid "Error fetching projects"
-msgstr ""
+msgstr "Ошибка при загрузке проектов"
msgid "Error fetching refs"
msgstr "Ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ ÑÑылок"
@@ -6189,9 +7527,12 @@ msgstr "Ошибка при загрузке веток."
msgid "Error loading burndown chart data"
msgstr ""
-msgid "Error loading file viewer."
+msgid "Error loading countries data."
msgstr ""
+msgid "Error loading file viewer."
+msgstr "Ошибка загрузки программы проÑмотра файлов."
+
msgid "Error loading last commit."
msgstr "Ошибка загрузки поÑледнего коммита."
@@ -6202,7 +7543,7 @@ msgid "Error loading merge requests."
msgstr "Ошибка загрузки запроÑов на ÑлиÑние."
msgid "Error loading milestone tab"
-msgstr ""
+msgstr "Ошибка загрузки вкладки Ñтапа"
msgid "Error loading project data. Please try again."
msgstr "Ошибка загрузки данных проекта. ПожалуйÑта, попробуйте еще раз."
@@ -6217,7 +7558,7 @@ msgid "Error loading viewer"
msgstr ""
msgid "Error occurred when fetching sidebar data"
-msgstr ""
+msgstr "Произошла ошибка при получении данных боковой панели"
msgid "Error occurred when saving assignees"
msgstr ""
@@ -6228,6 +7569,12 @@ msgstr "Произошла ошибка при переключении подп
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6238,11 +7585,14 @@ msgid "Error occurred. User was not unblocked"
msgstr ""
msgid "Error occurred. User was not unlocked"
-msgstr ""
+msgstr "Произошла ошибка. Пользователь не был разблокирован"
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "Ошибка при обновлении метки."
@@ -6262,43 +7612,40 @@ msgid "Error uploading file"
msgstr ""
msgid "Error uploading file: %{stripped}"
-msgstr ""
+msgstr "Ошибка при загрузке файла: %{stripped}"
msgid "Error while loading the merge request. Please try again."
msgstr ""
msgid "Error while loading the project data. Please try again."
-msgstr ""
+msgstr "Ошибка при загрузке данных проекта. ПожалуйÑта, попробуйте Ñнова."
msgid "Error while migrating %{upload_id}: %{error_message}"
-msgstr ""
+msgstr "Ошибка при переноÑе %{upload_id}: %{error_message}"
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr "Ошибка:"
-
msgid "ErrorTracking|Active"
-msgstr ""
+msgstr "Ðктивно"
msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects"
-msgstr ""
+msgstr "ПоÑле Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ токена авторизации, иÑпользуйте кнопку «ПодключитьÑÑ» Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ проектов"
msgid "ErrorTracking|Auth Token"
-msgstr ""
+msgstr "Токен аутентификации"
msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown."
-msgstr ""
+msgstr "Ðажмите кнопку \"ПодключитьÑÑ\", чтобы воÑÑтановить подключение к Sentry и активировать выпадающий ÑпиÑок."
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
-msgstr ""
+msgstr "Ошибка подключениÑ. Перепроверьте токен аутентификации и повторите попытку."
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
-msgstr ""
+msgstr "Ðет доÑтупных проектов"
msgid "ErrorTracking|Select project"
msgstr ""
@@ -6312,12 +7659,18 @@ msgstr "Ошибки"
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "Фильтр по вÑему"
msgid "EventFilterBy|Filter by comments"
msgstr "Фильтр по комментарию"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "Фильтр по ÑобытиÑм обÑуждений"
@@ -6336,12 +7689,27 @@ msgstr "СобытиÑ"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "Ежедневно (в 4:00)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "ЕжемеÑÑчно (каждое 1-е чиÑло в 4:00)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Еженедельно (по воÑкреÑениÑм в 4:00)"
@@ -6372,18 +7740,27 @@ msgstr "Ð’Ñе необходимое Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñайта GitLab
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr "Ð’Ñе необходимое Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñайта GitLab Pages Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ HTML."
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
-msgstr ""
+msgstr "За иÑключением политики:"
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "Развернуть"
@@ -6391,7 +7768,7 @@ msgid "Expand all"
msgstr "Развернуть вÑе"
msgid "Expand approvers"
-msgstr ""
+msgstr "Развернуть утверждающих"
msgid "Expand down"
msgstr ""
@@ -6405,14 +7782,20 @@ msgstr "Развернуть боковую панель"
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr "Срок дейÑтвиÑ"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
msgid "Expired %{expiredOn}"
-msgstr ""
+msgstr "ИÑтек %{expiredOn}"
msgid "Expires"
msgstr ""
@@ -6421,7 +7804,7 @@ msgid "Expires at"
msgstr "ИÑтекает"
msgid "Expires in %{expires_at}"
-msgstr ""
+msgstr "ИÑтекает в %{expires_at}"
msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment."
msgstr ""
@@ -6459,11 +7842,14 @@ msgstr "ЭкÑпортировать данный проект Ñо вÑеми Ñ
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr "Внешний URL"
msgid "External Wiki"
-msgstr ""
+msgstr "ВнешнÑÑ Wiki"
msgid "External authentication"
msgstr ""
@@ -6475,10 +7861,10 @@ msgid "External authorization request timeout"
msgstr ""
msgid "External storage URL"
-msgstr ""
+msgstr "URL внешнего хранилища"
msgid "External storage authentication token"
-msgstr ""
+msgstr "Токен аутентификации внешнего хранилища"
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -6490,22 +7876,22 @@ msgid "ExternalMetrics|Add a button to the metrics dashboard linking directly to
msgstr ""
msgid "ExternalMetrics|Enter the URL of the dashboard you want to link to"
-msgstr ""
+msgstr "Введите URL панели инÑтрументов, на которую вы хотите ÑÑылатьÑÑ"
msgid "ExternalMetrics|External Dashboard"
-msgstr ""
+msgstr "ВнешнÑÑ Ð¿Ð°Ð½ÐµÐ»ÑŒ инÑтрументов"
msgid "ExternalMetrics|Full dashboard URL"
-msgstr ""
+msgstr "Полный URL панели инÑтрументов"
msgid "ExternalWikiService|External Wiki"
-msgstr ""
+msgstr "ВнешнÑÑ Wiki"
msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
-msgstr ""
+msgstr "ЗаменÑет ÑÑылку внутренней wiki ÑÑылкой на внешнюю wiki."
msgid "ExternalWikiService|The URL of the external Wiki"
-msgstr ""
+msgstr "URL внешней Wiki"
msgid "Facebook"
msgstr "Facebook"
@@ -6517,7 +7903,7 @@ msgid "Failed Jobs"
msgstr "Ðевыполненные ЗаданиÑ"
msgid "Failed create wiki"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ Ñоздать Wiki"
msgid "Failed to add a Zoom meeting"
msgstr ""
@@ -6526,6 +7912,15 @@ msgid "Failed to apply commands."
msgstr ""
msgid "Failed to assign a user because no user was found."
+msgstr "Ðе удалоÑÑŒ назначить пользователÑ, так как пользовать не найден."
+
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
msgstr ""
msgid "Failed to change the owner"
@@ -6534,9 +7929,6 @@ msgstr "Ðе удалоÑÑŒ изменить владельца"
msgid "Failed to check related branches."
msgstr "Ðе удалоÑÑŒ проверить ÑвÑзанные ветки."
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6550,49 +7942,58 @@ msgid "Failed to create resources"
msgstr ""
msgid "Failed to delete board. Please try again."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ удалить доÑку. Попробуйте еще раз."
msgid "Failed to deploy to"
msgstr ""
-msgid "Failed to get ref."
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
msgstr ""
+msgid "Failed to get ref."
+msgstr "Ðе удаетÑÑ Ð¿Ð¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ ÑÑылку"
+
msgid "Failed to install."
msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
msgid "Failed to load groups & users."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ загрузить группы и пользователей."
msgid "Failed to load related branches"
msgstr ""
-msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
+msgid "Failed to load stacktrace."
msgstr ""
+msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
+msgstr "Ðе удалоÑÑŒ пометить Ñту задачу как дубликат, потому что ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ð°Ñ Ð·Ð°Ð´Ð°Ñ‡Ð° не была найдена."
+
msgid "Failed to move this issue because label was not found."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ перемеÑтить Ñту задачу, потому что метка не была найдена."
msgid "Failed to move this issue because only a single label can be provided."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ перемеÑтить Ñту задачу, потому что можно указать только одну метку."
msgid "Failed to move this issue because target project doesn't exist."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ перемеÑтить задачу, потому что целевой проект не доÑтупен."
msgid "Failed to promote label due to internal error. Please contact administrators."
msgstr ""
msgid "Failed to protect the branch"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ защитить ветку"
msgid "Failed to protect the environment"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ защитить окружение"
msgid "Failed to remove a Zoom meeting"
msgstr ""
@@ -6615,9 +8016,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6640,13 +8038,16 @@ msgid "Failed to update branch!"
msgstr ""
msgid "Failed to update environment!"
+msgstr "Ðе удалоÑÑŒ обновить окружение!"
+
+msgid "Failed to update issue status"
msgstr ""
msgid "Failed to update issues, please try again."
msgstr "Ошибка Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±Ñуждений, пожалуйÑта, попробуйте Ñнова."
msgid "Failed to update tag!"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ обновить метку!"
msgid "Failed to update."
msgstr ""
@@ -6661,7 +8062,7 @@ msgid "Failure"
msgstr ""
msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
-msgstr ""
+msgstr "БыÑтрое ÑлиÑние невозможно. ПеренеÑите ветку иÑточника в целевую ветку или объедините целевую ветку Ñ Ð¸Ñходной веткой, чтобы Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние был удовлетворен."
msgid "Fast-forward merge without a merge commit"
msgstr ""
@@ -6669,6 +8070,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6693,15 +8097,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr "Добавить"
-
msgid "FeatureFlags|All users"
msgstr "Ð’Ñе пользователи"
-msgid "FeatureFlags|Clear all"
-msgstr "ОчиÑтить вÑе"
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6723,9 +8121,6 @@ msgstr "ОпиÑание"
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6739,7 +8134,7 @@ msgid "FeatureFlags|Feature Flag behavior is built up by creating a set of rules
msgstr ""
msgid "FeatureFlags|Feature Flags"
-msgstr ""
+msgstr "Функциональные опции"
msgid "FeatureFlags|Feature flag %{name} will be removed. Are you sure?"
msgstr ""
@@ -6750,23 +8145,29 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr "Ðеактивен"
msgid "FeatureFlags|Inactive flag for %{scope}"
+msgstr "Ðеактивных флаг Ð´Ð»Ñ %{scope}"
+
+msgid "FeatureFlags|Include additional user IDs"
msgstr ""
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
-msgstr ""
+msgstr "УÑтановите %{docs_link_anchored_start}ÑовмеÑтимую клиентÑкую библиотеку%{docs_link_anchored_end} и укажите URL Ð°Ð´Ñ€ÐµÑ API, наименование Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¸ идентификатор ÑкземплÑра Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð² процеÑÑе наÑтройки конфигурации. %{docs_link_start} Ð”Ð»Ñ Ð±Ð¾Ð»ÑŒÑˆÐµÐ¹ информации%{docs_link_end}"
msgid "FeatureFlags|Instance ID"
msgstr ""
msgid "FeatureFlags|Loading feature flags"
-msgstr ""
+msgstr "Загрузка Функциональных опций"
msgid "FeatureFlags|More information"
-msgstr ""
+msgstr "Подробнее"
msgid "FeatureFlags|Name"
msgstr ""
@@ -6778,13 +8179,13 @@ msgid "FeatureFlags|New Feature Flag"
msgstr ""
msgid "FeatureFlags|New feature flag"
-msgstr ""
+msgstr "Ðовый переключатель функциональной опции"
msgid "FeatureFlags|Percent rollout (logged in users)"
-msgstr ""
+msgstr "Процент Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ (авторизованные пользователи)"
msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100"
-msgstr ""
+msgstr "Процент Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ быть целым чиÑлом от 0 до 100"
msgid "FeatureFlags|Protected"
msgstr ""
@@ -6793,37 +8194,31 @@ msgid "FeatureFlags|Remove"
msgstr "Удалить"
msgid "FeatureFlags|Rollout Percentage"
-msgstr ""
+msgstr "Процент развертываниÑ"
msgid "FeatureFlags|Rollout Strategy"
-msgstr ""
+msgstr "Ð¡Ñ‚Ñ€Ð°Ñ‚ÐµÐ³Ð¸Ñ Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ"
msgid "FeatureFlags|Status"
msgstr "СтатуÑ"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
-msgstr ""
-
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
+msgstr "Целевые окружениÑ"
msgid "FeatureFlags|There are no active feature flags"
-msgstr ""
+msgstr "Ðет активных функциональных опций"
msgid "FeatureFlags|There are no inactive feature flags"
-msgstr ""
+msgstr "Ðет неактивных функциональных опций"
msgid "FeatureFlags|There was an error fetching the feature flags."
msgstr ""
msgid "FeatureFlags|Try again in a few moments or contact your support team."
-msgstr ""
+msgstr "Попробуйте еще раз через неÑколько минут или ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐµÐ¹ Ñлужбой поддержки."
msgid "FeatureFlags|User IDs"
-msgstr ""
+msgstr "Идентификаторы пользователÑ"
msgid "Feb"
msgstr "Фев."
@@ -6838,17 +8233,23 @@ msgid "Fetching licenses failed."
msgstr ""
msgid "Fetching licenses failed. The request endpoint was not found."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ открыть лицензию. ÐšÐ¾Ð½ÐµÑ‡Ð½Ð°Ñ Ñ‚Ð¾Ñ‡ÐºÐ° запроÑа не найдена."
msgid "Fetching licenses failed. You are not permitted to perform this action."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ открыть лицензию. У Ð²Ð°Ñ Ð½ÐµÑ‚ прав на выполнение Ñтого дейÑтвиÑ."
msgid "File"
msgid_plural "Files"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Файл"
+msgstr[1] "Файлы"
+msgstr[2] "Файлы"
+msgstr[3] "Файлы"
+
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
msgid "File added"
msgstr "Файл добавлен"
@@ -6859,12 +8260,18 @@ msgstr "Файловый менеджер"
msgid "File deleted"
msgstr "Файл удалён"
-msgid "File mode changed from %{a_mode} to %{b_mode}"
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
msgstr ""
+msgid "File mode changed from %{a_mode} to %{b_mode}"
+msgstr "Режим файла изменен Ñ %{a_mode} на %{b_mode}"
+
msgid "File moved"
msgstr "Файл перемещен"
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Шаблоны файлов"
@@ -6875,10 +8282,10 @@ msgid "Files"
msgstr "Файлы"
msgid "Files breadcrumb"
-msgstr ""
+msgstr "Файлы навигации"
msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
-msgstr ""
+msgstr "Файлы, каталоги и Ñубмодули в пути %{path} Ð´Ð»Ñ ÑÑылки на коммит %{ref}"
msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
msgstr ""
@@ -6896,11 +8303,20 @@ msgid "Filter by commit message"
msgstr "Фильтр по комментариÑми к коммитам"
msgid "Filter by milestone name"
+msgstr "Фильтр по названию Ñтапа"
+
+msgid "Filter by name..."
msgstr ""
msgid "Filter by two-factor authentication"
msgstr "Фильтр по двухфакторной аутентификации"
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr "Фильтровать результаты по группе"
@@ -6908,7 +8324,7 @@ msgid "Filter results by project"
msgstr "Фильтровать результаты по проекту"
msgid "Filter your projects by name"
-msgstr ""
+msgstr "Отфильтровать проекты по названию"
msgid "Filter..."
msgstr "Фильтр..."
@@ -6931,35 +8347,41 @@ msgstr ""
msgid "Fingerprint"
msgstr "Отпечаток"
-msgid "Fingerprint:"
-msgstr "Отпечаток:"
-
msgid "Fingerprints"
msgstr ""
msgid "Finish editing this message first!"
-msgstr ""
+msgstr "Сначала завершите редактирование Ñтого ÑообщениÑ!"
msgid "Finish review"
msgstr ""
msgid "Finish setting up your dedicated account for <strong>%{group_name}</strong>."
-msgstr ""
+msgstr "Завершите наÑтройку вашей учетной запиÑи Ð´Ð»Ñ <strong>%{group_name}</strong>."
msgid "Finished"
msgstr "Завершено"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr "Первый день недели"
msgid "First name"
+msgstr "ИмÑ"
+
+msgid "First seen"
msgstr ""
msgid "Fixed date"
msgstr ""
msgid "Fixed due date"
-msgstr ""
+msgstr "УÑтановить дату завершениÑ"
msgid "Fixed start date"
msgstr ""
@@ -6968,7 +8390,7 @@ msgid "Fixed:"
msgstr ""
msgid "FlowdockService|Flowdock Git source token"
-msgstr ""
+msgstr "Токен иÑточника Flowdock Git"
msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
msgstr ""
@@ -6988,6 +8410,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "Выполните Ñледующие дейÑтвиÑ, чтобы ÑкÑпортировать данные проекта Google Code."
@@ -7009,6 +8434,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -7030,11 +8458,14 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Ответвлено от"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "Ответвление от %{project_name} (удалено)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "ВыполнÑетÑÑ Ð¾Ñ‚Ð²ÐµÑ‚Ð²Ð»ÐµÐ½Ð¸Ðµ"
@@ -7048,9 +8479,12 @@ msgstr ""
msgid "Format"
msgstr "Формат"
-msgid "Forward external support email address to"
+msgid "Format: %{dateFormat}"
msgstr ""
+msgid "Forward external support email address to"
+msgstr "ПереÑлать внешний Ð°Ð´Ñ€ÐµÑ Ñлектронной почты поддержки на"
+
msgid "Found errors in your %{gitlab_ci_yml}:"
msgstr ""
@@ -7063,6 +8497,9 @@ msgstr "БеÑплатный пробный период"
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr "ПÑтница"
@@ -7072,6 +8509,9 @@ msgstr "От"
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr "Из Bitbucket"
@@ -7093,9 +8533,6 @@ msgstr "От ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¾Ð±ÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð¾ развертывани
msgid "From merge request merge until deploy to production"
msgstr "От запроÑа на ÑлиÑние до Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð² рабочей Ñреде"
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7130,22 +8567,34 @@ msgid "Generate key"
msgstr "Сгенерировать ключ"
msgid "Generate link to chart"
-msgstr ""
+msgstr "Создать ÑÑылку на график"
msgid "Generate new export"
-msgstr ""
+msgstr "Создать новый ÑкÑпорт"
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
-msgstr ""
+msgstr "%{timeAgoStr}(%{pendingEvents} ÑобытиÑ)"
msgid "GeoNodeSyncStatus|Node is failing or broken."
msgstr ""
@@ -7153,15 +8602,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7181,6 +8639,12 @@ msgid "GeoNodes|Health status"
msgstr ""
msgid "GeoNodes|Internal URL"
+msgstr "Внутренний URL"
+
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
msgstr ""
msgid "GeoNodes|Last event ID processed by cursor"
@@ -7204,24 +8668,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr "Ðовый узел"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7231,13 +8686,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7313,7 +8768,7 @@ msgid "GeoNodes|Wikis verified with their counterparts on the Primary node"
msgstr ""
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
-msgstr ""
+msgstr "С %{geo} вы можете уÑтановить Ñпециальный реплицированный, доÑтупный только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ ÑкземплÑÑ€ в любом меÑте. Прежде чем добавлÑÑ‚ÑŒ узлы, Ñледуйте %{instructions} в том порÑдке, в котором они поÑвлÑÑŽÑ‚ÑÑ."
msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
msgstr ""
@@ -7325,7 +8780,7 @@ msgid "Geo|%{name} is scheduled for re-sync"
msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
-msgstr ""
+msgstr "%{name} запланирован Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ð³Ð¾ подтверждениÑ"
msgid "Geo|All"
msgstr ""
@@ -7337,37 +8792,37 @@ msgid "Geo|All projects are being scheduled for re-sync"
msgstr ""
msgid "Geo|All projects are being scheduled for re-verify"
-msgstr ""
+msgstr "Ð’Ñе проекты запланированы Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ð³Ð¾ подтверждениÑ"
msgid "Geo|Allow this secondary node to replicate content on Object Storage"
-msgstr ""
+msgstr "Разрешить вторичной ноде репликацию Ñодержимого в хранилище объекта"
msgid "Geo|Batch operations"
msgstr ""
msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
-msgstr ""
+msgstr "Выберите группы, которые вы хотите Ñинхронизировать Ñ Ñтим вторичным узлом."
msgid "Geo|Container repositories sync capacity"
msgstr ""
msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
-msgstr ""
+msgstr "Контролировать макÑимальное количеÑтво потоков фоновой загрузки LFS/вложений Ð´Ð»Ñ Ñтого вторичного узла"
msgid "Geo|Control the maximum concurrency of container repository operations for this Geo node"
-msgstr ""
+msgstr "Контролируйте макÑимальное Ñовпадение операций Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð´Ð»Ñ Ñтого Geo-узла"
msgid "Geo|Control the maximum concurrency of verification operations for this Geo node"
-msgstr ""
+msgstr "Контролируйте макÑимальный параллелизм операций проверки Ð´Ð»Ñ Ñтого Geo-узла"
msgid "Geo|Control the minimum interval in days that a repository should be reverified for this primary node"
-msgstr ""
+msgstr "Контролировать минимальный интервал в днÑÑ… в течении которого репозитории должен быть промерен Ð´Ð»Ñ Ñтого оÑновного узла"
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
msgid "Geo|Could not remove tracking entry for an existing upload."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ удалить запиÑÑŒ отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð´Ð»Ñ ÑущеÑтвующей загрузки."
msgid "Geo|Failed"
msgstr ""
@@ -7382,16 +8837,16 @@ msgid "Geo|Groups to synchronize"
msgstr ""
msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
-msgstr ""
+msgstr "ЕÑли Geo включено, а так же включено хранилище объектов, GitLab будет обрабатывать репликацию хранилища объектов Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Geo"
msgid "Geo|In sync"
msgstr ""
msgid "Geo|Internal URL (optional)"
-msgstr ""
+msgstr "Внутренний URL (необÑзательно)"
msgid "Geo|Last repository check run"
-msgstr ""
+msgstr "ПоÑледний запуÑк проверки репозиториÑ"
msgid "Geo|Last successful sync"
msgstr ""
@@ -7421,10 +8876,10 @@ msgid "Geo|Pending verification"
msgstr ""
msgid "Geo|Please refer to Geo Troubleshooting."
-msgstr ""
+msgstr "ПожалуйÑта обратитеÑÑŒ к решению проблем Geo."
msgid "Geo|Project"
-msgstr ""
+msgstr "Проект"
msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
msgstr ""
@@ -7436,7 +8891,7 @@ msgid "Geo|Projects in certain storage shards"
msgstr ""
msgid "Geo|Re-verification interval"
-msgstr ""
+msgstr "Интервал повторной проверки"
msgid "Geo|Redownload"
msgstr ""
@@ -7457,16 +8912,16 @@ msgid "Geo|Retry count"
msgstr ""
msgid "Geo|Reverify"
-msgstr ""
+msgstr "Повторить проверку"
msgid "Geo|Reverify all projects"
-msgstr ""
+msgstr "Повторить проверку вÑех проектов"
msgid "Geo|Select groups to replicate."
msgstr ""
msgid "Geo|Selective synchronization"
-msgstr ""
+msgstr "Ð’Ñ‹Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ ÑинхронизациÑ"
msgid "Geo|Shards to synchronize"
msgstr ""
@@ -7481,28 +8936,28 @@ msgid "Geo|Synced"
msgstr "Синхронизировано"
msgid "Geo|Synced at"
-msgstr ""
+msgstr "Синхронизировано в"
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
-msgstr ""
+msgstr "URL, определенный на первичном узле, который вторичные узлы должны иÑпользовать Ð´Ð»Ñ ÑвÑзи Ñ Ð½Ð¸Ð¼. По умолчанию уÑтановлен в URL"
msgid "Geo|The database is currently %{db_lag} behind the primary node."
-msgstr ""
+msgstr "Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð±Ð°Ð·Ð° данных отÑтает от оÑновного узла на %{db_lag}."
msgid "Geo|The node is currently %{minutes_behind} behind the primary node."
-msgstr ""
+msgstr "Узел в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚Ñтает от оÑновного узла на %{minutes_behind}."
msgid "Geo|This is a primary node"
-msgstr ""
+msgstr "Это оÑновной узел"
msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
msgstr ""
msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed."
-msgstr ""
+msgstr "ЗапиÑÑŒ отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ (%{type}/%{id}) была уÑпешно удалена."
msgid "Geo|Tracking entry will be removed. Are you sure?"
msgstr ""
@@ -7541,9 +8996,12 @@ msgid "Get a free instance review"
msgstr ""
msgid "Get started with error tracking"
-msgstr ""
+msgstr "Ðачать Ñ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¾ÑˆÐ¸Ð±Ð¾Ðº"
msgid "Get started with performance monitoring"
+msgstr "Ðачните Ñ Ð¼Ð¾Ð½Ð¸Ñ‚Ð¾Ñ€Ð¸Ð½Ð³Ð° производительноÑти"
+
+msgid "Get started!"
msgstr ""
msgid "Getting started with releases"
@@ -7553,10 +9011,10 @@ msgid "Git"
msgstr "Git"
msgid "Git LFS is not enabled on this GitLab server, contact your admin."
-msgstr ""
+msgstr "Git LFS не включен на Ñтом GitLab Ñервере, ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ админиÑтратором."
msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will <strong>not</strong> be synced in push mirrors."
-msgstr ""
+msgstr "Объекты GIt LFS будут ÑинхронизироватьÑÑ Ð² pull-зеркала, еÑли LFS %{docs_link_start} доÑтупно Ð´Ð»Ñ Ñтого проекта%{docs_link_end}. Они <strong>не</strong> будут ÑинхронизироватьÑÑ Ð² push-зеркала."
msgid "Git global setup"
msgstr "Глобальные наÑтройки Git"
@@ -7579,21 +9037,24 @@ msgstr "ВерÑÐ¸Ñ Git"
msgid "GitHub import"
msgstr "Импорт из GitHub"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "GitLab CI Linter перемещен"
msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
-msgid "GitLab Geo"
-msgstr ""
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "Групповые Обработчики Заданий (GitLab Group Runners) могут выполнÑÑ‚ÑŒ код Ð´Ð»Ñ Ð²Ñех проектов в Ñтой группе."
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7601,6 +9062,9 @@ msgid "GitLab User"
msgstr "Пользователь GitLab"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
+msgstr "GitLab позволÑет продолжить иÑпользование лицензии, даже еÑли вы превыÑили количеÑтво меÑÑ‚, которые вы приобрели. Ð’Ñ‹ должны будете оплатить Ñти меÑта при продлении лицензии."
+
+msgid "GitLab commit"
msgstr ""
msgid "GitLab for Slack"
@@ -7624,12 +9088,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr "Ðовый домен"
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7652,6 +9206,9 @@ msgid "Gitlab Pages"
msgstr "Gitlab Pages"
msgid "Given access %{time_ago}"
+msgstr "ДоÑтуп предоÑтавлен %{time_ago}"
+
+msgid "Given epic is already related to this epic."
msgstr ""
msgid "Global Shortcuts"
@@ -7685,13 +9242,13 @@ msgid "Go to %{link_to_google_takeout}."
msgstr ""
msgid "Go to commits"
-msgstr ""
+msgstr "Перейти к коммитам"
msgid "Go to environments"
msgstr "Перейти в окружениÑ"
msgid "Go to file"
-msgstr ""
+msgstr "Перейти к файлу"
msgid "Go to file (MRs only)"
msgstr ""
@@ -7718,10 +9275,10 @@ msgid "Go to kubernetes"
msgstr "Перейти к kubernetes"
msgid "Go to merge requests"
-msgstr ""
+msgstr "Перейти к запроÑам на ÑлиÑние"
msgid "Go to metrics"
-msgstr ""
+msgstr "Перейти к метрикам"
msgid "Go to parent"
msgstr ""
@@ -7730,13 +9287,13 @@ msgid "Go to project"
msgstr "Перейти к проекту"
msgid "Go to releases"
-msgstr ""
+msgstr "Перейти к релизам"
msgid "Go to repository charts"
msgstr ""
msgid "Go to repository graph"
-msgstr ""
+msgstr "Перейти к графу репозиториÑ"
msgid "Go to snippets"
msgstr "Перейти к Ñниппетам"
@@ -7745,16 +9302,16 @@ msgid "Go to the activity feed"
msgstr "Перейти к ленте активноÑти"
msgid "Go to the milestone list"
-msgstr ""
+msgstr "Перейти к ÑпиÑку Ñтапов"
msgid "Go to the project's activity feed"
-msgstr ""
+msgstr "Перейти к ленте активноÑти проекта"
msgid "Go to the project's overview page"
-msgstr ""
+msgstr "Перейти на Ñтраницу обзора проекта"
msgid "Go to wiki"
-msgstr "Перейти к wiki"
+msgstr "Перейти к Wiki"
msgid "Go to your To-Do list"
msgstr ""
@@ -7763,30 +9320,33 @@ msgid "Go to your fork"
msgstr ""
msgid "Go to your groups"
-msgstr ""
+msgstr "Перейти к вашим группам"
msgid "Go to your issues"
-msgstr ""
+msgstr "Перейти к вашим задачам"
msgid "Go to your merge requests"
-msgstr ""
+msgstr "Перейти к вашим запроÑам на ÑлиÑние"
msgid "Go to your projects"
-msgstr ""
+msgstr "Перейдите к вашим проектам"
msgid "Go to your snippets"
-msgstr ""
+msgstr "Перейти к вашим Ñниппетам"
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7796,6 +9356,27 @@ msgid "Got it!"
msgstr "ПонÑтно!"
msgid "Grafana URL"
+msgstr "URL Grafana"
+
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
msgstr ""
msgid "Grant access"
@@ -7814,7 +9395,7 @@ msgid "Group"
msgstr "Группа"
msgid "Group %{group_name} was scheduled for deletion."
-msgstr ""
+msgstr "Группа %{group_name} была запланирована Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ."
msgid "Group %{group_name} was successfully created."
msgstr "Группа %{group_name} уÑпешно Ñоздана."
@@ -7825,12 +9406,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "Групповые Обработчики Заданий (GitLab Group Runner)"
@@ -7852,23 +9439,44 @@ msgstr "ОпиÑание группы (необÑзательно)"
msgid "Group details"
msgstr "Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ группе"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ группе:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "Ðазвание группы"
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
+msgstr "Минуты групповой Ñборочной линии уÑпешно Ñброшены."
+
+msgid "Group variables (inherited)"
msgstr ""
msgid "Group was successfully updated."
-msgstr ""
+msgstr "Группа была уÑпешно обновлена."
msgid "Group: %{group_name}"
msgstr "Группа: %{group_name}"
@@ -7898,22 +9506,25 @@ msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your
msgstr ""
msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}."
-msgstr ""
+msgstr "Чтобы раÑширить поиÑк, измените или удалите фильтры; Ñ %{startDate} до %{endDate}."
msgid "GroupRoadmap|Until %{dateWord}"
msgstr ""
msgid "GroupSAML|Certificate fingerprint"
-msgstr ""
+msgstr "Отпечаток Ñертификата"
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
msgid "GroupSAML|Enforce SSO-only authentication for this group."
-msgstr ""
+msgstr "Принудительно иÑпользовать SSO-аутентификацию Ð´Ð»Ñ Ñтой группы."
msgid "GroupSAML|Enforce SSO-only membership for this group."
msgstr ""
@@ -7922,7 +9533,7 @@ msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this
msgstr ""
msgid "GroupSAML|Enforced SSO"
-msgstr ""
+msgstr "Принудительный SSO"
msgid "GroupSAML|Generate a SCIM token"
msgstr "Создать токен SCIM"
@@ -7930,6 +9541,9 @@ msgstr "Создать токен SCIM"
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7939,20 +9553,35 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
msgid "GroupSAML|SAML Single Sign On Settings"
-msgstr ""
+msgstr "SAML ÐаÑтройки единого входа"
msgid "GroupSAML|SCIM API endpoint URL"
-msgstr ""
+msgstr "URL конечной точки SCIM API"
msgid "GroupSAML|SCIM Token"
-msgstr ""
+msgstr "SCIM токен"
msgid "GroupSAML|SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"."
msgstr ""
@@ -7969,33 +9598,60 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
+msgstr "Ваш токен SCIM"
+
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr "Ð”Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹ была обновлена ÑÐ±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого DevOps"
+
msgid "GroupSettings|Badges"
msgstr "Значки"
-msgid "GroupSettings|Custom project templates"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr "Будьте оÑторожны. Смена Ñ€Ð¾Ð´Ð¸Ñ‚ÐµÐ»Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹ может привеÑти к непреднамеренным %{side_effects_link_start}побочным Ñффектам%{side_effects_link_end}."
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
msgstr ""
+msgid "GroupSettings|Change group path"
+msgstr "Изменить путь к группе"
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr "Изменение пути к группе может иметь нежелательный побочные Ñффекты."
+
+msgid "GroupSettings|Custom project templates"
+msgstr "ПользовательÑкие шаблоны проекта"
+
msgid "GroupSettings|Customize your group badges."
msgstr "Изменить значки группы."
msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
-msgstr ""
+msgstr "ИÑпользовать по умолчанию Ñборочные линии Auto DevOps Ð´Ð»Ñ Ð²Ñех проектов в Ñтой группе"
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr "ЕÑли видимоÑÑ‚ÑŒ родительÑкой группы ниже текущей видимоÑти группы, уровни видимоÑти Ð´Ð»Ñ Ð¿Ð¾Ð´Ð³Ñ€ÑƒÐ¿Ð¿ и проектов будут изменены на ÑоответÑтвие видимоÑти новой родительÑкой группы."
+
msgid "GroupSettings|Learn more about badges."
msgstr "Узнать больше о значках."
@@ -8003,7 +9659,13 @@ msgid "GroupSettings|Learn more about group-level project templates."
msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
-msgstr ""
+msgstr "Ðовый региÑтрационный токен обработчика заданий Ñгенерирован!"
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr "ÐаÑтройки Ñборочной Ð»Ð¸Ð½Ð¸Ñ Ð±Ñ‹Ð»Ð¸ обновлены Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹"
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr "ПожалуйÑта, укажите путь группы без Ñпециальных Ñимволов."
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Запретить публикацию проектов из %{group} в других группах"
@@ -8012,11 +9674,14 @@ msgid "GroupSettings|Select a sub-group as the custom project template source fo
msgstr ""
msgid "GroupSettings|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
-msgstr ""
+msgstr "Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Auto DevOps будет запущена, еÑли не будет найден альтернативный файл конфигурации CI."
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr "Возникла проблема Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð½Ð°Ñтроек Ñборочной линии: %{error_messages}."
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "Эта наÑтройка применена в %{ancestor_group} и была переопределена в Ñтой подгруппе."
@@ -8032,9 +9697,24 @@ msgstr "Эта наÑтройка будет применена Ð´Ð»Ñ Ð²Ñех
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr "ПеренеÑти группу"
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr "Ð’Ñ‹ можете перенеÑти Ñту группу только в группу, которой вы управлÑете."
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr "Вам нужно будет обновить ваши локальные репозитории, чтобы указать новое меÑтоположение."
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "не может быть отменена до тех пор пока группа \"ПоделитьÑÑ Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð¾Ð²Ð¾Ð¹ блокировкой\" включена, за иÑключением владельца группы родителÑ"
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "удалить возможноÑÑ‚ÑŒ поделитьÑÑ Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð¾Ð²Ð¾Ð¹ блокировкой из %{ancestor_group_name}"
@@ -8047,6 +9727,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8113,14 +9796,20 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr "HTTP Basic: доÑтуп запрещен\\nÐ’Ñ‹ должны иÑпользовать личный токен Ñ Ð´Ð¾Ñтупом к «api» Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Git через HTTP.\\nÐ’Ñ‹ можете Ñоздать его на %{profile_personal_access_tokens_url}"
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
msgid "Header logo was successfully removed."
-msgstr ""
+msgstr "Логотип заголовка был уÑпешно удален."
msgid "Header message"
msgstr ""
@@ -8161,6 +9850,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr "Скрыть архивные проекты"
@@ -8195,11 +9893,17 @@ msgstr[3] "Скрыть значениÑ"
msgid "Hide values"
msgstr "Скрыть значениÑ"
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
msgid "Highest role:"
-msgstr ""
+msgstr "ÐÐ°Ð¸Ð±Ð¾Ð»ÑŒÑˆÐ°Ñ Ñ€Ð¾Ð»ÑŒ:"
msgid "History"
msgstr "ИÑториÑ"
@@ -8208,7 +9912,7 @@ msgid "History of authentications"
msgstr ""
msgid "Hook execution failed. Ensure the group has a project with commits."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ выполнить Hook. УбедитеÑÑŒ, что группа имеет проект Ñ ÐºÐ¾Ð¼Ð¼Ð¸Ñ‚Ð°Ð¼Ð¸."
msgid "Hook was successfully created."
msgstr ""
@@ -8216,9 +9920,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr "ОчиÑтка"
@@ -8231,15 +9932,21 @@ msgstr "ОчиÑтка, ÑкÑпорт, путь, перемещение, уда
msgid "How it works"
msgstr "Как Ñто работает"
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
-msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
+msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
+msgstr "Однако вы уже ÑвлÑетеÑÑŒ учаÑтником Ñтого %{member_source}. Войдите, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð´Ñ€ÑƒÐ³Ð¾Ð¹ аккаунт, чтобы принÑÑ‚ÑŒ приглашение."
+
msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
msgstr ""
@@ -8252,11 +9959,11 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
-msgstr ""
+msgstr "Я хотел бы получать Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ Ñлектронной почте о GitLab"
msgid "ID"
msgstr "ID"
@@ -8307,7 +10014,7 @@ msgid "IP Address"
msgstr ""
msgid "IP address restriction is not editable in subgroups. Value inherited from top-level parent group."
-msgstr ""
+msgstr "Ограничение IP-адреÑа не может быть изменено в подгруппах. Значение, унаÑледованное от родительÑкой группы верхнего уровнÑ."
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
@@ -8315,6 +10022,9 @@ msgstr ""
msgid "Identifier"
msgstr "Идентификатор"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8330,7 +10040,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8351,12 +10061,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr "ЕÑли вы потерÑете Ñвои коды воÑÑтановлениÑ, вы можете Ñоздать новые, Ð°Ð½Ð½ÑƒÐ»Ð¸Ñ€ÑƒÑ Ð²Ñе предыдущие коды."
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8373,7 +10101,7 @@ msgid "ImageViewerDimensions|W"
msgstr ""
msgid "Impersonation has been disabled"
-msgstr ""
+msgstr "ПерÑÐ¾Ð½Ð°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°"
msgid "Import"
msgstr "Импортировать"
@@ -8457,22 +10185,22 @@ msgid "ImportButtons|Connect repositories from"
msgstr ""
msgid "ImportProjects|Blocked import URL: %{message}"
-msgstr ""
+msgstr "Заблокирован URL импорта: %{message}"
msgid "ImportProjects|Error importing repository %{project_safe_import_url} into %{project_full_path} - %{message}"
-msgstr ""
+msgstr "Ошибка импорта Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ %{project_safe_import_url} в %{project_full_path} - %{message}"
msgid "ImportProjects|Importing the project failed"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ импортировать проект"
msgid "ImportProjects|Requesting your %{provider} repositories failed"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ запроÑить %{provider} репозиториев"
msgid "ImportProjects|Select the projects you want to import"
-msgstr ""
+msgstr "Выберите проекты, которые вы хотите импортировать"
msgid "ImportProjects|The remote data could not be imported."
-msgstr ""
+msgstr "Удаленные данные не могут быть импортированы."
msgid "ImportProjects|The repository could not be created."
msgstr "Ðе удалоÑÑŒ Ñоздать репозиторий."
@@ -8501,9 +10229,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr "Инциденты"
@@ -8544,7 +10278,7 @@ msgid "Index all projects"
msgstr ""
msgid "Indicates whether this runner can pick jobs without tags"
-msgstr ""
+msgstr "Указывает, может ли Ñтот обработчик заданий выбирать Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð±ÐµÐ· меток"
msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
msgstr "Сообщать пользователÑм без загруженных SSH ключей, что они не могут отправлÑÑ‚ÑŒ через SSH до тех пор, пока Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ один не будет добавлен"
@@ -8552,6 +10286,9 @@ msgstr "Сообщать пользователÑм без загруженныÑ
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr "Информацию о дополнительных шаблонах Ñтраниц и о том, как их уÑтановить, можно найти в нашем %{pages_getting_started_guide}."
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8571,7 +10308,7 @@ msgid "Insert suggestion"
msgstr ""
msgid "Insights"
-msgstr ""
+msgstr "СтатиÑтика (Insights)"
msgid "Install"
msgstr "УÑтановить"
@@ -8582,8 +10319,8 @@ msgstr "УÑтановите GitLab Runner"
msgid "Install Runner on Kubernetes"
msgstr "УÑтановить Runner на Kubernetes"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
-msgstr "УÑтановите приложение Ð´Ð»Ñ Ð´Ð²ÑƒÑ…Ñтапной аутентификации, например %{free_otp_link} или Google Authenticator и отÑканируйте Ñтот QR-код. Более Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ñтупна в %{help_link_start}документации%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
msgid "Install on clusters"
msgstr "УÑтановить на клаÑтеры"
@@ -8601,9 +10338,6 @@ msgstr[1] "ЭкземплÑров"
msgstr[2] "ЭкземплÑры"
msgstr[3] "ЭкземплÑры"
-msgid "Instance Statistics"
-msgstr "СтатиÑтика ЭкземплÑра"
-
msgid "Instance Statistics visibility"
msgstr "ВидимоÑÑ‚ÑŒ СтатиÑтики ЭкземплÑра"
@@ -8614,7 +10348,7 @@ msgid "Instance does not support multiple Kubernetes clusters"
msgstr "ЭкземплÑÑ€ не поддерживает неÑколько клаÑтеров Kubernetes"
msgid "Instance license"
-msgstr ""
+msgstr "Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ ÑкземплÑра"
msgid "Integrations"
msgstr "Интеграции"
@@ -8626,7 +10360,7 @@ msgid "Interested parties can even contribute by pushing commits if they want to
msgstr "Желающие могут внеÑти Ñвой вклад, отправив коммит, еÑли захотÑÑ‚."
msgid "Internal"
-msgstr ""
+msgstr "Внутренний"
msgid "Internal - The group and any internal projects can be viewed by any logged in user."
msgstr "Внутренний - Группу и включённые в неё проекты может видеть любой зарегиÑтрированный пользователь."
@@ -8643,29 +10377,35 @@ msgstr "Шаблон интервала"
msgid "Introducing Cycle Analytics"
msgstr "Внедрение Цикла Ðналитик"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
msgstr ""
+msgid "Invalid Git ref"
+msgstr "ÐедейÑÑ‚Ð²Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ ÑÑылка Git"
+
msgid "Invalid Insights config file detected"
-msgstr ""
+msgstr "Обнаружен неверный файл конфигурации Insights"
msgid "Invalid Login or password"
-msgstr ""
+msgstr "Ðеверный логин или пароль"
msgid "Invalid URL"
msgstr "ÐедопуÑÑ‚Ð¸Ð¼Ð°Ñ ÑÑылка"
msgid "Invalid date"
+msgstr "ÐедопуÑÑ‚Ð¸Ð¼Ð°Ñ Ð´Ð°Ñ‚Ð°"
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
msgstr ""
msgid "Invalid feature"
-msgstr ""
+msgstr "ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ"
msgid "Invalid field"
-msgstr ""
+msgstr "Ðеверно заполнено поле"
msgid "Invalid file."
-msgstr ""
+msgstr "ÐедопуÑтимый файл."
msgid "Invalid import params"
msgstr ""
@@ -8673,6 +10413,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr "Ðеверный пин-код"
@@ -8683,6 +10426,9 @@ msgid "Invalid repository path"
msgstr ""
msgid "Invalid server response"
+msgstr "Ðеверный ответ Ñервера"
+
+msgid "Invalid start or end time format"
msgstr ""
msgid "Invalid two-factor code."
@@ -8695,7 +10441,7 @@ msgid "Invite"
msgstr "Приглашение"
msgid "Invite \"%{trimmed}\" by email"
-msgstr ""
+msgstr "ПриглаÑить \"%{trimmed}\" по Ñлектронной почте"
msgid "Invite group"
msgstr "ПриглаÑить группу"
@@ -8706,14 +10452,23 @@ msgstr "ПриглаÑить учаÑтников"
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
msgid "IssuableStatus|Closed"
-msgstr ""
+msgstr "Закрыто"
msgid "IssuableStatus|Closed (%{link})"
-msgstr ""
+msgstr "Закрыто (%{link})"
msgid "IssuableStatus|duplicated"
msgstr ""
@@ -8721,15 +10476,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr "ОбÑуждение"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "ДоÑки ОбÑуждений"
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "Ð¡Ð¾Ð±Ñ‹Ñ‚Ð¸Ñ Ð¾Ð±Ñуждений"
@@ -8740,6 +10504,9 @@ msgid "Issue update failed"
msgstr ""
msgid "Issue was closed by %{name} %{reason}"
+msgstr "ОбÑуждение было закрыто %{name} %{reason}"
+
+msgid "Issue weight"
msgstr ""
msgid "IssueBoards|Board"
@@ -8749,7 +10516,7 @@ msgid "IssueBoards|Boards"
msgstr "ДоÑки"
msgid "IssueBoards|Create new board"
-msgstr ""
+msgstr "Создать новую доÑку"
msgid "IssueBoards|Delete board"
msgstr ""
@@ -8764,25 +10531,25 @@ msgid "IssueBoards|Switch board"
msgstr ""
msgid "IssueTracker|Bugzilla issue tracker"
-msgstr ""
+msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений Bugzilla"
msgid "IssueTracker|Custom issue tracker"
-msgstr ""
+msgstr "ПользовательÑÐºÐ°Ñ ÑиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений"
msgid "IssueTracker|GitLab issue tracker"
-msgstr ""
+msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений GitLab"
msgid "IssueTracker|Redmine issue tracker"
-msgstr ""
+msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений Redmine"
msgid "IssueTracker|YouTrack issue tracker"
-msgstr ""
+msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений YouTrack"
msgid "Issues"
msgstr "ОбÑуждениÑ"
msgid "Issues / Merge Requests"
-msgstr ""
+msgstr "ОбÑуждениÑ/ЗапроÑÑ‹ на ÑлиÑние"
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
msgstr "ОбÑуждениÑми могут быть ошибки, задачи или идеи. Также, по обÑуждениÑм можно выполнÑÑ‚ÑŒ поиÑк и отбор."
@@ -8790,11 +10557,14 @@ msgstr "ОбÑуждениÑми могут быть ошибки, задачи
msgid "Issues closed"
msgstr "ОбÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ñ‹"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr "ОбÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñми, запроÑÑ‹ на ÑлиÑние Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñми и комментариÑми, метками, Ñтапами, Ñниппетами и другими объектами проекта"
msgid "Issues, merge requests, pushes, and comments."
-msgstr ""
+msgstr "ОбÑуждениÑ, запроÑÑ‹ на ÑлиÑниÑ, отправки изменений и комментарии."
msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
msgstr ""
@@ -8803,7 +10573,7 @@ msgid "IssuesAnalytics|Avg/Month:"
msgstr ""
msgid "IssuesAnalytics|Issues created"
-msgstr ""
+msgstr "ОбÑуждений Ñоздано"
msgid "IssuesAnalytics|Issues created per month"
msgstr "Создано обÑуждений за меÑÑц"
@@ -8823,11 +10593,11 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
-msgstr ""
+msgstr "Он должен иметь Ñтроку заголовка и по крайней мере две колонки: первый Ñтолбец ÑвлÑетÑÑ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¾Ð¼ обÑуждениÑ, а второй Ñтолбец - опиÑание обÑуждениÑ. Разделитель автоматичеÑки обнаружен."
msgid "It's you"
msgstr ""
@@ -8845,13 +10615,13 @@ msgid "January"
msgstr "Январь"
msgid "JiraService|Events for %{noteable_model_name} are disabled."
-msgstr ""
+msgstr "Ð¡Ð¾Ð±Ñ‹Ñ‚Ð¸Ñ Ð´Ð»Ñ %{noteable_model_name} отключены."
msgid "JiraService|If different from Web URL"
msgstr ""
msgid "JiraService|Jira API URL"
-msgstr ""
+msgstr "Jira API URL"
msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
msgstr ""
@@ -8860,10 +10630,10 @@ msgid "JiraService|Jira comments will be created when an issue gets referenced i
msgstr ""
msgid "JiraService|Jira issue tracker"
-msgstr ""
+msgstr "СиÑтема отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼ Jira"
msgid "JiraService|Password or API token"
-msgstr ""
+msgstr "Пароль или API токен"
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -8872,16 +10642,16 @@ msgid "JiraService|Use , or ; to separate multiple transition IDs"
msgstr ""
msgid "JiraService|Use a password for server version and an API token for cloud version"
-msgstr ""
+msgstr "ИÑпользуйте пароль Ð´Ð»Ñ Ñерверной верÑии и API-токен Ð´Ð»Ñ Ð¾Ð±Ð»Ð°Ñ‡Ð½Ð¾Ð¹ верÑии"
msgid "JiraService|Use a username for server version and an email for cloud version"
-msgstr ""
+msgstr "ИÑпользуйте Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ñерверной верÑии и Ð°Ð´Ñ€ÐµÑ Ñлектронной почты Ð´Ð»Ñ Ð¾Ð±Ð»Ð°Ñ‡Ð½Ð¾Ð¹ верÑии"
msgid "JiraService|Username or Email"
-msgstr ""
+msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ Email"
msgid "JiraService|Web URL"
-msgstr ""
+msgstr "URL-адреÑ"
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr ""
@@ -8890,7 +10660,7 @@ msgid "Job"
msgstr "Задание"
msgid "Job Failed #%{build_id}"
-msgstr ""
+msgstr "Ошибка Ð·Ð°Ð´Ð°Ð½Ð¸Ñ #%{build_id}"
msgid "Job ID"
msgstr ""
@@ -8899,22 +10669,28 @@ msgid "Job has been erased"
msgstr "Фоновое задание было удалено"
msgid "Job has been successfully erased!"
-msgstr ""
+msgstr "Задание уÑпешно удалено!"
msgid "Job has wrong arguments format."
-msgstr ""
+msgstr "Задание имеет неправильный формат аргументов."
msgid "Job is missing the `model_type` argument."
-msgstr ""
+msgstr "Ð’ задании отÑутÑтвует аргумент `model_type`."
msgid "Job is stuck. Check runners."
+msgstr "Задание завиÑло. Проверьте обработчик заданий."
+
+msgid "Job logs and artifacts"
+msgstr "Логи Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¸ артефакты"
+
+msgid "Job to create self-monitoring project is in progress"
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
-msgstr ""
+msgstr "Задача была перезапущена"
msgid "Jobs"
msgstr "ЗаданиÑ"
@@ -8944,7 +10720,7 @@ msgid "Job|Keep"
msgstr ""
msgid "Job|Pipeline"
-msgstr ""
+msgstr "Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ"
msgid "Job|Scroll to bottom"
msgstr ""
@@ -8959,13 +10735,13 @@ msgid "Job|The artifacts were removed"
msgstr ""
msgid "Job|The artifacts will be removed"
-msgstr ""
+msgstr "Ðртефакты будут удалены"
msgid "Job|This job failed because the necessary resources were not successfully created."
-msgstr ""
+msgstr "Это задание не выполнено, поÑкольку необходимые реÑурÑÑ‹ не были уÑпешно Ñозданы."
msgid "Job|This job is stuck because the project doesn't have any runners online assigned to it."
-msgstr ""
+msgstr "Эта задание оÑтановлено, потому что проект не имеет доÑтупных обработчиков, назначенных ему."
msgid "Job|for"
msgstr ""
@@ -8986,10 +10762,10 @@ msgid "July"
msgstr "Июль"
msgid "Jump to first unresolved discussion"
-msgstr ""
+msgstr "Перейти к первому неразрешенному обÑуждению"
msgid "Jump to next unresolved discussion"
-msgstr ""
+msgstr "Перейти к Ñледующему неразрешенному обÑуждению"
msgid "Jun"
msgstr "Июн."
@@ -8997,6 +10773,9 @@ msgstr "Июн."
msgid "June"
msgstr "Июнь"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -9009,6 +10788,9 @@ msgstr "«ГорÑчие» клавиши"
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr "КлаÑтер Kubernetes"
@@ -9018,8 +10800,8 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "Ð’Ñ€ÐµÐ¼Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ»Ð°Ñтера Kubernetes превышает Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ; %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "Ð˜Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ð¸Ñ ÐºÐ»Ð°Ñтера Кубернете не была удалена."
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
msgstr "Ð˜Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ð¸Ñ ÐºÐ»Ð°Ñтера Kubernetes была уÑпешно удалена."
@@ -9034,6 +10816,9 @@ msgid "Kubernetes deployment not found"
msgstr ""
msgid "Kubernetes error: %{error_code}"
+msgstr "Ошибка Kubernetes: %{error_code}"
+
+msgid "Kubernetes popover"
msgstr ""
msgid "LDAP"
@@ -9043,13 +10828,13 @@ msgid "LDAP settings"
msgstr ""
msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
-msgstr ""
+msgstr "Идет ÑÐ¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ LDAP. Это может занÑÑ‚ÑŒ неÑколько минут. Обновите Ñтраницу, чтобы увидеть изменениÑ."
msgid "LFS"
msgstr "LFS"
msgid "LFS objects"
-msgstr ""
+msgstr "Объекты LFS"
msgid "LFSStatus|Disabled"
msgstr "Отключено"
@@ -9127,9 +10912,18 @@ msgstr[3] "ПоÑледние %d дни"
msgid "Last %{days} days"
msgstr "ПоÑледние %{days} днÑ(ей)"
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "ПоÑледнÑÑ Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð›Ð¸Ð½Ð¸Ñ"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr "ПоÑледний доÑтуп"
@@ -9149,17 +10943,26 @@ msgid "Last edited by %{name}"
msgstr "Ðвтор поÑледнего изменениÑ: %{name}"
msgid "Last name"
-msgstr ""
+msgstr "ФамилиÑ"
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr "ПоÑледнее поÑещение"
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr "ПоÑледнее уÑпешное обновление"
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "ПоÑледнее обновление"
@@ -9173,6 +10976,9 @@ msgid "Last used"
msgstr ""
msgid "Last used on:"
+msgstr "ПоÑледнее иÑпользование:"
+
+msgid "LastCommit|authored"
msgstr ""
msgid "LastPushEvent|You pushed to"
@@ -9193,6 +10999,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "Узнайте, как %{link_start}внеÑти Ñвой вклад во вÑтроенные шаблоны%{link_end}"
@@ -9203,11 +11012,17 @@ msgid "Learn more"
msgstr "Подробнее"
msgid "Learn more about Auto DevOps"
-msgstr ""
+msgstr "Узнайте больше об \"Auto DevOps\""
msgid "Learn more about Kubernetes"
msgstr "Подробнее о Kubernates"
+msgid "Learn more about License-Check"
+msgstr "Узнайте больше о проверке лицензии"
+
+msgid "Learn more about Vulnerability-Check"
+msgstr "Узнайте больше о Vulnerability-Check"
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9218,22 +11033,19 @@ msgid "Learn more about approvals."
msgstr "Подробнее об ÑоглаÑовании."
msgid "Learn more about custom project templates"
-msgstr ""
+msgstr "Узнайте больше о пользовательÑких шаблонах проекта"
msgid "Learn more about deploying to a cluster"
-msgstr ""
+msgstr "Узнайте больше о развертывании в клаÑтер"
msgid "Learn more about group-level project templates"
-msgstr ""
+msgstr "Узнать больше о шаблонах проекта группового уровнÑ"
msgid "Learn more about signing commits"
msgstr ""
msgid "Learn more about the dependency list"
-msgstr ""
-
-msgid "Learn more about vulnerability check"
-msgstr ""
+msgstr "Узнайте больше о ÑпиÑке завиÑимоÑтей"
msgid "Learn more in the"
msgstr "Узнайте больше в"
@@ -9244,9 +11056,15 @@ msgstr "Подробнее в|документации по раÑпиÑаниÑ
msgid "Leave"
msgstr "Покинуть"
-msgid "Leave edit mode? All unsaved changes will be lost."
+msgid "Leave Admin Mode"
+msgstr "Выйти из режима админиÑтратора"
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
msgstr ""
+msgid "Leave edit mode? All unsaved changes will be lost."
+msgstr "Выйти из режима редактированиÑ? Ð’Ñе неÑохраненные Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ потерÑны."
+
msgid "Leave group"
msgstr "Покинуть группу"
@@ -9268,6 +11086,9 @@ msgstr "ЛицензиÑ"
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9317,6 +11138,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
@@ -9324,6 +11152,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9372,9 +11207,60 @@ msgstr ""
msgid "Licenses"
msgstr "Лицензии"
-msgid "Limit display of time tracking units to hours."
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
msgstr ""
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
+msgid "Limit display of time tracking units to hours."
+msgstr "Ограничить отображение единицы времени отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾ чаÑов."
+
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
@@ -9385,21 +11271,33 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "СпиÑок"
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr "СпиÑок репозиториев Gitea"
@@ -9424,12 +11322,18 @@ msgstr "Предварительный проÑмотр в реальном вр
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr "Загрузка GitLab IDE..."
@@ -9470,7 +11374,7 @@ msgid "Locked Files"
msgstr ""
msgid "Locked by %{fileLockUserName}"
-msgstr ""
+msgstr "Заблокировано %{fileLockUserName}"
msgid "Locked the discussion."
msgstr ""
@@ -9493,29 +11397,41 @@ msgstr ""
msgid "Logs"
msgstr "Журналы"
-msgid "MERGED"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
msgstr ""
+msgid "MERGED"
+msgstr "СЛИТО"
+
msgid "MRApprovals|Approved by"
msgstr "СоглаÑовано"
msgid "MRApprovals|Approvers"
-msgstr ""
+msgstr "Утверждающие"
msgid "MRApprovals|Pending approvals"
msgstr "Ожидающие ÑоглаÑованиÑ"
msgid "MRDiff|Show changes only"
-msgstr ""
+msgstr "Показать только изменениÑ"
msgid "MRDiff|Show full file"
-msgstr ""
+msgstr "Показать веÑÑŒ файл"
msgid "Made this issue confidential."
msgstr ""
msgid "Make and review changes in the browser with the Web IDE"
-msgstr ""
+msgstr "ВнеÑите и проÑмотрите Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² браузере Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Web IDE"
msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -9532,11 +11448,14 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
msgid "Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki."
-msgstr "УправлÑйте Git репозиториÑми иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð´ÐµÑ‚Ð°Ð»ÑŒÐ½Ñ‹Ðµ наÑтройки доÑтупа, которые защитÑÑ‚ ваш код. ВыполнÑйте проверку кода и улучшите взаимодейÑтвие вашей команды запроÑами на ÑлиÑние. Ð”Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ проекта также доÑтупны ÑиÑтема обÑуждений и вики."
+msgstr "УправлÑйте Git репозиториÑми иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð´ÐµÑ‚Ð°Ð»ÑŒÐ½Ñ‹Ðµ наÑтройки доÑтупа, которые защитÑÑ‚ ваш код. ВыполнÑйте проверку кода и улучшите взаимодейÑтвие вашей команды запроÑами на ÑлиÑние. Ð”Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ проекта также доÑтупны ÑиÑтема обÑуждений и Wiki."
msgid "Manage Web IDE features"
msgstr ""
@@ -9572,7 +11491,7 @@ msgid "Manifest file import"
msgstr "Импорт файла манифеÑта"
msgid "Manual job"
-msgstr ""
+msgstr "Ручное задание"
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -9602,7 +11521,7 @@ msgid "Mark as done"
msgstr "Отметить как выполнено"
msgid "Mark as resolved"
-msgstr ""
+msgstr "Отметить как решенное"
msgid "Mark comment as resolved"
msgstr ""
@@ -9689,6 +11608,9 @@ msgid "Max access level"
msgstr ""
msgid "Max seats used"
+msgstr "МакÑимальное количеÑтво иÑпользуемых меÑÑ‚"
+
+msgid "Maximum allowable lifetime for personal access token (days)"
msgstr ""
msgid "Maximum artifacts size (MB)"
@@ -9707,8 +11629,17 @@ msgid "Maximum job timeout"
msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
+msgstr "МакÑимальный тайм-аут Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐµÑ‚ значение, которое не может быть принÑто"
+
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
msgstr ""
+msgid "Maximum number of comments exceeded"
+msgstr "Превышено макÑимальное количеÑтво комментариев"
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9716,14 +11647,20 @@ msgid "Maximum push size (MB)"
msgstr ""
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
-msgstr ""
+msgstr "МакÑимальное Ð²Ñ€ÐµÐ¼Ñ Ð¼ÐµÐ¶Ð´Ñƒ обновлениÑми, которое может иметь зеркало при Ñинхронизации по раÑпиÑанию."
msgid "May"
msgstr "Май"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Среднее"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9734,7 +11671,7 @@ msgid "Members"
msgstr "УчаÑтники"
msgid "Members can be added by project <i>Maintainers</i> or <i>Owners</i>"
-msgstr ""
+msgstr "УчаÑтники могут быть добавлены в проект <i>Сопровождающим</i> или <i>Владельцем</i>"
msgid "Members of <strong>%{project_name}</strong>"
msgstr "УчаÑтники <strong>%{project_name}</strong>"
@@ -9745,6 +11682,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9755,7 +11698,7 @@ msgid "Merge Request"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
msgid "Merge Request Approvals"
-msgstr ""
+msgstr "ÐŸÐ¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñов на ÑлиÑние"
msgid "Merge Requests"
msgstr "ЗапроÑÑ‹ на СлиÑние"
@@ -9763,9 +11706,12 @@ msgstr "ЗапроÑÑ‹ на СлиÑние"
msgid "Merge Requests created"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние Ñоздан"
-msgid "Merge commit message"
+msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge commit message"
+msgstr "Ðапишите комментарий к коммиту запроÑа на ÑлиÑние"
+
msgid "Merge events"
msgstr "Ð¡Ð¾Ð±Ñ‹Ñ‚Ð¸Ñ ÑлиÑний"
@@ -9775,11 +11721,14 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
msgid "Merge request %{iid} authored by %{authorName}"
-msgstr ""
+msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние %{iid} Ñозданный %{authorName}"
msgid "Merge request approvals"
msgstr ""
@@ -9787,6 +11736,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr "ЗавиÑимоÑти запроÑа на ÑлиÑние"
+
msgid "Merge requests"
msgstr "ЗапроÑÑ‹ на ÑлиÑние"
@@ -9797,13 +11749,13 @@ msgid "Merge requests are read-only in a secondary Geo node"
msgstr ""
msgid "Merge when pipeline succeeds"
-msgstr ""
+msgstr "Объединить при уÑпешном выполнении Ñборочной линии"
msgid "MergeConflict|Commit to source branch"
-msgstr ""
+msgstr "Коммит в ветку иÑточника"
msgid "MergeConflict|Committing..."
-msgstr ""
+msgstr "ФикÑациÑ..."
msgid "MergeConflict|HEAD//our changes"
msgstr ""
@@ -9815,25 +11767,25 @@ msgid "MergeConflict|Use theirs"
msgstr ""
msgid "MergeConflict|conflict"
-msgstr ""
+msgstr "Конфликт"
msgid "MergeConflict|conflicts"
-msgstr ""
+msgstr "Конфликты"
msgid "MergeConflict|origin//their changes"
msgstr ""
msgid "MergeRequests|Add a reply"
-msgstr ""
+msgstr "Ответить"
msgid "MergeRequests|An error occurred while saving the draft comment."
msgstr ""
msgid "MergeRequests|Failed to squash. Should be done manually."
-msgstr ""
+msgstr "Ðе удалоÑÑŒ объединить коммиты. Это должно быть выполнено вручную."
msgid "MergeRequests|Jump to next unresolved discussion"
-msgstr ""
+msgstr "Перейти к Ñледующему неразрешенному обÑуждению"
msgid "MergeRequests|Reply..."
msgstr ""
@@ -9845,7 +11797,7 @@ msgid "MergeRequests|Saving the comment failed"
msgstr ""
msgid "MergeRequests|Squash task canceled: another squash is already in progress."
-msgstr ""
+msgstr "Задача Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð¼ÐµÐ½ÐµÐ½Ð°: Ð´Ñ€ÑƒÐ³Ð°Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ ÑƒÐ¶Ðµ выполнÑетÑÑ."
msgid "MergeRequests|Thread stays resolved"
msgstr ""
@@ -9869,7 +11821,7 @@ msgid "MergeRequests|View replaced file @ %{commitId}"
msgstr ""
msgid "MergeRequests|commented on commit %{commitLink}"
-msgstr ""
+msgstr "прокомментировано в коммите%{commitLink}"
msgid "MergeRequests|started a thread"
msgstr ""
@@ -9880,20 +11832,17 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}изменил опиÑание %{descriptionChangedTimes} раз, за поÑледние %{timeDifferenceMinutes}%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
msgid "MergeRequest|Error loading full diff. Please try again."
-msgstr ""
+msgstr "Ошибка при загрузке полной разницы. ПожалуйÑта, попробуйте еще раз."
msgid "MergeRequest|Filter files or search with %{modifier_key}+p"
msgstr ""
@@ -9905,11 +11854,14 @@ msgid "Merged"
msgstr "Слито"
msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes."
-msgstr ""
+msgstr "Объединенные ветви удалÑÑŽÑ‚ÑÑ. Это может занÑÑ‚ÑŒ некоторое Ð²Ñ€ÐµÐ¼Ñ Ð² завиÑимоÑти от количеÑтва ветвей. ПожалуйÑта, обновите Ñтраницу, чтобы увидеть изменениÑ."
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "СообщениÑ"
@@ -9917,16 +11869,16 @@ msgid "Method"
msgstr ""
msgid "Metric was successfully added."
-msgstr ""
+msgstr "Метрика была уÑпешно добавлена."
msgid "Metric was successfully updated."
-msgstr ""
+msgstr "Метрика была уÑпешно обновлена."
msgid "MetricChart|Please select a metric"
-msgstr ""
+msgstr "ПожалуйÑта, выберите метрику"
msgid "MetricChart|Selected"
-msgstr ""
+msgstr "Выбранные"
msgid "Metrics"
msgstr "Метрики"
@@ -9947,21 +11899,36 @@ msgid "Metrics and profiling"
msgstr "Метрики и профилирование"
msgid "Metrics for environment"
-msgstr ""
+msgstr "Метрики Ð´Ð»Ñ Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ"
msgid "Metrics|Add metric"
+msgstr "Добавить метрику"
+
+msgid "Metrics|Avg"
msgstr ""
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Создать метрику"
msgid "Metrics|Delete metric"
-msgstr ""
+msgstr "Удалить метрику"
msgid "Metrics|Delete metric?"
+msgstr "Удалить метрику?"
+
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
msgstr ""
msgid "Metrics|Edit metric"
@@ -9974,12 +11941,15 @@ msgid "Metrics|For grouping similar metrics"
msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
+msgstr "Метка оÑи Y (обычно Ñто единица измерениÑ). ОÑÑŒ X вÑегда предÑтавлÑет времÑ."
+
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Max"
msgstr ""
msgid "Metrics|Must be a valid PromQL query."
@@ -9988,21 +11958,27 @@ msgstr ""
msgid "Metrics|New metric"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð¼ÐµÑ‚Ñ€Ð¸ÐºÐ°"
-msgid "Metrics|No deployed environments"
-msgstr ""
-
msgid "Metrics|PromQL query is valid"
-msgstr ""
+msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ PromQL дейÑтвителен"
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
msgid "Metrics|Show last"
+msgstr "Показать поÑледнее"
+
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
msgstr ""
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -10010,15 +11986,15 @@ msgid "Metrics|There was an error getting environments information."
msgstr ""
msgid "Metrics|There was an error trying to validate your query"
-msgstr ""
+msgstr "Произошла ошибка при попытке проверить ваш запроÑ"
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -10030,35 +12006,48 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
-msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
msgstr ""
+msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
+msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ навÑегда удалить Ñту метрику. Это дейÑтвие не может быть отменено."
+
msgid "Metrics|e.g. HTTP requests"
-msgstr ""
+msgstr "например, HTTP-запроÑÑ‹"
msgid "Metrics|e.g. Requests/second"
-msgstr ""
+msgstr "например, запроÑов/Ñек"
msgid "Metrics|e.g. Throughput"
msgstr ""
msgid "Metrics|e.g. rate(http_requests_total[5m])"
-msgstr ""
+msgstr "например, ÑкороÑÑ‚ÑŒ(http_requests_total[5m])"
msgid "Metrics|e.g. req/sec"
+msgstr "например, запроÑов в Ñекунду"
+
+msgid "Microsoft Azure"
msgstr ""
msgid "Migrated %{success_count}/%{total_count} files."
-msgstr ""
+msgstr "ПеренеÑено %{success_count}/%{total_count} файлов."
msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr "Этап"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10094,7 +12083,7 @@ msgid "Milestones|Promote Milestone"
msgstr "ПовыÑить Ñтап"
msgid "Milestones|Promoting %{milestoneTitle} will make it available for all projects inside %{groupName}. Existing project milestones with the same title will be merged."
-msgstr ""
+msgstr "Повышение ÑƒÑ€Ð¾Ð²Ð½Ñ %{milestoneTitle} Ñделает его доÑтупным Ð´Ð»Ñ Ð²Ñех проектов внутри %{groupName}. СущеÑтвующие Ñтапы проекта Ñ Ñ‚Ð°ÐºÐ¸Ð¼ же заголовком будут объединены."
msgid "Milestones|This action cannot be reversed."
msgstr ""
@@ -10108,6 +12097,9 @@ msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° - %{minimum_password_length} ÑимвÐ
msgid "Minimum length is %{minimum_password_length} characters."
msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° - %{minimum_password_length} Ñимволов."
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10120,6 +12112,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10151,7 +12146,7 @@ msgid "Modal|Close"
msgstr "Закрыть"
msgid "Modified in this version"
-msgstr ""
+msgstr "Изменено в Ñтой верÑии"
msgid "Modify commit message"
msgstr ""
@@ -10175,10 +12170,10 @@ msgid "Months"
msgstr "МеÑÑцы"
msgid "More"
-msgstr ""
+msgstr "Ещё"
msgid "More Information"
-msgstr ""
+msgstr "Больше информации"
msgid "More Slack commands"
msgstr "Больше Slack команд"
@@ -10186,23 +12181,29 @@ msgstr "Больше Slack команд"
msgid "More actions"
msgstr "Больше дейÑтвий"
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "Больше информации доÑтупно|тут"
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
-msgstr ""
+msgstr "Более %{number_commits_distance} коммитов отличаетÑÑ Ð¾Ñ‚ %{default_branch}"
msgid "Most stars"
msgstr "По рейтингу"
msgid "Mount point %{mounted_as} not found in %{model_class}."
-msgstr ""
+msgstr "Точка Ð¼Ð¾Ð½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ %{mounted_as} не найдена в %{model_class}."
msgid "Move"
msgstr "ПеремеÑтить"
@@ -10229,7 +12230,7 @@ msgid "MoveIssue|Cannot move issue to project it originates from!"
msgstr ""
msgid "Moved issue to %{label} column in the board."
-msgstr ""
+msgstr "ОбÑуждение перенеÑено в колонку %{label} на доÑке."
msgid "Moved this issue to %{path_to_project}."
msgstr ""
@@ -10244,16 +12245,19 @@ msgid "Multiple issue boards"
msgstr ""
msgid "Multiple model types found: %{model_types}"
-msgstr ""
+msgstr "Ðайдено неÑколько типов моделей: %{model_types}"
msgid "Multiple uploaders found: %{uploader_types}"
+msgstr "Ðайдено неÑколько загрузчиков: %{uploader_types}"
+
+msgid "My-Reaction"
msgstr ""
msgid "Name"
msgstr "ИмÑ"
msgid "Name has already been taken"
-msgstr ""
+msgstr "Ð˜Ð¼Ñ ÑƒÐ¶Ðµ занÑто"
msgid "Name new label"
msgstr "Ðазвать новую метку"
@@ -10264,6 +12268,9 @@ msgstr "Придумайте Ð¸Ð¼Ñ Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ ключа, чтобы Ñ
msgid "Name:"
msgstr "Ðаименование:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10273,6 +12280,9 @@ msgstr "ИмÑ, теги, логотип"
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "Помощь"
@@ -10303,9 +12313,15 @@ msgstr "Ðовое Приложение"
msgid "New Environment"
msgstr "Ðовое окружение"
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð“Ñ€ÑƒÐ¿Ð¿Ð°"
+msgid "New Group Name"
+msgstr "Ðовое Ð¸Ð¼Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹"
+
msgid "New Identity"
msgstr ""
@@ -10343,6 +12359,9 @@ msgstr "ÐÐ¾Ð²Ð°Ñ Ð²ÐµÑ‚ÐºÐ°"
msgid "New branch unavailable"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð²ÐµÑ‚ÐºÐ° недоÑтупна"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10365,7 +12384,7 @@ msgid "New group"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð°"
msgid "New health check access token has been generated!"
-msgstr ""
+msgstr "Ðовый токен доÑтупа Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ работоÑпоÑобноÑти Ñгенерирован!"
msgid "New identity"
msgstr ""
@@ -10373,6 +12392,9 @@ msgstr ""
msgid "New issue"
msgstr "Ðовое обÑуждение"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð¼ÐµÑ‚ÐºÐ°"
@@ -10392,7 +12414,7 @@ msgid "New project"
msgstr "Ðовый проект"
msgid "New runners registration token has been generated!"
-msgstr ""
+msgstr "Ðовый региÑтрационный токен обработчика заданий Ñгенерирован!"
msgid "New schedule"
msgstr "Ðовое раÑпиÑание"
@@ -10425,10 +12447,10 @@ msgid "Next file in diff (MRs only)"
msgstr ""
msgid "Next unresolved discussion (MRs only)"
-msgstr ""
+msgstr "Следующее неразрешенное обÑуждение (только MRs)"
msgid "Nickname"
-msgstr ""
+msgstr "Ðикнейм"
msgid "No"
msgstr "Ðет"
@@ -10439,6 +12461,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10446,10 +12471,13 @@ msgid "No Label"
msgstr ""
msgid "No Milestone"
+msgstr "Ðет Ñтапа"
+
+msgid "No Scopes"
msgstr ""
msgid "No Tag"
-msgstr ""
+msgstr "Ðет меток"
msgid "No active admin user found"
msgstr ""
@@ -10461,10 +12489,10 @@ msgid "No application_settings found"
msgstr ""
msgid "No authentication methods configured."
-msgstr ""
+msgstr "Методы аутентификации не наÑтроены."
msgid "No available namespaces to fork the project."
-msgstr ""
+msgstr "Ðет доÑтупных проÑтранÑтв имен Ð´Ð»Ñ Ð¾Ñ‚Ð²ÐµÑ‚Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°."
msgid "No branches found"
msgstr ""
@@ -10491,17 +12519,20 @@ msgid "No data found"
msgstr ""
msgid "No data to display"
-msgstr ""
+msgstr "Ðет данных Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ"
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr "Плановый Ñрок не указан"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10511,26 +12542,26 @@ msgstr ""
msgid "No file chosen"
msgstr "Файл не выбран"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
msgid "No files"
-msgstr ""
+msgstr "Ðет файлов"
msgid "No files found."
msgstr "Файлы не найдены."
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
-msgstr ""
+msgstr "Ðет заданий Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ"
msgid "No labels with such name or description"
msgstr "Ðет меток Ñ Ñ‚Ð°ÐºÐ¸Ð¼ наименованием или опиÑанием"
@@ -10544,9 +12575,6 @@ msgstr ""
msgid "No matching results"
msgstr "Ðет результатов"
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10554,7 +12582,7 @@ msgid "No messages were logged"
msgstr ""
msgid "No milestones to show"
-msgstr ""
+msgstr "Ðет Ñтапов Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ"
msgid "No other labels with such name or description"
msgstr "Ðет других меток Ñ Ñ‚Ð°ÐºÐ¸Ð¼ наименованием или опиÑанием"
@@ -10562,16 +12590,16 @@ msgstr "Ðет других меток Ñ Ñ‚Ð°ÐºÐ¸Ð¼ наименованием
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
-msgstr "Ðет приоритезированных меток Ñ Ñ‚Ð°ÐºÐ¸Ð¼ наименованием и опиÑанием"
+msgid "No preview for this file type"
+msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10598,11 +12626,26 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
msgid "No, not interested right now"
-msgstr ""
+msgstr "Ðет, ÑÐµÐ¹Ñ‡Ð°Ñ Ð½Ðµ интереÑно"
msgid "Nobody has starred this repository yet"
msgstr ""
@@ -10619,9 +12662,12 @@ msgstr ""
msgid "None"
msgstr "ПуÑто"
-msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
+msgid "Not Implemented"
msgstr ""
+msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
+msgstr "Были обработаны не вÑе данные, точноÑÑ‚ÑŒ графика Ð´Ð»Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ периода времени ограничена."
+
msgid "Not available"
msgstr "ÐедоÑтупно"
@@ -10641,7 +12687,7 @@ msgid "Not found."
msgstr ""
msgid "Not helpful"
-msgstr ""
+msgstr "Ðе полезно"
msgid "Not now"
msgstr ""
@@ -10670,9 +12716,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr "Примечание: рееÑÑ‚Ñ€ контейнеров вÑегда виден, когда проект публичный"
-
msgid "NoteForm|Note"
msgstr ""
@@ -10733,6 +12776,9 @@ msgstr "Ðовый Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
msgid "NotificationEvent|New note"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð·Ð°Ð¼ÐµÑ‚ÐºÐ°"
+msgid "NotificationEvent|New release"
+msgstr "Ðовый релиз"
+
msgid "NotificationEvent|Reassign issue"
msgstr "Переназначить обÑуждение"
@@ -10784,6 +12830,9 @@ msgstr "ÐоÑб."
msgid "November"
msgstr "ÐоÑбрь"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10793,9 +12842,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10823,18 +12884,24 @@ msgstr ""
msgid "OmniAuth"
msgstr "OmniAuth"
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
-msgstr ""
+msgstr "ПоÑле импорта, репозитории могут зеркалироватьÑÑ Ñ‡ÐµÑ€ÐµÐ· SSH. Подробней %{link_start}здеÑÑŒ%{link_end}."
msgid "Once removed, the fork relationship cannot be restored and you will no longer be able to send merge requests to the source."
-msgstr ""
+msgstr "ПоÑле удалениÑ, ÑвÑзь Ð¾Ñ‚Ð²ÐµÑ‚Ð²Ð»ÐµÐ½Ð¸Ñ Ð½Ðµ может быть воÑÑтановлена, и вы больше не Ñможете отправлÑÑ‚ÑŒ запроÑÑ‹ на ÑлиÑние в иÑточник."
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr "ПоÑле того, как ÑкÑпортируемый файл будет готов, вы получите уведомление по Ñлектронной почте Ñ ÑÑылкой Ð´Ð»Ñ ÑкачиваниÑ, или вы Ñможете Ñкачать его Ñ Ñтой Ñтраницы."
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] "Еще один Ñлемент"
@@ -10843,6 +12910,9 @@ msgstr[2] "Еще %d Ñлементов"
msgstr[3] "Еще %d Ñлементов"
msgid "One or more groups that you don't have access to."
+msgstr "Одна или неÑколько групп, к которым у Ð²Ð°Ñ Ð½ÐµÑ‚ доÑтупа."
+
+msgid "One or more of you personal access tokens were revoked"
msgstr ""
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
@@ -10854,12 +12924,18 @@ msgstr "Один или неÑколько проектов Google Code не мÐ
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr "Только учаÑтники проекта"
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr "Только админиÑтраторы"
@@ -10879,10 +12955,7 @@ msgid "Only project members can comment."
msgstr "Только учаÑтники проекта могут оÑтавлÑÑ‚ÑŒ комментарии."
msgid "Only project members will be imported. Group members will be skipped."
-msgstr ""
-
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
+msgstr "Будут импортированы только учаÑтники проекта. УчаÑтники группы будут пропущены."
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10921,7 +12994,7 @@ msgid "Open projects"
msgstr ""
msgid "Open raw"
-msgstr ""
+msgstr "Открыть иÑходник"
msgid "Open sidebar"
msgstr ""
@@ -10929,6 +13002,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr "Открытое ПО Ð´Ð»Ñ ÑовмеÑтной работы над кодом"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10945,10 +13021,10 @@ msgid "Opens in a new window"
msgstr "ОткроетÑÑ Ð² новом окне"
msgid "Operation failed. Check pod logs for %{pod_name} for more details."
-msgstr ""
+msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð½Ðµ удалаÑÑŒ. Проверьте журналы Pod Ð´Ð»Ñ %{pod_name} Ð´Ð»Ñ Ð±Ð¾Ð»ÐµÐµ подробной информации."
msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
-msgstr ""
+msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¸ иÑтекло. Проверьте журналы Pod %{pod_name} Ð´Ð»Ñ Ð±Ð¾Ð»ÐµÐµ подробной информации."
msgid "Operations"
msgstr "Операции"
@@ -10963,13 +13039,13 @@ msgid "OperationsDashboard|Add a project to the dashboard"
msgstr ""
msgid "OperationsDashboard|Add projects"
-msgstr ""
+msgstr "Добавить проекты"
msgid "OperationsDashboard|More information"
-msgstr ""
+msgstr "Подробнее"
msgid "OperationsDashboard|Operations Dashboard"
-msgstr ""
+msgstr "Панель ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñми"
msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses."
msgstr ""
@@ -10977,6 +13053,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10989,6 +13068,9 @@ msgstr "ÐаÑтройки"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "Другие Метки"
@@ -10996,14 +13078,11 @@ msgid "Other information"
msgstr ""
msgid "Other merge requests block this MR"
-msgstr ""
+msgstr "Другие запроÑÑ‹ на ÑлиÑние блокируют Ñтот Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr "ИÑходÑщие запроÑÑ‹"
@@ -11014,30 +13093,117 @@ msgid "Overwrite diverged branches"
msgstr ""
msgid "Owned by anyone"
-msgstr ""
+msgstr "Принадлежащие кому-либо"
msgid "Owned by me"
-msgstr ""
+msgstr "Принадлежащие мне"
msgid "Owner"
msgstr "Владелец"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr "Пакет был удален"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
+msgstr "Удалить верÑию пакета"
+
+msgid "PackageRegistry|Delete package"
msgstr ""
-msgid "PackageRegistry|There was a problem fetching the details for this package."
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
msgstr ""
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
+msgid "PackageRegistry|There was a problem fetching the details for this package."
+msgstr "Ðе удалоÑÑŒ получить ÑÐ²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾Ð± Ñтом пакете."
+
msgid "PackageRegistry|Unable to load package"
+msgstr "Ðевозможно загрузить пакет"
+
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
msgstr ""
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
+msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить верÑию %{boldStart}%{version}%{boldEnd} %{boldStart}%{name}%{boldEnd}. Ð’Ñ‹ уверены?"
+
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
msgstr ""
msgid "Packages"
@@ -11047,7 +13213,7 @@ msgid "Page not found"
msgstr ""
msgid "Page was successfully deleted"
-msgstr ""
+msgstr "Страница была уÑпешно удалена"
msgid "Pages"
msgstr "Страницы"
@@ -11055,14 +13221,11 @@ msgstr "Страницы"
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr "РуководÑтво по работе Ñ Ñтраницами"
msgid "Pagination|Go to first page"
-msgstr ""
+msgstr "Перейти на первую Ñтраницу"
msgid "Pagination|Go to last page"
msgstr "Перейти на поÑледнюю Ñтраницу"
@@ -11071,35 +13234,56 @@ msgid "Pagination|Go to next page"
msgstr "Перейти на Ñледующую Ñтраницу"
msgid "Pagination|Go to previous page"
-msgstr ""
+msgstr "Перейти к предыдущей Ñтранице"
msgid "Pagination|Last »"
msgstr "ПоÑледнÑÑ Â»"
msgid "Pagination|Next ›"
-msgstr ""
+msgstr "Ð¡Ð»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ â€º"
msgid "Pagination|« First"
msgstr "« ПерваÑ"
msgid "Pagination|‹ Prev"
-msgstr ""
+msgstr "‹ ПредыдущаÑ"
msgid "Parameter"
+msgstr "Параметр"
+
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
msgstr ""
msgid "Part of merge request changes"
msgstr "ЧаÑÑ‚ÑŒ изменений запроÑа на ÑлиÑние"
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr "Пароль"
msgid "Password (optional)"
msgstr "Пароль (необÑзательно)"
-msgid "Password authentication is unavailable."
+msgid "Password Policy Guidelines"
msgstr ""
+msgid "Password authentication is unavailable."
+msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð¿Ð¾ паролю недоÑтупна."
+
msgid "Password confirmation"
msgstr ""
@@ -11112,9 +13296,12 @@ msgstr ""
msgid "Past due"
msgstr ""
-msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
+msgid "Past week"
msgstr ""
+msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
+msgstr "Ð’Ñтавьте открытый ключ машины здеÑÑŒ. Узнайте больше о том, как его Ñгенерировать %{link_start}здеÑÑŒ%{link_end}"
+
msgid "Paste epic link"
msgstr ""
@@ -11133,11 +13320,14 @@ msgstr "Путь, перемещение, удаление"
msgid "Path:"
msgstr "Путь:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "ПриоÑтановить"
msgid "Pause replication"
-msgstr ""
+msgstr "ПриоÑтановить репликацию"
msgid "Paused Runners don't accept new jobs"
msgstr ""
@@ -11160,6 +13350,12 @@ msgstr ""
msgid "Performance optimization"
msgstr "ÐžÐ¿Ñ‚Ð¸Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ñти"
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11188,7 +13384,7 @@ msgid "Personal Access Token"
msgstr "ПерÑональный Токен ДоÑтупа"
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
-msgstr ""
+msgstr "Создание личного проекта запрещено. ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ админиÑтратором по данному вопроÑу"
msgid "Phabricator Server Import"
msgstr ""
@@ -11229,11 +13425,14 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
msgid "Pipeline: %{status}"
-msgstr ""
+msgstr "Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ:%{status}"
msgid "PipelineCharts|Failed:"
msgstr "Ðеудача:"
@@ -11287,7 +13486,7 @@ msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
msgstr ""
msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
-msgstr ""
+msgstr "Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ:%{ci_status}"
msgid "Pipelines"
msgstr "Сборочные линии"
@@ -11307,11 +13506,11 @@ msgstr "Сборочные линии за поÑледнюю неделю"
msgid "Pipelines for last year"
msgstr "Сборочные линии за поÑледний год"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
-msgstr ""
+msgstr "ÐаÑтройки Ñборочных линий Ð´Ð»Ñ '%{project_name}' были уÑпешно обновлены."
msgid "Pipelines| to purchase more minutes."
msgstr ""
@@ -11326,11 +13525,14 @@ msgid "Pipelines|API"
msgstr ""
msgid "Pipelines|Build with confidence"
-msgstr ""
+msgstr "ВыполнÑйте Ñборки Ñ ÑƒÐ²ÐµÑ€ÐµÐ½Ð½Ð¾Ñтью"
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr "ОчиÑтить Runner кÑши "
@@ -11364,9 +13566,15 @@ msgstr "Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð½ÐµÑ‚ Ñборочных линий."
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "Этот проект в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð½Ðµ наÑтроен Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка Ñборочных линий."
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11374,7 +13582,7 @@ msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting step
msgstr ""
msgid "Pipeline|Coverage"
-msgstr ""
+msgstr "Покрытие"
msgid "Pipeline|Detached merge request pipeline"
msgstr ""
@@ -11383,13 +13591,13 @@ msgid "Pipeline|Duration"
msgstr ""
msgid "Pipeline|Existing branch name or tag"
-msgstr ""
+msgstr "Ð˜Ð¼Ñ ÑущеÑтвующей ветки или метки"
msgid "Pipeline|Key"
msgstr ""
msgid "Pipeline|Merge train pipeline"
-msgstr ""
+msgstr "Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Ñ†ÐµÐ¿Ð¾Ñ‡ÐºÐ¸ ÑлиÑний"
msgid "Pipeline|Merged result pipeline"
msgstr ""
@@ -11401,7 +13609,7 @@ msgid "Pipeline|Run Pipeline"
msgstr "ЗапуÑтить Ñборочную линию"
msgid "Pipeline|Run for"
-msgstr ""
+msgstr "ЗапуÑтить длÑ"
msgid "Pipeline|Search branches"
msgstr "ПоиÑк веток"
@@ -11452,10 +13660,10 @@ msgid "Pipeline|with stages"
msgstr "Ñо ÑтадиÑми"
msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
-msgstr ""
+msgstr "Разделенный запÑтыми ÑпиÑок ветвей, которые будут автоматичеÑки проверÑÑ‚ÑŒÑÑ. ОÑтавьте пуÑтым, чтобы включить вÑе ветви."
msgid "PivotalTrackerService|Pivotal Tracker API token."
-msgstr ""
+msgstr "API токен Pivotal Tracker."
msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
msgstr ""
@@ -11470,10 +13678,10 @@ msgid "Play"
msgstr "ЗапуÑк"
msgid "Play all manual"
-msgstr ""
+msgstr "ЗапуÑтить вÑе вручную"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
-msgstr ""
+msgstr "ПожалуйÑта, %{link_to_register} или %{link_to_sign_in} чтобы прокомментировать"
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -11485,10 +13693,10 @@ msgid "Please add a comment in the text area above"
msgstr ""
msgid "Please add a list to your board first"
-msgstr ""
+msgstr "ПожалуйÑта, Ñначала добавьте ÑпиÑок в вашу доÑку"
msgid "Please check the configuration file for this chart"
-msgstr ""
+msgstr "ПожалуйÑта, проверьте конфигурационный файл Ð´Ð»Ñ Ñтой диаграммы"
msgid "Please check the configuration file to ensure that a collection of charts has been declared."
msgstr ""
@@ -11496,7 +13704,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11547,9 +13755,18 @@ msgstr "ПожалуйÑта, укажите имÑ"
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr "ПожалуйÑта, выберите файл"
@@ -11571,6 +13788,9 @@ msgstr "ПожалуйÑта, решите reCAPTCHA"
msgid "Please try again"
msgstr "ПожалуйÑта, попробуйте ещё раз"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr "ПожалуйÑта, обновите PostgreSQL до верÑии 9.6 или выше. Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ñ€ÐµÐ¿Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸ не может быть определен надежно Ñ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹ верÑией."
@@ -11586,9 +13806,15 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "ПожалуйÑта, подождите пока мы импортируем к ваш репозиторий. ОбновлÑйте Ñтраницу по желанию."
-msgid "Pods in use"
+msgid "Pod logs"
msgstr ""
+msgid "Pod not found"
+msgstr "Pod не найден"
+
+msgid "Pods in use"
+msgstr "ИÑпользуемые Pod-Ñ‹"
+
msgid "Preferences"
msgstr "ПредпочтениÑ"
@@ -11604,6 +13830,9 @@ msgstr "Выберете между фикÑированным (макÑ. 1280px
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr "Выберите, какое Ñодержимое вы хотите видеть на Ñтранице обзора проекта."
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "ÐаÑтройте внешний вид верхней и боковой панели навигации."
@@ -11613,19 +13842,31 @@ msgstr "Страница по умолчанию"
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
-msgid "Preferences|Layout width"
+msgid "Preferences|Integrations"
msgstr ""
+msgid "Preferences|Layout width"
+msgstr "Ширина макета"
+
msgid "Preferences|Navigation theme"
msgstr "Дизайн верхней панели"
msgid "Preferences|Project overview content"
msgstr "Обзор Ñодержимого проекта"
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11658,9 +13899,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr "Запретить добавление новых учаÑтников в проектах Ñтой группы"
@@ -11670,6 +13908,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "Предварительный проÑмотр"
@@ -11707,7 +13951,7 @@ msgid "Prioritized label"
msgstr ""
msgid "Private"
-msgstr ""
+msgstr "Приватный"
msgid "Private - Project access must be granted explicitly to each user."
msgstr "Приватный - ДоÑтуп к проекту должен предоÑтавлÑÑ‚ÑŒÑÑ Ñвно каждому пользователю."
@@ -11733,15 +13977,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr "ЗапроÑÑ‹ на ÑлиÑние"
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr "Дни"
+
msgid "ProductivityAnalytics|Days to merge"
-msgstr ""
+msgstr "Дней Ð´Ð»Ñ ÑлиÑниÑ"
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr "ЧаÑÑ‹"
+
+msgid "ProductivityAnalytics|List"
+msgstr "СпиÑок"
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr "ЗапроÑÑ‹ на ÑлиÑние"
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr "Дата ÑлиÑниÑ"
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr "ЗапроÑÑ‹ на ÑлиÑние"
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Профиль"
@@ -11758,7 +14035,7 @@ msgid "Profiles| You are going to change the username %{currentUsernameBold} to
msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ изменить Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %{currentUsernameBold} на %{newUsernameBold}. Профиль и проекты будут перенаправлены в проÑтранÑтво имен %{newUsername}, но Ñто перенаправление переÑтанет дейÑтвовать, как только проÑтранÑтво имён %{currentUsername} будет зарегиÑтрировано другим пользователем или группой. ПожалуйÑта, как можно Ñкорее, обновите указатели на Ñвои удаленные репозитории Git."
msgid "Profiles|@username"
-msgstr ""
+msgstr "@Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
msgid "Profiles|Account scheduled for removal."
msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ запланирована к удалению."
@@ -11767,7 +14044,7 @@ msgid "Profiles|Activate signin with one of the following services"
msgstr ""
msgid "Profiles|Active"
-msgstr ""
+msgstr "ÐктивноÑÑ‚ÑŒ"
msgid "Profiles|Add key"
msgstr "Добавить ключ"
@@ -11851,7 +14128,7 @@ msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "Введите ваше имÑ, чтобы люди, которых вы знаете, могли раÑпознать ваÑ"
msgid "Profiles|Feed token was successfully reset"
-msgstr ""
+msgstr "Токен новоÑтной ленты уÑпешно Ñброшен"
msgid "Profiles|Full name"
msgstr "Профили | Полное имÑ"
@@ -11863,7 +14140,7 @@ msgid "Profiles|Include private contributions on my profile"
msgstr "Включить приватный вклад в мой профиль"
msgid "Profiles|Incoming email token was successfully reset"
-msgstr ""
+msgstr "Токен входÑщей Ñлектронной почты был уÑпешно Ñброшен"
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "ПовыÑьте безопаÑноÑÑ‚ÑŒ учётной запиÑи, включив двухфакторную аутентификацию (2FA)"
@@ -11929,7 +14206,7 @@ msgid "Profiles|Set new profile picture"
msgstr ""
msgid "Profiles|Social sign-in"
-msgstr ""
+msgstr "Вход через Ñоциальные Ñети"
msgid "Profiles|Some options are unavailable for LDAP accounts"
msgstr ""
@@ -11940,6 +14217,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr "РаÑÑкажите о Ñебе иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¼ÐµÐ½ÐµÐµ 250 Ñимволов"
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "МакÑимально допуÑтимый размер файла ÑоÑтавлÑет 200 Кб."
@@ -11968,7 +14248,7 @@ msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Введите значение %{confirmationValue} Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ:"
msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr ""
+msgstr "Обычно начинаетÑÑ Ñ \"ssh-ed25519 …\" или \"ssh-rsa …\""
msgid "Profiles|Update profile settings"
msgstr "Обновить наÑтройки профилÑ"
@@ -12028,10 +14308,10 @@ msgid "Profiles|Your account is currently an owner in these groups:"
msgstr "Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ ÑвлÑетÑÑ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ Ñледующих групп:"
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
-msgstr ""
+msgstr "Ваш Ð°Ð´Ñ€ÐµÑ Ñлектронной почты был автоматичеÑки уÑтановлен на оÑнове вашей учетной запиÑи %{provider_label}"
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
-msgstr ""
+msgstr "Ваше меÑтоположение было автоматичеÑки уÑтановлено на оÑнове вашего %{provider_label} аккаунта"
msgid "Profiles|Your name was automatically set based on your %{provider_label} account, so people you know can recognize you"
msgstr ""
@@ -12081,6 +14361,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "Проект '%{project_name}' находитÑÑ Ð² процеÑÑе удалениÑ."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Проект '%{project_name}' добавлен в очередь на удаление."
@@ -12090,10 +14373,19 @@ msgstr "Проект '%{project_name}' уÑпешно Ñоздан."
msgid "Project '%{project_name}' was successfully updated."
msgstr "Проект '%{project_name}' уÑпешно обновлен."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "Значки Проекта"
msgid "Project Files"
+msgstr "Файлы проекта"
+
+msgid "Project Hooks"
msgstr ""
msgid "Project ID"
@@ -12105,11 +14397,11 @@ msgstr "ÐÐ´Ñ€ÐµÑ ÐŸÑ€Ð¾ÐµÐºÑ‚Ð°"
msgid "Project access must be granted explicitly to each user."
msgstr "ДоÑтуп к проекту должен предоÑтавлÑÑ‚ÑŒÑÑ Ñвно каждому пользователю."
-msgid "Project already created"
-msgstr "Проект уже Ñоздан"
+msgid "Project already deleted"
+msgstr ""
msgid "Project and wiki repositories"
-msgstr ""
+msgstr "Репозитории проекта и Wiki"
msgid "Project avatar"
msgstr "Ðватар проекта"
@@ -12118,7 +14410,7 @@ msgid "Project cannot be shared with the group it is in or one of its ancestors.
msgstr ""
msgid "Project configuration, including services"
-msgstr ""
+msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ñлужбы"
msgid "Project description (optional)"
msgstr "ОпиÑание проекта (необÑзательно)"
@@ -12126,6 +14418,9 @@ msgstr "ОпиÑание проекта (необÑзательно)"
msgid "Project details"
msgstr "Детали проекта"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "Ðевозможно удалить ÑкÑпорт проекта."
@@ -12142,7 +14437,7 @@ msgid "Project export started. A download link will be sent by email."
msgstr "Ðачат ÑкÑпорт проекта. СÑылка Ð´Ð»Ñ ÑÐºÐ°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ отправлена по Ñлектронной почте."
msgid "Project has too many %{label_for_message} to search"
-msgstr ""
+msgstr "Проект имеет Ñлишком много %{label_for_message} Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка"
msgid "Project members"
msgstr "УчаÑтники проекта"
@@ -12150,6 +14445,21 @@ msgstr "УчаÑтники проекта"
msgid "Project name"
msgstr "Ð˜Ð¼Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°"
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr "URL проекта"
@@ -12199,16 +14509,16 @@ msgid "ProjectOverview|Go to your fork"
msgstr ""
msgid "ProjectOverview|Star"
-msgstr ""
+msgstr "В избранные"
msgid "ProjectOverview|Starrer"
-msgstr ""
+msgstr "Избранное"
msgid "ProjectOverview|Starrers"
-msgstr ""
+msgstr "Избранные"
msgid "ProjectOverview|Unstar"
-msgstr ""
+msgstr "Убрать из избранного"
msgid "ProjectOverview|You have reached your project limit"
msgstr ""
@@ -12220,7 +14530,7 @@ msgid "ProjectPage|Project ID: %{project_id}"
msgstr ""
msgid "ProjectSelect| or group"
-msgstr ""
+msgstr "или группа"
msgid "ProjectSelect|Search for project"
msgstr ""
@@ -12231,6 +14541,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12259,83 +14575,179 @@ msgid "ProjectService|To set up this service:"
msgstr ""
msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed"
-msgstr ""
+msgstr "Дополнительные возможноÑти запроÑа на ÑлиÑние, которые влиÑÑŽÑ‚ на то, как и когда будут выполнÑÑ‚ÑŒÑÑ ÑлиÑниÑ"
msgid "ProjectSettings|All discussions must be resolved"
+msgstr "Ð’Ñе обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð¾Ð»Ð¶Ð½Ñ‹ быть разрешены"
+
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
msgstr ""
-msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
+msgid "ProjectSettings|Allow users to request access"
msgstr ""
+msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
+msgstr "ÐвтоматичеÑки разрешать обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹ по запроÑу на ÑлиÑние, когда они ÑтановÑÑ‚ÑÑ Ð½ÐµÐ°ÐºÑ‚ÑƒÐ°Ð»ÑŒÐ½Ñ‹Ð¼Ð¸"
+
msgid "ProjectSettings|Badges"
msgstr "Значки"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr "ÐаÑтройте значки вашего проекта."
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
+msgstr "Каждый ÑлиÑние Ñоздает коммит ÑлиÑниÑ"
+
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
msgstr ""
-msgid "ProjectSettings|Failed to protect the tag"
+msgid "ProjectSettings|Every project can have its own space to store its packages"
msgstr ""
-msgid "ProjectSettings|Failed to update tag!"
+msgid "ProjectSettings|Everyone"
msgstr ""
-msgid "ProjectSettings|Fast-forward merge"
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
msgstr ""
+msgid "ProjectSettings|Failed to protect the tag"
+msgstr "Ðе удалоÑÑŒ защитить метку"
+
+msgid "ProjectSettings|Failed to update tag!"
+msgstr "Ðе удалоÑÑŒ обновить метку!"
+
+msgid "ProjectSettings|Fast-forward merge"
+msgstr "БыÑтрое ÑлиÑние"
+
msgid "ProjectSettings|Fast-forward merges only"
+msgstr "Только быÑтрые ÑлиÑниÑ"
+
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
msgstr ""
msgid "ProjectSettings|Learn more about badges."
msgstr "Узнать больше о значках."
-msgid "ProjectSettings|Merge checks"
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
msgstr ""
-msgid "ProjectSettings|Merge commit"
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
msgstr ""
+msgid "ProjectSettings|Merge checks"
+msgstr "Проверки ÑлиÑниÑ"
+
+msgid "ProjectSettings|Merge commit"
+msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+
msgid "ProjectSettings|Merge commit with semi-linear history"
-msgstr ""
+msgstr "Объединить коммит Ñ Ð¿Ð¾Ð»ÑƒÐ»Ð¸Ð½ÐµÐ¹Ð½Ð¾Ð¹ иÑторией"
msgid "ProjectSettings|Merge method"
-msgstr ""
+msgstr "Метод ÑлиÑниÑ"
msgid "ProjectSettings|Merge options"
-msgstr ""
+msgstr "Параметры ÑлиÑниÑ"
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
+msgstr "Коммиты ÑлиÑÐ½Ð¸Ñ Ð½Ðµ ÑоздаютÑÑ"
+
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
msgstr ""
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
-msgid "ProjectSettings|Pipelines must succeed"
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
msgstr ""
+msgid "ProjectSettings|Pipelines must succeed"
+msgstr "Сборочные линии должны уÑпешно выполнитьÑÑ"
+
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
+msgstr "Сборочные линии должны быть наÑтроены, чтобы включить Ñту функциональноÑÑ‚ÑŒ."
+
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
msgstr ""
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
+msgstr "Показать ÑÑылку Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ / проÑмотра запроÑа на ÑлиÑние при отправке из командной Ñтроки"
+
+msgid "ProjectSettings|Snippets"
msgstr ""
-msgid "ProjectSettings|These checks must pass before merge requests can be merged"
+msgid "ProjectSettings|Submit changes to be merged upstream"
msgstr ""
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
+msgid "ProjectSettings|These checks must pass before merge requests can be merged"
+msgstr "Эти проверки должны пройти, прежде чем запроÑÑ‹ на ÑлиÑние будут объединены"
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -12345,65 +14757,83 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
-msgid "ProjectTemplates|.NET Core"
+msgid "ProjectSettings|Wiki"
msgstr ""
-msgid "ProjectTemplates|Android"
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
msgstr ""
+msgid "ProjectTemplates|.NET Core"
+msgstr ".NET Core"
+
+msgid "ProjectTemplates|Android"
+msgstr "Android"
+
msgid "ProjectTemplates|Go Micro"
-msgstr ""
+msgstr "Go Micro"
msgid "ProjectTemplates|Netlify/GitBook"
-msgstr ""
+msgstr "Netlify/GitBook"
msgid "ProjectTemplates|Netlify/Hexo"
-msgstr ""
+msgstr "Netlify/Hexo"
msgid "ProjectTemplates|Netlify/Hugo"
-msgstr ""
+msgstr "Netlify/Hugo"
msgid "ProjectTemplates|Netlify/Jekyll"
-msgstr ""
+msgstr "Netlify/Jekyll"
msgid "ProjectTemplates|Netlify/Plain HTML"
msgstr ""
msgid "ProjectTemplates|NodeJS Express"
-msgstr ""
+msgstr "NodeJS Express"
msgid "ProjectTemplates|Pages/GitBook"
-msgstr ""
+msgstr "Pages/GitBook"
msgid "ProjectTemplates|Pages/Hexo"
-msgstr ""
+msgstr "Pages/Hexo"
msgid "ProjectTemplates|Pages/Hugo"
-msgstr ""
+msgstr "Pages/Hugo"
msgid "ProjectTemplates|Pages/Jekyll"
-msgstr ""
+msgstr "Pages/Jekyll"
msgid "ProjectTemplates|Pages/Plain HTML"
-msgstr ""
+msgstr "Pages/ПроÑтой HTML"
msgid "ProjectTemplates|Ruby on Rails"
+msgstr "Ruby on Rails"
+
+msgid "ProjectTemplates|SalesforceDX"
msgstr ""
-msgid "ProjectTemplates|Spring"
+msgid "ProjectTemplates|Serverless Framework/JS"
msgstr ""
+msgid "ProjectTemplates|Spring"
+msgstr "Spring"
+
msgid "ProjectTemplates|iOS (Swift)"
-msgstr ""
+msgstr "iOS (Swift)"
msgid "Projects"
msgstr "Проекты"
@@ -12414,6 +14844,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12421,11 +14854,26 @@ msgid "Projects that belong to a group are prefixed with the group namespace. Ex
msgstr ""
msgid "Projects to index"
+msgstr "Проекты Ð´Ð»Ñ Ð¸Ð½Ð´ÐµÐºÑированиÑ"
+
+msgid "Projects with critical vulnerabilities"
msgstr ""
-msgid "Projects with write access"
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
msgstr ""
+msgid "Projects with write access"
+msgstr "Проекты Ñ Ð´Ð¾Ñтупом Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи"
+
msgid "ProjectsDropdown|Frequently visited"
msgstr "ЧаÑто поÑещаемые"
@@ -12451,7 +14899,7 @@ msgid "ProjectsNew|Allows you to immediately clone this project’s repository.
msgstr "ПозволÑет вам Ñразу клонировать репозиторий. ПропуÑтите Ñтот пункт, еÑли вы планируете загрузить ÑущеÑтвующий репозиторий."
msgid "ProjectsNew|Blank"
-msgstr ""
+msgstr "ПуÑтой"
msgid "ProjectsNew|Blank project"
msgstr "Ðовый проект"
@@ -12495,7 +14943,7 @@ msgstr "Уровень доÑтупа"
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr "Хотите размеÑтить неÑколько взаимоÑвÑзанных проектов в одном отдельном меÑте? %{link_start}Создать группу.%{link_end}"
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12520,7 +14968,7 @@ msgid "PrometheusAlerts|Operator"
msgstr ""
msgid "PrometheusAlerts|Select query"
-msgstr ""
+msgstr "Выберите запроÑ"
msgid "PrometheusAlerts|Threshold"
msgstr ""
@@ -12553,7 +15001,7 @@ msgid "PrometheusService|Custom metrics require Prometheus installed on a cluste
msgstr "ПользовательÑкие метрики требуют, чтобы Prometheus был уÑтановлен в клаÑтер Ñ Ð¾Ð±Ð»Ð°Ñтью дейÑÑ‚Ð²Ð¸Ñ Ñреды \"*\" ИЛИ наÑтроенной вручную, чтобы Prometheus был доÑтупен."
msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
-msgstr ""
+msgstr "Включите Prometheus Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒÑких метрик, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð»ÑŽÐ±ÑƒÑŽ из указанных выше опций"
msgid "PrometheusService|Finding and configuring metrics..."
msgstr "Определение и наÑтройка метрик..."
@@ -12609,10 +15057,10 @@ msgstr ""
msgid "Promote"
msgstr "ПовыÑить"
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12625,12 +15073,15 @@ msgid "Promote to group label"
msgstr ""
msgid "PromoteMilestone|Only project milestones can be promoted."
-msgstr ""
+msgstr "ПеренеÑти можно только Ñтапы проекта."
msgid "PromoteMilestone|Project does not belong to a group."
-msgstr ""
+msgstr "Проект не принадлежит группе."
msgid "PromoteMilestone|Promotion failed - %{message}"
+msgstr "ÐŸÐµÑ€ÐµÐ½Ð¾Ñ Ð½Ðµ выполнен -%{message}"
+
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
msgstr ""
msgid "Promoted issue to an epic."
@@ -12642,12 +15093,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12663,10 +15126,55 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
-msgid "Protected Tag"
+msgid "Protected Paths"
msgstr ""
+msgid "Protected Tag"
+msgstr "Ð—Ð°Ñ‰Ð¸Ñ‰ÐµÐ½Ð½Ð°Ñ Ð¼ÐµÑ‚ÐºÐ°"
+
msgid "Protected branches"
+msgstr "Защищенные ветви"
+
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr "Разрешено ÑлиÑние"
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr "Разрешено ÑлиÑние:"
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr "Ветка"
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr "Защитить"
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr "Защитить ветку"
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
msgstr ""
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
@@ -12688,16 +15196,16 @@ msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_coun
msgstr ""
msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
-msgstr ""
+msgstr "Защищенное окружение ограничивает пользователей, которые могут выполнÑÑ‚ÑŒ развертывание."
msgid "ProtectedEnvironment|Select an environment"
msgstr ""
msgid "ProtectedEnvironment|Select users"
-msgstr ""
+msgstr "Выбрать пользователей"
msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
-msgstr ""
+msgstr "Выберите пользователей Ð´Ð»Ñ Ð½Ð°Ñтройки Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð¸ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ñ‹Ð¼Ð¸ опциÑми"
msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
msgstr ""
@@ -12724,7 +15232,7 @@ msgid "Pseudonymizer data collection"
msgstr ""
msgid "Public"
-msgstr ""
+msgstr "Публичный"
msgid "Public - The group and any public projects can be viewed without any authentication."
msgstr "Публичный - Группу и включённые в неё проекты могут видеть вÑе, без какой-либо проверки подлинноÑти."
@@ -12736,7 +15244,7 @@ msgid "Public Access Help"
msgstr ""
msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
+msgstr "Публичные ключи Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ (%{deploy_keys_count})"
msgid "Public pipelines"
msgstr ""
@@ -12745,7 +15253,7 @@ msgid "Pull"
msgstr "Получить"
msgid "Purchase more minutes"
-msgstr ""
+msgstr "ПриобреÑти больше минут"
msgid "Push"
msgstr "Отправить"
@@ -12793,19 +15301,19 @@ msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
msgid "PushoverService|High Priority"
-msgstr ""
+msgstr "Ð’Ñ‹Ñокий приоритет"
msgid "PushoverService|Leave blank for all active devices"
-msgstr ""
+msgstr "ОÑтавьте пуÑтым Ð´Ð»Ñ Ð²Ñех активных уÑтройÑтв"
msgid "PushoverService|Low Priority"
-msgstr ""
+msgstr "Ðизкий приоритет"
msgid "PushoverService|Lowest Priority"
-msgstr ""
+msgstr "Ðизший приоритет"
msgid "PushoverService|Normal Priority"
-msgstr ""
+msgstr "Стандартный приоритет"
msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
msgstr ""
@@ -12814,10 +15322,10 @@ msgid "PushoverService|See project %{project_full_name}"
msgstr "ПоÑмотреть проект %{project_full_name}"
msgid "PushoverService|Total commits count: %{total_commits_count}"
-msgstr ""
+msgstr "Ð’Ñего коммитов: %{total_commits_count}"
msgid "PushoverService|Your application key"
-msgstr ""
+msgstr "Ключ приложениÑ"
msgid "PushoverService|Your user key"
msgstr ""
@@ -12828,26 +15336,38 @@ msgstr ""
msgid "Query"
msgstr "ЗапроÑ"
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "БыÑтрые дейÑÑ‚Ð²Ð¸Ñ Ð¼Ð¾Ð³ÑƒÑ‚ иÑпользоватьÑÑ Ð² опиÑании обÑуждений и комментариÑÑ…."
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
msgid "Rake Tasks Help"
-msgstr ""
+msgstr "Помощь по Rake задачам"
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "Подробнее"
msgid "Read more about environments"
-msgstr ""
+msgstr "Подробнее о окружении"
msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
msgstr ""
@@ -12859,12 +15379,15 @@ msgid "Real-time features"
msgstr ""
msgid "Rebase"
-msgstr ""
+msgstr "ПеремеÑтить"
msgid "Rebase in progress"
-msgstr ""
+msgstr "Перемещение в процеÑÑе"
msgid "Receive alerts from manually configured Prometheus servers."
+msgstr "Получать Ð¾Ð¿Ð¾Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¾Ñ‚ наÑтроенных вручную Ñерверов Prometheus."
+
+msgid "Receive alerts on GitLab from any source"
msgstr ""
msgid "Receive notifications about your own activity"
@@ -12874,23 +15397,32 @@ msgid "Recent"
msgstr "ПоÑледние"
msgid "Recent Activity"
-msgstr ""
+msgstr "ÐедавнÑÑ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ"
msgid "Recent Project Activity"
-msgstr ""
+msgstr "Ðедавние дейÑÑ‚Ð²Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°"
msgid "Recent Searches Service is unavailable"
-msgstr ""
+msgstr "ÐÐ¾Ð²Ð°Ñ Ñлужба поиÑка недоÑтупна"
msgid "Recent searches"
msgstr ""
-msgid "Recovery Codes"
+msgid "Recipe"
msgstr ""
+msgid "Recovery Codes"
+msgstr "Коды воÑÑтановлениÑ"
+
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr "СÑылка:"
@@ -12919,6 +15451,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12929,15 +15464,15 @@ msgid "Register Two-Factor Authenticator"
msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð´Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð¾Ð¹ аутентификации"
msgid "Register U2F device"
-msgstr ""
+msgstr "ЗарегиÑтрировать уÑтройÑтво U2F"
msgid "Register Universal Two-Factor (U2F) Device"
msgstr "ЗарегиÑтрируйте универÑальное двухфакторное (U2F) уÑтройÑтво"
-msgid "Register and see your runners for this group."
-msgstr "ЗарегиÑтрируйте и проÑмотрите ваши обработчики заданий Ð´Ð»Ñ Ñтой группы."
+msgid "Register for GitLab"
+msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12962,37 +15497,65 @@ msgid "Related Merged Requests"
msgstr "СвÑзанные Влитые ЗапроÑÑ‹"
msgid "Related issues"
-msgstr ""
+msgstr "СвÑзанные ОбÑуждениÑ"
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr "Релизы"
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
-msgstr "Релизы отмечают определенные точки в иÑтории разработки проекта, передают информацию о типе изменений и поÑтавлÑÑŽÑ‚ подготовленные, обычно Ñкомпилированные, верÑии программного обеÑпечениÑ, которые можно иÑпользовать где-то еще. Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ñ€ÐµÐ»Ð¸Ð·Ñ‹ можно Ñоздать только через API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
-msgid "Remember me"
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
+msgid "Remember me"
+msgstr "Запомнить менÑ"
+
msgid "Remind later"
msgstr "Ðапомнить позже"
msgid "Remote object has no absolute path."
-msgstr ""
+msgstr "Удаленный объект не имеет абÑолютного пути."
msgid "Remove"
msgstr "Удалить"
msgid "Remove %{displayReference}"
-msgstr ""
+msgstr "Удалить %{displayReference}"
msgid "Remove Runner"
msgstr "Удалить Runner"
msgid "Remove Zoom meeting"
-msgstr ""
+msgstr "Удалить вÑтречу в Zoom"
msgid "Remove all approvals in a merge request when new commits are pushed to its source branch"
msgstr ""
@@ -13001,7 +15564,7 @@ msgid "Remove all or specific assignee(s)"
msgstr ""
msgid "Remove all or specific label(s)"
-msgstr ""
+msgstr "Удалить вÑе или конкретные метки(и)"
msgid "Remove approvers"
msgstr ""
@@ -13016,19 +15579,19 @@ msgid "Remove avatar"
msgstr "Удалить аватар"
msgid "Remove card"
-msgstr ""
+msgstr "Удалить карту"
msgid "Remove child epic from an epic"
msgstr ""
msgid "Remove due date"
-msgstr ""
+msgstr "Убрать Ñрок выполнениÑ"
msgid "Remove fork relationship"
msgstr ""
msgid "Remove from board"
-msgstr ""
+msgstr "Удалить из доÑки"
msgid "Remove from epic"
msgstr ""
@@ -13039,18 +15602,27 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr "Удалить проект"
-msgid "Remove spent time"
+msgid "Remove secondary node"
msgstr ""
+msgid "Remove spent time"
+msgstr "Удалить потраченное времÑ"
+
msgid "Remove stage"
msgstr ""
@@ -13073,7 +15645,7 @@ msgid "Removed %{milestone_reference} milestone."
msgstr ""
msgid "Removed %{type} with id %{id}"
-msgstr ""
+msgstr "Удалено %{type} Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð¼ %{id}"
msgid "Removed all labels."
msgstr "Ð’Ñе метки удалены."
@@ -13109,7 +15681,7 @@ msgid "Removes %{label_references} %{label_text}."
msgstr ""
msgid "Removes %{milestone_reference} milestone."
-msgstr ""
+msgstr "УдалÑет %{milestone_reference} Ñтап."
msgid "Removes all labels."
msgstr ""
@@ -13124,16 +15696,22 @@ msgid "Removes spent time."
msgstr ""
msgid "Removes the due date."
-msgstr ""
+msgstr "УдалÑет дату завершениÑ."
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
msgid "Removing license…"
-msgstr ""
+msgstr "Удаление лицензии…"
msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
msgstr "Удаление проекта удалит его репозиторий и вÑе ÑвÑзанные реÑурÑÑ‹, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð¾Ð±ÑуждениÑ, запроÑÑ‹ на ÑлиÑние и Ñ‚. д."
@@ -13151,7 +15729,7 @@ msgid "Reopen epic"
msgstr ""
msgid "Reopen milestone"
-msgstr ""
+msgstr "Вновь открыть Ñтап"
msgid "Reopen this %{quick_action_target}"
msgstr ""
@@ -13174,6 +15752,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13189,9 +15770,15 @@ msgstr ""
msgid "Repo by URL"
msgstr "Репозиторий по URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13253,7 +15840,7 @@ msgid "Repository"
msgstr "Репозиторий"
msgid "Repository Graph"
-msgstr ""
+msgstr "Граф репозиториÑ"
msgid "Repository Settings"
msgstr ""
@@ -13268,7 +15855,7 @@ msgid "Repository cleanup"
msgstr ""
msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete."
-msgstr ""
+msgstr "ОчиÑтка Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð½Ð°Ñ‡Ð°Ð»Ð°ÑÑŒ. Ð’Ñ‹ получите пиÑьмо поÑле ее завершениÑ."
msgid "Repository has no locks."
msgstr ""
@@ -13276,7 +15863,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13286,7 +15873,7 @@ msgid "Repository storage"
msgstr ""
msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
-msgstr ""
+msgstr "Репозиторий: %{counter_repositories} / Wiki: %{counter_wikis} / Ðртефакты Ñборки: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
msgid "RepositorySettingsAccessLevel|Select"
msgstr ""
@@ -13294,7 +15881,16 @@ msgstr ""
msgid "Request Access"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ñтупа"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
+msgstr "Запрошено %{time_ago}"
+
+msgid "Requested design version does not exist"
msgstr ""
msgid "Requests Profiles"
@@ -13309,18 +15905,12 @@ msgstr "Требовать от вÑех пользователей в групÐ
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
-msgstr ""
+msgstr "Требовать пароль Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ"
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] "Ðеобходимо подтверждений от %{names}."
@@ -13336,7 +15926,7 @@ msgstr[2] "Ðеобходимо %d подтверждений."
msgstr[3] "Ðеобходимо %d подтверждений."
msgid "Resend confirmation email"
-msgstr ""
+msgstr "Повторно отправить подтверждение по Ñлектронной почте"
msgid "Resend invite"
msgstr "Отправить повторно"
@@ -13368,6 +15958,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13384,25 +15977,25 @@ msgid "Resolved"
msgstr "Решено"
msgid "Resolved 1 discussion."
-msgstr ""
+msgstr "Закрыть диÑкуÑÑию."
msgid "Resolved all discussions."
-msgstr ""
+msgstr "Закрыть вÑе диÑкуÑÑии."
msgid "Resolved by %{name}"
msgstr ""
msgid "Resolved by %{resolvedByName}"
-msgstr ""
+msgstr "Решено %{resolvedByName}"
msgid "Resolves IP addresses once and uses them to submit requests"
msgstr ""
msgid "Response"
-msgstr ""
+msgstr "Ответ"
msgid "Response didn't include `service_desk_address`"
-msgstr ""
+msgstr "Ответ не включает `service_desk_address`"
msgid "Response metrics (AWS ELB)"
msgstr "Метрики откликов (AWS ELB)"
@@ -13425,9 +16018,15 @@ msgstr "Метрики откликов (NGINX)"
msgid "Restart Terminal"
msgstr ""
-msgid "Restrict access by IP address"
+msgid "Restore project"
msgstr ""
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
+msgid "Restrict access by IP address"
+msgstr "Ограничить доÑтуп по IP-адреÑу"
+
msgid "Restrict membership by email"
msgstr ""
@@ -13435,6 +16034,12 @@ msgid "Resume"
msgstr "Продолжить"
msgid "Resume replication"
+msgstr "Возобновить репликацию"
+
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
msgstr ""
msgid "Retry"
@@ -13444,7 +16049,7 @@ msgid "Retry this job"
msgstr "Повторить Ñто фоновое задание"
msgid "Retry this job in order to create the necessary resources."
-msgstr ""
+msgstr "Повторите Ñту задание, чтобы Ñоздать необходимые реÑурÑÑ‹."
msgid "Retry update"
msgstr ""
@@ -13460,7 +16065,7 @@ msgstr[2] "Показать значениÑ"
msgstr[3] "Показать значениÑ"
msgid "Reveal values"
-msgstr ""
+msgstr "Показать значениÑ"
msgid "Revert this commit"
msgstr "Отменить Ñто коммит"
@@ -13471,9 +16076,21 @@ msgstr "Отменить Ñтот Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
msgid "Review"
msgstr "РецензиÑ"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "Рецензировать"
@@ -13493,14 +16110,20 @@ msgid "RightSidebar|adding a"
msgstr ""
msgid "RightSidebar|deleting the"
-msgstr ""
+msgstr "Удаление"
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13508,7 +16131,7 @@ msgid "Run housekeeping"
msgstr "ЗапуÑтить очиÑтку"
msgid "Run tests against your code live using the Web Terminal"
-msgstr ""
+msgstr "ЗапуÑкайте теÑÑ‚Ñ‹ Ð´Ð»Ñ Ñвоего кода в реальном времени Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ веб-терминала"
msgid "Run untagged jobs"
msgstr ""
@@ -13529,10 +16152,10 @@ msgid "Runner token"
msgstr "Runner токен"
msgid "Runner was not updated."
-msgstr ""
+msgstr "Обработчик заданий не был обновлен."
msgid "Runner was successfully updated."
-msgstr ""
+msgstr "Обработчик заданий уÑпешно обновлен."
msgid "Runner will not receive any new jobs"
msgstr ""
@@ -13544,6 +16167,9 @@ msgid "Runners API"
msgstr "API обработчиков заданий"
msgid "Runners activated for this project"
+msgstr "Обработчики заданий активированы Ð´Ð»Ñ Ñтого проекта"
+
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
msgstr ""
msgid "Runners can be placed on separate users, servers, and even on your local machine."
@@ -13580,6 +16206,9 @@ msgid "SAML SSO for %{group_name}"
msgstr ""
msgid "SAML for %{group_name}"
+msgstr "SAML Ð´Ð»Ñ %{group_name}"
+
+msgid "SHA256"
msgstr ""
msgid "SSH Key"
@@ -13591,16 +16220,22 @@ msgstr "SSH-ключи"
msgid "SSH Keys Help"
msgstr "Справка по ключам SSH"
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "SSH ключи позволÑÑŽÑ‚ уÑтановить безопаÑное Ñоединение между вашим компьютером и GitLab."
msgid "SSH public key"
msgstr "Открытый ключ SSH"
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13613,7 +16248,7 @@ msgid "Save Changes"
msgstr ""
msgid "Save anyway"
-msgstr ""
+msgstr "Сохранить в любом Ñлучае"
msgid "Save application"
msgstr ""
@@ -13627,12 +16262,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
-msgid "Save password"
+msgid "Save expiration policy"
msgstr ""
+msgid "Save password"
+msgstr "Сохранить пароль"
+
msgid "Save pipeline schedule"
msgstr "Сохранить раÑпиÑание Ñборочной лини"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr "Сохранить переменные"
@@ -13676,16 +16317,16 @@ msgid "Scopes"
msgstr "ДоÑтуп"
msgid "Scroll down"
-msgstr ""
+msgstr "Прокрутить вниз"
msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
msgstr ""
msgid "Scroll left"
-msgstr ""
+msgstr "Прокрутить влево"
msgid "Scroll right"
-msgstr ""
+msgstr "Прокрутить вправо"
msgid "Scroll to bottom"
msgstr ""
@@ -13694,11 +16335,14 @@ msgid "Scroll to top"
msgstr ""
msgid "Scroll up"
-msgstr ""
+msgstr "Прокрутить вверх"
msgid "Search"
msgstr "ПоиÑк"
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13723,6 +16367,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr "ПоиÑк проектов, обÑуждений и Ñ‚.д."
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13738,6 +16385,9 @@ msgstr "ПоиÑк Ñтапов"
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr "Ðайти или перейти к…"
@@ -13756,6 +16406,9 @@ msgstr "ПоиÑк пользователей"
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13784,15 +16437,21 @@ msgid "SearchAutocomplete|in this project"
msgstr ""
msgid "SearchCodeResults|in"
-msgstr ""
+msgstr "в"
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13870,16 +16529,16 @@ msgstr[3] ""
msgid "SearchResults|wiki result"
msgid_plural "SearchResults|wiki results"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Результат Wiki"
+msgstr[1] "Результата Wiki"
+msgstr[2] "Результатов Wiki"
+msgstr[3] "Результат Wiki"
msgid "Seats currently in use"
-msgstr ""
+msgstr "МеÑта в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð¸ÑпользуютÑÑ"
msgid "Seats in license"
-msgstr ""
+msgstr "МеÑÑ‚ в лицензии"
msgid "Secret"
msgstr ""
@@ -13890,6 +16549,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13923,11 +16585,14 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
msgid "Security Reports|Learn more about setting up your dashboard"
-msgstr ""
+msgstr "Подробнее о наÑтройке панели управлениÑ"
msgid "Security Reports|More info"
msgstr ""
@@ -13942,7 +16607,7 @@ msgid "Security Reports|There was an error creating the issue."
msgstr ""
msgid "Security Reports|There was an error creating the merge request."
-msgstr ""
+msgstr "Произошла ошибка при Ñоздании запроÑа на ÑлиÑние."
msgid "Security Reports|There was an error deleting the comment."
msgstr ""
@@ -13959,20 +16624,59 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
+msgstr "Панель безопаÑноÑти"
+
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr "%{firstProject} и %{secondProject}"
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr "%{firstProject}, %{secondProject}, и %{rest}"
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr "Добавить проект на вашу панель управлениÑ"
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr "Добавить или удалить проекты из панели управлениÑ"
+
+msgid "SecurityDashboard|Add projects"
+msgstr "Добавить проекты"
+
msgid "SecurityDashboard|Confidence"
-msgstr ""
+msgstr "ÐадежноÑÑ‚ÑŒ"
+
+msgid "SecurityDashboard|Edit dashboard"
+msgstr "Редактировать панель управлениÑ"
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
@@ -13980,23 +16684,50 @@ msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr "Подробнее"
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
-msgstr ""
+msgstr "Проект"
+
+msgid "SecurityDashboard|Projects added"
+msgstr "Добавлены проекты"
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr "Удалить проект из панели управлениÑ"
msgid "SecurityDashboard|Report type"
-msgstr ""
+msgstr "Тип отчета"
+
+msgid "SecurityDashboard|Return to dashboard"
+msgstr "ВернутьÑÑ Ðº панели управлениÑ"
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr "Панель безопаÑноÑти"
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr "Выберите проект, чтобы добавить, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿Ð¾Ð»Ðµ поиÑка проекта выше."
msgid "SecurityDashboard|Severity"
msgstr ""
-msgid "See metrics"
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr "Панель безопаÑноÑти отображает поÑледние выводы по безопаÑноÑти Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð¾Ð², которые вы хотите отÑлеживать. Выберите \"Редактировать панель\" Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¸ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð¾Ð²."
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr "Ðе удаетÑÑ Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ %{invalidProjects}"
+
+msgid "See GitLab's %{password_policy_guidelines}"
msgstr ""
+msgid "See metrics"
+msgstr "ПоÑмотреть метрики"
+
msgid "See the affected projects in the GitLab admin panel"
-msgstr ""
+msgstr "ПоÑмотреть затрагиваемые проекты в панели админиÑтратора GitLab"
msgid "Select"
msgstr ""
@@ -14010,14 +16741,17 @@ msgstr ""
msgid "Select Page"
msgstr ""
-msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
+msgid "Select Stack"
msgstr ""
+msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
+msgstr "Выберите файл на левой боковой панели, чтобы начать редактирование. ПоÑле Ñтого вы Ñможете зафикÑировать Ñвои изменениÑ."
+
msgid "Select a group to invite"
msgstr "Выберите группу"
msgid "Select a label"
-msgstr ""
+msgstr "Выберите метку"
msgid "Select a namespace to fork the project"
msgstr ""
@@ -14029,7 +16763,7 @@ msgid "Select a project"
msgstr ""
msgid "Select a project to read Insights configuration file"
-msgstr ""
+msgstr "Выберите проект Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° конфигурации Insights"
msgid "Select a repository"
msgstr ""
@@ -14037,6 +16771,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "Выбор временной зоны"
@@ -14046,6 +16783,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "Выбрать ÑущеÑтвующий клаÑтер Kubernetes или Ñоздать новый"
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr "Выбрать ветку/тег"
@@ -14086,7 +16826,10 @@ msgid "Select target branch"
msgstr "Выбор целевой ветки"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
-msgstr ""
+msgstr "Выберите ветвь, которую вы хотите уÑтановить по умолчанию Ð´Ð»Ñ Ñтого проекта. Ð’Ñе запроÑÑ‹ на ÑлиÑние и коммиты будут автоматичеÑки отправлÑÑ‚ÑŒÑÑ Ð² Ñту ветку, еÑли вы не укажете другую."
+
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr "Выберите наÑтроенное хранилище, доÑтупное Ð´Ð»Ñ Ñ€Ð°Ð·Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ð½Ð¾Ð²Ñ‹Ñ… проектов."
msgid "Select the custom project template source group."
msgstr ""
@@ -14097,17 +16840,59 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
msgid "Send confirmation email"
-msgstr ""
+msgstr "Отправить пиÑьмо Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸ÐµÐ¼"
msgid "Send email"
msgstr "Отправить Ñлектронное пиÑьмо"
@@ -14119,6 +16904,9 @@ msgid "Send usage data"
msgstr "ОтправлÑÑ‚ÑŒ данные об иÑпользовании"
msgid "Sentry API URL"
+msgstr "URL-Ð°Ð´Ñ€ÐµÑ Sentry API"
+
+msgid "Sentry event"
msgstr ""
msgid "Sep"
@@ -14131,70 +16919,70 @@ msgid "September"
msgstr "СентÑбрь"
msgid "SeriesFinalConjunction|and"
-msgstr ""
+msgstr "и"
msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)."
msgstr ""
msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
-msgstr ""
+msgstr "Сервер поддерживает только пакетный API, пожалуйÑта, обновите ваш клиент Git LFS до верÑии 1.0.1 и выше."
msgid "Server version"
msgstr "ВерÑÐ¸Ñ Ñервера"
msgid "Serverless"
-msgstr ""
+msgstr "Serverless"
msgid "ServerlessDetails|Function invocation metrics require Prometheus to be installed first."
msgstr ""
msgid "ServerlessDetails|Install Prometheus"
-msgstr ""
+msgstr "УÑтановить Prometheus"
msgid "ServerlessDetails|Invocation metrics loading or not available at this time."
-msgstr ""
+msgstr "Метрики вызовов загружаютÑÑ Ð¸Ð»Ð¸ недоÑтупны в наÑтоÑщее времÑ."
msgid "ServerlessDetails|Invocations"
-msgstr ""
+msgstr "Вызовы"
msgid "ServerlessDetails|Kubernetes Pods"
-msgstr ""
+msgstr "Подды Kubernetes"
msgid "ServerlessDetails|More information"
-msgstr ""
+msgstr "Подробнее"
msgid "ServerlessDetails|No pods loaded at this time."
msgstr ""
msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity."
-msgstr ""
+msgstr "КоличеÑтво подов Kubernetes, иÑпользуемых за определенный период времени, в завиÑимоÑти от необходимоÑти."
msgid "ServerlessDetails|pod in use"
-msgstr ""
+msgstr "ИÑпользуемый под"
msgid "ServerlessDetails|pods in use"
-msgstr ""
+msgstr "ИÑпользуемые поды"
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
-msgstr ""
+msgstr "Чтобы начать иÑпользовать функции в качеÑтве Ñлужбы, Ñначала необходимо уÑтановить Knative в клаÑтере Kubernetes."
msgid "Serverless|Getting started with serverless"
-msgstr ""
+msgstr "Ðачало работы Ñ serverless"
msgid "Serverless|If you believe none of these apply, please check back later as the function data may be in the process of becoming available."
msgstr ""
msgid "Serverless|Install Knative"
-msgstr ""
+msgstr "УÑтановить Knative"
msgid "Serverless|Learn more about Serverless"
-msgstr ""
+msgstr "Подробнее о Serverless"
msgid "Serverless|No functions available"
-msgstr ""
+msgstr "Ðет доÑтупных функций"
msgid "Serverless|The deploy job has not finished."
msgstr ""
@@ -14203,7 +16991,7 @@ msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag}
msgstr ""
msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:"
-msgstr ""
+msgstr "Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð½ÐµÑ‚ данных о функциÑÑ…, доÑтупных от Knative. Это может быть по целому Ñ€Ñду причин, включаÑ:"
msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured."
msgstr ""
@@ -14217,6 +17005,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr "Шаблоны Служб"
@@ -14229,7 +17026,7 @@ msgstr "ПродолжительноÑÑ‚ÑŒ ÑеÑÑии (в минутах)"
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14248,7 +17045,7 @@ msgid "Set default and restrict visibility levels. Configure import sources and
msgstr ""
msgid "Set due date"
-msgstr ""
+msgstr "УÑтановить дату завершениÑ"
msgid "Set instance-wide template repository"
msgstr ""
@@ -14257,10 +17054,10 @@ msgid "Set max session time for web terminal."
msgstr "УÑтановить макÑимальное Ð²Ñ€ÐµÐ¼Ñ ÑеанÑа Ð´Ð»Ñ Ð²ÐµÐ±-терминала."
msgid "Set milestone"
-msgstr ""
+msgstr "Задать Ñтап"
msgid "Set new password"
-msgstr ""
+msgstr "УÑтановить новый пароль"
msgid "Set notification email for abuse reports."
msgstr "ÐаÑтроить ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ Ñлектронной почте Ð´Ð»Ñ ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¾ злоупотреблениÑÑ…."
@@ -14314,16 +17111,19 @@ msgid "Set up assertions/attributes/claims (email, first_name, last_name) and Na
msgstr ""
msgid "Set up new U2F device"
-msgstr ""
+msgstr "ÐаÑтроить новое уÑтройÑтво U2F"
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr "ÐаÑтройте Ñвой проект, чтобы автоматичеÑки загружать и/или Ñкачивать Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð²/из другого репозиториÑ. Ветки, теги и коммиты будут ÑинхронизироватьÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑки."
msgid "Set weight"
-msgstr ""
+msgstr "УÑтановить веÑ"
msgid "Set weight to %{weight}."
msgstr ""
@@ -14362,10 +17162,10 @@ msgid "Sets target branch to %{branch_name}."
msgstr ""
msgid "Sets the due date to %{due_date}."
-msgstr ""
+msgstr "УÑтанавливает дату Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ %{due_date}."
msgid "Sets the milestone to %{milestone_reference}."
-msgstr ""
+msgstr "УÑтанавить Ñтап %{milestone_reference}."
msgid "Sets time estimate to %{time_estimate}."
msgstr ""
@@ -14376,6 +17176,9 @@ msgstr ""
msgid "Settings"
msgstr "ÐаÑтройки"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "ПоделитьÑÑ"
@@ -14389,7 +17192,7 @@ msgid "Shared projects"
msgstr ""
msgid "Shared runners help link"
-msgstr ""
+msgstr "Ð¡Ð¿Ñ€Ð°Ð²Ð¾Ñ‡Ð½Ð°Ñ ÑÑылка Ð´Ð»Ñ Ð¾Ð±Ñ‰Ð¸Ñ… обработчиков заданий"
msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero."
msgstr ""
@@ -14409,6 +17212,9 @@ msgstr "ЕÑли вы когда-нибудь потерÑете Ñвой тел
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr "Показать архивные проекты"
@@ -14436,6 +17242,12 @@ msgstr ""
msgid "Show latest version"
msgstr "Показать поÑледнюю верÑию"
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr "Показать родительÑкие Ñтраницы"
@@ -14452,6 +17264,12 @@ msgstr[1] "Показано %d ÑобытиÑ"
msgstr[2] "Показано %d Ñобытий"
msgstr[3] "Показано %d Ñобытий"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr "Показано %{pageSize} из %{total} задач"
+
msgid "Showing Latest Version"
msgstr ""
@@ -14459,6 +17277,9 @@ msgid "Showing Version #%{versionNumber}"
msgstr ""
msgid "Showing all issues"
+msgstr "Показаны вÑе обÑуждениÑ"
+
+msgid "Showing all labels"
msgstr ""
msgid "Showing last %{size} of log -"
@@ -14486,17 +17307,14 @@ msgid "Sign in / Register"
msgstr "Вход / РегиÑтрациÑ"
msgid "Sign in to \"%{group_name}\""
-msgstr ""
+msgstr "Ð’Ñтупить в \"%{group_name}\""
msgid "Sign in using smart card"
-msgstr ""
+msgstr "Войдите, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñмарт-карту"
msgid "Sign in via 2FA code"
msgstr "Войти Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ 2FA"
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14510,7 +17328,7 @@ msgid "Sign out & Register"
msgstr ""
msgid "Sign up"
-msgstr ""
+msgstr "Войдите"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -14528,10 +17346,10 @@ msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)."
msgstr ""
msgid "SignUp|Name is too long (maximum is %{max_length} characters)."
-msgstr ""
+msgstr "Слишком длинное Ð¸Ð¼Ñ (макÑимум %{max_length} Ñимволов)."
msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
-msgstr ""
+msgstr "Слишком длинное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ (макÑимум %{max_length} Ñимволов)."
msgid "Signed in"
msgstr ""
@@ -14540,7 +17358,7 @@ msgid "Signed in with %{authentication} authentication"
msgstr "Вход Ñ %{authentication} аутентификацией"
msgid "Signing in using %{label} has been disabled"
-msgstr ""
+msgstr "Вход Ñ Ð¸Ñпользованием %{label} был отключен"
msgid "Signing in using your %{label} account without a pre-existing GitLab account is not allowed."
msgstr ""
@@ -14549,10 +17367,7 @@ msgid "Similar issues"
msgstr ""
msgid "Single or combined queries"
-msgstr ""
-
-msgid "Site ID"
-msgstr ""
+msgstr "Одиночные или комбинированные запроÑÑ‹"
msgid "Size"
msgstr ""
@@ -14563,7 +17378,16 @@ msgstr "ÐаÑтройки размера и доменных имён Ð´Ð»Ñ Ñ
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr "ПропуÑтить пробный период (продолжить Ñ Ð±ÐµÑплатной учетной запиÑью)"
+
msgid "Skip this for now"
+msgstr "ПропуÑтить Ñто ÑейчаÑ"
+
+msgid "Skipped"
msgstr ""
msgid "Slack application"
@@ -14626,6 +17450,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14645,7 +17472,7 @@ msgid "Something went wrong on our end. Please try again!"
msgstr ""
msgid "Something went wrong on our end. Please try again."
-msgstr ""
+msgstr "Что-то пошло не так на нашей Ñтороне. ПожалуйÑта, попробуйте еще раз."
msgid "Something went wrong trying to change the confidentiality of this issue"
msgstr ""
@@ -14657,10 +17484,7 @@ msgid "Something went wrong when toggling the button"
msgstr "Что-то пошло не так при переключении кнопки"
msgid "Something went wrong while adding your award. Please try again."
-msgstr ""
-
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
+msgstr "Что-то пошло не так при добавлении вашей награды. ПожалуйÑта, попробуйте еще раз."
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
@@ -14668,9 +17492,12 @@ msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
-msgid "Something went wrong while deleting the source branch. Please try again."
+msgid "Something went wrong while deleting the package."
msgstr ""
+msgid "Something went wrong while deleting the source branch. Please try again."
+msgstr "Что-то пошло не так при удалении иÑходной ветки. ПожалуйÑта, попробуйте еще раз."
+
msgid "Something went wrong while deleting your note. Please try again."
msgstr ""
@@ -14683,27 +17510,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
+msgstr "Что-то пошло не так при получении поÑледних комментариев."
+
+msgid "Something went wrong while fetching projects"
msgstr ""
msgid "Something went wrong while fetching related merge requests."
-msgstr ""
+msgstr "Что-то пошло не так при получении ÑвÑзанных запроÑов на ÑлиÑние."
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr "Что-то пошло не так при получении проектов."
msgid "Something went wrong while fetching the registry list."
msgstr "Что-то пошло не так при получении ÑпиÑка рееÑтров."
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14713,9 +17561,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14795,10 +17649,10 @@ msgid "SortOptions|Less weight"
msgstr ""
msgid "SortOptions|Manual"
-msgstr ""
+msgstr "РучнаÑ"
msgid "SortOptions|Milestone due date"
-msgstr ""
+msgstr "Дата Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ñтапа"
msgid "SortOptions|Milestone due later"
msgstr "Веха, наÑÑ‚ÑƒÐ¿Ð°ÑŽÑ‰Ð°Ñ Ð¿Ð¾Ð·Ð´Ð½ÐµÐµ"
@@ -14831,7 +17685,7 @@ msgid "SortOptions|Oldest joined"
msgstr "Старейшие из приÑоединившихÑÑ"
msgid "SortOptions|Oldest last activity"
-msgstr ""
+msgstr "Ð¡Ð°Ð¼Ð°Ñ ÑÑ‚Ð°Ñ€Ð°Ñ Ð¿Ð¾ÑледнÑÑ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ"
msgid "SortOptions|Oldest sign in"
msgstr "Старейшие из заходивших"
@@ -14848,6 +17702,9 @@ msgstr "ПопулÑронÑÑ‚ÑŒ"
msgid "SortOptions|Priority"
msgstr "Приоритет"
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14858,7 +17715,7 @@ msgid "SortOptions|Recently starred"
msgstr ""
msgid "SortOptions|Size"
-msgstr ""
+msgstr "Размер"
msgid "SortOptions|Sort direction"
msgstr ""
@@ -14875,6 +17732,12 @@ msgstr "Ðачатые позже"
msgid "SortOptions|Start soon"
msgstr "Ðачатые недавно"
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14893,6 +17756,51 @@ msgstr "ИÑходный текÑÑ‚ недоÑтупен"
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "Спам Логи"
@@ -14917,6 +17825,9 @@ msgstr "ОпиÑание Ð´Ð»Ñ Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð½Ð¾Ð³Ð¾ (squash) коммит
msgid "Squash commits"
msgstr "Объединить иÑторию коммитов"
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14926,7 +17837,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14966,7 +17880,7 @@ msgid "Starrers"
msgstr ""
msgid "Stars"
-msgstr ""
+msgstr "В избранное"
msgid "Start GitLab Ultimate trial"
msgstr ""
@@ -14977,11 +17891,11 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "Ðачать %{new_merge_request} Ñ Ñтих изменений"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
-msgstr ""
+msgstr "Ðачать новое обÑуждение ..."
msgid "Start a new merge request"
msgstr ""
@@ -14990,7 +17904,7 @@ msgid "Start a review"
msgstr "Ðачать рецензию"
msgid "Start and due date"
-msgstr ""
+msgstr "Дата начала и завершениÑ"
msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
msgstr ""
@@ -15025,6 +17939,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -15041,7 +17961,7 @@ msgid "Starting..."
msgstr ""
msgid "Starts %{startsIn}"
-msgstr ""
+msgstr "Будет запущен %{startsIn}"
msgid "Starts at (UTC)"
msgstr ""
@@ -15049,9 +17969,12 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
-msgid "Statistics"
+msgid "Static Application Security Testing (SAST)"
msgstr ""
+msgid "Statistics"
+msgstr "СтатиÑтика"
+
msgid "Status"
msgstr "СтатуÑ"
@@ -15085,10 +18008,16 @@ msgstr ""
msgid "Storage"
msgstr "Хранилище"
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
+msgstr "ÐеизвеÑтный"
+
+msgid "Subgroup overview"
msgstr ""
msgid "SubgroupCreationLevel|Allowed to create subgroups"
@@ -15112,6 +18041,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15127,6 +18059,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "ПодпиÑатьÑÑ"
@@ -15154,65 +18092,74 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
msgid "SubscriptionTable|Free"
-msgstr ""
+msgstr "БеÑплатно"
msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal."
-msgstr ""
+msgstr "GitLab позволÑет вам продолжать иÑпользовать подпиÑку, даже еÑли вы превыÑили количеÑтво приобретенных вами меÑÑ‚. Ð’Ñ‹ должны будете заплатить за Ñти меÑта при продлении."
msgid "SubscriptionTable|Last invoice"
-msgstr ""
+msgstr "ПоÑледнÑÑ Ñчет--фактура"
msgid "SubscriptionTable|Loading subscriptions"
-msgstr ""
+msgstr "Загрузка подпиÑок"
msgid "SubscriptionTable|Manage"
msgstr ""
msgid "SubscriptionTable|Max seats used"
-msgstr ""
+msgstr "МакÑимальное количеÑтво иÑпользуемых меÑÑ‚"
msgid "SubscriptionTable|Next invoice"
msgstr ""
msgid "SubscriptionTable|Seats currently in use"
-msgstr ""
+msgstr "МеÑта, иÑпользуемые в наÑтоÑщее времÑ"
msgid "SubscriptionTable|Seats in subscription"
-msgstr ""
+msgstr "КоличеÑтво меÑÑ‚ в подпиÑке"
msgid "SubscriptionTable|Seats owed"
msgstr ""
msgid "SubscriptionTable|Subscription end date"
-msgstr ""
+msgstr "Дата Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð¸Ñки"
msgid "SubscriptionTable|Subscription start date"
-msgstr ""
+msgstr "Дата начала подпиÑки"
msgid "SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances."
-msgstr ""
+msgstr "Это поÑледний раз, когда команда GitLab.com ÑвÑзывалаÑÑŒ Ñ Ð²Ð°Ð¼Ð¸ Ð´Ð»Ñ ÑƒÑ€ÐµÐ³ÑƒÐ»Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð»ÑŽÐ±Ñ‹Ñ… не выплаченных оÑтатков."
msgid "SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started."
-msgstr ""
+msgstr "Это макÑимальное количеÑтво пользователей, ÑущеÑтвовавших Ñ Ð¼Ð¾Ð¼ÐµÐ½Ñ‚Ð° начала подпиÑки."
msgid "SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances."
-msgstr ""
+msgstr "Это ÑÐ»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ð´Ð°Ñ‚Ð°, когда команда GitLab.com ÑвÑжетÑÑ Ñ Ð²Ð°Ð¼Ð¸, чтобы разрешить любую непогашенную задолженноÑÑ‚ÑŒ."
msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan."
-msgstr ""
+msgstr "Это количеÑтво меÑÑ‚, которое вам необходимо будет приобреÑти, еÑли вы перейдете на платный тарифный план."
msgid "SubscriptionTable|Trial"
msgstr ""
msgid "SubscriptionTable|Trial end date"
-msgstr ""
+msgstr "Дата Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ð±Ð½Ð¾Ð³Ð¾ периода"
msgid "SubscriptionTable|Trial start date"
-msgstr ""
+msgstr "Дата начала пробного периода"
msgid "SubscriptionTable|Upgrade"
msgstr ""
@@ -15223,47 +18170,62 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
-msgid "Successfully blocked"
+msgid "Succeeded"
msgstr ""
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr "УÑпешно заблокировано"
+
msgid "Successfully confirmed"
+msgstr "УÑпешно подтверждено"
+
+msgid "Successfully deactivated"
msgstr ""
msgid "Successfully deleted U2F device."
-msgstr ""
+msgstr "УÑтройÑтво U2F уÑпешно удалено."
msgid "Successfully removed email."
-msgstr ""
+msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты уÑпешно удален."
msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details."
-msgstr ""
+msgstr "УÑпешно запланирован запуÑк Ñборочной линии. Перейти к %{pipelines_link_start}Ñтранице Ñборочных линий%{pipelines_link_end} Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð¾Ñтей."
msgid "Successfully unblocked"
-msgstr ""
+msgstr "УÑпешно разблокировано"
msgid "Successfully unlocked"
-msgstr ""
+msgstr "УÑпешно разблокировано"
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
-msgstr ""
+msgstr "Предложенные изменениÑ"
msgid "SuggestedColors|Bright green"
-msgstr ""
+msgstr "Ярко-зеленый"
msgid "SuggestedColors|Dark grayish cyan"
-msgstr ""
+msgstr "Темно-Ñеровато-голубой"
msgid "SuggestedColors|Dark moderate blue"
-msgstr ""
+msgstr "Темно-Ñиний"
msgid "SuggestedColors|Dark moderate orange"
msgstr ""
@@ -15275,16 +18237,16 @@ msgid "SuggestedColors|Dark moderate violet"
msgstr ""
msgid "SuggestedColors|Feijoa"
-msgstr ""
+msgstr "Фейхоа"
msgid "SuggestedColors|Lime green"
-msgstr ""
+msgstr "Светло-зеленый"
msgid "SuggestedColors|Moderate blue"
-msgstr ""
+msgstr "Умеренный Ñиний"
msgid "SuggestedColors|Pure red"
-msgstr ""
+msgstr "ЧиÑтый краÑный"
msgid "SuggestedColors|Slightly desaturated blue"
msgstr ""
@@ -15311,7 +18273,7 @@ msgid "SuggestedColors|UA blue"
msgstr ""
msgid "SuggestedColors|Very dark desaturated blue"
-msgstr ""
+msgstr "Очень темный ненаÑыщенный Ñиний"
msgid "SuggestedColors|Very dark lime green"
msgstr ""
@@ -15322,6 +18284,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr "ВоÑкреÑенье"
@@ -15340,7 +18308,7 @@ msgstr "Переключить ветка/тег"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15382,9 +18350,12 @@ msgstr "Тег"
msgid "Tag list:"
msgstr "СпиÑок тегов:"
-msgid "Tag this commit."
+msgid "Tag name"
msgstr ""
+msgid "Tag this commit."
+msgstr "Метка Ñтого коммита."
+
msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
msgstr ""
@@ -15395,7 +18366,7 @@ msgid "Tags"
msgstr "Теги"
msgid "Tags feed"
-msgstr ""
+msgstr "Лента меток"
msgid "Tags this commit to %{tag_name} with \"%{message}\"."
msgstr ""
@@ -15442,8 +18413,8 @@ msgstr "Ðовый Тег"
msgid "TagsPage|New tag"
msgstr "Ðовый тег"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "При желании вы можете добавить Ñообщение в тег."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "Опционально, добавьте опиÑание релиза к тегу. Оно будет Ñохранено в базе данных GitLab и отобразитÑÑ Ð½Ð° Ñтранице тегов."
@@ -15478,18 +18449,33 @@ msgstr "защищенный"
msgid "Target Branch"
msgstr "Ветка"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "Ð¦ÐµÐ»ÐµÐ²Ð°Ñ Ð²ÐµÑ‚ÐºÐ°"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "Команда"
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr "Шаблон"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "Шаблоны"
@@ -15497,7 +18483,7 @@ msgid "Terminal"
msgstr ""
msgid "Terminal for environment"
-msgstr ""
+msgstr "Терминал Ð´Ð»Ñ Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ"
msgid "Terminal sync service is running"
msgstr ""
@@ -15508,7 +18494,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15518,53 +18504,86 @@ msgid "Test failed."
msgstr ""
msgid "Test settings and save changes"
-msgstr ""
+msgstr "Проверьте наÑтройки и Ñохраните изменениÑ"
msgid "TestHooks|Ensure one of your projects has merge requests."
-msgstr ""
+msgstr "УбедитеÑÑŒ, что один из ваших проектов имеет запроÑÑ‹ на ÑлиÑние."
msgid "TestHooks|Ensure the project has CI jobs."
-msgstr ""
+msgstr "УбедитеÑÑŒ, что проект имеет Ð·Ð°Ð´Ð°Ð½Ð¸Ñ CI."
msgid "TestHooks|Ensure the project has CI pipelines."
-msgstr ""
+msgstr "УбедитеÑÑŒ, что проект имеет Ñборочные линии CI."
msgid "TestHooks|Ensure the project has at least one commit."
-msgstr ""
+msgstr "УбедитеÑÑŒ, что в проекте еÑÑ‚ÑŒ Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ один коммит."
msgid "TestHooks|Ensure the project has issues."
msgstr ""
msgid "TestHooks|Ensure the project has merge requests."
-msgstr ""
+msgstr "УбедитеÑÑŒ, что у проекта еÑÑ‚ÑŒ запроÑÑ‹ на ÑлиÑние."
msgid "TestHooks|Ensure the project has notes."
-msgstr ""
+msgstr "УбедитеÑÑŒ, что в проекте еÑÑ‚ÑŒ заметки."
msgid "TestHooks|Ensure the wiki is enabled and has pages."
+msgstr "УбедитеÑÑŒ, что wiki включена и имеет Ñтраницы."
+
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
msgstr ""
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
msgid "Thank you for your report. A GitLab administrator will look into it shortly."
-msgstr ""
+msgstr "СпаÑибо за ваш отчет. ÐдминиÑтратор GitLab Ñкоро раÑÑмотрит его."
msgid "Thanks! Don't show me this again"
msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
+msgstr "Группа \"%{group_path}\" позволÑет вам войти в ÑиÑтему Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ учетной запиÑи единого входа"
+
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
msgstr ""
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "The API path was not specified."
-msgstr ""
+msgstr[0] "%{type} Ñодержит Ñледующую ошибку:"
+msgstr[1] "%{type} Ñодержат Ñледующие ошибки:"
+msgstr[2] "%{type} Ñодержат Ñледующие ошибки:"
+msgstr[3] "%{type} Ñодержат Ñледующие ошибки:"
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "РаÑширенный глобальный поиÑк в GitLab - Ñто Ñерьезный инÑтрумент который ÑохранÑет ваше времÑ. ВмеÑто ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´ÑƒÐ±Ð»Ð¸Ñ€ÑƒÑŽÑ‰ÐµÐ³Ð¾ кода и траты времени, вы можете иÑкать код внутри других команд, который поможет вам в вашем проекте."
@@ -15581,13 +18600,22 @@ msgstr "Трекер обÑуждений - Ñто меÑто, где можно
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
msgid "The amount of seconds after which a request to get a secondary node status will time out."
-msgstr ""
+msgstr "КоличеÑтво Ñекунд, поÑле которых Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° получение ÑтатуÑа вторичного узла будет отключен."
msgid "The branch for this project has no active pipeline configuration."
+msgstr "Ветка Ð´Ð»Ñ Ñтого проекта не имеет активной конфигурации Ñборочной линии."
+
+msgid "The branch or tag does not exist"
msgstr ""
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
@@ -15599,10 +18627,25 @@ msgstr "Этап напиÑÐ°Ð½Ð¸Ñ ÐºÐ¾Ð´Ð° показывает Ð²Ñ€ÐµÐ¼Ñ Ñ
msgid "The collection of events added to the data gathered for that stage."
msgstr "ÐšÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ñобытий добавленных в данные Ñобранные Ð´Ð»Ñ Ñтого Ñтапа."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
+msgstr "Содержание Ñтой Ñтраницы не закодировано в UTF-8. Редактировать можно только через Git репозиторий."
+
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
msgstr ""
msgid "The dependency list details information about the components used within your project."
@@ -15612,7 +18655,7 @@ msgid "The deployment of this job to %{environmentLink} did not succeed."
msgstr ""
msgid "The directory has been successfully created."
-msgstr ""
+msgstr "Каталог уÑпешно Ñоздан."
msgid "The domain you entered is misformatted."
msgstr ""
@@ -15627,13 +18670,23 @@ msgid "The file has been successfully created."
msgstr ""
msgid "The file has been successfully deleted."
+msgstr "Файл был уÑпешно удален."
+
+msgid "The file name should have a .yml extension"
msgstr ""
msgid "The following items will NOT be exported:"
-msgstr ""
+msgstr "Следующие Ñлементы ÐЕ будут ÑкÑпортированы:"
msgid "The following items will be exported:"
-msgstr ""
+msgstr "Следующие предметы будут ÑкÑпортированы:"
+
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "The fork relationship has been removed."
msgstr "СвÑзь Ñ Ð¾Ñ‚Ð²ÐµÑ‚Ð²Ð»ÐµÐ½Ð¸ÐµÐ¼ удалена."
@@ -15642,12 +18695,15 @@ msgid "The global settings require you to enable Two-Factor Authentication for y
msgstr "Глобальные наÑтройки требуют, чтобы вы включили двухфакторную аутентификацию Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ¹ учетной запиÑи."
msgid "The group and any internal projects can be viewed by any logged in user."
-msgstr ""
+msgstr "Группа и любые внутренние проекты могут быть проÑмотрены любым пользователем, зарегиÑтрированным в ÑиÑтеме."
msgid "The group and any public projects can be viewed without any authentication."
-msgstr ""
+msgstr "Группу и любые публичные проекты можно проÑматривать без какой-либо аутентификации."
msgid "The group and its projects can only be viewed by members."
+msgstr "Группу и ее проекты могут проÑматривать только учаÑтники."
+
+msgid "The group has already been shared with this group"
msgstr ""
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
@@ -15657,28 +18713,28 @@ msgid "The import will time out after %{timeout}. For repositories that take lon
msgstr "Импорт будет отключен поÑле %{timeout}. Ð”Ð»Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸ÐµÐ², которые импортируютÑÑ Ð·Ð° большее времÑ, иÑпользуйте комбинацию команд clone/push."
msgid "The invitation could not be accepted."
-msgstr ""
+msgstr "Приглашение не может быть принÑто."
msgid "The invitation could not be declined."
-msgstr ""
+msgstr "Приглашение не может быть отклонено."
msgid "The invitation has already been accepted."
-msgstr ""
+msgstr "Приглашение уже принÑто."
msgid "The invitation was successfully resent."
-msgstr ""
+msgstr "Приглашение было уÑпешно отправлено."
msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
msgstr "Ð¡Ñ‚Ð°Ð´Ð¸Ñ Ð¾Ð±ÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÑ‚ времÑ, которое потребуетÑÑ Ñ Ð¼Ð¾Ð¼ÐµÐ½Ñ‚Ð° ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¾Ð±ÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð¾ Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¾Ð±Ñуждению вехи, или Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±ÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð½Ð° вашу доÑку задач. Ðачните Ñоздавать обÑуждениÑ, чтобы увидеть ÑÐ²ÐµÐ´ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ñтой Ñтадии."
msgid "The license was removed. GitLab has fallen back on the previous license."
-msgstr ""
+msgstr "Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ð±Ñ‹Ð»Ð° удалена. GitLab вернулÑÑ Ð½Ð°Ð·Ð°Ð´ на предыдущую лицензию."
msgid "The license was removed. GitLab now no longer has a valid license."
-msgstr ""
+msgstr "Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ð±Ñ‹Ð»Ð° удалена. У GitLab больше нет дейÑтвующей лицензии."
msgid "The license was successfully uploaded and is now active. You can see the details below."
-msgstr ""
+msgstr "Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ð±Ñ‹Ð»Ð° уÑпешно загружена и теперь активна. Ð’Ñ‹ можете увидеть подробноÑти ниже."
msgid "The maximum file size allowed is %{size}."
msgstr "МакÑимальный размер файла - %{size}."
@@ -15687,15 +18743,18 @@ msgid "The maximum file size allowed is 200KB."
msgstr "МакÑимально допуÑтимый размер файла ÑоÑтавлÑет 200 Кб."
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
-msgstr ""
+msgstr "Конфликты ÑлиÑÐ½Ð¸Ñ Ð´Ð»Ñ Ñтого запроÑа на ÑлиÑние не могут быть разрешены Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ GitLab. ПожалуйÑта, попробуйте разрешить их локально."
msgid "The merge conflicts for this merge request have already been resolved."
-msgstr ""
+msgstr "Конфликты ÑлиÑÐ½Ð¸Ñ Ð´Ð»Ñ Ñтого запроÑа на ÑлиÑние уже разрешены."
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
+msgstr "Конфликты ÑлиÑÐ½Ð¸Ñ Ð´Ð»Ñ Ñтого запроÑа на ÑлиÑние уже разрешены. ПожалуйÑта, вернитеÑÑŒ к запроÑу на ÑлиÑние."
+
+msgid "The merge request can now be merged."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15707,15 +18766,18 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr "Фаза жизненного цикла разработки."
-msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
+msgid "The pipeline has been deleted"
msgstr ""
+msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
+msgstr "РаÑпиÑание Ñборочных линий запуÑкает Ñборочные линии в будущем, неоднократно, Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð½Ñ‹Ñ… веток или меток. Эти запланированные Ñборочные линии будут наÑледовать ограниченный доÑтуп к проекту на оÑнове их аÑÑоциированного пользователÑ."
+
msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit."
msgstr "Этап Ð¿Ð»Ð°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÑ‚ Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚ предыдущего шага до отправки первого коммита. ДобавлÑетÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑки, как только отправите Ñвой первый коммит."
@@ -15729,25 +18791,25 @@ msgid "The project can be accessed by any logged in user."
msgstr "ДоÑтуп к проекту возможен любым зарегиÑтрированным пользователем."
msgid "The project can be accessed by any user who is logged in."
-msgstr ""
+msgstr "ДоÑтуп к проекту может получить любой пользователь, вошедший в ÑиÑтему."
msgid "The project can be accessed by anyone, regardless of authentication."
-msgstr ""
+msgstr "ДоÑтуп к проекту может получить любой, незавиÑимо от аутентификации."
msgid "The project can be accessed without any authentication."
msgstr "ДоÑтуп к проекту возможен без какой-либо проверки подлинноÑти."
msgid "The project is accessible only by members of the project. Access must be granted explicitly to each user."
-msgstr ""
+msgstr "Проект доÑтупен только учаÑтникам проекта. ДоÑтуп должен быть предоÑтавлен Ñвно каждому пользователю."
msgid "The project is still being deleted. Please try again later."
-msgstr ""
+msgstr "Проект вÑе еще удалÑетÑÑ. ПожалуйÑта, попробуйте позже."
msgid "The project was successfully forked."
msgstr ""
msgid "The project was successfully imported."
-msgstr ""
+msgstr "Проект был уÑпешно импортирован."
msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
@@ -15756,6 +18818,9 @@ msgid "The remote mirror took to long to complete."
msgstr ""
msgid "The remote repository is being updated..."
+msgstr "Удаленный репозиторий обновлÑетÑÑ..."
+
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
msgstr ""
msgid "The repository for this project does not exist."
@@ -15780,7 +18845,7 @@ msgid "The roadmap shows the progress of your epics along a timeline"
msgstr ""
msgid "The schedule time must be in the future!"
-msgstr ""
+msgstr "Ð’Ñ€ÐµÐ¼Ñ Ñ€Ð°ÑпиÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶Ð½Ð¾ быть в будущем!"
msgid "The snippet can be accessed without any authentication."
msgstr "ДоÑтуп к Ñниппету можно получить без какой-либо аутентификации."
@@ -15794,18 +18859,21 @@ msgstr "Сниппет виден только учаÑтникам проект
msgid "The snippet is visible to any logged in user."
msgstr "Сниппет виден любому пользователю, вошедшему в ÑиÑтему."
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "Этап поÑтановки показывает Ð²Ñ€ÐµÐ¼Ñ Ð¼ÐµÐ¶Ð´Ñƒ ÑлиÑнием \"MR\" и развертыванием кода в производÑтвенной Ñреде. Данные будут автоматичеÑки добавлены поÑле Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð² производÑтве первый раз."
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "Этап теÑÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÑ‚ времÑ, которое GitLab CI занимает Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка каждой Ñборочной линии Ð´Ð»Ñ ÑоответÑтвующего запроÑа на ÑлиÑние. Данные будут автоматичеÑки добавлены поÑле Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ вашей первой Ñборочной линии."
msgid "The time taken by each data entry gathered by that stage."
msgstr "ВремÑ, затраченное каждым Ñлементом, Ñобранным на Ñтом Ñтапе."
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15813,16 +18881,16 @@ msgid "The update action will time out after %{number_of_minutes} minutes. For b
msgstr ""
msgid "The uploaded file is not a valid Google Takeout archive."
-msgstr ""
+msgstr "Загруженный файл не ÑвлÑетÑÑ Ð´Ð¾Ð¿ÑƒÑтимым архивом Google Takeout."
msgid "The usage ping is disabled, and cannot be configured through this form."
msgstr ""
msgid "The user is being deleted."
-msgstr ""
+msgstr "Пользователь удалÑетÑÑ."
msgid "The user map has been saved. Continue by selecting the projects you want to import."
-msgstr ""
+msgstr "ПользовательÑÐºÐ°Ñ ÐºÐ°Ñ€Ñ‚Ð° была Ñохранена. Продолжите, выбрав проекты, которые вы хотите импортировать."
msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of <code>:</code>. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
msgstr ""
@@ -15830,6 +18898,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15852,22 +18923,22 @@ msgid "There are no archived projects yet"
msgstr "Ðрхивных проектов пока нет"
msgid "There are no charts configured for this page"
-msgstr ""
+msgstr "Ðет наÑтроенных диаграмм Ð´Ð»Ñ Ñтой Ñтраницы"
msgid "There are no closed issues"
msgstr ""
msgid "There are no closed merge requests"
-msgstr ""
+msgstr "Ðет закрытых запроÑов на ÑлиÑние"
msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates."
-msgstr ""
+msgstr "Ð”Ð»Ñ Ñтого ÑкземплÑра GitLab не наÑтроены пользовательÑкие шаблоны проектов. Они включаютÑÑ Ð¸Ð· панели админиÑÑ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ GitLab. ОбратитеÑÑŒ к админиÑтратору ÑкземплÑра GitLab Ð´Ð»Ñ Ð½Ð°Ñтройки пользовательÑких шаблонов проекта."
msgid "There are no issues to show"
msgstr "Ðет обÑуждений, которые можно показать"
msgid "There are no issues to show."
-msgstr ""
+msgstr "Ðет обÑуждений, которые можно показать."
msgid "There are no labels yet"
msgstr ""
@@ -15882,7 +18953,7 @@ msgid "There are no open merge requests"
msgstr ""
msgid "There are no packages yet"
-msgstr ""
+msgstr "Пакетов пока нет"
msgid "There are no projects shared with this group yet"
msgstr ""
@@ -15893,17 +18964,23 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
-msgid "There is already a repository with that name on disk"
+msgid "There is a limit of 100 subscriptions from or to a project."
msgstr ""
+msgid "There is already a repository with that name on disk"
+msgstr "Ðа диÑке уже еÑÑ‚ÑŒ репозиторий Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем"
+
msgid "There is no data available. Please change your selection."
-msgstr ""
+msgstr "Ðет доÑтупных данных. ПожалуйÑта, измените ваш выбор."
msgid "There was a problem communicating with your device."
+msgstr "Произошла ошибка ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ð²Ð°ÑˆÐ¸Ð¼ уÑтройÑтвом."
+
+msgid "There was a problem saving your custom stage, please try again"
msgstr ""
msgid "There was a problem sending the confirmation email"
-msgstr ""
+msgstr "Произошла ошибка при отправке пиÑьма Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸ÐµÐ¼"
msgid "There was an error %{message} todo."
msgstr ""
@@ -15911,25 +18988,49 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
-msgid "There was an error creating the issue"
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
msgstr ""
+msgid "There was an error creating the issue"
+msgstr "При Ñоздании обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð¾ÑˆÐ»Ð° ошибка"
+
msgid "There was an error deleting the To Do."
msgstr ""
msgid "There was an error fetching configuration for charts"
+msgstr "Произошла ошибка при загрузке конфигурации Ð´Ð»Ñ Ð´Ð¸Ð°Ð³Ñ€Ð°Ð¼Ð¼"
+
+msgid "There was an error fetching cycle analytics stages."
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching data for the selected stage"
msgstr ""
-msgid "There was an error gathering the chart data"
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
+msgid "There was an error gathering the chart data"
+msgstr "При Ñборе данных диаграммы произошла ошибка"
+
msgid "There was an error loading users activity calendar."
msgstr ""
msgid "There was an error removing the e-mail."
+msgstr "Произошла ошибка при удалении Ñлектронной почты."
+
+msgid "There was an error removing your custom stage, please try again"
msgstr ""
msgid "There was an error resetting group pipeline minutes."
@@ -15939,7 +19040,7 @@ msgid "There was an error resetting user pipeline minutes."
msgstr ""
msgid "There was an error saving your changes."
-msgstr ""
+msgstr "Произошла ошибка при Ñохранении ваших изменений."
msgid "There was an error saving your notification settings."
msgstr "Произошла ошибка при Ñохранении наÑтроек уведомлений."
@@ -15947,6 +19048,9 @@ msgstr "Произошла ошибка при Ñохранении наÑтро
msgid "There was an error subscribing to this label."
msgstr "Произошла ошибка подпиÑки на Ñту метку."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15960,6 +19064,15 @@ msgid "There was an error when unsubscribing from this label."
msgstr ""
msgid "There was an error while fetching cycle analytics data."
+msgstr "При получении данных аналитики цикла произошла ошибка."
+
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -15968,6 +19081,9 @@ msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15978,7 +19094,7 @@ msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
msgid "This %{issuable} is locked. Only <strong>project members</strong> can comment."
-msgstr ""
+msgstr "Этот %{issuable} заблокировано. Только <strong>учаÑтники проекта</strong> могут комментировать."
msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
@@ -16008,7 +19124,7 @@ msgid "This branch has changed since you started editing. Would you like to crea
msgstr ""
msgid "This chart could not be displayed"
-msgstr ""
+msgstr "Эта диаграмма не может быть отображена"
msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost."
msgstr ""
@@ -16028,9 +19144,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -16055,11 +19168,17 @@ msgstr "Этот каталог"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr "Этот домен не подтвержден. Вам нужно будет проверить владение, прежде чем доÑтуп будет включен."
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
-msgstr "Эта Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ Ð½Ð°Ñ…Ð¾Ð´Ð¸Ñ‚ÑÑ Ð² разработке. ПожалуйÑта отключите флаг функции \"job_log_json\""
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr ""
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -16074,7 +19193,7 @@ msgid "This group does not provide any group Runners yet."
msgstr "Эта группа пока не Ñодержит групповых обработчики заданий."
msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
-msgstr ""
+msgstr "Эта группа, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð²Ñе подгруппы, проекты и репозитории git, будет доÑтупна только из указанного диапазона IP адреÑов. ÐеÑколько диапазонов адреÑов поддерживаютÑÑ Ñ‡ÐµÑ€ÐµÐ· разделитель - запÑтую.<br>Пример: <code>192.168.0/24,192.168.1.0/24</code>. %{read_more_link}."
msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
msgstr ""
@@ -16112,6 +19231,9 @@ msgstr "Это обÑуждение ÑвлÑетÑÑ ÐºÐ¾Ð½Ñ„Ð¸Ð´ÐµÐ½Ñ†Ð¸Ð°Ð»ÑŒÐ
msgid "This issue is locked."
msgstr "ОбÑуждение заблокировано."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "Это задание завиÑит от рабочих заданий на верхнем уровне, которые должны завершитьÑÑ ÑƒÑпешно, чтобы Ñто задание было запущено"
@@ -16130,21 +19252,36 @@ msgstr "Это фоновое задание еще не запущено"
msgid "This job has not started yet"
msgstr "Эта задача еще не запущена"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "Это фоновое задание находитÑÑ Ð² ÑоÑтоÑнии Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¸ ожидает запуÑка процеÑÑа иÑполнениÑ"
@@ -16160,7 +19297,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16187,6 +19324,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16199,6 +19339,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "Этот проект"
@@ -16211,11 +19357,20 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr "Этот репозиторий"
msgid "This repository is currently empty. A new Auto DevOps pipeline will be created after a new file has been pushed to a branch."
-msgstr ""
+msgstr "Этот репозиторий в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð¿ÑƒÑÑ‚. ÐÐ¾Ð²Ð°Ñ ÑÐ±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Auto DevOps будет Ñоздана поÑле того, как новый файл будет помещен в ветку."
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -16223,10 +19378,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16250,12 +19405,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr "Четверг"
@@ -16448,9 +19657,6 @@ msgstr "Только что"
msgid "Timeago|right now"
msgstr "ПрÑмо ÑейчаÑ"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16483,6 +19689,9 @@ msgstr "Заголовок:"
msgid "Titles and Filenames"
msgstr "Заголовки и имена файлов"
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16558,7 +19767,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16571,7 +19780,7 @@ msgid "To see all the user's personal access tokens you must impersonate them fi
msgstr ""
msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
-msgstr ""
+msgstr "Чтобы увидеть детали проекта, %{linkStart}обновите план группы до Silver%{linkEnd}. Ð’Ñ‹ также можете удалить проект из панели управлениÑ."
msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
msgstr ""
@@ -16628,13 +19837,13 @@ msgid "Toggle collapse"
msgstr ""
msgid "Toggle comments for this file"
-msgstr ""
+msgstr "Показать или Ñкрыть комментарии к Ñтому файлу"
msgid "Toggle commit description"
msgstr "Переключить опиÑание коммита"
msgid "Toggle commit list"
-msgstr ""
+msgstr "Открыть или закрыть ÑпиÑок коммитов"
msgid "Toggle emoji award"
msgstr ""
@@ -16675,6 +19884,12 @@ msgstr "Завтра"
msgid "Too many changes to show."
msgstr "Слишком много изменений Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ."
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr "Теги"
@@ -16684,18 +19899,24 @@ msgstr ""
msgid "Total Contributions"
msgstr "Общий вклад"
-msgid "Total Time"
-msgstr "Общее времÑ"
-
msgid "Total artifacts size: %{total_size}"
+msgstr "Общий размер артефактов: %{total_size}"
+
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr "Общее Ð²Ñ€ÐµÐ¼Ñ Ñ‚ÐµÑÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð¸ÐºÑаций/ÑлиÑний"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr "Ð’Ñего: %{total}"
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16712,43 +19933,52 @@ msgid "Track your GitLab projects with GitLab for Slack."
msgstr ""
msgid "Track your project with Audit Events."
-msgstr ""
+msgstr "ОтÑлеживайте Ñвой проект Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Ñобытий аудита."
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
msgid "TransferGroup|Group is already associated to the parent group."
-msgstr ""
+msgstr "Группа уже ÑвÑзана Ñ Ñ€Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÑкой группой."
msgid "TransferGroup|The parent group already has a subgroup with the same path."
-msgstr ""
+msgstr "У родительÑкой группы уже еÑÑ‚ÑŒ подгруппа Ñ Ñ‚ÐµÐ¼ же путем."
msgid "TransferGroup|Transfer failed: %{error_message}"
-msgstr ""
+msgstr "Ошибка переноÑа: %{error_message}"
msgid "TransferGroup|You don't have enough permissions."
-msgstr ""
+msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав."
msgid "TransferProject|Cannot move project"
-msgstr ""
+msgstr "Ðевозможно перемеÑтить проект"
msgid "TransferProject|Please select a new namespace for your project."
-msgstr ""
+msgstr "ПожалуйÑта, выберите новое проÑтранÑтво имен Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ проекта."
msgid "TransferProject|Project cannot be transferred, because tags are present in its container registry"
msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
+msgstr "Проект Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем или путем в целевом проÑтранÑтве имен уже ÑущеÑтвует"
+
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
msgstr ""
msgid "TransferProject|Transfer failed, please contact an admin."
-msgstr ""
+msgstr "ÐŸÐµÑ€ÐµÐ½Ð¾Ñ Ð½Ðµ удалÑÑ, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором."
msgid "Tree view"
msgstr ""
@@ -16756,6 +19986,9 @@ msgstr ""
msgid "Trending"
msgstr "ПопулÑрные"
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16783,7 +20016,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16802,7 +20035,7 @@ msgid "Try to fork again"
msgstr ""
msgid "Try using a different search term to find the file you are looking for."
-msgstr ""
+msgstr "Попробуйте изменить поиÑковый запроÑ, чтобы найти нужный файл."
msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
msgstr ""
@@ -16840,6 +20073,9 @@ msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr "УÑтройÑтва U2F (%{length})"
@@ -16852,16 +20088,28 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
+msgstr "Ðевозможно подключитьÑÑ Ðº Ñерверу:%{error}"
+
+msgid "Unable to fetch vulnerable projects"
msgstr ""
msgid "Unable to generate new instance ID"
@@ -16870,31 +20118,34 @@ msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr "Ðе удаетÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·Ð¸Ñ‚ÑŒ отличиÑ. %{button_try_again}"
-msgid "Unable to resolve"
+msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to resolve"
+msgstr "Ðевозможно решить"
+
msgid "Unable to save your changes. Please try again."
msgstr ""
msgid "Unable to schedule a pipeline to run immediately"
-msgstr ""
+msgstr "Ðевозможно запланировать запуÑк Ñборочной линии немедленно"
msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
msgstr ""
msgid "Unable to update label prioritization at this time"
-msgstr ""
+msgstr "Ðевозможно обновить приоритизацию меток на данный момент"
msgid "Unable to update this epic at this time."
msgstr ""
msgid "Unable to update this issue at this time."
-msgstr ""
+msgstr "Ðевозможно обновить Ñто обÑуждение в данный момент."
msgid "Unarchive project"
msgstr "ВоÑÑтановить проект"
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16915,14 +20166,17 @@ msgstr "Удаление"
msgid "Unknown"
msgstr ""
-msgid "Unknown encryption strategy: %{encrypted_strategy}!"
+msgid "Unknown Error"
msgstr ""
+msgid "Unknown encryption strategy: %{encrypted_strategy}!"
+msgstr "ÐеизвеÑтный алгоритм шифрованиÑ: %{encrypted_strategy}!"
+
msgid "Unknown format"
msgstr ""
msgid "Unknown response text"
-msgstr ""
+msgstr "ÐеизвеÑтный текÑÑ‚ ответа"
msgid "Unlimited"
msgstr ""
@@ -16966,9 +20220,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -17002,6 +20253,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "Ðеподтверждено"
@@ -17021,13 +20275,13 @@ msgid "Update all"
msgstr "Обновить вÑе"
msgid "Update approval rule"
-msgstr ""
+msgstr "Обновить правило утверждениÑ"
msgid "Update failed"
msgstr ""
msgid "Update failed. Please try again."
-msgstr ""
+msgstr "Обновление не удалоÑÑŒ. Попробуйте еще раз."
msgid "Update it"
msgstr ""
@@ -17045,23 +20299,26 @@ msgid "Update your project name, topics, description and avatar."
msgstr "Обновите название Ñвоего проекта, теги, опиÑание и логотип."
msgid "UpdateProject|Cannot rename project because it contains container registry tags!"
-msgstr ""
+msgstr "Ðе удаетÑÑ Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ñ‚ÑŒ проект, потому что он Ñодержит теги рееÑтра контейнеров!"
msgid "UpdateProject|Could not set the default branch"
-msgstr ""
+msgstr "Ðе удалоÑÑŒ уÑтановить ветку по умолчанию"
msgid "UpdateProject|New visibility level not allowed!"
-msgstr ""
+msgstr "Ðовый уровень видимоÑти не разрешен!"
msgid "UpdateProject|Project could not be updated!"
-msgstr ""
+msgstr "Проект не может быть обновлен!"
msgid "Updated"
-msgstr ""
+msgstr "Обновлено"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Обновлено %{updated_at} %{updated_by}"
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -17069,7 +20326,7 @@ msgid "Updating"
msgstr ""
msgid "Upgrade plan to unlock Canary Deployments feature"
-msgstr ""
+msgstr "ОбновитеÑÑŒ на более выÑокий тарифный план, чтобы разблокировать функциональноÑÑ‚ÑŒ Canary Deployments"
msgid "Upgrade your plan"
msgstr ""
@@ -17086,9 +20343,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17108,14 +20362,11 @@ msgid "Upload a certificate for your domain with all intermediates"
msgstr ""
msgid "Upload a private key for your certificate"
-msgstr ""
+msgstr "Загрузите закрытый ключ Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ Ñертификата"
msgid "Upload file"
msgstr "Загрузить файл"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17134,6 +20385,9 @@ msgstr "Загрузки"
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr "ГолоÑа \"за\""
@@ -17153,7 +20407,7 @@ msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled,
msgstr ""
msgid "UsageQuota|Artifacts"
-msgstr ""
+msgstr "Ðртефакты"
msgid "UsageQuota|Buy additional minutes"
msgstr ""
@@ -17162,22 +20416,22 @@ msgid "UsageQuota|Current period usage"
msgstr ""
msgid "UsageQuota|LFS Storage"
-msgstr ""
+msgstr "Хранилище LFS"
msgid "UsageQuota|Packages"
-msgstr ""
+msgstr "Пакеты"
msgid "UsageQuota|Pipelines"
-msgstr ""
+msgstr "Сборочные линии"
msgid "UsageQuota|Repository"
-msgstr ""
+msgstr "Репозиторий"
msgid "UsageQuota|Storage"
-msgstr ""
+msgstr "Хранилище"
msgid "UsageQuota|This namespace has no projects which use shared runners"
-msgstr ""
+msgstr "Ð’ Ñтом проÑтранÑтве имен нет проектов, которые иÑпользуют общие обработчики заданий"
msgid "UsageQuota|Unlimited"
msgstr ""
@@ -17189,13 +20443,13 @@ msgid "UsageQuota|Usage Quotas"
msgstr ""
msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
-msgstr ""
+msgstr "ИÑпользование групповых реÑурÑов по проектам в группе %{strong_start}%{group_name}%{strong_end}"
msgid "UsageQuota|Usage since"
msgstr ""
msgid "UsageQuota|Wiki"
-msgstr ""
+msgstr "Wiki"
msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
msgstr ""
@@ -17215,6 +20469,12 @@ msgstr "ИÑпользуйте одноразовый аутентификато
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17228,19 +20488,22 @@ msgid "Use your global notification setting"
msgstr "ИÑпользуютÑÑ Ð³Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ð¹ наÑтройки уведомлений"
msgid "Use your smart card to authenticate with the LDAP server."
-msgstr ""
+msgstr "ИÑпользуйте вашу Ñмарт-карту Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸ Ñ Ñервером LDAP."
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
msgid "Used to help configure your identity provider"
+msgstr "ИÑпользуетÑÑ Ð´Ð»Ñ Ð½Ð°Ñтройки вашего провайдера идентификации"
+
+msgid "User"
msgstr ""
msgid "User %{current_user_username} has started impersonating %{username}"
-msgstr ""
+msgstr "Пользователь %{current_user_username} начал выдавать ÑÐµÐ±Ñ Ð·Ð° %{username}"
msgid "User %{username} was successfully removed."
-msgstr ""
+msgstr "Пользователь %{username} был уÑпешно удален."
msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
msgstr ""
@@ -17255,21 +20518,24 @@ msgid "User and IP Rate Limits"
msgstr ""
msgid "User identity was successfully created."
-msgstr ""
+msgstr "Идентификатор Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð±Ñ‹Ð» уÑпешно Ñоздан."
msgid "User identity was successfully removed."
-msgstr ""
+msgstr "Идентификатор Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð±Ñ‹Ð» уÑпешно удален."
msgid "User identity was successfully updated."
-msgstr ""
+msgstr "Идентификатор Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð±Ñ‹Ð» уÑпешно обновлен."
msgid "User key was successfully removed."
-msgstr ""
+msgstr "Ключ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð±Ñ‹Ð» уÑпешно удален."
msgid "User map"
msgstr ""
msgid "User pipeline minutes were successfully reset."
+msgstr "Минуты пользовательÑкой Ñборочной линии уÑпешно Ñброшены."
+
+msgid "User restrictions"
msgstr ""
msgid "User settings"
@@ -17285,19 +20551,19 @@ msgid "User was successfully removed from project."
msgstr ""
msgid "User was successfully updated."
-msgstr ""
+msgstr "Пользователь уÑпешно изменен."
msgid "UserOnboardingTour|%{activeTour}/%{totalTours}"
-msgstr ""
+msgstr "%{activeTour}/%{totalTours}"
msgid "UserOnboardingTour|%{completed}/%{total} steps completed"
-msgstr ""
+msgstr "%{completed}/%{total} шагов завершено"
msgid "UserOnboardingTour|%{emphasisStart}Well done!%{emphasisEnd}%{lineBreak}%{lineBreak}That's it for our guided tour, congratulations for making it all the way to the end!%{lineBreak}%{lineBreak}We hope this gave you a good overview of GitLab and how it can help you. We'll now show you how to create your own project and invite your colleagues."
msgstr ""
msgid "UserOnboardingTour|Adding other members to a project is done through Project Settings. Click on %{emphasisStart}Settings%{emphasisEnd}."
-msgstr ""
+msgstr "Добавление других учаÑтников в проект оÑущеÑтвлÑетÑÑ Ñ‡ÐµÑ€ÐµÐ· ÐаÑтройки проекта. Ðажмите %{emphasisStart}ÐаÑтройки%{emphasisEnd}."
msgid "UserOnboardingTour|Alright, that's it for Commits. Let's take a look at the %{emphasisStart}Branches%{emphasisEnd}."
msgstr ""
@@ -17315,7 +20581,7 @@ msgid "UserOnboardingTour|Click to open the latest commit to see its details."
msgstr ""
msgid "UserOnboardingTour|Close 'Learn GitLab'"
-msgstr ""
+msgstr "Закрыть 'Узнать о GitLab'"
msgid "UserOnboardingTour|Commits are shown in chronological order and can be filtered by the commit message or by the branch."
msgstr ""
@@ -17324,7 +20590,7 @@ msgid "UserOnboardingTour|Create a project"
msgstr ""
msgid "UserOnboardingTour|Exit 'Learn GitLab'"
-msgstr ""
+msgstr "Выйти из 'Узнать о GitLab'"
msgid "UserOnboardingTour|Got it"
msgstr ""
@@ -17338,8 +20604,8 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
-msgstr "ЗдеÑÑŒ вы можете Ñоздать проект Ñ Ð½ÑƒÐ»Ñ, начать Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð° или импортировать репозиторий Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… платформ. Что бы вы ни выбрали, мы покажем вам веÑÑŒ процеÑÑ.%{lineBreak}%{lineBreak}Выберите ÑпоÑоб ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð° и нажмите %{emphasisStart}Создать проект%{emphasisEnd} чтобы перейти к Ñледующему шагу."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
msgstr ""
@@ -17350,13 +20616,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr "ЗдеÑÑŒ вы можете увидеть какие Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñодержит Ñтот коммит, в какой ветки и еÑÑ‚ÑŒ ли ÑвÑзанные Ñ Ð½Ð¸Ð¼ запроÑÑ‹ на ÑлиÑние. Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ñборки также будет отображатьÑÑ, еÑли уÑтановлены CI / CD. %{lineBreak}%{lineBreak} Ð’Ñ‹ также можете прокомментировать Ñтроки кода, которые были изменены, и начать обÑуждение Ñо Ñвоими коллегами!"
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17389,25 +20655,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr "ВзглÑните. Вот отличное меню Ð´Ð»Ñ Ð±Ñ‹Ñтрого ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð·Ð°Ð´Ð°Ñ‡, запроÑов на ÑлиÑние, Ñниппетов, проектов и групп. Ðажмите на него и выберите «Ðовый проект» в разделе «GitLab», чтобы начать."
-msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
msgstr ""
+msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
+msgstr "СпаÑибо за отзыв! %{thumbsUp}"
+
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17422,10 +20691,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17434,6 +20703,9 @@ msgstr "ÐктивноÑÑ‚ÑŒ"
msgid "UserProfile|Already reported for abuse"
msgstr "Уже Ñообщили о нарушении"
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr "Вклад в проекты"
@@ -17494,6 +20766,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr "Показать вÑе"
@@ -17521,12 +20796,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ email"
msgid "Users"
msgstr "Пользователи"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17534,7 +20815,7 @@ msgid "Users requesting access to"
msgstr ""
msgid "Users were successfully added."
-msgstr ""
+msgstr "Пользователи были уÑпешно добавлены."
msgid "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -17599,13 +20880,25 @@ msgstr ""
msgid "Verified"
msgstr "Проверено"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr "ВерÑиÑ"
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17615,7 +20908,7 @@ msgid "View deployment"
msgstr ""
msgid "View details: %{details_url}"
-msgstr ""
+msgstr "Подробнее: %{details_url}"
msgid "View documentation"
msgstr ""
@@ -17626,6 +20919,13 @@ msgstr ""
msgid "View epics list"
msgstr "Показать ÑпиÑок целей"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] "ПроÑмотреть опубликованный артефакт"
+msgstr[1] "ПроÑмотреть %d опубликованных артефакта"
+msgstr[2] "ПроÑмотреть %d опубликованных артефактов"
+msgstr[3] "ПроÑмотреть %d опубликованных артефактов"
+
msgid "View file @ "
msgstr "ПроÑмотр файла @ "
@@ -17635,7 +20935,7 @@ msgstr ""
msgid "View group labels"
msgstr "ПроÑмотр меток группы"
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17644,7 +20944,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17659,6 +20959,9 @@ msgstr ""
msgid "View open merge request"
msgstr "ПроÑмотреть открытый Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "ПроÑмотр меток проекта"
@@ -17668,6 +20971,9 @@ msgstr "ПроÑмотр заменённого файла @ "
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17705,28 +21011,25 @@ msgid "VisibilityLevel|Unknown"
msgstr "Ðе определен"
msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
-msgstr ""
+msgstr "%{stepStart}Шаг 1%{stepEnd}. Скопируйте Ñледующий Ñкрипт:"
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
-msgstr ""
+msgid "VisualReviewApp|Copy script"
+msgstr "Копировать Ñкрипт"
msgid "VisualReviewApp|Enable Visual Reviews"
-msgstr ""
+msgstr "Включить визуальное рецензирование"
msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application."
msgstr ""
@@ -17746,12 +21049,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17777,18 +21083,21 @@ msgid "Vulnerability|Links"
msgstr ""
msgid "Vulnerability|Namespace"
-msgstr ""
+msgstr "ПроÑтранÑтво имён"
msgid "Vulnerability|Project"
msgstr ""
msgid "Vulnerability|Report Type"
-msgstr ""
+msgstr "Тип отчета"
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17797,16 +21106,16 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "Хотите увидеть данные? ОбратитеÑÑŒ к админиÑтратору за доÑтупом."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
msgstr ""
msgid "We could not determine the path to remove the issue"
+msgstr "Мы не можем определить путь Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±ÑуждениÑ"
+
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
msgstr ""
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
@@ -17818,15 +21127,21 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ð¾ Ñтапу отÑутÑтвует."
-msgid "We heard back from your U2F device. You have been authenticated."
+msgid "We have found the following errors:"
msgstr ""
+msgid "We heard back from your U2F device. You have been authenticated."
+msgstr "Мы получили ответ от вашего уÑтройÑтва U2F. Ð’Ñ‹ прошли проверку подлинноÑти."
+
msgid "We sent you an email with reset password instructions"
msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "Мы хотим быть уверены, что Ñто вы, пожалуйÑта, подтвердите, что вы не робот."
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "Web IDE"
@@ -17857,6 +21172,15 @@ msgstr "ВеÑ"
msgid "Weight %{weight}"
msgstr "Ð’ÐµÑ %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr "Добро пожаловать! Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ была деактивирована из-за неактивноÑти, но ÑÐµÐ¹Ñ‡Ð°Ñ Ð²Ð¾ÑÑтановлена."
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17869,6 +21193,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Когда процеÑÑ Runner заблокирован, он не может быть назначен другим проектам"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17883,17 +21210,32 @@ msgstr[2] ""
msgstr[3] ""
msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
-msgstr ""
+msgstr "ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ <code>http://</code> или <code>https://</code> протокол, пожалуйÑта указывайте точный Ð°Ð´Ñ€ÐµÑ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ. ПереадреÑÐ°Ñ†Ð¸Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÑÑ‚ÑŒÑÑ Ð½Ðµ будет."
msgid "When:"
msgstr ""
-msgid "White helpers give contextual information."
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "White helpers give contextual information."
+msgstr "Белые подÑказки дают контекÑтную информацию."
+
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17907,7 +21249,7 @@ msgid "Wiki pages"
msgstr "Wiki Ñтраницы"
msgid "Wiki was successfully updated."
-msgstr ""
+msgstr "Wiki была уÑпешно обновлена."
msgid "WikiClone|Clone your wiki"
msgstr "Клонировать wiki"
@@ -17940,7 +21282,7 @@ msgid "WikiEmptyIssueMessage|issue tracker"
msgstr ""
msgid "WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on."
-msgstr ""
+msgstr "Ð’ Wiki вы можете хранить вÑÑŽ информацию о вашем проекте. Это может быть Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ том, почему вы Ñоздали проект, принцип работы, инÑÑ‚Ñ€ÑƒÐºÑ†Ð¸Ñ Ð¿Ð¾ иÑпользованию и так далее."
msgid "WikiEmpty|Create your first page"
msgstr "Создать вашу первую Ñтраницу"
@@ -18012,7 +21354,7 @@ msgid "Wiki|Create page"
msgstr "Создать Ñтраницу"
msgid "Wiki|Created date"
-msgstr ""
+msgstr "Дата ÑозданиÑ"
msgid "Wiki|Edit Page"
msgstr "Редактировать Ñтраницу"
@@ -18039,7 +21381,7 @@ msgid "Wiki|Title"
msgstr ""
msgid "Wiki|Wiki Pages"
-msgstr "Вики Страницы"
+msgstr "Страницы Wiki"
msgid "Will deploy to"
msgstr ""
@@ -18050,6 +21392,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr "Отменить Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ñтупа"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -18063,10 +21408,13 @@ msgid "Write a comment…"
msgstr ""
msgid "Write access allowed"
-msgstr ""
+msgstr "ДоÑтуп к запиÑи разрешен"
msgid "Write milestone description..."
-msgstr ""
+msgstr "Ðапишите опиÑание Ñтапа..."
+
+msgid "Write your release notes or drag your files here…"
+msgstr "Ðапишите Ñвои заметки к релизу или перетащите ваши файлы Ñюда…"
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18093,10 +21441,10 @@ msgid "You are an admin, which means granting access to <strong>%{client_name}</
msgstr ""
msgid "You are attempting to delete a file that has been previously updated."
-msgstr ""
+msgstr "Ð’Ñ‹ пытаетеÑÑŒ удалить файл, который был ранее обновлен."
msgid "You are attempting to update a file that has changed since you started editing it."
-msgstr ""
+msgstr "Ð’Ñ‹ пытаетеÑÑŒ обновить файл, который изменилÑÑ Ñ Ñ‚ÐµÑ… пор, как вы начали его редактировать."
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
@@ -18107,13 +21455,16 @@ msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить %{group_name}, при ÑтоÐ
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "Ð’Ñ‹ хотите удалить %{project_full_name}. Удаленный проект ÐЕ МОЖЕТ быть воÑÑтановлен! Ð’Ñ‹ ÐБСОЛЮТÐО уверены?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить ÑвÑзь Ð¾Ñ‚Ð²ÐµÑ‚Ð²Ð»ÐµÐ½Ð¸Ñ Ñ Ð¸Ñходным проектом %{forked_from_project}. Ð’Ñ‹ ÐБСОЛЮТÐО уверены?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ передать проект %{project_full_name} другому владельцу. Ð’Ñ‹ ÐБСОЛЮТÐО уверены?"
msgid "You are not allowed to unlink your primary login account"
+msgstr "Ð’Ñ‹ не можете отменить ÑвÑзь Ñ Ð²Ð°ÑˆÐµÐ¹ оÑновной учетной запиÑью"
+
+msgid "You are not authorized to perform this action"
msgstr ""
msgid "You are now impersonating %{username}"
@@ -18123,7 +21474,7 @@ msgid "You are on a read-only GitLab instance."
msgstr "Ð’Ñ‹ иÑпользуете GitLab в режиме только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ."
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
-msgstr ""
+msgstr "Ð’Ñ‹ получили Ñто Ñообщение, потому что вы ÑвлÑетеÑÑŒ админиÑтратором GitLab Ð´Ð»Ñ %{url}."
msgid "You can %{linkStart}view the blob%{linkEnd} instead."
msgstr ""
@@ -18132,10 +21483,10 @@ msgid "You can also create a project from the command line."
msgstr "Ð’Ñ‹ также можете Ñоздать проект из командной Ñтроки."
msgid "You can also press &#8984;-Enter"
-msgstr ""
+msgstr "Вы также можете нажать &#8984;-Enter"
msgid "You can also press Ctrl-Enter"
-msgstr ""
+msgstr "Вы также можете нажать Ctrl-Enter"
msgid "You can also star a label to make it a priority label."
msgstr ""
@@ -18146,9 +21497,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Ð’Ñ‹ также можете загрузить ÑущеÑтвующие файлы Ñ ÐºÐ¾Ð¼Ð¿ÑŒÑŽÑ‚ÐµÑ€Ð°, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿Ñ€Ð¸Ð²ÐµÐ´Ñ‘Ð½Ð½Ñ‹Ðµ ниже инÑтрукции."
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr "Ð’Ñ‹ можете Ñоздавать файлы непоÑредÑтвенно в GitLab, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¾Ð´Ð½Ñƒ из Ñледующих возможноÑтей."
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Ð’Ñ‹ можете легко внеÑти Ñвой вклад в них, попроÑив приÑоединить Ð²Ð°Ñ Ðº Ñтим группам."
@@ -18171,10 +21537,10 @@ msgid "You can move around the graph by using the arrow keys."
msgstr "Ð’Ñ‹ можете перемещатьÑÑ Ð¿Ð¾ диаграмме Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ клавиш Ñо Ñтрелками."
msgid "You can now submit a merge request to get this change into the original branch."
-msgstr ""
+msgstr "Теперь вы можете отправить Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние, чтобы внеÑти Ñто изменение в иÑходную ветку."
msgid "You can now submit a merge request to get this change into the original project."
-msgstr ""
+msgstr "Теперь вы можете отправить Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние, чтобы внеÑти Ñто изменение в иÑходный проект."
msgid "You can only add files when you are on a branch"
msgstr "Ð’Ñ‹ можете добавлÑÑ‚ÑŒ только файлы, когда находитеÑÑŒ в ветке"
@@ -18186,10 +21552,10 @@ msgid "You can only merge once the items above are resolved."
msgstr ""
msgid "You can only merge once this merge request is approved."
-msgstr ""
+msgstr "Ð’Ñ‹ можете выполнить ÑлиÑние только поÑле того, как Ñтот Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние будет утвержден."
msgid "You can only transfer the project to namespaces you manage."
-msgstr ""
+msgstr "Ð’Ñ‹ можете перенеÑти проект только в те проÑтранÑтва имен, которыми управлÑете."
msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}"
msgstr ""
@@ -18197,15 +21563,24 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
-msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
+msgid "You can set up as many Runners as you need to run your jobs."
msgstr ""
+msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
+msgstr "Ð’Ñ‹ можете наÑтроить Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ¾Ð² заданий Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð½Ñ‹Ð¼Ð¸ метками. Разделите метки запÑтыми."
+
msgid "You can specify notification level per group or per project."
msgstr "Вы можете указать уровень уведомлений в каждой группе или в проекте."
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18263,6 +21638,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ñтого дейÑтвиÑ."
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18305,6 +21683,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18320,6 +21701,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18378,17 +21765,26 @@ msgid "You won't be able to pull or push project code via %{protocol} until you
msgstr "Ð’Ñ‹ не Ñможете получать и отправлÑÑ‚ÑŒ код в данный проект через %{protocol} пока не %{set_password_link} в вашей учетной запиÑи"
msgid "You won't be able to pull or push project code via SSH until you %{add_ssh_key_link} to your profile"
-msgstr "Чтобы получать и отправлÑÑ‚ÑŒ код проекта через SSH вам нужно %{add_ssh_key_link} в ваш профиль"
+msgstr "Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы получать и отправлÑÑ‚ÑŒ код проекта через SSH, вам нужно %{add_ssh_key_link} в ваш профиль"
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Ð’Ñ‹ не Ñможете работать Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð¾Ð¼ через SSH, пока не добавите в Ñвой профиль SSH ключ"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "Ð”Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾Ð³Ð¾ ÑÑ€Ð°Ð²Ð½ÐµÐ½Ð¸Ñ Ð²Ð°Ð¼ нужно иÑпользовать разные имена веток."
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18401,15 +21797,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "Ð’Ñ‹ получили Ñто Ñлектронное пиÑьмо из Ñвоей учетной запиÑи %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr "Ð’Ñ‹ уже включили двухфакторную аутентификацию Ñ Ð¸Ñпользованием аутентификаторов Ñ Ð¾Ð´Ð½Ð¾Ñ€Ð°Ð·Ð¾Ð²Ñ‹Ð¼ паролем. Чтобы зарегиÑтрировать другое уÑтройÑтво, Ñначала необходимо отключить двухфакторную аутентификацию."
@@ -18419,21 +21821,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr "Ваши GPG ключи (%{count})"
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "Ваши Группы"
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18459,9 +21867,12 @@ msgid "Your U2F device needs to be set up. Plug it in (if not already) and click
msgstr ""
msgid "Your U2F device was registered!"
-msgstr ""
+msgstr "Ваше уÑтройÑтво U2F зарегиÑтрировано!"
msgid "Your access request to the %{source_type} has been withdrawn."
+msgstr "Ваш Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ñтупа к %{source_type} был отозван."
+
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
@@ -18474,7 +21885,7 @@ msgid "Your authorized applications"
msgstr ""
msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
-msgstr ""
+msgstr "Ваш браузер не поддерживает U2F. ПожалуйÑта, иÑпользуйте Google Chrome Desktop (верÑÐ¸Ñ 41 или новее)."
msgid "Your changes can be committed to %{branch_name} because a merge request is open."
msgstr ""
@@ -18486,12 +21897,18 @@ msgid "Your changes have been saved"
msgstr ""
msgid "Your changes have been successfully committed."
+msgstr "Ваши Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±Ñ‹Ð»Ð¸ уÑпешно зафикÑированы."
+
+msgid "Your comment could not be submitted because %{error}"
msgstr ""
msgid "Your comment could not be submitted! Please check your network connection and try again."
-msgstr ""
+msgstr "Ваш комментарий не может быть отправлен! ПожалуйÑта, проверьте подключение к Ñети и повторите попытку."
msgid "Your comment could not be updated! Please check your network connection and try again."
+msgstr "Ваш комментарий не может быть обновлен! ПожалуйÑта, проверьте подключение к Ñети и повторите попытку."
+
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
msgstr ""
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
@@ -18516,25 +21933,25 @@ msgid "Your name"
msgstr "Ваше имÑ"
msgid "Your new SCIM token"
-msgstr ""
+msgstr "Ваш новый токен SCIM"
msgid "Your new personal access token has been created."
-msgstr ""
+msgstr "Ваш новый перÑональный токен доÑтупа был Ñоздан."
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
-msgstr ""
+msgstr "Ваш токен ÑброÑа Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¸Ñтек."
msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
-msgstr ""
+msgstr "Ваш лимит проектов - %{limit} проектов! ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ админиÑтратором, чтобы увеличить его"
msgid "Your projects"
msgstr "Ваши проекты"
msgid "Your request for access has been queued for review."
-msgstr ""
+msgstr "Ваш Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° доÑтуп был поÑтавлен в очередь на проверку."
msgid "Zoom meeting added"
msgstr ""
@@ -18545,9 +21962,19 @@ msgstr ""
msgid "a deleted user"
msgstr ""
-msgid "added %{created_at_timeago}"
+msgid "a design"
msgstr ""
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "added %{created_at_timeago}"
+msgstr "добавлено %{created_at_timeago}"
+
msgid "added a Zoom call to this issue"
msgstr ""
@@ -18558,6 +21985,9 @@ msgid "allowed to fail"
msgstr ""
msgid "already being used for another group or project milestone."
+msgstr "уже иÑпользуетÑÑ Ð´Ð»Ñ Ð´Ñ€ÑƒÐ³Ð¾Ð¹ группы или Ñтапа проекта."
+
+msgid "already has a \"created\" issue link"
msgstr ""
msgid "already shared with this group"
@@ -18566,6 +21996,15 @@ msgstr ""
msgid "among other things"
msgstr "читать документацию"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18573,6 +22012,9 @@ msgid "attach a new file"
msgstr ""
msgid "authored"
+msgstr "авторÑтво"
+
+msgid "blocks"
msgstr ""
msgid "branch name"
@@ -18582,22 +22024,19 @@ msgid "by"
msgstr ""
msgid "cannot be changed if a personal project has container registry tags."
-msgstr ""
+msgstr "невозможно изменить, еÑли в личном проекте еÑÑ‚ÑŒ метки рееÑтра контейнеров."
msgid "cannot be enabled unless all domains have TLS certificates"
-msgstr ""
-
-msgid "cannot be in the same project"
-msgstr ""
+msgstr "невозможно включить, еÑли вÑе домены не имеют Ñертификата TLS"
msgid "cannot be modified"
-msgstr ""
+msgstr "не может быть изменено"
msgid "cannot block others"
-msgstr ""
+msgstr "невозможно заблокировать других"
msgid "cannot include leading slash or directory traversal."
-msgstr ""
+msgstr "не может Ñодержать Ñимвол \"/\" или обратный путь в каталогах."
msgid "cannot itself be blocked"
msgstr ""
@@ -18617,6 +22056,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18682,16 +22124,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18699,7 +22131,7 @@ msgid "ciReport|%{reportType}: Loading resulted in an error"
msgstr ""
msgid "ciReport|%{vulnerability} in %{featurename}"
-msgstr ""
+msgstr "%{vulnerability} в %{featurename}"
msgid "ciReport|(errors when loading results)"
msgstr ""
@@ -18714,10 +22146,10 @@ msgid "ciReport|All confidence levels"
msgstr ""
msgid "ciReport|All projects"
-msgstr ""
+msgstr "Ð’Ñе проекты"
msgid "ciReport|All report types"
-msgstr ""
+msgstr "Ð’Ñе типы отчетов"
msgid "ciReport|All severities"
msgstr ""
@@ -18725,6 +22157,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18735,7 +22170,7 @@ msgid "ciReport|Confidence"
msgstr ""
msgid "ciReport|Container Scanning"
-msgstr ""
+msgstr "Сканирование контейнеров"
msgid "ciReport|Container scanning"
msgstr ""
@@ -18747,13 +22182,13 @@ msgid "ciReport|Create a merge request to implement this solution, or download a
msgstr ""
msgid "ciReport|Create issue"
-msgstr ""
+msgstr "Создать обÑуждение"
msgid "ciReport|DAST"
msgstr ""
msgid "ciReport|Dependency Scanning"
-msgstr ""
+msgstr "Сканирование завиÑимоÑтей"
msgid "ciReport|Dependency Scanning detects known vulnerabilities in your source code's dependencies."
msgstr ""
@@ -18765,10 +22200,10 @@ msgid "ciReport|Description"
msgstr "ОпиÑание"
msgid "ciReport|Download patch to resolve"
-msgstr ""
+msgstr "Скачать патч Ð´Ð»Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ"
msgid "ciReport|Download the patch to apply it manually"
-msgstr ""
+msgstr "Скачайте патч, чтобы применить его вручную"
msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application."
msgstr ""
@@ -18851,18 +22286,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18898,7 +22321,7 @@ msgid "confidence|Confirmed"
msgstr ""
msgid "confidence|Experimental"
-msgstr ""
+msgstr "ЭкÑпериментальный"
msgid "confidence|High"
msgstr ""
@@ -18927,6 +22350,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18946,21 +22372,30 @@ msgstr[1] "днÑ"
msgstr[2] "дней"
msgstr[3] "дней"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
msgid "deploy"
-msgstr ""
+msgstr "развернуть"
msgid "design"
msgstr "дизайн"
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr "отключено"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18975,7 +22410,7 @@ msgid "e.g. %{token}"
msgstr ""
msgid "element is not a hierarchy"
-msgstr ""
+msgstr "Ñлемент не ÑвлÑетÑÑ Ð¸ÐµÑ€Ð°Ñ€Ñ…Ð¸ÐµÐ¹"
msgid "email '%{email}' does not match the allowed domain of '%{email_domain}'"
msgstr ""
@@ -19005,38 +22440,50 @@ msgid "estimateCommand|%{slash_command} will update the estimated time with the
msgstr ""
msgid "expired on %{milestone_due_date}"
-msgstr ""
+msgstr "иÑтек %{milestone_due_date}"
msgid "expires on %{milestone_due_date}"
msgstr "иÑтекает %{milestone_due_date}"
msgid "failed"
+msgstr "не удалоÑÑŒ"
+
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
-msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
+msgid "finding is not found or is already attached to a vulnerability"
msgstr ""
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
+msgstr "Ð´Ð»Ñ %{link_to_merge_request} из %{link_to_merge_request_source_branch}"
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch} into %{link_to_merge_request_target_branch}"
-msgstr ""
+msgstr "Ð´Ð»Ñ %{link_to_merge_request} из %{link_to_merge_request_source_branch} в %{link_to_merge_request_target_branch}"
msgid "for %{link_to_pipeline_ref}"
-msgstr ""
+msgstr "Ð´Ð»Ñ %{link_to_pipeline_ref}"
msgid "for %{ref}"
-msgstr ""
+msgstr "Ð´Ð»Ñ %{ref}"
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
-msgid "has already been taken"
+msgid "has already been linked to another vulnerability"
msgstr ""
+msgid "has already been taken"
+msgstr "уже был принÑÑ‚"
+
msgid "help"
msgstr "помощь"
@@ -19056,13 +22503,13 @@ msgid "importing"
msgstr ""
msgid "in group %{link_to_group}"
-msgstr ""
+msgstr "в группе %{link_to_group}"
msgid "in project %{link_to_project}"
-msgstr ""
+msgstr "в проекте %{link_to_project}"
msgid "index"
-msgstr ""
+msgstr "индекÑ"
msgid "instance completed"
msgid_plural "instances completed"
@@ -19072,13 +22519,16 @@ msgstr[2] "завершенных ÑкземплÑров"
msgstr[3] "завершенные ÑкземплÑры"
msgid "invalid milestone state `%{state}`"
-msgstr ""
+msgstr "неверное ÑоÑтоÑние Ñтапа `%{state}`"
msgid "is an invalid IP address range"
+msgstr "диапазон недопуÑтимых IP адреÑов"
+
+msgid "is blocked by"
msgstr ""
msgid "is enabled."
-msgstr ""
+msgstr "включен."
msgid "is invalid because there is downstream lock"
msgstr ""
@@ -19093,8 +22543,14 @@ msgid "is not a valid X509 certificate."
msgstr ""
msgid "is not an email you own"
+msgstr "не Ñ Ñлектронной почты, которой вы владеете"
+
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
msgstr ""
+msgid "is too long (maximum is 100 entries)"
+msgstr "Ñлишком длинный (макÑимум 100 запиÑей)"
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19105,16 +22561,16 @@ msgid "it is stored externally"
msgstr "хранитÑÑ Ð½Ð° внешнем Ñервере"
msgid "it is stored in LFS"
-msgstr ""
+msgstr "хранитÑÑ Ð² LFS"
msgid "it is too large"
-msgstr ""
+msgstr "Ñлишком большой"
msgid "jigsaw is not defined"
msgstr ""
msgid "latest"
-msgstr ""
+msgstr "поÑледние"
msgid "latest deployment"
msgstr ""
@@ -19125,6 +22581,15 @@ msgstr "поÑледнÑÑ Ð²ÐµÑ€ÑиÑ"
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19132,7 +22597,7 @@ msgid "log in"
msgstr ""
msgid "manual"
-msgstr ""
+msgstr "ручной"
msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead."
msgstr ""
@@ -19140,9 +22605,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
@@ -19151,9 +22613,12 @@ msgstr[2] "запроÑов на ÑлиÑние"
msgstr[3] "запроÑов на ÑлиÑние"
msgid "milestone should belong either to a project or a group."
-msgstr ""
+msgstr "Ñтап должен принадлежать либо проекту, либо группе."
msgid "missing"
+msgstr "отÑутÑтвует"
+
+msgid "most recent deployment"
msgstr ""
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
@@ -19163,7 +22628,7 @@ msgid "mrWidgetCommitsAdded|%{commitCount} will be added to %{targetBranch}."
msgstr "%{commitCount} будет(ут) добавлен(ы) в %{targetBranch}."
msgid "mrWidgetCommitsAdded|1 merge commit"
-msgstr ""
+msgstr "1 коммит cлиÑниÑ"
msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch."
msgstr ""
@@ -19178,7 +22643,7 @@ msgid "mrWidget| Please restore it or use a different %{missingBranchName} branc
msgstr ""
msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
-msgstr ""
+msgstr "%{link_start}подробнее о разрешении конфликтов%{link_end}"
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
msgstr ""
@@ -19189,17 +22654,14 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
-msgstr ""
+msgstr "Добавлено в цепочку ÑлиÑниÑ"
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
msgid "mrWidget|An error occurred while removing your approval."
-msgstr ""
+msgstr "произошла ошибка при удалении вашего подтверждениÑ."
msgid "mrWidget|An error occurred while retrieving approval data for this merge request."
msgstr ""
@@ -19208,7 +22670,7 @@ msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
msgid "mrWidget|Approval password is invalid."
-msgstr ""
+msgstr "Пароль Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð½ÐµÐ´ÐµÐ¹Ñтвителен."
msgid "mrWidget|Approve"
msgstr "Одобрить"
@@ -19225,7 +22687,7 @@ msgstr "Отменить автоматичеÑкое ÑлиÑние"
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19273,6 +22735,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19286,13 +22751,13 @@ msgid "mrWidget|Merge failed."
msgstr ""
msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
-msgstr ""
+msgstr "СлиÑние не удалоÑÑŒ: %{mergeError}. ПожалуйÑта, попробуйте еще раз."
msgid "mrWidget|Merge locally"
msgstr ""
msgid "mrWidget|Merge request approved."
-msgstr ""
+msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние одобрен."
msgid "mrWidget|Merged by"
msgstr ""
@@ -19301,7 +22766,7 @@ msgid "mrWidget|More information"
msgstr "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ"
msgid "mrWidget|No approval required"
-msgstr ""
+msgstr "Утверждение не требуетÑÑ"
msgid "mrWidget|No approval required; you can still approve"
msgstr ""
@@ -19418,7 +22883,7 @@ msgid "mrWidget|You are not allowed to edit this project directly. Please fork t
msgstr ""
msgid "mrWidget|You can delete the source branch now"
-msgstr ""
+msgstr "Ð’Ñ‹ можете удалить иÑходную ветку прÑмо ÑейчаÑ"
msgid "mrWidget|You can merge this merge request manually using the"
msgstr ""
@@ -19436,7 +22901,7 @@ msgid "mrWidget|into"
msgstr ""
msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
-msgstr ""
+msgstr "будет добавлен в цепочку ÑлиÑÐ½Ð¸Ñ Ð¿Ñ€Ð¸ уÑпешном выполнении Ñборочной линии"
msgid "mrWidget|to be merged automatically when the pipeline succeeds"
msgstr ""
@@ -19453,6 +22918,9 @@ msgstr "н/д"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "новый Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
@@ -19478,9 +22946,15 @@ msgid "nounSeries|%{item}, %{nextItem}"
msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
+msgstr "%{item}, и %{lastItem}"
+
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19503,15 +22977,21 @@ msgstr "пароль"
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "бал"
+msgstr[1] "бала"
+msgstr[2] "балов"
+msgstr[3] "балов"
msgid "private"
msgstr ""
@@ -19538,6 +23018,9 @@ msgstr "быÑтрые дейÑтвиÑ"
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19569,6 +23052,9 @@ msgstr[3] ""
msgid "reset it."
msgstr "ÑброÑить."
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr "Ñчёт"
@@ -19579,29 +23065,38 @@ msgid "severity|Critical"
msgstr "КритичеÑкий"
msgid "severity|High"
-msgstr ""
+msgstr "Ð’Ñ‹Ñокий"
msgid "severity|Info"
msgstr "ИнформациÑ"
msgid "severity|Low"
-msgstr ""
+msgstr "Ðизкий"
msgid "severity|Medium"
+msgstr "Средний"
+
+msgid "severity|None"
msgstr ""
msgid "severity|Undefined"
-msgstr ""
+msgstr "неопределенный"
msgid "severity|Unknown"
-msgstr ""
+msgstr "ÐеизвеÑтнаÑ"
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
-msgid "show less"
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
msgstr ""
+msgid "show less"
+msgstr "Ñвернуть"
+
msgid "sign in"
msgstr ""
@@ -19615,7 +23110,7 @@ msgid "source diff"
msgstr ""
msgid "specified top is not part of the tree"
-msgstr ""
+msgstr "ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ð°Ñ Ð²ÐµÑ€ÑˆÐ¸Ð½Ð° не ÑвлÑетÑÑ Ñ‡Ð°Ñтью дерева"
msgid "spendCommand|%{slash_command} will update the sum of the time spent."
msgstr ""
@@ -19623,17 +23118,20 @@ msgstr ""
msgid "started"
msgstr "запущено"
-msgid "started on %{milestone_start_date}"
+msgid "started a discussion on %{design_link}"
msgstr ""
+msgid "started on %{milestone_start_date}"
+msgstr "началоÑÑŒ Ñ %{milestone_start_date}"
+
msgid "starts on %{milestone_start_date}"
-msgstr ""
+msgstr "начинаетÑÑ Ñ %{milestone_start_date}"
msgid "stuck"
msgstr ""
msgid "success"
-msgstr ""
+msgstr "уÑпешно"
msgid "syntax is correct"
msgstr ""
@@ -19641,6 +23139,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "Ñтот документ"
@@ -19664,7 +23168,7 @@ msgid "toggle dropdown"
msgstr ""
msgid "triggered"
-msgstr ""
+msgstr "запущено"
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -19697,10 +23201,10 @@ msgid "via merge request %{link}"
msgstr ""
msgid "view it on GitLab"
-msgstr ""
+msgstr "проÑмотреть Ñто на GitLab"
msgid "view the blob"
-msgstr ""
+msgstr "проÑмотреть бинарные данные"
msgid "vulnerability|Add a comment or reason for dismissal"
msgstr ""
@@ -19709,7 +23213,7 @@ msgid "vulnerability|Add comment"
msgstr "Добавить комментарий"
msgid "vulnerability|Add comment & dismiss"
-msgstr ""
+msgstr "Добавить комментарий и отклонить"
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
@@ -19726,12 +23230,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/sk_SK/gitlab.po b/locale/sk_SK/gitlab.po
index 509f0ff35db..4f2eab215dd 100644
--- a/locale/sk_SK/gitlab.po
+++ b/locale/sk_SK/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Slovak\n"
"Language: sk_SK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: sk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:14\n"
+"PO-Revision-Date: 2020-01-22 09:26\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -56,15 +55,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -110,8 +112,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -187,6 +189,20 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -201,6 +217,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -224,6 +247,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -246,6 +272,13 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -266,6 +299,15 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -290,7 +332,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -305,6 +347,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -320,6 +368,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -350,9 +401,28 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -374,6 +444,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -394,6 +476,13 @@ msgstr[3] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -404,6 +493,18 @@ msgstr[3] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -420,6 +521,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -496,12 +606,26 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "- show less"
msgstr ""
@@ -544,7 +668,11 @@ msgstr[2] ""
msgstr[3] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -553,6 +681,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
@@ -560,6 +695,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -607,9 +749,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -622,12 +773,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -643,9 +800,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -667,16 +830,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -706,18 +863,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -727,6 +905,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -736,7 +917,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -751,6 +932,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -799,6 +992,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -871,6 +1067,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -880,6 +1079,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -923,6 +1125,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -971,13 +1176,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -1019,15 +1224,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -1040,9 +1248,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1055,6 +1260,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1064,7 +1272,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1109,6 +1317,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1118,13 +1329,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1142,6 +1356,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1232,15 +1452,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1256,15 +1500,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1277,18 +1542,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1323,6 +1615,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1335,9 +1633,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1347,15 +1642,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1371,9 +1678,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1386,6 +1690,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1401,10 +1708,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1416,6 +1720,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1425,6 +1732,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1470,12 +1789,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1494,6 +1822,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1527,12 +1858,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1545,6 +1882,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1554,6 +1894,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1569,100 +1912,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1689,7 +2035,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1710,15 +2062,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1728,10 +2089,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1761,12 +2122,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1779,6 +2152,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1810,9 +2186,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1843,6 +2216,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1855,16 +2231,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1897,6 +2276,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1906,6 +2288,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1954,9 +2339,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1996,6 +2390,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2057,6 +2454,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2079,6 +2479,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2091,6 +2503,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2151,12 +2566,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2268,6 +2692,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2337,6 +2764,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2358,22 +2788,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2400,16 +2830,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2418,13 +2845,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2433,10 +2857,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2502,6 +2926,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2652,22 +3079,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2730,9 +3157,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2754,9 +3178,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2781,9 +3202,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2799,6 +3226,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2811,6 +3241,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2850,9 +3283,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2862,6 +3292,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2925,13 +3358,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2952,7 +3394,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2994,6 +3436,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -3003,15 +3448,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3099,6 +3628,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3129,6 +3661,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3201,6 +3736,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3210,6 +3748,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3318,15 +3859,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3342,6 +3886,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3381,6 +3928,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3408,7 +3958,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3426,7 +3979,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3435,12 +3994,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3453,13 +4021,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3468,27 +4036,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3498,9 +4129,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3528,6 +4165,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3555,6 +4195,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3573,6 +4216,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3594,6 +4240,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3615,13 +4264,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3630,13 +4279,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3654,24 +4312,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3681,6 +4372,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3714,10 +4414,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3729,9 +4432,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3741,30 +4456,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3777,7 +4537,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3789,16 +4549,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3813,6 +4579,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3831,6 +4603,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3849,6 +4624,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3861,6 +4642,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3870,12 +4654,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3885,6 +4678,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3894,9 +4690,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3909,10 +4702,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3921,6 +4735,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3933,6 +4753,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -4012,6 +4850,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -4042,6 +4883,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4063,6 +4907,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4081,6 +4928,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4099,6 +4949,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4120,6 +4973,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4135,7 +4991,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4171,15 +5033,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4195,71 +5066,137 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4295,25 +5232,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4325,9 +5286,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4337,16 +5295,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4358,52 +5328,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4424,27 +5397,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4460,9 +5454,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4478,12 +5478,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4523,6 +5532,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4583,9 +5595,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4625,18 +5646,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4646,13 +5676,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4670,12 +5709,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4709,6 +5754,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4730,6 +5778,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4739,15 +5790,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4760,6 +5838,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4772,9 +5853,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4784,29 +5862,76 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4843,6 +5968,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4861,6 +5989,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4879,6 +6010,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4891,6 +6025,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4963,6 +6100,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -5002,6 +6151,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -5011,6 +6163,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5076,6 +6231,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5184,10 +6342,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5250,21 +6408,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5283,6 +6462,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5292,19 +6480,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5316,12 +6522,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5346,19 +6555,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5373,15 +6591,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5442,15 +6660,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5472,12 +6696,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5490,6 +6723,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5505,6 +6741,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5520,6 +6762,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5553,9 +6798,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5574,6 +6828,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5586,9 +6846,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5598,6 +6867,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5628,6 +6900,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5640,6 +6915,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5664,6 +6942,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5742,6 +7023,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5790,6 +7077,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5841,6 +7131,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5865,6 +7158,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5883,9 +7179,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5898,6 +7191,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5907,6 +7209,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5922,12 +7227,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5946,6 +7260,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5964,19 +7284,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -6018,9 +7347,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -6036,10 +7371,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -6054,6 +7389,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6069,9 +7410,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6141,10 +7479,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6153,7 +7491,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6189,6 +7527,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6228,6 +7569,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6243,6 +7590,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6276,9 +7626,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6294,7 +7641,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6312,12 +7659,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6336,12 +7689,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6372,18 +7740,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6405,9 +7782,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6459,6 +7842,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6528,13 +7914,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6555,6 +7947,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6564,6 +7959,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6573,6 +7971,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6615,9 +8016,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6642,6 +8040,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6669,6 +8070,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6693,15 +8097,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6723,9 +8121,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6750,12 +8145,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6801,15 +8202,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6850,6 +8245,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6859,12 +8260,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6898,9 +8305,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6931,9 +8347,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6949,12 +8362,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6988,6 +8410,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -7009,6 +8434,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -7030,10 +8458,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -7048,6 +8479,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7063,6 +8497,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7072,6 +8509,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7093,9 +8533,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7138,9 +8575,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7153,15 +8602,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7183,6 +8641,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7204,24 +8668,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7231,13 +8686,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7546,6 +9001,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7579,13 +9037,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7594,6 +9052,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7603,6 +9064,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7624,12 +9088,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7654,6 +9208,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7780,13 +9337,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7798,6 +9358,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7825,12 +9406,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7852,21 +9439,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7909,6 +9517,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7930,6 +9541,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7939,9 +9553,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7969,21 +9598,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7996,6 +9646,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -8005,6 +9661,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -8017,6 +9679,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -8032,9 +9697,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -8047,6 +9727,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8113,9 +9796,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8161,6 +9850,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8195,6 +9893,12 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8216,9 +9920,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8231,12 +9932,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8252,7 +9959,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8315,6 +10022,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8330,7 +10040,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8351,12 +10061,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8501,9 +10229,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8552,6 +10286,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8582,7 +10319,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8601,9 +10338,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8643,7 +10377,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8658,6 +10395,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8673,6 +10413,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8685,6 +10428,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8706,6 +10452,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8721,15 +10476,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8742,6 +10506,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8790,6 +10557,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8823,7 +10593,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8910,7 +10680,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8997,6 +10773,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -9009,6 +10788,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -9018,7 +10800,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -9036,6 +10818,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9127,9 +10912,18 @@ msgstr[3] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9154,12 +10948,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9175,6 +10978,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9193,6 +10999,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9208,6 +11017,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9232,9 +11047,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9244,6 +11056,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9268,6 +11086,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9317,6 +11138,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
@@ -9324,6 +11152,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9372,6 +11207,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9385,21 +11271,33 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9424,12 +11322,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9493,6 +11397,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9532,6 +11448,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9691,6 +11610,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9709,6 +11631,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9721,9 +11652,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9745,6 +11682,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9763,6 +11706,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9775,6 +11721,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9787,6 +11736,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9880,13 +11832,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9910,6 +11859,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9952,9 +11904,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9964,6 +11922,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9976,19 +11943,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -10000,9 +11967,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -10015,10 +11991,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -10030,9 +12006,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -10051,6 +12033,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -10058,7 +12043,11 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10108,6 +12097,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10120,6 +12112,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10186,12 +12181,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10249,6 +12250,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10264,6 +12268,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10273,6 +12280,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10303,9 +12313,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10343,6 +12359,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10373,6 +12392,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10439,6 +12461,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10448,6 +12473,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10493,15 +12521,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10511,6 +12542,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10520,13 +12554,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10544,9 +12575,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10562,16 +12590,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10598,6 +12626,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10619,6 +12662,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10670,9 +12716,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10733,6 +12776,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10784,6 +12830,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10793,9 +12842,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10823,6 +12884,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10835,6 +12899,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10845,6 +12912,9 @@ msgstr[3] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10854,12 +12924,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10881,9 +12957,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10929,6 +13002,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10977,6 +13053,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10989,6 +13068,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -11001,9 +13083,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -11022,24 +13101,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -11055,9 +13221,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11088,15 +13251,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11112,6 +13296,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11133,6 +13320,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11160,6 +13350,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11229,6 +13425,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11307,7 +13506,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11331,6 +13530,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11364,9 +13566,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11496,7 +13704,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11547,9 +13755,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11571,6 +13788,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11586,6 +13806,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11604,6 +13830,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11613,9 +13842,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11625,7 +13860,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11658,9 +13899,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11670,6 +13908,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11733,15 +13977,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11940,6 +14217,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12081,6 +14361,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12090,12 +14373,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12105,7 +14397,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12126,6 +14418,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12150,6 +14445,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12231,6 +14541,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12264,27 +14580,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12297,9 +14643,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12318,21 +14682,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12345,15 +14757,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12399,6 +14823,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12414,6 +14844,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12423,6 +14856,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12495,7 +14943,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12609,10 +15057,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12633,6 +15081,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12642,12 +15093,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12663,12 +15126,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12828,12 +15336,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12843,6 +15357,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12867,6 +15387,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12885,12 +15408,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12919,6 +15451,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12934,10 +15469,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12967,10 +15502,38 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -13039,15 +15602,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13129,6 +15701,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13174,6 +15752,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13189,9 +15770,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13276,7 +15863,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13294,9 +15881,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13309,18 +15905,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13368,6 +15958,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13425,6 +16018,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13437,6 +16036,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13471,9 +16076,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13498,9 +16115,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13546,6 +16169,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13582,6 +16208,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13591,16 +16220,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13627,12 +16262,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13699,6 +16340,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13723,6 +16367,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13738,6 +16385,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13756,6 +16406,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13789,10 +16442,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13890,6 +16549,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13923,6 +16585,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13959,39 +16624,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -14010,6 +16741,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -14037,6 +16771,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -14046,6 +16783,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14088,6 +16828,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14097,12 +16840,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14121,6 +16906,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14175,7 +16963,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14217,6 +17005,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14229,7 +17026,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14319,6 +17116,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14376,6 +17176,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14409,6 +17212,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14436,6 +17242,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14452,6 +17264,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14461,6 +17279,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14494,9 +17315,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14551,9 +17369,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14563,9 +17378,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14626,6 +17450,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14659,15 +17486,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14683,27 +17510,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14713,9 +17561,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14848,6 +17702,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14875,6 +17732,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14893,6 +17756,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14917,6 +17825,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14926,7 +17837,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14977,7 +17891,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -15025,6 +17939,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -15049,6 +17969,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15085,12 +18008,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15112,6 +18041,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15127,6 +18059,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15154,6 +18092,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15223,18 +18170,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15250,7 +18212,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15322,6 +18284,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15340,7 +18308,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15382,6 +18350,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15442,7 +18413,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15478,18 +18449,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15508,7 +18494,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15544,6 +18530,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15556,6 +18575,9 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -15563,9 +18585,6 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15581,6 +18600,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15590,6 +18615,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15599,12 +18627,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15629,12 +18672,22 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15650,6 +18703,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15695,7 +18751,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15707,12 +18766,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15758,6 +18820,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15794,10 +18859,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15806,6 +18871,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15830,6 +18898,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15893,6 +18964,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15902,6 +18976,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15911,6 +18988,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15920,7 +19003,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15932,6 +19030,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15947,6 +19048,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15962,12 +19066,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -16028,9 +19144,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -16055,10 +19168,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16112,6 +19231,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16130,21 +19252,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16160,7 +19297,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16187,6 +19324,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16199,6 +19339,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16211,6 +19357,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16223,10 +19378,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16250,12 +19405,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16448,9 +19657,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16483,6 +19689,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16558,7 +19767,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16675,6 +19884,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16684,18 +19899,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16717,9 +19938,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16747,6 +19974,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16756,6 +19986,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16783,7 +20016,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16840,6 +20073,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16852,24 +20088,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16894,7 +20145,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16915,6 +20166,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16966,9 +20220,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -17002,6 +20253,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -17062,6 +20316,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -17086,9 +20343,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17113,9 +20367,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17134,6 +20385,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17215,6 +20469,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17236,6 +20496,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17272,6 +20535,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17338,7 +20604,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17350,13 +20616,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17389,25 +20655,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17422,10 +20691,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17434,6 +20703,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17494,6 +20766,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17521,12 +20796,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17599,13 +20880,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17626,6 +20919,13 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "View file @ "
msgstr ""
@@ -17635,7 +20935,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17644,7 +20944,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17659,6 +20959,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17668,6 +20971,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17710,19 +21016,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17746,12 +21049,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17788,19 +21094,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17809,6 +21115,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17818,6 +21127,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17827,6 +21139,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17857,6 +21172,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17869,6 +21193,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17888,12 +21215,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -18050,6 +21392,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -18068,6 +21413,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18107,7 +21455,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18116,6 +21464,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18146,9 +21497,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18197,6 +21563,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18206,6 +21575,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18263,6 +21638,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18305,6 +21683,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18320,6 +21701,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18383,12 +21770,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18401,15 +21797,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18419,21 +21821,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18464,6 +21872,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18488,12 +21899,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18521,7 +21938,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18545,6 +21962,16 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18560,12 +21987,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18575,6 +22014,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18587,9 +22029,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18617,6 +22056,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18682,16 +22124,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18725,6 +22157,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18851,18 +22286,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18927,6 +22350,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18946,6 +22372,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18955,12 +22384,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -19013,6 +22448,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -19028,12 +22469,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -19077,6 +22524,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -19095,6 +22545,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19125,6 +22581,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19140,9 +22605,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19156,6 +22618,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19189,9 +22654,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19225,7 +22687,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19273,6 +22735,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19453,6 +22918,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19480,7 +22948,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19503,9 +22977,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19538,6 +23018,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19569,6 +23052,9 @@ msgstr[3] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19590,6 +23076,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19599,6 +23088,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19623,6 +23118,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19641,6 +23139,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19726,12 +23230,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/sq_AL/gitlab.po b/locale/sq_AL/gitlab.po
index 12a14a9922c..a1947bd3429 100644
--- a/locale/sq_AL/gitlab.po
+++ b/locale/sq_AL/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Albanian\n"
"Language: sq_AL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: sq\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:07\n"
+"PO-Revision-Date: 2020-01-22 09:23\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/sr_CS/gitlab.po b/locale/sr_CS/gitlab.po
index 6831693521c..a632fb4133b 100644
--- a/locale/sr_CS/gitlab.po
+++ b/locale/sr_CS/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Serbian (Latin)\n"
"Language: sr_CS\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: sr-CS\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:13\n"
+"PO-Revision-Date: 2020-01-22 09:26\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -54,15 +53,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -102,8 +104,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -168,6 +170,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -180,6 +194,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -201,6 +221,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -222,6 +245,12 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -240,6 +269,15 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -264,7 +302,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -279,6 +317,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -294,6 +338,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -324,9 +371,27 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -348,6 +413,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -366,6 +443,12 @@ msgstr[2] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -375,6 +458,18 @@ msgstr[2] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -390,6 +485,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -465,12 +569,24 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- show less"
msgstr ""
@@ -508,7 +624,10 @@ msgstr[1] ""
msgstr[2] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -516,12 +635,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -564,9 +695,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -579,12 +719,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -600,9 +746,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -624,16 +776,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -663,18 +809,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -684,6 +851,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -693,7 +863,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -708,6 +878,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -756,6 +938,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -828,6 +1013,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -837,6 +1025,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -879,6 +1070,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -927,13 +1121,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -975,15 +1169,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -996,9 +1193,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1011,6 +1205,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1020,7 +1217,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1065,6 +1262,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1074,13 +1274,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1098,6 +1301,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1188,15 +1397,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1212,15 +1445,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1233,18 +1487,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1278,6 +1559,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1290,9 +1577,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1302,15 +1586,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1326,9 +1622,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1341,6 +1634,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1356,10 +1652,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1371,6 +1664,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1380,6 +1676,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1425,12 +1733,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1449,6 +1766,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1482,12 +1802,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1500,6 +1826,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1509,6 +1838,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1524,100 +1856,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1644,7 +1979,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1665,15 +2006,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1683,10 +2033,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1716,12 +2066,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1734,6 +2096,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1761,9 +2126,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1794,6 +2156,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1806,16 +2171,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1848,6 +2216,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1857,6 +2228,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1905,9 +2279,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1947,6 +2330,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2007,6 +2393,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2028,6 +2417,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2040,6 +2441,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2100,12 +2504,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2217,6 +2630,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2286,6 +2702,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2307,22 +2726,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2349,16 +2768,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2367,13 +2783,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2382,10 +2795,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2451,6 +2864,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2601,22 +3017,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2679,9 +3095,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2703,9 +3116,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2730,9 +3140,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2748,6 +3164,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2760,6 +3179,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2799,9 +3221,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2811,6 +3230,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2874,13 +3296,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2901,7 +3332,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2943,6 +3374,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2952,15 +3386,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3048,6 +3566,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3078,6 +3599,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3150,6 +3674,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3159,6 +3686,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3267,15 +3797,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3291,6 +3824,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3330,6 +3866,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3357,7 +3896,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3375,7 +3917,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3384,12 +3932,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3402,13 +3959,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3417,27 +3974,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3447,9 +4067,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3477,6 +4103,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3504,6 +4133,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3522,6 +4154,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3543,6 +4178,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3564,13 +4202,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3579,13 +4217,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3603,24 +4250,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3630,6 +4310,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3663,10 +4352,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3678,9 +4370,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3690,30 +4394,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3726,7 +4475,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3738,16 +4487,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3762,6 +4517,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3780,6 +4541,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3798,6 +4562,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3810,6 +4580,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3819,12 +4592,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3834,6 +4616,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3843,9 +4628,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3858,10 +4640,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3870,6 +4673,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3882,6 +4691,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3960,6 +4787,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3990,6 +4820,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4011,6 +4844,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4029,6 +4865,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4047,6 +4886,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4068,6 +4910,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4083,7 +4928,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4119,15 +4970,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4143,70 +5003,136 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4242,25 +5168,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last month"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4272,9 +5222,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4284,16 +5231,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4305,52 +5264,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy token"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4371,27 +5333,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4407,9 +5390,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4425,12 +5414,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4470,6 +5468,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4530,9 +5531,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4572,18 +5582,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4593,13 +5612,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4617,12 +5645,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4656,6 +5690,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4677,6 +5714,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4686,15 +5726,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4707,6 +5774,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4719,9 +5789,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4731,27 +5798,75 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4788,6 +5903,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4806,6 +5924,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4824,6 +5945,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4836,6 +5960,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4908,6 +6035,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4947,6 +6086,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4956,6 +6098,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5019,6 +6164,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5124,10 +6272,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5190,21 +6338,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5223,6 +6392,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5232,19 +6410,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5256,12 +6452,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5286,19 +6485,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5313,15 +6521,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5382,15 +6590,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5412,12 +6626,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5430,6 +6653,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5445,6 +6671,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5460,6 +6692,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5493,9 +6728,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5514,6 +6758,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5526,9 +6776,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5538,6 +6797,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5568,6 +6830,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5580,6 +6845,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5604,6 +6872,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5682,6 +6953,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5730,6 +7007,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5781,6 +7061,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5805,6 +7088,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5823,9 +7109,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5838,6 +7121,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5847,6 +7139,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5862,12 +7157,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5886,6 +7190,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5904,19 +7214,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5958,9 +7277,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5976,10 +7301,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5994,6 +7319,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6009,9 +7340,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6081,10 +7409,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6093,7 +7421,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6129,6 +7457,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6168,6 +7499,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6183,6 +7520,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6216,9 +7556,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6234,7 +7571,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6252,12 +7589,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6276,12 +7619,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6312,18 +7670,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6345,9 +7712,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6399,6 +7772,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6468,13 +7844,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6495,6 +7877,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6504,6 +7889,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6513,6 +7901,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6555,9 +7946,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6582,6 +7970,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6609,6 +8000,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6633,15 +8027,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6663,9 +8051,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6690,12 +8075,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6741,15 +8132,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6789,6 +8174,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6798,12 +8189,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6837,9 +8234,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6870,9 +8276,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6888,12 +8291,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6927,6 +8339,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6948,6 +8363,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6969,10 +8387,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6987,6 +8408,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7002,6 +8426,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7011,6 +8438,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7032,9 +8462,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7077,9 +8504,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7092,15 +8531,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7122,6 +8570,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7143,24 +8597,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7170,13 +8615,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7485,6 +8930,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7518,13 +8966,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7533,6 +8981,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7542,6 +8993,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7563,12 +9017,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7593,6 +9137,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7719,13 +9266,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7737,6 +9287,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7764,12 +9335,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7791,21 +9368,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7848,6 +9446,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7869,6 +9470,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7878,9 +9482,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7908,21 +9527,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7935,6 +9575,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7944,6 +9590,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7956,6 +9608,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7971,9 +9626,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7986,6 +9656,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8052,9 +9725,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8100,6 +9779,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8133,6 +9821,12 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8154,9 +9848,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8169,12 +9860,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8190,7 +9887,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8253,6 +9950,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8268,7 +9968,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8289,12 +9989,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8439,9 +10157,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8490,6 +10214,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8520,7 +10247,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8538,9 +10265,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8580,7 +10304,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8595,6 +10322,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8610,6 +10340,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8622,6 +10355,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8643,6 +10379,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8658,15 +10403,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8679,6 +10433,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8727,6 +10484,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8760,7 +10520,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8847,7 +10607,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8934,6 +10700,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8946,6 +10715,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8955,7 +10727,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8973,6 +10745,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9063,9 +10838,18 @@ msgstr[2] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9090,12 +10874,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9111,6 +10904,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9129,6 +10925,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9144,6 +10943,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9168,9 +10973,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9180,6 +10982,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9204,6 +11012,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9252,12 +11063,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9306,6 +11129,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9318,21 +11192,33 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9357,12 +11243,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9426,6 +11318,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9465,6 +11369,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9624,6 +11531,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9642,6 +11552,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9654,9 +11573,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9678,6 +11603,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9696,6 +11627,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9708,6 +11642,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9720,6 +11657,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9813,13 +11753,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9843,6 +11780,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9885,9 +11825,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9897,6 +11843,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9909,19 +11864,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9933,9 +11888,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9948,10 +11912,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9963,9 +11927,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9984,6 +11954,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9991,7 +11964,10 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10041,6 +12017,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10053,6 +12032,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10119,12 +12101,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10182,6 +12170,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10197,6 +12188,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10206,6 +12200,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10236,9 +12233,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10275,6 +12278,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10305,6 +12311,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10371,6 +12380,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10380,6 +12392,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10425,15 +12440,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10443,6 +12461,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10452,13 +12473,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10476,9 +12494,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10494,16 +12509,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10530,6 +12545,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10551,6 +12581,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10602,9 +12635,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10665,6 +12695,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10716,6 +12749,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10725,9 +12761,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10755,6 +12803,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10767,6 +12818,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10776,6 +12830,9 @@ msgstr[2] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10785,12 +12842,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10812,9 +12875,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10860,6 +12920,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10908,6 +12971,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10920,6 +12986,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10932,9 +13001,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10953,24 +13019,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10986,9 +13139,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11019,15 +13169,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11043,6 +13214,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11064,6 +13238,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11091,6 +13268,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11160,6 +13343,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11238,7 +13424,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11262,6 +13448,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11295,9 +13484,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11427,7 +13622,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11478,9 +13673,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11502,6 +13706,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11517,6 +13724,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11535,6 +13748,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11544,9 +13760,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11556,7 +13778,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11589,9 +13817,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11601,6 +13826,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11664,15 +13895,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11871,6 +14135,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12012,6 +14279,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12021,12 +14291,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12036,7 +14315,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12057,6 +14336,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12081,6 +14363,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12162,6 +14459,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12195,27 +14498,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12228,9 +14561,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12249,21 +14600,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12276,15 +14675,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12330,6 +14741,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12345,6 +14762,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12354,6 +14774,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12426,7 +14861,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12540,10 +14975,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12564,6 +14999,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12573,12 +15011,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12594,12 +15044,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12759,12 +15254,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12774,6 +15275,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12798,6 +15305,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12816,12 +15326,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12849,6 +15368,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12864,10 +15386,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12897,10 +15419,37 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12969,15 +15518,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13059,6 +15617,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13104,6 +15668,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13119,9 +15686,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13206,7 +15779,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13224,9 +15797,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13239,18 +15821,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13296,6 +15872,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13353,6 +15932,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13365,6 +15950,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13398,9 +15989,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13425,9 +16028,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13473,6 +16082,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13509,6 +16121,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13518,16 +16133,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13554,12 +16175,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13626,6 +16253,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13650,6 +16280,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13665,6 +16298,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13683,6 +16319,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13716,10 +16355,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13806,6 +16451,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13839,6 +16487,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13875,39 +16526,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13926,6 +16643,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13953,6 +16673,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13962,6 +16685,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14004,6 +16730,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14013,12 +16742,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14037,6 +16808,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14091,7 +16865,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14133,6 +16907,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14145,7 +16928,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14235,6 +17018,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14292,6 +17078,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14325,6 +17114,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14352,6 +17144,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14367,6 +17165,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14376,6 +17180,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14409,9 +17216,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14466,9 +17270,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14478,9 +17279,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14541,6 +17351,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14574,15 +17387,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14598,27 +17411,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14628,9 +17462,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14763,6 +17603,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14790,6 +17633,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14808,6 +17657,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14832,6 +17726,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14841,7 +17738,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14892,7 +17792,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14940,6 +17840,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14964,6 +17870,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15000,12 +17909,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15027,6 +17942,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15042,6 +17960,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15069,6 +17993,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15138,18 +18071,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15165,7 +18113,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15237,6 +18185,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15255,7 +18209,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15297,6 +18251,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15357,7 +18314,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15393,18 +18350,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15423,7 +18395,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15459,6 +18431,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15471,15 +18476,15 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15495,6 +18500,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15504,6 +18515,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15513,12 +18527,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15543,12 +18572,21 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15564,6 +18602,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15609,7 +18650,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15621,12 +18665,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15672,6 +18719,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15708,10 +18758,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15720,6 +18770,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15744,6 +18797,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15807,6 +18863,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15816,6 +18875,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15825,6 +18887,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15834,7 +18902,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15846,6 +18929,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15861,6 +18947,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15876,12 +18965,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15942,9 +19043,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15969,10 +19067,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16026,6 +19130,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16044,21 +19151,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16074,7 +19196,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16101,6 +19223,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16113,6 +19238,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16125,6 +19256,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16137,10 +19277,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16164,12 +19304,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16362,9 +19556,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16395,6 +19586,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16470,7 +19664,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16587,6 +19781,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16596,18 +19796,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16629,9 +19835,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16659,6 +19871,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16668,6 +19883,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16695,7 +19913,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16752,6 +19970,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16764,24 +19985,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16806,7 +20042,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16827,6 +20063,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16878,9 +20117,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16914,6 +20150,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16974,6 +20213,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16998,9 +20240,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17025,9 +20264,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17046,6 +20282,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17127,6 +20366,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17148,6 +20393,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17184,6 +20432,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17250,7 +20501,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17262,13 +20513,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17301,25 +20552,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17334,10 +20588,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17346,6 +20600,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17406,6 +20663,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17433,12 +20693,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17511,13 +20777,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17538,6 +20816,12 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "View file @ "
msgstr ""
@@ -17547,7 +20831,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17556,7 +20840,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17571,6 +20855,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17580,6 +20867,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17622,19 +20912,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17658,12 +20945,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17700,19 +20990,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17721,6 +21011,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17730,6 +21023,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17739,6 +21035,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17769,6 +21068,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17781,6 +21089,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17799,12 +21110,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17961,6 +21287,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17979,6 +21308,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18018,7 +21350,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18027,6 +21359,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18057,9 +21392,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18108,6 +21458,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18117,6 +21470,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18174,6 +21533,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18216,6 +21578,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18231,6 +21596,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18294,12 +21665,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18312,15 +21692,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18330,21 +21716,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18375,6 +21767,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18399,12 +21794,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18432,7 +21833,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18456,6 +21857,15 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18471,12 +21881,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18486,6 +21908,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18498,9 +21923,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18528,6 +21950,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18588,15 +22013,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18630,6 +22046,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18756,18 +22175,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18831,6 +22238,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18849,6 +22259,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18858,12 +22271,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18915,6 +22334,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18930,12 +22355,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18978,6 +22409,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18996,6 +22430,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19026,6 +22466,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19041,9 +22490,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19056,6 +22502,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19089,9 +22538,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19125,7 +22571,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19173,6 +22619,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19353,6 +22802,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19380,7 +22832,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19401,9 +22859,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19434,6 +22898,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19464,6 +22931,9 @@ msgstr[2] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19485,6 +22955,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19494,6 +22967,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19518,6 +22997,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19536,6 +23018,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19620,11 +23108,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/sr_SP/gitlab.po b/locale/sr_SP/gitlab.po
index d7c5cc481ef..7955ce986e2 100644
--- a/locale/sr_SP/gitlab.po
+++ b/locale/sr_SP/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Serbian (Cyrillic)\n"
"Language: sr_SP\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: sr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:13\n"
+"PO-Revision-Date: 2020-01-22 09:26\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -54,15 +53,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -102,8 +104,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -168,6 +170,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -180,6 +194,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -201,6 +221,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -222,6 +245,12 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -240,6 +269,15 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -264,7 +302,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -279,6 +317,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -294,6 +338,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -324,9 +371,27 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -348,6 +413,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -366,6 +443,12 @@ msgstr[2] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -375,6 +458,18 @@ msgstr[2] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -390,6 +485,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -465,12 +569,24 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "- show less"
msgstr ""
@@ -508,7 +624,10 @@ msgstr[1] ""
msgstr[2] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -516,12 +635,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -564,9 +695,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -579,12 +719,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -600,9 +746,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -624,16 +776,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -663,18 +809,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -684,6 +851,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -693,7 +863,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -708,6 +878,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -756,6 +938,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -828,6 +1013,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -837,6 +1025,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -879,6 +1070,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -927,13 +1121,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -975,15 +1169,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -996,9 +1193,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -1011,6 +1205,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -1020,7 +1217,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1065,6 +1262,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1074,13 +1274,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1098,6 +1301,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1188,15 +1397,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1212,15 +1445,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1233,18 +1487,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1278,6 +1559,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1290,9 +1577,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1302,15 +1586,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1326,9 +1622,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1341,6 +1634,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1356,10 +1652,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1371,6 +1664,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1380,6 +1676,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1425,12 +1733,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1449,6 +1766,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1482,12 +1802,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1500,6 +1826,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1509,6 +1838,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1524,100 +1856,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1644,7 +1979,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1665,15 +2006,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1683,10 +2033,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1716,12 +2066,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1734,6 +2096,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1761,9 +2126,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1794,6 +2156,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1806,16 +2171,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1848,6 +2216,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1857,6 +2228,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1905,9 +2279,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1947,6 +2330,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -2007,6 +2393,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -2028,6 +2417,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -2040,6 +2441,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2100,12 +2504,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2217,6 +2630,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2286,6 +2702,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2307,22 +2726,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2349,16 +2768,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2367,13 +2783,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2382,10 +2795,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2451,6 +2864,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2601,22 +3017,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2679,9 +3095,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2703,9 +3116,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2730,9 +3140,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2748,6 +3164,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2760,6 +3179,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2799,9 +3221,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2811,6 +3230,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2874,13 +3296,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2901,7 +3332,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2943,6 +3374,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2952,15 +3386,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -3048,6 +3566,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3078,6 +3599,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3150,6 +3674,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3159,6 +3686,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3267,15 +3797,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3291,6 +3824,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3330,6 +3866,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3357,7 +3896,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3375,7 +3917,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3384,12 +3932,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3402,13 +3959,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3417,27 +3974,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3447,9 +4067,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3477,6 +4103,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3504,6 +4133,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3522,6 +4154,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3543,6 +4178,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3564,13 +4202,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3579,13 +4217,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3603,24 +4250,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3630,6 +4310,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3663,10 +4352,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3678,9 +4370,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3690,30 +4394,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3726,7 +4475,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3738,16 +4487,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3762,6 +4517,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3780,6 +4541,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3798,6 +4562,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3810,6 +4580,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3819,12 +4592,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3834,6 +4616,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3843,9 +4628,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3858,10 +4640,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3870,6 +4673,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3882,6 +4691,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3960,6 +4787,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3990,6 +4820,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -4011,6 +4844,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -4029,6 +4865,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -4047,6 +4886,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4068,6 +4910,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4083,7 +4928,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4119,15 +4970,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4143,70 +5003,136 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4242,25 +5168,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last month"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4272,9 +5222,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4284,16 +5231,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4305,52 +5264,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy token"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4371,27 +5333,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4407,9 +5390,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4425,12 +5414,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4470,6 +5468,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4530,9 +5531,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4572,18 +5582,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4593,13 +5612,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4617,12 +5645,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4656,6 +5690,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4677,6 +5714,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4686,15 +5726,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4707,6 +5774,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4719,9 +5789,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4731,27 +5798,75 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4788,6 +5903,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4806,6 +5924,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4824,6 +5945,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4836,6 +5960,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4908,6 +6035,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4947,6 +6086,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4956,6 +6098,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -5019,6 +6164,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5124,10 +6272,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5190,21 +6338,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5223,6 +6392,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5232,19 +6410,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5256,12 +6452,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5286,19 +6485,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5313,15 +6521,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5382,15 +6590,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5412,12 +6626,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5430,6 +6653,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5445,6 +6671,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5460,6 +6692,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5493,9 +6728,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5514,6 +6758,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5526,9 +6776,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5538,6 +6797,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5568,6 +6830,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5580,6 +6845,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5604,6 +6872,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5682,6 +6953,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5730,6 +7007,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5781,6 +7061,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5805,6 +7088,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5823,9 +7109,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5838,6 +7121,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5847,6 +7139,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5862,12 +7157,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5886,6 +7190,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5904,19 +7214,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5958,9 +7277,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5976,10 +7301,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5994,6 +7319,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -6009,9 +7340,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6081,10 +7409,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6093,7 +7421,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6129,6 +7457,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6168,6 +7499,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6183,6 +7520,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6216,9 +7556,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6234,7 +7571,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6252,12 +7589,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6276,12 +7619,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6312,18 +7670,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6345,9 +7712,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6399,6 +7772,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6468,13 +7844,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6495,6 +7877,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6504,6 +7889,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6513,6 +7901,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6555,9 +7946,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6582,6 +7970,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6609,6 +8000,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6633,15 +8027,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6663,9 +8051,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6690,12 +8075,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6741,15 +8132,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6789,6 +8174,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6798,12 +8189,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6837,9 +8234,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6870,9 +8276,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6888,12 +8291,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6927,6 +8339,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6948,6 +8363,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6969,10 +8387,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6987,6 +8408,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -7002,6 +8426,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -7011,6 +8438,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -7032,9 +8462,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7077,9 +8504,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7092,15 +8531,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7122,6 +8570,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7143,24 +8597,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7170,13 +8615,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7485,6 +8930,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7518,13 +8966,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7533,6 +8981,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7542,6 +8993,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7563,12 +9017,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7593,6 +9137,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7719,13 +9266,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7737,6 +9287,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7764,12 +9335,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7791,21 +9368,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7848,6 +9446,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7869,6 +9470,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7878,9 +9482,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7908,21 +9527,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7935,6 +9575,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7944,6 +9590,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7956,6 +9608,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7971,9 +9626,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7986,6 +9656,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -8052,9 +9725,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8100,6 +9779,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8133,6 +9821,12 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8154,9 +9848,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8169,12 +9860,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8190,7 +9887,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8253,6 +9950,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8268,7 +9968,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8289,12 +9989,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8439,9 +10157,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8490,6 +10214,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8520,7 +10247,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8538,9 +10265,6 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8580,7 +10304,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8595,6 +10322,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8610,6 +10340,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8622,6 +10355,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8643,6 +10379,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8658,15 +10403,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8679,6 +10433,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8727,6 +10484,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8760,7 +10520,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8847,7 +10607,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8934,6 +10700,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8946,6 +10715,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8955,7 +10727,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8973,6 +10745,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -9063,9 +10838,18 @@ msgstr[2] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9090,12 +10874,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9111,6 +10904,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9129,6 +10925,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9144,6 +10943,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9168,9 +10973,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9180,6 +10982,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9204,6 +11012,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9252,12 +11063,24 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9306,6 +11129,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9318,21 +11192,33 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9357,12 +11243,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9426,6 +11318,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9465,6 +11369,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9624,6 +11531,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9642,6 +11552,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9654,9 +11573,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9678,6 +11603,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9696,6 +11627,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9708,6 +11642,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9720,6 +11657,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9813,13 +11753,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9843,6 +11780,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9885,9 +11825,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9897,6 +11843,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9909,19 +11864,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9933,9 +11888,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9948,10 +11912,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9963,9 +11927,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9984,6 +11954,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9991,7 +11964,10 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -10041,6 +12017,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -10053,6 +12032,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10119,12 +12101,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10182,6 +12170,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10197,6 +12188,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10206,6 +12200,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10236,9 +12233,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10275,6 +12278,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10305,6 +12311,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10371,6 +12380,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10380,6 +12392,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10425,15 +12440,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10443,6 +12461,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10452,13 +12473,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10476,9 +12494,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10494,16 +12509,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10530,6 +12545,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10551,6 +12581,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10602,9 +12635,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10665,6 +12695,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10716,6 +12749,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10725,9 +12761,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10755,6 +12803,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10767,6 +12818,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10776,6 +12830,9 @@ msgstr[2] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10785,12 +12842,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10812,9 +12875,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10860,6 +12920,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10908,6 +12971,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10920,6 +12986,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10932,9 +13001,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10953,24 +13019,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10986,9 +13139,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -11019,15 +13169,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -11043,6 +13214,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -11064,6 +13238,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11091,6 +13268,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11160,6 +13343,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11238,7 +13424,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11262,6 +13448,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11295,9 +13484,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11427,7 +13622,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11478,9 +13673,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11502,6 +13706,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11517,6 +13724,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11535,6 +13748,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11544,9 +13760,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11556,7 +13778,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11589,9 +13817,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11601,6 +13826,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11664,15 +13895,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11871,6 +14135,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -12012,6 +14279,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -12021,12 +14291,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -12036,7 +14315,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -12057,6 +14336,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12081,6 +14363,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12162,6 +14459,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12195,27 +14498,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12228,9 +14561,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12249,21 +14600,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12276,15 +14675,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12330,6 +14741,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12345,6 +14762,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12354,6 +14774,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12426,7 +14861,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12540,10 +14975,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12564,6 +14999,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12573,12 +15011,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12594,12 +15044,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12759,12 +15254,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12774,6 +15275,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12798,6 +15305,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12816,12 +15326,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12849,6 +15368,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12864,10 +15386,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12897,10 +15419,37 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12969,15 +15518,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -13059,6 +15617,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13104,6 +15668,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13119,9 +15686,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13206,7 +15779,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13224,9 +15797,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13239,18 +15821,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13296,6 +15872,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13353,6 +15932,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13365,6 +15950,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13398,9 +15989,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13425,9 +16028,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13473,6 +16082,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13509,6 +16121,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13518,16 +16133,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13554,12 +16175,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13626,6 +16253,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13650,6 +16280,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13665,6 +16298,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13683,6 +16319,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13716,10 +16355,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13806,6 +16451,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13839,6 +16487,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13875,39 +16526,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13926,6 +16643,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13953,6 +16673,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13962,6 +16685,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -14004,6 +16730,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -14013,12 +16742,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -14037,6 +16808,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14091,7 +16865,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14133,6 +16907,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14145,7 +16928,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14235,6 +17018,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14292,6 +17078,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14325,6 +17114,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14352,6 +17144,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14367,6 +17165,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14376,6 +17180,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14409,9 +17216,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14466,9 +17270,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14478,9 +17279,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14541,6 +17351,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14574,15 +17387,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14598,27 +17411,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14628,9 +17462,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14763,6 +17603,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14790,6 +17633,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14808,6 +17657,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14832,6 +17726,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14841,7 +17738,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14892,7 +17792,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14940,6 +17840,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14964,6 +17870,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -15000,12 +17909,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -15027,6 +17942,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -15042,6 +17960,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -15069,6 +17993,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15138,18 +18071,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15165,7 +18113,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15237,6 +18185,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15255,7 +18209,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15297,6 +18251,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15357,7 +18314,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15393,18 +18350,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15423,7 +18395,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15459,6 +18431,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15471,15 +18476,15 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15495,6 +18500,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15504,6 +18515,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15513,12 +18527,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15543,12 +18572,21 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15564,6 +18602,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15609,7 +18650,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15621,12 +18665,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15672,6 +18719,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15708,10 +18758,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15720,6 +18770,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15744,6 +18797,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15807,6 +18863,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15816,6 +18875,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15825,6 +18887,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15834,7 +18902,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15846,6 +18929,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15861,6 +18947,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15876,12 +18965,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15942,9 +19043,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15969,10 +19067,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -16026,6 +19130,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -16044,21 +19151,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -16074,7 +19196,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16101,6 +19223,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16113,6 +19238,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16125,6 +19256,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16137,10 +19277,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16164,12 +19304,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16362,9 +19556,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16395,6 +19586,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16470,7 +19664,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16587,6 +19781,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16596,18 +19796,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16629,9 +19835,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16659,6 +19871,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16668,6 +19883,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16695,7 +19913,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16752,6 +19970,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16764,24 +19985,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16806,7 +20042,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16827,6 +20063,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16878,9 +20117,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16914,6 +20150,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16974,6 +20213,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16998,9 +20240,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -17025,9 +20264,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -17046,6 +20282,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17127,6 +20366,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17148,6 +20393,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17184,6 +20432,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17250,7 +20501,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17262,13 +20513,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17301,25 +20552,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17334,10 +20588,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17346,6 +20600,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17406,6 +20663,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17433,12 +20693,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17511,13 +20777,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17538,6 +20816,12 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "View file @ "
msgstr ""
@@ -17547,7 +20831,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17556,7 +20840,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17571,6 +20855,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17580,6 +20867,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17622,19 +20912,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17658,12 +20945,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17700,19 +20990,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17721,6 +21011,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17730,6 +21023,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17739,6 +21035,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17769,6 +21068,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17781,6 +21089,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17799,12 +21110,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17961,6 +21287,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17979,6 +21308,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -18018,7 +21350,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -18027,6 +21359,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -18057,9 +21392,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18108,6 +21458,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18117,6 +21470,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18174,6 +21533,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18216,6 +21578,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18231,6 +21596,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18294,12 +21665,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18312,15 +21692,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18330,21 +21716,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18375,6 +21767,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18399,12 +21794,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18432,7 +21833,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18456,6 +21857,15 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18471,12 +21881,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18486,6 +21908,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18498,9 +21923,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18528,6 +21950,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18588,15 +22013,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18630,6 +22046,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18756,18 +22175,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18831,6 +22238,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18849,6 +22259,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18858,12 +22271,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18915,6 +22334,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18930,12 +22355,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18978,6 +22409,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18996,6 +22430,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -19026,6 +22466,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -19041,9 +22490,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -19056,6 +22502,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -19089,9 +22538,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19125,7 +22571,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19173,6 +22619,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19353,6 +22802,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19380,7 +22832,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19401,9 +22859,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19434,6 +22898,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19464,6 +22931,9 @@ msgstr[2] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19485,6 +22955,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19494,6 +22967,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19518,6 +22997,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19536,6 +23018,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19620,11 +23108,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/sv_SE/gitlab.po b/locale/sv_SE/gitlab.po
index c60d3c84e07..f589ee8979d 100644
--- a/locale/sv_SE/gitlab.po
+++ b/locale/sv_SE/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swedish\n"
"Language: sv_SE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: sv-SE\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:15\n"
+"PO-Revision-Date: 2020-01-22 09:27\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/sw_KE/gitlab.po b/locale/sw_KE/gitlab.po
index 83d1d363871..194d07187c7 100644
--- a/locale/sw_KE/gitlab.po
+++ b/locale/sw_KE/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swahili\n"
"Language: sw_KE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: sw\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:14\n"
+"PO-Revision-Date: 2020-01-22 09:27\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -52,15 +51,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -94,8 +96,8 @@ msgid_plural "%d exporters"
msgstr[0] ""
msgstr[1] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgstr[1] ""
@@ -149,6 +151,16 @@ msgid_plural "%d more comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -159,6 +171,11 @@ msgid_plural "%d staged changes"
msgstr[0] ""
msgstr[1] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -178,6 +195,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -198,6 +218,11 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -214,6 +239,15 @@ msgid_plural "%{count} pending comments"
msgstr[0] ""
msgstr[1] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -238,7 +272,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -322,6 +382,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -338,6 +410,11 @@ msgstr[1] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -346,6 +423,18 @@ msgstr[1] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -360,6 +449,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -434,12 +532,22 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "- show less"
msgstr ""
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
msgstr[1] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -536,12 +665,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -557,9 +692,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -581,16 +722,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -641,6 +797,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,7 +809,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -665,6 +824,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -713,6 +884,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -785,6 +959,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -794,6 +971,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -835,6 +1015,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -883,13 +1066,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -931,15 +1114,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -967,6 +1150,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -976,7 +1162,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -1021,6 +1207,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -1030,13 +1219,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1054,6 +1246,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1144,15 +1342,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1168,15 +1390,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1189,18 +1432,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1245,9 +1521,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1257,15 +1530,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1281,9 +1566,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1311,10 +1596,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1326,6 +1608,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1404,6 +1710,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1464,6 +1782,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1479,100 +1800,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1599,7 +1923,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,15 +1950,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1638,10 +1977,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1671,12 +2010,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1689,6 +2040,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1712,9 +2066,6 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] ""
msgstr[1] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1745,6 +2096,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1757,16 +2111,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1808,6 +2168,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,9 +2219,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1977,6 +2355,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1989,6 +2379,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2166,6 +2568,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2256,22 +2664,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2298,16 +2706,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2316,13 +2721,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2331,10 +2733,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2400,6 +2802,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2550,22 +2955,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2628,9 +3033,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2760,6 +3168,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2823,13 +3234,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2850,7 +3270,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2892,6 +3312,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2901,15 +3324,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2997,6 +3504,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -3027,6 +3537,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3099,6 +3612,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3108,6 +3624,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3216,15 +3735,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3240,6 +3762,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3279,6 +3804,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3306,7 +3834,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3351,13 +3897,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3366,27 +3912,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3396,9 +4005,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3426,6 +4041,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3453,6 +4071,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3471,6 +4092,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3492,6 +4116,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3513,13 +4140,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,24 +4188,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3579,6 +4248,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3612,10 +4290,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3675,7 +4413,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3908,6 +4724,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3977,6 +4802,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3995,6 +4823,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] ""
msgstr[1] ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Size"
msgstr ""
-msgid "ContainerRegistry|Remove repository"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
msgstr ""
-msgid "ContainerRegistry|Size"
+msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag"
+msgid "ContainerRegistry|Tag expiration policy"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4189,25 +5104,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4219,9 +5158,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4231,16 +5167,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4252,52 +5200,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4477,9 +5467,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4540,13 +5548,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4678,25 +5734,74 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4769,6 +5880,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,6 +5895,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4853,6 +5970,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,10 +6202,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5385,6 +6601,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5400,6 +6622,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5433,9 +6658,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5454,6 +6688,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5466,9 +6706,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5478,6 +6727,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5508,6 +6760,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5826,6 +7120,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,7 +7351,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6069,6 +7387,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6108,6 +7429,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,12 +7519,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6216,12 +7549,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6252,18 +7600,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6285,9 +7642,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,13 +7774,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,9 +7876,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] ""
msgstr[1] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6737,12 +8118,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6776,9 +8163,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,12 +8220,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6887,6 +8292,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6908,10 +8316,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6926,6 +8337,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,9 +8391,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7061,6 +8499,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7082,24 +8526,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,6 +9066,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,6 +9585,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7991,9 +9654,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,6 +9708,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8071,6 +9749,12 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8107,12 +9788,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8128,7 +9815,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8517,7 +10231,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8559,6 +10282,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,15 +10330,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8871,6 +10627,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,6 +10672,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9026,12 +10800,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -9047,6 +10830,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9080,6 +10869,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9140,6 +10938,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9251,21 +11113,33 @@ msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
msgstr[1] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,12 +11164,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9557,6 +11452,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,9 +11494,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9641,6 +11563,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9653,6 +11578,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9746,13 +11674,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9842,19 +11785,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,6 +11937,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,6 +12108,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10139,6 +12120,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10169,9 +12153,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10207,6 +12197,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10237,6 +12230,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10426,16 +12428,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10597,6 +12614,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10648,6 +12668,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10699,6 +12737,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10791,6 +12838,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10863,9 +12919,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10884,24 +12937,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10917,9 +13057,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10950,15 +13087,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11466,6 +13666,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11475,9 +13678,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11487,7 +13696,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11520,9 +13735,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11595,15 +13813,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11802,6 +14053,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,12 +14209,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11967,7 +14233,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12093,6 +14377,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,15 +14593,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,6 +14680,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12285,6 +14692,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12690,12 +15172,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12705,6 +15193,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12729,6 +15223,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,10 +15336,36 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12899,15 +15434,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12989,6 +15533,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -13034,6 +15584,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13577,6 +16193,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13592,6 +16211,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13610,6 +16232,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13643,10 +16268,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13722,6 +16353,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13842,6 +16545,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13929,12 +16644,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -14007,7 +16767,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,7 +16830,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14208,6 +16980,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] ""
msgstr[1] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14324,9 +17117,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14705,6 +17534,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14807,7 +17693,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14957,6 +17861,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -15053,18 +17972,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -15080,7 +18014,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,6 +18086,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15170,7 +18110,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15272,7 +18215,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15338,7 +18296,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15775,6 +18846,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15940,6 +19029,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16499,6 +19678,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16580,6 +19780,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16607,7 +19810,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16664,6 +19867,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,7 +19939,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16937,9 +20161,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17318,6 +20560,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr ""
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17492,6 +20763,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17681,6 +20964,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -18019,6 +21353,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -18028,6 +21365,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,6 +21473,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18142,6 +21491,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18205,12 +21560,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18241,21 +21611,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,14 +21902,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18735,6 +22126,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,6 +22315,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,7 +22455,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,6 +22846,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
-msgstr[1] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/tr_TR/gitlab.po b/locale/tr_TR/gitlab.po
index 5a3714d6fd3..c2913b7d9e7 100644
--- a/locale/tr_TR/gitlab.po
+++ b/locale/tr_TR/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Turkish\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: tr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:15\n"
+"PO-Revision-Date: 2020-01-22 09:28\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -31,7 +30,7 @@ msgid " and"
msgstr " ve"
msgid " and "
-msgstr ""
+msgstr " ve "
msgid " and %{sliced}"
msgstr ""
@@ -52,15 +51,18 @@ msgstr " veya "
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
-msgstr " veya <#epic id>"
-
msgid " or <#issue id>"
msgstr " veya <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d yorum"
@@ -78,26 +80,26 @@ msgstr[1] "%d 'e bağlı işlem"
msgid "%d commit,"
msgid_plural "%d commits,"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d iÅŸlem"
+msgstr[1] "%d iÅŸlem"
msgid "%d commits"
msgstr "%d iÅŸlem"
msgid "%d contribution"
msgid_plural "%d contributions"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d katkı"
+msgstr[1] "%d katkı"
msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] "%d dışa aktaran"
msgstr[1] "%d dışa aktaran"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d başarısız test sonucu"
-msgstr[1] "%d başarısız test sonucu"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] "%d başarısız/hatalı test sonucu"
+msgstr[1] "%d başarısız/hatalı test sonucu"
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -106,8 +108,8 @@ msgstr[1] "%d sabit test sonucu"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d eriÅŸilemeyen birleÅŸtirme talebi"
+msgstr[1] "%d eriÅŸilemeyen birleÅŸtirme talebi"
msgid "%d issue"
msgid_plural "%d issues"
@@ -131,8 +133,8 @@ msgstr[1] "%d birleÅŸtirme isteÄŸi"
msgid "%d merge request that you don't have access to."
msgid_plural "%d merge requests that you don't have access to."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d adet erişim yetkinizin olmadığı birleştirme talebi."
+msgstr[1] "%d adet erişim yetkinizin olmadığı birleştirme talebi."
msgid "%d metric"
msgid_plural "%d metrics"
@@ -141,24 +143,39 @@ msgstr[1] "%d metrik"
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d dakika"
+msgstr[1] "%d dakika"
msgid "%d more comment"
msgid_plural "%d more comments"
+msgstr[0] "%d yorum daha"
+msgstr[1] "%d yorum daha"
+
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d proje"
+msgstr[1] "%d proje"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
msgstr[0] ""
msgstr[1] ""
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d saniye"
+msgstr[1] "%d saniye"
msgid "%d staged change"
msgid_plural "%d staged changes"
msgstr[0] "%d aşamalı değişiklik"
msgstr[1] "%d aşamalı değişiklik"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d grupsuz deÄŸiÅŸiklik"
@@ -178,8 +195,11 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} %{commit_timeago} yazdı"
+msgid "%{cores} cores"
+msgstr "%{cores} çekirdek"
+
msgid "%{count} LOC/commit"
-msgstr ""
+msgstr "%{count} LOC/iÅŸlem"
msgid "%{count} approval required from %{name}"
msgid_plural "%{count} approvals required from %{name}"
@@ -198,6 +218,11 @@ msgstr "%{count} daha"
msgid "%{count} more assignees"
msgstr "%{count} daha fazla atanan"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "%{count} sürüm daha"
+msgstr[1] "%{count} sürüm daha"
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -211,12 +236,21 @@ msgstr[1] "%{count} katılımcı"
msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%{count} bekleyen yorum"
+msgstr[1] "%{count} bekleyen yorum"
-msgid "%{duration}ms"
+msgid "%{count} related %{pluralized_subject}: %{links}"
msgstr ""
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
+msgid "%{duration}ms"
+msgstr "%{duration}ms"
+
msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
msgstr "%{edit_in_new_fork_notice} Bu işlemi tekrar özenle seçmeyi deneyin."
@@ -238,8 +272,8 @@ msgstr "%{filePath} silindi"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} daha"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} bu işlemde bulunamadı"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
@@ -253,6 +287,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} kaldırılacak! Emin misiniz?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} kullanılamaz"
@@ -268,6 +308,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "Rol izinleri hakkında %{link_start}daha fazla bilgi edinin%{link_end}"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -287,7 +330,7 @@ msgid "%{name} contained %{resultsString}"
msgstr ""
msgid "%{name} found %{resultsString}"
-msgstr ""
+msgstr "%{name} bulundu %{resultsString}"
msgid "%{name}'s avatar"
msgstr "%{name} kullanıcısının avatarı"
@@ -298,9 +341,26 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% tamamlandı"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary} (%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases} sürüm"
+msgstr[1] "%{releases} sürüm"
+
msgid "%{service_title} activated."
msgstr "%{service_title} etkinleÅŸtirildi."
@@ -308,20 +368,32 @@ msgid "%{service_title} settings saved, but not activated."
msgstr ""
msgid "%{size} GiB"
-msgstr ""
+msgstr "%{size} GiB"
msgid "%{size} KiB"
-msgstr ""
+msgstr "%{size} KiB"
msgid "%{size} MiB"
-msgstr ""
+msgstr "%{size} MiB"
msgid "%{size} bytes"
-msgstr ""
+msgstr "%{size} bayt"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} başarıyla Akismet'e gönderildi."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} epik"
@@ -338,14 +410,31 @@ msgstr[1] "%{strong_start}%{commit_count}%{strong_end} Ä°ÅŸlem"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} Dosya"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Etiket"
msgstr[1] "%{strong_start}%{tag_count}%{strong_end} Etiket"
msgid "%{tabname} changed"
+msgstr "%{tabname} deÄŸiÅŸti"
+
+msgid "%{tags} tag per image name"
msgstr ""
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id} bilinmiyor ya da geçersiz"
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files}"
@@ -355,11 +444,20 @@ msgid "%{text} is available"
msgstr "%{text} kullanılabilir"
msgid "%{title} %{operator} %{threshold}"
-msgstr ""
+msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} deÄŸiÅŸiklik"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr "%{total} açık sorun"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} aşamasız ve %{staged} aşamalı değişiklik"
@@ -367,19 +465,19 @@ msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what infor
msgstr "Hangi bilgilerin GitLab Inc. ile paylaşıldığı hakkında %{usage_ping_link_start}daha fazla bilgi edinin%{usage_ping_link_end}."
msgid "%{userName} (cannot merge)"
-msgstr ""
+msgstr "%{userName} (birleÅŸtiremez)"
msgid "%{userName}'s avatar"
-msgstr ""
+msgstr "%{userName} kullanıcısının avatarı"
msgid "%{user_name} profile page"
msgstr "%{user_name} profil sayfası"
msgid "%{username}'s avatar"
-msgstr ""
+msgstr "%{username} kullanıcısının avatarı"
msgid "%{value} ms"
-msgstr ""
+msgstr "%{value} ms"
msgid "%{verb} %{time_spent_value} spent time."
msgstr ""
@@ -399,22 +497,22 @@ msgstr[0] ""
msgstr[1] ""
msgid "(%{mrCount} merged)"
-msgstr ""
+msgstr "(%{mrCount} birleÅŸtirildi)"
msgid "(No changes)"
msgstr "(DeÄŸiÅŸiklik yok)"
msgid "(Show all)"
-msgstr ""
+msgstr "(Tümünü göster)"
msgid "(check progress)"
-msgstr ""
+msgstr "(ilerlemeyi kontrol et)"
msgid "(external source)"
msgstr "(dış kaynak)"
msgid "(removed)"
-msgstr ""
+msgstr "(silindi)"
msgid "+ %{amount} more"
msgstr ""
@@ -434,17 +532,27 @@ msgstr "+%{extraOptionCount} daha fazla"
msgid ", or "
msgstr ", veya "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- Olay"
+msgstr[1] "- Olaylar"
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Çalıştırıcı aktif ve yeni işler işleyebilir"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Çalıştırıcı duraklatıldı ve yeni işler almayacak"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- Kullanıcı"
+msgstr[1] "- Kullanıcılar"
+
msgid "- show less"
msgstr "- daha az göster"
msgid "0 for unlimited"
-msgstr ""
+msgstr "Sınırsız için 0"
msgid "1 %{type} addition"
msgid_plural "%{count} %{type} additions"
@@ -472,18 +580,30 @@ msgstr[0] ""
msgstr[1] ""
msgid "1 day"
-msgstr "1 gün"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "1 grup"
msgstr[1] "%d grup"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -521,9 +641,18 @@ msgstr ""
msgid "1st contribution!"
msgstr "İlk katkı!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "2FA"
@@ -536,12 +665,18 @@ msgstr "3 gün"
msgid "3 hours"
msgstr "3 saat"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 dakika"
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "İzin almak için lütfen GitLab yöneticinize başvurun."
@@ -557,9 +692,15 @@ msgstr "Sayfa Bulunamadı"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "Lütfen bunun bir hata olduğunu düşünüyorsanız, GitLab yöneticinizle görüşün."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 saat"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -573,24 +714,18 @@ msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will ad
msgstr ""
msgid "<no name set>"
-msgstr ""
+msgstr "<isim belirlenmemiÅŸ>"
msgid "<no scopes selected>"
-msgstr ""
+msgstr "<hiçbir kapsam seçilmedi>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> oluÅŸturuldu, <strong>%{accepted_count}</strong> kabul edildi."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> oluşturuldu, <strong>%{closed_count}</strong> kapatıldı."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> grup üyeleri"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -620,18 +755,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Boş bir proje için bir varsayılan dal seçilemez."
msgid "A deleted user"
msgstr "Silinmiş kullanıcı"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "Çatalınızdan yeni bir dal oluşturulacak ve yeni bir birleştirme talebi başlatılacak."
@@ -641,6 +797,9 @@ msgstr "Yeni bir kimliğe bürünme belirteci oluşturuldu."
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "GitLab yerine CI/CD için Netlify kullanan, ancak diğer tüm GitLab özelliklerine sahip bir düz bir HTML sitesi."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -650,8 +809,8 @@ msgstr "Android uygulamalarıyla kullanım için kullanıma-hazır bir şablon."
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "iOS Swift uygulamalarıyla kullanım için kullanıma-hazır bir şablon."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "İş izlemede test kapsamı çıktısını bulmak için kullanılacak düzenli bir ifade. Devre dışı bırakmak için boş bırakın"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
msgid "A secure token that identifies an external storage request."
msgstr ""
@@ -663,6 +822,18 @@ msgid "API Help"
msgstr "API Yardımı"
msgid "API Token"
+msgstr "API Erişim Anahtarı"
+
+msgid "AWS Access Key"
+msgstr "AWS Erişim Anahtarı"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr "AWS Gizli Erişim Anahtarı"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
msgstr ""
msgid "Abort"
@@ -713,20 +884,23 @@ msgstr "Erişim yasaklandı. Erişim seviyenizi kontrol edin."
msgid "Access to '%{classification_label}' not allowed"
msgstr "'%{classification_label}' eriÅŸimine izin verilmedi"
-msgid "AccessDropdown|Groups"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
msgstr ""
+msgid "AccessDropdown|Groups"
+msgstr "Gruplar"
+
msgid "AccessDropdown|Roles"
-msgstr ""
+msgstr "Roller"
msgid "AccessDropdown|Users"
-msgstr ""
+msgstr "Kullanıcılar"
msgid "AccessTokens|Access Tokens"
-msgstr ""
+msgstr "Erişim Anahtarları"
msgid "AccessTokens|Are you sure?"
-msgstr ""
+msgstr "Emin misiniz?"
msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
msgstr ""
@@ -735,13 +909,13 @@ msgid "AccessTokens|Are you sure? Any issue email addresses currently in use wil
msgstr ""
msgid "AccessTokens|Created"
-msgstr ""
+msgstr "OluÅŸturulan"
msgid "AccessTokens|Feed token"
-msgstr ""
+msgstr "Besleme erişim anahtarı"
msgid "AccessTokens|Incoming email token"
-msgstr ""
+msgstr "Gelen e-posta erişim anahtarı"
msgid "AccessTokens|It cannot be used to access any other data."
msgstr ""
@@ -756,10 +930,10 @@ msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read
msgstr ""
msgid "AccessTokens|Personal Access Tokens"
-msgstr ""
+msgstr "Kişisel Erişim Anahtarları"
msgid "AccessTokens|Static object token"
-msgstr ""
+msgstr "Statik nesne erişim anahtarı"
msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
msgstr ""
@@ -768,7 +942,7 @@ msgid "AccessTokens|You can also use personal access tokens to authenticate agai
msgstr ""
msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
-msgstr ""
+msgstr "GitLab API'sine erişmesi gereken, kullandığınız her uygulama için kişisel bir erişim anahtarı oluşturabilirsiniz."
msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
msgstr ""
@@ -780,20 +954,26 @@ msgid "AccessTokens|Your static object token is used to authenticate you when re
msgstr ""
msgid "AccessTokens|reset it"
-msgstr ""
+msgstr "sıfırla"
msgid "Account"
msgstr "Hesap"
+msgid "Account ID"
+msgstr "Hesap KimliÄŸi"
+
msgid "Account and limit"
msgstr "Hesap ve sınırı"
msgid "Account: %{account}"
-msgstr ""
+msgstr "Hesap: %{account}"
msgid "Action to take when receiving an alert."
msgstr "Bir uyarı alırken yapılması gerekenler."
+msgid "Activate"
+msgstr "EtkinleÅŸtir"
+
msgid "Activate Service Desk"
msgstr "Servis Masasını Etkinleştir"
@@ -814,8 +994,8 @@ msgstr "Ekle"
msgid "Add %d issue"
msgid_plural "Add %d issues"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d sorun ekle"
+msgstr[1] "%d sorun ekle"
msgid "Add CHANGELOG"
msgstr "CHANGELOG ekle"
@@ -824,7 +1004,7 @@ msgid "Add CONTRIBUTING"
msgstr "CONTRIBUTING ekle"
msgid "Add GitLab to Slack"
-msgstr ""
+msgstr "GitLab'i Slack'e ekle"
msgid "Add Group Webhooks and GitLab Enterprise Edition."
msgstr "Grup web kancalarını ve GitLab Kurumsal Sürüm'ü ekleyin."
@@ -835,23 +1015,26 @@ msgstr "Jaeger URL ekle"
msgid "Add Kubernetes cluster"
msgstr "Kubernetes kümesi ekle"
+msgid "Add LICENSE"
+msgstr "LÄ°SANS ekle"
+
msgid "Add README"
msgstr "BENÄ°OKU ekle"
msgid "Add Zoom meeting"
-msgstr ""
+msgstr "Zoom toplantısı ekle"
msgid "Add a %{type} token"
-msgstr ""
+msgstr "Bir %{type} erişim anahtarı ekle"
msgid "Add a GPG key"
-msgstr ""
+msgstr "Bir GPG anahtarı ekle"
msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
msgstr ""
msgid "Add a To Do"
-msgstr ""
+msgstr "Yapılacaklar listesi ekle"
msgid "Add a bullet list"
msgstr "Madde iÅŸareti listesi ekle"
@@ -881,16 +1064,16 @@ msgid "Add additional text to appear in all email communications. %{character_li
msgstr "Tüm e-posta iletişiminde görünecek ek metin ekleyin. %{character_limit} karakter sınırı"
msgid "Add an SSH key"
+msgstr "Bir SSH anahtarı ekle"
+
+msgid "Add an existing issue to the epic."
msgstr ""
msgid "Add an issue"
-msgstr ""
+msgstr "Bir sorun ekle"
msgid "Add approval rule"
-msgstr ""
-
-msgid "Add approvers"
-msgstr "Onaylayanları ekle"
+msgstr "Onay kuralı ekle"
msgid "Add bold text"
msgstr "Kalın metin ekle"
@@ -902,7 +1085,7 @@ msgid "Add comment now"
msgstr "Åžimdi yorum ekle"
msgid "Add email address"
-msgstr ""
+msgstr "E-posta adresi ekle"
msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
msgstr "E-postalar için üstbilgi ve altbilgi ekleyin. Renk ayarları sadece uygulama arabirimi içinde uygulanacak unutmayın"
@@ -911,7 +1094,7 @@ msgid "Add image comment"
msgstr "Resim yorumu ekle"
msgid "Add issues"
-msgstr ""
+msgstr "Sorun ekle"
msgid "Add italic text"
msgstr "EÄŸik metin ekle"
@@ -931,15 +1114,18 @@ msgstr "Yeni uygulama ekle"
msgid "Add new directory"
msgstr "Yeni dizin ekle"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr "Harcanan zamanı ekleyin veya çıkarın"
msgid "Add reaction"
msgstr "Tepki ekle"
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -952,9 +1138,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr "Projeye ekle"
-
msgid "Add to review"
msgstr "Ä°ncelemeye ekle"
@@ -967,6 +1150,9 @@ msgstr "Gruba kullanıcı(lar) ekleyin:"
msgid "Add users to group"
msgstr "Kullanıcıları gruba ekle"
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr "Kullanıcı belirtilmedi."
@@ -976,14 +1162,14 @@ msgstr "Çok fazla kullanıcı belirtildi (sınır %{user_limit})"
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
msgstr ""
msgid "Added a To Do."
-msgstr ""
+msgstr "Yapılacaklar listesi eklendi."
msgid "Added an issue to an epic."
msgstr ""
@@ -992,7 +1178,7 @@ msgid "Added at"
msgstr "Tarihinde eklendi"
msgid "Added in this version"
-msgstr ""
+msgstr "Bu sürümde eklendi"
msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
msgstr "GitLab örneğinizde yeni uygulamalar eklemek devre dışı bırakıldı. İzin almak için lütfen GitLab yöneticinize başvurun"
@@ -1013,14 +1199,17 @@ msgid "Adds %{labels} %{label_text}."
msgstr ""
msgid "Adds a To Do."
-msgstr ""
+msgstr "Yapılacaklar listesi ekler."
msgid "Adds a Zoom meeting"
-msgstr ""
+msgstr "Zoom toplantısı ekler"
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "Yönetici alanı"
@@ -1030,14 +1219,17 @@ msgstr "Yönetim Genel Bakış"
msgid "Admin Section"
msgstr "Yönetici Bölümü"
-msgid "Admin notes"
-msgstr ""
+msgid "Admin mode already enabled"
+msgstr "Yönetici modu zaten etkin"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr ""
+msgid "Admin mode disabled"
+msgstr "Yönetici modu devre dışı"
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr ""
+msgid "Admin mode enabled"
+msgstr "Yönetici modu etkinleştirildi"
+
+msgid "Admin notes"
+msgstr "Yönetici notları"
msgid "AdminArea|Stop all jobs"
msgstr "Tüm işleri durdur"
@@ -1054,11 +1246,17 @@ msgstr "İşleri durdurma başarısız oldu"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Bütün işleri durdurmak üzeresiniz. Bu işlem, çalışan tüm mevcut işleri durduracaktır."
-msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr "Kişisel Erişim Anahtarları"
+
+msgid "AdminCredentials|SSH Keys"
msgstr ""
+msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgstr "İstatistikler yüklenirken hata oluştu. Lütfen tekrar deneyin"
+
msgid "AdminNote|Note"
-msgstr ""
+msgstr "Not"
msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
msgstr ""
@@ -1082,7 +1280,7 @@ msgid "AdminSettings|Environment variables are protected by default"
msgstr "Ortam değişkenleri öntanımlı olarak korunur"
msgid "AdminSettings|No required pipeline"
-msgstr ""
+msgstr "Gerekli iş hattı yok"
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
@@ -1091,7 +1289,7 @@ msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
-msgstr ""
+msgstr "Bir şablon seçin"
msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
msgstr ""
@@ -1109,25 +1307,25 @@ msgid "AdminStatistics|Active Users"
msgstr ""
msgid "AdminStatistics|Forks"
-msgstr ""
+msgstr "Çatallar"
msgid "AdminStatistics|Issues"
-msgstr ""
+msgstr "Sorunlar"
msgid "AdminStatistics|Merge Requests"
-msgstr ""
+msgstr "BirleÅŸtirme Talepleri"
msgid "AdminStatistics|Milestones"
-msgstr ""
+msgstr "Dönüm Noktaları"
msgid "AdminStatistics|Notes"
-msgstr ""
+msgstr "Notlar"
msgid "AdminStatistics|SSH Keys"
-msgstr ""
+msgstr "SSH Anahtarları"
msgid "AdminStatistics|Snippets"
-msgstr ""
+msgstr "Parçacıklar"
msgid "AdminUsers|2FA Disabled"
msgstr "2FA Devre dışı"
@@ -1144,15 +1342,39 @@ msgstr "Yönetici"
msgid "AdminUsers|Admins"
msgstr "Yöneticiler"
+msgid "AdminUsers|Block"
+msgstr "Engelle"
+
msgid "AdminUsers|Block user"
msgstr "Kullanıcıyı engelle"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "%{username} kullanıcısı engellensin mi?"
+
msgid "AdminUsers|Blocked"
msgstr "Engellendi"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "LDAP engelli kullanıcıların engellemesini kaldıramıyor"
+msgid "AdminUsers|Deactivate"
+msgstr "Devre dışı bırak"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr "Kullanıcıyı devre dışı bırak"
+
+msgid "AdminUsers|Deactivated"
+msgstr "Devre dışı bırakıldı"
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "%{username} kullanıcısı ve katkıları silinsin mi?"
@@ -1168,15 +1390,36 @@ msgstr "Kullanıcıyı ve katkılarını sil"
msgid "AdminUsers|External"
msgstr "Harici"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "Bu sensin!"
msgid "AdminUsers|New user"
msgstr "Yeni kullanıcı"
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr "Kullanıcı bulunamadı"
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr "İsme, e-postaya veya kullanıcı adına göre ara"
@@ -1189,18 +1432,45 @@ msgstr "Kullanıcılara e-posta gönder"
msgid "AdminUsers|Sort by"
msgstr "Buna göre sırala"
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "Kullanıcı API'ye erişemeyecek"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr "Kullanıcı slash komutlarını kullanamayacak"
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr "Kullanıcı herhangi bir bildirim almayacak"
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Onaylamak için, %{projectName} yazın"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Onaylamak için, %{username} yazın"
-msgid "AdminUsers|User will be blocked"
-msgstr "Kullanıcı engellenecek"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr "Kullanıcı git depolarına erişemeyecek"
+
+msgid "AdminUsers|User will not be able to login"
+msgstr "Kullanıcı oturum açamayacak"
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
msgid "AdminUsers|Without projects"
msgstr "Projeler olmadan"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr "GeliÅŸmiÅŸ"
@@ -1217,7 +1487,7 @@ msgid "After a successful password update you will be redirected to login screen
msgstr "Başarılı bir şifre güncellemesinden sonra giriş ekranına yönlendirileceksiniz."
msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
-msgstr ""
+msgstr "Başarılı bir şifre güncellemesinden sonra, yeni şifrenizle giriş yapabileceğiniz giriş sayfasına yönlendirileceksiniz."
msgid "Alert"
msgid_plural "Alerts"
@@ -1233,6 +1503,12 @@ msgstr ""
msgid "Alerts"
msgstr "Uyarılar"
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr "Algoritma"
+
msgid "All"
msgstr "Tümü"
@@ -1240,21 +1516,21 @@ msgid "All Members"
msgstr "Tüm Kullanıcılar"
msgid "All branches"
-msgstr ""
+msgstr "Bütün dallar"
msgid "All changes are committed"
msgstr "Tüm değişiklikler işlendi"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
-msgstr ""
+msgstr "Tüm e-posta adresleri işlemlerinizi tanımlamak için kullanılacaktır."
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Tüm özellikler şablonlardan veya içe aktarırken boş projeler için etkindir, ancak daha sonra proje ayarlarında bunları devre dışı bırakabilirsiniz."
msgid "All groups and projects"
+msgstr "Tüm gruplar ve projeler"
+
+msgid "All issues for this milestone are closed."
msgstr ""
msgid "All issues for this milestone are closed. You may close this milestone now."
@@ -1263,7 +1539,16 @@ msgstr "Bu dönüm noktası için tüm konular kapalı. Şimdi bu dönüm noktas
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
+msgstr "Tüm projeler"
+
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
msgstr ""
msgid "All users"
@@ -1281,9 +1566,6 @@ msgstr "Hedef dala bağlanabilecek üyelerin işlemlerine izin verin."
msgid "Allow group owners to manage LDAP-related settings"
msgstr "Grup sahiplerinin LDAP ile ilgili ayarları yönetmesine izin ver"
-msgid "Allow mirrors to be set up for projects"
-msgstr "Projeler için yansımaların ayarlanmasına izin ver"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "Git erişimi için yalnızca seçili protokollerin kullanılmasına izin ver."
@@ -1296,6 +1578,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr "Yerel aÄŸa kanca ve servislerden gelen isteklere izin ver."
@@ -1311,11 +1596,8 @@ msgstr "Bu anahtarın depoya yollanmasına izin verilsin mi? (Varsayılan yalnı
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr "Kullanıcıların erişim isteğinde bulunmasına izin ver"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Görünürlük herkese açık veya dahili ise kullanıcıların erişim isteğine izin ver."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -1326,6 +1608,9 @@ msgstr "Ä°zin verilmedi"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Kubernetes kümelerini eklemeye ve yönetmenize olanak tanır."
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1335,6 +1620,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr "Amazon EKS"
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1380,12 +1677,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr "Sorun ağırlığı güncellenirken bir hata oluştu"
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "Onaylayanlar grubu silinirken bir hata oluÅŸtu"
msgid "An error occurred while deleting the comment"
msgstr "Yorum silinirken bir hata oluÅŸtu"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "Ana bilgisayar anahtarları algılanırken bir hata oluştu"
@@ -1404,14 +1710,17 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
msgid "An error occurred while fetching issues."
-msgstr ""
+msgstr "Sorunlar alınırken bir hata oluştu."
msgid "An error occurred while fetching label colors."
-msgstr ""
+msgstr "Etiket renkleri alınırken bir hata oluştu."
msgid "An error occurred while fetching markdown preview"
msgstr "Markdown ön izlemesi yüklenirken hata oluştu"
@@ -1429,7 +1738,7 @@ msgid "An error occurred while fetching the Service Desk address."
msgstr ""
msgid "An error occurred while fetching the board lists. Please try again."
-msgstr ""
+msgstr "Pano listeleri alınırken bir hata oluştu. Lütfen tekrar deneyin."
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -1437,12 +1746,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr "İş kayıtları alınırken bir hata oluştu."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "İş alınırken bir hata oluştu."
msgid "An error occurred while fetching the jobs."
msgstr "İşler alınırken bir hata oluştu."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "İş hattı alınırken bir hata oluştu."
@@ -1455,6 +1770,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "Projeler yüklenirken bir hata oluştu"
@@ -1464,6 +1782,9 @@ msgstr "Projeyi içe aktarırken bir sorun oluştu: %{details}"
msgid "An error occurred while initializing path locks"
msgstr "Yol kilitlerini başlatırken bir hata oluştu"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Tablo verileri alınırken bir hata oluştu"
@@ -1479,9 +1800,39 @@ msgstr "Değişiklikler uygulanırken bir hata oluştu"
msgid "An error occurred while loading filenames"
msgstr "Dosya isimleri yüklenirken bir hata oluştu"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr "Sorunlar yüklenirken bir sorun oluştu"
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr "Veriler yüklenirken bir hata oluştu. Lütfen tekrar deneyin."
+
msgid "An error occurred while loading the file"
msgstr "Dosya yüklenirken bir hata oluştu"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "Abonelik ayrıntıları yüklenirken bir hata oluştu."
@@ -1489,10 +1840,10 @@ msgid "An error occurred while making the request."
msgstr "Talep edilirken bir hata oluÅŸtu."
msgid "An error occurred while moving the issue."
-msgstr ""
+msgstr "Sorun taşınırken bir hata oluştu."
msgid "An error occurred while parsing recent searches"
-msgstr ""
+msgstr "Son aramalar ayrıştırılırken bir hata oluştu"
msgid "An error occurred while removing epics."
msgstr "Epikler kaldırılırken bir hata oluştu."
@@ -1504,7 +1855,7 @@ msgid "An error occurred while rendering preview broadcast message"
msgstr "Önizleme yayını iletisi oluşturulurken bir hata oluştu"
msgid "An error occurred while reordering issues."
-msgstr ""
+msgstr "Sorunları yeniden sıralarken bir hata oluştu."
msgid "An error occurred while retrieving calendar activity"
msgstr "Takvim etkinlikleri getirilirken bir hata meydana geldi"
@@ -1521,6 +1872,9 @@ msgstr "Atanmış kişiler kaydedilirken bir hata oluştu"
msgid "An error occurred while saving the approval settings"
msgstr "Onay ayarları kaydedilirken bir hata oluştu"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr "Bildirimlere abone olunurken bir hata oluÅŸtu."
@@ -1539,41 +1893,11 @@ msgstr "Onaylama sırasında güncelleme yapılırken bir hata oluştu"
msgid "An error occurred while updating the comment"
msgstr "Yorum güncellenirken bir hata oluştu"
-msgid "An error occurred while validating username"
-msgstr "Kullanıcı adı doğrulanırken bir hata oluştu"
-
-msgid "An error occurred while committing your changes."
-msgstr "DeÄŸiÅŸiklikleriniz iÅŸlenirken bir hata oluÅŸtu."
-
-msgid "An error occurred while fetching the job trace."
-msgstr "İş izi alınırken bir hata oluştu."
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "En son iş hattı alınırken bir hata oluştu."
-
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while validating group path"
msgstr ""
-msgid "An error occurred while loading all the files."
-msgstr "Tüm dosyalar yüklenirken bir hata oluştu."
-
-msgid "An error occurred while loading the file content."
-msgstr "Dosya içeriği yüklenirken bir hata oluştu."
-
-msgid "An error occurred while loading the file."
-msgstr "Dosya yüklenirken bir hata oluştu."
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "Birleştirme isteği değişiklikleri yüklenirken bir hata oluştu."
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "Birleştirme isteği sürüm verileri yüklenirken bir hata oluştu."
-
-msgid "An error occurred while loading the merge request."
-msgstr "Birleştirme isteği yüklenirken bir hata oluştu."
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "İş hattı işleri yüklenirken bir hata oluştu."
+msgid "An error occurred while validating username"
+msgstr "Kullanıcı adı doğrulanırken bir hata oluştu"
msgid "An error occurred. Please try again."
msgstr "Bir hata oluştu. Lütfen tekrar deneyin."
@@ -1599,7 +1923,13 @@ msgstr "Web Terminali durdurulurken beklenmeyen bir hata oluÅŸtu."
msgid "Analytics"
msgstr "Analizler"
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1620,28 +1950,37 @@ msgstr "Herhangi bir etiket"
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
-msgid "Any namespace"
+msgid "Any member with Developer or higher permissions to the project."
msgstr ""
+msgid "Any namespace"
+msgstr "Herhangi isim alanı"
+
msgid "Any user"
-msgstr ""
+msgstr "Herhangi bir kullanıcı"
+
+msgid "App ID"
+msgstr "Uygulama KimliÄŸi"
msgid "Appearance"
msgstr "Görünüm"
msgid "Appearance was successfully created."
-msgstr ""
+msgstr "Görünüm başarıyla oluşturuldu."
msgid "Appearance was successfully updated."
msgstr "Görünüm başarıyla güncellendi."
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1651,13 +1990,13 @@ msgid "Application ID"
msgstr "Uygulama KimliÄŸi"
msgid "Application settings saved successfully"
-msgstr ""
+msgstr "Uygulama ayarları başarıyla kaydedildi"
msgid "Application uninstalled but failed to destroy: %{error_message}"
msgstr ""
msgid "Application was successfully destroyed."
-msgstr ""
+msgstr "Uygulama başarıyla imha edildi."
msgid "Application was successfully updated."
msgstr "Uygulama başarıyla güncellendi."
@@ -1671,23 +2010,38 @@ msgstr "Uygulamalar"
msgid "Applied"
msgstr "Uygulandı"
+msgid "Apply"
+msgstr "Uygula"
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr "Bir ÅŸablon uygula"
+
msgid "Apply suggestion"
msgstr "Öneriyi uygula"
-msgid "Applying command"
+msgid "Apply template"
+msgstr "Åžablonu uygula"
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
msgstr ""
+msgid "Applying command"
+msgstr "Komut uygulanıyor"
+
msgid "Applying command to %{commandDescription}"
msgstr ""
msgid "Applying multiple commands"
-msgstr ""
+msgstr "Birden çok komut uygulanıyor"
msgid "Applying suggestion"
-msgstr ""
+msgstr "Öneri uygulanıyor"
+
+msgid "Approval rules"
+msgstr "Onay kuralları"
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
@@ -1712,11 +2066,8 @@ msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCoun
msgstr[0] "%{membersCount} tarafından %{count} onay gerekli"
msgstr[1] "%{membersCount} tarafından %{count} onay gerekli"
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr "Geliştirici rolüne sahip veya daha yüksek olan tüm üyeler ve kod sahipleri (eğer varsa)"
-
msgid "ApprovalRule|Approvers"
-msgstr ""
+msgstr "Onaylayanlar"
msgid "ApprovalRule|Name"
msgstr "Ä°sim"
@@ -1725,7 +2076,7 @@ msgid "ApprovalRule|No. approvals required"
msgstr "Onay gerekli deÄŸil"
msgid "ApprovalRule|Rule name"
-msgstr ""
+msgstr "Kural adı"
msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr "örneğin. QA, Güvenlik vb."
@@ -1734,15 +2085,18 @@ msgid "Approvals"
msgstr "Onaylar"
msgid "Approve"
-msgstr ""
+msgstr "Onayla"
msgid "Approve a merge request"
-msgstr ""
+msgstr "Bir birleÅŸtirme talebini onayla"
msgid "Approve the current merge request."
-msgstr ""
+msgstr "Geçerli birleştirme talebini onayla."
msgid "Approved the current merge request."
+msgstr "Geçerli birleştirme talebi onaylandı."
+
+msgid "Approver"
msgstr ""
msgid "Apr"
@@ -1755,6 +2109,9 @@ msgid "Archive jobs"
msgstr "ArÅŸiv iÅŸleri"
msgid "Archive project"
+msgstr "Projeyi arÅŸivle"
+
+msgid "Archived project! Repository and other project resources are read only"
msgstr ""
msgid "Archived project! Repository and other project resources are read-only"
@@ -1763,11 +2120,11 @@ msgstr "Proje arşivlendi! Depo ve diğer proje kaynakları sadece okunur"
msgid "Archived projects"
msgstr "ArÅŸivlenmiÅŸ projeler"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
-msgstr "Emin misiniz"
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -1799,6 +2156,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Bu iş hattı planını silmek istediğinizden emin misiniz?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Bu yapıyı silmek istediğinizden emin misiniz?"
@@ -1808,6 +2168,9 @@ msgstr "KaydedilmemiÅŸ deÄŸiÅŸiklikleri kaybetmek istediÄŸinizden emin misiniz?"
msgid "Are you sure you want to lose your issue information?"
msgstr "Sorun bilgilerinizi kaybetmek istediÄŸinizden emin misiniz?"
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1856,7 +2219,16 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+msgstr "Emin misiniz? Bu, kayıtlı uygulamalarınızı ve U2F cihazlarınızı geçersiz kılar."
+
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
msgstr ""
msgid "Artifact ID"
@@ -1898,6 +2270,9 @@ msgstr ""
msgid "Assets"
msgstr "Varlıklar"
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1957,6 +2332,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr "Bir dosya ekle"
@@ -1965,11 +2343,11 @@ msgstr "Sürükleyip bırakarak bir dosya ekle veya %{upload_link}"
msgid "Attaching a file"
msgid_plural "Attaching %d files"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Bir dosya ekleniyor"
+msgstr[1] "%d dosya ekleniyor"
msgid "Attaching the file failed."
-msgstr ""
+msgstr "Dosya ekleme başarısız oldu."
msgid "Audit Events"
msgstr "Denetim Etkinlikleri"
@@ -1977,6 +2355,18 @@ msgstr "Denetim Etkinlikleri"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr "(kaldırıldı)"
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr "Hedef"
+
msgid "Aug"
msgstr "AÄŸustos"
@@ -1987,13 +2377,16 @@ msgid "Authenticate"
msgstr ""
msgid "Authenticate with GitHub"
-msgstr ""
+msgstr "GitHub ile Kimlik Doğrulaması"
+
+msgid "Authenticating"
+msgstr "Kimlik doğrulanıyor"
msgid "Authentication Log"
msgstr "Kimlik Doğrulama Günlüğü"
msgid "Authentication failed: %{error_message}"
-msgstr ""
+msgstr "Kimlik doğrulama başarısız oldu: %{error_message}"
msgid "Authentication log"
msgstr "Kimlik Doğrulama Günlüğü"
@@ -2049,12 +2442,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "Yedekli, bekleyen iş hatlarını otomatik olarak iptal et"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Otomatik DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Otomatik DevOps belgeleri"
@@ -2071,16 +2473,16 @@ msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if
msgstr "Otomatik DevOps iş hattı etkinleştirildi ve alternatif bir CI yapılandırma dosyası bulunmazsa kullanılacak. %{more_information_link}"
msgid "Autocomplete"
-msgstr ""
+msgstr "Otomatik tamamla"
msgid "Autocomplete description"
-msgstr ""
+msgstr "Otomatik tamamlama açıklaması"
msgid "Autocomplete hint"
-msgstr ""
+msgstr "Otomatik tamamlama ipucu"
msgid "Autocomplete usage hint"
-msgstr ""
+msgstr "Otomatik tamamlama kullanım ipucu"
msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
msgstr ""
@@ -2098,7 +2500,7 @@ msgid "Automatically update this project's branches and tags from the upstream r
msgstr ""
msgid "Autosave|Note"
-msgstr ""
+msgstr "Not"
msgid "Available"
msgstr "Kullanılabilir"
@@ -2166,6 +2568,9 @@ msgstr "Grup Rozeti"
msgid "Badges|Link"
msgstr "Bağlantı"
+msgid "Badges|Name"
+msgstr "Ä°sim"
+
msgid "Badges|No badge image"
msgstr "Rozet resmi yok"
@@ -2235,6 +2640,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "Bekleyen tüm yorumları sil"
@@ -2256,23 +2664,23 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
msgid "Billing"
msgstr "Fatura"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
-msgstr ""
-
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
-msgstr ""
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr "%{group_name} şu anda %{plan_name} planı kullanıyor."
-msgid "BillingPlans|Current plan"
-msgstr "Mevcut plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr "@%{user_name} olarak şu anda %{plan_name} planı kullanıyorsunuz."
-msgid "BillingPlans|Downgrade"
-msgstr "Mevcut planı düşür"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
@@ -2298,17 +2706,14 @@ msgstr "Bu grup, üst grup ile ilişkili planı kullanır."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Bu grubun planını yönetmek için, %{parent_billing_page_link} faturalandırma bölümünü ziyaret edin."
-msgid "BillingPlans|Upgrade"
-msgstr "Yükselt"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "GitLab.com deneme sürümünüzün süresi %{expiration_date} tarihinde doldu. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "özellikler"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
msgstr "sık sorulan sorular"
@@ -2316,14 +2721,11 @@ msgstr "sık sorulan sorular"
msgid "BillingPlans|monthly"
msgstr "aylık"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "yıllık ücret %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "kullanıcı başına"
-msgid "BillingPlan|Upgrade plan"
-msgstr ""
+msgid "BillingPlan|Upgrade"
+msgstr "Yükselt"
msgid "Bitbucket Server Import"
msgstr ""
@@ -2331,12 +2733,12 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
-msgstr "Engelle"
-
msgid "Blocked"
msgstr "EngellenmiÅŸ"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "Blog"
@@ -2344,16 +2746,16 @@ msgid "Blue helpers indicate an action to be taken."
msgstr ""
msgid "Board name"
-msgstr ""
+msgstr "Pano adı"
msgid "Board scope"
-msgstr ""
+msgstr "Pano kapsamı"
msgid "Board scope affects which issues are displayed for anyone who visits this board"
-msgstr ""
+msgstr "Pano kapsamı, bu panoyu ziyaret eden kişilere hangi sorunların gösterileceğini belirler"
msgid "BoardBlankState|Add default lists"
-msgstr ""
+msgstr "Varsayılan listesine ekle"
msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
msgstr ""
@@ -2371,16 +2773,16 @@ msgid "Boards|Collapse"
msgstr ""
msgid "Boards|Edit board"
-msgstr ""
+msgstr "Panoyu düzenle"
msgid "Boards|Expand"
-msgstr ""
+msgstr "GeniÅŸlet"
msgid "Boards|View scope"
-msgstr ""
+msgstr "Kapsamı görüntüle"
msgid "Branch"
-msgstr ""
+msgstr "Dal"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr ""
@@ -2400,6 +2802,9 @@ msgstr "Dal adı"
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Dallarda ara"
@@ -2550,10 +2955,16 @@ msgstr ""
msgid "Browse files"
msgstr "Dosyalara gözat"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
msgid "Built-in"
msgstr "Dahili"
-msgid "BurndownChartLabel|Guideline"
+msgid "Burndown chart"
msgstr ""
msgid "BurndownChartLabel|Open issue weight"
@@ -2562,12 +2973,6 @@ msgstr ""
msgid "BurndownChartLabel|Open issues"
msgstr ""
-msgid "BurndownChartLabel|Progress"
-msgstr ""
-
-msgid "BurndownChartLabel|Remaining"
-msgstr ""
-
msgid "Business"
msgstr "Ä°ÅŸ"
@@ -2575,19 +2980,19 @@ msgid "Business metrics (Custom)"
msgstr "İş ölçümleri (Özel)"
msgid "Buy EE"
-msgstr ""
+msgstr "EE satın al"
msgid "Buy GitLab Enterprise Edition"
-msgstr ""
+msgstr "Gitlab Kurumsal Sürümünü satın alın"
msgid "By %{user_name}"
-msgstr ""
+msgstr "%{user_name} tarafından"
msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
msgstr "Öntanımlı olarak GitLab, e-postaları HTML ve düz metin biçimlerinde gönderir, böylece posta istemcileri hangi biçimi kullanacaklarını seçebilir. Yalnızca düz metin biçiminde e-postalar göndermek istiyorsanız bu seçeneği devre dışı bırakın."
msgid "By default, all projects and groups will use the global notifications setting."
-msgstr ""
+msgstr "Varsayılan olarak, tüm projeler ve gruplar genel bildirimler ayarını kullanacaktır."
msgid "ByAuthor|by"
msgstr "tarafından"
@@ -2608,7 +3013,7 @@ msgid "CI Lint"
msgstr "CI Lint"
msgid "CI variables"
-msgstr ""
+msgstr "CI deÄŸiÅŸkenleri"
msgid "CI will run using the credentials assigned above."
msgstr "CI, yukarda belirtilen kimlik bilgileri ile çalışacak."
@@ -2628,9 +3033,6 @@ msgstr "CI / CD ayarları"
msgid "CICD|Auto DevOps"
msgstr "Otomatik DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2652,9 +3054,6 @@ msgstr "Dağıtım stratejisi"
msgid "CICD|Jobs"
msgstr "Ä°ÅŸler"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "Otomatik DevOps hakkında daha fazla bilgi edinin"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "Alternatif CI yapılandırma dosyası bulunmazsa, Otomatik DevOps iş hattı çalışır."
@@ -2679,9 +3078,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr "Geridönüş bağlantısı"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "Birleştirme isteği için gereken onaylayıcıları ve onayları geçersiz kılabilir"
@@ -2697,6 +3102,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2709,6 +3117,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Bu iÅŸi iptal et"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2748,9 +3159,6 @@ msgstr "Sertifika"
msgid "Certificate (PEM)"
msgstr "Sertifika (PEM)"
-msgid "Change Weight"
-msgstr "Ağırlığı değiştir"
-
msgid "Change assignee"
msgstr ""
@@ -2760,11 +3168,14 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr "Dalları değiştir"
+
msgid "Change label"
-msgstr ""
+msgstr "Etiketi deÄŸiÅŸtir"
msgid "Change milestone"
-msgstr ""
+msgstr "Dönüm noktasını değiştir"
msgid "Change path"
msgstr "Yolu deÄŸiÅŸtir"
@@ -2779,13 +3190,13 @@ msgid "Change this value to influence how frequently the GitLab UI polls for upd
msgstr "GitLab UI'nin güncellemeler için ne sıklıkla sorguladığını etkilemek için bu değeri değiştirin."
msgid "Change title"
-msgstr ""
+msgstr "Başlığı değiştir"
msgid "Change your password"
-msgstr ""
+msgstr "Åžifrenizi deÄŸiÅŸtirin"
msgid "Change your password or recover your current one"
-msgstr ""
+msgstr "Şifrenizi değiştirin veya mevcut şifrenizi kurtarın"
msgid "ChangeTypeActionLabel|Pick into branch"
msgstr "Dalı seç"
@@ -2823,53 +3234,62 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "Grafikler"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Sohbet"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
-msgstr ""
+msgstr "Dal"
msgid "ChatMessage|Commit"
-msgstr ""
+msgstr "Ä°ÅŸlem"
msgid "ChatMessage|Failed job"
-msgstr ""
+msgstr "Başarısız iş"
msgid "ChatMessage|Failed stage"
-msgstr ""
+msgstr "Başarısız aşama"
msgid "ChatMessage|Invalid CI config YAML file"
-msgstr ""
+msgstr "Geçersiz CI yapılandırma YAML dosyası"
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
-msgstr ""
+msgstr "Etiket"
msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
msgstr ""
msgid "ChatMessage|failed"
-msgstr ""
+msgstr "başarısız"
msgid "ChatMessage|has failed"
-msgstr ""
+msgstr "başarısız oldu"
msgid "ChatMessage|has passed"
-msgstr ""
+msgstr "geçti"
msgid "ChatMessage|has passed with warnings"
-msgstr ""
+msgstr "uyarılarla geçti"
msgid "ChatMessage|in %{duration}"
msgstr ""
@@ -2878,7 +3298,7 @@ msgid "ChatMessage|in %{project_link}"
msgstr ""
msgid "ChatMessage|passed"
-msgstr ""
+msgstr "geçti"
msgid "Check again"
msgstr "Tekrar kontrol et"
@@ -2890,10 +3310,13 @@ msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
msgid "Check your .gitlab-ci.yml"
+msgstr ".gitlab-ci.yml'nizi kontrol edin"
+
+msgid "Check your Docker images for known vulnerabilities"
msgstr ""
msgid "Checking %{text} availability…"
-msgstr ""
+msgstr "%{text} varlığı kontrol ediliyor…"
msgid "Checking approval status"
msgstr "Onay durumunu kontrol et"
@@ -2901,7 +3324,82 @@ msgstr "Onay durumunu kontrol et"
msgid "Checking branch availability..."
msgstr "Dal uygunluÄŸu kontrol ediliyor..."
+msgid "Checking group path availability..."
+msgstr "Grup yolu uygunluÄŸu kontrol ediliyor..."
+
msgid "Checking username availability..."
+msgstr "Kullanıcı adının geçerliliği denetleniyor..."
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
msgstr ""
msgid "Cherry-pick this commit"
@@ -2910,6 +3408,15 @@ msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2932,10 +3439,10 @@ msgid "Choose a template"
msgstr ""
msgid "Choose a template..."
-msgstr ""
+msgstr "Bir şablon seç..."
msgid "Choose a type..."
-msgstr ""
+msgstr "Bir tür seç..."
msgid "Choose any color."
msgstr "Herhangi bir renk seçin."
@@ -2974,7 +3481,7 @@ msgid "CiStatusLabel|failed"
msgstr "başarısız"
msgid "CiStatusLabel|manual action"
-msgstr "el ile eylem"
+msgstr "el ile iÅŸlem"
msgid "CiStatusLabel|passed"
msgstr "geçti"
@@ -2986,7 +3493,7 @@ msgid "CiStatusLabel|pending"
msgstr "bekliyor"
msgid "CiStatusLabel|preparing"
-msgstr "CiStatusLabel|hazırlanıyor"
+msgstr "hazırlanıyor"
msgid "CiStatusLabel|skipped"
msgstr "atlandı"
@@ -2997,6 +3504,9 @@ msgstr "gecikmeli iÅŸ bekliyor"
msgid "CiStatusLabel|waiting for manual action"
msgstr "elle işlem için bekliyor"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "engellendi"
@@ -3027,6 +3537,9 @@ msgstr "CiStatusText|hazırlanıyor"
msgid "CiStatusText|skipped"
msgstr "atlandı"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "çalışıyor"
@@ -3099,6 +3612,9 @@ msgstr "Korumayı değiştir"
msgid "CiVariable|Validation failed"
msgstr "Doğrulama başarısız"
+msgid "Class"
+msgstr "Sınıf"
+
msgid "Classification Label (optional)"
msgstr "Sınıflandırma Etiketi (isteğe bağlı)"
@@ -3108,6 +3624,9 @@ msgstr "kullanılamıyor: %{reason}"
msgid "Clear"
msgstr "Temizle"
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr "GiriÅŸi temizle"
@@ -3136,10 +3655,10 @@ msgid "Click any <strong>project name</strong> in the project list below to navi
msgstr ""
msgid "Click here"
-msgstr ""
+msgstr "Buraya tıklayın"
msgid "Click the <strong>Download</strong> button and wait for downloading to complete."
-msgstr ""
+msgstr "<strong>İndirme</strong> düğmesini tıklayın ve indirme işleminin tamamlanmasını bekleyin."
msgid "Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone."
msgstr ""
@@ -3157,7 +3676,7 @@ msgid "Click to expand it."
msgstr "Genişletmek için tıklayın."
msgid "Click to expand text"
-msgstr ""
+msgstr "Metni genişletmek için tıklayın"
msgid "Client authentication certificate"
msgstr ""
@@ -3169,16 +3688,16 @@ msgid "Client authentication key password"
msgstr ""
msgid "Clients"
-msgstr ""
+msgstr "Ä°stemciler"
msgid "Clone"
msgstr "Klonla"
msgid "Clone repository"
-msgstr ""
+msgstr "Depoyu klonla"
msgid "Clone with %{http_label}"
-msgstr ""
+msgstr "%{http_label} ile klonla"
msgid "Clone with KRB5"
msgstr "KRB5 ile klonla"
@@ -3187,10 +3706,10 @@ msgid "Clone with SSH"
msgstr "SSH ile klonla"
msgid "Close"
-msgstr ""
+msgstr "Kapat"
msgid "Close %{tabname}"
-msgstr ""
+msgstr "%{tabname} sekmesini kapat"
msgid "Close epic"
msgstr ""
@@ -3202,7 +3721,7 @@ msgid "Close sidebar"
msgstr "Kenar çubuğunu kapat"
msgid "Close this %{quick_action_target}"
-msgstr ""
+msgstr "Bunu kapat %{quick_action_target}"
msgid "Closed"
msgstr "Kapalı"
@@ -3211,20 +3730,23 @@ msgid "Closed issues"
msgstr "Kapalı sorunlar"
msgid "Closed this %{quick_action_target}."
-msgstr ""
+msgstr "%{quick_action_target} kapatıldı."
msgid "Closes this %{quick_action_target}."
-msgstr ""
+msgstr "%{quick_action_target} bunu kapatır."
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "%{custom_domain_start}Daha fazla bilgi%{custom_domain_end}."
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr "özel bir etki alanı yerine kullanılabilir."
@@ -3235,9 +3757,12 @@ msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernet
msgstr "%{appList} Kubernetes kümenize başarıyla yüklendi"
msgid "ClusterIntegration|%{title} uninstalled successfully."
-msgstr ""
+msgstr "%{title} başarıyla kaldırıldı."
msgid "ClusterIntegration|%{title} updated successfully."
+msgstr "%{title} başarıyla güncellendi."
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
msgstr ""
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
@@ -3279,11 +3804,14 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr "Alternatifler"
msgid "ClusterIntegration|Amazon EKS"
-msgstr ""
+msgstr "Amazon EKS"
msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
msgstr "Google Cloud API ile iletişim kurulurken bir hata oluştu. Lütfen daha sonra tekrar deneyin."
@@ -3298,7 +3826,7 @@ msgid "ClusterIntegration|An error occurred while trying to fetch zone machine t
msgstr "Bölge makine türlerini getirmeye çalışırken bir hata oluştu: %{error}"
msgid "ClusterIntegration|Any running pipelines will be canceled."
-msgstr ""
+msgstr "Çalışan tüm iş hatları iptal edilecektir."
msgid "ClusterIntegration|Applications"
msgstr "Uygulamalar"
@@ -3306,8 +3834,11 @@ msgstr "Uygulamalar"
msgid "ClusterIntegration|Apply for credit"
msgstr "Krediye baÅŸvur"
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "Kubernetes küme entegrasyonunu kaldırmak istediğinizden emin misiniz? Bu sizin güncel Kubernetes kümenizi silmez."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr "AWS ile kimlik doğrulaması"
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr "Amazon Web Servisleri ile kimlik doğrulaması"
msgid "ClusterIntegration|Base domain"
msgstr "Temel etki alanı"
@@ -3324,7 +3855,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3333,12 +3870,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Ortamlarınızdan hangisinin bu kümeyi kullanacağını seçin."
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr "Küme sağlığı"
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr "Küme ismi gerekli."
@@ -3351,14 +3897,14 @@ msgstr "API URL'sini Kopyala"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "CA Sertifikasını Kopyala"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
-msgstr "Giriş - bitiş noktasını panoya kopyala"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Jupyter ana bilgisayar adını panoya kopyala"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
-msgstr "Knative bitiş noktasını panoya kopyala"
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
msgstr "Kubernetes küme adını kopyala"
@@ -3366,27 +3912,90 @@ msgstr "Kubernetes küme adını kopyala"
msgid "ClusterIntegration|Copy Service Token"
msgstr "Hizmet erişim anahtarını kopyala"
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Kubernetes kümesi oluştur"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr "Biliyor muydunuz?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "GitLab'ın Kubernetes kümeniz ile olan bağlantısını etkinleştirin veya devre dışı bırakın."
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Rol tabanlı erişim kontrolü (RBAC) kullanıyorsanız bu ayarı etkinleştirin."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Kubernetes kümeniz için ayrıntıları girin"
@@ -3396,9 +4005,15 @@ msgstr "Ortam kapsamı"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr "Google Kubernetes Motor Kümesi yapılandırılamadı: %{message}"
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr "Google Bulut Platform isteği başarısız oldu: %{message}"
@@ -3426,6 +4041,9 @@ msgstr "GitLab Çalıştırıcı; depoya bağlanır ve CI/CD işlerini yürütü
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Google Cloud Platform projesi"
@@ -3453,6 +4071,9 @@ msgstr "Gizle"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Birden fazla küme oluşturuyorsanız ve Otomatik DevOps kullanıyorsanız, %{help_link_start}ilk önce bunu okuyunuz %{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr "Kümenizin sağlığını görmek için önce aşağıdan Prometheus'u yüklemelisiniz."
@@ -3471,6 +4092,9 @@ msgstr "Ingress'ın yüklenmesi ek ücrete neden olabilir. %{pricingLink} hakkı
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Kubernetes küme otomasyonunu bütünleştir"
@@ -3492,6 +4116,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3513,13 +4140,13 @@ msgstr "Kubernetes kümesi"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Kubernetes kümesi ayrıntıları"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "Kubernetes kümesi, Google Kubernetes Motoru içinde oluşturuluyor..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Kubernetes kümesi adı"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3528,13 +4155,22 @@ msgstr "Kubernetes kümeleri; uygulamaları gözden geçirme özelliğini kullan
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Kubernet kümeleri, uygulamaları dağıtmak ve bu proje için Gözden Geçirme Uygulamaları sağlamak için kullanılabilir"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3552,7 +4188,28 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
+msgstr "Bölgeler yükleniyor"
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr "VPC'ler yükleniyor"
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr "Örnek türleri yükleniyor"
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr "Güvenlik grupları yükleniyor"
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr "Alt ağlar yükleniyor"
+
+msgid "ClusterIntegration|Loading subnetworks"
msgstr ""
msgid "ClusterIntegration|Machine type"
@@ -3561,15 +4218,27 @@ msgstr "Makine türü"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr "Aramanız hiçbir makine türü ile eşleşmiyor"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "Proje bulunamadı"
@@ -3579,6 +4248,15 @@ msgstr "Aramanız ile eşleşen bir proje yok"
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr "Aramanızla hiçbir alan eşleşmedi"
@@ -3612,10 +4290,13 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3627,9 +4308,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3639,30 +4332,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr "Makine türlerini ara"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "Projeleri ara"
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr "Bölgeleri ara"
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Makine türlerini seç"
@@ -3675,7 +4413,7 @@ msgstr "Makine türü seçimine göre alan ve proje seç"
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Seçili alan için proje seç"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3687,16 +4425,22 @@ msgstr "Makine türünü seçmek için alan seç"
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Göster"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3711,6 +4455,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3729,6 +4479,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3747,6 +4500,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3759,6 +4518,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr "Proje fiyatlandırma durumunu doğrula"
@@ -3768,12 +4530,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3783,6 +4554,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "Alan"
@@ -3792,9 +4566,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr "belgeleme"
-msgid "ClusterIntegration|help page"
-msgstr "yardım sayfası"
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3807,10 +4578,31 @@ msgstr "fiyatlandırma"
msgid "ClusterIntegration|sign up"
msgstr "kaydol"
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3819,6 +4611,12 @@ msgstr ""
msgid "Code Owners"
msgstr "Kod Sahipleri"
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr "Kod sahibi onayı gerekiyor"
@@ -3831,6 +4629,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "Daralt"
@@ -3908,6 +4724,9 @@ msgstr "Son 30 işlem için dakika cinsinden işlem süresi"
msgid "Commit message"
msgstr "İşlem mesajı"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "%{ref} %{start_time} -%{end_time} için işlem istatistikleri"
@@ -3938,6 +4757,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "BirleÅŸtirme istek verileri getirilirken bir hata oluÅŸtu."
@@ -3959,6 +4781,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr "Åžirket ismi"
+
msgid "Compare"
msgstr "Karşılaştır"
@@ -3977,6 +4802,9 @@ msgstr "Son işlem ile değişiklikleri karşılaştır"
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} ve %{target_branch} aynıdır."
@@ -3995,6 +4823,9 @@ msgstr "Karşılaştırılacak bir şey bulunamadı."
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -4016,6 +4847,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -4031,7 +4865,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4044,7 +4884,7 @@ msgid "Configure the way a user creates a new account."
msgstr ""
msgid "Confirm"
-msgstr ""
+msgstr "Onayla"
msgid "Confirmation email sent to %{email}"
msgstr ""
@@ -4067,15 +4907,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr "Bağlanıyor…"
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4091,69 +4940,135 @@ msgstr ""
msgid "Container Registry"
msgstr "Kapsayıcı Kaydı"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr "Kapsayıcı kaydı resimleri"
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Expiration interval:"
msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
-msgstr[1] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr "Son Güncelleme"
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr "Depoyu kaldır"
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "ContainerRegistry|Size"
msgstr "Boyut"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Etiket"
-msgid "ContainerRegistry|Tag ID"
-msgstr "Etiket KimliÄŸi"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4169,10 +5084,10 @@ msgid "Contents of .gitlab-ci.yml"
msgstr ""
msgid "Continue"
-msgstr ""
+msgstr "Devam"
msgid "Continue to the next step"
-msgstr ""
+msgstr "Sonraki adıma devam et"
msgid "Continuous Integration and Deployment"
msgstr ""
@@ -4189,83 +5104,125 @@ msgstr "Katkı Analizi"
msgid "Contribution Charts"
msgstr "Katkı Grafikleri"
-msgid "Contributions for <strong>%{calendar_date}</strong>"
-msgstr "<strong>%{calendar_date}</strong> için katkılar"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
-msgid "Contributions per group member"
-msgstr "Grup üyesi başına katkılar"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
-msgid "Contributors"
-msgstr "Katkıda Bulunanlar"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "Lütfen bekleyin, hazır olduğunda bu sayfa otomatik olarak yenilenir."
+msgid "ContributionAnalytics|Last month"
+msgstr ""
-msgid "Control emails linked to your account"
+msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "Control the display of third party offers."
+msgid "ContributionAnalytics|Merge Requests"
msgstr ""
-msgid "Control the maximum concurrency of repository backfill for this secondary node"
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr ""
-msgid "ConvDev Index"
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr "<strong>%{calendar_date}</strong> için katkılar"
+
+msgid "Contributions per group member"
+msgstr "Grup üyesi başına katkılar"
+
+msgid "Contributors"
+msgstr "Katkıda Bulunanlar"
+
+msgid "Control emails linked to your account"
+msgstr "Hesabınıza bağlı e-postaları kontrol edin"
+
+msgid "Control the display of third party offers."
+msgstr ""
+
+msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
msgid "Cookie domain"
msgstr ""
msgid "Copied"
-msgstr ""
+msgstr "Kopyalandı"
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy %{http_label} clone URL"
+msgid "Copy"
+msgstr "Kopyala"
+
+msgid "Copy %{field}"
msgstr ""
+msgid "Copy %{http_label} clone URL"
+msgstr "%{http_label} klon URL'sini kopyala"
+
msgid "Copy %{protocol} clone URL"
-msgstr ""
+msgstr "%{protocol} klon URL'sini kopyala"
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr "%{proxy_url} kopyala"
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
msgstr ""
+msgid "Copy ID"
+msgstr "KimliÄŸi kopyala"
+
msgid "Copy KRB5 clone URL"
msgstr "KRB5 klon URL'sini kopyala"
msgid "Copy SSH clone URL"
-msgstr ""
+msgstr "SSH klon URL'sini kopyala"
msgid "Copy SSH public key"
msgstr "SSH ortak anahtarını kopyala"
-msgid "Copy URL to clipboard"
-msgstr "URL'yi panoya kopyala"
+msgid "Copy URL"
+msgstr "URL'yi kopyala"
-msgid "Copy branch name to clipboard"
-msgstr "Dal adını panoya kopyala"
+msgid "Copy branch name"
+msgstr "Dal adını kopyala"
-msgid "Copy command to clipboard"
+msgid "Copy command"
+msgstr "Komutu kopyala"
+
+msgid "Copy commands"
+msgstr "Komutları kopyala"
+
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "İşlem SHA'yı panoya kopyala"
+msgid "Copy file contents"
+msgstr "Dosya içeriğini kopyala"
+
+msgid "Copy file path"
+msgstr "Dosya yolunu kopyala"
-msgid "Copy file path to clipboard"
-msgstr "Dosya yolunu panoya kopyala"
+msgid "Copy impersonation token"
+msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
@@ -4276,30 +5233,24 @@ msgstr ""
msgid "Copy link"
msgstr "Bağlantıyı kopyala"
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy source to clipboard"
-msgstr ""
+msgid "Copy token"
+msgstr "Erişim anahtarını kopyala"
-msgid "Copy to clipboard"
+msgid "Copy trigger token"
msgstr ""
-msgid "Copy token to clipboard"
-msgstr "Erişim anahtarını panoya kopyala"
-
msgid "Could not add admins as members"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
-msgstr ""
-
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -4318,27 +5269,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr "Ãœlke"
+
msgid "Coverage"
msgstr "Kapsam"
@@ -4354,9 +5326,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4372,12 +5350,21 @@ msgstr ""
msgid "Create a new issue"
msgstr "Yeni bir sorun oluÅŸtur"
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr "Yeni bir depo oluÅŸtur"
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4417,6 +5404,9 @@ msgstr "Grup oluÅŸtur"
msgid "Create group label"
msgstr "Grup etiketi oluÅŸtur"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4472,14 +5462,23 @@ msgid "CreateTokenToCloneLink|create a personal access token"
msgstr "kiÅŸisel eriÅŸim belirteci oluÅŸtur"
msgid "Created"
-msgstr "OluÅŸturdu"
+msgstr "OluÅŸturdu:"
msgid "Created At"
msgstr "OluÅŸturma tarihi"
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4519,18 +5518,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr "Mevcut Plan"
+
msgid "Current Project"
msgstr ""
@@ -4538,6 +5546,9 @@ msgid "Current node"
msgstr ""
msgid "Current password"
+msgstr "Mevcut ÅŸifre"
+
+msgid "Current vulnerabilities count"
msgstr ""
msgid "CurrentUser|Profile"
@@ -4546,7 +5557,13 @@ msgstr "Profil"
msgid "CurrentUser|Settings"
msgstr "Ayarlar"
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr "Altın denemesini başlat"
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4564,12 +5581,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4603,6 +5626,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr "Özel renkler"
@@ -4624,6 +5650,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "AÅŸama Analizi"
@@ -4633,15 +5662,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4654,6 +5710,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4666,9 +5725,6 @@ msgstr "Sorun"
msgid "CycleAnalyticsStage|Plan"
msgstr "Plan"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Yapım"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Ä°ncele"
@@ -4678,25 +5734,74 @@ msgstr "Hazırlama"
msgid "CycleAnalyticsStage|Test"
msgstr "Test"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4716,7 +5821,7 @@ msgid "DashboardProjects|Personal"
msgstr "KiÅŸisel"
msgid "DashboardProjects|Trending"
-msgstr ""
+msgstr "Öne Çıkanlar"
msgid "Dashboards"
msgstr "Gösterge Panoları"
@@ -4733,6 +5838,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Veri hala hesaplanıyor..."
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4751,6 +5859,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4764,11 +5875,14 @@ msgid "Decline"
msgstr ""
msgid "Decline and sign out"
-msgstr ""
+msgstr "Reddet ve çıkış yap"
msgid "Default Branch"
msgstr "Öntanımlı Dal"
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4781,9 +5895,12 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default description template for issues"
+msgid "Default deletion adjourned period"
msgstr ""
+msgid "Default description template for issues"
+msgstr "Sorunlar için varsayılan açıklama şablonu"
+
msgid "Default description template for merge requests"
msgstr ""
@@ -4794,7 +5911,7 @@ msgid "Default first day of the week in calendars and date pickers."
msgstr ""
msgid "Default issue template"
-msgstr ""
+msgstr "Varsayılan sorun şablonu"
msgid "Default project deletion protection"
msgstr ""
@@ -4827,13 +5944,13 @@ msgid "DelayedJobs|delayed"
msgstr ""
msgid "Delete"
-msgstr ""
+msgstr "Sil"
msgid "Delete Comment"
-msgstr ""
+msgstr "Yorumu sil"
msgid "Delete Package"
-msgstr ""
+msgstr "Paketi Sil"
msgid "Delete Snippet"
msgstr "Parçacığı Sil"
@@ -4842,15 +5959,27 @@ msgid "Delete artifacts"
msgstr ""
msgid "Delete board"
-msgstr ""
+msgstr "Panoyu sil"
msgid "Delete comment"
msgstr "Yorumu sil"
msgid "Delete license"
-msgstr ""
+msgstr "Lisansı sil"
msgid "Delete list"
+msgstr "Listeyi sil"
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
msgstr ""
msgid "Delete source branch"
@@ -4875,7 +6004,7 @@ msgid "DeleteProject|Failed to restore wiki repository. Please contact the admin
msgstr ""
msgid "Deleted"
-msgstr ""
+msgstr "Silindi"
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
@@ -4892,6 +6021,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr "Silme bekleniyor. Bu proje %{date} tarihinde kaldırılacak. Depo ve diğer proje kaynakları salt okunurdur."
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4901,6 +6033,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4930,7 +6065,7 @@ msgid "Dependencies|Job failed to generate the dependency list"
msgstr ""
msgid "Dependencies|License"
-msgstr ""
+msgstr "Lisans"
msgid "Dependencies|Location"
msgstr ""
@@ -4962,6 +6097,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5064,11 +6202,11 @@ msgstr "Kayıt defteri resimlerine salt okunur erişim sağlar"
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "Kayıt defteri görüntülerine salt okunur erişimi sağlar"
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "Kullanıcı adını panoya kopyala"
+msgid "DeployTokens|Copy username"
+msgstr "Kullanıcı adını kopyala"
msgid "DeployTokens|Create deploy token"
msgstr "Dağıtıcı belirteci oluştur"
@@ -5130,21 +6268,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr "Etiket önceliğini azalt"
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "Açıklama"
@@ -5163,6 +6322,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5172,19 +6340,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
+msgstr "Sil"
+
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Deselect all"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5196,12 +6382,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5226,19 +6415,28 @@ msgstr "Ayrıntılar (varsayılan)"
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr "Kullanılabilir dosya adı yok"
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5253,15 +6451,15 @@ msgstr ""
msgid "Disable"
msgstr "EtkisizleÅŸtir"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5322,15 +6520,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5352,12 +6556,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5370,6 +6583,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5383,37 +6599,46 @@ msgid "Done"
msgstr "Tamamlandı"
msgid "Download"
-msgstr ""
+msgstr "Ä°ndir"
+
+msgid "Download %{format}"
+msgstr "%{format} olarak indir"
+
+msgid "Download %{format}:"
+msgstr "%{format} indir:"
msgid "Download CSV"
-msgstr ""
+msgstr "CSV olarak indir"
msgid "Download artifacts"
msgstr ""
msgid "Download as"
-msgstr ""
+msgstr "Farklı indir"
msgid "Download asset"
-msgstr ""
+msgstr "Varlığı indir"
msgid "Download codes"
-msgstr ""
+msgstr "Kodları indir"
+
+msgid "Download evidence JSON"
+msgstr "JSON kanıtını indir"
msgid "Download export"
-msgstr ""
+msgstr "Dışa aktarmayı indir"
msgid "Download image"
-msgstr ""
+msgstr "Resmi indir"
msgid "Download license"
-msgstr ""
+msgstr "Lisansı indir"
msgid "Download source code"
-msgstr ""
+msgstr "Kaynak kodu indir"
msgid "Download this directory"
-msgstr ""
+msgstr "Bu dizini indir"
msgid "DownloadCommit|Email Patches"
msgstr "E-posta yamaları"
@@ -5433,14 +6658,23 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
msgid "Edit"
-msgstr ""
+msgstr "Düzenle"
msgid "Edit %{issuable}"
msgstr ""
@@ -5449,11 +6683,17 @@ msgid "Edit %{name}"
msgstr "%{name} düzenle"
msgid "Edit Comment"
-msgstr ""
+msgstr "Yorumu düzenle"
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr "Etiketi Düzenle"
@@ -5461,31 +6701,43 @@ msgid "Edit Milestone"
msgstr ""
msgid "Edit Password"
-msgstr ""
+msgstr "Şifreyi Düzenle"
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr "Sürümü düzenle"
+
msgid "Edit Snippet"
msgstr "Parçacığı Düzenle"
-msgid "Edit application"
+msgid "Edit System Hook"
msgstr ""
+msgid "Edit application"
+msgstr "Uygulamayı düzenle"
+
msgid "Edit board"
-msgstr ""
+msgstr "Panoyu düzenle"
msgid "Edit comment"
+msgstr "Yorumu düzenle"
+
+msgid "Edit dashboard"
msgstr ""
msgid "Edit description"
-msgstr ""
+msgstr "Açıklamayı düzenle"
msgid "Edit environment"
msgstr "Ortamı düzenle"
msgid "Edit epic description"
-msgstr ""
+msgstr "Epik açıklamasını düzenle"
msgid "Edit file"
msgstr "Dosyayı düzenle"
@@ -5494,7 +6746,7 @@ msgid "Edit files in the editor and commit changes here"
msgstr ""
msgid "Edit group: %{group_name}"
-msgstr ""
+msgstr "Grubu düzenle: %{group_name}"
msgid "Edit identity for %{user_name}"
msgstr ""
@@ -5506,10 +6758,13 @@ msgid "Edit public deploy key"
msgstr "Genel dağıtım anahtarını düzenle"
msgid "Edit stage"
-msgstr ""
+msgstr "Aşamayı düzenle"
+
+msgid "Edit this release"
+msgstr "Bu sürümü düzenle"
msgid "Edit wiki page"
-msgstr ""
+msgstr "Viki sayfasını düzenle"
msgid "Edit your most recent comment in a thread (from an empty textarea)"
msgstr ""
@@ -5520,6 +6775,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr "Esnek arama"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5544,6 +6802,9 @@ msgstr "E-posta adresi"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr "E-posta yaması"
@@ -5622,6 +6883,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr "HTML e-postalarını etkinleştir"
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5670,6 +6937,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5692,7 +6962,7 @@ msgid "Enable usage ping to get an overview of how you are using GitLab from a f
msgstr ""
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
-msgstr ""
+msgstr "Servis masanızı etkinleştirin/devre dışı bırakın. %{link_start}Servis masası hakkında daha fazla bilgi edinin%{link_end}."
msgid "Enabled"
msgstr ""
@@ -5721,6 +6991,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5745,6 +7018,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5763,9 +7039,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5778,6 +7051,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5787,6 +7069,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5802,12 +7087,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Ortamlar getirilirken bir hata oluÅŸtu."
@@ -5826,6 +7120,12 @@ msgstr "Ortam durdurulurken bir hata oluştu, lütfen tekrar deneyin"
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "Bu ortamı durdurmak istediğinizden emin misiniz?"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Ä°ÅŸlem"
@@ -5844,19 +7144,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "Ä°ÅŸ"
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5884,7 +7193,7 @@ msgid "Environments|Re-deploy to environment"
msgstr ""
msgid "Environments|Read more about environments"
-msgstr ""
+msgstr "Ortamlar hakkında daha fazla bilgi edinin"
msgid "Environments|Rollback"
msgstr ""
@@ -5898,9 +7207,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Tümünü göster"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "Durdur"
@@ -5916,10 +7231,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5934,6 +7249,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5949,9 +7270,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -5974,7 +7292,7 @@ msgid "Epics|How can I solve this?"
msgstr ""
msgid "Epics|More information"
-msgstr ""
+msgstr "Daha fazla bilgi"
msgid "Epics|Remove epic"
msgstr ""
@@ -5983,7 +7301,7 @@ msgid "Epics|Remove issue"
msgstr ""
msgid "Epics|Show more"
-msgstr ""
+msgstr "Daha fazlasını göster"
msgid "Epics|Something went wrong while assigning issue to epic."
msgstr ""
@@ -6021,10 +7339,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -6033,8 +7351,8 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
-msgstr "Katkıda bulunanlar verileri alınırken hata oluştu."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -6061,7 +7379,7 @@ msgid "Error fetching usage ping data."
msgstr ""
msgid "Error loading branch data. Please try again."
-msgstr ""
+msgstr "Dal verileri yüklenirken hata oluştu. Lütfen tekrar deneyin."
msgid "Error loading branches."
msgstr ""
@@ -6069,11 +7387,14 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr "Ülkeler verisi yüklenirken hata oluştu."
+
msgid "Error loading file viewer."
-msgstr ""
+msgstr "Dosya görüntüleyici yüklenirken hata oluştu."
msgid "Error loading last commit."
-msgstr ""
+msgstr "Son işlem yüklenirken hata oluştu."
msgid "Error loading markdown preview"
msgstr "Markdown önizlemesi yüklenirken hata oluştu"
@@ -6108,6 +7429,12 @@ msgstr "Bildirim aboneliÄŸini deÄŸiÅŸtirirken bir sorun meydana geldi"
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6123,6 +7450,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr "Marka oluşturma önizlemesi yapılırken hata oluştu"
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "Etiket güncellenirken sorun oluştu."
@@ -6148,7 +7478,7 @@ msgid "Error while loading the merge request. Please try again."
msgstr "Birleştirme isteğini yüklerken hata oluştu. Lütfen tekrar deneyin."
msgid "Error while loading the project data. Please try again."
-msgstr ""
+msgstr "Proje verileri yüklenirken hata oluştu. Lütfen tekrar deneyin."
msgid "Error while migrating %{upload_id}: %{error_message}"
msgstr ""
@@ -6156,9 +7486,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr "Etkin"
@@ -6174,7 +7501,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6192,15 +7519,21 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "Tümünü süz"
msgid "EventFilterBy|Filter by comments"
msgstr "Yorumlara göre süz"
-msgid "EventFilterBy|Filter by issue events"
+msgid "EventFilterBy|Filter by epic events"
msgstr ""
+msgid "EventFilterBy|Filter by issue events"
+msgstr "Sorun olaylarına göre süz"
+
msgid "EventFilterBy|Filter by merge events"
msgstr "Birleştirme olaylarına göre süz"
@@ -6216,12 +7549,27 @@ msgstr "Etkinlikler"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6235,7 +7583,7 @@ msgid "Everyone can contribute"
msgstr ""
msgid "Everything on your to-do list is marked as done."
-msgstr ""
+msgstr "Yapılacaklar listenizdeki her şey bitti olarak işaretlendi."
msgid "Everything you need to create a GitLab Pages site using GitBook."
msgstr ""
@@ -6252,42 +7600,57 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
-msgstr ""
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr "Birleştirme işlemleri hariç tutuluyor. 6,000 işlem ile sınırlı."
msgid "Existing members and groups"
msgstr ""
-msgid "Expand"
+msgid "Existing shares"
msgstr ""
+msgid "Expand"
+msgstr "GeniÅŸlet"
+
msgid "Expand all"
-msgstr ""
+msgstr "Tümünü genişlet"
msgid "Expand approvers"
-msgstr ""
+msgstr "Onaylayanları genişlet"
msgid "Expand down"
-msgstr ""
+msgstr "Aşağı doğru genişlet"
msgid "Expand dropdown"
-msgstr ""
+msgstr "Açılır listeyi genişlet"
msgid "Expand sidebar"
-msgstr ""
+msgstr "Kenar çubuğunu genişlet"
msgid "Expand up"
+msgstr "Yukarı doğru genişlet"
+
+msgid "Expiration"
msgstr ""
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6339,6 +7702,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6408,15 +7774,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Sahibi değiştirme başarısız"
msgid "Failed to check related branches."
msgstr ""
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6435,6 +7807,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6444,6 +7819,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6453,6 +7831,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6495,14 +7876,11 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
msgid "Failed to save new settings"
-msgstr ""
+msgstr "Yeni ayarlar kaydedilemedi"
msgid "Failed to save preferences (%{error_message})."
msgstr ""
@@ -6522,6 +7900,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6549,6 +7930,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6573,15 +7957,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6603,9 +7981,6 @@ msgstr "Açıklama"
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6630,12 +8005,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6681,15 +8062,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr "Durum"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6703,7 +8078,7 @@ msgid "FeatureFlags|Try again in a few moments or contact your support team."
msgstr ""
msgid "FeatureFlags|User IDs"
-msgstr ""
+msgstr "Kullanıcı Kimlikleri"
msgid "Feb"
msgstr "Åžub"
@@ -6728,6 +8103,12 @@ msgid_plural "Files"
msgstr[0] "Dosya"
msgstr[1] "Dosya"
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6735,6 +8116,9 @@ msgid "File browser"
msgstr ""
msgid "File deleted"
+msgstr "Dosya silindi"
+
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
msgstr ""
msgid "File mode changed from %{a_mode} to %{b_mode}"
@@ -6743,6 +8127,9 @@ msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Dosya şablonları"
@@ -6776,9 +8163,18 @@ msgstr "İşlem mesajına göre süz"
msgid "Filter by milestone name"
msgstr "Dönüm noktası adına göre süz"
+msgid "Filter by name..."
+msgstr "İsme göre filtrele..."
+
msgid "Filter by two-factor authentication"
msgstr "İki adımlı kimlik doğrulamasına göre süz"
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr "Gruba göre sonuçları süz"
@@ -6786,7 +8182,7 @@ msgid "Filter results by project"
msgstr "Projeye göre sonuçları süz"
msgid "Filter your projects by name"
-msgstr ""
+msgstr "Projelerinizi isme göre filtreleyin"
msgid "Filter..."
msgstr "Süzgeç..."
@@ -6795,10 +8191,10 @@ msgid "Find by path"
msgstr "Yolu bul"
msgid "Find existing members by name"
-msgstr ""
+msgstr "Mevcut üyeleri isme göre bul"
msgid "Find file"
-msgstr ""
+msgstr "Dosya bul"
msgid "Find the downloaded ZIP file and decompress it."
msgstr ""
@@ -6809,9 +8205,6 @@ msgstr ""
msgid "Fingerprint"
msgstr "Parmak izi"
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6827,10 +8220,19 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
+msgstr "Ad"
+
+msgid "First seen"
msgstr ""
msgid "Fixed date"
@@ -6866,6 +8268,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6879,14 +8284,17 @@ msgid "For internal projects, any logged in user can view pipelines and access j
msgstr ""
msgid "For more info, read the documentation."
-msgstr ""
+msgstr "Daha fazla bilgi için belgeyi okuyun."
msgid "For more information, go to the "
-msgstr ""
+msgstr "Daha fazla bilgi için şu adrese gidin: "
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6897,28 +8305,31 @@ msgid "For public projects, anyone can view pipelines and access job details (ou
msgstr ""
msgid "Forgot your password?"
-msgstr ""
+msgstr "Åžifrenizi mi unuttunuz?"
msgid "Fork"
-msgstr ""
+msgstr "Çatal"
msgid "Fork Error!"
-msgstr ""
+msgstr "Çatal Hatası!"
msgid "Fork project"
-msgstr ""
+msgstr "Çatal proje"
+
+msgid "Fork project?"
+msgstr "Proje çatallansın mı?"
msgid "ForkedFromProjectPath|Forked from"
-msgstr ""
+msgstr "Buradan çatallandı:"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr ""
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr "Erişilemeyen bir projeden çatallandı"
msgid "Forking in progress"
msgstr ""
msgid "Forking repository"
-msgstr ""
+msgstr "Depo çatallanıyor"
msgid "Forks"
msgstr "Çatallar"
@@ -6926,6 +8337,9 @@ msgstr "Çatallar"
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6941,6 +8355,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr "GitLab.com Gold Ãœcretsiz Deneme"
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6950,6 +8367,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6971,14 +8391,11 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
msgid "Full name"
-msgstr ""
+msgstr "Tam isim"
msgid "GPG Key ID:"
msgstr ""
@@ -6990,13 +8407,13 @@ msgid "GPG keys allow you to verify signed commits."
msgstr ""
msgid "GPG signature (loading...)"
-msgstr ""
+msgstr "GPG imzası (yükleniyor...)"
msgid "General"
msgstr ""
msgid "General Settings"
-msgstr ""
+msgstr "Genel Ayarlar"
msgid "General pipelines"
msgstr ""
@@ -7016,9 +8433,21 @@ msgstr ""
msgid "Geo"
msgstr "CoÄŸrafi"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr "CoÄŸrafi Ayarlar"
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -7031,15 +8460,24 @@ msgstr "Düğüm başarısız veya bozuk."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Düğüm yavaş, aşırı yüklü veya bir kesintiden sonra kurtarıldı."
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr "Sağlama yapıldı"
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "Veriler, %{timeago} itibaren güncel değil"
msgid "GeoNodes|Data replication lag"
msgstr "Veri çoğaltma gecikmesi"
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Birincil depolama yapılandırmasıyla eşleşmiyor"
@@ -7061,6 +8499,12 @@ msgstr "Sağlık durumu"
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7080,19 +8524,7 @@ msgid "GeoNodes|Learn more about Wiki verification"
msgstr ""
msgid "GeoNodes|Loading nodes"
-msgstr ""
-
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
+msgstr "Düğümler yükleniyor"
msgid "GeoNodes|New node"
msgstr "Yeni düğüm"
@@ -7100,6 +8532,9 @@ msgstr "Yeni düğüm"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7109,13 +8544,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7158,7 +8593,7 @@ msgid "GeoNodes|Storage config"
msgstr ""
msgid "GeoNodes|Sync settings"
-msgstr ""
+msgstr "Senkronizasyon ayarları"
msgid "GeoNodes|Synced"
msgstr ""
@@ -7424,6 +8859,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7457,13 +8895,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7472,6 +8910,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7481,6 +8922,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7502,12 +8946,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr "Sadece proje sorumluları sayfaları kaldırabilir"
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7532,11 +9066,14 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr "%{time_ago} eriÅŸim verildi"
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
msgid "Global notification settings"
-msgstr ""
+msgstr "Genel bildirim ayarları"
msgid "Go Back"
msgstr ""
@@ -7563,7 +9100,7 @@ msgid "Go to %{link_to_google_takeout}."
msgstr ""
msgid "Go to commits"
-msgstr ""
+msgstr "Ä°ÅŸlemlere git"
msgid "Go to environments"
msgstr ""
@@ -7575,13 +9112,13 @@ msgid "Go to file (MRs only)"
msgstr ""
msgid "Go to file permalink (while viewing a file)"
-msgstr ""
+msgstr "Dosya kalıcı bağlantısına git (bir dosyayı görüntülerken)"
msgid "Go to files"
msgstr ""
msgid "Go to find file"
-msgstr ""
+msgstr "Dosya bulmaya git"
msgid "Go to issue boards"
msgstr ""
@@ -7629,16 +9166,16 @@ msgid "Go to the project's activity feed"
msgstr ""
msgid "Go to the project's overview page"
-msgstr ""
+msgstr "Projenin genel bakış sayfasına git"
msgid "Go to wiki"
msgstr ""
msgid "Go to your To-Do list"
-msgstr ""
+msgstr "Yapılacaklar listene git"
msgid "Go to your fork"
-msgstr ""
+msgstr "Çatalınıza gidin"
msgid "Go to your groups"
msgstr ""
@@ -7658,13 +9195,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7676,6 +9216,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7703,12 +9264,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr "Grup Git LFS durumu:"
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7730,21 +9297,42 @@ msgstr "Grup açıklaması (isteğe bağlı)"
msgid "Group details"
msgstr "Grup ayrıntıları"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
+msgstr "Grup sorumluları, grup çalıştırıcılarını %{link} içinde kaydedebilir"
+
+msgid "Group members"
msgstr ""
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr "Grup iş hattı kayıtları başarıyla sıfırlandı."
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr "Grup başarıyla güncellendi."
@@ -7787,6 +9375,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7808,6 +9399,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7817,9 +9411,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr "SAML ile başka güvenlik seviyesi eklerken grubunuzun üyeliğini yönetin."
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7847,21 +9456,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
-msgstr "Grup için Otomatik DevOps iş hattı güncellendi"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr "Grup için Otomatik DevOps iş hattı güncellendi"
+
msgid "GroupSettings|Badges"
msgstr "Rozetler"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7874,6 +9504,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr "Rozetler hakkında daha fazla bilgi edin."
@@ -7883,6 +9519,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7895,6 +9537,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7910,9 +9555,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7925,29 +9585,32 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
msgid "GroupsDropdown|Frequently visited"
-msgstr ""
+msgstr "Sık ziyaret edilenler"
msgid "GroupsDropdown|Groups you visit often will appear here"
-msgstr ""
+msgstr "Sık ziyaret ettiğiniz gruplar burada görünecek"
msgid "GroupsDropdown|Loading groups"
-msgstr ""
+msgstr "Gruplar yükleniyor"
msgid "GroupsDropdown|Search your groups"
msgstr "Gruplarınızı arayın"
msgid "GroupsDropdown|Something went wrong on our end."
-msgstr ""
+msgstr "Bizim tarafımızdan bir şeyler ters gitti."
msgid "GroupsDropdown|Sorry, no groups matched your search"
msgstr "Üzgünüz, aramanızla eşleşen hiçbir grup bulunamadı"
msgid "GroupsDropdown|This feature requires browser localStorage support"
-msgstr ""
+msgstr "Bu özellik tarayıcıda yerel depolama desteği gerektiriyor"
msgid "GroupsEmptyState|A group is a collection of several projects."
msgstr ""
@@ -7977,10 +9640,10 @@ msgid "GroupsTree|Failed to leave the group. Please make sure you are not the on
msgstr ""
msgid "GroupsTree|Leave this group"
-msgstr ""
+msgstr "GruplarAğacı|Bu gruptan ayrıl"
msgid "GroupsTree|Loading groups"
-msgstr ""
+msgstr "GruplarAğacı|Gruplar yükleniyor"
msgid "GroupsTree|No groups matched your search"
msgstr "Aramanızla eşleşen grup yok"
@@ -7991,9 +9654,15 @@ msgstr "Aramanız ile eşleşen grup veya proje yok"
msgid "GroupsTree|Search by name"
msgstr "İsme göre arayın"
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -8039,14 +9708,23 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
-msgid "Hide archived projects"
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr "ArÅŸivlenmiÅŸ projeleri gizle"
+
msgid "Hide file browser"
msgstr "Dosya tarayıcısını gizle"
msgid "Hide group projects"
-msgstr ""
+msgstr "Grup projelerini gizle"
msgid "Hide host keys manual input"
msgstr ""
@@ -8058,7 +9736,7 @@ msgid "Hide payload"
msgstr ""
msgid "Hide shared projects"
-msgstr ""
+msgstr "Paylaşılan projeleri gizle"
msgid "Hide stage"
msgstr ""
@@ -8071,17 +9749,23 @@ msgstr[1] ""
msgid "Hide values"
msgstr "DeÄŸerleri gizle"
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
msgid "Highest role:"
-msgstr ""
+msgstr "En yüksek rol:"
msgid "History"
-msgstr ""
+msgstr "Geçmiş"
msgid "History of authentications"
-msgstr ""
+msgstr "Kimlik doğrulama geçmişi"
msgid "Hook execution failed. Ensure the group has a project with commits."
msgstr ""
@@ -8092,9 +9776,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr "Kanca başarıyla güncellendi."
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8102,17 +9783,23 @@ msgid "Housekeeping successfully started"
msgstr ""
msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
+msgstr "Temizlik hizmeti, dışa aktarma, yol, transfer, kaldırma, arşivleme."
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr "Denemeyi kaç kullanıcı değerlendirecek?"
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8123,16 +9810,16 @@ msgid "I accept the %{terms_link}"
msgstr ""
msgid "I accept the|Terms of Service and Privacy Policy"
-msgstr ""
+msgstr "Hizmet Şartları ve Gizlilik Politikasını"
msgid "I forgot my password"
-msgstr ""
+msgstr "Åžifremi unuttum"
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
-msgstr ""
+msgstr "GitLab ile ilgili e-posta yoluyla güncellemeler almak istiyorum"
msgid "ID"
msgstr ""
@@ -8153,13 +9840,13 @@ msgid "IDE|Commit"
msgstr ""
msgid "IDE|Edit"
-msgstr ""
+msgstr "Düzenle"
msgid "IDE|Get started with Live Preview"
msgstr ""
msgid "IDE|Go to project"
-msgstr ""
+msgstr "Projeye git"
msgid "IDE|Live Preview"
msgstr "Canlı Önizleme"
@@ -8191,6 +9878,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8206,7 +9896,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8227,12 +9917,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8377,9 +10085,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8428,6 +10142,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8458,7 +10175,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8475,9 +10192,6 @@ msgid_plural "Instances"
msgstr[0] ""
msgstr[1] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8494,7 +10208,7 @@ msgid "Integrations"
msgstr ""
msgid "Integrations Settings"
-msgstr ""
+msgstr "Entegrasyon Ayarları"
msgid "Interested parties can even contribute by pushing commits if they want to."
msgstr ""
@@ -8517,14 +10231,17 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
msgstr ""
msgid "Invalid Login or password"
-msgstr ""
+msgstr "Geçersiz giriş ya da şifre"
msgid "Invalid URL"
msgstr ""
@@ -8532,6 +10249,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8547,6 +10267,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr "Geçersiz giriş ya da şifre"
+
msgid "Invalid pin code"
msgstr "Geçersiz pin kodu"
@@ -8559,6 +10282,9 @@ msgstr "Geçersiz depo yolu"
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr "Geçersiz iki adımlı doğrulama kodu."
@@ -8580,6 +10306,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8595,18 +10330,27 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "Sorun Panoları"
msgid "Issue board focus mode"
msgstr ""
-msgid "Issue events"
+msgid "Issue cannot be found."
msgstr ""
+msgid "Issue events"
+msgstr "Sorun etkinlikleri"
+
msgid "Issue template (optional)"
msgstr ""
@@ -8616,6 +10360,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "Pano"
@@ -8664,6 +10411,9 @@ msgstr ""
msgid "Issues closed"
msgstr "Sorunlar kapalı"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8674,7 +10424,7 @@ msgid "IssuesAnalytics|After you begin creating issues for your projects, we can
msgstr ""
msgid "IssuesAnalytics|Avg/Month:"
-msgstr ""
+msgstr "Ortalama/Ay:"
msgid "IssuesAnalytics|Issues created"
msgstr ""
@@ -8697,7 +10447,7 @@ msgstr "Aramanızı genişletmek için yukarıdaki süzgeç çubuğundaki süzge
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8764,7 +10514,7 @@ msgid "Job"
msgstr ""
msgid "Job Failed #%{build_id}"
-msgstr ""
+msgstr "İş Başarısız #%{build_id}"
msgid "Job ID"
msgstr ""
@@ -8784,7 +10534,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8800,7 +10556,7 @@ msgid "Job|Complete Raw"
msgstr ""
msgid "Job|Download"
-msgstr ""
+msgstr "Ä°ndir"
msgid "Job|Erase job log"
msgstr ""
@@ -8871,6 +10627,9 @@ msgstr "Haz"
msgid "June"
msgstr "Haziran"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8883,6 +10642,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8892,7 +10654,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8910,11 +10672,14 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
msgid "LDAP settings"
-msgstr ""
+msgstr "LDAP ayarları"
msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
msgstr "LDAP eşitlemesi devam ediyor. Bu birkaç dakika sürebilir. Değişiklikleri görmek için sayfayı yenileyin."
@@ -8999,9 +10764,18 @@ msgstr[1] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -9009,7 +10783,7 @@ msgid "Last activity"
msgstr "Son etkinlik"
msgid "Last commit"
-msgstr ""
+msgstr "Son iÅŸlem"
msgid "Last contact"
msgstr ""
@@ -9021,30 +10795,42 @@ msgid "Last edited by %{name}"
msgstr ""
msgid "Last name"
-msgstr ""
+msgstr "Soyadı"
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
+msgstr "Son başarılı güncelleme"
+
+msgid "Last time verified"
msgstr ""
msgid "Last update"
-msgstr ""
+msgstr "Son güncelleme"
msgid "Last update attempt"
-msgstr ""
+msgstr "Son güncelleme denemesi"
msgid "Last updated"
msgstr "Son güncelleme"
msgid "Last used"
-msgstr ""
+msgstr "Son kullanılan"
msgid "Last used on:"
+msgstr "Son kullanım:"
+
+msgid "LastCommit|authored"
msgstr ""
msgid "LastPushEvent|You pushed to"
@@ -9065,6 +10851,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr "Daha Fazla Bilgi Edinin"
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9072,7 +10861,7 @@ msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no
msgstr ""
msgid "Learn more"
-msgstr ""
+msgstr "Daha fazlasını öğrenin"
msgid "Learn more about Auto DevOps"
msgstr "Otomatik DevOps hakkında daha fazla bilgi edinin"
@@ -9080,6 +10869,12 @@ msgstr "Otomatik DevOps hakkında daha fazla bilgi edinin"
msgid "Learn more about Kubernetes"
msgstr "Kubernetes hakkında daha fazla bilgi edinin"
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9087,7 +10882,7 @@ msgid "Learn more about adding certificates to your project by following the %{d
msgstr ""
msgid "Learn more about approvals."
-msgstr ""
+msgstr "Onaylar hakkında daha fazla bilgi edinin."
msgid "Learn more about custom project templates"
msgstr ""
@@ -9104,9 +10899,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9116,6 +10908,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9135,31 +10933,34 @@ msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) t
msgstr ""
msgid "License"
-msgstr ""
+msgstr "Lisans"
msgid "License Compliance"
msgstr ""
-msgid "LicenseCompliance|Add a license"
+msgid "License-Check"
msgstr ""
+msgid "LicenseCompliance|Add a license"
+msgstr "Bir lisans ekle"
+
msgid "LicenseCompliance|Add licenses manually to approve or blacklist"
msgstr ""
msgid "LicenseCompliance|Approve"
-msgstr ""
+msgstr "Onayla"
msgid "LicenseCompliance|Approve license"
-msgstr ""
+msgstr "Lisansı onayla"
msgid "LicenseCompliance|Approve license?"
msgstr ""
msgid "LicenseCompliance|Approved"
-msgstr ""
+msgstr "Onaylandı"
msgid "LicenseCompliance|Blacklist"
-msgstr ""
+msgstr "Kara liste"
msgid "LicenseCompliance|Blacklist license"
msgstr ""
@@ -9168,16 +10969,16 @@ msgid "LicenseCompliance|Blacklist license?"
msgstr ""
msgid "LicenseCompliance|Blacklisted"
-msgstr ""
+msgstr "Kara listeye eklendi"
msgid "LicenseCompliance|Cancel"
-msgstr ""
+msgstr "Ä°ptal"
msgid "LicenseCompliance|Here you can approve or blacklist licenses for this project. Using %{ci} or %{license} will allow you to see if there are any unmanaged licenses and approve or blacklist them in merge request."
msgstr ""
msgid "LicenseCompliance|License"
-msgstr ""
+msgstr "Lisans"
msgid "LicenseCompliance|License Compliance"
msgstr ""
@@ -9187,11 +10988,21 @@ msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
msgstr[1] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9205,16 +11016,16 @@ msgid "LicenseCompliance|License name"
msgstr ""
msgid "LicenseCompliance|Packages"
-msgstr ""
+msgstr "Paketler"
msgid "LicenseCompliance|Remove license"
-msgstr ""
+msgstr "Lisansı kaldır"
msgid "LicenseCompliance|Remove license?"
msgstr ""
msgid "LicenseCompliance|Submit"
-msgstr ""
+msgstr "Gönder"
msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
msgstr ""
@@ -9232,7 +11043,7 @@ msgid "LicenseCompliance|You are about to remove the license, %{name}, from this
msgstr ""
msgid "Licensed Features"
-msgstr ""
+msgstr "Lisanslı Özellikler"
msgid "Licensed to"
msgstr ""
@@ -9240,6 +11051,57 @@ msgstr ""
msgid "Licenses"
msgstr "Lisanslar"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9248,13 +11110,19 @@ msgstr ""
msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "En fazla %d olay gösterimiyle sınırlı"
+msgstr[1] "En fazla %d olay gösterimiyle sınırlı"
+
+msgid "Line changes"
+msgstr ""
-msgid "Link copied to clipboard"
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
+msgstr "Bağlantılı e-postalar (%{email_count})"
+
+msgid "Linked issues"
msgstr ""
msgid "LinkedIn"
@@ -9263,9 +11131,15 @@ msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "Liste"
+msgid "List Settings"
+msgstr "Liste Ayarları"
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9290,17 +11164,23 @@ msgstr "Canlı önizleme"
msgid "Loading contribution stats for group members"
msgstr "Grup üyeleri için katkı istatistikleri yükleniyor"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
+msgstr "Sorunlar yükleniyor"
+
+msgid "Loading snippet"
msgstr ""
msgid "Loading the GitLab IDE..."
-msgstr ""
+msgstr "GitLab IDE yükleniyor..."
msgid "Loading..."
-msgstr ""
+msgstr "Yükleniyor..."
msgid "Loading…"
msgstr "Yükleniyor…"
@@ -9309,7 +11189,7 @@ msgid "Localization"
msgstr "YerelleÅŸtirme"
msgid "Lock"
-msgstr ""
+msgstr "Kilitle"
msgid "Lock %{issuableDisplayName}"
msgstr ""
@@ -9318,7 +11198,7 @@ msgid "Lock memberships to LDAP synchronization"
msgstr ""
msgid "Lock not found"
-msgstr ""
+msgstr "Kilit bulunamadı"
msgid "Lock the discussion"
msgstr ""
@@ -9359,6 +11239,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9398,6 +11290,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9414,7 +11309,7 @@ msgid "Manage all notifications"
msgstr "Tüm bildirimleri yönet"
msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
-msgstr ""
+msgstr "GitLab'ı bir OAuth sağlayıcısı olarak kullanabilen uygulamaları ve hesabınızı kullanma yetkisi verdiğiniz uygulamaları yönetin."
msgid "Manage applications that you've authorized to use your account."
msgstr ""
@@ -9557,14 +11452,17 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
msgid "Maximum attachment size (MB)"
-msgstr ""
+msgstr "En yüksek ek boyutu (MB)"
msgid "Maximum capacity"
-msgstr ""
+msgstr "En yüksek kapasite"
msgid "Maximum delay (Minutes)"
msgstr "Maksimum gecikme (dakika)"
@@ -9575,6 +11473,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9587,12 +11494,18 @@ msgstr ""
msgid "May"
msgstr "May"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
-msgid "Member lock"
+msgid "Medium vulnerabilities present"
msgstr ""
+msgid "Member lock"
+msgstr "Ãœye kilidi"
+
msgid "Member since %{date}"
msgstr "%{date} tarihinden beri üye"
@@ -9611,6 +11524,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9629,6 +11548,9 @@ msgstr "BirleÅŸtirme Ä°stekleri"
msgid "Merge Requests created"
msgstr "BirleÅŸtirme istekleri oluÅŸturuldu"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr "Birleştirme işlemi mesajı"
@@ -9641,6 +11563,9 @@ msgstr "Hemen birleÅŸtir"
msgid "Merge in progress"
msgstr "BirleÅŸtirme devam ediyor"
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "BirleÅŸtirme isteÄŸi"
@@ -9653,6 +11578,9 @@ msgstr "Birleştirme isteği onayları"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "BirleÅŸtirme istekleri"
@@ -9746,15 +11674,12 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}açıklama %{descriptionChangedTimes}sürelerini%{timeDifferenceMinutes} değiştirdi%{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
@@ -9776,6 +11701,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr "Mesajlar"
@@ -9818,9 +11746,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Ölçüt oluştur"
@@ -9830,6 +11764,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "Ölçütü düzenle"
@@ -9842,10 +11785,13 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Max"
msgstr ""
msgid "Metrics|Must be a valid PromQL query."
@@ -9854,9 +11800,6 @@ msgstr ""
msgid "Metrics|New metric"
msgstr ""
-msgid "Metrics|No deployed environments"
-msgstr ""
-
msgid "Metrics|PromQL query is valid"
msgstr ""
@@ -9866,9 +11809,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9881,10 +11833,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9896,9 +11848,15 @@ msgstr "Grafik için başlık olarak kullanılır"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Y ekseni etiketi"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9917,6 +11875,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9924,7 +11885,9 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9974,8 +11937,11 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr "Minimum şifre uzunluğu (karakter sayısı)"
+
msgid "Minutes"
-msgstr ""
+msgstr "Dakika"
msgid "Mirror direction"
msgstr ""
@@ -9986,6 +11952,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -10041,10 +12010,10 @@ msgid "Months"
msgstr ""
msgid "More"
-msgstr ""
+msgstr "Daha fazlası"
msgid "More Information"
-msgstr ""
+msgstr "Daha Fazla Bilgi"
msgid "More Slack commands"
msgstr ""
@@ -10052,12 +12021,18 @@ msgstr ""
msgid "More actions"
msgstr ""
-msgid "More info"
+msgid "More details"
msgstr ""
+msgid "More info"
+msgstr "Daha fazla bilgi"
+
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10065,7 +12040,7 @@ msgid "More than %{number_commits_distance} commits different with %{default_bra
msgstr ""
msgid "Most stars"
-msgstr ""
+msgstr "Popüler olan"
msgid "Mount point %{mounted_as} not found in %{model_class}."
msgstr ""
@@ -10115,6 +12090,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10130,15 +12108,21 @@ msgstr "Bireysel anahtarınızı bir başlık ile adlandırın"
msgid "Name:"
msgstr "Ä°sim:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
msgid "Naming, topics, avatar"
-msgstr ""
+msgstr "Ä°simlendirme, konular, avatar"
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr "Yardım"
@@ -10169,9 +12153,15 @@ msgstr "Yeni Uygulama"
msgid "New Environment"
msgstr "Yeni Ortam"
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "Yeni Grup"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr "Yeni Kimlik"
@@ -10202,9 +12192,12 @@ msgid "New Snippet"
msgstr "Yeni Parçacık"
msgid "New branch"
-msgstr ""
+msgstr "Yeni dal"
msgid "New branch unavailable"
+msgstr "Yeni dal kullanılamaz"
+
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
msgstr ""
msgid "New deploy key"
@@ -10237,6 +12230,9 @@ msgstr "Yeni kimlik"
msgid "New issue"
msgstr "Yeni sorun"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr "Yeni etiket"
@@ -10247,7 +12243,7 @@ msgid "New milestone"
msgstr "Yeni dönüm noktası"
msgid "New password"
-msgstr ""
+msgstr "Yeni ÅŸifre"
msgid "New pipelines will cancel older, pending pipelines on the same branch"
msgstr "Yeni iş hatları, aynı daldaki daha eski iş hatlarını iptal edecek"
@@ -10303,6 +12299,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10312,6 +12311,9 @@ msgstr "Etiket yok"
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr "Etiket Yok"
@@ -10357,15 +12359,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
-msgstr "Ayrıntı yok"
+msgid "No deployments found"
+msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10375,6 +12380,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr "Dosya seçili değil"
@@ -10384,13 +12392,10 @@ msgstr ""
msgid "No files found."
msgstr "Dosya bulunamadı."
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
-msgstr ""
+msgid "No forks are available to you."
+msgstr "Kullanabileceğiniz çatal yok."
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10408,9 +12413,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr "Birleştirme isteği bulunamadı"
@@ -10426,18 +12428,18 @@ msgstr ""
msgid "No parent group"
msgstr ""
+msgid "No pods available"
+msgstr ""
+
msgid "No preview for this file type"
msgstr "Bu dosya türü için önizleme yok"
-msgid "No prioritised labels with such name or description"
+msgid "No prioritized labels with such name or description"
msgstr ""
msgid "No public groups"
msgstr "Genel grup yok"
-msgid "No pushes for the selected time period."
-msgstr ""
-
msgid "No repository"
msgstr ""
@@ -10462,6 +12464,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10483,6 +12500,9 @@ msgstr ""
msgid "None"
msgstr "Yok"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10534,9 +12554,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10553,7 +12570,7 @@ msgid "Notes|Show comments only"
msgstr ""
msgid "Notes|Show history only"
-msgstr ""
+msgstr "Sadece geçmişi göster"
msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
msgstr ""
@@ -10562,34 +12579,34 @@ msgid "Nothing to preview."
msgstr ""
msgid "Notification events"
-msgstr ""
+msgstr "Bildirim etkinlikleri"
msgid "Notification setting"
msgstr "Bildirim ayarı"
msgid "Notification setting - %{notification_title}"
-msgstr ""
+msgstr "Bildirim ayarı - %{notification_title}"
msgid "Notification settings saved"
-msgstr ""
+msgstr "Bildirim ayarları kaydedildi"
msgid "NotificationEvent|Close issue"
-msgstr ""
+msgstr "Sorunu kapat"
msgid "NotificationEvent|Close merge request"
msgstr "BirleÅŸtirme isteÄŸini kapat"
msgid "NotificationEvent|Failed pipeline"
-msgstr ""
+msgstr "Başarısız iş hattı"
msgid "NotificationEvent|Merge merge request"
msgstr "BirleÅŸtirme isteÄŸi birleÅŸtir"
msgid "NotificationEvent|New epic"
-msgstr ""
+msgstr "Yeni epik"
msgid "NotificationEvent|New issue"
-msgstr ""
+msgstr "Yeni sorun"
msgid "NotificationEvent|New merge request"
msgstr "Yeni birleÅŸtirme isteÄŸi"
@@ -10597,17 +12614,20 @@ msgstr "Yeni birleÅŸtirme isteÄŸi"
msgid "NotificationEvent|New note"
msgstr "Yeni not"
+msgid "NotificationEvent|New release"
+msgstr "Yeni sürüm"
+
msgid "NotificationEvent|Reassign issue"
-msgstr ""
+msgstr "Yeniden atama sorunu"
msgid "NotificationEvent|Reassign merge request"
msgstr "BirleÅŸtirme isteÄŸini yeniden ata"
msgid "NotificationEvent|Reopen issue"
-msgstr ""
+msgstr "Yeniden açma sorunu"
msgid "NotificationEvent|Successful pipeline"
-msgstr ""
+msgstr "Başarılı iş hattı"
msgid "NotificationLevel|Custom"
msgstr "Özel"
@@ -10616,25 +12636,25 @@ msgid "NotificationLevel|Disabled"
msgstr "Devre dışı"
msgid "NotificationLevel|Global"
-msgstr ""
+msgstr "Global"
msgid "NotificationLevel|On mention"
-msgstr ""
+msgstr "BahsedildiÄŸinde"
msgid "NotificationLevel|Participate"
-msgstr ""
+msgstr "Katılma"
msgid "NotificationLevel|Watch"
-msgstr ""
+msgstr "Ä°zleme"
msgid "NotificationSetting|Custom"
-msgstr ""
+msgstr "Özel"
msgid "Notifications"
msgstr "Bildirimler"
msgid "Notifications have been disabled by the project or group owner"
-msgstr ""
+msgstr "Bildirimler proje veya grup sahibi tarafından devre dışı bırakıldı"
msgid "Notifications off"
msgstr "Bildirimler kapalı"
@@ -10648,6 +12668,9 @@ msgstr "Kas"
msgid "November"
msgstr "Kasım"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10657,9 +12680,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10687,6 +12722,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10697,6 +12735,9 @@ msgid "Once removed, the fork relationship cannot be restored and you will no lo
msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
+msgstr "Dışa aktarılan dosya hazır olduğunda, indirme bağlantısına sahip bir bildirim e-postası alacaksınız veya bu sayfadan indirebilirsiniz."
+
+msgid "Once you confirm and press \"Reduce project visibility\":"
msgstr ""
msgid "One more item"
@@ -10707,6 +12748,9 @@ msgstr[1] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10716,12 +12760,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10743,9 +12793,6 @@ msgstr "Sadece proje üyeleri yorum yapabilir."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10783,7 +12830,7 @@ msgid "Open projects"
msgstr "Projeleri aç"
msgid "Open raw"
-msgstr ""
+msgstr "Ham olarak aç"
msgid "Open sidebar"
msgstr "Kenar çubuğunu aç"
@@ -10791,6 +12838,9 @@ msgstr "Kenar çubuğunu aç"
msgid "Open source software to collaborate on code"
msgstr "Kod üzerinde ortak çalışmak için açık kaynaklı yazılım"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr "Açıldı"
@@ -10813,13 +12863,13 @@ msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
msgstr ""
msgid "Operations"
-msgstr ""
+msgstr "Operasyonlar"
msgid "Operations Dashboard"
msgstr "Ä°ÅŸlemler Panosu"
msgid "Operations Settings"
-msgstr ""
+msgstr "Operasyon Ayarları"
msgid "OperationsDashboard|Add a project to the dashboard"
msgstr ""
@@ -10839,6 +12889,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10851,6 +12904,9 @@ msgstr "Seçenekler"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr "DiÄŸer Etiketler"
@@ -10861,10 +12917,7 @@ msgid "Other merge requests block this MR"
msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
-msgstr ""
-
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
+msgstr "Diğer görünürlük ayarları yönetici tarafından devre dışı bırakıldı."
msgid "Outbound requests"
msgstr ""
@@ -10884,27 +12937,114 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
-msgid "Packages"
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
msgstr ""
+msgid "PackageRegistry|yarn"
+msgstr ""
+
+msgid "Packages"
+msgstr "Paketler"
+
msgid "Page not found"
msgstr ""
@@ -10917,53 +13057,71 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
msgid "Pagination|Go to first page"
-msgstr ""
+msgstr "Ä°lk sayfaya git"
msgid "Pagination|Go to last page"
-msgstr ""
+msgstr "Son sayfaya git"
msgid "Pagination|Go to next page"
-msgstr ""
+msgstr "Sonraki sayfaya git"
msgid "Pagination|Go to previous page"
-msgstr ""
+msgstr "Önceki sayfaya git"
msgid "Pagination|Last »"
msgstr "Son »"
msgid "Pagination|Next ›"
-msgstr ""
+msgstr "Sonraki >"
msgid "Pagination|« First"
msgstr "« İlk"
msgid "Pagination|‹ Prev"
-msgstr ""
+msgstr "< Önceki"
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr "Åžifre"
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
msgid "Password confirmation"
-msgstr ""
+msgstr "Åžifre doÄŸrulama"
msgid "Password successfully changed"
msgstr ""
@@ -10974,6 +13132,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10995,6 +13156,9 @@ msgstr ""
msgid "Path:"
msgstr "Yol:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -11022,6 +13186,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr "Ä°ndir"
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11091,6 +13261,9 @@ msgstr "İş hattı dakika kotası"
msgid "Pipeline quota"
msgstr "İş Hattı Kotası"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11169,7 +13342,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11193,6 +13366,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11203,7 +13379,7 @@ msgid "Pipelines|Get started with Pipelines"
msgstr ""
msgid "Pipelines|Loading Pipelines"
-msgstr ""
+msgstr "İş Hatları Yükleniyor"
msgid "Pipelines|Pipelines will not run anymore on shared Runners."
msgstr ""
@@ -11226,9 +13402,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11358,7 +13540,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11374,7 +13556,7 @@ msgid "Please convert them to Git on Google Code, and go through the %{link_to_i
msgstr ""
msgid "Please create a password for your new account."
-msgstr ""
+msgstr "Lütfen yeni hesabınız için bir şifre oluşturun."
msgid "Please create a username with only alphanumeric characters."
msgstr ""
@@ -11409,9 +13591,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr "Lütfen bir ülke seçin"
+
msgid "Please select a file"
msgstr ""
@@ -11425,7 +13616,7 @@ msgid "Please select at least one filter to see results"
msgstr ""
msgid "Please set a new password before proceeding."
-msgstr ""
+msgstr "Lütfen devam etmeden önce yeni bir şifre belirleyin."
msgid "Please solve the reCAPTCHA"
msgstr ""
@@ -11433,6 +13624,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr "Lütfen devam etmek için %{phrase_code} yazın ya da iptal etmek için bu pencereyi kapatın."
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11448,6 +13642,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11455,74 +13655,86 @@ msgid "Preferences"
msgstr "Tercihler"
msgid "Preferences saved."
-msgstr ""
+msgstr "Tercihler kaydedildi."
msgid "Preferences|Behavior"
-msgstr ""
+msgstr "Davranış"
msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout."
-msgstr ""
+msgstr "Sabit (maks. 1280px) ve değişken (%{percentage}) uygulama düzeni arasından seçim yapın."
msgid "Preferences|Choose what content you want to see on a project’s overview page."
-msgstr ""
+msgstr "Bir projenin genel bakış sayfasında hangi içeriği görmek istediğinizi seçin."
+
+msgid "Preferences|Customize integrations with third party services."
+msgstr "Üçüncü taraf hizmetleriyle entegrasyonları özelleştirin."
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
-msgstr ""
+msgstr "Uygulama başlığının ve gezinme kenar çubuğunun görünümünü özelleştirin."
msgid "Preferences|Default dashboard"
-msgstr ""
+msgstr "Varsayılan gösterge panosu"
msgid "Preferences|Display time in 24-hour format"
-msgstr ""
+msgstr "Saati 24 saatlik biçimde görüntüle"
+
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr "Kod görünümlerinde tümleşik kod zekasını etkinleştir"
msgid "Preferences|For example: 30 mins ago."
-msgstr ""
+msgstr "Örneğin: 30 dakika önce."
+
+msgid "Preferences|Integrations"
+msgstr "Entegrasyonlar"
msgid "Preferences|Layout width"
-msgstr ""
+msgstr "Düzen genişliği"
msgid "Preferences|Navigation theme"
msgstr "Gezinme teması"
msgid "Preferences|Project overview content"
+msgstr "Projeye genel bakış içeriği"
+
+msgid "Preferences|Render whitespace characters in the Web IDE"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Show whitespace changes in diffs"
msgstr ""
+msgid "Preferences|Sourcegraph"
+msgstr "Sourcegraph"
+
msgid "Preferences|Syntax highlighting theme"
-msgstr ""
+msgstr "Sözdizimi vurgulama teması"
msgid "Preferences|These settings will update how dates and times are displayed for you."
-msgstr ""
+msgstr "Bu ayarlar, tarih ve saatlerin sizin için nasıl görüntülendiğini güncelleyecektir."
msgid "Preferences|This feature is experimental and translations are not complete yet"
-msgstr ""
+msgstr "Bu özellik deneyseldir ve çevirileri henüz tamamlanmadı"
msgid "Preferences|This setting allows you to customize the appearance of the syntax."
-msgstr ""
+msgstr "Bu ayar, sözdiziminin görünümünü özelleştirmenize olanak sağlar."
msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views."
-msgstr ""
+msgstr "Bu ayar, sistem düzeni ve varsayılan görünümlerin davranışını özelleştirmenizi sağlar."
msgid "Preferences|Time display"
-msgstr ""
+msgstr "Zaman göstergesi"
msgid "Preferences|Time format"
-msgstr ""
+msgstr "Zaman biçimi"
msgid "Preferences|Time preferences"
-msgstr ""
+msgstr "Zaman tercihleri"
msgid "Preferences|Use relative times"
-msgstr ""
+msgstr "Göreceli zamanları kullan"
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr "Aramak için Enter tuşuna basın veya tıklayın"
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11532,6 +13744,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "Önizleme"
@@ -11590,20 +13808,53 @@ msgid "Proceed"
msgstr ""
msgid "Productivity Analytics"
-msgstr ""
+msgstr "Verimlilik Çözümlemesi"
msgid "Productivity analytics can help identify the problems that are delaying your team"
+msgstr "Verimlilik çözümlemeleri ekibinize zaman kaybettiren problemleri tanımlamanıza yardım edebilir"
+
+msgid "ProductivityAanalytics|Merge requests"
+msgstr "Ä°stekleri birleÅŸtir"
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
msgstr ""
msgid "ProductivityAnalytics|Ascending"
msgstr ""
-msgid "ProductivityAnalytics|Days to merge"
+msgid "ProductivityAnalytics|Days"
msgstr ""
+msgid "ProductivityAnalytics|Days to merge"
+msgstr "Birleştirilecek günler"
+
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Profil"
@@ -11644,7 +13895,7 @@ msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "Profil resmi kaldırılacak. Emin misiniz?"
msgid "Profiles|Bio"
-msgstr ""
+msgstr "Hakkında"
msgid "Profiles|Change username"
msgstr "Kullanıcı adını değiştir"
@@ -11668,7 +13919,7 @@ msgid "Profiles|Click on icon to activate signin with one of the following servi
msgstr "Aşağıdaki hizmetlerden biriyle giriş yapmak için simgeye tıklayın"
msgid "Profiles|Commit email"
-msgstr ""
+msgstr "İşlem e-postası"
msgid "Profiles|Connect"
msgstr "BaÄŸlan"
@@ -11683,7 +13934,7 @@ msgid "Profiles|Current status"
msgstr "Mevcut durum"
msgid "Profiles|Default notification email"
-msgstr ""
+msgstr "Varsayılan bildirim e-postası"
msgid "Profiles|Delete Account"
msgstr "Hesabı Sil"
@@ -11713,19 +13964,19 @@ msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "Adınızı girin, böylece tanıdığınız kişiler sizi tanıyabilir"
msgid "Profiles|Feed token was successfully reset"
-msgstr ""
+msgstr "Besleme erişim anahtarı başarıyla sıfırlandı"
msgid "Profiles|Full name"
-msgstr ""
+msgstr "Tam isim"
msgid "Profiles|Impersonation"
-msgstr ""
+msgstr "KiÅŸiselleÅŸtirme"
msgid "Profiles|Include private contributions on my profile"
-msgstr ""
+msgstr "Profilime özel katkıları ekle"
msgid "Profiles|Incoming email token was successfully reset"
-msgstr ""
+msgstr "Gelen e-posta erişim anahtarı başarıyla sıfırlandı"
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "İki Adımlı Kimlik Doğrulamayı (2FA) etkinleştirerek hesabınızın güvenliğini artırın"
@@ -11737,13 +13988,13 @@ msgid "Profiles|Invalid username"
msgstr "Geçersiz kullanıcı adı"
msgid "Profiles|Key"
-msgstr ""
+msgstr "Anahtar"
msgid "Profiles|Learn more"
msgstr "Daha fazla bilgi edin"
msgid "Profiles|Location"
-msgstr ""
+msgstr "Konum"
msgid "Profiles|Made a private contribution"
msgstr "Özel bir katkı yaptı"
@@ -11755,34 +14006,34 @@ msgid "Profiles|No file chosen"
msgstr "Dosya seçili değil"
msgid "Profiles|Notification email"
-msgstr ""
+msgstr "Bildirim e-postası"
msgid "Profiles|Organization"
-msgstr ""
+msgstr "Organizasyon"
msgid "Profiles|Path"
msgstr "Yol"
msgid "Profiles|Personal Access"
-msgstr ""
+msgstr "KiÅŸisel EriÅŸim"
msgid "Profiles|Position and size your new avatar"
msgstr "Yeni profil resminizi konumlandırın ve boyutlandırın"
msgid "Profiles|Primary email"
-msgstr ""
+msgstr "Birincil e-posta"
msgid "Profiles|Private contributions"
msgstr "Özel katkılar"
msgid "Profiles|Profile was successfully updated"
-msgstr ""
+msgstr "Profil başarıyla güncellendi"
msgid "Profiles|Public Avatar"
msgstr "Genel Profil Resmi"
msgid "Profiles|Public email"
-msgstr ""
+msgstr "Herkese açık e-posta"
msgid "Profiles|Remove avatar"
msgstr "Profil resmini kaldır"
@@ -11797,11 +14048,14 @@ msgid "Profiles|Some options are unavailable for LDAP accounts"
msgstr "LDAP hesapları için bazı seçenekler kullanılamıyor"
msgid "Profiles|Static object token was successfully reset"
-msgstr ""
+msgstr "Statik nesne erişim anahtarı başarıyla sıfırlandı"
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr "Bize 250 karakterden daha azı ile kendinizden bahsedin"
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "200 KB izin verilen en yüksek dosya boyutudur."
@@ -11821,7 +14075,7 @@ msgid "Profiles|This information will appear on your profile"
msgstr "Bu bilgiler profilinizde görünecek"
msgid "Profiles|Time settings"
-msgstr ""
+msgstr "Zaman ayarları"
msgid "Profiles|Two-Factor Authentication"
msgstr "İki Aşamalı Kimlik Doğrulama"
@@ -11830,7 +14084,7 @@ msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Onaylamak için kendi %{confirmationValue} yazınız:"
msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr ""
+msgstr "Genellikle \"ssh-ed25519 …\" veya \"ssh-rsa …\" ile başlar"
msgid "Profiles|Update profile settings"
msgstr "Profil ayarlarını güncelle"
@@ -11845,7 +14099,7 @@ msgid "Profiles|Use a private email - %{email}"
msgstr "Özel bir e-posta kullan - %{email}"
msgid "Profiles|User ID"
-msgstr ""
+msgstr "Kullanıcı Kimliği"
msgid "Profiles|Username change failed - %{message}"
msgstr "Kullanıcı adı değişikliği başarısız oldu - %{message}"
@@ -11869,7 +14123,7 @@ msgid "Profiles|You can change your avatar here or remove the current avatar to
msgstr "Profil resminizi buradan değiştirebilir veya %{gravatar_link} sitesine dönmek için mevcut resmi kaldırabilirsiniz"
msgid "Profiles|You can set your current timezone here"
-msgstr ""
+msgstr "Geçerli saat diliminizi buradan ayarlayabilirsiniz"
msgid "Profiles|You can upload your avatar here"
msgstr "Profil resminizi buradan yükleyebilirsiniz"
@@ -11905,10 +14159,10 @@ msgid "Profiles|e.g. My MacBook key"
msgstr "Örneğin. MacBook anahtarım"
msgid "Profiles|impersonation"
-msgstr ""
+msgstr "kiÅŸisellleÅŸtirme"
msgid "Profiles|personal access"
-msgstr ""
+msgstr "kiÅŸisel eriÅŸim"
msgid "Profiles|username"
msgstr "kullanıcıadı"
@@ -11943,6 +14197,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11952,22 +14209,31 @@ msgstr "'%{project_name}' projesi başarıyla oluşturuldu."
msgid "Project '%{project_name}' was successfully updated."
msgstr "'%{project_name}' projesi başarıyla güncellendi."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr "'%{project_name}' projesi %{date} tarihinde silinecek"
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
-msgid "Project ID"
+msgid "Project Hooks"
msgstr ""
+msgid "Project ID"
+msgstr "Proje KimliÄŸi"
+
msgid "Project URL"
msgstr "Proje URL'si"
msgid "Project access must be granted explicitly to each user."
msgstr "Proje erişimi her kullanıcıya açıkça verilmelidir."
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11988,6 +14254,9 @@ msgstr ""
msgid "Project details"
msgstr "Proje ayrıntıları"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -12001,7 +14270,7 @@ msgid "Project export link has expired. Please generate a new export from your p
msgstr ""
msgid "Project export started. A download link will be sent by email."
-msgstr ""
+msgstr "Proje dışa aktarma başladı. Bir indirme bağlantısı e-posta ile gönderilecektir."
msgid "Project has too many %{label_for_message} to search"
msgstr ""
@@ -12012,6 +14281,21 @@ msgstr "Proje üyeleri"
msgid "Project name"
msgstr "Proje adı"
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr "Projeye genel bakış"
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12052,22 +14336,22 @@ msgid "ProjectLifecycle|Stage"
msgstr ""
msgid "ProjectOverview|Fork"
-msgstr ""
+msgstr "Çatalla"
msgid "ProjectOverview|Forks"
-msgstr ""
+msgstr "Çatallar"
msgid "ProjectOverview|Go to your fork"
-msgstr ""
+msgstr "Çatalınıza gidin"
msgid "ProjectOverview|Star"
-msgstr ""
+msgstr "Yıldızla"
msgid "ProjectOverview|Starrer"
-msgstr ""
+msgstr "Yıldızcı"
msgid "ProjectOverview|Starrers"
-msgstr ""
+msgstr "Yıldızcı"
msgid "ProjectOverview|Unstar"
msgstr "Yıldızı kaldır"
@@ -12079,7 +14363,7 @@ msgid "ProjectOverview|You must sign in to star a project"
msgstr ""
msgid "ProjectPage|Project ID: %{project_id}"
-msgstr ""
+msgstr "Proje KimliÄŸi: %{project_id}"
msgid "ProjectSelect| or group"
msgstr ""
@@ -12093,11 +14377,17 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
msgid "ProjectService|Last edit"
-msgstr ""
+msgstr "Son düzenleme"
msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
@@ -12115,7 +14405,7 @@ msgid "ProjectService|Services"
msgstr ""
msgid "ProjectService|Settings"
-msgstr ""
+msgstr "Ayarlar"
msgid "ProjectService|To set up this service:"
msgstr ""
@@ -12126,27 +14416,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr "Kullanıcıların erişim istemesine izin ver"
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
-msgstr ""
+msgstr "Rozetler"
+
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr "Değişikliklerinizi oluşturun, test edin ve dağıtın"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
-msgstr ""
+msgstr "Bu ayarı değiştirmek için bir yöneticiye başvurun."
+
+msgid "ProjectSettings|Container registry"
+msgstr "Kapsayıcı kaydı"
msgid "ProjectSettings|Customize your project badges."
msgstr "Proje rozetlerinizi özelleştirin."
+msgid "ProjectSettings|Disable email notifications"
+msgstr "E-posta bildirimlerini devre dışı bırak"
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr "Herkes"
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12159,9 +14479,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr "Sorunlar"
+
msgid "ProjectSettings|Learn more about badges."
msgstr "Rozetler hakkında daha fazla bilgi edinin."
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr "Bu proje için hafif sorun izleme sistemi"
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr "Ses, video ve grafik dosyaları gibi büyük dosyaları yönetir"
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12180,21 +14518,69 @@ msgstr "Birleştirme seçenekleri"
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr "BirleÅŸtirme istekleri"
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "Bu depoya yalnızca imzalanmış işlemler yollanabilir."
+msgid "ProjectSettings|Packages"
+msgstr "Paketler"
+
+msgid "ProjectSettings|Pages"
+msgstr "Sayfalar"
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr "Proje belgeleme sayfaları"
+
+msgid "ProjectSettings|Pipelines"
+msgstr "İş hatları"
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr "Özel"
+
+msgid "ProjectSettings|Project visibility"
+msgstr "Proje görünürlüğü"
+
+msgid "ProjectSettings|Public"
+msgstr "Herkese açık"
+
+msgid "ProjectSettings|Repository"
+msgstr "Depo"
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr "Parçacıklar"
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr "Akışla birleştirilecek değişiklikleri gönderin"
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12207,20 +14593,32 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "Kullanıcılar, yalnızca kendi doğrulanmış e-postalarından biriyle taahhüt edilen bu depoya taahhütte bulunabilir."
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr "Wiki"
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr "GitLab Pages ile statik web sitelerinizi GitLab üzerinde barındırabilirsiniz"
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
msgid "ProjectTemplates|Android"
-msgstr ""
+msgstr "Android"
msgid "ProjectTemplates|Go Micro"
msgstr ""
@@ -12261,6 +14659,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12276,20 +14680,38 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
-msgid "Projects shared with %{group_name}"
+msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects shared with %{group_name}"
+msgstr "%{group_name} ile paylaşılan projeler"
+
msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group."
msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
msgid "ProjectsDropdown|Frequently visited"
-msgstr ""
+msgstr "Sık ziyaret edilenler"
msgid "ProjectsDropdown|Loading projects"
msgstr "Projeler yükleniyor"
@@ -12301,13 +14723,13 @@ msgid "ProjectsDropdown|Search your projects"
msgstr "Projelerinizi arayın"
msgid "ProjectsDropdown|Something went wrong on our end."
-msgstr ""
+msgstr "Bizim tarafımızdan bir şeyler ters gitti."
msgid "ProjectsDropdown|Sorry, no projects matched your search"
msgstr "Üzgünüz, aramanızla eşleşen hiçbir proje yok"
msgid "ProjectsDropdown|This feature requires browser localStorage support"
-msgstr ""
+msgstr "ProjectsDropdown|Bu özellik tarayıcıda yerel Depolama desteği gerektiriyor"
msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
msgstr ""
@@ -12337,7 +14759,7 @@ msgid "ProjectsNew|Import project"
msgstr ""
msgid "ProjectsNew|Initialize repository with a README"
-msgstr ""
+msgstr "BENÄ°OKU ile depo baÅŸlat"
msgid "ProjectsNew|No import options available"
msgstr ""
@@ -12357,7 +14779,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12471,10 +14893,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12495,6 +14917,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12504,12 +14929,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12525,12 +14962,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} geliştiriciler için yazılabilir olacak. Emin misiniz?"
@@ -12640,7 +15122,7 @@ msgid "PushRule|Committer restriction"
msgstr ""
msgid "Pushed"
-msgstr ""
+msgstr "Yolladı:"
msgid "Pushes"
msgstr ""
@@ -12676,7 +15158,7 @@ msgid "PushoverService|See project %{project_full_name}"
msgstr ""
msgid "PushoverService|Total commits count: %{total_commits_count}"
-msgstr ""
+msgstr "Toplam işlemlerin sayısı: %{total_commits_count}"
msgid "PushoverService|Your application key"
msgstr ""
@@ -12690,24 +15172,36 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
-msgid "README"
+msgid "Quick range"
msgstr ""
+msgid "README"
+msgstr "BENÄ°OKU"
+
msgid "Rake Tasks Help"
msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
-msgid "Read more"
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
msgstr ""
+msgid "Read more"
+msgstr "Devamını oku"
+
msgid "Read more about environments"
msgstr "Ortamlar hakkında daha fazla bilgi edinin"
@@ -12715,7 +15209,7 @@ msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
msgstr ""
msgid "Read more about related issues"
-msgstr ""
+msgstr "İlgili sorunlar hakkında daha fazla bilgi edinin"
msgid "Real-time features"
msgstr ""
@@ -12729,9 +15223,12 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
-msgid "Receive notifications about your own activity"
+msgid "Receive alerts on GitLab from any source"
msgstr ""
+msgid "Receive notifications about your own activity"
+msgstr "Kendi etkinliğiniz ile ilgili bildirim alın"
+
msgid "Recent"
msgstr ""
@@ -12747,12 +15244,21 @@ msgstr ""
msgid "Recent searches"
msgstr "Son aramalar"
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12779,6 +15285,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12794,10 +15303,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12827,15 +15336,41 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr "Sürümler"
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
msgstr ""
-msgid "Remember me"
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
msgstr ""
+msgid "Release|Something went wrong while saving the release details"
+msgstr ""
+
+msgid "Remember me"
+msgstr "Beni hatırla"
+
msgid "Remind later"
msgstr ""
@@ -12885,7 +15420,7 @@ msgid "Remove due date"
msgstr ""
msgid "Remove fork relationship"
-msgstr ""
+msgstr "Çatal ilişkisini kaldır"
msgid "Remove from board"
msgstr ""
@@ -12899,13 +15434,22 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
+msgstr "Projeyi kaldır"
+
+msgid "Remove secondary node"
msgstr ""
msgid "Remove spent time"
@@ -12948,7 +15492,7 @@ msgid "Removed parent epic %{epic_ref}."
msgstr ""
msgid "Removed projects cannot be restored!"
-msgstr ""
+msgstr "Kaldırılan projeler geri yüklenemez!"
msgid "Removed spent time."
msgstr ""
@@ -12989,8 +15533,14 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr "Bir projenin kaldırılması, projeyi %{date} tarihine kadar salt okunur bir duruma getirir; bu noktada proje kalıcı olarak kaldırılır. Bunu istediğinizden EMİN MİSİNİZ?"
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr "Bir projenin kaldırılması, projeyi %{date} tarihine kadar salt okunur bir duruma getirir; bu noktada proje kalıcı olarak kaldırılır."
+
msgid "Removing group will cause all child projects and resources to be removed."
-msgstr ""
+msgstr "Grubu kaldırmak, tüm alt projeler ve kaynakların kaldırılmasına neden olur."
msgid "Removing license…"
msgstr ""
@@ -13026,7 +15576,7 @@ msgid "Repair authentication"
msgstr ""
msgid "Replace"
-msgstr "DeÄŸiÅŸtirme:"
+msgstr "DeÄŸiÅŸtir"
msgid "Replace all label(s)"
msgstr "Tüm etiketleri değiştir"
@@ -13034,6 +15584,9 @@ msgstr "Tüm etiketleri değiştir"
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -13049,9 +15602,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13136,7 +15695,7 @@ msgstr "Depo kilidi yok."
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13154,9 +15713,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr "Profil Ä°stekleri"
@@ -13169,18 +15737,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13224,6 +15786,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13281,6 +15846,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13293,6 +15864,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13325,9 +15902,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13352,9 +15941,15 @@ msgstr ""
msgid "Roadmap"
msgstr "Yol haritası"
+msgid "Role"
+msgstr "Rol"
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13400,6 +15995,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13436,6 +16034,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13445,16 +16046,22 @@ msgstr "SSH Anahtarları"
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr "SSH ana bilgisayar anahtarları"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13481,12 +16088,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
-msgid "Save password"
+msgid "Save expiration policy"
msgstr ""
+msgid "Save password"
+msgstr "Åžifreyi kaydet"
+
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13553,6 +16166,9 @@ msgstr ""
msgid "Search"
msgstr "Ara"
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr "Ortam özelliklerini ara"
@@ -13577,8 +16193,11 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr "Projeleri, sorunları vb. arayın."
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
-msgstr "Arama çatalları"
+msgstr "Çatalları ara"
msgid "Search groups"
msgstr "Grupları ara"
@@ -13592,6 +16211,9 @@ msgstr "Dönüm noktalarını ara"
msgid "Search or filter results..."
msgstr "Ara veya sonuçları filtrele..."
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr "Ara veya atla…"
@@ -13610,6 +16232,9 @@ msgstr "Kullanıcıları ara"
msgid "Search users or groups"
msgstr "Kullanıcıları veya grupları ara"
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr "Projelerinizi arayın"
@@ -13643,11 +16268,17 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
-msgstr "\"%{term}\" için %{from} - %{to} / %{count} %{scope}"
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
msgstr ""
@@ -13720,6 +16351,9 @@ msgid "Security"
msgstr ""
msgid "Security & Compliance"
+msgstr "Güvenlik ve Uyumluluk"
+
+msgid "Security Configuration"
msgstr ""
msgid "Security Dashboard"
@@ -13735,7 +16369,7 @@ msgid "Security Dashboard|Error fetching the vulnerability list. Please check yo
msgstr ""
msgid "Security Dashboard|Issue Created"
-msgstr ""
+msgstr "Sorun oluÅŸturuldu"
msgid "Security Reports|Comment added to '%{vulnerabilityName}'"
msgstr ""
@@ -13755,6 +16389,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13791,39 +16428,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13840,6 +16543,9 @@ msgid "Select GitLab project to link with your Slack team"
msgstr ""
msgid "Select Page"
+msgstr "Sayfa Seç"
+
+msgid "Select Stack"
msgstr ""
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
@@ -13869,6 +16575,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13878,6 +16587,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13920,6 +16632,9 @@ msgstr "Hedef dalı seç"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr "Özel proje şablonu kaynak grubunu seçin."
@@ -13929,15 +16644,57 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr "Rolünüzü seçin"
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
-msgid "Send a separate email notification to Developers."
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
msgstr ""
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
+msgid "Send a separate email notification to Developers."
+msgstr "Geliştiricilere ayrı bir e-posta bildirimi gönderin."
+
msgid "Send confirmation email"
msgstr ""
@@ -13953,6 +16710,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "Eyl"
@@ -14007,8 +16767,8 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
-msgstr ""
+msgid "ServerlessURL|Copy URL"
+msgstr "URL'yi kopyala"
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
msgstr ""
@@ -14049,6 +16809,15 @@ msgstr ""
msgid "Service Desk"
msgstr "Servis Masası"
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -14061,14 +16830,14 @@ msgstr "Oturum süresi (dakika)"
msgid "Session expiration, projects limit and attachment size."
msgstr "Oturum zaman aşımı, proje sınırı ve ek boyutu."
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
-msgstr ""
+msgstr "Sorun açıklamaları için varsayılan bir şablon belirleyin."
msgid "Set a number of approvals required, the approvers and other approval settings."
-msgstr ""
+msgstr "Gereken onayları, onaylayıcıları ve diğer onay ayarlarını belirleyin."
msgid "Set a password on your account to pull or push via %{protocol}."
msgstr ""
@@ -14095,7 +16864,7 @@ msgid "Set new password"
msgstr "Yeni parola ayarla"
msgid "Set notification email for abuse reports."
-msgstr ""
+msgstr "Kötüye kullanım raporları için bildirim e-postası ayarlayın."
msgid "Set parent epic to an epic"
msgstr ""
@@ -14151,6 +16920,9 @@ msgstr ""
msgid "Set up new password"
msgstr "Yeni ÅŸifre ayarla"
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14206,6 +16978,9 @@ msgid "Sets weight to %{weight}."
msgstr ""
msgid "Settings"
+msgstr "Ayarlar"
+
+msgid "Severity: %{severity}"
msgstr ""
msgid "Share"
@@ -14218,7 +16993,7 @@ msgid "Shared Runners"
msgstr ""
msgid "Shared projects"
-msgstr ""
+msgstr "Paylaşılan projeler"
msgid "Shared runners help link"
msgstr ""
@@ -14241,6 +17016,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14268,6 +17046,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14282,6 +17066,12 @@ msgid_plural "Showing %d events"
msgstr[0] "%d etkinliği gösteriliyor"
msgstr[1] "%d etkinlikleri gösteriliyor"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14291,6 +17081,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14310,46 +17103,43 @@ msgid "Sidebar|Weight"
msgstr ""
msgid "Sign in"
-msgstr ""
+msgstr "Oturum aç"
msgid "Sign in / Register"
-msgstr ""
+msgstr "Oturum aç / Kayıt ol"
msgid "Sign in to \"%{group_name}\""
msgstr ""
msgid "Sign in using smart card"
-msgstr ""
+msgstr "Akıllı kart kullanarak oturum açın"
msgid "Sign in via 2FA code"
-msgstr ""
-
-msgid "Sign in with Google"
-msgstr ""
+msgstr "2FA kodu ile oturum açın"
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
-msgstr ""
+msgstr "Akıllı kart ile oturum açın"
msgid "Sign out"
msgstr "Oturumu kapat"
msgid "Sign out & Register"
-msgstr ""
+msgstr "Oturumu kapat ve kaydol"
msgid "Sign up"
-msgstr ""
+msgstr "Kaydol"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
msgid "Sign-in restrictions"
-msgstr ""
+msgstr "Oturum açma kısıtlamaları"
msgid "Sign-up restrictions"
-msgstr ""
+msgstr "Kayıt kısıtlamaları"
msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
msgstr ""
@@ -14364,10 +17154,10 @@ msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
msgstr ""
msgid "Signed in"
-msgstr ""
+msgstr "Oturum açıldı:"
msgid "Signed in with %{authentication} authentication"
-msgstr ""
+msgstr "%{authentication} doğrulama ile giriş yapıldı"
msgid "Signing in using %{label} has been disabled"
msgstr ""
@@ -14381,9 +17171,6 @@ msgstr "Benzer sorunlar"
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14393,9 +17180,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr "Denemeyi Atla (Ãœcretsiz Hesapla Devam Et)"
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14456,6 +17252,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14489,15 +17288,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14513,27 +17312,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14543,9 +17363,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14678,6 +17504,9 @@ msgstr "Popülerlik"
msgid "SortOptions|Priority"
msgstr "Öncelik"
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr "Son etkinlik"
@@ -14694,7 +17523,7 @@ msgid "SortOptions|Sort direction"
msgstr ""
msgid "SortOptions|Stars"
-msgstr ""
+msgstr "Yıldızlar"
msgid "SortOptions|Start date"
msgstr "Başlangıç ​​tarihi"
@@ -14705,6 +17534,12 @@ msgstr "Daha sonra baÅŸlat"
msgid "SortOptions|Start soon"
msgstr "Yakında başlat"
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr "Ağırlık"
@@ -14723,6 +17558,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr "Bu özellik deneyseldir ve şu anda belirli projelerle sınırlıdır."
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr "Bu özellik deneyseldir ve herkese açık projelerle sınırlıdır."
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr "Bu özellik deneyseldir."
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr "%{link_start}Sourcegraph.com%{link_end}'u kullanır."
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr "Özel bir %{link_start}Sourcegraph örneği%{link_end} kullanır."
+
msgid "Spam Logs"
msgstr ""
@@ -14747,6 +17627,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr "AÅŸama"
@@ -14756,7 +17639,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14775,7 +17661,7 @@ msgid "Star toggle failed. Try again later."
msgstr ""
msgid "StarProject|Star"
-msgstr ""
+msgstr "Yıldız"
msgid "Starred Projects"
msgstr "Yıldızlı Projeler"
@@ -14796,7 +17682,7 @@ msgid "Starrers"
msgstr ""
msgid "Stars"
-msgstr ""
+msgstr "Yıldızlar"
msgid "Start GitLab Ultimate trial"
msgstr ""
@@ -14807,8 +17693,8 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "Bu değişiklikler ile bir %{new_merge_request} başlatın"
-msgid "Start a Free Trial"
-msgstr ""
+msgid "Start a Free Gold Trial"
+msgstr "Ücretsiz Altın Denemesini Başlatın"
msgid "Start a new discussion..."
msgstr ""
@@ -14855,6 +17741,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr "Ücretsiz denemenizi başlatın"
+
msgid "Start your trial"
msgstr "Denemenizi başlatın"
@@ -14879,6 +17771,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14915,12 +17810,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14928,7 +17829,7 @@ msgid "SubgroupCreationlevel|Allowed to create subgroups"
msgstr ""
msgid "SubgroupCreationlevel|Maintainers"
-msgstr ""
+msgstr "Sorumlu"
msgid "SubgroupCreationlevel|Owners"
msgstr ""
@@ -14942,6 +17843,9 @@ msgstr "Alt gruplar ve projeler"
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Spam olarak gönder"
@@ -14957,6 +17861,12 @@ msgstr "İnceleme gönder"
msgid "Submit search"
msgstr "Aramayı gönder"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "Abone ol"
@@ -14984,6 +17894,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr "Abonelik başarıyla oluşturuldu."
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -14997,7 +17916,7 @@ msgid "SubscriptionTable|Last invoice"
msgstr ""
msgid "SubscriptionTable|Loading subscriptions"
-msgstr ""
+msgstr "Abonelikler yükleniyor"
msgid "SubscriptionTable|Manage"
msgstr ""
@@ -15053,16 +17972,31 @@ msgstr "Kullanım"
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr "Kullanım sayımı günde bir kez 12:00 ÖS yapılır."
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
-msgid "Successfully blocked"
+msgid "Succeeded"
msgstr ""
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr "Başarıyla engellendi"
+
msgid "Successfully confirmed"
+msgstr "Başarıyla onaylandı"
+
+msgid "Successfully deactivated"
msgstr ""
msgid "Successfully deleted U2F device."
@@ -15078,9 +18012,9 @@ msgid "Successfully unblocked"
msgstr ""
msgid "Successfully unlocked"
-msgstr ""
+msgstr "Başarıyla kilit kaldırıldı"
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15152,26 +18086,32 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
msgid "Support"
-msgstr ""
+msgstr "Destek"
msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
msgstr ""
msgid "Support page URL"
-msgstr ""
+msgstr "Destek sayfası URL'si"
msgid "Switch branch/tag"
-msgstr ""
+msgstr "Dal/etiketi deÄŸiÅŸtir"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
-msgstr ""
+msgid "Switch to the source to copy the file contents"
+msgstr "Dosya içeriğini kopyalamak için kaynağa geçiş yapın"
msgid "Sync information"
msgstr ""
@@ -15212,6 +18152,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15237,7 +18180,7 @@ msgid "Tags:"
msgstr "Etiketler:"
msgid "TagsPage|Browse commits"
-msgstr ""
+msgstr "İşleme gözat"
msgid "TagsPage|Browse files"
msgstr "Dosyalara gözat"
@@ -15249,7 +18192,7 @@ msgid "TagsPage|Cancel"
msgstr "Ä°ptal"
msgid "TagsPage|Create tag"
-msgstr ""
+msgstr "Etiket oluÅŸtur"
msgid "TagsPage|Delete tag"
msgstr "Etiketi sil"
@@ -15272,14 +18215,14 @@ msgstr "Yeni Etiket"
msgid "TagsPage|New tag"
msgstr "Yeni etiket"
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr ""
msgid "TagsPage|Release notes"
-msgstr ""
+msgstr "Sürüm notları"
msgid "TagsPage|Repository has no tags yet."
msgstr ""
@@ -15308,18 +18251,33 @@ msgstr ""
msgid "Target Branch"
msgstr "Hedef Dal"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "Hedef dal"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "Ekip"
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr "Telefon numarası"
+
msgid "Template"
msgstr "Åžablon"
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "Åžablonlar"
@@ -15338,7 +18296,7 @@ msgstr "Hizmet Koşulları Sözleşmesi ve Gizlilik Politikası"
msgid "Terms of Service and Privacy Policy"
msgstr "Hizmet Koşulları ve Gizlilik Politikası"
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15374,6 +18332,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15386,14 +18377,14 @@ msgstr "Teşekkürler! Bu mesajı tekrar gösterme"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "GitLab'daki Gelişmiş Genel arama, size zaman kazandıran güçlü bir arama hizmetidir. Yinelenen kod oluşturmak ve zaman kaybetmek yerine, artık kendi projenize yardımcı olabilecek diğer ekiplerin içinde kod arayabilirsiniz."
@@ -15409,6 +18400,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15418,6 +18415,9 @@ msgstr "İkincil düğüm durumu alma isteğinin zaman aşımına uğrayacağı
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15427,12 +18427,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15457,12 +18472,20 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15478,6 +18501,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15523,7 +18549,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15535,12 +18564,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15586,6 +18618,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr "Uzak depo güncelleniyor..."
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15622,10 +18657,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15634,6 +18669,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15658,6 +18696,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15713,7 +18754,7 @@ msgid "There are no packages yet"
msgstr ""
msgid "There are no projects shared with this group yet"
-msgstr ""
+msgstr "Henüz bu grupla paylaşılan proje yok."
msgid "There are no staged changes"
msgstr ""
@@ -15721,6 +18762,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15730,6 +18774,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15739,6 +18786,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15748,7 +18801,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15760,6 +18828,9 @@ msgstr "Kullanıcı etkinlik takvimi yüklenirken bir hata oluştu."
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr "Grup iş hattı dakikaları sıfırlanırken bir hata oluştu."
@@ -15770,11 +18841,14 @@ msgid "There was an error saving your changes."
msgstr ""
msgid "There was an error saving your notification settings."
-msgstr ""
+msgstr "Bildirim ayarlarınız kaydedilirken bir hata oluştu."
msgid "There was an error subscribing to this label."
msgstr "Bu etikete abone olurken bir hata oluÅŸtu."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15790,12 +18864,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15815,7 +18901,7 @@ msgid "This GitLab instance does not provide any shared Runners yet. Instance ad
msgstr ""
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
-msgstr ""
+msgstr "Bu işlem veri kaybına yol açabilir. Yanlışlıkla yapılacak işlemleri önlemek için niyetinizi onaylamanızı istiyoruz."
msgid "This also resolves the discussion"
msgstr ""
@@ -15856,9 +18942,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15883,10 +18966,16 @@ msgstr "Bu dizin"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15917,10 +19006,10 @@ msgid "This is a delayed job to run in %{remainingTime}"
msgstr ""
msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
-msgstr ""
+msgstr "Bu, hesabınıza giriş yaptığınız cihazların listesidir. Tanımadığınız veya bilmediğiniz tüm oturumları kapatın."
msgid "This is a security log of important events involving your account."
-msgstr ""
+msgstr "Bu, hesabınızla ilgili önemli olayların bir güvenlik günlüğüdür."
msgid "This is the author's first Merge Request to this project."
msgstr ""
@@ -15929,7 +19018,7 @@ msgid "This is the maximum number of users that have existed at the same time si
msgstr ""
msgid "This is your current session"
-msgstr ""
+msgstr "Bu sizin mevcut oturumunuz"
msgid "This issue is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
msgstr ""
@@ -15940,6 +19029,9 @@ msgstr "Bu sorun gizlidir"
msgid "This issue is locked."
msgstr "Bu sorun kilitlendi."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15958,21 +19050,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15988,7 +19095,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -16015,6 +19122,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -16027,6 +19137,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "Bu proje"
@@ -16039,6 +19155,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr "Bu depo"
@@ -16051,10 +19176,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -16078,12 +19203,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16109,13 +19288,13 @@ msgid "Time estimate"
msgstr ""
msgid "Time from first comment to last commit"
-msgstr ""
+msgstr "İlk yorumdan son işleme kadar geçen süre"
msgid "Time from first commit until first comment"
msgstr ""
msgid "Time from last commit to merge"
-msgstr ""
+msgstr "Son işlemden birleştirmeye kadar geçen süre"
msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied."
msgstr ""
@@ -16276,9 +19455,6 @@ msgstr "ÅŸimdi"
msgid "Timeago|right now"
msgstr "hemen ÅŸimdi"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr "Zaman aşımı"
@@ -16307,6 +19483,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr "Başlıklar ve dosya adları"
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16382,7 +19561,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16407,7 +19586,7 @@ msgid "To set up this service:"
msgstr ""
msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
-msgstr ""
+msgstr "Ait olduğunuz bir grubun proje başına bildirim seviyesini belirlemek için proje sayfasını ziyaret etmeniz ve orada bildirim seviyesini değiştirmeniz gerekir."
msgid "To start serving your jobs you can add Runners to your group"
msgstr ""
@@ -16431,7 +19610,7 @@ msgid "To widen your search, change or remove filters."
msgstr "Aramanızı genişletmek için süzgeçlerinizi değiştirin veya kaldırın."
msgid "To-Do List"
-msgstr ""
+msgstr "Yapılacaklar Listesi"
msgid "To-do item successfully marked as done."
msgstr ""
@@ -16499,6 +19678,12 @@ msgstr "Yarın"
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16508,18 +19693,24 @@ msgstr ""
msgid "Total Contributions"
msgstr "Toplam Katkı"
-msgid "Total Time"
-msgstr "Toplam Zaman"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr "Toplam: %{total}"
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16541,9 +19732,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16571,6 +19768,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16578,6 +19778,9 @@ msgid "Tree view"
msgstr ""
msgid "Trending"
+msgstr "Öne Çıkanlar"
+
+msgid "Trigger"
msgstr ""
msgid "Trigger pipelines for mirror updates"
@@ -16607,7 +19810,7 @@ msgstr "Tetikleyici başarıyla güncellendi."
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16623,7 +19826,7 @@ msgid "Try all GitLab has to offer for 30 days."
msgstr "GitLab’ın sunduğu her şeyi 30 gün boyunca deneyin."
msgid "Try to fork again"
-msgstr ""
+msgstr "Tekrar çatallamayı dene"
msgid "Try using a different search term to find the file you are looking for."
msgstr ""
@@ -16664,6 +19867,9 @@ msgstr "İki adımlı kimlik doğrulama"
msgid "Type"
msgstr "Tür"
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16676,24 +19882,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16718,11 +19939,11 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
-msgstr ""
+msgstr "Engeli kaldır"
msgid "Undo"
msgstr ""
@@ -16739,6 +19960,9 @@ msgstr ""
msgid "Unknown"
msgstr "Bilinmeyen"
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16749,13 +19973,13 @@ msgid "Unknown response text"
msgstr ""
msgid "Unlimited"
-msgstr ""
+msgstr "Sınırsız"
msgid "Unlock"
msgstr "Kilidi aç"
msgid "Unlock the discussion"
-msgstr ""
+msgstr "Tartışmanın kilidini aç"
msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
msgstr ""
@@ -16764,7 +19988,7 @@ msgid "Unlocked"
msgstr "Kilitli"
msgid "Unlocked the discussion."
-msgstr ""
+msgstr "Tartışmanın kilidi açıldı."
msgid "Unlocks the discussion."
msgstr ""
@@ -16790,9 +20014,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr "Tüm değişiklikleri kaldır"
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16826,6 +20047,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "Doğrulanmamış"
@@ -16866,7 +20090,7 @@ msgid "Update your group name, description, avatar, and visibility."
msgstr ""
msgid "Update your project name, topics, description and avatar."
-msgstr ""
+msgstr "Proje adınızı, konularınızı, açıklamanızı ve avatarınızı güncelleyin."
msgid "UpdateProject|Cannot rename project because it contains container registry tags!"
msgstr ""
@@ -16886,6 +20110,9 @@ msgstr "Güncellendi:"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "%{updated_by} tarafından %{updated_at} zamanında güncellendi"
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16910,9 +20137,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "Sorun panolarını geliştirmek için planınızı yükseltin."
@@ -16937,9 +20161,6 @@ msgstr "Sertifikanız için özel bir anahtar yükleyin"
msgid "Upload file"
msgstr "Dosya yükle"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16958,6 +20179,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -16980,46 +20204,46 @@ msgid "UsageQuota|Artifacts"
msgstr ""
msgid "UsageQuota|Buy additional minutes"
-msgstr ""
+msgstr "Ek dakika satın al"
msgid "UsageQuota|Current period usage"
-msgstr ""
+msgstr "Mevcut dönem kullanımı"
msgid "UsageQuota|LFS Storage"
-msgstr ""
+msgstr "LFS Depolama"
msgid "UsageQuota|Packages"
-msgstr ""
+msgstr "Paketler"
msgid "UsageQuota|Pipelines"
-msgstr ""
+msgstr "İş hatları"
msgid "UsageQuota|Repository"
-msgstr ""
+msgstr "Depo"
msgid "UsageQuota|Storage"
-msgstr ""
+msgstr "Depolama"
msgid "UsageQuota|This namespace has no projects which use shared runners"
-msgstr ""
+msgstr "Bu isim alanının paylaşılan çalıştırıcıları kullanan projeleri yok"
msgid "UsageQuota|Unlimited"
-msgstr ""
+msgstr "Sınırsız"
msgid "UsageQuota|Usage"
-msgstr ""
+msgstr "Kullanım"
msgid "UsageQuota|Usage Quotas"
-msgstr ""
+msgstr "Kullanım Kotaları"
msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
-msgstr ""
+msgstr "Grup kaynaklarının gruptaki projeler arasında %{strong_start}%{group_name}%{strong_end} kullanılması"
msgid "UsageQuota|Usage since"
-msgstr ""
+msgstr "Kullanım tarihi:"
msgid "UsageQuota|Wiki"
-msgstr ""
+msgstr "Wiki"
msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
msgstr ""
@@ -17039,6 +20263,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -17049,7 +20279,7 @@ msgid "Use the following registration token during setup:"
msgstr ""
msgid "Use your global notification setting"
-msgstr ""
+msgstr "Genel bildirim ayarınızı kullanın"
msgid "Use your smart card to authenticate with the LDAP server."
msgstr ""
@@ -17060,6 +20290,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17096,6 +20329,9 @@ msgstr "Kullanıcı haritası"
msgid "User pipeline minutes were successfully reset."
msgstr "Kullanıcı iş hattı kayıtları başarıyla sıfırlandı."
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr "Kullanıcı ayarları"
@@ -17162,7 +20398,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17174,13 +20410,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17213,25 +20449,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17246,10 +20485,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17258,6 +20497,9 @@ msgstr "Etkinlik"
msgid "UserProfile|Already reported for abuse"
msgstr "Suistimal için zaten rapor edildi"
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr "Katıldığı projeler"
@@ -17318,6 +20560,9 @@ msgstr "Bu kullanıcı hiçbir projeye katkıda bulunmadı"
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr "Tümünü görüntüle"
@@ -17345,12 +20590,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
-msgid "Username or email"
+msgid "Username is too long (maximum is %{max_length} characters)."
msgstr ""
+msgid "Username or email"
+msgstr "Kullanıcı adı ya da e-posta"
+
msgid "Users"
msgstr "Kullanıcılar"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17423,13 +20674,25 @@ msgstr "DoÄŸrulama durumu"
msgid "Verified"
msgstr "Doğrulanmış"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr "Sürüm"
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17450,6 +20713,11 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "View file @ "
msgstr "Dosyayı görüntüle @ "
@@ -17459,7 +20727,7 @@ msgstr ""
msgid "View group labels"
msgstr "Grup etiketlerini görüntüle"
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17468,7 +20736,7 @@ msgstr "GitLab'da görüntüle"
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17483,6 +20751,9 @@ msgstr "Günlüğü görüntüle"
msgid "View open merge request"
msgstr "Açık birleştirme isteğini görüntüle"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "Proje etiketlerini görüntüle"
@@ -17492,6 +20763,9 @@ msgstr "Değiştirilen @ dosyayı görüntüle "
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17534,19 +20808,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17570,12 +20841,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17612,19 +20886,19 @@ msgstr "Rapor Türü"
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17633,6 +20907,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17642,6 +20919,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17651,6 +20931,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "Web IDE"
@@ -17681,6 +20964,15 @@ msgstr "Ağırlık"
msgid "Weight %{weight}"
msgstr "Ağırlık %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17693,6 +20985,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17710,12 +21005,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17834,7 +21144,7 @@ msgid "Wiki|Create page"
msgstr "Sayfa oluÅŸtur"
msgid "Wiki|Created date"
-msgstr ""
+msgstr "OluÅŸturma tarihi"
msgid "Wiki|Edit Page"
msgstr "Sayfayı düzenle"
@@ -17872,6 +21182,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17890,6 +21203,9 @@ msgstr "Yazma eriÅŸimine izin verildi"
msgid "Write milestone description..."
msgstr "Dönüm noktası açıklaması yazın..."
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17929,7 +21245,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17938,6 +21254,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17968,9 +21287,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr "Aşağıdaki seçeneklerden birini kullanarak dosyaları doğrudan GitLab'da oluşturabilirsiniz."
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Bu gruplara katılmayı talep ederek onlara kolayca katkıda bulunabilirsiniz."
@@ -18017,17 +21351,26 @@ msgid "You can resolve the merge conflict using either the Interactive mode, by
msgstr ""
msgid "You can see your chat accounts."
+msgstr "Sohbet hesaplarınızı görebilirsiniz."
+
+msgid "You can set up as many Runners as you need to run your jobs."
msgstr ""
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
msgid "You can specify notification level per group or per project."
-msgstr ""
+msgstr "Grup başına veya proje başına bildirim düzeyi belirleyebilirsiniz."
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -18085,6 +21428,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18127,19 +21473,28 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
msgid "You must have maintainer access to force delete a lock"
-msgstr ""
+msgstr "Bir kilidi silmeye zorlamak için sorumlu erişiminiz olmalıdır"
msgid "You must have permission to create a project in a namespace before forking."
msgstr ""
msgid "You must provide a valid current password"
-msgstr ""
+msgstr "Geçerli bir mevcut şifre girmelisiniz"
msgid "You must provide your current password in order to change it."
+msgstr "Değiştirmek için mevcut şifrenizi girmelisiniz."
+
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
msgstr ""
msgid "You need a different license to enable FileLocks feature"
@@ -18205,12 +21560,21 @@ msgstr "Profilinize %{add_ssh_key_link} kadar proje kodunu SSH üzerinden çekem
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Profilinize bir SSH anahtarı ekleyene kadar proje kodunu SSH üzerinden çekemez veya yollayamazsınız"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr "Şu anda ücretsiz deneme sürümünü almayacaksınız. Ancak avatarınıza tıklayarak ve 'Ücretsiz deneme sürümünü başlat'ı seçerek bu işleme her zaman devam edebilirsiniz."
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18223,15 +21587,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18239,26 +21609,32 @@ msgid "YouTube"
msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
-msgstr ""
-
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
-msgstr ""
+msgstr "İşlem e-postanız, düzenlemeler ve birleştirmeler gibi web tabanlı işlemler için kullanılacaktır."
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr "%{openingTag}Gruba özgü bir e-posta adresi%{closingTag} ayarlanmamışsa, varsayılan bildirim e-postanız hesap bildirimleri için kullanılacaktır."
+
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "Gruplarınız"
msgid "Your New Personal Access Token"
msgstr ""
-msgid "Your Primary Email will be used for avatar detection."
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
msgstr ""
+msgid "Your Primary Email will be used for avatar detection."
+msgstr "Birincil e-postanız avatar tespiti için kullanılacaktır."
+
msgid "Your Projects (default)"
msgstr "Projeleriniz (öntanımlı)"
@@ -18266,13 +21642,13 @@ msgid "Your Projects' Activity"
msgstr "Projelerinizin EtkinliÄŸi"
msgid "Your Public Email will be displayed on your public profile."
-msgstr ""
+msgstr "Herkese açık e-postanız, herkese açık profilinizde gösterilecektir."
msgid "Your SSH keys (%{count})"
msgstr ""
msgid "Your To-Do List"
-msgstr ""
+msgstr "Yapılacaklar Listeniz"
msgid "Your U2F device did not send a valid JSON response."
msgstr ""
@@ -18286,6 +21662,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18310,12 +21689,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18343,7 +21728,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18367,6 +21752,14 @@ msgstr ""
msgid "a deleted user"
msgstr "silinmiş bir kullanıcı"
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18382,12 +21775,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
-msgid "already shared with this group"
+msgid "already has a \"created\" issue link"
msgstr ""
+msgid "already shared with this group"
+msgstr "bu grupla zaten paylaştı"
+
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18397,6 +21802,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "dal adı"
@@ -18409,9 +21817,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18439,6 +21844,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18494,16 +21902,8 @@ msgstr "%{reportType} %{status} güvenlik açığı tespit edilmedi"
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr "%{reportType} %{status} yalnızca kaynak dal için hiçbir güvenlik açığı tespit edilmedi"
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
-msgstr ""
+msgstr "%{reportType} yükleniyor"
msgid "ciReport|%{reportType}: Loading resulted in an error"
msgstr ""
@@ -18515,7 +21915,7 @@ msgid "ciReport|(errors when loading results)"
msgstr ""
msgid "ciReport|(is loading)"
-msgstr ""
+msgstr "(yükleniyor)"
msgid "ciReport|(is loading, errors when loading results)"
msgstr ""
@@ -18535,6 +21935,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "Sınıf"
@@ -18554,7 +21957,7 @@ msgid "ciReport|Container scanning detects known vulnerabilities in your docker
msgstr ""
msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
-msgstr ""
+msgstr "Bu çözümü uygulamak için bir birleştirme talebi oluşturun veya yamayı elle indirin ve uygulayın."
msgid "ciReport|Create issue"
msgstr ""
@@ -18575,10 +21978,10 @@ msgid "ciReport|Description"
msgstr "Açıklama"
msgid "ciReport|Download patch to resolve"
-msgstr ""
+msgstr "Çözmek için yama indirin"
msgid "ciReport|Download the patch to apply it manually"
-msgstr ""
+msgstr "Elle uygulamak için yamayı indirin"
msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application."
msgstr ""
@@ -18661,18 +22064,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18703,7 +22094,7 @@ msgid "commit %{commit_id}"
msgstr ""
msgid "confidence|Confirmed"
-msgstr ""
+msgstr "Onaylandı"
msgid "confidence|Experimental"
msgstr ""
@@ -18735,11 +22126,14 @@ msgstr ""
msgid "connecting"
msgstr "bağlanılıyor"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "özel anahtar okunamadı, şifre doğru mu?"
msgid "created"
-msgstr ""
+msgstr "oluÅŸturdu:"
msgid "customize"
msgstr "özelleştir"
@@ -18752,6 +22146,9 @@ msgid_plural "days"
msgstr[0] "gün"
msgstr[1] "gün"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18761,12 +22158,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr "devre dışı"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "tamamlandı"
@@ -18817,6 +22220,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18832,12 +22241,18 @@ msgstr ""
msgid "for this project"
msgstr "bu proje için"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr "grup"
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18879,6 +22294,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18897,9 +22315,15 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
-msgid "is too long (maximum is 1000 entries)"
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
msgstr ""
+msgid "is too long (maximum is 100 entries)"
+msgstr "çok uzun (en fazla 100 giriş)"
+
+msgid "is too long (maximum is 1000 entries)"
+msgstr "çok uzun (en fazla 1000 giriş)"
+
msgid "issue"
msgstr ""
@@ -18927,6 +22351,15 @@ msgstr "son sürüm"
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18942,9 +22375,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "birleÅŸtirme isteÄŸi"
@@ -18956,6 +22386,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18989,9 +22422,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -19025,8 +22455,8 @@ msgstr "Otomatik birleÅŸtirmeyi iptal et"
msgid "mrWidget|Check out branch"
msgstr "Dalı kontrol et"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "Otomatik olarak birleştirme özelliği kontrol ediliyor"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr ""
@@ -19073,6 +22503,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19098,7 +22531,7 @@ msgid "mrWidget|Merged by"
msgstr "BirleÅŸtiren"
msgid "mrWidget|More information"
-msgstr ""
+msgstr "Daha fazla bilgi"
msgid "mrWidget|No approval required"
msgstr ""
@@ -19224,7 +22657,7 @@ msgid "mrWidget|You can merge this merge request manually using the"
msgstr ""
msgid "mrWidget|Your password"
-msgstr ""
+msgstr "Åžifreniz"
msgid "mrWidget|branch does not exist."
msgstr "dal mevcut deÄŸil."
@@ -19253,6 +22686,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "yeni birleÅŸtirme isteÄŸi"
@@ -19280,7 +22716,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19299,9 +22741,15 @@ msgstr "ÅŸifre"
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19330,6 +22778,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19359,6 +22810,9 @@ msgstr[1] "cevap"
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19380,6 +22834,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19389,11 +22846,17 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr "%{count} tane daha göster"
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
msgid "sign in"
-msgstr ""
+msgstr "oturum aç"
msgid "sort:"
msgstr ""
@@ -19413,6 +22876,9 @@ msgstr ""
msgid "started"
msgstr "başladı"
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19431,6 +22897,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "bu belge"
@@ -19514,10 +22986,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "%d dakika içinde "
-msgstr[1] "%d dakika içinde "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/uk/gitlab.po b/locale/uk/gitlab.po
index 4ad8237c36b..cb6c4de1e03 100644
--- a/locale/uk/gitlab.po
+++ b/locale/uk/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Ukrainian\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: uk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:16\n"
+"PO-Revision-Date: 2020-01-22 09:28\n"
msgid " (from %{timeoutSource})"
msgstr " (з %{timeoutSource})"
@@ -56,15 +55,18 @@ msgstr " або "
msgid " or <!merge request id>"
msgstr " або <!merge request id>"
-msgid " or <#epic id>"
-msgstr " або <#epic id>"
-
msgid " or <#issue id>"
msgstr " або <#issue id>"
+msgid " or <&epic id>"
+msgstr " або <&epic id>"
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " або поÑÐ¸Ð»Ð°Ð½Ð½Ñ (напр. шлÑÑ…/до/проекту!id_запиту_на_злиттÑ)"
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "\"%{path}\" не Ñ–Ñнував у \"%{ref}\""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d коментар"
@@ -110,12 +112,12 @@ msgstr[1] "%d екÑпортера"
msgstr[2] "%d екÑпортерів"
msgstr[3] "%d екÑпортерів"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d невдалий результат теÑту"
-msgstr[1] "%d невдалі результати теÑтів"
-msgstr[2] "%d невдалих результатів теÑтів"
-msgstr[3] "%d невдалих результатів теÑтів"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] "%d неуÑпішний результат теÑту"
+msgstr[1] "%d неуÑпішних результати теÑту"
+msgstr[2] "%d неуÑпішних результатів теÑту"
+msgstr[3] "%d неуÑпішних результатів теÑту"
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -187,6 +189,20 @@ msgstr[1] "ще %d коментарі"
msgstr[2] "ще %d коментарів"
msgstr[3] "ще %d коментарів"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d проєкт"
+msgstr[1] "%d проєкти"
+msgstr[2] "%d проєктів"
+msgstr[3] "%d проєктів"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d запит із зауваженнÑми"
+msgstr[1] "%d запити із зауваженнÑми"
+msgstr[2] "%d запитів із зауваженнÑми"
+msgstr[3] "%d запитів із зауваженнÑми"
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d Ñекунда"
@@ -201,6 +217,13 @@ msgstr[1] "%d проіндекÑовані зміни"
msgstr[2] "%d проіндекÑованих змін"
msgstr[3] "%d проіндекÑованих змін"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d неіндекÑована зміна"
@@ -224,6 +247,9 @@ msgstr "Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ %{authorsName}"
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "%{commit_author_link} закомітив %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr "%{cores} Ñдер"
+
msgid "%{count} LOC/commit"
msgstr "%{count} Ñ€Ñдків коду/коміт"
@@ -246,6 +272,13 @@ msgstr "%{count} більше"
msgid "%{count} more assignees"
msgstr "%{count} більше виконавців"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "ще %{count} реліз"
+msgstr[1] "ще %{count} релізи"
+msgstr[2] "ще %{count} релізів"
+msgstr[3] "ще %{count} релізів"
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{count} з %{required} Ñхвалень від %{name}"
@@ -266,6 +299,15 @@ msgstr[1] "%{count} коментарі в очікуванні"
msgstr[2] "%{count} коментарів в очікуванні"
msgstr[3] "%{count} коментарів в очікуванні"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count} пов’Ñзаних %{pluralized_subject}: %{links}"
+
+msgid "%{days} days until tags are automatically removed"
+msgstr "%{days} днів до того, Ñк теги будуть видалені автоматично"
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr "%{description}- Ð¿Ð¾Ð´Ñ–Ñ Ñƒ Sentry: %{errorUrl}- Вперше помічено: %{firstSeen}- ВоÑтаннє помічено: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+
msgid "%{duration}ms"
msgstr "%{duration}мÑ"
@@ -290,11 +332,11 @@ msgstr "%{filePath} видалено"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} більше"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "%{gitlab_ci_yml} не знайдено в цьому коміті"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
-msgstr "%{group_docs_link_start}Групи%{group_docs_link_end} дозволÑÑŽÑ‚ÑŒ вам керувати Ñ– взаємодіÑти між кількома проектами. Члени групи мають доÑтуп до уÑÑ–Ñ… Ñ—Ñ— проектів."
+msgstr "%{group_docs_link_start}Групи%{group_docs_link_end} дозволÑÑŽÑ‚ÑŒ вам керувати Ñ– взаємодіÑти між кількома проєктами. Члени групи мають доÑтуп до уÑÑ–Ñ… Ñ—Ñ— проєктів."
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr "%{group_name} викориÑтовує облікові запиÑи керовані групою. Вам необхідно Ñтворити новий обліковий Ð·Ð°Ð¿Ð¸Ñ GitLab, Ñкий буде керуватиÑÑ %{group_name}."
@@ -305,6 +347,12 @@ msgstr "%{icon}Ви збираєтеÑÑŒ додати %{usersTag} людей дÐ
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} буде видалено! Ви впевнені?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} недоÑтупний"
@@ -315,11 +363,14 @@ msgid "%{level_name} is not allowed in a %{group_level_name} group."
msgstr "%{level_name} не дозволено в %{group_level_name} групі."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
-msgstr "%{level_name} не допуÑкаєтьÑÑ, оÑкільки проект-джерело цього форку має нижчу видиміÑÑ‚ÑŒ."
+msgstr "%{level_name} не допуÑкаєтьÑÑ, оÑкільки проєкт-джерело цього форку має нижчу видиміÑÑ‚ÑŒ."
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}Читати більше%{link_end} про дозволи ролей"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr "%{link} може бути викориÑтаний Ð´Ð»Ñ Ð·Ð²'ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð´Ñ–Ð¹, коли щоÑÑŒ відбуваєтьÑÑ Ð² проєкті."
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr "%{listToShow} та ще %{awardsListLength}."
@@ -350,9 +401,28 @@ msgstr "на %{number_commits_behind} комітів позаду %{default_bran
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% завершено"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr "%{percent}%{percentSymbol} завершено"
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary} (%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases} реліз"
+msgstr[1] "%{releases} релізи"
+msgstr[2] "%{releases} релізів"
+msgstr[3] "%{releases} релізів"
+
msgid "%{service_title} activated."
msgstr "%{service_title} активовано."
@@ -374,6 +444,18 @@ msgstr "%{size} байт"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} було уÑпішно відправлено до Akismet."
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state} епіки"
@@ -394,6 +476,13 @@ msgstr[3] "%{strong_start}%{commit_count}%{strong_end} Комітів"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} Файлів"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} Тег"
@@ -404,6 +493,18 @@ msgstr[3] "%{strong_start}%{tag_count}%{strong_end} Тегів"
msgid "%{tabname} changed"
msgstr "%{tabname} змінено"
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr "%{tag}-evidence.json"
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id} невідомий або неправильний"
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files}"
@@ -420,6 +521,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} зміни"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr "%{total} загальна вага відкритих задач"
+
+msgid "%{total} open issues"
+msgstr "%{total} відкритих задач"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} неіндекÑованих та %{staged} проіндекÑованих змін"
@@ -496,12 +606,26 @@ msgstr "+%{extraOptionCount} більше"
msgid ", or "
msgstr ", або "
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- ПодіÑ"
+msgstr[1] "- Події"
+msgstr[2] "- Подій"
+msgstr[3] "- Подій"
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Runner активний Ñ– може виконувати нові завданнÑ"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Runner призупинено Ñ– він не зможе виконувати нові завданнÑ"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- КориÑтувач"
+msgstr[1] "- КориÑтувачі"
+msgstr[2] "- КориÑтувачів"
+msgstr[3] "- КориÑтувачів"
+
msgid "- show less"
msgstr "- показати менше"
@@ -544,7 +668,11 @@ msgstr[2] "%{merge_requests} закритих запитів на злиттÑ"
msgstr[3] "%{merge_requests} закритих запитів на злиттÑ"
msgid "1 day"
-msgstr "1 день"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "1 group"
msgid_plural "%d groups"
@@ -553,6 +681,13 @@ msgstr[1] "%d групи"
msgstr[2] "%d груп"
msgstr[3] "%d груп"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "1 заÑтоÑований запит на злиттÑ"
@@ -560,6 +695,13 @@ msgstr[1] "%{merge_requests} заÑтоÑованих запити на злит
msgstr[2] "%{merge_requests} заÑтоÑованих запитів на злиттÑ"
msgstr[3] "%{merge_requests} заÑтоÑованих запитів на злиттÑ"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "1 відкрита задача"
@@ -607,9 +749,18 @@ msgstr "10-19 внеÑків"
msgid "1st contribution!"
msgstr "Перший внеÑок!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29 внеÑків"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "двофакторна автентифікаціÑ"
@@ -622,12 +773,18 @@ msgstr "3 дні"
msgid "3 hours"
msgstr "3 години"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 хвилин"
msgid "30+ contributions"
msgstr "30+ внеÑків"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "Будь лаÑка, звернітьÑÑ Ð´Ð¾ адмініÑтратора GitLab, щоб отримати дозвіл."
@@ -643,9 +800,15 @@ msgstr "Сторінка не знайдена"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "Будь лаÑка, звернітьÑÑ Ð´Ð¾ адмініÑтратора GitLab, Ñкщо ви вважаєте, що це помилка."
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 годин"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> додаÑÑ‚ÑŒ \"<a href=\"#\">@johnsmith</a>\" до вÑÑ–Ñ… задач та коментарів, що були Ñтворені johnsmith@example.com, а також призначить на <a href=\"#\">@johnsmith</a> уÑÑ– задачі, Ñкі були призначені на на johnsmith@example.com."
@@ -667,17 +830,11 @@ msgstr "<облаÑÑ‚ÑŒ дії не вибрано>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} неіндекÑованих</strong> та <strong>%{stagedFilesLength} індекÑованих</strong> змін"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "<strong>%{created_count}</strong> Ñтворено, <strong>%{accepted_count}</strong> прийнÑто."
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "<strong>%{created_count}</strong> Ñтворено, <strong>%{closed_count}</strong> закрито."
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> кориÑтувачі групи"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong> відправок (push), більше ніж <strong>%{commits}</strong> зафікÑовано<strong>%{people}</strong> учаÑниками."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "<strong>ВидалÑÑ”</strong> гілку-джерело"
@@ -686,7 +843,7 @@ msgid "A 'Runner' is a process which runs a job. You can set up as many Runners
msgstr "'Runner' — це процеÑ, Ñкий виконує завданнÑ. Ви можете Ñтворити потрібну кількіÑÑ‚ÑŒ Runner'ів."
msgid "A .NET Core console application template, customizable for any .NET Core project"
-msgstr "Шаблон конÑольного заÑтоÑунку .NET Core, Ñкий налаштовуєтьÑÑ Ð´Ð»Ñ Ð±ÑƒÐ´ÑŒ-Ñкого проекту .NET Core"
+msgstr "Шаблон конÑольного заÑтоÑунку .NET Core, Ñкий налаштовуєтьÑÑ Ð´Ð»Ñ Ð±ÑƒÐ´ÑŒ-Ñкого проєкту .NET Core"
msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "Сайт GitBook, Ñкий викориÑтовує Netlify Ð´Ð»Ñ CI/CD заміÑÑ‚ÑŒ GitLab, але вÑе ще з уÑіма іншими чудовими функціÑми GitLab."
@@ -706,18 +863,39 @@ msgstr "Ðе можливо отримати SSL Ñертифікат Let's Encr
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "Обліковий Ð·Ð°Ð¿Ð¸Ñ Let's Encrypt буде налаштовано Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— інÑталÑції GitLab за допомогою вашої адреÑи електронної пошти. Ви будете отримувати лиÑти Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ Ð·Ð°ÐºÑ–Ð½Ñ‡ÐµÐ½Ð½Ñ Ñ‚ÐµÑ€Ð¼Ñ–Ð½Ñƒ дії Ñертифікатів."
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "Гілку за замовчуваннÑм не може бути обрано Ð´Ð»Ñ Ð¿Ð¾Ñ€Ð¾Ð¶Ð½ÑŒÐ¾Ð³Ð¾ проекту."
msgid "A deleted user"
msgstr "Видалений кориÑтувач"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr "Форк - це ÐºÐ¾Ð¿Ñ–Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ.<br />Форк репозиторію дозволÑÑ” вноÑити зміни без впливу на оригінальний проект."
msgid "A member of the abuse team will review your report as soon as possible."
msgstr "УчаÑник команди по боротьбі з порушеннÑми розглÑне ваш звіт Ñкомога швидше."
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¾Ð±Ð¾Ð²â€™Ñзкове, Ñкщо звіт про безпеку міÑтить нову вразливіÑÑ‚ÑŒ виÑокого, критичного або невідомого рівнÑ."
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¾Ð±Ð¾Ð²â€™Ñзкове, Ñкщо звіт про відповідніÑÑ‚ÑŒ ліцензіÑм міÑтить ліцензію із чорного ÑпиÑку."
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr "Опубліковано новий Реліз %{tag} Ð´Ð»Ñ %{name}. ПереглÑньте %{release_link_start}Сторінку Релізів%{release_link_end} щоб дізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ."
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr "Опубліковано новий Реліз %{tag} Ð´Ð»Ñ %{name}. ПереглÑньте Ñторінку Релізів щоб дізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ:"
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "У вашому форку буде Ñтворено нову гілку, а також буде ініційований новий запит на злиттÑ."
@@ -727,8 +905,11 @@ msgstr "Створено новий токен імітуваннÑ."
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "Сайт на HTML, Ñкий викориÑтовує Netlify Ð´Ð»Ñ CI/CD заміÑÑ‚ÑŒ GitLab, але вÑе ще з уÑіма іншими чудовими функціÑми GitLab."
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
-msgstr "Проект — це міÑце де ви можете розміщувати Ñвої файли (репозиторій), планувати роботу (задачі) Ñ– публікувати документацію (вікі), %{among_other_things_link}."
+msgstr "Проєкт — це міÑце, де ви розміщуєте Ñвої файли (репозиторій), планувати роботу (питаннÑ) Ñ– публікувати документацію (вікі), %{among_other_things_link}."
msgid "A ready-to-go template for use with Android apps."
msgstr "Готовий шаблон Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð· Android заÑтоÑунками."
@@ -736,8 +917,8 @@ msgstr "Готовий шаблон Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð· Android Ð
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "Готовий шаблон Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð· iOS Swift заÑтоÑунками."
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "РегулÑрний вираз, Ñкий буде викориÑтовуватиÑÑ Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ результатів Ð¿Ð¾ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ñ‚ÐµÑтами в завданні. Залиште пуÑтим Ð´Ð»Ñ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð½Ñ"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr "РегулÑрний вираз, Ñкий буде викориÑтовуватиÑÑ Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ результатів Ð¿Ð¾ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ñ‚ÐµÑтами в журналі завданнÑ. Залиште пуÑтим Ð´Ð»Ñ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð½Ñ"
msgid "A secure token that identifies an external storage request."
msgstr "Секретний токен Ñкий ідентфікує запити до зовнішнього Ñховища."
@@ -751,6 +932,18 @@ msgstr "Довідка API"
msgid "API Token"
msgstr "API-токен"
+msgid "AWS Access Key"
+msgstr "Ключ доÑтупу AWS"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr "Ключ доÑтупу AWS. Ðеобхідний лише Ñкщо не викориÑтовуютÑÑ Ñ€Ð¾Ð»ÑŒÐ¾Ð²Ñ– параметри доÑтупу до інÑтанÑу"
+
+msgid "AWS Secret Access Key"
+msgstr "Секретний ключ доÑтупу AWS"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr "Секретний ключ доÑтупу AWS. Ðеобхідний лише Ñкщо не викориÑтовуютÑÑ Ñ€Ð¾Ð»ÑŒÐ¾Ð²Ñ– параметри доÑтупу до інÑтанÑу"
+
msgid "Abort"
msgstr "Зупинити"
@@ -799,6 +992,9 @@ msgstr "ДоÑтуп заборонено. Перевірте рівень доÑ
msgid "Access to '%{classification_label}' not allowed"
msgstr "ДоÑтуп до \"%{classification_label}\" заборонено"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "Групи"
@@ -871,6 +1067,9 @@ msgstr "перегенерувати його"
msgid "Account"
msgstr "Обліковий запиÑ"
+msgid "Account ID"
+msgstr "Ідентифікатор облікового запиÑу"
+
msgid "Account and limit"
msgstr "Обліковий Ð·Ð°Ð¿Ð¸Ñ Ñ‚Ð° ліміт"
@@ -880,6 +1079,9 @@ msgstr "Обліковий запиÑ: %{account}"
msgid "Action to take when receiving an alert."
msgstr "Дії Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸ отриманні попередженнÑ."
+msgid "Activate"
+msgstr "Ðктивувати"
+
msgid "Activate Service Desk"
msgstr "Ðктивувати Службу підтримки"
@@ -923,6 +1125,9 @@ msgstr "Додати URL-адреÑу Jaeger"
msgid "Add Kubernetes cluster"
msgstr "Додати Kubernetes-клаÑтер"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr "Додати інÑтрукцію (README)"
@@ -971,15 +1176,15 @@ msgstr "Створіть додатковий текÑÑ‚, Ñкий буде пр
msgid "Add an SSH key"
msgstr "Додати SSH ключ"
+msgid "Add an existing issue to the epic."
+msgstr "Додати Ñ–Ñнуючу задачу до епіку."
+
msgid "Add an issue"
msgstr "Додати задачу"
msgid "Add approval rule"
msgstr "Додати правило затвердженнÑ"
-msgid "Add approvers"
-msgstr "Додати затверджуючих оÑіб"
-
msgid "Add bold text"
msgstr "Додати жирний текÑÑ‚"
@@ -1019,15 +1224,18 @@ msgstr "Додати новий додаток"
msgid "Add new directory"
msgstr "Додати новий каталог"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr "Додати нового учаÑника до %{strong_start}%{group_name}%{strong_end}"
-
msgid "Add or subtract spent time"
msgstr "Додати або віднÑти витрачений чаÑ"
msgid "Add reaction"
msgstr "Додати реакцію"
+msgid "Add request manually"
+msgstr "Додати запит вручну"
+
+msgid "Add system hook"
+msgstr "Додати ÑиÑтемний хук"
+
msgid "Add to Slack"
msgstr "Додати в Slack"
@@ -1040,9 +1248,6 @@ msgstr "Додати до ланцюжка змін"
msgid "Add to merge train when pipeline succeeds"
msgstr "Додати до ланцюжка змін піÑÐ»Ñ ÑƒÑпішного Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ð°"
-msgid "Add to project"
-msgstr "Додати до проекту"
-
msgid "Add to review"
msgstr "Додати до перевірки"
@@ -1055,6 +1260,9 @@ msgstr "Додати кориÑтувачів до групу:"
msgid "Add users to group"
msgstr "Додати кориÑтувача до групи"
+msgid "Add webhook"
+msgstr "Додати вебхук"
+
msgid "AddMember|No users specified."
msgstr "Жодного кориÑтувача не вказано."
@@ -1064,8 +1272,8 @@ msgstr "Вказано занадто багато кориÑтувачів (лÑ
msgid "Added"
msgstr "Додано"
-msgid "Added %{epic_ref} as child epic."
-msgstr "Додано %{epic_ref} Ñк підепік."
+msgid "Added %{epic_ref} as a child epic."
+msgstr "Додано %{epic_ref} Ñк дочірній епік."
msgid "Added %{label_references} %{label_text}."
msgstr "Додано %{label_references} %{label_text}."
@@ -1109,6 +1317,9 @@ msgstr "Додає Zoom-зуÑтріч"
msgid "Adds an issue to an epic."
msgstr "Додає задачу до епіку."
+msgid "Adjust your filters/search criteria above."
+msgstr "Відрегулюйте при потребі фільтри/критерії пошуку вище."
+
msgid "Admin Area"
msgstr "ОблаÑÑ‚ÑŒ адмініÑтратора"
@@ -1118,14 +1329,17 @@ msgstr "ОглÑд адмініÑтратора"
msgid "Admin Section"
msgstr "Розділ ÐдмініÑтруваннÑ"
-msgid "Admin notes"
-msgstr "Ðотатки адмініÑтратора"
+msgid "Admin mode already enabled"
+msgstr "Режим адмініÑтратора вже ввімкнено"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Ви збираєтеÑÑ Ð¾Ñтаточно видалити кориÑтувача %{username}. Пов’Ñзані з ним задачі, запити на злиттÑ, Ñ– групи будуть переведені на ÑиÑтемного кориÑтувача \"Ghost-user\". Щоб уникнути втрати даних, розглÑньте можливіÑÑ‚ÑŒ %{strong_start}Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end} заміÑÑ‚ÑŒ видаленнÑ. ПіÑÐ»Ñ %{strong_start}Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end}, його неможливо буде відновити."
+msgid "Admin mode disabled"
+msgstr "Режим адмініÑтратора вимкнено"
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "Ви збираєтеÑÑ Ð¾Ñтаточно видалити кориÑтувача %{username}. Ð¦Ñ Ð´Ñ–Ñ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚ÑŒ уÑÑ– задачі, запити на злиттÑ, Ñ– пов'Ñзані з ним групи. Щоб уникнути втрати даних, розглÑньте можливіÑÑ‚ÑŒ %{strong_start}Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end} заміÑÑ‚ÑŒ видаленнÑ. ПіÑÐ»Ñ %{strong_start}Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end}, його неможливо буде відновити."
+msgid "Admin mode enabled"
+msgstr "Режим адмініÑтратора ввімкнено"
+
+msgid "Admin notes"
+msgstr "Ðотатки адмініÑтратора"
msgid "AdminArea|Stop all jobs"
msgstr "Зупинити вÑÑ– завданнÑ"
@@ -1142,6 +1356,12 @@ msgstr "Зупинка завдань пройшла невдало"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Зараз ви зупинете вÑÑ– завданнÑ. Це обірве уÑÑ– запущені завданнÑ."
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr "Ключі SSH"
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Помилка при завантаженні ÑтатиÑтики. Будь лаÑка, Ñпробуйте знову"
@@ -1232,15 +1452,39 @@ msgstr "ÐдмініÑтратор"
msgid "AdminUsers|Admins"
msgstr "ÐдмініÑтратори"
+msgid "AdminUsers|Block"
+msgstr "Заблокувати"
+
msgid "AdminUsers|Block user"
msgstr "Заблоквати кориÑтувача"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "Заблокувати кориÑтувача %{username}?"
+
msgid "AdminUsers|Blocked"
msgstr "Заблоковано"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "Ð‘Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача має наÑтупні наÑлідки:"
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "Ðеможливо розблокувати кориÑтувачів заблокованих в LDAP"
+msgid "AdminUsers|Deactivate"
+msgstr "Деактивувати"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "Деактивувати КориÑтувача %{username}?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr "Деактивувати кориÑтувача"
+
+msgid "AdminUsers|Deactivated"
+msgstr "Деактивовано"
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr "Ð”ÐµÐ°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ñ–Ñ ÐºÐ¾Ñ€Ð¸Ñтувача має наÑтупні наÑлідки:"
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "Видалити кориÑтувача %{username} та його внеÑки?"
@@ -1256,15 +1500,36 @@ msgstr "Видалити кориÑтувача Ñ– його внеÑки"
msgid "AdminUsers|External"
msgstr "Зовнішні"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "Це ви!"
msgid "AdminUsers|New user"
msgstr "Ðовий кориÑтувач"
+msgid "AdminUsers|No credentials found"
+msgstr "Облікові дані не знайдені"
+
msgid "AdminUsers|No users found"
msgstr "КориÑтувачів не знайдено"
+msgid "AdminUsers|Owned groups will be left"
+msgstr "Групи, що Ñ” у влаÑноÑÑ‚Ñ– буде збережено"
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr "ПерÑональні проекти буде збережено"
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr "ПерÑональні проекти, групи, та Ñ–Ñторію кориÑтувача буде залишено без змін"
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr "Повторна Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ñ–Ñ ÐºÐ¾Ñ€Ð¸Ñтувача зробить:"
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr "Відновити доÑтуп кориÑтувача до облікового запиÑу, включаючи веб, Git та API."
+
msgid "AdminUsers|Search by name, email or username"
msgstr "Шукати за іменем, електронною поштою або іменем кориÑтувача"
@@ -1277,18 +1542,45 @@ msgstr "Відправити Ð¿Ð¾Ð²Ñ–Ð´Ð¼Ð¾Ð»ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пÐ
msgid "AdminUsers|Sort by"
msgstr "Сортувати за"
+msgid "AdminUsers|The user will be logged out"
+msgstr "КориÑтувач вийде із ÑиÑтеми"
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr "КориÑтувач не зможе отримувати доÑтуп до репозиторіїв Git"
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "КориÑтувач не зможе отримувати доÑтуп до API"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr "КориÑтувач не зможе викориÑтовувати команди із коÑою риÑкою (/)"
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr "КориÑтувач не отримуватиме Ñповіщень"
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "Ð”Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð²ÐµÐ´Ñ–Ñ‚ÑŒ %{projectName}"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "Ð”Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð²ÐµÐ´Ñ–Ñ‚ÑŒ %{username}"
-msgid "AdminUsers|User will be blocked"
-msgstr "КориÑтувач буде заблокований"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr "КориÑтувач не зможе отримувати доÑтуп до репозиторіїв Git"
+
+msgid "AdminUsers|User will not be able to login"
+msgstr "КориÑтувач не зможе увійти в ÑиÑтему"
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr "Коли кориÑтувач повторно увійде у ÑиÑтему, його обліковий Ð·Ð°Ð¿Ð¸Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾ активуєтьÑÑ Ð² повній мірі"
msgid "AdminUsers|Without projects"
msgstr "Без проектів"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "Ви збираєтеÑÑ Ð¾Ñтаточно видалити кориÑтувача %{username}. Пов'Ñзані з ним задачі, запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ– групи будуть передані загальноÑиÑтемному кориÑтувачеві \"Ghost User\". Щоб уникнути втрати даних, розглÑньте можливіÑÑ‚ÑŒ %{strong_start}Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end} заміÑÑ‚ÑŒ видаленнÑ. ПіÑÐ»Ñ %{strong_start}Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end}, його неможливо буде відновити."
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "Ви збираєтеÑÑ Ð¾Ñтаточно видалити кориÑтувача %{username}. Ð’ÑÑ– пов'Ñзані з ним задачі, запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ– групи будуть видалені. Щоб уникнути втрати даних, розглÑньте можливіÑÑ‚ÑŒ %{strong_start}Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end} заміÑÑ‚ÑŒ видаленнÑ. ПіÑÐ»Ñ %{strong_start}Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача%{strong_end}, його неможливо буде відновити."
+
msgid "Advanced"
msgstr "Розширений"
@@ -1323,6 +1615,12 @@ msgstr "Кожне джерело попереджень повинно бути
msgid "Alerts"
msgstr "ПопередженнÑ"
+msgid "Alerts endpoint"
+msgstr "Кінцева точка Ð´Ð»Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½ÑŒ"
+
+msgid "Algorithm"
+msgstr "Ðлгоритм"
+
msgid "All"
msgstr "Ð’ÑÑ–"
@@ -1335,9 +1633,6 @@ msgstr "Ð’ÑÑ– гілки"
msgid "All changes are committed"
msgstr "Ð’ÑÑ– зміни закомічені"
-msgid "All cross-project dependencies have merged"
-msgstr "УÑÑ– міжпроектні залежноÑÑ‚Ñ– злито"
-
msgid "All email addresses will be used to identify your commits."
msgstr "Ð’ÑÑ– адреÑи електронної пошти будуть викориÑтовуватиÑÑ Ð´Ð»Ñ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ— ваших комітів."
@@ -1347,15 +1642,27 @@ msgstr "Ð’ÑÑ– функції Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… проектів берутьÑÑ
msgid "All groups and projects"
msgstr "Ð’ÑÑ– групи та проекти"
+msgid "All issues for this milestone are closed."
+msgstr "Ð’ÑÑ– задачі в цьому етапі закриті."
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "Ð’ÑÑ– задачі Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ етапу закриті. Ви можете закрити цей етап."
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr "УÑÑ– конфлікти Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð²Ð¸Ñ€Ñ–ÑˆÐµÐ½Ð¾. Тепер запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¼Ð¾Ð¶Ð½Ð° об'єднати."
+msgid "All merge request dependencies have been merged"
+msgstr "Ð’ÑÑ– залежноÑÑ‚Ñ– запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÑƒÐ»Ð¸ злиті"
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr "Ð’ÑÑ– шлÑхи Ñ” відноÑними до URL-адреÑи GitLab. Ðе включайте %{relative_url_link_start}відноÑну URL-адреÑу%{relative_url_link_end}."
+
msgid "All projects"
msgstr "Ð’ÑÑ– проекти"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr "Ð’ÑÑ– ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ увімкнені, тому що %{linkStart}Auto DevOps%{linkEnd} увімкнено в цьому проєкті"
+
msgid "All users"
msgstr "Ð’ÑÑ– кориÑтувачі"
@@ -1371,9 +1678,6 @@ msgstr "Дозволити коміти від учаÑників, Ñкі мож
msgid "Allow group owners to manage LDAP-related settings"
msgstr "Дозволити влаÑникам груп керувати налаштуваннÑми LDAP"
-msgid "Allow mirrors to be set up for projects"
-msgstr "Дозволити вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð·ÐµÑ€ÐºÐ°Ð» Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñ–Ð²"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "Дозволити викориÑÑ‚Ð°Ð½Ð½Ñ Ñ‚Ñ–Ð»ÑŒÐºÐ¸ вибраних протоколів Ð´Ð»Ñ Ð´Ð¾Ñтупу до Git."
@@ -1386,6 +1690,9 @@ msgstr "Дозволити публічний доÑтуп до конвеєрі
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Дозволити Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ñ–Ð°Ð³Ñ€Ð°Ð¼ PlantUML в документах Asciidoc."
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr "Дозволити керівниками проєктів налаштовувати Ð²Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð²"
+
msgid "Allow requests to the local network from hooks and services."
msgstr "Дозволити запити до локальної мережі із хуків та ÑервіÑів."
@@ -1401,14 +1708,11 @@ msgstr "Дозволити цьому ключеві також відправл
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "Дозволити кориÑтувачам реєÑтрувати будь-Ñкі заÑтоÑунки Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ GitLab Ñк провайдера OAuth"
-msgid "Allow users to request access"
-msgstr "Дозволити кориÑтувачам запитувати доÑтуп"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "Дозволити кориÑтувачам запрошувати доÑтуп, Ñкщо видиміÑÑ‚ÑŒ загальнодоÑтупна або внутрішнÑ."
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr "Дозволити кориÑтувачам запрошувати доÑтуп, (Ñкщо видиміÑÑ‚ÑŒ загальнодоÑтупна або внутрішнÑ)"
msgid "Allowed email domain restriction only permitted for top-level groups"
-msgstr ""
+msgstr "Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÐµÐ½Ð¸Ñ… доменів Ð°Ð´Ñ€ÐµÑ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти допуÑкаєтьÑÑ Ð»Ð¸ÑˆÐµ Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿ найвищого рівнÑ"
msgid "Allowed to fail"
msgstr "Ðевдача дозволена"
@@ -1416,6 +1720,9 @@ msgstr "Ðевдача дозволена"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "ДозволÑÑ” додавати та керувати клаÑтерами Kubernetes."
+msgid "Almost there"
+msgstr "Майже готово"
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Також відомий Ñк «Емітент» або «Ідентифікатор довіри перевірÑючої Ñторони»"
@@ -1423,7 +1730,19 @@ msgid "Also called \"Relying party service URL\" or \"Reply URL\""
msgstr "Також називаєтьÑÑ \"URL-адреÑа Ñлужби перевірÑючої Ñторони\" або \"URL-адреÑа відповіді\""
msgid "Alternate support URL for help page and help dropdown"
-msgstr ""
+msgstr "Ðльтернативна URL-адреÑа Ñлужби підтримки Ð´Ð»Ñ Ñторінки довідки та випадаючого меню"
+
+msgid "Amazon EKS"
+msgstr "Amazon EKS"
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr "Ð†Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ Ð· Amazon EKS дозволÑÑ” Ñтворювати клаÑтери EKS із GitLab."
+
+msgid "Amazon Web Services"
+msgstr "Amazon Web Services"
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr "Amazon-автентифікацію не %{link_start}налаштовано коректно%{link_end}. ЗвернітьÑÑ Ð´Ð¾ вашого адмініÑтратора GitLab, Ñкщо хочете викориÑтовувати цю можливіÑÑ‚ÑŒ."
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "Ð§Ð°Ñ (в годинах), впродовж Ñкого кориÑтувачам дозволено пропуÑкати примуÑове Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð²Ð¾Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð¾Ñ— автентифікації"
@@ -1470,12 +1789,21 @@ msgstr "Помилка при вирішенні обговореннÑ. БудÑ
msgid "An error occurred when updating the issue weight"
msgstr "Збій під Ñ‡Ð°Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð²Ð°Ð³Ð¸ задачі"
+msgid "An error occurred while checking group path"
+msgstr "Помилка при перевірці шлÑху групи"
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "Помилка при видаленні групи затверджуючих оÑіб"
msgid "An error occurred while deleting the comment"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ñ"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при виÑвленні ключів хоÑта"
@@ -1494,6 +1822,9 @@ msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð¡Ð»ÑƒÐ
msgid "An error occurred while fetching environments."
msgstr "Помилка при отриманні Ñередовищ."
+msgid "An error occurred while fetching exposed artifacts."
+msgstr "Помилка при отриманні опублікованих артефактів."
+
msgid "An error occurred while fetching folder content."
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при отриманні вміÑту папки."
@@ -1527,12 +1858,18 @@ msgstr "Помилка при отриманні збірок."
msgid "An error occurred while fetching the job log."
msgstr "Помилка при отриманні логів завданнÑ."
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "Помилка при отриманні завданнÑ."
msgid "An error occurred while fetching the jobs."
msgstr "Помилка при отриманні завдань."
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "Помилка при отриманні данних конвеєра."
@@ -1543,6 +1880,9 @@ msgid "An error occurred while fetching this tab."
msgstr "Помилка при отриманні цієї вкладки."
msgid "An error occurred while generating a username. Please try again."
+msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при Ñтворенні імені кориÑтувача. Будь лаÑка, Ñпробуйте знову."
+
+msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
msgid "An error occurred while getting projects"
@@ -1554,6 +1894,9 @@ msgstr "При імпортуванні проекту ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»
msgid "An error occurred while initializing path locks"
msgstr "Помилка при ініціалізації Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¸Ñ… шлÑхів"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "Виникла помилка під Ñ‡Ð°Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… діаграми"
@@ -1569,9 +1912,39 @@ msgstr "Помилка при завантаженні разниці (diff)"
msgid "An error occurred while loading filenames"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при завантаженні файлів"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr "Помилка при завантаженні задач"
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr "Під Ñ‡Ð°Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. Будь лаÑка, Ñпробуйте ще раз."
+
msgid "An error occurred while loading the file"
msgstr "Помилка при завантаженні файлу"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "Помилка при завантаженні даних підпиÑки."
@@ -1611,6 +1984,9 @@ msgstr "Помилка при збереженні виконавців"
msgid "An error occurred while saving the approval settings"
msgstr "Помилка під Ñ‡Ð°Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½ÑŒ затверджень"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr "Під Ñ‡Ð°Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ñƒ ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. Будь лаÑка, перевірте, чи такий шаблон Ñ–Ñнує."
+
msgid "An error occurred while subscribing to notifications."
msgstr "Помилка при підпиÑці на ÑповіщеннÑ."
@@ -1618,7 +1994,7 @@ msgid "An error occurred while triggering the job."
msgstr "Помилка при запуÑку завданнÑ."
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr ""
+msgstr "Помилка при запуÑку нового конвеєру Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ Запиту на злиттÑ."
msgid "An error occurred while unsubscribing to notifications."
msgstr "Помилка при відпиÑці від Ñповіщень."
@@ -1629,42 +2005,12 @@ msgstr "Помилка при оновленні затверджуючих оÑ
msgid "An error occurred while updating the comment"
msgstr "Під Ñ‡Ð°Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ñ ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°"
+msgid "An error occurred while validating group path"
+msgstr "Помилка при перевірці шлÑху групи"
+
msgid "An error occurred while validating username"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ імені кориÑтувача"
-msgid "An error occurred while committing your changes."
-msgstr "Помилка при коміті ваших змін."
-
-msgid "An error occurred while fetching the job trace."
-msgstr "Помилка при отриманні логу завданнÑ."
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "Помилка при отриманні оÑтаннього конвеєра."
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при отриманні файлів Ð´Ð»Ñ - %{branchId}"
-
-msgid "An error occurred while loading all the files."
-msgstr "Помилка при завантаженні вÑÑ–Ñ… файлів."
-
-msgid "An error occurred while loading the file content."
-msgstr "Помилка при завантаженні вміÑту файлу."
-
-msgid "An error occurred while loading the file."
-msgstr "Помилка при завантаженні файлу."
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "Помилка при завантаженні змін запиту на злиттÑ."
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "Помилка при завантаженні даних верÑÑ–Ñ— запиту на злиттÑ."
-
-msgid "An error occurred while loading the merge request."
-msgstr "Помилка при завантаженні запиту на злиттÑ."
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "Помилка при завантаженні завдань конвеєру."
-
msgid "An error occurred. Please try again."
msgstr "СталаÑÑŒ помилка. Спробуйте ще раз."
@@ -1689,8 +2035,14 @@ msgstr "Ðеочікувана помилка при зупинці Веб-теÑ
msgid "Analytics"
msgstr "Ðналітика"
-msgid "Analytics|Timeframe"
-msgstr "Проміжок чаÑу"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr "Проаналізуйте ваші залежноÑÑ‚Ñ– на предмет відомих вразливоÑтей"
+
+msgid "Analyze your source code for known vulnerabilities"
+msgstr "Проаналізуйте ваш вихідний код на предмет відомих вразливоÑтей"
msgid "Ancestors"
msgstr "Предки"
@@ -1710,15 +2062,24 @@ msgstr "Будь-Ñка мітка"
msgid "Any Milestone"
msgstr "Будь-Ñкий етап"
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr "Будь-Ñкі зашифровані токени"
+msgid "Any member with Developer or higher permissions to the project."
+msgstr "Будь-Ñкий учаÑник з рівнем доÑтупу Розробник або вище до цього проєкту."
+
msgid "Any namespace"
msgstr "Будь-Ñкий проÑÑ‚Ñ–Ñ€ імен"
msgid "Any user"
msgstr "Будь-Ñкий кориÑтувач"
+msgid "App ID"
+msgstr "Ідентифікатор заÑтоÑунку"
+
msgid "Appearance"
msgstr "Зовнішній виглÑд"
@@ -1728,12 +2089,12 @@ msgstr "ВиглÑд уÑпішно Ñтворено."
msgid "Appearance was successfully updated."
msgstr "ВиглÑд уÑпішно оновлено."
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr "Додати коментар з %{TABLEFLIP}"
-
msgid "Append the comment with %{shrug}"
msgstr "Додати коментар з %{shrug}"
+msgid "Append the comment with %{tableflip}"
+msgstr "Додати коментар з %{tableflip}"
+
msgid "Application"
msgstr "Додаток"
@@ -1761,12 +2122,24 @@ msgstr "ЗаÑтоÑунки"
msgid "Applied"
msgstr "ЗаÑтоÑовано"
+msgid "Apply"
+msgstr "ЗаÑтоÑувати"
+
msgid "Apply a label"
msgstr "ЗаÑтоÑувати мітку"
+msgid "Apply a template"
+msgstr "ЗаÑтоÑувати шаблон"
+
msgid "Apply suggestion"
msgstr "ЗаÑтоÑувати пропозицію"
+msgid "Apply template"
+msgstr "ЗаÑтоÑувати шаблон"
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr "ЗаÑтоÑÑƒÐ²Ð°Ð½Ð½Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ñƒ замінить Ñ–Ñнуючий Ð¾Ð¿Ð¸Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ð¸. Будь-Ñкі зроблені вами зміни будуть втрачені."
+
msgid "Applying command"
msgstr "Ð’Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸"
@@ -1779,6 +2152,9 @@ msgstr "Ð’Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´ÐµÐºÑ–Ð»ÑŒÐºÐ¾Ñ… команд"
msgid "Applying suggestion"
msgstr "ЗаÑтоÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð¿Ð¾Ð·Ð¸Ñ†Ñ–Ñ—"
+msgid "Approval rules"
+msgstr "Правила затвердженнÑ"
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d учаÑник"
@@ -1810,9 +2186,6 @@ msgstr[1] "Потрібно %{count} Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ %{membersCo
msgstr[2] "Потрібно %{count} затверджень від %{membersCount}"
msgstr[3] "Потрібно %{count} затверджень від %{membersCount}"
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr "Ð’ÑÑ– учаÑники з роллю Розробник або вище та влаÑники коду (Ñкщо Ñ”)"
-
msgid "ApprovalRule|Approvers"
msgstr "Затверджуючі оÑоби"
@@ -1843,6 +2216,9 @@ msgstr "Затвердити поточний запит на злиттÑ."
msgid "Approved the current merge request."
msgstr "Затверджено поточний запит на злиттÑ."
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "квіт."
@@ -1855,17 +2231,20 @@ msgstr "Ðрхівувати завданнÑ"
msgid "Archive project"
msgstr "Ðрхівувати проект"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr "Ðрхівований проєкт! Репозиторій та інші реÑурÑи проєкту доÑтупні лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ"
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "Ðрхівований проект! Репозиторій та інші реÑурÑи проекту доÑтупні лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ"
msgid "Archived projects"
msgstr "Заархівовані проекти"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
-msgstr "ÐÑ€Ñ…Ñ–Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ зробить його доÑтупним лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ. Він буде прихований з панелі ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñ– не відображатиметьÑÑ Ð² пошуках. <strong>Ð’ репозиторій не можна буде комітити, Ñ– не можливо буде Ñтворити жодних задач, коментарів чи інших об'єктів.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
-msgid "Are you sure"
-msgstr "Ви впевнені"
+msgid "Are you setting up GitLab for a company?"
+msgstr "Ви налаштовуєте GitLab Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ñ–Ñ—?"
msgid "Are you sure that you want to archive this project?"
msgstr "Ви впевнені, що хочете заархівувати цей проект?"
@@ -1897,6 +2276,9 @@ msgstr "Ви впевнені у тому, що хочете видалити ц
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Ви впевнені, що хочете видалити цей розклад Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ð°?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "Ви впевнені, що хочете видалити цей білд?"
@@ -1906,6 +2288,9 @@ msgstr "Ви впевнені, що бажаєте втратити незбер
msgid "Are you sure you want to lose your issue information?"
msgstr "Ви впевнені, що хочете втратити інформацію про задачу?"
+msgid "Are you sure you want to merge immediately?"
+msgstr "Ви впевнені, що хочете об'єднати негайно?"
+
msgid "Are you sure you want to permanently delete this license?"
msgstr "Ви дійÑно бажаєте оÑтаточно видалити цю ліцензію?"
@@ -1954,9 +2339,18 @@ msgstr "Ви впевнені? Ð’ÑÑ– коміти, що були підпиÑа
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "Ви впевнені? Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ GPG ключа не впливає на коміти, що вже були підпиÑані."
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "Ви впевнені? Це призведе до Ð°Ð½ÑƒÐ»ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ñ€ÐµÑ”Ñтрованих заÑтоÑунків та U2F приÑтроїв."
+msgid "Arrange charts"
+msgstr "ВпорÑдкувати графіки"
+
+msgid "Artifact"
+msgstr "Ðртефакт"
+
msgid "Artifact ID"
msgstr "ID артефакту"
@@ -1996,6 +2390,9 @@ msgstr "URL-адреÑа Ñлужби обробника тверджень"
msgid "Assets"
msgstr "РеÑурÑи"
+msgid "Assets:"
+msgstr "РеÑурÑи:"
+
msgid "Assign"
msgstr "Призначити"
@@ -2057,6 +2454,9 @@ msgstr "Призначає %{assignee_users_sentence}."
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr "Потрібне щонайменше одне Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ влаÑника коду Ð´Ð»Ñ Ð·Ð¼Ñ–Ð½Ð¸ файлів, що задовільнÑÑŽÑ‚ÑŒ відповідним правилам CODEOWNER."
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr "Прикріпити файл"
@@ -2079,6 +2479,18 @@ msgstr "Події аудиту"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr "Події аудиту дозволÑÑŽÑ‚ÑŒ відÑтежувати важливі події, що відбуваютьÑÑ Ð² GitLab."
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "Ñерп."
@@ -2091,6 +2503,9 @@ msgstr "Ðвтентифікувати"
msgid "Authenticate with GitHub"
msgstr "Ðвтентифікувати за допомогою GitHub"
+msgid "Authenticating"
+msgstr "ÐвтентифікаціÑ"
+
msgid "Authentication Log"
msgstr "Журнал автентифікації"
@@ -2151,12 +2566,21 @@ msgstr "Auto DevOps, runner'и і артефакти завдань"
msgid "Auto License Compliance"
msgstr "Ðвтоматична відповідніÑÑ‚ÑŒ ліцензіÑм"
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr "Ðвтоматичне ÑкаÑÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð´Ð»Ð¸ÑˆÐºÐ¾Ð²Ð¸Ñ…, очікуючих конвеєрів"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Auto DevOps документації"
@@ -2268,6 +2692,9 @@ msgstr "Значок групи"
msgid "Badges|Link"
msgstr "ПоÑиланнÑ"
+msgid "Badges|Name"
+msgstr "Ðазва"
+
msgid "Badges|No badge image"
msgstr "Значок Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´Ñутній"
@@ -2337,6 +2764,9 @@ msgstr "Коренева URL-адреÑа Bamboo, наприклад https://bam
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr "Ви повинні налаштувати автоматичне вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¼Ñ–Ñ‚Ð¾Ðº на ревізії, а також тригер репозиторію в Bamboo."
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "Видалити вÑÑ– коментарі в очікуванні"
@@ -2358,23 +2788,23 @@ msgstr "Почати із виділеного коміту"
msgid "Below are examples of regex for existing tools:"
msgstr "Ðижче наведені приклади регулÑрних виразів Ð´Ð»Ñ Ñ–Ñнуючих інÑтрументів:"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr "Ðижче наведено відбитки SSH-ключів хоÑта поточного інÑтанÑу."
+
msgid "Below you will find all the groups that are public."
msgstr "Ðижче ви знайдете вÑÑ– загальнодоÑтупні групи."
msgid "Billing"
msgstr "Білінг"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
-msgstr "%{group_name} наразі викориÑтовує план %{plan_link}."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr "%{group_name} наразі викориÑтовує план %{plan_name}."
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
-msgstr "@%{user_name} наразі ви викориÑтовуєте план %{plan_link}."
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr "@%{user_name} наразі ви викориÑтовуєте план %{plan_name}."
-msgid "BillingPlans|Current plan"
-msgstr "Поточний план"
-
-msgid "BillingPlans|Downgrade"
-msgstr "Понизити"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr "Вітаємо, ваша нова пробна верÑÑ–Ñ Ð°ÐºÑ‚Ð¸Ð²Ð¾Ð²Ð°Ð½Ð°"
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr "Якщо ви хочете перейти на нижчий план, будь лаÑка, зв'ÑжітьÑÑ Ð· %{support_link_start}Службою підтримки%{support_link_end}."
@@ -2400,17 +2830,14 @@ msgstr "Ð¦Ñ Ð³Ñ€ÑƒÐ¿Ð° викориÑтовує план, пов'Ñзаний Ð
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Ð”Ð»Ñ ÑƒÐ¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ Ð¿Ð»Ð°Ð½Ð¾Ð¼ цієї групи відвідайте Ñекцію оплати %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade"
-msgstr "Підвищити"
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "Ваша пробна верÑÑ–Ñ GitLab.com закінчилаÑÑ %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "функції"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr "рахунок виÑтавлÑєтьÑÑ Ñ‰Ð¾Ñ€Ñ–Ñ‡Ð½Ð¾ %{price_per_year}"
msgid "BillingPlans|frequently asked questions"
msgstr "ЧаÑÑ‚Ñ– питаннÑ"
@@ -2418,14 +2845,11 @@ msgstr "ЧаÑÑ‚Ñ– питаннÑ"
msgid "BillingPlans|monthly"
msgstr "щоміÑÑцÑ"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "ОплачуєтьÑÑ Ñ‰Ð¾Ñ€Ñ–Ñ‡Ð½Ð¾ %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "За кориÑтувача"
-msgid "BillingPlan|Upgrade plan"
-msgstr "Перейти на вищий тарифний план"
+msgid "BillingPlan|Upgrade"
+msgstr "Підвищити"
msgid "Bitbucket Server Import"
msgstr "Імпорт з Bitbucket Server"
@@ -2433,12 +2857,12 @@ msgstr "Імпорт з Bitbucket Server"
msgid "Bitbucket import"
msgstr "Імпорт з Bitbucket"
-msgid "Block"
-msgstr "Заблокувати"
-
msgid "Blocked"
msgstr "Заблокований"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "Блог"
@@ -2502,6 +2926,9 @@ msgstr "Ðазва гілки"
msgid "Branch not loaded - %{branchId}"
msgstr "Гілку не завантажено: %{branchId}"
+msgid "Branch prefix"
+msgstr "ÐŸÑ€ÐµÑ„Ñ–ÐºÑ Ð³Ñ–Ð»ÐºÐ¸"
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "Пошук гілок"
@@ -2652,11 +3079,17 @@ msgstr "ПереглÑнути артефакти"
msgid "Browse files"
msgstr "ПереглÑд файлів"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr "Помилка при отриманні артефактів"
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð°Ñ€Ñ‚ÐµÑ„Ð°ÐºÑ‚Ñ–Ð²"
+
msgid "Built-in"
msgstr "Вбудований"
-msgid "BurndownChartLabel|Guideline"
-msgstr "Керівництво"
+msgid "Burndown chart"
+msgstr "Графік виконаннÑ"
msgid "BurndownChartLabel|Open issue weight"
msgstr "Відкрити вагу задачі"
@@ -2664,12 +3097,6 @@ msgstr "Відкрити вагу задачі"
msgid "BurndownChartLabel|Open issues"
msgstr "Відкриті задачі"
-msgid "BurndownChartLabel|Progress"
-msgstr "ПрогреÑ"
-
-msgid "BurndownChartLabel|Remaining"
-msgstr "ЗалишилоÑÑŒ"
-
msgid "Business"
msgstr "БізнеÑ"
@@ -2730,9 +3157,6 @@ msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ CI/CD"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto DevOps буде автоматично збирати, теÑтувати та розгортати ваш заÑтоÑунок на оÑнові Ñтандартної конфігурації неперервної інтеграції та розгортаннÑ."
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "Ðвтоматичне Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° staging, ручне Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° production"
@@ -2754,14 +3178,11 @@ msgstr "Ð¡Ñ‚Ñ€Ð°Ñ‚ÐµÐ³Ñ–Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ"
msgid "CICD|Jobs"
msgstr "ЗавданнÑ"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Auto DevOps"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "Конвеєр Auto DevOps буде запущено, Ñкщо не буде знайдено альтернативного файлу конфігуріції CI."
msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
-msgstr ""
+msgstr "Ви повинні додати %{base_domain_link_start}базовий домен%{link_end} до вашого %{kubernetes_cluster_link_start}Kubernetes клаÑтера%{link_end} щоб ваша ÑÑ‚Ñ€Ð°Ñ‚ÐµÐ³Ñ–Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ð½Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ð¾Ð½ÑƒÐ²Ð°Ð»Ð°."
msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} to this project with a domain in order for your deployment strategy to work correctly."
msgstr "Ви повинні додати %{kubernetes_cluster_link_start}клаÑтерну інтеграцію Kubernetes%{link_end} до цього проекту з доменом Ð´Ð»Ñ ÐºÐ¾Ñ€ÐµÐºÑ‚Ð½Ð¾Ñ— роботи Ñтратегії розгортаннÑ."
@@ -2781,9 +3202,15 @@ msgstr "ЗÐКРИТО (ПЕРЕМІЩЕÐО)"
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
+msgid "CPU"
+msgstr "ЦП"
+
msgid "Callback URL"
msgstr "URL зворотнього виклику"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "Можна змінювати необхідні Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ñ‚Ð° затверджуючих оÑіб Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на злиттÑ"
@@ -2799,6 +3226,9 @@ msgstr "Ðеможливо видалити учаÑників групи без
msgid "Can't scan the code?"
msgstr "Ðеможливо Ñканувати код?"
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr "Canary Deployments — це популÑрна ÑÑ‚Ñ€Ð°Ñ‚ÐµÐ³Ñ–Ñ Ð±ÐµÐ·Ð¿ÐµÑ€ÐµÑ€Ð²Ð½Ð¾Ñ— інтеграції, коли нова верÑÑ–Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ заÑтоÑунку вÑтановлюєтьÑÑ Ð½Ð° невелику кількіÑÑ‚ÑŒ машин."
@@ -2811,6 +3241,9 @@ msgstr "СкаÑувати запуÑк"
msgid "Cancel this job"
msgstr "СкаÑувати це завданнÑ"
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr "СкаÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾Ð³Ð¾ переглÑду"
@@ -2850,9 +3283,6 @@ msgstr "Сертифікат"
msgid "Certificate (PEM)"
msgstr "Сертифікат (PEM)"
-msgid "Change Weight"
-msgstr "Змінити вагу"
-
msgid "Change assignee"
msgstr "Змінити виконавцÑ"
@@ -2862,6 +3292,9 @@ msgstr "Змінити виконавцÑ(ців)"
msgid "Change assignee(s)."
msgstr "Змінити виконавцÑ(ців)."
+msgid "Change branches"
+msgstr "Змінити гілки"
+
msgid "Change label"
msgstr "Змінити мітку"
@@ -2925,14 +3358,23 @@ msgstr "Змінює заголовок на \"%{title_param}\"."
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr "Зміни не будуть заÑтоÑовані, поки Ñ–Ð½Ð´ÐµÐºÑ Ð½Ðµ буде %{link_start}перегенерований%{link_end}."
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr "Зміна тегу релізу підтримуєтьÑÑ Ð»Ð¸ÑˆÐµ через Releases API. %{linkStart}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{linkEnd}"
+
+msgid "Changing group path can have unintended side effects."
+msgstr "Зміна шлÑху групи може мати небажані побічні ефекти."
+
msgid "Charts"
msgstr "СтатиÑтика"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr "Чат"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
-msgstr "%{project_link}: Конвеєр %{pipeline_link} із %{ref_type} %{branch_link} запущено %{user_combined_name} %{humanized_status} через %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgstr "%{project_link}: Конвеєр %{pipeline_link} з %{ref_type} %{ref_link} запущений %{user_combined_name} %{humanized_status} за %{duration}"
msgid "ChatMessage|Branch"
msgstr "Гілка"
@@ -2941,19 +3383,19 @@ msgid "ChatMessage|Commit"
msgstr "Коміт"
msgid "ChatMessage|Failed job"
-msgstr ""
+msgstr "Провалене завданнÑ"
msgid "ChatMessage|Failed stage"
-msgstr ""
+msgstr "Провалений етап"
msgid "ChatMessage|Invalid CI config YAML file"
-msgstr ""
+msgstr "ÐедійÑний YAML-файл конфігурації CI"
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr "Конвеєр #%{pipeline_id} %{humanized_status} в %{duration}"
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
-msgstr ""
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
+msgstr "Конвеєр %{pipeline_link} з %{ref_type} %{ref_link} запущений %{user_combined_name} %{humanized_status}"
msgid "ChatMessage|Tag"
msgstr "Тег"
@@ -2962,25 +3404,25 @@ msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
msgstr "і [%{count} більше](%{pipeline_failed_jobs_url})"
msgid "ChatMessage|failed"
-msgstr ""
+msgstr "провалено"
msgid "ChatMessage|has failed"
-msgstr ""
+msgstr "провалено"
msgid "ChatMessage|has passed"
-msgstr ""
+msgstr "уÑпішно пройдено"
msgid "ChatMessage|has passed with warnings"
-msgstr ""
+msgstr "уÑпішно пройдено з попередженнÑми"
msgid "ChatMessage|in %{duration}"
-msgstr ""
+msgstr "за %{duration}"
msgid "ChatMessage|in %{project_link}"
-msgstr ""
+msgstr "в %{project_link}"
msgid "ChatMessage|passed"
-msgstr ""
+msgstr "уÑпішно пройдено"
msgid "Check again"
msgstr "Перевірити знову"
@@ -2994,6 +3436,9 @@ msgstr "ПереглÑньте %{docs_link_start}документацію%{docs_
msgid "Check your .gitlab-ci.yml"
msgstr "Перевірте Ñвій .gitlab-ci.yml"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr "Перевірка доÑтупноÑÑ‚Ñ– %{text}…"
@@ -3003,15 +3448,99 @@ msgstr "Перевірка ÑтатуÑу затвердженнÑ"
msgid "Checking branch availability..."
msgstr "Перевірка доÑтупноÑÑ‚Ñ– гілки..."
+msgid "Checking group path availability..."
+msgstr "Перевірка доÑтупноÑÑ‚Ñ– шлÑху Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¸..."
+
msgid "Checking username availability..."
msgstr "Перевірка доÑтупноÑÑ‚Ñ– імені кориÑтувача..."
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr "1. Ваш профіль"
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "Вибрати (cherry-pick) цей коміт"
msgid "Cherry-pick this merge request"
msgstr "Вибрати (cherry-pick) цей запит на злиттÑ"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr "Дочірній епік не Ñ–Ñнує."
+
+msgid "Child epic doesn't exist."
+msgstr "Дочірній епік не Ñ–Ñнує."
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "Оберіть <strong>Створити архів</strong> Ñ– чекайте, поки Ð°Ñ€Ñ…Ñ–Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð±ÑƒÐ´Ðµ завершено."
@@ -3099,6 +3628,9 @@ msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐºÐ»Ð°Ð´ÐµÐ½Ð¾Ð³Ð¾ завданнÑ"
msgid "CiStatusLabel|waiting for manual action"
msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñ€ÑƒÑ‡Ð½Ð¸Ñ… дій"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "заблоковано"
@@ -3129,6 +3661,9 @@ msgstr "підготовка"
msgid "CiStatusText|skipped"
msgstr "пропущено"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "виконуєтьÑÑ"
@@ -3154,7 +3689,7 @@ msgid "CiVariables|Scope"
msgstr "ОблаÑÑ‚ÑŒ видимоÑÑ‚Ñ–"
msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
-msgstr ""
+msgstr "Вкажіть Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð·Ð¼Ñ–Ð½Ð½Ð¸Ñ…, Ñкі будуть викориÑтовуватиÑÑ Ð² цьому запуÑку. ЗначеннÑ, вказані в %{linkStart}налаштуваннÑÑ… CI/CD%{linkEnd} будуть викориÑтані Ñк Ñтандартні"
msgid "CiVariables|State"
msgstr "Стан"
@@ -3201,6 +3736,9 @@ msgstr "Ввімкнути/вимкнути захиÑÑ‚"
msgid "CiVariable|Validation failed"
msgstr "Перевірка невдала"
+msgid "Class"
+msgstr "КлаÑ"
+
msgid "Classification Label (optional)"
msgstr "Мітка клаÑифікації (необов'Ñзково)"
@@ -3210,6 +3748,9 @@ msgstr "не доÑтупно: %{reason}"
msgid "Clear"
msgstr "ОчиÑтити"
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr "ОчиÑтити ввід"
@@ -3253,7 +3794,7 @@ msgid "Click the button below to begin the install process by navigating to the
msgstr "ÐатиÑніть кнопку нижче, щоб розпочати Ð¿Ñ€Ð¾Ñ†ÐµÑ Ð²ÑтановленнÑ, перейшовши на Ñторінку Kubernetes"
msgid "Click the image where you'd like to start a new discussion"
-msgstr ""
+msgstr "ÐатиÑніть на зображеннÑ, де ви хочете почати нове обговореннÑ"
msgid "Click to expand it."
msgstr "ÐатиÑніть, щоб розгорнути його."
@@ -3318,20 +3859,23 @@ msgstr "Закрито %{quick_action_target}."
msgid "Closes this %{quick_action_target}."
msgstr "Закриває %{quick_action_target}."
-msgid "Cluster %{cluster} was used."
-msgstr ""
-
msgid "Cluster Health"
msgstr "Стан клаÑтера"
+msgid "Cluster cache cleared."
+msgstr ""
+
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "%{custom_domain_start}Детальніше%{custom_domain_end}."
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr "може викориÑтовуватиÑÑ Ð·Ð°Ð¼Ñ–ÑÑ‚ÑŒ влаÑного домену."
msgid "ClusterIntegration| is the default environment scope for this cluster. This means that all jobs, regardless of their environment, will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
+msgstr "Ñ” Ñтандартною доÑтупніÑÑ‚ÑŽ цього клаÑтеру Ð´Ð»Ñ Ñередовищ. Це означає, що вÑÑ– Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð½ÐµÐ·Ð°Ð»ÐµÐ¶Ð½Ð¾ від їхнього Ñередовища будуть викориÑтовувати цей клаÑтер. %{environment_scope_start}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{environment_scope_end}"
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} були уÑпішно вÑтановлені на ваш Kubernetes-клаÑтер"
@@ -3342,6 +3886,9 @@ msgstr "%{title} уÑпішно видалено."
msgid "ClusterIntegration|%{title} updated successfully."
msgstr "%{title} уÑпішно оновлено."
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr "Проєкт ÑƒÐ¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ ÐºÐ»Ð°Ñтером може викориÑтовуватиÑÑ Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð²Ð´Ð°Ð½ÑŒ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð· привілеÑми Kubernetes <code>cluster-admin</code>."
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr "Токен ÑервіÑу, що дає доÑтуп до %{code}kube-system%{end_code} із правами %{code}cluster-admin%{end_code}."
@@ -3373,7 +3920,7 @@ msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integrat
msgstr "Детальні Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ–Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ— із цим Kubernetes-клаÑтером"
msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
-msgstr ""
+msgstr "УÑÑ– дані, не передані в GitLab, будуть видалені та не можуть бути відновлені."
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "Ð’ÑÑ– дані буде видалено Ñ– вони не зможуть бути відновлені."
@@ -3381,8 +3928,11 @@ msgstr "Ð’ÑÑ– дані буде видалено Ñ– вони не зможутÑ
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Дозволити GitLab керувати проÑторами імен (namespace) та Ñлужбовими обліковими запиÑами (service account) в цьому клаÑтері."
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr "Дозволити GitLab керувати проÑторами імен (namespace) та Ñлужбовими обліковими запиÑами (service account) в цьому клаÑтері. %{startLink}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{endLink}"
+
msgid "ClusterIntegration|Alternatively"
-msgstr ""
+msgstr "Ðльтернативно"
msgid "ClusterIntegration|Amazon EKS"
msgstr "Amazon EKS"
@@ -3406,10 +3956,13 @@ msgid "ClusterIntegration|Applications"
msgstr "ЗаÑтоÑунки"
msgid "ClusterIntegration|Apply for credit"
-msgstr ""
+msgstr "ЗаÑтоÑувати кредит"
+
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr "ÐÐ²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ Ñ‡ÐµÑ€ÐµÐ· AWS"
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "Ви впевнені, що хочете видалити інтеграцію із цим Kubernetes-клаÑтером? Це не призведе до Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñамого клаÑтера."
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr "ÐÐ²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ Ñ‡ÐµÑ€ÐµÐ· Amazon Web Services"
msgid "ClusterIntegration|Base domain"
msgstr "ОÑновний домен"
@@ -3421,13 +3974,19 @@ msgid "ClusterIntegration|Cert-Manager"
msgstr "Cert-Manager"
msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by %{letsEncrypt} and ensure that certificates are valid and up-to-date."
-msgstr ""
+msgstr "Cert-Manager Ñ” контролером ÑƒÐ¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ Ñертифікатами Ð´Ð»Ñ Kubernetes, Ñкий допомагає Ñ—Ñ… випуÑкати. Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Cert-Manager на ваш клаÑтер випуÑтить Ñертифікат від %{letsEncrypt} Ñ– забезпечуватиме актуальніÑÑ‚ÑŒ Ñертифікатів."
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "Ðабір Ñертифікатів (формат PEM)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
-msgstr ""
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr "Вибрати %{startLink}групу безпеки%{externalLinkIcon} %{endLink} Ð´Ð»Ñ Ð·Ð°ÑтоÑÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾ Elastic Network Interfaces, керованих EKS, Ñ– Ñтворених в підмережах ваших робочих вузлів."
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr "Виберіть %{startLink}підмережі%{externalLinkIcon} %{endLink} вашої VPC де будуть запуÑкатиÑÑ Ð²Ð°ÑˆÑ– робочі вузли."
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr "Вибрати %{startLink}тип інÑтанÑу %{externalLinkIcon}%{endLink} робочого вузла."
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
msgstr "Виберіть, Ñкі заÑтоÑунки необхідно вÑтановити на ваш клаÑтер Kubernetes. Ð”Ð»Ñ Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð±ÑƒÐ´ÑŒ-Ñкого з наÑтупних заÑтоÑунків потрібен Helm Tiller."
@@ -3435,17 +3994,26 @@ msgstr "Виберіть, Ñкі заÑтоÑунки необхідно вÑÑ‚Ð
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Виберіть, Ñке із ваших Ñередовищ буде викориÑтовувати цей клаÑтер."
-msgid "ClusterIntegration|Cloud Run"
+msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
+msgid "ClusterIntegration|Cloud Run"
+msgstr "Cloud Run"
+
msgid "ClusterIntegration|Cluster health"
msgstr "Стан клаÑтера"
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr "Проєкт ÑƒÐ¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ ÐºÐ»Ð°Ñтером (альфа)"
+
msgid "ClusterIntegration|Cluster name is required."
msgstr "Ім'Ñ ÐºÐ»Ð°Ñтера Ñ” обов'Ñзковим."
msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
-msgstr ""
+msgstr "КлаÑтери викориÑтовуютьÑÑ ÑˆÐ»Ñхом вибору найближчого предка з підходÑщою доÑтупніÑÑ‚ÑŽ Ð´Ð»Ñ Ñередовищ. Ðаприклад проєктні клаÑтери перекривають групові клаÑтери."
msgid "ClusterIntegration|Copy API URL"
msgstr "Скопіювати API URL"
@@ -3453,14 +4021,14 @@ msgstr "Скопіювати API URL"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "Скопіювати Ñертифікат центру Ñертифікації"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
-msgstr "Копіювати кінцеву точку Ingress в буфер обміну"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr "Скопіювати кінцеву точку Ingress"
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "Скопіювати Ñ–Ð¼â€™Ñ Ñ…Ð¾Ñта Jupyter в буфер обміну"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr "Скопіювати Ñ–Ð¼â€™Ñ Ñ…Ð¾Ñта Jupyter"
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
-msgstr "Копіювати кінцеву точку Knative в буфер обміну"
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr "Скопіювати кінцеву точку Knative"
msgid "ClusterIntegration|Copy Kubernetes cluster name"
msgstr "Скопіювати Ñ–Ð¼â€™Ñ Kubernetes-клаÑтера"
@@ -3468,19 +4036,76 @@ msgstr "Скопіювати Ñ–Ð¼â€™Ñ Kubernetes-клаÑтера"
msgid "ClusterIntegration|Copy Service Token"
msgstr "Скопіювати токен ÑервіÑа"
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ ролі IAM"
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ пари ключів"
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ VPC Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ð³Ð¾ регіону"
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ типи інÑтанÑів"
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ регіони із вашого облікового запиÑу AWS"
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ групи безпеки Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ñ— VPC"
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ підмережі Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ñ— VPC"
+
+msgid "ClusterIntegration|Could not load subnetworks"
msgstr ""
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "Створити Kubernetes-клаÑтер"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr "Створити роль Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²Ñ–Ð·Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð² %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} за допомогою облікового запиÑу та external ID вказаних вище %{startMoreInfoLink}Додаткова інформаціÑ%{endLink}"
+
msgid "ClusterIntegration|Create cluster on"
+msgstr "Створити клаÑтер на"
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr "Створити новий клаÑтер"
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr "Створити новий клаÑтер на EKS"
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr "Створити новий клаÑтер на GKE"
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr "Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Kubernetes-клаÑтера"
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
msgstr ""
msgid "ClusterIntegration|Did you know?"
msgstr "Чи знаєте ви?"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr "Стек Elastc"
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
+msgstr "Увімкнути Cloud Run на GKE (бета-верÑÑ–Ñ)"
+
+msgid "ClusterIntegration|Enable Web Application Firewall"
msgstr ""
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
@@ -3489,18 +4114,30 @@ msgstr "Увімкніть або вимкніть Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ GitLab
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "Увімкніть цей параметр, Ñкщо викориÑтовуєтьÑÑ Ñ€Ð¾Ð»ÑŒÐ¾Ð²Ðµ ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾Ñтупом (RBAC)."
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr "Введіть параметри вашого Amazon EKS Kubernetes-клаÑтера"
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "Введіть параметри вашого Kubernetes-клаÑтера"
msgid "ClusterIntegration|Environment scope"
-msgstr "Межі Ñередовищ"
+msgstr "ДоÑтупніÑÑ‚ÑŒ Ð´Ð»Ñ Ñередовищ"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "Кожен новий обліковий Ð·Ð°Ð¿Ð¸Ñ Ð² Google Cloud Platform (GCP) отримує $300 на Ñвій рахунок при %{sign_up_link}. GitLab (у партнерÑтві із Google) пропонує додаткові $200 Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… облікових запиÑів GCP, Ð´Ð»Ñ ÐºÐ¾Ñ€Ð¸ÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ–Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ”ÑŽ GitLab з Google Kubernetes Engine."
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr "Ðе вдалоÑÑ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ñ‚Ð¸ EKS провайдера: %{message}"
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr "Ðе вдалоÑÑ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ñ‚Ð¸ клаÑтер Google Kubernetes Engine: %{message}"
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr "Ðе вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ñтек CloudFormation: %{message}"
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr "Ðе вдалоÑÑ Ð½Ð°Ð´Ñ–Ñлати запит до Google Cloud Platform: %{message}"
@@ -3528,6 +4165,9 @@ msgstr "Runner Gitlab з’єднуєтьÑÑ Ñ–Ð· репозиторієм та
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr "КлаÑтер, що керуєтьÑÑ GitLab"
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Проект Google Cloud Platform"
@@ -3555,6 +4195,9 @@ msgstr "Приховати"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Якщо ви налаштовуєте декілька клаÑтерів Ñ– викориÑтовуєте Auto DevOps, %{help_link_start}прочитайте Ð´Ð»Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ це%{help_link_end}."
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду Ñтану вашого клаÑтера, вам необхідно Ñпочатку вÑтановити Prometheus нижче."
@@ -3573,6 +4216,9 @@ msgstr "Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ingress може викликати додатÐ
msgid "ClusterIntegration|Instance cluster"
msgstr "КлаÑтер інÑтанÑу"
+msgid "ClusterIntegration|Instance type"
+msgstr "Тип інÑтанÑу"
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "Ð†Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ ÐºÐ»Ð°Ñтерної автоматизації Kubernetes"
@@ -3594,6 +4240,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "JupyterHub, багатокориÑтувацький Хаб, Ñкий Ñтворює, керує Ñ– перенаправлÑÑ” запити між багатьма екземплÑрами однокориÑтувацьких Ñерверів Jupyter. JupyterHub може викориÑтовуватиÑÑ Ð´Ð»Ñ Ð¾Ð±ÑÐ»ÑƒÐ³Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¸Ñ… блокнотів групи Ñтудентів, корпоративної групи аналітиків даних, науково-доÑлідницької групи."
+msgid "ClusterIntegration|Key pair name"
+msgstr "Ðазва пари ключів"
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3607,7 +4256,7 @@ msgid "ClusterIntegration|Knative domain name was updated successfully."
msgstr "Доменне Ñ–Ð¼â€™Ñ Knative уÑпішно оновлено."
msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
-msgstr ""
+msgstr "Knative розширює Kubernetes, щоб забезпечити набір middleware-компонентів, необхідних Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÑучаÑних, source-centric заÑтоÑунків на оÑнові контейнерів, Ñкі можна запуÑкати в будь-Ñкому міÑці: локально, у хмарі, Ñ– навіть в Ñторонніх дата-центрах."
msgid "ClusterIntegration|Kubernetes cluster"
msgstr "Kubernetes-клаÑтер"
@@ -3615,14 +4264,14 @@ msgstr "Kubernetes-клаÑтер"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Параметри Kubernetes-клаÑтера"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "Kubernetes-клаÑтер ÑтворюєтьÑÑ Ð½Ð° Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr "СтворюєтьÑÑ ÐºÐ»Ð°Ñтер Kubernetes..."
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Ð†Ð¼â€™Ñ Kubernetes-клаÑтера"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
-msgstr "Kubernetes-клаÑтер уÑпішно Ñтворено на Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr "КлаÑтер Kubernetes було уÑпішно Ñтворено."
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "Kubernetes-клаÑтери дозволÑÑŽÑ‚ÑŒ вам викориÑтовувати Review Apps, розгортати ваші заÑтоÑунки, запуÑкати конвеєри Ñ– багато іншого проÑтим ÑпоÑобом."
@@ -3630,15 +4279,24 @@ msgstr "Kubernetes-клаÑтери дозволÑÑŽÑ‚ÑŒ вам викориÑÑ‚
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Kubernetes-клаÑтери можуть бути викориÑтані Ð´Ð»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð·Ð°ÑтоÑунків Ñ– викориÑÑ‚Ð°Ð½Ð½Ñ Review Apps Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr "ВерÑÑ–Ñ Kubernetes"
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr "Ðе знайдено верÑÑ–ÑŽ Kubernetes"
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про %{help_link_start_machine_type}типи машин%{help_link_end} та %{help_link_start_pricing}ціни%{help_link_end}."
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про %{help_link_start}зони%{help_link_end}."
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
msgstr ""
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про %{startLink}Регіони %{externalLinkIcon}%{endLink}."
+
msgid "ClusterIntegration|Learn more about Kubernetes"
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Kubernetes"
@@ -3652,9 +4310,30 @@ msgid "ClusterIntegration|Let's Encrypt"
msgstr "Let's Encrypt"
msgid "ClusterIntegration|Loading IAM Roles"
-msgstr ""
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ€Ð¾Ð»ÐµÐ¹ IAM"
+
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€ ключів"
msgid "ClusterIntegration|Loading Regions"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ€ÐµÐ³Ñ–Ð¾Ð½Ñ–Ð²"
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ VPC"
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‚Ð¸Ð¿Ñ–Ð² інÑтанÑів"
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð³Ñ€ÑƒÐ¿ безпеки"
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ð¼ÐµÑ€ÐµÐ¶"
+
+msgid "ClusterIntegration|Loading subnetworks"
msgstr ""
msgid "ClusterIntegration|Machine type"
@@ -3663,15 +4342,27 @@ msgstr "Тип машини"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "ВпевнітьÑÑ, що ваш обліковий Ð·Ð°Ð¿Ð¸Ñ %{link_to_requirements} Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Kubernetes-клаÑтерів"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "Керуйте вашим Kubernetes-клаÑтером за допомогою %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
-msgstr ""
+msgstr "Ролі IAM не найдені"
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr "Ðе знайдено пар ключів"
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr "Ðе знайдено VPC"
+
+msgid "ClusterIntegration|No instance type found"
+msgstr "Ðе знайдено жодного типу інÑтанÑу"
msgid "ClusterIntegration|No machine types matched your search"
msgstr "Жоден тип машин не відповідає вашому пошуку"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "Проектів не знайдено"
@@ -3679,6 +4370,15 @@ msgid "ClusterIntegration|No projects matched your search"
msgstr "Жоден проект не відповідає вашому пошуку"
msgid "ClusterIntegration|No region found"
+msgstr "Регіони не знайдено"
+
+msgid "ClusterIntegration|No security group found"
+msgstr "Групи безпеки не знайдно"
+
+msgid "ClusterIntegration|No subnet found"
+msgstr "Ðе знайдено підмереж"
+
+msgid "ClusterIntegration|No subnetworks found"
msgstr ""
msgid "ClusterIntegration|No zones matched your search"
@@ -3706,7 +4406,7 @@ msgid "ClusterIntegration|Project namespace (optional, unique)"
msgstr "ПроÑÑ‚Ñ–Ñ€ імен проекту (не обов’Ñзковий, унікальний)"
msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
-msgstr ""
+msgstr "ÐŸÑ€ÐµÑ„Ñ–ÐºÑ Ð¿Ñ€Ð¾Ñтору імен проекту (не обов’Ñзковий, унікальний)"
msgid "ClusterIntegration|Prometheus"
msgstr "Prometheus"
@@ -3714,14 +4414,17 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr "Prometheus — це ÑиÑтема моніторингу з відкритим вихідним кодом з %{gitlabIntegrationLink} Ð´Ð»Ñ Ð¼Ð¾Ð½Ñ–Ñ‚Ð¾Ñ€Ð¸Ð½Ð³Ñƒ розгорнутих додатків."
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr "ARN ролі Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²Ñ–Ð·Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ"
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "КлаÑтер з підтримкою RBAC"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "ПереглÑньте нашу %{link_to_help_page} про інтеграцію із Kubernetes."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr "ПереглÑньте %{link_start}Ñторінку довідки%{link_end} по інтеграції з Kubernetes клаÑтером."
msgid "ClusterIntegration|Region"
-msgstr ""
+msgstr "Регіон"
msgid "ClusterIntegration|Remove Kubernetes cluster integration"
msgstr "Відалити інтеграцію із Kubernetes-клаÑтером"
@@ -3729,9 +4432,21 @@ msgstr "Відалити інтеграцію із Kubernetes-клаÑтером
msgid "ClusterIntegration|Remove integration"
msgstr "Видалити інтеграцію"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr "Видалити інтеграцію та реÑурÑи?"
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr "Видалити інтеграцію?"
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "Видалити конфігурацію Kubernetes-клаÑтера Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту. Це не призведе до Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñамого клаÑтера."
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "При бажанні ви можете замінити це на ваше влаÑне ім'Ñ Ñ…Ð¾Ñта. Якщо ви це зробите, ÑпрÑмуйте ім'Ñ Ñ…Ð¾Ñта на IP-адреÑу Ingress зверху."
@@ -3741,30 +4456,75 @@ msgstr "Запит про початок вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ðµ викоÐ
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr "Запит про початок Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð½Ðµ виконано"
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr "Зберегти зміни"
msgid "ClusterIntegration|Search IAM Roles"
-msgstr ""
+msgstr "Пошук ролей IAM"
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr "Пошук пар ключів"
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr "Пошук VPC"
+
+msgid "ClusterIntegration|Search instance types"
+msgstr "Пошуки типів інÑтанÑів"
msgid "ClusterIntegration|Search machine types"
msgstr "Пошук по типам машин"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "Пошук проектів"
msgid "ClusterIntegration|Search regions"
+msgstr "Пошук регіонів"
+
+msgid "ClusterIntegration|Search security groups"
+msgstr "Пошук груп безпеки"
+
+msgid "ClusterIntegration|Search subnets"
+msgstr "Пошук підмереж"
+
+msgid "ClusterIntegration|Search subnetworks"
msgstr ""
msgid "ClusterIntegration|Search zones"
msgstr "Пошук зон"
+msgid "ClusterIntegration|Security group"
+msgstr "Група безпеки"
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "ПереглÑнути та редагувати параметри вашого Kubernetes-клаÑтера"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr "Виберіть VPC Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾Ñ€Ñƒ групи безпеки"
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr "Виберіть VPC Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾Ñ€Ñƒ підмережі"
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr "Виберіть VPC Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… реÑурÑів EKS клаÑтеру. Ð”Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð½Ð¾Ð²Ð¾Ñ— VPC, Ñпочатку Ñтворіть Ñ—Ñ— в %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr "Виберіть регіон Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾Ñ€Ñƒ пари ключів"
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr "Виберіть регіон Ð´Ð»Ñ Ð²Ð¸Ð±Ð¾Ñ€Ñƒ VPC"
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "Вибрати тип машин"
@@ -3777,8 +4537,8 @@ msgstr "Виберіть проект та зону Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, що виб
msgid "ClusterIntegration|Select project to choose zone"
msgstr "Виберіть проект, щоб вибрати зону"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
-msgstr ""
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr "Виберіть назву пари ключів, Ñка буде викориÑтовуватиÑÑ Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²ÑƒÐ·Ð»Ñ–Ð² EC2. Ð”Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ імені пари ключів, Ñпочатку Ñтворіть його у %{startLink}Amazon Web Services %{externalLinkIcon}%{endLink}."
msgid "ClusterIntegration|Select zone"
msgstr "Вибрати зону"
@@ -3789,17 +4549,23 @@ msgstr "Виберіть зону, щоб вибрати тип машин"
msgid "ClusterIntegration|Service Token"
msgstr "Токен СервіÑа"
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr "Токен ÑервіÑа Ñ” обов'Ñзковим."
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr "Показати"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "ЩоÑÑŒ пішло не так з нашого боку."
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "Помилка при Ñтворенні вашого Kubernetes-клаÑтера на Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr "ЩоÑÑŒ пішло не так під Ñ‡Ð°Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ клаÑтера Kubernetes"
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "Під Ñ‡Ð°Ñ Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ %{title} ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°"
@@ -3813,6 +4579,12 @@ msgstr "Помилка під Ñ‡Ð°Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ð½Ð¾Ð³Ð¾ імÐ
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr "Ð—Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ дозволить вам викориÑтовувати фази Auto Review Apps та Auto Deploy Ð´Ð»Ñ %{auto_devops_start}Auto DevOps%{auto_devops_end}. Домен повинен мати шаблон DNS, що задовільнÑÑ” цей домен."
+msgid "ClusterIntegration|Subnets"
+msgstr "Підмережі"
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr "Ð†Ð¼â€™Ñ Ñ€ÐµÑурÑу Amazon (ARN), пов’Ñазане із вашою роллю. Якщо у Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” ролі Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²Ñ–Ð·Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ, Ñпочатку Ñтворіть Ñ—Ñ— в %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} за допомогою облікового запиÑу та external ID вказаних вище %{startMoreInfoLink}Додаткова інформаціÑ%{endLink}"
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr "Сертифікат Kubernetes, що викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð°Ð²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ— в клаÑтері."
@@ -3820,22 +4592,25 @@ msgid "ClusterIntegration|The URL used to access the Kubernetes API."
msgstr "URL-адреÑа, що викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð´Ð¾Ñтупу до Kubernetes API."
msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
-msgstr ""
+msgstr "Пов’Ñзана IP-адреÑа та вÑÑ– розгорнуті ÑервіÑи будуть видалені без можливоÑÑ‚Ñ– відновленнÑ. Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Knative також видалить Istio із вашого клаÑтера. Це не вплине на інші заÑтоÑунки."
msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored."
-msgstr ""
+msgstr "Пов’Ñзаний pod Tiller, проÑÑ‚Ñ–Ñ€ імен %{gitlabManagedAppsNamespace} та вÑÑ– їхні реÑурÑи будуть видалені Ñ– не зможуть бути відновлені."
msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored."
msgstr "Пов’Ñзані баланÑувальник Ð½Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‚Ð° IP-адреÑа будуть видалені Ñ– не зможуть бути відновлені."
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
-msgstr ""
+msgstr "Пов’Ñзаний приватний ключ буде видалений Ñ– не зможе бути відновлений."
+
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr "Стек Elastic збирає журнали з уÑÑ–Ñ… pod'ів вашого клаÑтера"
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr "ВідбуваєтьÑÑ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐºÑ–Ð½Ñ†ÐµÐ²Ð¾Ñ— точки. Будь лаÑка, перевірте квоти вашого Kubernetes клаÑтера на Google Kubernetes Engine, Ñкщо це займає багато чаÑу."
msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, pod logs, and Web terminals."
-msgstr ""
+msgstr "ПроÑÑ‚Ñ–Ñ€ імен, пов’Ñзаний із вашим проектом. Він буде викориÑтовуватиÑÑ Ð´Ð»Ñ Ð´Ð¾ÑˆÐ¾Ðº розгортаннÑ, журналів pod'ів та Веб-терміналів."
msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
msgstr "Проблема автентифікації у вашому клаÑтері. Будь лаÑка, переконайтеÑÑ, що Ñертифікат CA та токен Ñ” правильними."
@@ -3849,6 +4624,12 @@ msgstr "Цей параметр дозволить вам вÑтановлюва
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "Щоб отримати доÑтуп до вашого заÑтоÑунку, піÑÐ»Ñ Ð¹Ð¾Ð³Ð¾ розгортаннÑ, направте ваш DNS на кінцеву точку Knative."
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "Увімкнути/вимкнути Kubernetes-клаÑтер"
@@ -3859,7 +4640,10 @@ msgid "ClusterIntegration|Update failed. Please check the logs and try again."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸. Перевірте журнал та Ñпробуйте ще раз."
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
-msgstr ""
+msgstr "ВикориÑтовує Ñ€Ð¾Ð·ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ Ð´Ð»Ñ Cloud Run, Istio та HTTP баланÑувальник Ð½Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ клаÑтеру."
+
+msgid "ClusterIntegration|VPC"
+msgstr "VPC"
msgid "ClusterIntegration|Validating project billing status"
msgstr "Перевірка Ñтану білінгу проекта"
@@ -3870,12 +4654,21 @@ msgstr "Ми не змогли перевірити, що один із ваши
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "За допомогою підключеного до цього проекту Kubernetes-клаÑтера, ви можете викориÑтовувати Review Apps, розгортати ваші проекти, запуÑкати конвеєри збірки тощо."
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ %{appTitle} зі Ñвого клаÑтера."
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr "Перед вÑтановленнÑм заÑтоÑунків нижче, необхідно вÑтановити Helm Tiller"
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr "Щоб Ñтворити новий клаÑтер EKS ви повинні надати доÑтуп до реÑурÑів AWS вашої організації. Ð”Ð»Ñ Ð½Ð°Ð´Ð°Ð½Ð½Ñ Ð´Ð¾Ñтупу Ñтворіть роль Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²Ñ–Ð·Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð° допомогою облікового запиÑу та external ID, що наведені нижче Ñ– надайте нам ARN."
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr "Ви повинні мати клаÑтер з підтримкою RBAC, щоб вÑтановити Knative."
@@ -3885,6 +4678,9 @@ msgstr "Ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ мати %{link_to_k
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr "API вашого клаÑтера недоÑтупний. ПереконайтеÑÑ, що ваш API URL правильний."
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "Зона"
@@ -3894,11 +4690,8 @@ msgstr "доÑтуп до Google Kubernetes Engine"
msgid "ClusterIntegration|documentation"
msgstr "документації"
-msgid "ClusterIntegration|help page"
-msgstr "Ñторінка допомоги"
-
msgid "ClusterIntegration|installed via %{installed_via}"
-msgstr ""
+msgstr "вÑтановлено через %{installed_via}"
msgid "ClusterIntegration|meets the requirements"
msgstr "задовольнÑÑ” вимогам"
@@ -3909,10 +4702,31 @@ msgstr "вартіÑÑ‚ÑŒ"
msgid "ClusterIntegration|sign up"
msgstr "реєÑтрації"
+msgid "ClusterIntergation|Select a VPC"
+msgstr "Вибрати VPC"
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
+msgstr "Вибрати регіон"
+
+msgid "ClusterIntergation|Select a security group"
+msgstr "Вибрати групу безпеки"
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr "Вибрати підмережу"
+
+msgid "ClusterIntergation|Select a subnetwork"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select an instance type"
+msgstr "Вибрати тип інÑтанÑу"
+
+msgid "ClusterIntergation|Select key pair"
+msgstr "Вибрати пару ключів"
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3921,6 +4735,12 @@ msgstr "Код"
msgid "Code Owners"
msgstr "ВлаÑники коду"
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr "Потрібне Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñником коду"
@@ -3933,6 +4753,24 @@ msgstr "Шаблон"
msgid "Cohorts"
msgstr "Когорти"
+msgid "Cohorts|Inactive users"
+msgstr "Ðеактивні кориÑтувачі"
+
+msgid "Cohorts|Month %{month_index}"
+msgstr "МіÑÑць %{month_index}"
+
+msgid "Cohorts|New users"
+msgstr "Ðові кориÑтувачі"
+
+msgid "Cohorts|Registration month"
+msgstr "МіÑÑць реєÑтрації"
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr "Згорнути"
@@ -3982,7 +4820,7 @@ msgid "Comment is being updated"
msgstr "Коментар в процеÑÑ– оновленнÑ"
msgid "Comment/Reply (quoting selected text)"
-msgstr ""
+msgstr "Коментувати/відповіÑти (цитуючи виділений текÑÑ‚)"
msgid "Comments"
msgstr "Коментарі"
@@ -4012,6 +4850,9 @@ msgstr "ТриваліÑÑ‚ÑŒ оÑтанніх 30 комітів у хвилинÐ
msgid "Commit message"
msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "СтатиÑтика комітів Ð´Ð»Ñ %{ref} %{start_time} - %{end_time}"
@@ -4042,6 +4883,9 @@ msgstr "Комітів по днÑм міÑÑцÑ"
msgid "Commits per weekday"
msgstr "Комітів по днÑм тижнÑ"
+msgid "Commits to"
+msgstr "Комітить до"
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… запиту на злиттÑ."
@@ -4063,6 +4907,9 @@ msgstr "Коміт…"
msgid "Company"
msgstr "КомпаніÑ"
+msgid "Company name"
+msgstr "Ðазва компанії"
+
msgid "Compare"
msgstr "ПорівнÑти"
@@ -4081,6 +4928,9 @@ msgstr "ПорівнÑти зміни з оÑтаннім комітом"
msgid "Compare changes with the merge request target branch"
msgstr "ПорівнÑти зміни із ціловою гілкою запиту на злиттÑ"
+msgid "Compare with previous version"
+msgstr "ПорівнÑти із попередньою верÑією"
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} і %{target_branch} однакові."
@@ -4099,6 +4949,9 @@ msgstr "Ðема чого порівнювати."
msgid "Complete"
msgstr "Завершено"
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "Конфіденційний"
@@ -4120,6 +4973,9 @@ msgstr "Ðалаштувати Let's Encrypt"
msgid "Configure Prometheus"
msgstr "Ðалаштувати Prometheus"
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr "Ðалаштувати безпеку %{wordBreakOpportunity}та відповідніÑÑ‚ÑŒ"
+
msgid "Configure Tracing"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð’Ñ–Ð´ÑтеженнÑ"
@@ -4135,8 +4991,14 @@ msgstr "Ðалаштувати Ñ–Ñнуючу інÑталÑцію"
msgid "Configure limits for web and API requests."
msgstr "Ðалаштуйте Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð²ÐµÐ± та API запитів."
-msgid "Configure push mirrors."
-msgstr "Ðалаштуйте вихідні дзеркала."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr "Ðалаштувати Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ ÐºÑ–Ð»ÑŒÐºÐ¾ÑÑ‚Ñ– вхідних попереджень, Ñкі можна надіÑлати у проект."
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr "Задати шлÑхи, Ñкі будуть захищені Rack Attack. ПіÑÐ»Ñ Ð·Ð¼Ñ–Ð½Ð¸ цих налаштувань необхідно перезапуÑтити веб-Ñервер."
+
+msgid "Configure repository mirroring."
+msgstr "Ðалаштувати Ð²Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð²."
msgid "Configure storage path settings."
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÑˆÐ»Ñху Ñховища."
@@ -4171,15 +5033,24 @@ msgstr "Підключити репозиторії з GitHub"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "Підключіть ваші зовнішні репозиторії, Ñ– CI/CD конвеєри будуть запуÑкатиÑÑ Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… комітів. Створений GitLab-проект буде мати лише CI/CD фунції."
+msgid "Connecting"
+msgstr "З'єднаннÑ"
+
msgid "Connecting to terminal sync service"
msgstr "Ð—â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ñ–Ð· ÑервіÑом Ñинхронізації терміналу"
msgid "Connecting..."
msgstr "З'єднаннÑ..."
+msgid "Connection failed"
+msgstr "Помилка з’єднаннÑ"
+
msgid "Connection failure"
msgstr "Помилка з’єднаннÑ"
+msgid "Connection timed out"
+msgstr "Минув Ñ‡Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ"
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr "ЗвернітьÑÑ Ð´Ð¾ влаÑника групи %{namespace_name} Ð´Ð»Ñ Ð¿Ñ–Ð´Ð²Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð¿Ð»Ð°Ð½Ñƒ."
@@ -4195,72 +5066,138 @@ msgstr "ЗвернітьÑÑ Ð´Ð¾ вашого адмініÑтратора дл
msgid "Container Registry"
msgstr "РеєÑÑ‚Ñ€ Контейнерів"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr "Ð¡ÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð°"
+
msgid "Container registry images"
msgstr "Образи в реєÑтрі контейнерів"
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr "РеєÑÑ‚Ñ€ контейнерів"
-msgid "ContainerRegistry|Copy build command to clipboard"
-msgstr "Скопіювати команду збірки в буфер обміну"
+msgid "ContainerRegistry|Copy build command"
+msgstr "Скопіювати команду збірки"
+
+msgid "ContainerRegistry|Copy login command"
+msgstr "Скопіювати команду входу"
-msgid "ContainerRegistry|Copy push command to clipboard"
-msgstr "Скопіювати команду Ð²Ñ–Ð´Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ Ð² буфер обміну"
+msgid "ContainerRegistry|Copy push command"
+msgstr "Скопіювати команду відправленнÑ"
msgid "ContainerRegistry|Docker connection error"
msgstr "Помилка Ð·â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Docker"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr "Якщо ви ще не виконали вхід вам необхідно автентифікуватиÑÑ Ð² РеєÑтрі Контейнерів за допомогою імені кориÑтувача та Ð¿Ð°Ñ€Ð¾Ð»Ñ GitLab. Якщо у Ð²Ð°Ñ Ð²Ð²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð° %{twofaDocLinkStart}Двофакторна автентифікаціÑ%{twofaDocLinkEnd}, викориÑтовуйте %{personalAccessTokensDocLinkStart}ПерÑональний Токен ДоÑтупу%{personalAccessTokensDocLinkEnd} заміÑÑ‚ÑŒ паролю."
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
msgid "ContainerRegistry|Last Updated"
msgstr "ВоÑтаннє оновлено"
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "Ð’ РеєÑтрі Контейнерів немає тегів Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ образу."
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
msgid "ContainerRegistry|Quick Start"
msgstr "Швидкий Ñтарт"
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] "Видалити образ"
-msgstr[1] "Видалити образи"
-msgstr[2] "Видалити образів"
-msgstr[3] "Видалити образів"
-
-msgid "ContainerRegistry|Remove image(s) and tags"
-msgstr "Видалити образ(-и) та теги"
-
msgid "ContainerRegistry|Remove repository"
msgstr "Видалити репозиторій"
-msgid "ContainerRegistry|Remove selected images"
-msgstr "Видалити вибрані образи"
+msgid "ContainerRegistry|Remove selected tags"
+msgstr "Видалити вибрані теги"
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] "Видалити тег"
+msgstr[1] "Видалити теги"
+msgstr[2] "Видалити тегів"
+msgstr[3] "Видалити тегів"
msgid "ContainerRegistry|Size"
msgstr "Розмір"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "Тег"
-msgid "ContainerRegistry|Tag ID"
-msgstr "Ідентифікатор тегу"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr "ОÑтанній тег Ñкий відноÑивÑÑ Ð´Ð¾ цього образу нещодавно було видалено. Цей порожній образ та вÑÑ– пов’Ñзані дані будуть автоматично видалені під Ñ‡Ð°Ñ Ñ€ÐµÐ³ÑƒÐ»Ñрного \"збору ÑміттÑ\". Якщо у Ð²Ð°Ñ Ñ” питаннÑ, звернітьÑÑ Ð´Ð¾ Ñвого адмініÑтратора."
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr "В цій групі немає образів контейнерів"
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr "Ð”Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту не збережено жодного образу контейнерів"
+msgid "ContainerRegistry|This image has no active tags"
+msgstr "Образ не має активних тегів"
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "У Ð½Ð°Ñ Ð²Ð¸Ð½Ð¸ÐºÐ»Ð¸ проблеми при з’єднанні з Docker, що може бути Ñпричинено помилкою пов’Ñзаною із іменем проекту або шлÑхом. %{docLinkStart}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{docLinkEnd}"
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "За допомогою РеєÑтру контейнерів, кожен проект може мати влаÑний проÑÑ‚Ñ–Ñ€ Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¾Ð±Ñ€Ð°Ð·Ñ–Ð² Docker. %{docLinkStart}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{docLinkEnd}"
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr "За допомогою РеєÑтру Контейнерів кожен проект може мати влаÑний проÑÑ‚Ñ–Ñ€ Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Docker-образів. РозміÑÑ‚Ñ–Ñ‚ÑŒ хоча б один Docker-образ у ÑкомуÑÑŒ із проектів групи щоб його тут побачити. %{docLinkStart}Детальніше%{docLinkEnd}"
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "За допомогою РеєÑтру контейнерів інтегрованому у Gitlab, кожен проект може мати влаÑний проÑÑ‚Ñ–Ñ€ Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¾Ð±Ñ€Ð°Ð·Ñ–Ð² Docker. %{docLinkStart}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{docLinkEnd}"
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
-msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ <b>%{count}</b> образів. Це видалить Ñ—Ñ… разом з тегами, що на них вказують."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
+msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ <b>%{count}</b> тег(-ів). Ви впевнені?"
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
-msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð»Ð°Ð´Ð¸Ñ‚Ð¸ образ <b>%{title}</b>. Таким чином буде видалено цей образ та вÑÑ– теги, що на нього вказують."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ <b>%{title}</b>. Ви впевнені?"
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ репозиторій <b>%{title}</b>. ПіÑÐ»Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ñ†ÐµÐ¹ репозиторій буде оÑтаточно видалено."
@@ -4295,6 +5232,42 @@ msgstr "Ðналітика внеÑків"
msgid "Contribution Charts"
msgstr "СтатиÑтика внеÑків"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr "ВнеÑки за <strong>%{calendar_date}</strong>"
@@ -4304,18 +5277,6 @@ msgstr "КількіÑÑ‚ÑŒ внеÑків на кожного учаÑника Ð
msgid "Contributors"
msgstr "УчаÑники"
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} – %{endDate}"
-
-msgid "ContributorsPage|Building repository graph."
-msgstr "Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñхеми репозиторію."
-
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "Коміти в %{branch_name}, за винÑтком комітів злиттÑ. Обмежено 6000 комітів."
-
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "Будь лаÑка, зачекайте, Ñ†Ñ Ñторінка автоматично оновитьÑÑ, коли буде готова."
-
msgid "Control emails linked to your account"
msgstr "Керувати адреÑами електронної пошти, пов’Ñзаними з вашим обліковим запиÑом"
@@ -4325,11 +5286,8 @@ msgstr "Керувати відображеннÑм Ñторонніх пропÐ
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr "Задати макÑимальну кількіÑÑ‚ÑŒ потоків Ð´Ð»Ñ Ñ„Ð¾Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð² Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ вторинного вузла"
-msgid "ConvDev Index"
-msgstr "Ð†Ð½Ð´ÐµÐºÑ ConvDev"
-
msgid "Cookie domain"
-msgstr ""
+msgstr "Домен cookie"
msgid "Copied"
msgstr "Скопійовано"
@@ -4337,17 +5295,29 @@ msgstr "Скопійовано"
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr "Скопійовано мітки та етап із %{source_issuable_reference}."
+msgid "Copy"
+msgstr "Скопіювати"
+
+msgid "Copy %{field}"
+msgstr "Скопіювати %{field}"
+
msgid "Copy %{http_label} clone URL"
msgstr "Скопіювати URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· %{http_label}"
msgid "Copy %{protocol} clone URL"
msgstr "Скопіювати URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· %{protocol}"
-msgid "Copy %{proxy_url} to clipboard"
-msgstr "Скопіювати %{proxy_url} в буфер обміну"
+msgid "Copy %{proxy_url}"
+msgstr "Скопіювати %{proxy_url}"
+
+msgid "Copy Account ID to clipboard"
+msgstr "Скопіювати ідентифікатор облікового запиÑу в буфер обміну"
-msgid "Copy ID to clipboard"
-msgstr "Скопіювати ID в буфер обміну"
+msgid "Copy External ID to clipboard"
+msgstr "Скопіювати External ID в буфер обміну"
+
+msgid "Copy ID"
+msgstr "Скопіювати ID"
msgid "Copy KRB5 clone URL"
msgstr "Скопіювати URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· KRB5"
@@ -4358,20 +5328,29 @@ msgstr "Скопіювати URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· SSH"
msgid "Copy SSH public key"
msgstr "Скопіювати публічний ключ SSH"
-msgid "Copy URL to clipboard"
-msgstr "Скопіювати URL в буфер обміну"
+msgid "Copy URL"
+msgstr "Скопіювати URL"
+
+msgid "Copy branch name"
+msgstr "Скопіювати Ñ–Ð¼â€™Ñ Ð³Ñ–Ð»ÐºÐ¸"
+
+msgid "Copy command"
+msgstr "Скопіювати команду"
-msgid "Copy branch name to clipboard"
-msgstr "Скопіювати назву гілки в буфер обміну"
+msgid "Copy commands"
+msgstr "Скопіювати команди"
-msgid "Copy command to clipboard"
-msgstr "Скопіювати команду в буфер обміну"
+msgid "Copy commit SHA"
+msgstr "Скопіювати SHA коміту"
-msgid "Copy commit SHA to clipboard"
-msgstr "Скопіювати ідентифікатор в буфер обміну"
+msgid "Copy file contents"
+msgstr "Скопіювати вміÑÑ‚ файлу"
-msgid "Copy file path to clipboard"
-msgstr "Скопіювати шлÑÑ… до файлу в буфер обміну"
+msgid "Copy file path"
+msgstr "Скопіювати шлÑÑ… до файлу"
+
+msgid "Copy impersonation token"
+msgstr "Скопіювати токен імітуваннÑ"
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr "Скопіювати мітки та етап із %{source_issuable_reference}."
@@ -4382,30 +5361,24 @@ msgstr "Скопіювати мітки та етап з іншої задачі
msgid "Copy link"
msgstr "Скопіювати поÑиланнÑ"
-msgid "Copy personal access token to clipboard"
-msgstr "Скопіювати перÑональний токен доÑтупу в буфер обміну"
-
-msgid "Copy reference to clipboard"
-msgstr "Скопіювати поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð² буфер обміну"
+msgid "Copy personal access token"
+msgstr "Скопіювати перÑональний токен доÑтупу"
-msgid "Copy secret to clipboard"
-msgstr "Скопіювати Ñекрет в буфер обміну"
+msgid "Copy reference"
+msgstr "Скопіювати поÑиланнÑ"
-msgid "Copy source to clipboard"
-msgstr "Скопіювати джерело в буфер обміну"
+msgid "Copy secret"
+msgstr "Скопіювати Ñекрет"
-msgid "Copy to clipboard"
-msgstr "Копіювати в буфер обміну"
+msgid "Copy token"
+msgstr "Скопіювати токен"
-msgid "Copy token to clipboard"
-msgstr "Скопіювати токен в буфер обміну"
+msgid "Copy trigger token"
+msgstr "Скопіювати токен тригера"
msgid "Could not add admins as members"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ адмініÑтраторів Ñк учаÑників"
-msgid "Could not add prometheus URL to whitelist"
-msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ URL-адреÑу prometheus до білого ÑпиÑку"
-
msgid "Could not authorize chat nickname. Try again!"
msgstr "Ðе вдалоÑÑ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·ÑƒÐ²Ð°Ñ‚Ð¸ пÑевдонім Ð´Ð»Ñ Ñ‡Ð°Ñ‚Ñƒ. Спробуйте ще раз!"
@@ -4424,26 +5397,47 @@ msgstr "Ðаразі не вдалоÑÑ Ñтворити репозиторій
msgid "Could not create group"
msgstr "Ðе вдалоÑÑ Ñтворити групу"
+msgid "Could not create issue"
+msgstr "Ðе вдалоÑÑ Ñтворити задачу"
+
msgid "Could not create project"
msgstr "Ðе вдалоÑÑ Ñтворити проект"
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ пÑевдонім Ð´Ð»Ñ Ñ‡Ð°Ñ‚Ñƒ %{chat_name}."
+msgid "Could not fetch projects"
+msgstr "Ðе вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ проєкти"
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ тригер."
+msgid "Could not restore the group"
+msgstr "Ðе вдалоÑÑ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ групу"
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr "Ðеможливо відкликати токен Ñ–Ð¼Ñ–Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %{token_name}."
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr "Ðеможливо відкликати перÑональний токен доÑтупу %{personal_access_token_name}."
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ ідентифікатор проекту"
msgid "Could not save prometheus manual configuration"
-msgstr ""
+msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ ручні Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Prometheus"
+
+msgid "Country"
+msgstr "Країна"
msgid "Coverage"
msgstr "ПокриттÑ"
@@ -4460,9 +5454,15 @@ msgstr "Створити новий каталог"
msgid "Create New Domain"
msgstr "Створити новий домен"
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr "Спочатку Ñтворіть обліковий Ð·Ð°Ð¿Ð¸Ñ GitLab, а потім приєднайте його до облікового запиÑу %{label}."
+msgid "Create a Mattermost team for this group"
+msgstr "Створити команду в Mattermost Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи"
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr "Створити локальний прокÑÑ– залежноÑтей Ð´Ð»Ñ Ñ‡Ð°Ñто викориÑтовуваних образів. %{link_start}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{link_end} про прокÑÑ– залежноÑтей."
@@ -4478,12 +5478,21 @@ msgstr "Створіть новий файл, тому що наразі немÐ
msgid "Create a new issue"
msgstr "Створити нову задачу"
+msgid "Create a new issue and add it to the epic."
+msgstr "Створити нову задачу і додати її до епіку."
+
msgid "Create a new repository"
msgstr "Створити новий репозиторій"
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "Створіть токен доÑтупу Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ аккаунта, щоб відправлÑти та отримувати через %{protocol}."
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr "Створити задачу"
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr "Створити задачу. Задачі будуть Ñтворені Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ попередженнÑ."
@@ -4523,6 +5532,9 @@ msgstr "Створити групу"
msgid "Create group label"
msgstr "Створити мітку групи"
+msgid "Create issue"
+msgstr "Створити задачу"
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Створити ÑпиÑок на оÑнові міток. Ð’ ньому будуть задачі з такими мітками."
@@ -4583,9 +5595,18 @@ msgstr "Створено"
msgid "Created At"
msgstr "Створено в"
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr "Створено гілку та запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð´Ð»Ñ Ð²Ð¸Ñ€Ñ–ÑˆÐµÐ½Ð½Ñ Ñ†Ñ–Ñ”Ñ— задачі."
+msgid "Created after"
+msgstr "Створені піÑлÑ"
+
+msgid "Created before"
+msgstr "Створено раніше"
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr "Створено гілку \"%{branch_name}\" та запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð´Ð»Ñ Ð²Ð¸Ñ€Ñ–ÑˆÐµÐ½Ð½Ñ Ñ†Ñ–Ñ”Ñ— задачі."
@@ -4625,18 +5646,27 @@ msgstr "Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð³Ñ€Ð°Ñ„Ñ–ÐºÑ–Ð² викориÑтовує дані з
msgid "Creation date"
msgstr "Дата ÑтвореннÑ"
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr "ПриÑутні критичні вразливоÑÑ‚Ñ–"
+
msgid "Cron Timezone"
msgstr "ЧаÑовий поÑÑ Cron"
msgid "Cron syntax"
msgstr "СинтакÑÐ¸Ñ Cron"
-msgid "Cross-project dependencies"
-msgstr "Міжпроектні залежноÑÑ‚Ñ–"
+msgid "Crossplane"
+msgstr "Crossplane"
msgid "Current Branch"
msgstr "Поточна гілка"
+msgid "Current Plan"
+msgstr "Поточний План"
+
msgid "Current Project"
msgstr "Поточний проект"
@@ -4646,14 +5676,23 @@ msgstr "Поточний вузол"
msgid "Current password"
msgstr "Поточний пароль"
+msgid "Current vulnerabilities count"
+msgstr "Поточна кількіÑÑ‚ÑŒ вразливоÑтей"
+
msgid "CurrentUser|Profile"
msgstr "Профіль"
msgid "CurrentUser|Settings"
msgstr "ÐалаштуваннÑ"
-msgid "Custom CI config path"
-msgstr "КориÑтувацький шлÑÑ… до CI config"
+msgid "CurrentUser|Start a Gold trial"
+msgstr "Розпочати пробну верÑÑ–ÑŽ Gold"
+
+msgid "Custom CI configuration path"
+msgstr "КориÑтувацький шлÑÑ… до конфігурації CI"
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr "КориÑтувацька URL-адреÑа Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Git через HTTP(S)"
msgid "Custom hostname (for private commit emails)"
msgstr "ВлаÑне ім'Ñ Ñ…Ð¾Ñта (Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð²Ð°Ñ‚Ð½Ð¸Ñ… повідомлень електронної пошти)"
@@ -4670,44 +5709,53 @@ msgstr "ВлаÑні шаблони проектів"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr "ВлаÑні шаблони проектів не налаштовані Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿, до Ñких ви входите. Вони активуютьÑÑ Ð½Ð° Ñторінці налаштувань групи. ЗвернітьÑÑ Ð´Ð¾ влаÑника або керівника вашої групи Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð»Ð°Ñних шаблонів проектів."
+msgid "Custom range"
+msgstr "КориÑтувацький діапазон"
+
msgid "CustomCycleAnalytics|Add a stage"
-msgstr ""
+msgstr "Додати Ñтадію"
msgid "CustomCycleAnalytics|Add stage"
+msgstr "Додати Ñтадію"
+
+msgid "CustomCycleAnalytics|Editing stage"
msgstr ""
msgid "CustomCycleAnalytics|Enter a name for the stage"
-msgstr ""
+msgstr "ВвеÑти назву Ñтадії"
msgid "CustomCycleAnalytics|Name"
-msgstr ""
+msgstr "Ðазва"
msgid "CustomCycleAnalytics|New stage"
-msgstr ""
+msgstr "Ðова ÑтадіÑ"
msgid "CustomCycleAnalytics|Please select a start event first"
-msgstr ""
+msgstr "Будь лаÑка, виберіть відразу початкову подію"
msgid "CustomCycleAnalytics|Select start event"
-msgstr ""
+msgstr "Вибрати початкову подію"
msgid "CustomCycleAnalytics|Select stop event"
-msgstr ""
+msgstr "Вибрати завершальну подію"
msgid "CustomCycleAnalytics|Start event"
-msgstr ""
+msgstr "Початкова подіÑ"
msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
-msgstr ""
+msgstr "Початкову подію змінено, будь лаÑка, виберіть коректну завершальну подію"
msgid "CustomCycleAnalytics|Start event label"
-msgstr ""
+msgstr "Мітка початкової події"
msgid "CustomCycleAnalytics|Stop event"
-msgstr ""
+msgstr "Завершальна подіÑ"
msgid "CustomCycleAnalytics|Stop event label"
-msgstr ""
+msgstr "Мітка завершальної події"
+
+msgid "CustomCycleAnalytics|Update stage"
+msgstr "Оновити Ñтадію"
msgid "Customize colors"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð»ÑŒÐ¾Ñ€Ñ–Ð²"
@@ -4719,49 +5767,82 @@ msgid "Customize how Google Code email addresses and usernames are imported into
msgstr "Ðалаштуйте, Ñк адреÑи електронної пошти та імена кориÑтувачів Google Code імпортуютьÑÑ Ð² GitLab. Ðа наÑтупному кроці ви зможете вибрати проекти, Ñкі потрібно імпортувати."
msgid "Customize icon"
-msgstr ""
+msgstr "Ðалаштувати значок"
msgid "Customize language and region related settings."
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ð¾Ð²Ð¸ Ñ– параметрів, пов'Ñзаних із регіоном."
msgid "Customize name"
-msgstr ""
+msgstr "Ðалаштувати ім'Ñ"
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "Ðалаштуйте конфігурацію конвеєра, переглÑньте Ñтан Ñвого конвеєра Ñ– звіт про покриттÑ."
+msgid "Customize your pipeline configuration."
+msgstr "Ðалаштувати конфігурацію конвеєра."
+
msgid "Cycle Analytics"
msgstr "Ðналіз циклу"
msgid "Cycle Analytics can help you determine your team’s velocity"
-msgstr ""
+msgstr "Ðналітика циклу може допомогти вам визначити продуктивніÑÑ‚ÑŒ вашої команди"
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "Ðналітика циклу дає інформацію про те, Ñкільки чаÑу потрібно, щоб пройти шлÑÑ… від ідеї до production у вашому проекті."
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr "Задачу закрито"
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr "Задачу Ñторено"
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr "Задачу вперше додано на дошку"
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr "Задачу вперше додано до етапу"
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
-msgstr ""
+msgstr "Задача, вперше пов’Ñзана з етапом або задача вперше додана до дошки"
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
-msgstr ""
+msgstr "Задача, вперше згадана у коміті"
+
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr "Додано мітку до задачі"
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr "Видалено мітку із задачі"
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr "Задачу воÑтаннє змінено"
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr "Мітку додано до запиту на злиттÑ"
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr "Мітку видалено із запиту на злиттÑ"
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð·Ð°ÐºÑ€Ð¸Ñ‚Ð¾"
msgid "CycleAnalyticsEvent|Merge request created"
msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñтворино"
msgid "CycleAnalyticsEvent|Merge request first deployed to production"
-msgstr ""
+msgstr "Перший запит на злиттÑ, розгорутий на production"
msgid "CycleAnalyticsEvent|Merge request last build finish time"
-msgstr ""
+msgstr "ОÑтанній Ñ‡Ð°Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ð·Ð±Ñ–Ñ€ÐºÐ¸ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на злиттÑ"
msgid "CycleAnalyticsEvent|Merge request last build start time"
-msgstr ""
+msgstr "ОÑтанній Ñ‡Ð°Ñ Ð·Ð°Ð¿ÑƒÑку збірки Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на злиттÑ"
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð²Ð¾Ñтаннє змінено"
msgid "CycleAnalyticsEvent|Merge request merged"
-msgstr ""
+msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð·Ð»Ð¸Ñ‚Ð¾"
msgid "CycleAnalyticsStage|Code"
msgstr "ÐапиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð´Ñƒ"
@@ -4772,9 +5853,6 @@ msgstr "Задача"
msgid "CycleAnalyticsStage|Plan"
msgstr "ПлануваннÑ"
-msgid "CycleAnalyticsStage|Production"
-msgstr "Production"
-
msgid "CycleAnalyticsStage|Review"
msgstr "Перевірка"
@@ -4784,34 +5862,81 @@ msgstr "Staging"
msgid "CycleAnalyticsStage|Test"
msgstr "ТеÑтуваннÑ"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr "не доÑтупна Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ñ— групи"
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr "має бути в групі"
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr "Вибрано %{stageCount} Ñтадій"
+
+msgid "CycleAnalytics|All stages"
+msgstr "Ð’ÑÑ– Ñтадії"
+
+msgid "CycleAnalytics|Date"
+msgstr "Дата"
+
+msgid "CycleAnalytics|Days to completion"
+msgstr "Днів до завершеннÑ"
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr "Жодної Ñтадії не вибрано"
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
-msgstr "Ð’ÑÑ– Ñтадії"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
+msgstr ""
msgid "CycleAnalytics|Stages"
msgstr "Стадії"
-msgid "CycleAnalytics|group dropdown filter"
+msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|project dropdown filter"
+msgid "CycleAnalytics|Total days to completion"
+msgstr "Загальна кількіÑÑ‚ÑŒ днів до завершеннÑ"
+
+msgid "CycleAnalytics|Type of work"
msgstr ""
+msgid "CycleAnalytics|group dropdown filter"
+msgstr "випадаючий фільтр груп"
+
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr "не дозволена Ð´Ð»Ñ Ð´Ð°Ð½Ð¾Ñ— початкової події"
+
+msgid "CycleAnalytics|project dropdown filter"
+msgstr "випадаючий ÑпиÑок проєктів"
+
msgid "CycleAnalytics|stage dropdown"
-msgstr ""
+msgstr "Випадаючий ÑпиÑок Ñтадій"
msgid "DNS"
msgstr "DNS"
@@ -4843,6 +5968,9 @@ msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ %{invalidProjects}. Ð¦Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ Ð
msgid "Data is still calculating..."
msgstr "Дані вÑе ще обчиÑлюютьÑÑ..."
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr "Вибір дати"
@@ -4853,7 +5981,7 @@ msgid "DayTitle|M"
msgstr "Пн"
msgid "DayTitle|S"
-msgstr ""
+msgstr "Ðд"
msgid "DayTitle|W"
msgstr "Ср"
@@ -4861,6 +5989,9 @@ msgstr "Ср"
msgid "Days"
msgstr "Днів"
+msgid "Days to merge"
+msgstr "Днів до злиттÑ"
+
msgid "Debug"
msgstr "Відладка"
@@ -4879,6 +6010,9 @@ msgstr "Відхити та вийти"
msgid "Default Branch"
msgstr "Гілка за замовчуваннÑм"
+msgid "Default CI configuration path"
+msgstr "ШлÑÑ… до конфігурації CI за замовчуваннÑм"
+
msgid "Default artifacts expiration"
msgstr "Термін дії артефактів за замовчуваннÑм"
@@ -4886,11 +6020,14 @@ msgid "Default branch"
msgstr "Гілка за замовчуваннÑм"
msgid "Default branch and protected branches"
-msgstr ""
+msgstr "Гілка за замовчуваннÑм Ñ– захищені гілки"
msgid "Default classification label"
msgstr "Мітка клаÑифікації за замовчуваннÑм"
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr "Шаблон опиÑу задач за замовчуваннÑм"
@@ -4963,6 +6100,18 @@ msgstr "Видалити ліцензію"
msgid "Delete list"
msgstr "Видалити ÑпиÑок"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr "Видалити Ñніпет"
+
+msgid "Delete snippet?"
+msgstr "Видалити Ñніпет?"
+
msgid "Delete source branch"
msgstr "Видалити гілку-джерело"
@@ -5002,6 +6151,9 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ ліцензію. Ліцензію
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ ліцензію. У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” дозволів виконувати цю дію."
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "Відмовлено в авторизації пÑевдоніму Ð´Ð»Ñ Ñ‡Ð°Ñ‚Ñƒ %{user_name}."
@@ -5011,6 +6163,9 @@ msgstr "Заборонити"
msgid "Dependencies"
msgstr "ЗалежноÑÑ‚Ñ–"
+msgid "Dependencies help page link"
+msgstr "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñторінку допомоги по залежноÑÑ‚Ñм"
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] "%d додаткова вразливіÑÑ‚ÑŒ не відображаєтьÑÑ"
@@ -5026,7 +6181,7 @@ msgstr[2] "%d вразливоÑтей"
msgstr[3] "%d вразливоÑтей"
msgid "Dependencies|%{remainingLicensesCount} more"
-msgstr ""
+msgstr "ще %{remainingLicensesCount}"
msgid "Dependencies|All"
msgstr "Ð’ÑÑ–"
@@ -5053,7 +6208,7 @@ msgid "Dependencies|Packager"
msgstr "Пакувальник"
msgid "Dependencies|Safe"
-msgstr ""
+msgstr "Безпечно"
msgid "Dependencies|Status"
msgstr "СтатуÑ"
@@ -5076,6 +6231,9 @@ msgstr "СпиÑок залежноÑтей"
msgid "Dependency Proxy"
msgstr "ПрокÑÑ– залежноÑтей"
+msgid "Dependency Scanning"
+msgstr "Ð¡ÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð»ÐµÐ¶Ð½Ð¾Ñтей"
+
msgid "Dependency proxy"
msgstr "ПрокÑÑ– залежноÑтей"
@@ -5090,17 +6248,17 @@ msgstr "Увімкнути/вимкнути прокÑÑ– залежноÑтей"
msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Залежить від Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %d запиту на злиттÑ"
+msgstr[1] "Залежить від Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %d запитів на злиттÑ"
+msgstr[2] "Залежить від Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %d запитів на злиттÑ"
+msgstr[3] "Залежить від Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %d запитів на злиттÑ"
msgid "Depends on <strong>%d closed</strong> merge request."
msgid_plural "Depends on <strong>%d closed</strong> merge requests."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Залежить від %d <strong>закритого</strong> запиту на злиттÑ."
+msgstr[1] "Залежить від %d <strong>закритих</strong> запитів на злиттÑ."
+msgstr[2] "Залежить від %d <strong>закритих</strong> запитів на злиттÑ."
+msgstr[3] "Залежить від %d <strong>закритих</strong> запитів на злиттÑ."
msgid "Deploy"
msgid_plural "Deploys"
@@ -5116,13 +6274,13 @@ msgid "Deploy key was successfully updated."
msgstr "Ключ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ ÑƒÑпішно оновлено."
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
-msgstr ""
+msgstr "Хід Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ðµ знайдено. Щоб побачити pod'и, переконайтеÑÑŒ, що ваше Ñередовище відповідає %{linkStart}критеріÑм дошки розгортань%{linkEnd}."
msgid "Deploy to..."
msgstr "Розгорнути на..."
msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
-msgstr ""
+msgstr "Вибір за міткою %{appLabel} видалено із дошок розгортань. Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду уÑÑ–Ñ… інÑтанÑів на вашій дошці, ви повинні оновити chart Ñ– виконати повторне розгортаннÑ."
msgid "DeployKeys|+%{count} others"
msgstr "+%{count} інших"
@@ -5184,11 +6342,11 @@ msgstr "ДозволÑÑ” доÑтуп лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð´Ð¾ реє
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "ДозволÑÑ” доÑтуп лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð´Ð¾ репозиторіÑ"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "Скопіюйте токен Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð² буфер обміну"
+msgid "DeployTokens|Copy deploy token"
+msgstr "Скопіювати токен розгортаннÑ"
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "Скопіюйте ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача в буфер обміну"
+msgid "DeployTokens|Copy username"
+msgstr "Скопіювати Ñ–Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
msgid "DeployTokens|Create deploy token"
msgstr "Створити токен розгортаннÑ"
@@ -5197,7 +6355,7 @@ msgid "DeployTokens|Created"
msgstr "Створено"
msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
-msgstr ""
+msgstr "Стандартним форматом Ñ” \"gitlab+deploy-token-{n}\". Задайте ÑамоÑтійно Ñ–Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача Ñкщо ви хочете його змінити."
msgid "DeployTokens|Deploy Tokens"
msgstr "Токени РозгортаннÑ"
@@ -5250,21 +6408,42 @@ msgstr "Створено ваш новий токен Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð´Ð
msgid "Deployed"
msgstr "Розгорнуто"
-msgid "Deployed %{deployedSince}"
-msgstr "Розгорнуто %{deployedSince}"
-
msgid "Deployed to"
msgstr "Розгорнуто на"
msgid "Deploying to"
msgstr "Ð Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð´Ð¾"
+msgid "Deployment|API"
+msgstr "API"
+
+msgid "Deployment|This deployment was created using the API"
+msgstr "Це Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð±ÑƒÐ»Ð¾ Ñтворено через API"
+
+msgid "Deployment|canceled"
+msgstr "відмінено"
+
+msgid "Deployment|created"
+msgstr "Ñтворено"
+
+msgid "Deployment|failed"
+msgstr "невдало"
+
+msgid "Deployment|running"
+msgstr "виконуєтьÑÑ"
+
+msgid "Deployment|success"
+msgstr "уÑпішно"
+
msgid "Deprioritize label"
msgstr "Зменшити пріоритет мітки"
msgid "Descending"
msgstr "За ÑпаданнÑм"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "ОпиÑ"
@@ -5278,11 +6457,20 @@ msgid "Description:"
msgstr "ОпиÑ:"
msgid "Descriptive label"
-msgstr ""
+msgstr "Мітка Ð´Ð»Ñ Ð¾Ð¿Ð¸Ñу"
msgid "Deselect all"
msgstr "ЗнÑти вÑÑ– виділеннÑ"
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr "Файли та дані ÑƒÐ¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ Ð´Ð¸Ð·Ð°Ð¹Ð½Ð¾Ð¼"
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr "%{current_design} з %{designs_count}"
@@ -5290,22 +6478,40 @@ msgid "DesignManagement|Add designs"
msgstr "Додати дизайни"
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+msgstr "Ð”Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð´Ð¸Ð·Ð°Ð¹Ð½Ñƒ із тим же ім’Ñм файлу замінює цей файл новою верÑією."
+
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr "Ви впевнені, що хочете видалити вибрані дизайни?"
+
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
-msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при завантаженні дизайнів. Будь лаÑка, Ñпробуйте знову."
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
-msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ новий коментар. Будь-лаÑка, Ñпробуйте знову"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr "Видалити"
-msgid "DesignManagement|Could not create new discussion, please try again."
-msgstr "Ðе вдалоÑÑ Ñтворити нове обговореннÑ, будь-лаÑка, Ñпробуйте знову."
+msgid "DesignManagement|Delete designs confirmation"
+msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð´Ð¸Ð·Ð°Ð¹Ð½Ñ–Ð²"
-msgid "DesignManagement|Could not find design, please try again."
-msgstr "Ðе вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ дизайн, будь лаÑка, Ñпробуйте знову."
+msgid "DesignManagement|Delete selected"
+msgstr "Видалити вибрані"
-msgid "DesignManagement|Error uploading a new design. Please try again"
-msgstr "Помилка при завантаженні нового дизайну. Будь лаÑка, Ñпробуйте знову"
+msgid "DesignManagement|Deselect all"
+msgstr "ЗнÑти Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð½Ñ Ð· уÑÑ–Ñ…"
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
msgid "DesignManagement|Go back to designs"
msgstr "ПовернутиÑÑ Ð´Ð¾ дизайнів"
@@ -5316,11 +6522,14 @@ msgstr "Перейти до наÑтупного дизайну"
msgid "DesignManagement|Go to previous design"
msgstr "Перейти до попереднього дизайну"
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
-msgstr ""
+msgstr "Бажана верÑÑ–Ñ Ð´Ð¸Ð·Ð°Ð¹Ð½Ñƒ не Ñ–Ñнує. ЗаміÑÑ‚ÑŒ неї відображаєтьÑÑ Ð¾ÑтаннÑ"
+
+msgid "DesignManagement|Select all"
+msgstr "Виділити уÑÑ–"
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr "МакÑимальна кількіÑÑ‚ÑŒ дизайнів, Ñкі можна завантажити — %{upload_limit}. Будь лаÑка, Ñпробуйте знову."
@@ -5346,20 +6555,29 @@ msgstr "Деталі (за замовчуваннÑм)"
msgid "Detect host keys"
msgstr "ВиÑÐ²Ð»ÐµÐ½Ð½Ñ ÐºÐ»ÑŽÑ‡Ñ–Ð² хоÑта"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ€Ñ–Ð²Ð½ÑÐ½Ð½Ñ Ð·Ð¼Ñ–Ñту"
msgid "Diff limits"
msgstr "Diff обмеженнÑ"
+msgid "Difference between start date and now"
+msgstr "Ð Ñ–Ð·Ð½Ð¸Ñ†Ñ Ð¼Ñ–Ð¶ датою початку та теперішньою"
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr "(базова)"
msgid "Diffs|No file name available"
msgstr "Ім'Ñ Ñ„Ð°Ð¹Ð»Ñƒ не доÑтупне"
-msgid "Diffs|Show all lines"
-msgstr "Показати вÑÑ– Ñ€Ñдки"
+msgid "Diffs|Show unchanged lines"
+msgstr "Показувати незмінені Ñ€Ñдки"
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "Проблема при отриманні Ñ€Ñдків відмінноÑтей."
@@ -5373,15 +6591,15 @@ msgstr "Ім'Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ñƒ"
msgid "Disable"
msgstr "Вимкнути"
-msgid "Disable email notifications"
-msgstr "Вимкнути ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¿Ð¾ електронній пошті"
-
msgid "Disable for this project"
msgstr "Вимкнути Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту"
msgid "Disable group Runners"
msgstr "Вимкнути групові Runner'и"
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr "Вимкнути загальні Runner'и"
@@ -5442,15 +6660,21 @@ msgstr "Обговорити конкретну пропозицію чи пит
msgid "Discussion"
msgstr "ОбговореннÑ"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ Ð´Ð¸Ñку"
+
msgid "Dismiss"
msgstr "Відхилити"
-msgid "Dismiss ConvDev introduction"
-msgstr "Відхилити вÑтуп до ConvDev"
-
msgid "Dismiss Cycle Analytics introduction box"
msgstr "Відхилити блок вÑтупу до Ðналитики Циклу"
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr "Видалити Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ запит на злиттÑ"
@@ -5470,7 +6694,13 @@ msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "Відхилено в конвеєрі %{pipelineLink} в %{projectLink}"
msgid "Display name"
-msgstr ""
+msgstr "Ð†Ð¼â€™Ñ Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ"
+
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr "Відображає залежноÑÑ‚Ñ– та відомі вразливоÑÑ‚Ñ– на оÑнові результатів ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ %{linkStart}оÑтаннього конвеєра%{linkEnd}"
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr "Ðе відображати пропозиції від третіх Ñторін у GitLab"
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "Ви хочете налаштувати, Ñк адреÑи електронної пошти та імена кориÑтувачів будуть імпортовані з Google Code в GitLab?"
@@ -5478,6 +6708,9 @@ msgstr "Ви хочете налаштувати, Ñк адреÑи електр
msgid "Dockerfile"
msgstr "Dockerfile"
+msgid "Documentation"
+msgstr "ДокументаціÑ"
+
msgid "Documentation for popular identity providers"
msgstr "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð´Ð»Ñ Ð¿Ð¾ÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ… провайдерів ідентифікації"
@@ -5490,6 +6723,9 @@ msgstr "Домен"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ Ñ” важливою мірою безпеки Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–Ñ‡Ð½Ð¸Ñ… Ñайтів GitLab. КориÑтувачі повинні показати, що вони керують доменом, перш ніж його буде увімкнено"
+msgid "Don't have an account yet?"
+msgstr "Ще не зареєÑтровані?"
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr "Ðе вÑтавлÑйте приватну чаÑтину GPG ключа. Ð’Ñтавте публічну чаÑтину, Ñка починаєтьÑÑ Ñ–Ð· \"-----BEGIN PGP PUBLIC KEY BLOCK-----\"."
@@ -5505,6 +6741,12 @@ msgstr "Готово"
msgid "Download"
msgstr "Завантажити"
+msgid "Download %{format}"
+msgstr "Завантажити %{format}"
+
+msgid "Download %{format}:"
+msgstr "Завантажити %{format}:"
+
msgid "Download CSV"
msgstr "Завантажити CSV"
@@ -5520,11 +6762,14 @@ msgstr "Завантажити реÑурÑ"
msgid "Download codes"
msgstr "Завантажити коди"
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr "Завантажити екÑпор"
msgid "Download image"
-msgstr ""
+msgstr "Завантажити зображеннÑ"
msgid "Download license"
msgstr "Завантажити ліцензію"
@@ -5553,9 +6798,18 @@ msgstr "Дизлайки"
msgid "Due date"
msgstr "Запланована дата завершеннÑ"
+msgid "Duration"
+msgstr "ТриваліÑÑ‚ÑŒ"
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "Під Ñ‡Ð°Ñ Ñ†ÑŒÐ¾Ð³Ð¾ процеÑу вам буде запропоновано вказати URL-адреÑи з боку GitLab. ВикориÑтовуйте URL-адреÑи, показані нижче."
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr "Кожен Runner може бути в одному із таких Ñтанів:"
@@ -5574,6 +6828,12 @@ msgstr "Редагувати коментар"
msgid "Edit Deploy Key"
msgstr "Редагувати ключ Ð´Ð»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ"
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr "Редагувати хук групи"
+
msgid "Edit Label"
msgstr "Редагувати мітку"
@@ -5586,9 +6846,18 @@ msgstr "Редагувати пароль"
msgid "Edit Pipeline Schedule %{id}"
msgstr "Редагувати Розклад Конвеєра %{id}"
+msgid "Edit Project Hook"
+msgstr "Редагувати хук проєкту"
+
+msgid "Edit Release"
+msgstr "Редагувати Реліз"
+
msgid "Edit Snippet"
msgstr "Редагувати Ñніпет"
+msgid "Edit System Hook"
+msgstr "Редагувати ÑиÑтемний хук"
+
msgid "Edit application"
msgstr "Редагувати заÑтоÑунок"
@@ -5598,6 +6867,9 @@ msgstr "Редагувати дошку"
msgid "Edit comment"
msgstr "Редагувати коментар"
+msgid "Edit dashboard"
+msgstr "Редагувати панель"
+
msgid "Edit description"
msgstr "Редагувати опиÑ"
@@ -5628,11 +6900,14 @@ msgstr "Редагувати публічний ключ Ð´Ð»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°
msgid "Edit stage"
msgstr "Редагувати Ñтадію"
+msgid "Edit this release"
+msgstr "Редагувати цей реліз"
+
msgid "Edit wiki page"
msgstr "Редагувати wiki-Ñторінку"
msgid "Edit your most recent comment in a thread (from an empty textarea)"
-msgstr ""
+msgstr "Редагувати ваш оÑтанній коментар в обговоренні (в порожньому текÑтовому полі)"
msgid "Editing"
msgstr "РедагуваннÑ"
@@ -5640,6 +6915,9 @@ msgstr "РедагуваннÑ"
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr "Параметри доÑтупу IAM Ð´Ð»Ñ Elasticsearch AWS"
+
msgid "Elasticsearch indexing restrictions"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ñ–Ð½Ð´ÐµÐºÑÑƒÐ²Ð°Ð½Ð½Ñ Elasticsearch"
@@ -5662,7 +6940,10 @@ msgid "Email address"
msgstr "ÐдреÑа електронної пошти"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
-msgstr ""
+msgstr "Домени електронної пошти не можна редагувати в підгрупах. ВикориÑтовуєтьÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ–Ð· найвищої батьківÑької групи."
+
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr "Електронну пошту не перевірено. Будь лаÑка, перевірте Ñ—Ñ— в Salesforce."
msgid "Email patch"
msgstr "Email-патч"
@@ -5742,6 +7023,12 @@ msgstr "Увімкнути Auto DevOps"
msgid "Enable HTML emails"
msgstr "Увімкнути HTML лиÑти"
+msgid "Enable Incident Management inbound alert limit"
+msgstr "Увімкнути ліміти попереджень Ð´Ð»Ñ Ð£Ð¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ Ñ–Ð½Ñ†Ð¸Ð´ÐµÐ½Ñ‚Ð°Ð¼Ð¸"
+
+msgid "Enable PlantUML"
+msgstr "Увімкнути PlantUML"
+
msgid "Enable Pseudonymizer data collection"
msgstr "Увімкнути збір даних Ð´Ð»Ñ Pseudonymizer"
@@ -5790,11 +7077,14 @@ msgstr "Увімкнути чи вимкнути збір даних Ð´Ð»Ñ Pseu
msgid "Enable or disable version check and usage ping."
msgstr "Увімкнути чи вимкнути перевірку верÑÑ–Ñ— та надÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… про викориÑтаннÑ."
+msgid "Enable protected paths rate limit"
+msgstr "Увімкнути Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñтоти Ð´Ð»Ñ Ð·Ð°Ñ…Ð¸Ñ‰ÐµÐ½Ð¸Ñ… шлÑхів"
+
msgid "Enable proxy"
msgstr "ЗадіÑти прокÑÑ–-Ñервер"
msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
-msgstr ""
+msgstr "Увімкнути reCAPTCHA або Akismet Ñ– вÑтановити Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾ IP. У випадку reCAPTCHA ми наразі підтримуємо лише %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgid "Enable shared Runners"
msgstr "Увімкнути загальні Runner'и"
@@ -5824,7 +7114,7 @@ msgid "Enabled sources for code import during project creation. OmniAuth must be
msgstr "Ðктивовані джерела Ð´Ð»Ñ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚Ñƒ коду під Ñ‡Ð°Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ. OmniAuth має бути Ñконфігурована Ð´Ð»Ñ GitHub"
msgid "Enabling this will only make licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public."
-msgstr ""
+msgstr "Ð£Ð²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ зробить ліцензовану функціональніÑÑ‚ÑŒ EE доÑтупною тільки Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñ–Ð², план проÑтору імен Ñких включає цю функціональніÑÑ‚ÑŒ або Ñкщо проект Ñ” публічним."
msgid "End date"
msgstr "Дата завершеннÑ"
@@ -5836,10 +7126,13 @@ msgid "Enforce DNS rebinding attack protection"
msgstr "ПримуÑово активувати захиÑÑ‚ від DNS rebinding"
msgid "Ensure connectivity is available from the GitLab server to the Prometheus server"
-msgstr ""
+msgstr "ПереконайтеÑÑ, що між Ñерверами GitLab та Prometheus Ñ–Ñнує з’єднаннÑ"
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
-msgstr ""
+msgstr "ПереконайтеÑÑ Ð² тому, що %{linkStart}Ñередовище приÑутнє в Ñтадії розгортаннÑ%{linkEnd} вашого CI конвеєра Ð´Ð»Ñ Ð²Ñ–Ð´ÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½ÑŒ на ваш клаÑтер."
+
+msgid "Enter Admin Mode"
+msgstr "Увійти в Режим ÐдмініÑтратора"
msgid "Enter IP address range"
msgstr "Введіть діапазон IP-адреÑ"
@@ -5863,6 +7156,9 @@ msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "Введіть URL-адреÑу вашого Ñервера Phabricator Ñ– перÑональний ключ доÑтупу"
msgid "Enter merge request URLs"
+msgstr "Введіть URL-адреÑи запиту на злиттÑ"
+
+msgid "Enter new AWS Secret Access Key"
msgstr ""
msgid "Enter the issue description"
@@ -5881,10 +7177,7 @@ msgid "Enter your password to approve"
msgstr "Введіть пароль Ð´Ð»Ñ Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ"
msgid "Enter zen mode"
-msgstr ""
-
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr "Зараз ви бачите оÑтаннє оновлене Ñередовище"
+msgstr "Увійти у режим Дзен"
msgid "Environment"
msgstr "Середовище"
@@ -5898,6 +7191,15 @@ msgstr "Змінні Ñередовища налаштовані адмініÑÑ
msgid "Environment:"
msgstr "Середовище:"
+msgid "EnvironmentDashboard|API"
+msgstr "API"
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr "Створено через Deployment API"
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "Середовища"
@@ -5907,6 +7209,9 @@ msgstr "Панель ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñередовищами"
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr "Середовища дозволÑÑŽÑ‚ÑŒ відÑтежувати Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ заÑтоÑунку %{link_to_read_more}."
+msgid "Environments in %{name}"
+msgstr "Середовища в %{name}"
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "Додати проект до панелі керуваннÑ"
@@ -5922,12 +7227,21 @@ msgstr "ЗавданнÑ: %{job}"
msgid "EnvironmentsDashboard|More actions"
msgstr "Додаткові дії"
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr "Видалити"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "Панель ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñередовищами міÑтить інформацію про Ñтан кожного із проектних Ñередовищ включно зі Ñтаном конвеєрів та попереджень."
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "Виникла помилка при завантаженні Ñередовищ."
@@ -5946,6 +7260,12 @@ msgstr "Виникла помилка під Ñ‡Ð°Ñ Ð·ÑƒÐ¿Ð¸Ð½ÐºÐ¸ ÑередоÐ
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "Ви впевнені що хочете зупинити це Ñередовище?"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "Коміт"
@@ -5964,20 +7284,29 @@ msgstr "Середовища"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "Середовища — це міÑцÑ, куди можна розгорнути код, наприклад staging або production."
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "ЗавданнÑ"
+msgid "Environments|Learn about environments"
+msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Ñередовища"
+
msgid "Environments|Learn more about stopping environments"
msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про зупинку Ñередовищ"
msgid "Environments|New environment"
msgstr "Ðове Ñередовище"
+msgid "Environments|No deployed environments"
+msgstr "Ðемає розгорнутих Ñередовищ"
+
msgid "Environments|No deployments yet"
msgstr "Ще немає розгортань"
-msgid "Environments|No pod name has been specified"
-msgstr "Ðе вказано Ñ–Ð¼â€™Ñ pod’а"
+msgid "Environments|No pods to display"
+msgstr "Ðемає pod'ів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ"
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
msgstr "Зверніть увагу, що Ñ†Ñ Ð´Ñ–Ñ Ð·ÑƒÐ¿Ð¸Ð½Ð¸Ñ‚ÑŒ Ñередовище, але це %{emphasisStart}не%{emphasisEnd} впливатиме на будь-Ñке Ñ–Ñнуюче Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· відÑутніÑÑ‚ÑŒ операції зупинки в файлі %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd}."
@@ -6018,9 +7347,15 @@ msgstr "Відкотити Ñередовище %{environment_name}?"
msgid "Environments|Rollback environment %{name}?"
msgstr "Відкотити Ñередовище %{name}?"
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "Показати вÑÑ–"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "Зупинити"
@@ -6036,12 +7371,12 @@ msgstr "Ð¦Ñ Ð´Ñ–Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾ запуÑтить Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð´Ð»Ñ
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr "Ð¦Ñ Ð´Ñ–Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾ запуÑтить Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ %{linkStart}%{commitId}%{linkEnd}, повертаючи Ñередовище до попередньої верÑÑ–Ñ—. Ви впевнені, що хочете продовжити?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr "Ð¦Ñ Ð´Ñ–Ñ Ð·Ð°Ð¿ÑƒÑтить Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ–Ð· іменем %{environment_name} Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ %{commit_id} повертаючи Ñередовище до попередньої верÑÑ–Ñ—. Ви зможете повернути його шлÑхом повторного Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð¾Ñтанньої верÑÑ–Ñ— вашого заÑтоÑунку. Ви впевнені, що хочете продовжити?"
+
msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr "Ð¦Ñ Ð´Ñ–Ñ Ð·Ð°Ð¿ÑƒÑтить Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ–Ð· іменем %{name} Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ %{linkStart}%{commitId}%{linkEnd} повертаючи Ñередовище до попередньої верÑÑ–Ñ—. Ви зможете повернути його шлÑхом повторного Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð¾Ñтанньої верÑÑ–Ñ— вашого заÑтоÑунку. Ви впевнені, що хочете продовжити?"
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
-msgstr ""
-
msgid "Environments|Updated"
msgstr "Оновлено"
@@ -6054,24 +7389,27 @@ msgstr "захищені"
msgid "Epic"
msgstr "Епік"
+msgid "Epic cannot be found."
+msgstr "Ðе вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ епік."
+
+msgid "Epic events"
+msgstr "Події епіків"
+
msgid "Epics"
msgstr "Епіки"
msgid "Epics (Ultimate / Gold license only)"
-msgstr ""
+msgstr "Епіки (лише Ultimate / Gold ліцензіÑ)"
msgid "Epics Roadmap"
msgstr "План-графік епіків"
msgid "Epics and Issues"
-msgstr ""
+msgstr "Епіки та задачі"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Епіки дозволÑÑŽÑ‚ÑŒ керувати вашим портфелем проектів ефективніше та з меншими зуÑиллÑми"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr "%{epicsCount} епіків та %{issuesCount} задач"
-
msgid "Epics|Add an epic"
msgstr "Додати епік"
@@ -6106,7 +7444,7 @@ msgid "Epics|Show more"
msgstr "Показати більше"
msgid "Epics|Something went wrong while assigning issue to epic."
-msgstr ""
+msgstr "ЩоÑÑŒ пішло не так при призначенні задачі до епіку."
msgid "Epics|Something went wrong while creating child epics."
msgstr "ЩоÑÑŒ пішло не так при Ñтворенні дочірніх епіків."
@@ -6115,13 +7453,13 @@ msgid "Epics|Something went wrong while fetching child epics."
msgstr "ЩоÑÑŒ пішло не так при отриманні дочірніх епіків."
msgid "Epics|Something went wrong while fetching group epics."
-msgstr ""
+msgstr "Помилка при отриманні епіків групи."
msgid "Epics|Something went wrong while ordering item."
-msgstr ""
+msgstr "Помилка при вÑтановленні порÑдку елементу."
msgid "Epics|Something went wrong while removing issue from epic."
-msgstr ""
+msgstr "Помилка при видаленні задачі із епіка."
msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
msgstr "Ці дати впливають на те, Ñк ваші епіки відображатимутьÑÑ Ð½Ð° плані-графіку. Дати з етапів берутьÑÑ Ð· етапів, призначених до задач у цьому епіку. Ви також можете задавати фікÑовані дати, або видалÑти Ñ—Ñ…."
@@ -6141,26 +7479,26 @@ msgstr "початок"
msgid "Error"
msgstr "Помилка"
+msgid "Error Details"
+msgstr "Деталі помилки"
+
msgid "Error Tracking"
msgstr "ВідÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ð¼Ð¸Ð»Ð¾Ðº"
-msgid "Error creating a new path"
-msgstr "Помилка при Ñтворенні нового шлÑху"
-
msgid "Error creating epic"
msgstr "Помилка при Ñтворенні епіку"
msgid "Error deleting %{issuableType}"
msgstr "Помилка при видаленні %{issuableType}"
-msgid "Error fetching contributors data."
-msgstr "Помилка Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… учаÑників."
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
-msgstr ""
+msgstr "Помилка при отриманні кількоÑÑ‚Ñ– розбіжноÑтей Ð´Ð»Ñ Ð³Ñ–Ð»Ð¾Ðº. Будь лаÑка, Ñпробуйте знову."
msgid "Error fetching forked projects. Please try again."
-msgstr ""
+msgstr "Помилка при отриманні форків. Будь лаÑка, Ñпробуйте знову."
msgid "Error fetching labels."
msgstr "Помилка Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¼Ñ–Ñ‚Ð¾Ðº."
@@ -6187,7 +7525,10 @@ msgid "Error loading branches."
msgstr "Помилка при завантаженні гілок."
msgid "Error loading burndown chart data"
-msgstr ""
+msgstr "Помилка при завантаженні даних графіка виконаннÑ"
+
+msgid "Error loading countries data."
+msgstr "Помилка при завантаженні даних про країни."
msgid "Error loading file viewer."
msgstr "Помилка при Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñдача файлів."
@@ -6228,6 +7569,12 @@ msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð¿Ñ–Ð
msgid "Error occurred while updating the issue weight"
msgstr "Помилка при оновленні ваги задачі"
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. Заблокований кориÑтувач не може бути деактивований"
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. Ð”Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ñ–Ñ— заблокований кориÑтувач має бути розблокований"
+
msgid "Error occurred. User was not blocked"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. КориÑтувач не був заблокований"
@@ -6243,6 +7590,9 @@ msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. КориÑтувач не був розб
msgid "Error rendering markdown preview"
msgstr "Помилка при попередньому переглÑді markdown"
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "Помилка при збереженні мітки."
@@ -6276,9 +7626,6 @@ msgstr "Помилка при міграції %{upload_id}: %{error_message}"
msgid "Error with Akismet. Please check the logs for more info."
msgstr "Помилка з Akismet. Будь лаÑка, перевірте журнали Ð´Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ñ— інформації."
-msgid "Error:"
-msgstr "Помилка:"
-
msgid "ErrorTracking|Active"
msgstr "Ðктивовано"
@@ -6294,8 +7641,8 @@ msgstr "ÐатиÑніть \"З’єднаннÑ\", щоб відновити п
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr "Ð—â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð½ÐµÐ²Ð´Ð°Ð»Ðµ. Перевірте токер автентифікації та Ñпробуйте знову."
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
-msgstr "Знайдіть Ñ–Ð¼â€™Ñ Ñ…Ð¾Ñта на Ñторінці налаштувань облікового запиÑу Sentry"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr ""
msgid "ErrorTracking|No projects available"
msgstr "Ðемає доÑтупних проектів"
@@ -6312,12 +7659,18 @@ msgstr "Помилки"
msgid "Estimated"
msgstr "За оцінками"
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "Фільтрувати по вÑім"
msgid "EventFilterBy|Filter by comments"
msgstr "Фільтрувати по коментарÑм"
+msgid "EventFilterBy|Filter by epic events"
+msgstr "Фільтрувати за подіÑми епіків"
+
msgid "EventFilterBy|Filter by issue events"
msgstr "Фільтрувати по задачах"
@@ -6336,12 +7689,27 @@ msgstr "Події"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr "УÑÑ– Ñпроби %{action} закінчилиÑÑ Ð½ÐµÐ²Ð´Ð°Ñ‡ÐµÑŽ: %{job_error_message}. Будь лаÑка, Ñпробуйте знову."
+msgid "Every day"
+msgstr "ЩоднÑ"
+
msgid "Every day (at 4:00am)"
msgstr "Кожен день (в 4:00 ранку)"
+msgid "Every month"
+msgstr "ЩоміÑÑцÑ"
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "Кожен міÑÑць (1-го чиÑла о 4:00 ранку)"
+msgid "Every three months"
+msgstr "Кожні 3 міÑÑці"
+
+msgid "Every two weeks"
+msgstr "Кожні 2 тижні"
+
+msgid "Every week"
+msgstr "ЩотижнÑ"
+
msgid "Every week (Sundays at 4:00am)"
msgstr "Ð©Ð¾Ñ‚Ð¸Ð¶Ð½Ñ (в неділю о 4:00 ранку)"
@@ -6372,18 +7740,27 @@ msgstr "Ð’Ñе, що потрібно Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñайту на
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr "Ð’Ñе, що потрібно Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñайту на GitLab Pages за допомогою проÑтого HTML."
-msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
+msgid "Evidence collection"
msgstr ""
+msgid "Example: @sub\\.company\\.com$"
+msgstr "Приклад: @sub\\.company\\.com$"
+
+msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
+msgstr "Ðаприклад: Usage = одиночний запит. (Requested) / (Capacity) = кілька запитів, пов’Ñзаних у формулу."
+
msgid "Except policy:"
msgstr "Політика виключеннÑ:"
-msgid "Existing"
-msgstr "ІÑнуючий"
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr "Без комітів злиттÑ. Обмежено 6000 комітів."
msgid "Existing members and groups"
msgstr "ІÑнуючі учаÑники та групи"
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr "Розгорнути"
@@ -6405,9 +7782,15 @@ msgstr "Розгорніть бічну панель"
msgid "Expand up"
msgstr "Розгорнути вгору"
+msgid "Expiration"
+msgstr "Термін дії"
+
msgid "Expiration date"
msgstr "Термін дії"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr "Термін дії закінчивÑÑ"
@@ -6459,6 +7842,9 @@ msgstr "ЕкÑпортувати цей проект з уÑіма пов'Ñза
msgid "External Classification Policy Authorization"
msgstr "Ð—Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ ÐšÐ»Ð°ÑÐ¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ ÐŸÐ¾Ð»Ñ–Ñ‚Ð¸ÐºÐ¸ Ðвторизації"
+msgid "External ID"
+msgstr "External ID"
+
msgid "External URL"
msgstr "Зовнішній URL"
@@ -6475,10 +7861,10 @@ msgid "External authorization request timeout"
msgstr "Ð§Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на зовнішню авторизацію"
msgid "External storage URL"
-msgstr ""
+msgstr "URL-адреÑа зовнішнього Ñховища"
msgid "External storage authentication token"
-msgstr ""
+msgstr "Токен автентифікації зовнішнього Ñховища"
msgid "ExternalAuthorizationService|Classification label"
msgstr "Мітка клаÑифікації"
@@ -6528,15 +7914,21 @@ msgstr "Ðе вдалоÑÑ Ð·Ð°ÑтоÑувати команди."
msgid "Failed to assign a user because no user was found."
msgstr "Ðе вдалоÑÑ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ кориÑтувача, тому що жодного кориÑтувача не було знайдено."
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "Ðе вдалоÑÑ Ð·Ð¼Ñ–Ð½Ð¸Ñ‚Ð¸ влаÑника"
msgid "Failed to check related branches."
msgstr "Ðе вдалоÑÑ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€Ð¸Ñ‚Ð¸ пов’Ñзані гілки."
-msgid "Failed to connect to the prometheus server"
-msgstr "Ðе вдалоÑÑ Ð·â€™Ñ”Ð´Ð½Ð°Ñ‚Ð¸ÑÑ Ñ–Ð· Ñервером Prometheus"
-
msgid "Failed to create Merge Request. Please try again."
msgstr "Ðе вдалоÑÑ Ñтворити запит на злиттÑ. Будь лаÑка, Ñпробуйте знову."
@@ -6555,6 +7947,9 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ дошку. Будь лаÑка, Ñ
msgid "Failed to deploy to"
msgstr "Ðе вдалоÑÑ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸ до"
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr "Ðе вдалоÑÑ Ð²ÐºÐ»ÑŽÑ‡Ð¸Ñ‚Ð¸ rebase в чергу, можливо через довгоживучу транзакцію. Спробуйте знову через деÑкий чаÑ."
+
msgid "Failed to get ref."
msgstr "Ðе вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ ref."
@@ -6564,6 +7959,9 @@ msgstr "Ðе вдалоÑÑ Ð²Ñтановити."
msgid "Failed to load emoji list."
msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ ÑпиÑок Ñмайликів."
+msgid "Failed to load error details from Sentry."
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ деталі помилок із Sentry."
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ помилки із Sentry. Ð Ñаме: %{errorMessage}"
@@ -6573,8 +7971,11 @@ msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ групи та кориÑÑ‚Ñ
msgid "Failed to load related branches"
msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ пов’Ñзані гілки"
+msgid "Failed to load stacktrace."
+msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ траÑÑƒÐ²Ð°Ð½Ð½Ñ Ñтеку."
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
-msgstr ""
+msgstr "Ðе вдалоÑÑ Ð¿Ð¾Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ цю задачу Ñк дублікат, тому що не було знайдено задачу, на Ñку йде поÑиланнÑ."
msgid "Failed to move this issue because label was not found."
msgstr "Ðе вдалоÑÑ Ð¿ÐµÑ€ÐµÐ¼Ñ–Ñтити цю задачу тому що мітку не знайдено."
@@ -6615,9 +8016,6 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ ключ кориÑтувача."
msgid "Failed to reset key. Please try again."
msgstr "Ðе вдалоÑÑ Ñкинути ключ. Будь лаÑка, Ñпробуйте знову."
-msgid "Failed to save comment!"
-msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ коментар!"
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ Ð²Ð¸Ñ€Ñ–ÑˆÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ„Ð»Ñ–ÐºÑ‚Ñ–Ð² злиттÑ. Будь лаÑка, Ñпробуйте знову!"
@@ -6642,6 +8040,9 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ гілку!"
msgid "Failed to update environment!"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ Ñередовище!"
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ задачі. Будь лаÑка, Ñпробуйте ще раз."
@@ -6661,16 +8062,19 @@ msgid "Failure"
msgstr "Помилка"
msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
-msgstr ""
+msgstr "Fast-forward Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½ÐµÐ¼Ð¾Ð¶Ð»Ð¸Ð²Ðµ. Виконайте rebase з початкової гілки у цільовій або злийте цільову гілку у початкову Ð´Ð»Ñ Ð¾Ð±â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ запиту на злиттÑ."
msgid "Fast-forward merge without a merge commit"
-msgstr ""
+msgstr "Fast-forward Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÐµÐ· окремого коміту злиттÑ"
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr "Швидше, бо повтоно викориÑтовує робочу облаÑÑ‚ÑŒ проекту (викориÑтовуючи clone, Ñкщо та відÑутнÑ)"
+msgid "Faster releases. Better code. Less pain."
+msgstr "Швидші релізи. Кращий код. Менше болю."
+
msgid "Favicon was successfully removed."
-msgstr ""
+msgstr "Фавікон був уÑпішно видалений."
msgid "Feature Flags"
msgstr "Перемикачі функцій"
@@ -6693,15 +8097,9 @@ msgstr "URL-адреÑа API"
msgid "FeatureFlags|Active"
msgstr "Ðктивний"
-msgid "FeatureFlags|Add"
-msgstr "Додати"
-
msgid "FeatureFlags|All users"
msgstr "Ð’ÑÑ– кориÑтувачі"
-msgid "FeatureFlags|Clear all"
-msgstr "ОчиÑтити вÑе"
-
msgid "FeatureFlags|Configure"
msgstr "ÐалаштуваннÑ"
@@ -6723,9 +8121,6 @@ msgstr "ОпиÑ"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "Редагувати перемикач функції"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr "Введіть ÑпиÑок ідентифікаторів кориÑтувачів розділений комами"
-
msgid "FeatureFlags|Environment Spec"
msgstr "Ð¡Ð¿ÐµÑ†Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ Ñередовища"
@@ -6750,12 +8145,18 @@ msgstr "Перемикачі функцій дозволÑÑŽÑ‚ÑŒ налаштоÐ
msgid "FeatureFlags|Get started with feature flags"
msgstr "Розпочати роботу з перемикачами функцій"
+msgid "FeatureFlags|ID"
+msgstr "Ідентифікатор"
+
msgid "FeatureFlags|Inactive"
msgstr "Ðеактивний"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr "Ðеактивний перемикач функції Ð´Ð»Ñ %{scope}"
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr "Ð’Ñтановіть %{docs_link_anchored_start}ÑуміÑну клієнтÑьку бібліотеку%{docs_link_anchored_end} Ñ– вкажіть URL адреÑу API, назву заÑтоÑунку та ідентифікатор інÑтанÑа під Ñ‡Ð°Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ. %{docs_link_start}Більше інформації%{docs_link_end}"
@@ -6801,15 +8202,9 @@ msgstr "Ð¡Ñ‚Ñ€Ð°Ñ‚ÐµÐ³Ñ–Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ"
msgid "FeatureFlags|Status"
msgstr "СтатуÑ"
-msgid "FeatureFlags|Target Users"
-msgstr "Цільові кориÑтувачі"
-
msgid "FeatureFlags|Target environments"
msgstr "Цільові Ñередовища"
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr "Поведінка базована на цільових кориÑтувачах будуєтьÑÑ ÑˆÐ»Ñхом ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÑпиÑку ідентифікаторів кориÑтувачів. Ці ідентифікатори мають належати кориÑтувачам в ÑиÑтемі, Ñкій вÑтановлюєтьÑÑ Ð¿ÐµÑ€ÐµÐ¼Ð¸ÐºÐ°Ñ‡ функцій, а не в GitLab. Цей ÑпиÑок заÑтоÑовуєтьÑÑ Ð´Ð¾ %{strong_start}вÑÑ–Ñ… Ñередовищ%{strong_end} Ñ– на нього не впливають правила цільвих Ñередовищ."
-
msgid "FeatureFlags|There are no active feature flags"
msgstr "Ðемає активних перемикачів функцій"
@@ -6850,6 +8245,12 @@ msgstr[1] "Файли"
msgstr[2] "Файлів"
msgstr[3] "Файлів"
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr "Файл додано"
@@ -6859,12 +8260,18 @@ msgstr "Файловий менеджер"
msgid "File deleted"
msgstr "Файл видалено"
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr "Режим файлу змінено з %{a_mode} на %{b_mode}"
msgid "File moved"
msgstr "Файл переміщено"
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "Шаблони файлів"
@@ -6878,7 +8285,7 @@ msgid "Files breadcrumb"
msgstr "ÐÐ°Ð²Ñ–Ð³Ð°Ñ†Ñ–Ñ Ð¿Ð¾ файлам"
msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
-msgstr ""
+msgstr "Файли, каталоги та підмодулі у шлÑху %{path} Ð´Ð»Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° коміт %{ref}"
msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
msgstr "Заповніть Ð¿Ð¾Ð»Ñ Ð½Ð¸Ð¶Ñ‡Ðµ, увімкніть <strong>%{enable_label}</strong> та натиÑніть <strong>%{save_changes}</strong>"
@@ -6898,9 +8305,18 @@ msgstr "Фільтрувати за повідомленнÑм Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚
msgid "Filter by milestone name"
msgstr "Фільтрувати за назвою етапу"
+msgid "Filter by name..."
+msgstr "Фільтр по імені..."
+
msgid "Filter by two-factor authentication"
msgstr "Фільтрувати за двофакторною автентифікацією"
+msgid "Filter by user"
+msgstr "Сортувати по кориÑтувачах"
+
+msgid "Filter projects"
+msgstr "Фільтрувати проекти"
+
msgid "Filter results by group"
msgstr "Фільтрувати результати за групою"
@@ -6931,9 +8347,6 @@ msgstr "Знайдіть щойно розпакований <code>Takeout/Googl
msgid "Fingerprint"
msgstr "Відбиток"
-msgid "Fingerprint:"
-msgstr "Відбиток:"
-
msgid "Fingerprints"
msgstr "Відбитки пальців"
@@ -6949,12 +8362,21 @@ msgstr "Завершіть Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ виділенÐ
msgid "Finished"
msgstr "Завершено"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr "Перший день тижнÑ"
msgid "First name"
msgstr "Ім'Ñ"
+msgid "First seen"
+msgstr "Перший раз знайдено"
+
msgid "Fixed date"
msgstr "Дата виправленнÑ"
@@ -6988,6 +8410,9 @@ msgstr "URL-адреÑа FogBugz"
msgid "FogBugz import"
msgstr "Імпорт з FogBugz"
+msgid "Folder/%{name}"
+msgstr "Папка/%{name}"
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "Виконайте наведені нижче кроки, щоб екÑпортувати дані проекту з Google Code."
@@ -7009,6 +8434,9 @@ msgstr "Ð”Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ñ— інформації, вÑ
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr "Ð”Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ñ— інформації, будь лаÑка, ознайомтеÑÑ Ð· %{link_start_tag}документацією по налаштуванню Jaeger%{link_end_tag}"
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr "Ð”Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ñ— інформації, переглÑньте документацію по %{deactivating_usage_ping_link_start}деактивації даних про викориÑтаннÑ%{deactivating_usage_ping_link_end}."
@@ -7030,11 +8458,14 @@ msgstr "Помилка форку!"
msgid "Fork project"
msgstr "Форк проекту"
+msgid "Fork project?"
+msgstr "Створити форк проекту?"
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "Форк від"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "Форк із %{project_name} (видалено)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
msgstr "ВідбуваєтьÑÑ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ„Ð¾Ñ€ÐºÑƒ"
@@ -7048,6 +8479,9 @@ msgstr "Форки"
msgid "Format"
msgstr "Формат"
+msgid "Format: %{dateFormat}"
+msgstr "Формат: %{dateFormat}"
+
msgid "Forward external support email address to"
msgstr "ПеренаправлÑти зовнішну адреÑу Ñлужби підтримки на"
@@ -7063,6 +8497,9 @@ msgstr "Безкоштовний випробувальний період"
msgid "Free Trial of GitLab.com Gold"
msgstr "Безкоштовна пробна верÑÑ–Ñ GitLab.com Gold"
+msgid "Frequency"
+msgstr "ЧаÑтота"
+
msgid "Friday"
msgstr "П'ÑтницÑ"
@@ -7072,6 +8509,9 @@ msgstr "Від"
msgid "From %{providerTitle}"
msgstr "З %{providerTitle}"
+msgid "From %{source_title} into"
+msgstr "Із %{source_title} в"
+
msgid "From Bitbucket"
msgstr "З Bitbucket"
@@ -7093,9 +8533,6 @@ msgstr "З моменту ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡Ñ– до розгортаÐ
msgid "From merge request merge until deploy to production"
msgstr "Від Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð´Ð¾ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° production"
-msgid "From milestones:"
-msgstr "З етапів:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "Із Ñторінки деталей Kubernetes-клаÑтера, вÑтановіть runner зі ÑпиÑку заÑтоÑунків"
@@ -7138,14 +8575,26 @@ msgstr "Створити новий екÑпорт"
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "Гео-Вузли"
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "Geo дозволÑÑ” вам реплікувати ваш інÑÑ‚Ð°Ð½Ñ GitLab у інших географічних локаціÑÑ…."
msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
-msgstr ""
+msgstr "%{timeAgoStr} (%{pendingEvents} подій)"
msgid "GeoNodeSyncStatus|Node is failing or broken."
msgstr "Вузол не працює або зламаний."
@@ -7153,15 +8602,24 @@ msgstr "Вузол не працює або зламаний."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Вузол працює повільно, перевантажений або тільки що відновивÑÑ Ð¿Ñ–ÑÐ»Ñ Ð·Ð±Ð¾ÑŽ."
+msgid "GeoNodes|Attachments"
+msgstr "ВкладеннÑ"
+
msgid "GeoNodes|Checksummed"
msgstr "Із контрольною Ñумою"
+msgid "GeoNodes|Container repositories"
+msgstr "Репозиторії контейнерів"
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "Дані заÑтаріли на %{timeago}"
msgid "GeoNodes|Data replication lag"
msgstr "Затримка реплікації даних"
+msgid "GeoNodes|Design repositories"
+msgstr "Репозиторії дизайнів"
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Ðе відповідає оÑновній конфігурації Ñховища"
@@ -7183,6 +8641,12 @@ msgstr "Стан працездатноÑÑ‚Ñ–"
msgid "GeoNodes|Internal URL"
msgstr "Внутрішній URL"
+msgid "GeoNodes|Job artifacts"
+msgstr "Ðртефакти завдань"
+
+msgid "GeoNodes|LFS objects"
+msgstr "LFS-об’єкти"
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "ОÑтанній ідентифікатор події, оброблений курÑором"
@@ -7204,24 +8668,15 @@ msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про перевірку вікі"
msgid "GeoNodes|Loading nodes"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð²ÑƒÐ·Ð»Ñ–Ð²"
-msgid "GeoNodes|Local LFS objects"
-msgstr "Локальні LFS-об’єкти"
-
-msgid "GeoNodes|Local attachments"
-msgstr "Локальні додатки"
-
-msgid "GeoNodes|Local container repositories"
-msgstr "Локальні репозиторії контейнерів"
-
-msgid "GeoNodes|Local job artifacts"
-msgstr "Ðртефакти локальних завдань"
-
msgid "GeoNodes|New node"
msgstr "Ðовий вузол"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "Ðвтентифікацію вузла уÑпішно полагоджено."
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "Вузол уÑпішно видалено."
@@ -7231,14 +8686,14 @@ msgstr "Без контрольної Ñуми"
msgid "GeoNodes|Out of sync"
msgstr "РозÑинхронізовані"
-msgid "GeoNodes|Pausing replication stops the sync process."
-msgstr "ÐŸÑ€Ð¸Ð·ÑƒÐ¿Ð¸Ð½ÐµÐ½Ð½Ñ Ñ€ÐµÐ¿Ð»Ñ–ÐºÐ°Ñ†Ñ–Ñ— зупинÑÑ” Ð¿Ñ€Ð¾Ñ†ÐµÑ Ñинхронізації."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
-msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð¾Ñновного вузла зупинÑÑ” Ð¿Ñ€Ð¾Ñ†ÐµÑ Ñинхронізації Ð´Ð»Ñ Ð²ÑÑ–Ñ… вузлів. Синхронізацію неможливо буде відновити без втрати деÑких даних на вÑÑ–Ñ… вторинних вузлах. У цьому випадку рекомендовано налаштувати вÑÑ– вузли з нулÑ. Ви впевнені?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
-msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð²Ñ‚Ð¾Ñ€Ð¸Ð½Ð½Ð¾Ð³Ð¾ вузла зупинÑÑ” Ð¿Ñ€Ð¾Ñ†ÐµÑ Ñинхронізації. Ðаразі неможливо додати назад той Ñамий вузол без втрати деÑких даних. У цьому випадку рекомендовано Ñтворити новий вторинний вузол. Ви впевнені?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
msgid "GeoNodes|Replication slot WAL"
msgstr "Слот реплікації WAL"
@@ -7340,7 +8795,7 @@ msgid "Geo|All projects are being scheduled for re-verify"
msgstr "Ð’ÑÑ– проекти заплановано Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ñ— перевірки"
msgid "Geo|Allow this secondary node to replicate content on Object Storage"
-msgstr ""
+msgstr "Дозволити цьому вторинному вузлу реплікувати вміÑÑ‚ Об’єктного Сховища"
msgid "Geo|Batch operations"
msgstr "Групові операції"
@@ -7349,13 +8804,13 @@ msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
msgstr "Виберіть групи, Ñкі ви хотіли б Ñинхронізувати на цей вторинний вузол."
msgid "Geo|Container repositories sync capacity"
-msgstr ""
+msgstr "ПропуÑкна здатніÑÑ‚ÑŒ Ñинхронізації репозиторіїв контейнерів"
msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
msgstr "Задати макÑимальну кількіÑÑ‚ÑŒ потоків Ð´Ð»Ñ Ñ„Ð¾Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ LFS/вкладень Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ вторинного вузла"
msgid "Geo|Control the maximum concurrency of container repository operations for this Geo node"
-msgstr ""
+msgstr "Ð’Ñтановіть макÑимальну кількіÑÑ‚ÑŒ паралельних операцій із репозиторіÑми контейнерів Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ Geo-вузла"
msgid "Geo|Control the maximum concurrency of verification operations for this Geo node"
msgstr "Ð’Ñтановіть макÑимальну кількіÑÑ‚ÑŒ паралельних операцій перевірки Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ Geo-вузла"
@@ -7382,7 +8837,7 @@ msgid "Geo|Groups to synchronize"
msgstr "Групи Ð´Ð»Ñ Ñинхронізації"
msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
-msgstr ""
+msgstr "Якщо активовано, а також Ñкщо увімкнено Ñховище об’єктів, тоді GitLab буде виконувати реплікацію об’єктного Ñховища за допомогою Geo"
msgid "Geo|In sync"
msgstr "Синхронізовано"
@@ -7487,7 +8942,7 @@ msgid "Geo|Synchronization failed - %{error}"
msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ñ–Ð·Ð°Ñ†Ñ–Ñ Ð½ÐµÐ²Ð´Ð°Ð»Ð°: %{error}"
msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
-msgstr ""
+msgstr "URL-адреÑа визначена на первинному вузлі, Ñку повинні викориÑтовувати вторинні Ð´Ð»Ñ Ð·Ð²â€™Ñзку із ним. За замовчуваннÑм URL-адреÑа"
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr "База даних зараз %{db_lag} позаду оÑновного вузла."
@@ -7546,6 +9001,9 @@ msgstr "Розпочати роботу з відÑтеженнÑм помило
msgid "Get started with performance monitoring"
msgstr "Розпочати роботу із відÑлідковуваннÑм продуктивноÑÑ‚Ñ–"
+msgid "Get started!"
+msgstr "Розпочати!"
+
msgid "Getting started with releases"
msgstr "Розпочати роботу з релізами"
@@ -7556,7 +9014,7 @@ msgid "Git LFS is not enabled on this GitLab server, contact your admin."
msgstr "Git LFS не увімкнено на цьому Ñервері GitLab, звернітьÑÑ Ð´Ð¾ адмініÑтратора."
msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will <strong>not</strong> be synced in push mirrors."
-msgstr ""
+msgstr "Об’єкти Git LFS будуть ÑинхронізуватиÑÑ Ñƒ pull-дзеркалах Ñкщо LFS %{docs_link_start}увімкнено Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ%{docs_link_end}. Вони <strong>не</strong> будуть ÑинхронізуватиÑÑ Ð´Ð»Ñ push-дзеркал."
msgid "Git global setup"
msgstr "Глобальні Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Git"
@@ -7568,7 +9026,7 @@ msgid "Git revision"
msgstr "Git-редакціÑ"
msgid "Git shallow clone"
-msgstr ""
+msgstr "ЧаÑтковий (shallow) клон Git"
msgid "Git strategy for pipelines"
msgstr "Git Ñтратегії Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð²"
@@ -7579,38 +9037,44 @@ msgstr "Git-верÑÑ–Ñ"
msgid "GitHub import"
msgstr "GitHub-імпорт"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "GitLab CI Linter був перенеÑений"
msgid "GitLab Enterprise Edition %{plan}"
msgstr "GitLab Enterprise Edition %{plan}"
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "Групові Runner'и Gitlab можуть виконувати код Ð´Ð»Ñ ÑƒÑÑ–Ñ… проектів у цій групі."
msgid "GitLab Import"
msgstr "Імпорт з GitLab"
-msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
+msgid "GitLab Issue"
msgstr ""
+msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
+msgstr "Загальні Runner'и GitLab виконують код Ð´Ð»Ñ Ñ€Ñ–Ð·Ð½Ð¸Ñ… проектів на одному Ñ– тому ж Runner, Ñкщо ви не налаштуєте автоматичне маÑÑˆÑ‚Ð°Ð±ÑƒÐ²Ð°Ð½Ð½Ñ GitLab Runner’ів за допомогою MaxBuilds 1 (Ñк зроблено на GitLab.com)."
+
msgid "GitLab User"
msgstr "GitLab КориÑтувач"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr "GitLab дозволÑÑ” вам викориÑтовувати вашу підпиÑку, навіть Ñкщо ви перевищили кількіÑÑ‚ÑŒ придбаних міÑць. Вам треба буде заплатити за ці міÑÑ†Ñ Ð¿Ñ€Ð¸ Ñ—Ñ— поновленні."
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr "GitLab Ð´Ð»Ñ Slack"
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
-msgstr ""
+msgstr "GitLab отримує SSL-Ñертифікат Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ домену від Let's Encrypt. Це може зайнÑти деÑкий чаÑ. Будь лаÑка, Ñпробуйте знову пізніше."
msgid "GitLab member or Email address"
-msgstr ""
+msgstr "УчаÑник GitLab або адреÑа електронної пошти"
msgid "GitLab metadata URL"
msgstr "URL-адреÑа метаданних GitLab"
@@ -7624,12 +9088,102 @@ msgstr "Ð”Ð»Ñ Ð·Ð°ÑтоÑÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð¼Ñ–Ð½ необхідне переза
msgid "GitLab single sign on URL"
msgstr "URL єдиного входу GitLab"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr "GitLab викориÑтовує %{jaeger_link} Ð´Ð»Ñ Ð¼Ð¾Ð½Ñ–Ñ‚Ð¾Ñ€Ð¸Ð½Ð³Ñƒ розподілених ÑиÑтем."
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr "GitLab запуÑтить фонове завданнÑ, Ñке буде оброблÑти пÑевдонімізовані CSV-файли бази даних GitLab, Ñкі будуть надіÑлані до вашого налаштованого Ñховища об'єктів."
msgid "GitLab.com import"
msgstr "Імпорт з GitLab.com"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr "%{domain} не підтведжено. Щоб дізнатиÑÑ Ñк підтвердити його належніÑÑ‚ÑŒ, переглÑньте вашу %{link_start}інформацію про домен%{link_end}."
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr "Контроль доÑтупу увімкнено Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ Ñайту Pages; лише авторизовані кориÑтувачі зможуть отримати доÑтуп до нього. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб зробити його загальнодоÑтупним, перейдіть у вашому проєкті до %{strong_start}ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ > Загальні > ВидиміÑÑ‚ÑŒ%{strong_end} та виберіть%{strong_start}Будь-хто%{strong_end} у розділі pages. ПереглÑньте %{link_start}документацію%{link_end} Ð´Ð»Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ñ— інформації."
+
+msgid "GitLabPages|Access pages"
+msgstr "ДоÑтуп до Ñторінок"
+
+msgid "GitLabPages|Are you sure?"
+msgstr "Ви впевнені?"
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr "Сертифікат: %{subject}"
+
+msgid "GitLabPages|Configure pages"
+msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñторінок"
+
+msgid "GitLabPages|Domains"
+msgstr "Домени"
+
+msgid "GitLabPages|Edit"
+msgstr "Редагувати"
+
+msgid "GitLabPages|Expired"
+msgstr "ЗаÑтаріло"
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr "Лише HTTPS (потрібні дійÑні Ñертифікати)"
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr "GitLab Pages вимкнено Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проєкту. Ви можете Ñ—Ñ… увімкнути перейшовши на Ñторінку проєкту %{strong_start}ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ > Загальні > ВидиміÑÑ‚ÑŒ%{strong_end}."
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr "ПіÑÐ»Ñ Ð¿ÐµÑ€ÑˆÐ¾Ð³Ð¾ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ñайт може бути недоÑтупним до 30 хвилин."
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr "ДізнайтеÑÑ Ñк розміÑтити ваш Ñтатичний Ñайт на GitLab переглÑнувши %{link_start}документацію по GitLab Pages%{link_end}."
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr "Ðовий домен"
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr "Лише керівники проектів можуть видалÑти Ñторінки"
+
+msgid "GitLabPages|Pages"
+msgstr "Pages"
+
+msgid "GitLabPages|Remove"
+msgstr "Видалити"
+
+msgid "GitLabPages|Remove pages"
+msgstr "Видалити Ñторінки"
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñторінок зробить Ñ—Ñ… недоÑтупними Ð´Ð»Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½ÑŒÐ¾Ð³Ð¾ Ñвіту."
+
+msgid "GitLabPages|Save"
+msgstr "Зберегти"
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr "Підтримку доменів та Ñертифікатів вимкнено. ЗвернітьÑÑ Ð´Ð¾ адмініÑтратора Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб Ñ—Ñ… увімкнути."
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr "Ðепідтверджено"
+
+msgid "GitLabPages|Verified"
+msgstr "Підтверджено"
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr "За допомогою GitLab Pages ви можете розміщувати Ñвої Ñтатичні Ñайти на GitLab. Разом із можливоÑÑ‚Ñми GitLab CI та за допомогою Gitlab Runner'ів ми можете розгортати Ñтатичні Ñторінки Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… окремих проектів, кориÑтувача чи групи."
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr "Ваші Ñторінки показуютьÑÑ Ð½Ð°:"
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7654,8 +9208,11 @@ msgstr "Gitlab Pages"
msgid "Given access %{time_ago}"
msgstr "Ðадано доÑтуп %{time_ago}"
+msgid "Given epic is already related to this epic."
+msgstr "Даний епік уже пов’Ñзаний із цим епіком."
+
msgid "Global Shortcuts"
-msgstr ""
+msgstr "Глобальні комбінації клавіш"
msgid "Global notification settings"
msgstr "Загальні Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñповіщень"
@@ -7670,7 +9227,7 @@ msgid "Go back"
msgstr "ПовернутиÑÑ"
msgid "Go back (while searching for files)"
-msgstr "Перейти назад (при пошуку файлів"
+msgstr "Перейти назад (продовжуючи пошук файлів)"
msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
msgstr "ПовернутиÑÑ Ð´Ð¾ %{startTag}Відкритих задач%{endTag} та вибрати деÑкі з них Ð´Ð»Ñ Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð½Ð° вашу дошку."
@@ -7733,10 +9290,10 @@ msgid "Go to releases"
msgstr "Перейти до релізів"
msgid "Go to repository charts"
-msgstr ""
+msgstr "Перейти до графіків репозиторію"
msgid "Go to repository graph"
-msgstr ""
+msgstr "Перейти до графу репозиторію"
msgid "Go to snippets"
msgstr "Перейти до Ñніпетів"
@@ -7778,6 +9335,9 @@ msgid "Go to your snippets"
msgstr "Перейти до ваших Ñніпетів"
msgid "Golden Tanuki"
+msgstr "Золотий Танукі"
+
+msgid "Google Cloud Platform"
msgstr ""
msgid "Google Code import"
@@ -7786,8 +9346,8 @@ msgstr "Імпорт з Google Code"
msgid "Google Takeout"
msgstr "Google Takeout"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
-msgstr "Google-автентифікацію не %{link_start}налаштовано коректно%{link_end}. ЗвернітьÑÑ Ð´Ð¾ вашого адмініÑтратора GitLab, Ñкщо хочете викориÑтовувати цю можливіÑÑ‚ÑŒ."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
msgid "Got it"
msgstr "Зрозуміло"
@@ -7798,11 +9358,32 @@ msgstr "Зрозуміло!"
msgid "Grafana URL"
msgstr "URL-адреÑа Grafana"
+msgid "GrafanaIntegration|API Token"
+msgstr "Токен API"
+
+msgid "GrafanaIntegration|Active"
+msgstr "Увімкнено"
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr "Включити графіки Grafana в задачі GitLab."
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr "Введіть токен Grafana API."
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr "Введіть оÑновну URL-адреÑу інÑтанÑа Grafana."
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr "ÐÐ²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ Grafana"
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr "Grafana URL"
+
msgid "Grant access"
msgstr "Ðадати доÑтуп"
msgid "Graph"
-msgstr "Графік"
+msgstr "Граф"
msgid "Gravatar"
msgstr "Gravatar"
@@ -7825,12 +9406,18 @@ msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ CI/CD групи"
msgid "Group Git LFS status:"
msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð³Ñ€ÑƒÐ¿Ð¸ Git LFS:"
+msgid "Group Hooks"
+msgstr "Хуки Групи"
+
msgid "Group ID"
msgstr "Ідентифікатор групи"
msgid "Group ID: %{group_id}"
msgstr "ID групи: %{group_id}"
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "Групові Runner'и"
@@ -7852,21 +9439,42 @@ msgstr "ÐžÐ¿Ð¸Ñ Ð³Ñ€ÑƒÐ¿Ð¸ (необов'Ñзково)"
msgid "Group details"
msgstr "Деталі групи"
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ групу:"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Керівники групи можуть зареєÑтрувати групові runner'и через %{link}"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "Ðазва групи"
+msgid "Group overview"
+msgstr "ОглÑд групи"
+
msgid "Group overview content"
msgstr "ВміÑÑ‚ оглÑдової Ñторінки групи"
+msgid "Group path is already taken. Suggestions: "
+msgstr "ШлÑÑ… групи вже викориÑтовуєтьÑÑ. Пропозиції: "
+
+msgid "Group path is available."
+msgstr "ШлÑÑ… групи доÑтупний."
+
msgid "Group pipeline minutes were successfully reset."
msgstr "Групові хвилини Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð² уÑпішно обнулено."
+msgid "Group variables (inherited)"
+msgstr "Змінні групи (уÑпадковані)"
+
msgid "Group was successfully updated."
msgstr "Групу уÑпішно оновлено."
@@ -7877,7 +9485,7 @@ msgid "Group: %{name}"
msgstr "Група: %{name}"
msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
-msgstr ""
+msgstr "%{startDateInWords} &ndash; %{endDateInWords}"
msgid "GroupRoadmap|From %{dateWord}"
msgstr "Від %{dateWord}"
@@ -7909,6 +9517,9 @@ msgstr "Відбиток Ñертифікату"
msgid "GroupSAML|Configuration"
msgstr "ÐалаштуваннÑ"
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr "Увімкнути автентифікацію через SAML Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи."
@@ -7916,7 +9527,7 @@ msgid "GroupSAML|Enforce SSO-only authentication for this group."
msgstr "Зробити обов'Ñзковою SSO автентифікацію Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи."
msgid "GroupSAML|Enforce SSO-only membership for this group."
-msgstr ""
+msgstr "Зробити обов'Ñзковою SSO автентифікацію Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи."
msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
msgstr "Зобов'Ñзати кориÑтувачів Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи мати окремі облікові запиÑи керовані нею."
@@ -7930,6 +9541,9 @@ msgstr "Створити токен SCIM"
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr "Згенерувати токен SCIM Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÑиÑтеми ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ñ–Ð¶Ð´Ð¾Ð¼ÐµÐ½Ð½Ð¾ÑŽ ідентифікацією."
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr "URL провайдера ідентифікації Ð´Ð»Ñ Ñ”Ð´Ð¸Ð½Ð¾Ð³Ð¾ входу"
@@ -7939,9 +9553,24 @@ msgstr "ПереконайтеÑÑ, що ви зберегли цей токен
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr "Керуйте членÑтвом у вашій групі додаючи ще один рівень безпеки із SAML."
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr "УчаÑники будуть перенаправлені Ñюди, коли будуть заходити до вашої групи. Отримайте його від Ñвого провайдера ідентифікації, де вона також може називатиÑÑ \"SSO Service Location\", \"SAML Token Issuance Endpoint\", або \"SAML 2.0/W-Federation URL\"."
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr "Єдиний вхід через SAML"
@@ -7969,21 +9598,42 @@ msgstr "Ð”Ð»Ñ ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¸Ñ… запиÑів керов
msgid "GroupSAML|Toggle SAML authentication"
msgstr "Увімкнути/вимкнути автентифікацію SAML"
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr "При активаціх облікових запиÑів керованих групою, вÑÑ– кориÑтувачі, що не мають облікового запиÑу керованого групою, будуть виключеню з неї."
msgid "GroupSAML|Your SCIM token"
msgstr "Ваш токен SCIM"
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
-msgstr "Конвеєр Auto DevOps оновлено Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
msgstr ""
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr "Конвеєр Auto DevOps оновлено Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи"
+
msgid "GroupSettings|Badges"
msgstr "Значки"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr "Будьте обережні. Зміна батьківÑької групи може мати %{side_effects_link_start}небажані наÑлідки%{side_effects_link_end}."
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr "Ðе вдалоÑÑ Ð·Ð¼Ñ–Ð½Ð¸Ñ‚Ð¸ шлÑÑ… тому що в цій групі Ñ” проекти із образами Docker у Ñвоїх РеєÑтрах контейнерів. Будь лаÑка, Ñпочатку видаліть ці образи з ваших проектів Ñ– Ñпробуйте знову."
+
+msgid "GroupSettings|Change group path"
+msgstr "Змінити шлÑÑ… групи"
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr "Зміна шлÑху групи може мати небажані побічні ефекти."
+
msgid "GroupSettings|Custom project templates"
msgstr "ВлаÑні шаблони проектів"
@@ -7991,11 +9641,17 @@ msgid "GroupSettings|Customize your group badges."
msgstr "Ðалаштувати значки групи."
msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
-msgstr ""
+msgstr "ВикориÑтовувати за замовчуваннÑм конвеєри Auto DevOps Ð´Ð»Ñ ÑƒÑÑ–Ñ… проектів цієї групи"
msgid "GroupSettings|Disable email notifications"
+msgstr "Вимкнути ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾ÑŽ поштою"
+
+msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr "Якщо видиміÑÑ‚ÑŒ батьківÑької групи нижча, за поточну видиміÑÑ‚ÑŒ групи, тоді рівні видимоÑÑ‚Ñ– Ð´Ð»Ñ Ð¿Ñ–Ð´Ð³Ñ€ÑƒÐ¿ та проектів будуть змінені, щоб відповідати новій видимоÑÑ‚Ñ– батьківÑької групи."
+
msgid "GroupSettings|Learn more about badges."
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про значки."
@@ -8003,7 +9659,13 @@ msgid "GroupSettings|Learn more about group-level project templates."
msgstr "Докладніше про шаблони проектів на рівні групи."
msgid "GroupSettings|New runners registration token has been generated!"
-msgstr ""
+msgstr "Згенеровано новий токен Ð´Ð»Ñ Ñ€ÐµÑ”Ñтрації runner'ів!"
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð² були оновлені Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи"
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr "Будь лаÑка задайте шлÑÑ… групи без Ñпеціальних Ñимволів."
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Заборонити Ñпільний доÑтуп до проекту в рамках %{group} з іншими групами"
@@ -8017,6 +9679,9 @@ msgstr "Конвеєр Auto DevOps буде запущено, Ñкщо не бу
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr "Проблема при оновленні конвеєра Auto DevOps: %{error_messages}."
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr "Проблема при оновленні налаштувань конвеєрів: %{error_messages}."
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "Цей параметр заÑтоÑовано до %{ancestor_group} Ñ– його було перевизначено в цій підгрупі."
@@ -8030,11 +9695,26 @@ msgid "GroupSettings|This setting will be applied to all subgroups unless overri
msgstr "Цей параметр буде заÑтоÑовано до вÑÑ–Ñ… підгруп, Ñкщо тільки не буде перевизначено влаÑником групи. Групи, Ñкі вже мають доÑтуп до проекту, будуть мати доÑтуп, Ñкщо вони не будуть вилучені вручну."
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
+msgstr "Це Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚ÑŒ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñповіщень Ð´Ð»Ñ Ð²ÑÑ–Ñ… учаÑників групи, підгруп та проектів."
+
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
msgstr ""
+msgid "GroupSettings|Transfer group"
+msgstr "ПеренеÑти групу"
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr "Ви можете перенеÑти цю групу тільки в групу, Ñкою ви керуєте."
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr "Вам необхідно обновити Ñвої локальні репозиторії з тим, щоб вони вказували на нове розміщеннÑ."
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "не може бути ÑкаÑовано поки \"Ð‘Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñпільного доÑтупу з іншими групами\" активне на батьківÑькій групі, за винÑтком влаÑника батьківÑької групи"
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr "не можливо змінити, Ñкщо група має проєкти з пакетами NPM"
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "Видалити Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñпільного доÑтупу з іншими групами з %{ancestor_group_name}"
@@ -8047,6 +9727,9 @@ msgstr "Групи (%{count})"
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "Групи також можуть бути вкладеними при викориÑтанні %{subgroup_docs_link_start}підгруп%{subgroup_docs_link_end}."
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr "Групи з доÑтупом до <strong>%{project_name}</strong>"
@@ -8113,9 +9796,15 @@ msgstr "Жодна группа чи проект не задовольнÑÑ” п
msgid "GroupsTree|Search by name"
msgstr "Пошук за іменем"
+msgid "Guideline"
+msgstr "Керівництво"
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr "Базовий HTTP: відмовлено у доÑтупі\\nВи повинні викориÑтовувати перÑональний токен доÑтупу із облаÑÑ‚ÑŽ дії 'api' Ð´Ð»Ñ Git через HTTP.\\nВи можете згенерувати його в %{profile_personal_access_tokens_url}"
+msgid "Hashed repository storage paths"
+msgstr "Хешовані шлÑхи Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð²"
+
msgid "Have your users email"
msgstr "Електронна пошта Ð´Ð»Ñ Ð·Ð²ÐµÑ€Ñ‚Ð°Ð½ÑŒ кориÑтувачів"
@@ -8156,10 +9845,19 @@ msgid "Help page text and support page url."
msgstr "ТекÑÑ‚ Ñторінки довідки та url-адреÑа Ñторінки підтримки."
msgid "Helps prevent bots from brute-force attacks."
-msgstr ""
+msgstr "Допомагає запобігти брутфорÑ-атакам від ботів."
msgid "Helps prevent bots from creating accounts."
-msgstr ""
+msgstr "Допомагає запобігти Ñтворенню облікових запиÑів ботами."
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr "Допомагає зменшити об’єм попереджень (напр. при великій кількоÑÑ‚Ñ– проблем)"
+
+msgid "Helps reduce request volume for protected paths"
+msgstr "Допомагає зменшити об’єм запитів Ð´Ð»Ñ Ð·Ð°Ñ…Ð¸Ñ‰ÐµÐ½Ð¸Ñ… шлÑхів"
+
+msgid "Hi %{username}!"
+msgstr "Привіт %{username}!"
msgid "Hide archived projects"
msgstr "Сховати архівовані проекти"
@@ -8195,9 +9893,15 @@ msgstr[3] "Сховати значень"
msgid "Hide values"
msgstr "Сховати значеннÑ"
-msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
+msgid "Hiding all labels"
+msgstr "ÐŸÑ€Ð¸Ñ…Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð²ÑÑ–Ñ… міток"
+
+msgid "High or unknown vulnerabilities present"
msgstr ""
+msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
+msgstr "Ðайвища кількіÑÑ‚ÑŒ запитів за хвилину Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ необробленого шлÑÑ…, за замовчуваннÑм Ñкладає 300. Ð”Ð»Ñ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð²Ñтановіть в 0."
+
msgid "Highest role:"
msgstr "Ðайвища роль:"
@@ -8216,9 +9920,6 @@ msgstr "Хук уÑпішно Ñтворено."
msgid "Hook was successfully updated."
msgstr "Хук уÑпішно оновлено."
-msgid "Hours"
-msgstr "Годин"
-
msgid "Housekeeping"
msgstr "ОчищеннÑ"
@@ -8231,17 +9932,23 @@ msgstr "ОчищеннÑ, екÑпорт, шлÑÑ…, перенеÑеннÑ, ви
msgid "How it works"
msgstr "Як це працює"
-msgid "How many replicas each Elasticsearch shard has."
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
+msgid "How many replicas each Elasticsearch shard has."
+msgstr "КількіÑÑ‚ÑŒ реплік в кожному Ñегменті Elasticsearch."
+
msgid "How many shards to split the Elasticsearch index over."
-msgstr ""
+msgstr "Ðа Ñкільки Ñегментів розподілити Ñ–Ð½Ð´ÐµÐºÑ Elasticsearch."
+
+msgid "How many users will be evaluating the trial?"
+msgstr "Скільки кориÑтувачів будуть приймати учаÑÑ‚ÑŒ у випробувальному періоді?"
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "Проте ви вже Ñ” учаÑником цього %{member_source}. Увійдіть, викориÑтовуючи інший обліковий запиÑ, щоб прийнÑти запрошеннÑ."
msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
-msgstr ""
+msgstr "Я приймаю %{terms_link_start}Правила кориÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÑервіÑом Ñ– політику конфіденційноÑÑ‚Ñ–%{terms_link_end}"
msgid "I accept the %{terms_link}"
msgstr "Я приймаю %{terms_link}"
@@ -8252,11 +9959,11 @@ msgstr "Я погоджуюÑÑŒ з Правилами кориÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ
msgid "I forgot my password"
msgstr "Я забув пароль"
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
-msgstr "Я прочитав Ñ– згодені із %{link_start}умовами викориÑтаннÑ%{link_end} Let's Encrypt"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr "Я прочитав Ñ– згодені із %{link_start}умовами викориÑтаннÑ%{link_end} Let's Encrypt (PDF)"
msgid "I'd like to receive updates via email about GitLab"
-msgstr ""
+msgstr "Я бажаю отримувати Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ GitLab по електронній пошті"
msgid "ID"
msgstr "ID"
@@ -8307,19 +10014,22 @@ msgid "IP Address"
msgstr "IP-адреÑа"
msgid "IP address restriction is not editable in subgroups. Value inherited from top-level parent group."
-msgstr ""
+msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ IP-Ð°Ð´Ñ€ÐµÑ Ð½Ðµ можна редагувати в підгрупах. ВикориÑтовуєтьÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ–Ð· найвищої батьківÑької групи."
msgid "IP subnet restriction only allowed for top-level groups"
-msgstr ""
+msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ð¼ÐµÑ€ÐµÐ¶ IP дозволÑєтьÑÑ Ð»Ð¸ÑˆÐµ Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿ вищого рівнÑ"
msgid "Identifier"
msgstr "Ідентифікатор"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "ІдентифікаціÑ"
msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds."
-msgstr ""
+msgstr "Якщо будь-Ñке Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÐ²Ð¸Ñ‰Ð¸Ñ‚ÑŒ цей чаÑовий поріг, воно буде відмічене Ñк невдале. Ð”Ð»Ñ Ð²Ð²Ð¾Ð´Ñƒ чаÑу підтримуєтьÑÑ \"людÑкий\" формат, наприклад \"1 hour\" (1 година). Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð±ÐµÐ· одиниць виміру предÑтавлÑÑŽÑ‚ÑŒ Ñекунди."
msgid "If checked, group owners can manage LDAP group links and LDAP member overrides"
msgstr "Якщо увімкнено, тоді влаÑники груп зможуть керувати зв'Ñзками груп LDAP та перевизначеннÑм членів LDAP"
@@ -8330,8 +10040,8 @@ msgstr "Якщо буде увімкнено цей пункт, нові члеÐ
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr "Якщо вимкнено, локальна гілка зі змінами не буде автоматично підтÑгувати коміти з віддаленої гілки, щоб уникнути втрати локальних даних. Якщо гілка за замовчуваннÑм (%{default_branch}) міÑтить зміни Ñ– не може бути оновлена, тоді Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ð±ÑƒÐ´Ðµ неможливим. Інші гілки зі змінами автоматично ігноруютьÑÑ."
-msgid "If disabled, only admins will be able to set up mirrors in projects."
-msgstr ""
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr "Якщо вимкнено, лише адмініÑтратори зможуть налаштовувати Ð²Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð²."
msgid "If disabled, the access level will depend on the user's permissions in the project."
msgstr "Якщо це відключено, то рівень доÑтупу буде залежати від дозволів кориÑтувача в проекті."
@@ -8343,18 +10053,36 @@ msgid "If enabled, access to projects will be validated on an external service u
msgstr "Якщо це дозволено, доÑтуп до проектів буде перевірÑтиÑÑ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½ÑŒÐ¾ÑŽ Ñлужбою з викориÑтаннÑм Ñ—Ñ… мітки клаÑифікації."
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
-msgstr ""
+msgstr "Якщо не була помилка, ви можете %{leave_link_start}залишити %{source_type}%{link_end}."
msgid "If this was a mistake you can leave the %{source_type}."
-msgstr ""
+msgstr "Якщо це була помилка, ви можете залишити %{source_type}."
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr "При викориÑтанні GitHub, ви побачите ÑтатуÑи конвеєрів Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñ–Ð² Ñ– запитів на злиттÑ. %{more_info_link}"
-msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
+msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgstr "Якщо ви втратите коди відновленнÑ, ви можете Ñтворити нові, Ñ– вÑÑ– попередні коди Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð±ÑƒÐ´ÑƒÑ‚ÑŒ недійÑними."
+
msgid "If your HTTP repository is not publicly accessible, add your credentials."
+msgstr "Якщо ваш HTTP-репозиторій не Ñ” загальнодоÑтупним, додайте Ñвої облікові дані."
+
+msgid "Iglu registry URL (optional)"
+msgstr "URL-адреÑа реєÑтру Iglu (необов'Ñзково)"
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
msgstr ""
msgid "ImageDiffViewer|2-up"
@@ -8448,7 +10176,7 @@ msgid "Import tasks from Phabricator into issues"
msgstr "Імпортувати задачі (tasks) із Phabricator Ñк задачі"
msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds"
-msgstr ""
+msgstr "Ð§Ð°Ñ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚Ñƒ вичерпано. Імпорт зайнÑв більше %{import_jobs_expiration} Ñекунд"
msgid "Import/Export illustration"
msgstr "Імпорт/екÑпорт ілюÑтрацій"
@@ -8478,7 +10206,7 @@ msgid "ImportProjects|The repository could not be created."
msgstr "Репозиторій не може бути Ñтворено."
msgid "ImportProjects|Update of imported projects with realtime changes failed"
-msgstr ""
+msgstr "Помилка Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚Ð¾Ð²Ð°Ð½Ð¸Ñ… проєктів із змінами в реальному чаÑÑ–"
msgid "Improve Issue boards"
msgstr "Покращити дошки задач"
@@ -8499,11 +10227,17 @@ msgid "In order to enable instance-level analytics, please ask an admin to enabl
msgstr "Щоб увімкнути ÑтатиÑтику на рівні інÑтанÑа, звернітьÑÑ Ð´Ð¾ адмініÑтратора, щоб увімкнути %{usage_ping_link_start}дані про викориÑтаннÑ%{usage_ping_link_end}."
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
-msgstr ""
+msgstr "Збір точних даних про викориÑÑ‚Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ індекÑу може зайнÑти від 1 до 2 тижнів."
+
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr "Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб адаптувати GitLab до Ð²Ð°Ñ Ð½Ð°Ð¼<br>потрібно більше про Ð²Ð°Ñ Ð´Ñ–Ð·Ð½Ð°Ñ‚Ð¸ÑÑ."
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "Ðа наÑтупному кроці ви зможете вибрати проекти, Ñкі хочете імпортувати."
+msgid "Incident Management Limits"
+msgstr "Ліміти, пов’Ñзані із УправліннÑм Інцидентами"
+
msgid "Incidents"
msgstr "Інциденти"
@@ -8547,11 +10281,14 @@ msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Вказує на те, чи може даний runner виконувати Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±ÐµÐ· тегів"
msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
-msgstr ""
+msgstr "ПовідомлÑти кориÑтувачам без клічів SSH, що без них вони не зможуть відправлÑти код через SSH"
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr "Ви можете знайти інформацію про додаткові шаблони Pages та те, Ñк Ñ—Ñ… вÑтановити в нашій %{pages_getting_started_guide}."
+msgid "Inherited:"
+msgstr "УÑпадковано:"
+
msgid "Inline"
msgstr "Вбудований"
@@ -8582,7 +10319,7 @@ msgstr "Ð’Ñтановити GitLab Runner"
msgid "Install Runner on Kubernetes"
msgstr "Ð’Ñтановити Runner на Kubernetes"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8601,14 +10338,11 @@ msgstr[1] "ІнÑтанÑів"
msgstr[2] "ІнÑтанÑів"
msgstr[3] "ІнÑтанÑів"
-msgid "Instance Statistics"
-msgstr "СтатиÑтика інÑтанÑа"
-
msgid "Instance Statistics visibility"
msgstr "СтатиÑтика видимоÑÑ‚Ñ– інÑтанÑа"
msgid "Instance administrators group already exists"
-msgstr ""
+msgstr "Група Ð´Ð»Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтраторів інÑтанÑу вже Ñ–Ñнує"
msgid "Instance does not support multiple Kubernetes clusters"
msgstr "Цей інÑÑ‚Ð°Ð½Ñ Ð½Ðµ підтримує декілька Kubernetes-клаÑтерів"
@@ -8643,11 +10377,14 @@ msgstr "Шаблон інтервалу"
msgid "Introducing Cycle Analytics"
msgstr "ПредÑтавлÑємо аналітику циклу"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
msgstr ""
+msgid "Invalid Git ref"
+msgstr "ÐедійÑне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Git"
+
msgid "Invalid Insights config file detected"
-msgstr ""
+msgstr "Знайдено недійÑний файл конфігурації ÑтатиÑтики (Insights)"
msgid "Invalid Login or password"
msgstr "Ðеправильний логін або пароль"
@@ -8658,6 +10395,9 @@ msgstr "ÐедійÑна URL адреÑа"
msgid "Invalid date"
msgstr "Ðеправильна дата"
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr "ÐеприпуÑтимий формат дати. Будь лаÑка, викориÑтовуйте формат UTC у виглÑді РРРРР-ММ-ДД"
+
msgid "Invalid feature"
msgstr "ÐедійÑна функціÑ"
@@ -8673,6 +10413,9 @@ msgstr "Ðеправильні параметри імпорту"
msgid "Invalid input, please avoid emojis"
msgstr "Ðекорректний ввід, будь лаÑка, уникайте Ñмайликів"
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr "Ðеправильний PIN-код"
@@ -8685,6 +10428,9 @@ msgstr "Ðеправильний шлÑÑ… до репозиторію"
msgid "Invalid server response"
msgstr "Ðеправильна відповідь від Ñервера"
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr "ÐедійÑний двофакторний код підтвердженнÑ."
@@ -8706,6 +10452,15 @@ msgstr "ЗапроÑити учаÑника"
msgid "Invocations"
msgstr "Виклики"
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr "ВикориÑтовує міÑце в ліцензії:"
@@ -8716,20 +10471,29 @@ msgid "IssuableStatus|Closed (%{link})"
msgstr "Закрито (%{link})"
msgid "IssuableStatus|duplicated"
-msgstr ""
+msgstr "продубльовано"
msgid "IssuableStatus|moved"
+msgstr "переміщено"
+
+msgid "IssuableStatus|promoted"
msgstr ""
msgid "Issue"
msgstr "Задача"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr "Дошки Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡"
msgid "Issue board focus mode"
msgstr "Режим фокуÑÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð´Ð¾ÑˆÐºÐ¸ задач"
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "Задачі"
@@ -8742,6 +10506,9 @@ msgstr "ÐžÐ½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡Ñ– неуÑпішне"
msgid "Issue was closed by %{name} %{reason}"
msgstr "Задачу було закрито %{name} %{reason}"
+msgid "Issue weight"
+msgstr "Вага задачі"
+
msgid "IssueBoards|Board"
msgstr "Дошка"
@@ -8790,6 +10557,9 @@ msgstr "Задачі можуть бути помилками, нагадуваÐ
msgid "Issues closed"
msgstr "Задачі закриті"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr "Задачі з коментарÑми, запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð· порівнÑннÑми (diff) та коментарÑми, мітки, етапи, Ñніпети та інші об'єкти в проекті"
@@ -8800,7 +10570,7 @@ msgid "IssuesAnalytics|After you begin creating issues for your projects, we can
msgstr "ПіÑÐ»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡ Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… проектів, ми зможемо почати відÑтежувати Ñ– відображати метрики Ð´Ð»Ñ Ð½Ð¸Ñ…"
msgid "IssuesAnalytics|Avg/Month:"
-msgstr ""
+msgstr "Ð’ Ñередньому за міÑÑць:"
msgid "IssuesAnalytics|Issues created"
msgstr "Створені задачі"
@@ -8823,8 +10593,8 @@ msgstr "Щоб розширити пошук, будь лаÑка, змінітÑ
msgid "IssuesAnalytics|Total:"
msgstr "Ð’Ñього:"
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
-msgstr ""
+msgid "Issue|Title"
+msgstr "Ðазва"
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
msgstr "Має ÑкладатиÑÑ Ñ–Ð· Ñ€Ñдка заголовка Ñ– мінімум двох колонок: перша — заголовок задачі, а друга — Ñ—Ñ— опиÑ. Розділювач визначаєтьÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡Ð½Ð¾."
@@ -8854,10 +10624,10 @@ msgid "JiraService|Jira API URL"
msgstr "URL-адреÑа Jira API"
msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
-msgstr ""
+msgstr "Коментарі в Jira будуть ÑтворюватиÑÑ ÐºÐ¾Ð»Ð¸ в коміті буде поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° задачу."
msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
-msgstr ""
+msgstr "Коментарі в Jira будуть ÑтворюватиÑÑ ÐºÐ¾Ð»Ð¸ в запиті на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÑƒÐ´Ðµ поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° задачу."
msgid "JiraService|Jira issue tracker"
msgstr "РеєÑÑ‚Ñ€ задач Jira"
@@ -8866,16 +10636,16 @@ msgid "JiraService|Password or API token"
msgstr "Пароль або API токен"
msgid "JiraService|Transition ID(s)"
-msgstr ""
+msgstr "Ідентифікатори переходів (Transition ID(s))"
msgid "JiraService|Use , or ; to separate multiple transition IDs"
-msgstr ""
+msgstr "ВикориÑтовуйте \",\" або \";\" Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»ÐµÐ½Ð½Ñ ÐºÑ–Ð»ÑŒÐºÐ¾Ñ… ідентифікаторів переходів (Transition IDs)"
msgid "JiraService|Use a password for server version and an API token for cloud version"
msgstr "ВикориÑтовуйте пароль Ð´Ð»Ñ Ñерверної верÑÑ–Ñ— та API токен Ð´Ð»Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¾Ñ— верÑÑ–Ñ—"
msgid "JiraService|Use a username for server version and an email for cloud version"
-msgstr ""
+msgstr "ВикориÑтовуйте Ñ–Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача Ð´Ð»Ñ Ñерверної верÑÑ–Ñ— та адреÑу електронної пошти Ð´Ð»Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¾Ñ— верÑÑ–Ñ—"
msgid "JiraService|Username or Email"
msgstr "Ð†Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача або адреÑа електронної пошти"
@@ -8884,7 +10654,7 @@ msgid "JiraService|Web URL"
msgstr "Веб URL"
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
-msgstr ""
+msgstr "ідентифікатори переходів (transition ids) можуть міÑтити лише цифри, розділені \",\" або \";\""
msgid "Job"
msgstr "ЗавданнÑ"
@@ -8910,8 +10680,14 @@ msgstr "У завданні відÑутній аргумент \"model_type\"."
msgid "Job is stuck. Check runners."
msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¾Ð²Ð°Ð½Ðµ. Перевірте runner'и."
-msgid "Job traces and artifacts"
-msgstr "Логи завдань та артефакти"
+msgid "Job logs and artifacts"
+msgstr "Журнали завдань та артефакти"
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
msgid "Job was retried"
msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±ÑƒÐ»Ð¾ перезапущене"
@@ -8997,6 +10773,9 @@ msgstr "чер."
msgid "June"
msgstr "червень"
+msgid "Key"
+msgstr "Ключ"
+
msgid "Key (PEM)"
msgstr "Ключ (PEM)"
@@ -9009,6 +10788,9 @@ msgstr "Комбінації клавіш"
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr "Kubernetes API повернуло код помилки: %{error_code}"
+
msgid "Kubernetes Cluster"
msgstr "КлаÑтер Kubernetes"
@@ -9018,8 +10800,8 @@ msgstr "КлаÑтери Kubernetes"
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "ÐŸÐµÑ€ÐµÐ²Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð»Ñ–Ð¼Ñ–Ñ‚Ñƒ чаÑу при Ñтворенні Kubernetes-клаÑтера; %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "Ð†Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ Ñ–Ð· Kubernetes-клаÑтером не була видалена."
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr "Ð†Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ Ñ–Ð· Kubernetes-клаÑтером та реÑурÑи зараз видалÑÑŽÑ‚ÑŒÑÑ."
msgid "Kubernetes cluster integration was successfully removed."
msgstr "Ð†Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ Ñ–Ð· Kubernetes-клаÑтером була уÑпішно видалена."
@@ -9031,11 +10813,14 @@ msgid "Kubernetes configured"
msgstr "Kubernetes налаштовано"
msgid "Kubernetes deployment not found"
-msgstr ""
+msgstr "Ð Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Kubernetes не знайдено"
msgid "Kubernetes error: %{error_code}"
msgstr "Помилка Kubernetes: %{error_code}"
+msgid "Kubernetes popover"
+msgstr "Підказка Kubernetes"
+
msgid "LDAP"
msgstr "LDAP"
@@ -9127,9 +10912,18 @@ msgstr[3] "ОÑтанніх %d днів"
msgid "Last %{days} days"
msgstr "ОÑтанніх %{days} днів"
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "ОÑтанній Конвеєр"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr "ОÑтанній доÑтуп"
@@ -9154,12 +10948,21 @@ msgstr "Прізвище"
msgid "Last reply by"
msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ð²Ñ–Ð´Ð¿Ð¾Ð²Ñ–Ð´ÑŒ від"
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ–ÑÑ‚ÑŒ"
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr "ОÑтаннє уÑпішне оновленнÑ"
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "ОÑтаннє оновленнÑ"
@@ -9173,7 +10976,10 @@ msgid "Last used"
msgstr "ВоÑтаннє викориÑтано"
msgid "Last used on:"
-msgstr ""
+msgstr "ОÑтаннє викориÑтаннÑ:"
+
+msgid "LastCommit|authored"
+msgstr "автор"
msgid "LastPushEvent|You pushed to"
msgstr "Ви відправили зміни до"
@@ -9185,16 +10991,19 @@ msgid "Latest changes"
msgstr "ОÑтанні зміни"
msgid "Latest pipeline for the most recent commit on this branch"
-msgstr ""
+msgstr "ОÑтанній конвеєр Ð´Ð»Ñ Ð¾Ñтаннього коміту в цій гілці"
msgid "Lead"
-msgstr ""
+msgstr "Керувати"
msgid "Learn GitLab"
msgstr "ДізнатиÑÑ Ð¿Ñ€Ð¾ GitLab"
+msgid "Learn More"
+msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ"
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
-msgstr "ДізнайтеÑÑ Ñк%{link_start}зробити внеÑок до вбудованих шаблонів%{link_end}"
+msgstr "ДізнайтеÑÑ Ñк %{link_start}зробити внеÑок до вбудованих шаблонів%{link_end}"
msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab."
msgstr "ДізнайтеÑÑ Ñк %{no_packages_link_start}публікувати та ділитиÑÑ Ð²Ð°ÑˆÐ¸Ð¼Ð¸ пакетами%{no_packages_link_end} через GitLab."
@@ -9208,6 +11017,12 @@ msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Auto DevOps"
msgid "Learn more about Kubernetes"
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Kubernetes"
+msgid "Learn more about License-Check"
+msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про License-Check"
+
+msgid "Learn more about Vulnerability-Check"
+msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Vulnerability-Check"
+
msgid "Learn more about Web Terminal"
msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Веб-термінал"
@@ -9232,9 +11047,6 @@ msgstr "Докладніше про підпиÑÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñ–Ð²"
msgid "Learn more about the dependency list"
msgstr "Докладніше про ÑпиÑок залежноÑтей"
-msgid "Learn more about vulnerability check"
-msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про перевірку вразливоÑтей"
-
msgid "Learn more in the"
msgstr "ДізнайтеÑÑŒ більше"
@@ -9244,6 +11056,12 @@ msgstr "Детальніше в документації по розкладам
msgid "Leave"
msgstr "Вийти"
+msgid "Leave Admin Mode"
+msgstr "Вийти з Режиму ÐдмініÑтратора"
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "Вийти з режиму редагуваннÑ? УÑÑ– незбережені зміни буде втрачено."
@@ -9268,6 +11086,9 @@ msgstr "ЛіцензіÑ"
msgid "License Compliance"
msgstr "ВідповідніÑÑ‚ÑŒ ліцензіÑм"
+msgid "License-Check"
+msgstr "License-Check"
+
msgid "LicenseCompliance|Add a license"
msgstr "Додати ліцензію"
@@ -9317,6 +11138,13 @@ msgstr[1] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ліÑ
msgstr[2] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ліцензій лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸ джерела"
msgstr[3] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ліцензій лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸ джерела"
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ліцензію лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸ джерела. Ðеобхідне затвердженнÑ"
+msgstr[1] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ліцензії лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸ джерела. Ðеобхідне затвердженнÑ"
+msgstr[2] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ліцензій лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸ джерела. Ðеобхідне затвердженнÑ"
+msgstr[3] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ліцензій лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸ джерела. Ðеобхідне затвердженнÑ"
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d нову ліцензію"
@@ -9324,6 +11152,13 @@ msgstr[1] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d ноÐ
msgstr[2] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d нових ліцензій"
msgstr[3] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d нових ліцензій"
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d нову ліцензію. Ðеобхідне затвердженнÑ"
+msgstr[1] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d нові ліцензії. Ðеобхідне затвердженнÑ"
+msgstr[2] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d нових ліцензій. Ðеобхідне затвердженнÑ"
+msgstr[3] "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм виÑвила %d нових ліцензій. Ðеобхідне затвердженнÑ"
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr "ВідповідніÑÑ‚ÑŒ ЛіцензіÑм не виÑвила ліцензій лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸ джерела"
@@ -9372,6 +11207,57 @@ msgstr "Ð›Ñ–Ñ†ÐµÐ½Ð·Ñ–Ñ Ð½Ð°Ð»ÐµÐ¶Ð¸Ñ‚ÑŒ"
msgid "Licenses"
msgstr "Ліцензії"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr "Компонент"
+
+msgid "Licenses|Components"
+msgstr "Компоненти"
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr "Ðазва"
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr "Придбати ліцензію"
+
+msgid "License|License"
+msgstr "ЛіцензіÑ"
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr "Ви можете відновити доÑтуп до фунціональноÑÑ‚Ñ– Gold в будь-Ñкий Ñ‡Ð°Ñ ÑˆÐ»Ñхом переходу на відповідний тарифний план."
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr "Ви можете розпочати безкоштовний пробний період GitLab Ultimate без будь-Ñких зобов’Ñзань та даних Ð´Ð»Ñ Ð¾Ð¿Ð»Ð°Ñ‚Ð¸."
+
+msgid "License|You do not have a license."
+msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” ліцензії."
+
+msgid "License|Your License"
+msgstr "Ваша ліцензіÑ"
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr "Ваш безкоштовний пробний період GitLab Ultimate завершено %{trial_ends_on}."
+
msgid "Limit display of time tracking units to hours."
msgstr "Обмежити Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð´Ð¸Ð½Ð¸Ñ†ÑŒ відÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñу до годин."
@@ -9385,21 +11271,33 @@ msgstr[1] "Показ обмежено тільки %d подіÑми"
msgstr[2] "Показ обмежено тільки %d подіÑми"
msgstr[3] "Показ обмежено тільки %d подіÑми"
-msgid "Link copied to clipboard"
-msgstr "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ñкопійовано в буфер обміну"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
+msgstr "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ñкопійовано"
msgid "Linked emails (%{email_count})"
msgstr "Пов’Ñзані адреÑи електронної пошти (%{email_count})"
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "LinkedIn"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr "Ще %{counterLabel} наÑтупних конвеєрів"
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr "СпиÑок"
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr "СпиÑок ваших репозиторіїв Gitea"
@@ -9407,10 +11305,10 @@ msgid "List available repositories"
msgstr "СпиÑок доÑтупних репозиторіїв"
msgid "List of IPs and CIDRs of allowed secondary nodes. Comma-separated, e.g. \"1.1.1.1, 2.2.2.0/24\""
-msgstr ""
+msgstr "СпиÑок IP-Ð°Ð´Ñ€ÐµÑ Ñ‚Ð° CIDR-маÑок дозволених вторинних вузлів. Розділені комами, наприклад, \"1.1.1.1, 2.2.2.0/24\""
msgid "List the merge requests that must be merged before this one."
-msgstr ""
+msgstr "Перерахуйте запити на об'єднаннÑ, Ñкі необхідно об'єднати перед цим."
msgid "List view"
msgstr "Режим ÑпиÑку"
@@ -9424,12 +11322,18 @@ msgstr "Попередній переглÑд"
msgid "Loading contribution stats for group members"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ ÑтатиÑтики учаÑників групи"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñ–Ð², директорій та підмодулів за шлÑхом %{path} Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ %{ref}"
+
msgid "Loading functions timed out. Please reload the page to try again."
-msgstr ""
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ð¹ перевищило ліміт чаÑу. Будь лаÑка, перезавантажте цю Ñторінку Ñ– Ñпробуйте знову."
msgid "Loading issues"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡"
+msgid "Loading snippet"
+msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñніпета"
+
msgid "Loading the GitLab IDE..."
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ IDE GitLab..."
@@ -9473,7 +11377,7 @@ msgid "Locked by %{fileLockUserName}"
msgstr "Заблоковано %{fileLockUserName}"
msgid "Locked the discussion."
-msgstr ""
+msgstr "ДиÑкуÑÑ–ÑŽ закрито."
msgid "Locked to current projects"
msgstr "Закріплено за поточними проектами"
@@ -9493,6 +11397,18 @@ msgstr "Логотип було уÑпішно видалено."
msgid "Logs"
msgstr "Логи"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr "Щоб побачити журнали pod'ів, розгорніть Ñвій код у ÑкомуÑÑŒ Ñередовищі."
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr "МБ"
+
+msgid "MD5"
+msgstr "MD5"
+
msgid "MERGED"
msgstr "ЗЛИТО"
@@ -9532,6 +11448,9 @@ msgstr "ПереконайтеÑÑ, що ви ввійшли за допомог
msgid "Makes this issue confidential."
msgstr "Робить цю задачу конфіденційною."
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr "Керувати"
@@ -9629,7 +11548,7 @@ msgid "Marked To Do as done."
msgstr "ÐÐ°Ð³Ð°Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¾ виконаним."
msgid "Marked this %{noun} as Work In Progress."
-msgstr "Позначено цей %{noun} Ñк \"Ð’ процеÑÑ–\"."
+msgstr "Позначено цей %{noun} Ñк WIP (в процеÑÑ–)."
msgid "Marked this issue as a duplicate of %{duplicate_param}."
msgstr "Цю задачу позначено дублікатом %{duplicate_param}."
@@ -9641,7 +11560,7 @@ msgid "Marks To Do as done."
msgstr "Позначити Ð½Ð°Ð³Ð°Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð¸Ð¼."
msgid "Marks this %{noun} as Work In Progress."
-msgstr "Позначає цей %{noun} Ñк \"Ð’ процеÑÑ–\"."
+msgstr "Позначає цей %{noun} Ñк WIP (в процеÑÑ–)."
msgid "Marks this issue as a duplicate of %{duplicate_reference}."
msgstr "Позначає задачу Ñк дублікат %{duplicate_reference}."
@@ -9691,6 +11610,9 @@ msgstr "МакÑимальний рівень доÑтупу"
msgid "Max seats used"
msgstr "МакÑимальна кількіÑÑ‚ÑŒ викориÑтаних міÑць"
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr "МакÑимальний розмір артефактів (МБ)"
@@ -9707,23 +11629,38 @@ msgid "Maximum job timeout"
msgstr "МакÑимальний Ñ‡Ð°Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ"
msgid "Maximum job timeout has a value which could not be accepted"
+msgstr "МакÑимальний Ñ‡Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð±Ð¾Ñ‚Ð¸ має недопуÑтиме значеннÑ"
+
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
msgstr ""
-msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgid "Maximum number of %{name} (%{count}) exceeded"
msgstr ""
+msgid "Maximum number of comments exceeded"
+msgstr "Перевищено макÑимальну кількіÑÑ‚ÑŒ коментарів"
+
+msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgstr "МакÑимальна кількіÑÑ‚ÑŒ дзеркал, що можуть бути Ñинхронізовані одночаÑно."
+
msgid "Maximum push size (MB)"
msgstr "МакÑимальний розмір Ð´Ð»Ñ Ð²Ñ–Ð´Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ (МБ)"
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
-msgstr ""
+msgstr "МакÑимальний можливий Ñ‡Ð°Ñ Ð¼Ñ–Ð¶ оновленнÑми Ð´Ð»Ñ Ð´Ð·ÐµÑ€ÐºÐ°Ð»Ð° при запланованій Ñинхронізації."
msgid "May"
msgstr "травень"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "Медіана"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr "Ð‘Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÑƒÑ‡Ð°Ñників"
@@ -9740,9 +11677,15 @@ msgid "Members of <strong>%{project_name}</strong>"
msgstr "УчаÑники <strong>%{project_name}</strong>"
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
+msgstr "УчаÑники із доÑтупом до %{strong_start}%{group_name}%{strong_end}"
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
+msgstr "УчаÑники, що очікують отримати доÑтуп до %{strong_start}%{group_name}%{strong_end}"
+
+msgid "Memory Usage"
+msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ð°Ð¼â€™ÑÑ‚Ñ–"
+
+msgid "Memory limit exceeded while rendering template"
msgstr ""
msgid "Merge"
@@ -9763,6 +11706,9 @@ msgstr "Запити на злиттÑ"
msgid "Merge Requests created"
msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÑƒÐ»Ð¾ Ñтворено"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ-злиттÑ"
@@ -9775,11 +11721,14 @@ msgstr "Злити негайно"
msgid "Merge in progress"
msgstr "Ð—Ð»Ð¸Ñ‚Ñ‚Ñ Ð² процеÑÑ–"
+msgid "Merge options"
+msgstr "Параметри злиттÑ"
+
msgid "Merge request"
msgstr "Запит на злиттÑ"
msgid "Merge request %{iid} authored by %{authorName}"
-msgstr ""
+msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %{iid} від %{authorName}"
msgid "Merge request approvals"
msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на злиттÑ"
@@ -9787,6 +11736,9 @@ msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на злиттÑ"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑŽÑ‚ÑŒ вÑтановити кількіÑÑ‚ÑŒ необхідних затверджень та попередньо визначити ÑпиÑок затверджуючих оÑіб, Ñкі повинні будуть затверджувати кожен запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñƒ проекті."
+msgid "Merge request dependencies"
+msgstr "ЗалежноÑÑ‚Ñ– запиту на злиттÑ"
+
msgid "Merge requests"
msgstr "Запити на злиттÑ"
@@ -9794,7 +11746,7 @@ msgid "Merge requests are a place to propose changes you've made to a project an
msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ â€” це ÑпоÑіб запропонувати Ñвої зміни до проекту Ñ– обговорити Ñ—Ñ… із іншими"
msgid "Merge requests are read-only in a secondary Geo node"
-msgstr ""
+msgstr "Запити на об'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð´Ð¾Ñтупні лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° вторинному вузлі Geo"
msgid "Merge when pipeline succeeds"
msgstr "Злити, коли конвеєр уÑпішно завершитьÑÑ"
@@ -9880,14 +11832,11 @@ msgstr "розпочато Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð² %{linkStart}Ñтарій в
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr "розпочато Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ %{linkStart}відмінноÑтей%{linkEnd}"
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr "розпочато Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ñтарілої зміни в коміті %{linkStart}%{commitId}%{linkEnd}"
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr "розпочато Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr "розпочато Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ñтарілої зміни в коміті %{linkStart}%{commitDisplay}%{linkEnd}"
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart} Ð¾Ð¿Ð¸Ñ Ð·Ð¼Ñ–Ð½ÐµÐ½Ð¾ %{descriptionChangedTimes} раз(а,ів) %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr "розпочато Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ %{linkStart}%{commitDisplay}%{linkEnd}"
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr "Помилка при відхиленні вікна підказок. Будь лаÑка, Ñпробуйте знову."
@@ -9908,6 +11857,9 @@ msgid "Merged branches are being deleted. This can take some time depending on t
msgstr "Злиті гілки в процеÑÑ– видаленнÑ. Це може зайнÑти деÑкий Ñ‡Ð°Ñ Ð² залежноÑÑ‚Ñ– від Ñ—Ñ… кількоÑÑ‚Ñ–. Будь лаÑка, оновіть Ñторінку, щоб побачити зміни."
msgid "Merges this merge request when the pipeline succeeds."
+msgstr "Зливає цей запит на злиттÑ, коли конвеєр завершуєтьÑÑ ÑƒÑпішно."
+
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
msgstr ""
msgid "Messages"
@@ -9923,10 +11875,10 @@ msgid "Metric was successfully updated."
msgstr "Метрику уÑпішно оновлено."
msgid "MetricChart|Please select a metric"
-msgstr ""
+msgstr "Будь лаÑка, виберіть метрику"
msgid "MetricChart|Selected"
-msgstr ""
+msgstr "Вибрано"
msgid "Metrics"
msgstr "Метрики"
@@ -9941,7 +11893,7 @@ msgid "Metrics - Prometheus"
msgstr "Метрики - Prometheus"
msgid "Metrics Dashboard"
-msgstr ""
+msgstr "Панель метрик"
msgid "Metrics and profiling"
msgstr "Метрики та профілюваннÑ"
@@ -9952,9 +11904,15 @@ msgstr "Метрики Ð´Ð»Ñ Ñередовища"
msgid "Metrics|Add metric"
msgstr "Додати метрику"
+msgid "Metrics|Avg"
+msgstr "Сер"
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Перевірте документацію CI/CD щодо Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð² Ñередовищі"
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "Створити метрику"
@@ -9964,6 +11922,15 @@ msgstr "Видалити метрику"
msgid "Metrics|Delete metric?"
msgstr "Видалити метрику?"
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "Редагувати метрику"
@@ -9976,21 +11943,21 @@ msgstr "Ð”Ð»Ñ Ð³Ñ€ÑƒÐ¿ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð´Ñ–Ð±Ð½Ð¸Ñ… метрик"
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr "Мітка оÑÑ– y (зазвичай Ð¾Ð´Ð¸Ð½Ð¸Ñ†Ñ Ð²Ð¸Ð¼Ñ–Ñ€ÑŽÐ²Ð°Ð½Ð½Ñ). Ð’Ñ–ÑÑŒ x завжди позначає чаÑ."
-msgid "Metrics|Learn about environments"
-msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Ñередовища"
-
msgid "Metrics|Legend label (optional)"
msgstr "Заголовок легенди (необов’Ñзковий)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr "МакÑ"
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Має бути коректним запитом PromQL."
msgid "Metrics|New metric"
msgstr "Ðова метрика"
-msgid "Metrics|No deployed environments"
-msgstr "Ðемає розгорнутих Ñередовищ"
-
msgid "Metrics|PromQL query is valid"
msgstr "Запит PromQL Ñ” дійÑним"
@@ -10000,9 +11967,18 @@ msgstr "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð¿Ð¾ запитам Prometheus"
msgid "Metrics|Show last"
msgstr "Показати оÑтанні"
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr "ТрапилаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ— про Ñередовища. Будь лаÑка, Ñпробуйте ще раз"
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr "Помилка при отриманні журналів, будь лаÑка, Ñпробуйте знову"
+
msgid "Metrics|There was an error getting deployment information."
msgstr "ТрапилаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ— про розгортаннÑ."
@@ -10015,12 +11991,12 @@ msgstr "Помилка при перевірці вашого запиту"
msgid "Metrics|There was an error while retrieving metrics"
msgstr "ТрапилаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð¼ÐµÑ‚Ñ€Ð¸Ðº"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr "Ðеочікувана відповідь про Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ кінцевої точки Prometheus"
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
-msgstr "Ðеочікувана відповідь про дані метрики від кінцевої точки Prometheus"
-
msgid "Metrics|Unit label"
msgstr "Одиниці вимірюваннÑ"
@@ -10030,9 +12006,15 @@ msgstr "ВикориÑтовуєтьÑÑ Ñк заголовок графіка"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr "ВикориÑтовуєтьÑÑ, Ñкщо запит повертає єдину поÑлідовніÑÑ‚ÑŒ. Якщо ж він повертає декілька, Ñ—Ñ… назви берутьÑÑ Ñ–Ð· відповіді."
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Ðазва оÑÑ– Y"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr "Ви збираєтеÑÑ Ð¾Ñтаточно видалити цю метрику. Це не можна відмінити."
@@ -10051,6 +12033,9 @@ msgstr "напр. rate(http_requests_total[5m])"
msgid "Metrics|e.g. req/sec"
msgstr "напр. зап/Ñек"
+msgid "Microsoft Azure"
+msgstr "Microsoft Azure"
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr "ПеренеÑено %{success_count}/%{total_count} файлів."
@@ -10058,7 +12043,11 @@ msgid "Migration successful."
msgstr "ÐœÑ–Ð³Ñ€Ð°Ñ†Ñ–Ñ ÑƒÑпішна."
msgid "Milestone"
-msgstr "Етап"
+msgid_plural "Milestones"
+msgstr[0] "Етап"
+msgstr[1] "Етапи"
+msgstr[2] "Етапів"
+msgstr[3] "Етапів"
msgid "Milestone lists not available with your current license"
msgstr "СпиÑки етапів не доÑтупні з вашою поточною ліцензією"
@@ -10100,7 +12089,7 @@ msgid "Milestones|This action cannot be reversed."
msgstr "Цю дію не можна ÑкаÑувати."
msgid "Minimum capacity to be available before we schedule more mirrors preemptively."
-msgstr ""
+msgstr "Мінімальна доÑтупна пропуÑкна здатніÑÑ‚ÑŒ необхідна Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑку попередньої Ñинхронізації дзеркал."
msgid "Minimum length is %{minimum_password_length} characters"
msgstr "Мінімально довжина Ñкладає %{minimum_password_length} Ñимволів"
@@ -10108,6 +12097,9 @@ msgstr "Мінімально довжина Ñкладає %{minimum_password_le
msgid "Minimum length is %{minimum_password_length} characters."
msgstr "Мінімально довжина Ñкладає %{minimum_password_length} Ñимволів."
+msgid "Minimum password length (number of characters)"
+msgstr "Мінімальна довжина Ð¿Ð°Ñ€Ð¾Ð»Ñ (кількіÑÑ‚ÑŒ Ñимволів)"
+
msgid "Minutes"
msgstr "Хвилин"
@@ -10120,6 +12112,9 @@ msgstr "Віддзеркалити репозиторій"
msgid "Mirror user"
msgstr "КориÑтувач Ð´Ð»Ñ Ð²Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð½Ñ"
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr "Віддзеркалені гілки матимуть цей префікÑ. Якщо ви увімкнули \"Віддзеркалювати лише захищені гілки\" вам необхідно буде включити цей Ð¿Ñ€ÐµÑ„Ñ–ÐºÑ Ñƒ захищені гілки цього проекту, інакше нічого не буде віддзеркалено."
+
msgid "Mirrored repositories"
msgstr "Віддзеркалені репозиторії"
@@ -10142,7 +12137,7 @@ msgid "Missing commit signatures endpoint!"
msgstr "ВідÑÑƒÑ‚Ð½Ñ ÐºÑ–Ð½Ñ†ÐµÐ²Ð° точка Ð´Ð»Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñів комітів!"
msgid "MissingSSHKeyWarningLink|add an SSH key"
-msgstr "не додаÑте SSH ключ"
+msgstr "додаÑте SSH ключ"
msgid "Modal|Cancel"
msgstr "СкаÑувати"
@@ -10151,7 +12146,7 @@ msgid "Modal|Close"
msgstr "Закрити"
msgid "Modified in this version"
-msgstr ""
+msgstr "Змінено в цій верÑÑ–Ñ—"
msgid "Modify commit message"
msgstr "Змінити Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ"
@@ -10166,7 +12161,7 @@ msgid "Monday"
msgstr "Понеділок"
msgid "Monitor your errors by integrating with Sentry."
-msgstr ""
+msgstr "ВідÑлідковуйте Ñвої помилки за допомогою інтеграції із Sentry."
msgid "Monitoring"
msgstr "Моніторинг"
@@ -10186,12 +12181,18 @@ msgstr "Більше команд Slack"
msgid "More actions"
msgstr "Додаткові дії"
+msgid "More details"
+msgstr "Детальніше"
+
msgid "More info"
msgstr "Детальніше"
msgid "More information"
msgstr "Детальніше"
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "тут"
@@ -10229,10 +12230,10 @@ msgid "MoveIssue|Cannot move issue to project it originates from!"
msgstr "Ðеможливо перенеÑти задачу до проекту, в Ñкому вона знаходитьÑÑ!"
msgid "Moved issue to %{label} column in the board."
-msgstr ""
+msgstr "Переміщено задачу в колонку %{label} на дошці."
msgid "Moved this issue to %{path_to_project}."
-msgstr ""
+msgstr "Переміщено цю задачу в %{path_to_project}."
msgid "Moves issue to %{label} column in the board."
msgstr "ПереміÑтити задачу в колонку %{label} на дошці."
@@ -10244,9 +12245,12 @@ msgid "Multiple issue boards"
msgstr "Кілька дошок обговореннÑ"
msgid "Multiple model types found: %{model_types}"
-msgstr ""
+msgstr "Знайдено декілька типів моделей: %{model_types}"
msgid "Multiple uploaders found: %{uploader_types}"
+msgstr "Знайдено декілька завантажувачів: %{uploader_types}"
+
+msgid "My-Reaction"
msgstr ""
msgid "Name"
@@ -10264,6 +12268,9 @@ msgstr "Ðазвіть ваш індивідуальний ключ за допÐ
msgid "Name:"
msgstr "Ім’Ñ:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr "ПроÑтори імен Ð´Ð»Ñ Ñ–Ð½Ð´ÐµÐºÑуваннÑ"
@@ -10273,6 +12280,9 @@ msgstr "ІменуваннÑ, теми, аватар"
msgid "Naming, visibility"
msgstr "ÐайменуваннÑ, видиміÑÑ‚ÑŒ"
+msgid "Navigate to the project to close the milestone."
+msgstr "Перейдіть до проєкту, щоб закрити етап."
+
msgid "Nav|Help"
msgstr "Допомога"
@@ -10303,9 +12313,15 @@ msgstr "Ðовий додаток"
msgid "New Environment"
msgstr "Ðове Ñередовище"
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "Ðова група"
+msgid "New Group Name"
+msgstr "Ðове Ñ–Ð¼â€™Ñ Ð³Ñ€ÑƒÐ¿Ð¸"
+
msgid "New Identity"
msgstr "Ðова ідентифікаціÑ"
@@ -10343,6 +12359,9 @@ msgstr "Ðова гілка"
msgid "New branch unavailable"
msgstr "Ðова гілка недоÑтупна"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr "Додано нові зміни. %{linkStart}Оновіть Ñторінку, щоб переглÑнути Ñ—Ñ…%{linkEnd}"
+
msgid "New deploy key"
msgstr "Ðовий ключ Ð´Ð»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ"
@@ -10365,7 +12384,7 @@ msgid "New group"
msgstr "Ðова група"
msgid "New health check access token has been generated!"
-msgstr ""
+msgstr "Згенеровано новий токен Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ працездатноÑÑ‚Ñ–!"
msgid "New identity"
msgstr "Ðова ідентифікаціÑ"
@@ -10373,6 +12392,9 @@ msgstr "Ðова ідентифікаціÑ"
msgid "New issue"
msgstr "Ðова задача"
+msgid "New issue title"
+msgstr "Ðазва нової задачі"
+
msgid "New label"
msgstr "Ðова мітка"
@@ -10392,7 +12414,7 @@ msgid "New project"
msgstr "Ðовий проект"
msgid "New runners registration token has been generated!"
-msgstr ""
+msgstr "Згенеровано новий реєÑтраційний токен runner-ів!"
msgid "New schedule"
msgstr "Ðовий Розклад"
@@ -10407,7 +12429,7 @@ msgid "New tag"
msgstr "Ðовий тег"
msgid "New users set to external"
-msgstr ""
+msgstr "Ðові кориÑтувачі Ñ” \"зовнішні по замовчанню\""
msgid "New! Suggest changes directly"
msgstr "Ðовинка! Пропонуйте зміни безпоÑередньо"
@@ -10416,16 +12438,16 @@ msgid "New..."
msgstr "Ðовий..."
msgid "Newly registered users will by default be external"
-msgstr ""
+msgstr "За замовчуваннÑм щойно зареєÑтровані кориÑтувачі будуть зовнішніми кориÑтувачами"
msgid "Next"
msgstr "Далі"
msgid "Next file in diff (MRs only)"
-msgstr ""
+msgstr "ÐаÑтупний файл у різниці (лише Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на злиттÑ)"
msgid "Next unresolved discussion (MRs only)"
-msgstr ""
+msgstr "ÐаÑтупне незакрите Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ (лише в запитах на злиттÑ)"
msgid "Nickname"
msgstr "ПÑевдонім"
@@ -10439,6 +12461,9 @@ msgstr "ВідÑутній %{header} у цьому запиті."
msgid "No %{providerTitle} repositories found"
msgstr "Ðе знайдено репозиторіїв %{providerTitle}"
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr "Ðемає епіка"
@@ -10448,6 +12473,9 @@ msgstr "Без Мітки"
msgid "No Milestone"
msgstr "Етап відÑутній"
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr "Ðемає тегів"
@@ -10493,15 +12521,18 @@ msgstr "Даних не знайдено"
msgid "No data to display"
msgstr "Ðемає даних Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ"
+msgid "No deployment platform available"
+msgstr "Ðемає платформи Ð´Ð»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ"
+
msgid "No deployments found"
msgstr "Ðе знайдено розгортань"
-msgid "No details available"
-msgstr "Ðемає деталей Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ"
-
msgid "No due date"
msgstr "Ðемає"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr "Ðемає помилок Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
@@ -10511,6 +12542,9 @@ msgstr "Ðемає запланованого або витраченого ча
msgid "No file chosen"
msgstr "Файл не вибрано"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr "Файл не вибраний"
@@ -10520,14 +12554,11 @@ msgstr "Ðемає файлів"
msgid "No files found."
msgstr "Ðе знайдено жодного файлу."
-msgid "No forks available to you."
-msgstr "Вам не доÑтупний жоден форк."
-
-msgid "No issues for the selected time period."
-msgstr "Ðемає задач за вибраний період чаÑу."
+msgid "No forks are available to you."
+msgstr ""
-msgid "No job trace"
-msgstr "Ðемає логу завданнÑ"
+msgid "No job log"
+msgstr "Ðемає журналу завданнÑ"
msgid "No jobs to show"
msgstr "Ðемає завдань Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ"
@@ -10544,9 +12575,6 @@ msgstr "Ðе знайдено ліцензій."
msgid "No matching results"
msgstr "Ðемає відповідних результатів"
-msgid "No merge requests for the selected time period."
-msgstr "Ðемає запитів на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð·Ð° вибраний період чаÑу."
-
msgid "No merge requests found"
msgstr "Ðе знайдено жодного запиту на злиттÑ"
@@ -10562,18 +12590,18 @@ msgstr "Ðемає інших міток з таким іменем або опÐ
msgid "No parent group"
msgstr "Ðемає батьківÑької групи"
+msgid "No pods available"
+msgstr "Ðемає доÑтупних pod'ів"
+
msgid "No preview for this file type"
msgstr "Попереднього переглÑду Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ типу файлів немає"
-msgid "No prioritised labels with such name or description"
+msgid "No prioritized labels with such name or description"
msgstr "Ðемає пріоритетних міток з таким іменем або опиÑом"
msgid "No public groups"
msgstr "Ðемає публічних груп"
-msgid "No pushes for the selected time period."
-msgstr "Ðемає відправок (push) за вказаний період чаÑу."
-
msgid "No repository"
msgstr "Ðемає репозиторію"
@@ -10598,6 +12626,21 @@ msgstr "Шаблон відÑутній"
msgid "No value set by top-level parent group."
msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð½Ðµ вÑтановлено на рівні найвищої батьківÑької групи."
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr "Ðе знайдено жодного вебхука, додайте його у формі вище."
+
msgid "No, directly import the existing email addresses and usernames."
msgstr "ÐÑ–, безпоÑередньо імпортувати Ñ–Ñнуючі адреÑи електронної пошти та імена кориÑтувачів."
@@ -10619,8 +12662,11 @@ msgstr "Вузли"
msgid "None"
msgstr "Ðемає"
+msgid "Not Implemented"
+msgstr "Ðе реалізовано"
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
-msgstr ""
+msgstr "Ще не вÑÑ– дані оброблені, тому точніÑÑ‚ÑŒ графіку Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ð³Ð¾ чаÑового проміжку обмежена."
msgid "Not available"
msgstr "ÐедоÑтупний"
@@ -10670,9 +12716,6 @@ msgstr "Примітка: звернітьÑÑ Ð´Ð¾ вашого адмініÑÑ
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "Примітка: звернітьÑÑ Ð´Ð¾ вашого адмініÑтратора GitLab, щоб налаштувати %{github_integration_link}, Ñкий дозволить входити за допомогою GitHub та імпортувати репозиторії без генерації перÑонального токена доÑтупу."
-msgid "Note: the container registry is always visible when a project is public"
-msgstr "Примітка: Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–Ñ‡Ð½Ð¸Ñ… проектів реєÑÑ‚Ñ€ контейнерів завжди Ñ” видимим"
-
msgid "NoteForm|Note"
msgstr "Примітка"
@@ -10733,6 +12776,9 @@ msgstr "Ðовий запит на злиттÑ"
msgid "NotificationEvent|New note"
msgstr "Ðова нотатка"
+msgid "NotificationEvent|New release"
+msgstr "Ðовий реліз"
+
msgid "NotificationEvent|Reassign issue"
msgstr "Перепризначити задачу"
@@ -10770,7 +12816,7 @@ msgid "Notifications"
msgstr "СповіщеннÑ"
msgid "Notifications have been disabled by the project or group owner"
-msgstr ""
+msgstr "Ð¡Ð¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð±ÑƒÐ»Ð¾ вимкнено влаÑником проекту або групи"
msgid "Notifications off"
msgstr "Ð¡Ð¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð¾"
@@ -10784,26 +12830,41 @@ msgstr "лиÑÑ‚."
msgid "November"
msgstr "лиÑтопад"
-msgid "Number of Elasticsearch replicas"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
msgstr ""
+msgid "Number of Elasticsearch replicas"
+msgstr "КількіÑÑ‚ÑŒ реплік Elasticsearch"
+
msgid "Number of Elasticsearch shards"
msgstr "КількіÑÑ‚ÑŒ Ñегментів Elasticsearch"
msgid "Number of LOCs per commit"
-msgstr ""
+msgstr "КількіÑÑ‚ÑŒ Ñ€Ñдків коду (LOC) на коміт"
+
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr "КількіÑÑ‚ÑŒ змін (гілок чи тегів) у одному відправленні Ñка впливає на те будуть ÑтворюватиÑÑ Ñ–Ð½Ð´Ð¸Ð²Ñ–Ð´ÑƒÐ°Ð»ÑŒÐ½Ñ– події відправки чи одна групова. Групова Ð¿Ð¾Ð´Ñ–Ñ Ð²Ñ–Ð´Ð¿Ñ€Ð°Ð²ÐºÐ¸ буде Ñтворена Ñкщо Ñ†Ñ ÐºÑ–Ð»ÑŒÐºÑ–ÑÑ‚ÑŒ перевищує вÑтановлене чиÑло."
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr "КількіÑÑ‚ÑŒ змін (гілок чи тегів) у одному відправленні Ñка впливає на те чи будуть викликані веб-хуки та ÑервіÑи. Вони не будуть викликатиÑÑ Ñкщо Ñ†Ñ ÐºÑ–Ð»ÑŒÐºÑ–ÑÑ‚ÑŒ перевищує вÑтановленне чиÑло."
+
+msgid "Number of commits"
+msgstr "КількіÑÑ‚ÑŒ комітів"
msgid "Number of commits per MR"
+msgstr "КількіÑÑ‚ÑŒ комітів на запит на злиттÑ"
+
+msgid "Number of employees"
msgstr ""
msgid "Number of files touched"
-msgstr ""
+msgstr "КількіÑÑ‚ÑŒ змінених файлів"
msgid "OK"
msgstr "OK"
msgid "Object Storage replication"
-msgstr ""
+msgstr "Ð ÐµÐ¿Ð»Ñ–ÐºÐ°Ñ†Ñ–Ñ Ð¾Ð±'єктного Ñховища"
msgid "Object does not exist on the server or you don't have permissions to access it"
msgstr "Об’єкт не Ñ–Ñнує на Ñервері або у Ð²Ð°Ñ Ð½Ðµ має до нього доÑтупу"
@@ -10823,6 +12884,9 @@ msgstr "Гаразд, уперед"
msgid "OmniAuth"
msgstr "OmniAuth"
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð·Ð°Ñ…Ð¸Ñ‰ÐµÐ½Ð¸Ñ… шлÑхів в Omnibus активне. Починаючи із 12.4 Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Omnibus Ñ” нерекомендованим Ñ– буде видалено в майбутніх релізах. Будь лаÑка, переглÑньте %{relative_url_link_start}документацію по міграції захищених шлÑхів%{relative_url_link_end}."
+
msgid "Onboarding"
msgstr "ОзнайомленнÑ"
@@ -10833,6 +12897,9 @@ msgid "Once removed, the fork relationship cannot be restored and you will no lo
msgstr "ПіÑÐ»Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð·Ð²â€™Ñзок форку не може бути відновлений Ñ– ви більше не зможете відправлÑти запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñƒ вихідний проект."
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
+msgstr "ПіÑÐ»Ñ Ñ‚Ð¾Ð³Ð¾, Ñк екÑпортований файл буде готовий, ви отримаєте ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾ÑŽ поштою із поÑиланнÑм Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð°Ð±Ð¾ можете завантажити його з цієї Ñторінки."
+
+msgid "Once you confirm and press \"Reduce project visibility\":"
msgstr ""
msgid "One more item"
@@ -10845,6 +12912,9 @@ msgstr[3] "Ще %d елементів"
msgid "One or more groups that you don't have access to."
msgstr "Одна або декілька груп, до Ñких ви не маєте доÑтупу."
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr "Один або декілька ваших проектів Bitbucket не можна імпортувати безпоÑередньо в GitLab, оÑкільки вони викориÑтовують Subversion або Mercurial Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÑŽ верÑій заміÑÑ‚ÑŒ Git."
@@ -10854,10 +12924,16 @@ msgstr "Один або декілька ваших проектів Google Code
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr "Один або кілька з ваших файлів залежноÑтей не підтримуютьÑÑ, тому ÑпиÑок залежноÑтей може бути неповним. Ðижче наведено ÑпиÑок підтримуваних типів файлі."
-msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
msgstr ""
+msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
+msgstr "Лише 'Репортер' та більш виÑокі ролі на рівнÑÑ… Premium / Silver та вище можуть переглÑдати аналітику циклу."
+
msgid "Only Project Members"
+msgstr "Тільки учаÑники проекту"
+
+msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
msgid "Only admins"
@@ -10881,14 +12957,11 @@ msgstr "Тільки учаÑники проекту можуть залишат
msgid "Only project members will be imported. Group members will be skipped."
msgstr "Лише учаÑника проекту будуть імпортовані. УчаÑники групи будуть пропущені."
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr "ПідтримуютьÑÑ Ð»Ð¸ÑˆÐµ ці розширеннÑ: %{extension_list}"
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
-msgstr ""
+msgstr "Тільки кориÑтувачі із адреÑою електронної пошти з цього домену можуть бути додані в групу.<br>Ðаприклад: <code>gitlab.com</code>. ДеÑків загальні домени викориÑтовувати заборонено. %{read_more_link}."
msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics."
-msgstr ""
+msgstr "Лише \"Репортер\" та більш виÑокі ролі на рівнÑÑ… Premium / Silver та вище можуть переглÑдати аналітику продуктивноÑÑ‚Ñ–."
msgid "Oops, are you sure?"
msgstr "Ой, а ви впевнені?"
@@ -10900,7 +12973,7 @@ msgid "Open Documentation"
msgstr "Відкрити документацію"
msgid "Open Selection"
-msgstr ""
+msgstr "Відкрити виділеннÑ"
msgid "Open comment type dropdown"
msgstr "Випадаючий ÑпиÑок типу коментарів"
@@ -10912,7 +12985,7 @@ msgid "Open in Xcode"
msgstr "Відкрити в Xcode"
msgid "Open in file view"
-msgstr ""
+msgstr "Відкрити Ñк файл"
msgid "Open issues"
msgstr "Відкриті задачі"
@@ -10929,6 +13002,9 @@ msgstr "Розгорніть бічну панель"
msgid "Open source software to collaborate on code"
msgstr "Відкрите програмне Ð·Ð°Ð±ÐµÐ·Ð¿ÐµÑ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ñпільної роботи над кодом"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr "Відкрито"
@@ -10945,10 +13021,10 @@ msgid "Opens in a new window"
msgstr "ВідкриваєтьÑÑ Ñƒ новому вікні"
msgid "Operation failed. Check pod logs for %{pod_name} for more details."
-msgstr ""
+msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ñ–Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐ¸Ð»Ð°ÑÑ Ð½ÐµÐ²Ð´Ð°Ð»Ð¾. Перевірте журнал pod'а %{pod_name} Ð´Ð»Ñ Ð±Ñ–Ð»ÑŒÑˆ детальної інформації."
msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
-msgstr ""
+msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ñ–Ñ Ð¿ÐµÑ€ÐµÐ²Ð¸Ñ‰Ð¸Ð»Ð° ліміт очікуваннÑ. Перевірте журнал pod'а %{pod_name} Ð´Ð»Ñ Ð±Ñ–Ð»ÑŒÑˆ детальної інформації."
msgid "Operations"
msgstr "Операції"
@@ -10977,6 +13053,9 @@ msgstr "Панель ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ñ–Ñми міÑтить ін
msgid "Optional"
msgstr "Ðеобов'Ñзково"
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr "За необхідноÑÑ‚Ñ– ви можете %{link_to_customize} Ñк адреÑи електронної почти та імена кориÑтувачів FobBugz будуть імпортовані у GitLab."
@@ -10989,6 +13068,9 @@ msgstr "Параметри"
msgid "Or you can choose one of the suggested colors below"
msgstr "Ðбо ви можете вибрати один із запропонованих нижче кольорів"
+msgid "Origin"
+msgstr "Джерело"
+
msgid "Other Labels"
msgstr "Інші мітки"
@@ -10999,10 +13081,7 @@ msgid "Other merge requests block this MR"
msgstr "Інші запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±Ð»Ð¾ÐºÑƒÑŽÑ‚ÑŒ цей"
msgid "Other visibility settings have been disabled by the administrator."
-msgstr ""
-
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
+msgstr "Інші Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð´Ð¸Ð¼Ð¾ÑÑ‚Ñ– були вимкнені адмініÑтратором."
msgid "Outbound requests"
msgstr "Вихідні запити"
@@ -11022,24 +13101,111 @@ msgstr "Ті, що належать мені"
msgid "Owner"
msgstr "ВлаÑник"
+msgid "Package deleted successfully"
+msgstr "Пакет уÑпішно видалено"
+
msgid "Package information"
msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ пакет"
msgid "Package was removed"
msgstr "Пакет був видалений"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr "Скопіювати Maven XML"
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr "Скопіювати команду Maven"
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr "Скопіювати команду npm"
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr "Скопіювати команду Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ npm"
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr "Скопіювати команду yarn"
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr "Скопіювати команду Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ yarn"
+
msgid "PackageRegistry|Delete Package Version"
msgstr "Видалити верÑÑ–ÑŽ пакету"
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr "Ð’ÑтановленнÑ"
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr "ДізнайтеÑÑ Ñк %{noPackagesLinkStart}публікувати та ділитиÑÑ Ð²Ð°ÑˆÐ¸Ð¼Ð¸ пакетами%{noPackagesLinkEnd} через GitLab."
+
+msgid "PackageRegistry|Maven Command"
+msgstr "Команда Maven"
+
+msgid "PackageRegistry|Maven XML"
+msgstr "Maven XML"
+
+msgid "PackageRegistry|Package installation"
+msgstr "Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿Ð°ÐºÐµÑ‚Ñƒ"
+
+msgid "PackageRegistry|Registry Setup"
+msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€ÐµÑ”Ñтру"
+
+msgid "PackageRegistry|Remove package"
+msgstr "Видалити пакет"
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr "Пакетів ще немає"
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr "Виникла проблема при отриманні інформації про цей пакет."
msgid "PackageRegistry|Unable to load package"
msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ пакет"
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ <b>%{packageName}</b>, Ñ– Ñ†Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ñ–Ñ Ñ” незворотньою. Ви впевнені?"
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ верÑÑ–ÑŽ %{boldStart}%{version}%{boldEnd} %{boldStart}%{name}%{boldEnd}. Ви впевнені?"
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr "Можливо, вам також доведетьÑÑ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ñ‚Ð¸ автентифікацію через токена. %{linkStart}ПереглÑньте документацію%{linkEnd}, щоб дізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ."
+
+msgid "PackageRegistry|npm"
+msgstr "npm"
+
+msgid "PackageRegistry|yarn"
+msgstr "yarn"
+
msgid "Packages"
msgstr "Пакети"
@@ -11055,9 +13221,6 @@ msgstr "Сторінки"
msgid "Pages Domain"
msgstr "Домен Pages"
-msgid "Pages Domains"
-msgstr "Домени Pages"
-
msgid "Pages getting started guide"
msgstr "Довідка по Pages"
@@ -11088,15 +13251,36 @@ msgstr "‹ ПопереднÑ"
msgid "Parameter"
msgstr "Параметр"
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr "БатьківÑький епік не Ñ–Ñнує."
+
+msgid "Parent epic is not present."
+msgstr "БатьківÑький епік відÑутній."
+
msgid "Part of merge request changes"
msgstr "ЧаÑтина змін у запиті на злиттÑ"
+msgid "Participants"
+msgstr "УчаÑники"
+
+msgid "Passed"
+msgstr "УÑпішно пройдено"
+
msgid "Password"
msgstr "Пароль"
msgid "Password (optional)"
msgstr "Пароль (необов'Ñзково)"
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr "Парольна Ð°Ð²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ Ð½ÐµÐ´Ð¾Ñтупна."
@@ -11112,6 +13296,9 @@ msgstr "Пароль уÑпішно оновлено. Будь лаÑка, увÑ
msgid "Past due"
msgstr "ПроÑтрочені"
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr "Ð’Ñтавте Ñюди відкритий ключ машини. ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про те, Ñк його згенерувати %{link_start}тут%{link_end}"
@@ -11133,6 +13320,9 @@ msgstr "ШлÑÑ…, перенеÑеннÑ, видаленнÑ"
msgid "Path:"
msgstr "ШлÑÑ…:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr "Призупинити"
@@ -11160,6 +13350,12 @@ msgstr "Виконати звичайні операції на проекті G
msgid "Performance optimization"
msgstr "ÐžÐ¿Ñ‚Ð¸Ð¼Ñ–Ð·Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾Ð´ÑƒÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚Ñ–"
+msgid "PerformanceBar|Download"
+msgstr "Завантажити"
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr "Виклики Gitaly"
@@ -11229,6 +13425,9 @@ msgstr "Квота хвилин Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð²"
msgid "Pipeline quota"
msgstr "Квота на конвеєри"
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr "Тригери конвеєру"
@@ -11296,7 +13495,7 @@ msgid "Pipelines charts"
msgstr "СтатиÑтика конвеєрів"
msgid "Pipelines emails"
-msgstr ""
+msgstr "Електронні лиÑти конвеєрів"
msgid "Pipelines for last month"
msgstr "Конвеєри за оÑтанній міÑÑць"
@@ -11307,8 +13506,8 @@ msgstr "Конвеєри за оÑтанній тиждень"
msgid "Pipelines for last year"
msgstr "Конвеєри за оÑтанній рік"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
-msgstr "Конвеєри Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚Ð¾Ð²Ð°Ð½Ð¾. Відділений конвеєр виконуєтьÑÑ Ð² контекÑÑ‚Ñ– запиту на злиттÑ, а не в контекÑÑ‚Ñ– результату злиттÑ. ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ в документації про конвеєери Ð´Ð»Ñ Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚Ñ–Ð² злиттÑ."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
+msgstr "Конвеєри Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚Ð¾Ð²Ð°Ð½Ð¾. Відділений конвеєр виконуєтьÑÑ Ð² контекÑÑ‚Ñ– запиту на злиттÑ, але не в контекÑÑ‚Ñ– результату злиттÑ. ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ в документації про конвеєери Ð´Ð»Ñ Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚Ñ–Ð² злиттÑ."
msgid "Pipelines settings for '%{project_name}' were successfully updated."
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð² Ð´Ð»Ñ \"%{project_name}\" уÑпішно оновлено."
@@ -11331,6 +13530,9 @@ msgstr "Виконуйте збірки із впевненіÑÑ‚ÑŽ"
msgid "Pipelines|CI Lint"
msgstr "Перевірка конфігурації (CI Lint)"
+msgid "Pipelines|Child pipeline"
+msgstr "Дочірній конвеєр"
+
msgid "Pipelines|Clear Runner Caches"
msgstr "ОчиÑтити кеш Runner'ів"
@@ -11364,9 +13566,15 @@ msgstr "Ð’ даний Ñ‡Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” конвеєрів."
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr "Помилка при отриманні конвеєрів. Спробуйте знову через декілька хвилин, або звернітьÑÑ Ð´Ð¾ Ñлужби підтримки."
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "Цей проект в даний Ñ‡Ð°Ñ Ð½Ðµ налаштований Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑку конвеєрів."
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr "Коміт"
@@ -11392,7 +13600,7 @@ msgid "Pipeline|Merge train pipeline"
msgstr "Конвеєр ланцюжка змін"
msgid "Pipeline|Merged result pipeline"
-msgstr ""
+msgstr "Конвеєр результату злиттÑ"
msgid "Pipeline|Pipeline"
msgstr "Конвеєр"
@@ -11440,7 +13648,7 @@ msgid "Pipeline|for"
msgstr "ДлÑ"
msgid "Pipeline|on"
-msgstr ""
+msgstr "в"
msgid "Pipeline|success"
msgstr "уÑпіх"
@@ -11470,7 +13678,7 @@ msgid "Play"
msgstr "Відтворити"
msgid "Play all manual"
-msgstr ""
+msgstr "ЗапуÑтити вÑÑ– ручні завданнÑ"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "Будь лаÑка, %{link_to_register} або %{link_to_sign_in} щоб прокоментувати"
@@ -11496,8 +13704,8 @@ msgstr "Будь лаÑка, перевірте конфігураційний Ñ
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr "Будь лаÑка, переконайтеÑÑ, що файл конфігурації доÑтупний Ñ– що він Ñ” коректним файлом YAML"
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
-msgstr ""
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr "Будь лаÑка, перевірте Ñвою поштову Ñкриньку (%{email}) Ð´Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ñ‚Ð¾Ð³Ð¾, що ви нею володієте, щоб розкрити потенціал CI/CD. Ðе отримали? %{resend_link}. Ðеправильна адреÑа? %{update_link}."
msgid "Please choose a group URL with no special characters."
msgstr "Будь лаÑка задайте URL групи без Ñпеціальних Ñимволів."
@@ -11518,7 +13726,7 @@ msgid "Please create a username with only alphanumeric characters."
msgstr "Будь лаÑка, Ñтворіть ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача лише із буквено-цифрових Ñимволів."
msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
-msgstr ""
+msgstr "Будь лаÑка, активуйте Ñ– мігруйте на хешоване Ñховище, щоб уникнути проблем із безпекою та забезпечити ціліÑніÑÑ‚ÑŒ даних. %{migrate_link}"
msgid "Please enter a non-negative number"
msgstr "Будь лаÑка, введіть невід'ємне чиÑло"
@@ -11536,7 +13744,7 @@ msgid "Please fill in a descriptive name for your group."
msgstr "Введіть опиÑове ім'Ñ Ð³Ñ€ÑƒÐ¿Ð¸."
msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
-msgstr ""
+msgstr "Будь лаÑка, мігруйте вÑÑ– уÑнуючі проекти на хешоване Ñховище, щоб уникнути проблем із безпекою та забезпечити ціліÑніÑÑ‚ÑŒ даних. %{migrate_link}"
msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access."
msgstr "Зверніть увагу, що Ñ†Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð° не Ñ” чаÑтиною GitLab, Ñ– ви повинні впевнитиÑÑ Ñƒ Ñ—Ñ— безпеці, перш ніж надавати доÑтуп."
@@ -11547,9 +13755,18 @@ msgstr "Будь лаÑка, задайте ім’Ñ"
msgid "Please provide a valid email address."
msgstr "Будь лаÑка, вкажіть дійÑну e-mail адреÑу."
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr "Будь лаÑка переглÑньте <a href=\"%{docs_url}\">%{docs_url}</a>"
+
msgid "Please retype the email address."
msgstr "Будь лаÑка, повторно введіть адреÑу електронної пошти."
+msgid "Please select"
+msgstr "Будь лаÑка, виберіть"
+
+msgid "Please select a country"
+msgstr "Будь лаÑка, виберіть країну"
+
msgid "Please select a file"
msgstr "Будь лаÑка, виберіть файл"
@@ -11571,6 +13788,9 @@ msgstr "Будь лаÑка, пройдіть reCAPTCHA"
msgid "Please try again"
msgstr "Будь лаÑка, Ñпробуйте ще раз"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr "Будь лаÑка, введіть %{phrase_code} Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð²Ð¶ÐµÐ½Ð½Ñ Ð°Ð±Ð¾ закрийте це модальне вікно Ð´Ð»Ñ Ð²Ñ–Ð´Ð¼Ñ–Ð½Ð¸."
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr "Будь лаÑка, оновіть PostgreSQL до верÑÑ–Ñ— 9.6 або вище. Стан реплікації не може бути доÑтовірно визначений у поточній верÑÑ–Ñ—."
@@ -11586,8 +13806,14 @@ msgstr "Будь лаÑка, почекайте поки ми з’єднуємÐ
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "Будь лаÑка, почекайте поки ми імпортуємо ваш репозиторій. Оновлюйте Ñторінку за бажаннÑм."
+msgid "Pod logs"
+msgstr "Журнали pod'а"
+
+msgid "Pod not found"
+msgstr "Pod не знайдено"
+
msgid "Pods in use"
-msgstr ""
+msgstr "Pod’и у викориÑтанні"
msgid "Preferences"
msgstr "ÐалаштуваннÑ"
@@ -11604,6 +13830,9 @@ msgstr "Оберіть між фікÑованим (макÑ. 1280 пікÑ.) Ñ‚
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr "Вибрати вміÑÑ‚ оглÑдової Ñторінки проекту."
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "Ðалаштувати зовнішній виглÑд заголовку заÑтоÑунку та навігаційної бічної панелі."
@@ -11613,9 +13842,15 @@ msgstr "Панель ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° замовчуваннÑм"
msgid "Preferences|Display time in 24-hour format"
msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñу у 24-годинному форматі"
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr "Ðаприклад: 30 хвилин тому."
+msgid "Preferences|Integrations"
+msgstr "Інтеграції"
+
msgid "Preferences|Layout width"
msgstr "Ширина макета"
@@ -11625,8 +13860,14 @@ msgstr "Тема навігації"
msgid "Preferences|Project overview content"
msgstr "ВміÑÑ‚ оглÑдової Ñторінки проекту"
-msgid "Preferences|Show whitespace in diffs"
-msgstr "Показувати пропуÑки в різниці"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
+msgstr ""
msgid "Preferences|Syntax highlighting theme"
msgstr "Тема Ð´Ð»Ñ Ð¿Ñ–Ð´Ñвітки ÑинтакÑиÑу"
@@ -11658,9 +13899,6 @@ msgstr "ВикориÑтовувати відноÑний чаÑ"
msgid "Press %{key}-C to copy"
msgstr "ÐатиÑніть %{key}-C, щоб Ñкопіювати"
-msgid "Press Enter or click to search"
-msgstr "Ð”Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ натиÑніть Enter або клікніть"
-
msgid "Prevent adding new members to project membership within this group"
msgstr "Заборонити Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð½Ð¾Ð²Ð¸Ñ… учаÑників до членÑтва в цій групі"
@@ -11670,6 +13908,12 @@ msgstr "Ðе допуÑкати Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на зÐ
msgid "Prevent approval of merge requests by merge request committers"
msgstr "Ðе допуÑкати Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на Ñ—Ñ… комітерами"
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "Попередній переглÑд"
@@ -11686,10 +13930,10 @@ msgid "Previous Artifacts"
msgstr "Попередні артефакти"
msgid "Previous file in diff (MRs only)"
-msgstr ""
+msgstr "Попередній файл у різниці (лише запити на злиттÑ)"
msgid "Previous unresolved discussion (MRs only)"
-msgstr ""
+msgstr "Попереднє незакрите Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ (лише в запитах на злиттÑ)"
msgid "Primary"
msgstr "Головний"
@@ -11733,15 +13977,48 @@ msgstr "Ðналітика ПродуктивноÑÑ‚Ñ–"
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr "Ðналітика продуктивноÑÑ‚Ñ– дозволÑÑ” виÑвити проблеми, Ñкі Ñповільнюють вашу команду"
+msgid "ProductivityAanalytics|Merge requests"
+msgstr "Запити на злиттÑ"
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr "Ð’ зроÑтаючому порÑдку"
+msgid "ProductivityAnalytics|Days"
+msgstr "Дні"
+
msgid "ProductivityAnalytics|Days to merge"
msgstr "Днів до злиттÑ"
msgid "ProductivityAnalytics|Descending"
msgstr "Ð’ Ñпадному порÑдку"
+msgid "ProductivityAnalytics|Hours"
+msgstr "Години"
+
+msgid "ProductivityAnalytics|List"
+msgstr "СпиÑок"
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr "Запити на злиттÑ"
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr "Дата злиттÑ"
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr "Запити на злиттÑ"
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr "Ð§Ð°Ñ Ð´Ð¾ злиттÑ"
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr "ТенденціÑ"
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "Профіль"
@@ -11940,6 +14217,9 @@ msgstr "Токен Ñтатичних об’єктів було уÑпішно
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr "Розкажіть про Ñебе в межах 250 Ñимволів"
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "МакÑимальний розмір файлу 200КБ."
@@ -12081,6 +14361,9 @@ msgstr "Проект \"%{project_name}\" імпортуєтьÑÑ."
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "Проект '%{project_name}' перебуває в процеÑÑ– видаленнÑ."
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "Проект '%{project_name}' доданий в чергу на видаленнÑ."
@@ -12090,12 +14373,21 @@ msgstr "Проект '%{project_name}' уÑпішно Ñтворений."
msgid "Project '%{project_name}' was successfully updated."
msgstr "Проект '%{project_name}' уÑпішно оновлено."
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "Значки проекту"
msgid "Project Files"
msgstr "Файли проекту"
+msgid "Project Hooks"
+msgstr "Хуки проєкту"
+
msgid "Project ID"
msgstr "Ідентифікатор проекту"
@@ -12105,8 +14397,8 @@ msgstr "URL-адреÑа проекту"
msgid "Project access must be granted explicitly to each user."
msgstr "ДоÑтуп до проекту повинен надаватиÑÑ ÐºÐ¾Ð¶Ð½Ð¾Ð¼Ñƒ кориÑтувачеві."
-msgid "Project already created"
-msgstr "Проект вже Ñтворений"
+msgid "Project already deleted"
+msgstr ""
msgid "Project and wiki repositories"
msgstr "Репозиторії проекту та вікі"
@@ -12126,6 +14418,9 @@ msgstr "ÐžÐ¿Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ (необов'Ñзково)"
msgid "Project details"
msgstr "Деталі проекту"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr "Проєкт не Ñ–Ñнує або ви не маєте прав на Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ñ†Ñ–Ñ”Ñ— дії"
+
msgid "Project export could not be deleted."
msgstr "Ðеможливо видалити екÑпорт проекту."
@@ -12150,6 +14445,21 @@ msgstr "УчаÑники проекту"
msgid "Project name"
msgstr "Ðазва проекту"
+msgid "Project order will not be saved as local storage is not available."
+msgstr "ПорÑдок проєктів не буде збережено, тому що локальне Ñховище недоÑтупне."
+
+msgid "Project overview"
+msgstr "ОглÑд проекту"
+
+msgid "Project path"
+msgstr "ШлÑÑ… до проекту"
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr "ШлÑÑ… проекту"
@@ -12231,6 +14541,12 @@ msgstr "%{service_title}: ÑÑ‚Ð°Ñ‚ÑƒÑ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð¾"
msgid "ProjectService|%{service_title}: status on"
msgstr "%{service_title}: ÑÑ‚Ð°Ñ‚ÑƒÑ ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð¾"
+msgid "ProjectService|Comment"
+msgstr "Коментар"
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr "Інтеграції"
@@ -12264,26 +14580,56 @@ msgstr "Додаткові можливоÑÑ‚Ñ– запиту на злиттÑ,
msgid "ProjectSettings|All discussions must be resolved"
msgstr "Ð’ÑÑ– Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ– бути завершені"
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr "Дозволити кориÑтувачам відправлÑти запити на доÑтуп"
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr "Ðвтоматично завершувати Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð² запитах на злиттÑ, коли відмінноÑÑ‚Ñ– Ñтають неактуальними"
msgid "ProjectSettings|Badges"
msgstr "Значки"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
-msgstr "Виберіть метод злиттÑ, Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ð° перевірки."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr "Збирайте, теÑтуйте та розгортайте Ñвої зміни"
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
-msgstr "Виберіть метод злиттÑ, Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ð° перевірки, а такожі задайте Ñтандартний шаблон опиÑу запитів на злиттÑ."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "ЗвернітьÑÑ Ð´Ð¾ адмініÑтратора, щоб змінити це налаштуваннÑ."
+msgid "ProjectSettings|Container registry"
+msgstr "РеєÑÑ‚Ñ€ контейнерів"
+
msgid "ProjectSettings|Customize your project badges."
msgstr "Ðалаштувати значки проекту."
+msgid "ProjectSettings|Disable email notifications"
+msgstr "Вимкнути ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾ÑŽ поштою"
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr "Увімкнути за замовчуваннÑм можливіÑÑ‚ÑŒ \"Видалити гілку-джерело\""
+
msgid "ProjectSettings|Every merge creates a merge commit"
-msgstr ""
+msgstr "Кожне Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñтворить окремий коміт"
+
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr "Кожен проєкт може мати влаÑний проÑÑ‚Ñ–Ñ€ Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñвоїх образів Docker"
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr "Кожен проєкт може мати влаÑний проÑÑ‚Ñ–Ñ€ Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñвоїх пакетів"
+
+msgid "ProjectSettings|Everyone"
+msgstr "Ð’ÑÑ–"
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr "Ðе впливає на Ñ–Ñнуючі запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ‚Ð° захищені гілки"
msgid "ProjectSettings|Failed to protect the tag"
msgstr "Помилка при захиÑÑ‚Ñ– тегу"
@@ -12292,22 +14638,40 @@ msgid "ProjectSettings|Failed to update tag!"
msgstr "Помилка при оновленні тегу!"
msgid "ProjectSettings|Fast-forward merge"
-msgstr ""
+msgstr "Fast-forward злиттÑ"
msgid "ProjectSettings|Fast-forward merges only"
+msgstr "Лише fast-forward злиттÑ"
+
+msgid "ProjectSettings|Forks"
msgstr ""
+msgid "ProjectSettings|Git Large File Storage"
+msgstr "Сховище великих файлів Git (Git LFS)"
+
+msgid "ProjectSettings|Internal"
+msgstr "Внутрішні"
+
+msgid "ProjectSettings|Issues"
+msgstr "Задачі"
+
msgid "ProjectSettings|Learn more about badges."
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про значки."
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr "Легка ÑиÑтема відÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡ Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проєкту"
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr "Оперує великими файлами такими Ñк аудіо, відео та графіка"
+
msgid "ProjectSettings|Merge checks"
msgstr "Перевірки злиттÑ"
msgid "ProjectSettings|Merge commit"
-msgstr ""
+msgstr "Коміт-злиттÑ"
msgid "ProjectSettings|Merge commit with semi-linear history"
-msgstr ""
+msgstr "Коміт-Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ–Ð· напівлінійною Ñ–Ñторією"
msgid "ProjectSettings|Merge method"
msgstr "Метод злиттÑ"
@@ -12316,23 +14680,71 @@ msgid "ProjectSettings|Merge options"
msgstr "Параметри злиттÑ"
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
+msgstr "Конвеєри Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½Ð°Ð¼Ð°Ð³Ð°Ñ‚Ð¸Ð¼ÑƒÑ‚ÑŒÑÑ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€Ñти результат, Ñкий утворитьÑÑ Ð¿Ñ–ÑÐ»Ñ Ð·Ð»Ð¸Ñ‚Ñ‚Ñ, перед його виконаннÑм"
+
+msgid "ProjectSettings|Merge requests"
+msgstr "Запити на злиттÑ"
+
+msgid "ProjectSettings|Merge suggestions"
msgstr ""
msgid "ProjectSettings|No merge commits are created"
-msgstr ""
+msgstr "Коміти-Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½Ðµ ÑтворюютьÑÑ"
+
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr "Примітка: Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–Ñ‡Ð½Ð¸Ñ… проектів реєÑÑ‚Ñ€ контейнерів завжди Ñ” видимим"
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "Тільки підпиÑані коміти можуть бути надіÑлані в цей репозиторій."
+msgid "ProjectSettings|Packages"
+msgstr "Пакети"
+
+msgid "ProjectSettings|Pages"
+msgstr "Pages"
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr "Pages Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ”ÐºÑ‚Ð½Ð¾Ñ— документації"
+
+msgid "ProjectSettings|Pipelines"
+msgstr "Конвеєри"
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr "Конвеєри мають бути уÑпішними"
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr "Ðеобхідно налаштувати конвеєри, що викориÑтовувати цю функцію."
+msgid "ProjectSettings|Private"
+msgstr "Приватний"
+
+msgid "ProjectSettings|Project visibility"
+msgstr "ВидиміÑÑ‚ÑŒ проєкту"
+
+msgid "ProjectSettings|Public"
+msgstr "Публічний"
+
+msgid "ProjectSettings|Repository"
+msgstr "Репозиторій"
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr "ДілітьÑÑ Ñ„Ñ€Ð°Ð³Ð¼ÐµÐ½Ñ‚Ð°Ð¼Ð¸ коду з іншими за межами репозиторію Git"
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr "Показувати поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ‡Ð¸ переглÑду запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¿Ñ€Ð¸ відправці із командного Ñ€Ñдка"
+msgid "ProjectSettings|Snippets"
+msgstr "Сніпети"
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr "Відправити зміни Ð´Ð»Ñ Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð² батьківÑькі репозиторії"
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr "Ðеобхідно щоб ці перевірки уÑпішно виконалиÑÑ Ð¿ÐµÑ€ÐµÐ´ тим, Ñк запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð·Ð¼Ð¾Ð¶Ðµ бути злитий"
@@ -12345,14 +14757,26 @@ msgstr "Цей параметр заÑтоÑовуєтьÑÑ Ð½Ð° рівні ÑÐ
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "Цей параметр буде заÑтоÑовано до вÑÑ–Ñ… проектів, Ñкщо адмініÑтратор не змінить його."
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr "Це Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚ÑŒ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñповіщень Ð´Ð»Ñ Ð²ÑÑ–Ñ… учаÑників проекту."
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
-msgstr ""
+msgstr "Це буде регулювати Ñ–Ñторію комітів при зливанні запитів на злиттÑ"
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "КориÑтувачі можуть відправлÑти в цей репозиторій лише Ñ‚Ñ– коміти, Ñкі міÑÑ‚ÑÑ‚ÑŒ одну із їхніх підтверджених Ð°Ð´Ñ€ÐµÑ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти."
+msgid "ProjectSettings|View and edit files in this project"
+msgstr "ПереглÑдати та редагувати файли в цьому проєкті"
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
-msgstr ""
+msgstr "Коли з’ÑвлÑÑŽÑ‚ÑŒÑÑ ÐºÐ¾Ð½Ñ„Ð»Ñ–ÐºÑ‚Ð¸, кориÑтувачу даєтьÑÑ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ñ–ÑÑ‚ÑŒ виконати rebase"
+
+msgid "ProjectSettings|Wiki"
+msgstr "Вікі"
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr "За допомогою GitLab Pages ви можете розміщувати Ñвої Ñтатичні веб-Ñайти в GitLab"
msgid "ProjectTemplates|.NET Core"
msgstr ".NET Core"
@@ -12399,6 +14823,12 @@ msgstr "Pages/проÑтий HTML"
msgid "ProjectTemplates|Ruby on Rails"
msgstr "Ruby on Rails"
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr "Spring"
@@ -12414,6 +14844,9 @@ msgstr "Проекти (%{count})"
msgid "Projects Successfully Retrieved"
msgstr "Проекти уÑпішно отримано"
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Спільні проекти з %{group_name}"
@@ -12423,6 +14856,21 @@ msgstr "Проекти, що належать до групи, викориÑÑ‚Ð
msgid "Projects to index"
msgstr "Проекти Ð´Ð»Ñ Ñ–Ð½Ð´ÐµÐºÑуваннÑ"
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr "Проекти з правом на запиÑ"
@@ -12495,8 +14943,8 @@ msgstr "Рівень видимоÑÑ‚Ñ–"
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr "Хочете розміÑтити декілька залежних проектів в одному проÑторі імен? %{link_start}Створіть групу.%{link_end}"
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
-msgstr "Prometheus listen_address з config/gitlab.yml не Ñ” допуÑтимим URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr "%{count} попереджень заÑтоÑовано"
msgid "PrometheusAlerts|Add alert"
msgstr "Додати попередженнÑ"
@@ -12550,7 +14998,7 @@ msgid "PrometheusService|Custom metrics"
msgstr "ВлаÑні метрики"
msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
-msgstr ""
+msgstr "Ð”Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð²Ð»Ð°Ñних метрик необхідно, щоб Prometheus був вÑтановлений на клаÑтер із доÑтупніÑÑ‚ÑŽ Ð´Ð»Ñ Ñередовищ \"*\" ÐБО має бути доÑтупним вручну Ñконфігурований Prometheus."
msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
msgstr "Увімкнути Prometheus Ð´Ð»Ñ Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñних метрик, викориÑтовуючи будь-Ñкий з варіантів вище"
@@ -12583,7 +15031,7 @@ msgid "PrometheusService|New metric"
msgstr "Ðова метрика"
msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
-msgstr ""
+msgstr "Жодної влаÑної метрики не було Ñтворено. Створюйте Ñ—Ñ… за допомогою наÑтупної кнопки"
msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
msgstr "Базова адреÑа Prometheus API, наприклад http://prometheus.example.com/"
@@ -12609,12 +15057,12 @@ msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÑˆÐ¾Ð³Ð¾ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ñƒ Ñерид
msgid "Promote"
msgstr "ПеренеÑти"
+msgid "Promote confidential issue to a non-confidential epic"
+msgstr ""
+
msgid "Promote issue to an epic"
msgstr "Перетворити задачу на епік"
-msgid "Promote issue to an epic."
-msgstr "Перетворити задачу на епік."
-
msgid "Promote these project milestones into a group milestone."
msgstr "ПеренеÑти ці проектні етапи на рівень групи."
@@ -12633,6 +15081,9 @@ msgstr "Проект не належить жодній групі."
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr "ПеренеÑÐµÐ½Ð½Ñ Ð½ÐµÐ²Ð´Ð°Ð»Ðµ: %{message}"
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr "Задачу перетворено на епік."
@@ -12642,12 +15093,24 @@ msgstr "Більше не показувати це"
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "Епіки дозволÑÑŽÑ‚ÑŒ вам більш ефективно та з меншими зуÑиллÑми керувати портфелÑми проектів, відÑлідковуючи групи Ñпоріднених задач у етапах та проектах."
+msgid "Promotions|Learn more"
+msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ"
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr "ПереглÑнути інші можливоÑÑ‚Ñ– в %{subscription_link_start}плані bronze%{subscription_link_end}"
+
msgid "Promotions|This feature is locked."
msgstr "Ð¦Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¾Ð²Ð°Ð½Ð°."
msgid "Promotions|Upgrade plan"
msgstr "Перейти на вищий тарифний план"
+msgid "Promotions|Weighting your issue"
+msgstr "ÐÐ°Ð´Ð°Ð½Ð½Ñ Ð²Ð°Ð³Ð¸ вашій задачі"
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr "Якщо у Ð²Ð°Ñ Ð±Ð°Ð³Ð°Ñ‚Ð¾ задач, важко зрозуміти загальну картину. Додаючи вагу до Ñвоїх задач, ви матимете краще уÑÐ²Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ цінніÑÑ‚ÑŒ кожної з них а також необхідні зуÑиллÑ, кошти та чаÑ. Таким чином ними краще керувати."
+
msgid "Prompt users to upload SSH keys"
msgstr "Пропонувати кориÑтувачам завантажувати Ñвої ключі SSH"
@@ -12663,12 +15126,57 @@ msgstr "Захищене Ñередовище"
msgid "Protected Environments"
msgstr "Захищені Ñередовища"
+msgid "Protected Paths"
+msgstr "Захищені шлÑхи"
+
msgid "Protected Tag"
msgstr "Захищений тег"
msgid "Protected branches"
msgstr "Захищені гілки"
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr "ПідтримуютьÑÑ %{wildcards_link_start}шаблони%{wildcards_link_end} на зразок %{code_tag_start}*-stable%{code_tag_end} або %{code_tag_start}production/*%{code_tag_end}"
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr "Дозволене злиттÑ"
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr "Дозволене злиттÑ:"
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr "Дозволена відправка"
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr "Дозволена відправка:"
+
+msgid "ProtectedBranch|Branch"
+msgstr "Гілка"
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñника коду"
+
+msgid "ProtectedBranch|Protect"
+msgstr "ЗахиÑтити"
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr "ЗахиÑтити гілку"
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr "Захищена гілка (%{protected_branches_count})"
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr "Ð’Ñ–Ð´Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ð´Ñƒ Ñкі змінюють файли, що відповідають файлу CODEOWNERS будуть відхилені"
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr "Вимагати Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ влаÑників коду:"
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr "Ðаразі немає захищених гілок, захиÑÑ‚Ñ–Ñ‚ÑŒ гілку за допомогою форми вище."
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr "Увімкнути/вимкнути Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñниками коду"
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} буде доÑупне Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñу Ð´Ð»Ñ Ñ€Ð¾Ð·Ñ€Ð¾Ð±Ð½Ð¸ÐºÑ–Ð². Ви впевнені?"
@@ -12828,12 +15336,18 @@ msgstr "Квартали"
msgid "Query"
msgstr "Запит"
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr "Запит є правильним"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Швидкі дії можна викориÑтовувати в опиÑах задач Ñ– коментарÑÑ…."
+msgid "Quick range"
+msgstr "Швидкий діапазон"
+
msgid "README"
msgstr "ІнÑÑ‚Ñ€ÑƒÐºÑ†Ñ–Ñ (README)"
@@ -12841,8 +15355,14 @@ msgid "Rake Tasks Help"
msgstr "Довідка по завданнÑм Rake"
msgid "Raw blob request rate limit per minute"
+msgstr "Ліміт чаÑтоти запиту бінарних даних на хвилину"
+
+msgid "Re-authentication period expired or never requested. Please try again"
msgstr ""
+msgid "Re-authentication required"
+msgstr "Ðеобхідна повторна автентифікаціÑ"
+
msgid "Read more"
msgstr "Докладніше"
@@ -12859,14 +15379,17 @@ msgid "Real-time features"
msgstr "Фунції реального чаÑу"
msgid "Rebase"
-msgstr ""
+msgstr "Rebase"
msgid "Rebase in progress"
-msgstr ""
+msgstr "ВідбуваєтьÑÑ rebase"
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "Отримувати Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ налаштованого вручну Ñервера Prometheus."
+msgid "Receive alerts on GitLab from any source"
+msgstr "Отримувати ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð² GitLab із будь-Ñкого джерела"
+
msgid "Receive notifications about your own activity"
msgstr "Отримувати ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ влаÑну активніÑÑ‚ÑŒ"
@@ -12885,12 +15408,21 @@ msgstr "Ð¡ÐµÑ€Ð²Ñ–Ñ Ð¾Ñтанніх пошуків недоÑтупний"
msgid "Recent searches"
msgstr "ОÑтанні пошукові запити"
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr "Коди відновленнÑ"
msgid "Redirect to SAML provider to test configuration"
msgstr "Перенаправити до SAML провайдера Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ конфігурації"
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr "ПоÑиланнÑ:"
@@ -12919,6 +15451,9 @@ msgstr "Повторна Ð³ÐµÐ½ÐµÑ€Ð°Ñ†Ñ–Ñ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€Ð° інÑÑ
msgid "Regex pattern"
msgstr "Шаблон у виглÑді регулÑрного виразу"
+msgid "Region that Elasticsearch is configured"
+msgstr "Регіон, Ñконфігурований Ð´Ð»Ñ Elasticsearch"
+
msgid "Register"
msgstr "ЗареєÑтруватиÑÑ"
@@ -12926,7 +15461,7 @@ msgid "Register / Sign In"
msgstr "ЗареєÑтруватиÑÑ / Увійти"
msgid "Register Two-Factor Authenticator"
-msgstr ""
+msgstr "ЗареєÑтрувати двофакторний автентифікатор"
msgid "Register U2F device"
msgstr "ЗареєÑтрувати приÑтрій U2F"
@@ -12934,14 +15469,14 @@ msgstr "ЗареєÑтрувати приÑтрій U2F"
msgid "Register Universal Two-Factor (U2F) Device"
msgstr "ЗареєÑтрувати універÑальний двофакторний приÑтрій (U2F)"
-msgid "Register and see your runners for this group."
-msgstr "ЗареєÑтруйте Ñ– переглÑдайте ваші Runner’и Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи."
+msgid "Register for GitLab"
+msgstr "ЗареєÑтруватиÑÑ Ð² GitLab"
-msgid "Register and see your runners for this project."
-msgstr "ЗареєÑтруйте Ñ– переглÑдайте ваші Runner’и Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту."
+msgid "Register now"
+msgstr "ЗареєÑтруватиÑÑŒ зараз"
msgid "Register with two-factor app"
-msgstr ""
+msgstr "ЗареєÑтрувати за допомогою двофакторного заÑтоÑунку"
msgid "Registration"
msgstr "РеєÑтраціÑ"
@@ -12967,11 +15502,39 @@ msgstr "Пов’Ñзані задачі"
msgid "Related merge requests"
msgstr "Пов'Ñзані запити на злиттÑ"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] "Реліз"
+msgstr[1] "Релізи"
+msgstr[2] "Релізів"
+msgstr[3] "Релізів"
+
+msgid "Release notes"
+msgstr "ÐžÐ¿Ð¸Ñ Ñ€ÐµÐ»Ñ–Ð·Ñƒ"
+
+msgid "Release notes:"
+msgstr "ÐžÐ¿Ð¸Ñ Ñ€ÐµÐ»Ñ–Ð·Ñƒ:"
+
+msgid "Release title"
+msgstr "Ðазва релізу"
+
msgid "Releases"
msgstr "Релізи"
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
-msgstr "Релізи позначають певні моменти в Ñ–Ñторії розробки проекту, міÑÑ‚ÑÑ‚ÑŒ інформацію про тип змін та надають готові (чаÑто Ñкомпільовані) верÑÑ–Ñ— програмного Ð·Ð°Ð±ÐµÐ·Ð¿ÐµÑ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ð³Ð¾ викориÑтаннÑ. Ðаразі релізи можуть бути Ñтворені тільки через API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr "Релізи базуютьÑÑ Ð½Ð° тегах Git. Ми радимо називати теги у відповідноÑÑ‚Ñ– до Ñемантичних верÑій, наприклад %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr "Проблема при отриманні деталей релізу"
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr "Проблема при збереженні деталей релізу"
msgid "Remember me"
msgstr "Запам'Ñтати мене"
@@ -12980,7 +15543,7 @@ msgid "Remind later"
msgstr "Ðагадати пізніше"
msgid "Remote object has no absolute path."
-msgstr ""
+msgstr "Віддалений об’єкт не має абÑолютного шлÑху."
msgid "Remove"
msgstr "Видалити"
@@ -13039,7 +15602,13 @@ msgstr "Видалити групу"
msgid "Remove milestone"
msgstr "Видалити етап"
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
+msgstr "Видалити батьківÑький епік із епіка"
+
+msgid "Remove primary node"
msgstr ""
msgid "Remove priority"
@@ -13048,11 +15617,14 @@ msgstr "Видалити пріоритет"
msgid "Remove project"
msgstr "Видалити проект"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr "Видалити витрачений чаÑ"
msgid "Remove stage"
-msgstr ""
+msgstr "Видалити Ñтадію"
msgid "Remove time estimate"
msgstr "Видалити запланований чаÑ"
@@ -13064,7 +15636,7 @@ msgid "Removed %{assignee_text} %{assignee_references}."
msgstr "Видалено %{assignee_text} %{assignee_references}."
msgid "Removed %{epic_ref} from child epics."
-msgstr ""
+msgstr "Видалено %{epic_ref} із підепіків."
msgid "Removed %{label_references} %{label_text}."
msgstr "Видалено %{label_references} %{label_text}."
@@ -13085,7 +15657,7 @@ msgid "Removed group can not be restored!"
msgstr "Видалену групу неможливо відновити!"
msgid "Removed parent epic %{epic_ref}."
-msgstr ""
+msgstr "Видалено батьківÑький епік %{epic_ref}."
msgid "Removed projects cannot be restored!"
msgstr "Видалені проекти неможливо відновити!"
@@ -13118,7 +15690,7 @@ msgid "Removes an issue from an epic."
msgstr "ВидалÑÑ” задачу із епіка."
msgid "Removes parent epic %{epic_ref}."
-msgstr ""
+msgstr "ВидалÑÑ” батьківÑький епік %{epic_ref}."
msgid "Removes spent time."
msgstr "ВидалÑÑ” витрачений чаÑ."
@@ -13129,6 +15701,12 @@ msgstr "ВидалÑÑ” дату завершеннÑ."
msgid "Removes time estimate."
msgstr "ВидалÑÑ” запланований чаÑ."
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð³Ñ€ÑƒÐ¿Ð¸ призведе до Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð²ÑÑ–Ñ… Ñ—Ñ— дочірніх проектів Ñ– реÑурÑів."
@@ -13174,6 +15752,9 @@ msgstr "Замінити вÑÑ– мітки(-ку)"
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr "Замінено вÑÑ– мітки з %{label_references} %{label_text}."
+msgid "Replaces the clone URL root."
+msgstr "Замінює кореневу URL-адреÑу Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ."
+
msgid "Reply by email"
msgstr "ВідповіÑти по електнонній пошті"
@@ -13189,9 +15770,15 @@ msgstr "ВідповіÑти..."
msgid "Repo by URL"
msgstr "Репозиторії по URL"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr "Повідомити адмініÑтратора про порушеннÑ"
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr "Повідомлено %{timeAgo} кориÑтувачем %{reportedBy}"
+
msgid "Reporting"
msgstr "ЗвітуваннÑ"
@@ -13253,7 +15840,7 @@ msgid "Repository"
msgstr "Репозиторій"
msgid "Repository Graph"
-msgstr ""
+msgstr "Граф репозиторію"
msgid "Repository Settings"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–ÑŽ"
@@ -13276,8 +15863,8 @@ msgstr "Репозиторій не має блокувань."
msgid "Repository maintenance"
msgstr "ОбÑÐ»ÑƒÐ³Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–ÑŽ"
-msgid "Repository mirror"
-msgstr "Дзеркало репозиторію"
+msgid "Repository mirroring"
+msgstr "Ð’Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–ÑŽ"
msgid "Repository static objects"
msgstr "Статичні об’єкти репозиторію"
@@ -13294,14 +15881,23 @@ msgstr "Вибрати"
msgid "Request Access"
msgstr "Запит доÑтупу"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr "Запит на зв’ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу SAML повинен бути авторизований"
+
msgid "Requested %{time_ago}"
+msgstr "Відправлено запит %{time_ago}"
+
+msgid "Requested design version does not exist"
msgstr ""
msgid "Requests Profiles"
msgstr "ÐŸÑ€Ð¾Ñ„Ñ–Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð²"
msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The whitelist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
-msgstr ""
+msgstr "Запити до цих доменів/Ð°Ð´Ñ€ÐµÑ Ñ–Ð· локальної мережі будуть дозволені, коли міÑцеві запити з хуків та ÑервіÑів заборонені. ПідтримуютьÑÑ IP-діапазони, такі Ñк 1:0:0:0:0:0:0:0/124 або 127.0.0.0/28. Шаблони домену наразі не підтримуютьÑÑ. ВикориÑтовуйте кому, крапку з комою або новий Ñ€Ñдок, щоб розділити кілька запиÑів. Білий ÑпиÑок може міÑтити не більше 1000 запиÑів. Домени повинні викориÑтовувати ÐºÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ IDNA. Ðаприклад: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
msgid "Require all users in this group to setup Two-factor authentication"
msgstr "Вимагати від вÑÑ–Ñ… кориÑтувачів цієї групи налаштувати двофакторну автентифікацію"
@@ -13309,18 +15905,12 @@ msgstr "Вимагати від вÑÑ–Ñ… кориÑтувачів цієї грÑ
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Вимагати від уÑÑ–Ñ… кориÑтувачів приймати умови Ð½Ð°Ð´Ð°Ð½Ð½Ñ Ð¿Ð¾Ñлуг та політику конфіденційноÑÑ‚Ñ–, коли вони отримують доÑтуп до GitLab."
-msgid "Require approval from code owners"
-msgstr "Вимагати Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ влаÑників коду"
-
msgid "Require user password to approve"
msgstr "Вимагати пароль кориÑтувача Ð´Ð»Ñ Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ"
msgid "Require users to prove ownership of custom domains"
msgstr "Вимагати від кориÑтувачів Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð²Ð° влаÑноÑÑ‚Ñ– на влаÑні домени"
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] "Ðеобхідно Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ %{names}."
@@ -13368,6 +15958,9 @@ msgstr "Ð¡ÐºÐ¸Ð´Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð° авторизації Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ пÑ
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr "Ð¡ÐºÐ¸Ð´Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð° авторизації призведе до ÑкаÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾Ð³Ð¾ ключа. ІÑнуючі конфігурації попереджень потрібно буде оновити новим ключем."
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr "Вирішити уÑÑ– Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð² новій задачі"
@@ -13396,7 +15989,7 @@ msgid "Resolved by %{resolvedByName}"
msgstr "Вирішено %{resolvedByName}"
msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
+msgstr "Визначає IP-адреÑи один раз Ñ– викориÑтовує Ñ—Ñ… Ð´Ð»Ñ Ð²Ñ–Ð´Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð²"
msgid "Response"
msgstr "Відповідь"
@@ -13425,6 +16018,12 @@ msgstr "Метрики відповідей (NGINX)"
msgid "Restart Terminal"
msgstr "ПерезапуÑтити термінал"
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr "Обмежити доÑтуп за IP адреÑою"
@@ -13437,6 +16036,12 @@ msgstr "Продовжити"
msgid "Resume replication"
msgstr "Відновити реплікацію"
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr "Спробувати знову"
@@ -13471,9 +16076,21 @@ msgstr "Ðнулювати цей запит на злиттÑ"
msgid "Review"
msgstr "Перевірка"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "ПереглÑте Ð¿Ñ€Ð¾Ñ†ÐµÑ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ñ–Ð² поÑлуг у вашому провайдері ідентифікації — в такому разі GitLab Ñ” \"провайдером поÑлуг\" або \"довірÑючою Ñтороною\"."
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "Перевірка"
@@ -13498,9 +16115,15 @@ msgstr "видаленнÑ"
msgid "Roadmap"
msgstr "План-графік"
+msgid "Role"
+msgstr "Роль"
+
msgid "Rollback"
msgstr "Відкотити"
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr "ЗапуÑтити CI/CD конвеєри Ð´Ð»Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ–Ñ… репозиторіїв"
@@ -13546,6 +16169,9 @@ msgstr "API Runner’ів"
msgid "Runners activated for this project"
msgstr "Runner'и активовані Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту"
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Runner’и можуть розміщуватиÑÑ Ñƒ різних кориÑтувачів, на Ñерверах Ñ– навіть на вашій локальній машині."
@@ -13582,6 +16208,9 @@ msgstr "Єдиний вхід SAML Ð´Ð»Ñ %{group_name}"
msgid "SAML for %{group_name}"
msgstr "SAML Ð´Ð»Ñ %{group_name}"
+msgid "SHA256"
+msgstr "SHA256"
+
msgid "SSH Key"
msgstr "SSH ключ"
@@ -13591,17 +16220,23 @@ msgstr "Ключі SSH"
msgid "SSH Keys Help"
msgstr "Допомога по SSH ключам"
+msgid "SSH host key fingerprints"
+msgstr "Відбитки SSH-ключа хоÑта"
+
msgid "SSH host keys"
msgstr "SSH-ключі хоÑта"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr "SSH-ключі хоÑта не доÑтупні в цій ÑиÑтемі. Будь лаÑка, викориÑтовуйте команду <code>ssh-keyscan</code> або звернітьÑÑ Ð´Ð¾ вашого адмініÑтратора GitLab Ð´Ð»Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ñ— інформації."
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "Ключі SSH дозволÑÑŽÑ‚ÑŒ вÑтановити захищене Ð·â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð¼Ñ–Ð¶ вашим комп’ютером та GitLab."
msgid "SSH public key"
msgstr "Відкритий SSH-ключ"
-msgid "SSL Verification"
-msgstr "Перевірка SSL"
+msgid "SSL Verification:"
+msgstr "Перевірка SSL:"
msgid "Saturday"
msgstr "Субота"
@@ -13627,12 +16262,18 @@ msgstr "Зберегти зміни перед теÑтуваннÑм"
msgid "Save comment"
msgstr "Зберегти коментар"
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr "Зберегти пароль"
msgid "Save pipeline schedule"
msgstr "Зберегти розклад конвеєра"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr "Зберегти змінні"
@@ -13649,7 +16290,7 @@ msgid "Scheduled"
msgstr "Заплановано"
msgid "Scheduled to merge this merge request when the pipeline succeeds."
-msgstr ""
+msgstr "Заплановано Ð·Ð»Ð¸Ð²Ð°Ð½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ запиту на злиттÑ, коли конвеєр завершитьÑÑ ÑƒÑпішно."
msgid "Schedules"
msgstr "Розклади"
@@ -13699,6 +16340,9 @@ msgstr "Прокрутити вгору"
msgid "Search"
msgstr "Пошук"
+msgid "Search Button"
+msgstr "Кнопка пошуку"
+
msgid "Search an environment spec"
msgstr "Пошук Ñпецифікації Ñередовища"
@@ -13723,6 +16367,9 @@ msgstr "Пошук кориÑтувача"
msgid "Search for projects, issues, etc."
msgstr "Пошук в проектах, задачах і т. д."
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr "Пошук форків"
@@ -13738,6 +16385,9 @@ msgstr "Пошук етапів"
msgid "Search or filter results..."
msgstr "Шукати чи фільтрувати результати..."
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr "Шукати чи перейти до…"
@@ -13756,6 +16406,9 @@ msgstr "Пошук кориÑтувачів"
msgid "Search users or groups"
msgstr "Пошук кориÑтувачів або групи"
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr "Пошук у ваших проектах"
@@ -13789,21 +16442,27 @@ msgstr "в"
msgid "SearchCodeResults|of %{link_to_project}"
msgstr "із %{link_to_project}"
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
-msgstr "Показано %{count} %{scope} Ð´Ð»Ñ \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
-msgstr "Показано %{from} - %{to} з %{count} %{scope} Ð´Ð»Ñ \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
-msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
+msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
+msgstr "Ми не знайшли %{scope}, що задовільнÑÑ” %{term}"
+
msgid "SearchResults|code result"
msgid_plural "SearchResults|code results"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "результат в коді"
+msgstr[1] "результати в коді"
+msgstr[2] "результатів в коді"
+msgstr[3] "результатів в коді"
msgid "SearchResults|comment"
msgid_plural "SearchResults|comments"
@@ -13856,10 +16515,10 @@ msgstr[3] "Ñніпетів"
msgid "SearchResults|snippet result"
msgid_plural "SearchResults|snippet results"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "результат в Ñніпетах"
+msgstr[1] "результати в Ñніпетах"
+msgstr[2] "результатів в Ñніпетах"
+msgstr[3] "результатів в Ñніпетах"
msgid "SearchResults|user"
msgid_plural "SearchResults|users"
@@ -13870,10 +16529,10 @@ msgstr[3] "кориÑтувачів"
msgid "SearchResults|wiki result"
msgid_plural "SearchResults|wiki results"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "результат у вікі"
+msgstr[1] "результати у вікі"
+msgstr[2] "результатів у вікі"
+msgstr[3] "результатів у вікі"
msgid "Seats currently in use"
msgstr "МіÑцÑ, Ñкі зараз викориÑтовуютьÑÑ"
@@ -13890,6 +16549,9 @@ msgstr "Безпека"
msgid "Security & Compliance"
msgstr "Безпека та відповідніÑÑ‚ÑŒ"
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr "Панель безпеки"
@@ -13923,8 +16585,11 @@ msgstr "Відхилити вразливіÑÑ‚ÑŒ"
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr "Відхилено '%{vulnerabilityName}'"
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr "Відхилено \"%{vulnerabilityName}\". Ð”Ð»Ñ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ÑÑ‚Ñ– переглÑду вимкніть перемикач \"приховати відхилені\"."
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
-msgstr ""
+msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” доÑтупу до цієї панелі ÑƒÐ¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ Ð°Ð±Ð¾ вона не Ñконфігурована. Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð²Ð¶ÐµÐ½Ð½Ñ, будь-лаÑка, перевірте Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾Ñтупу за допомогою вашого адмініÑтратора, або перевірте конфігурації панелей."
msgid "Security Reports|Learn more about setting up your dashboard"
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð°ÑˆÐ¾Ñ— панелі"
@@ -13959,44 +16624,110 @@ msgstr "Помилка при анулюванні цього відхиленн
msgid "Security Reports|Undo dismiss"
msgstr "Відмінити відхиленнÑ"
-msgid "Security Reports|We've found no vulnerabilities for your group"
-msgstr "Ми не виÑвили вразливоÑтей Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ñ— групи"
-
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
-msgstr "Хоча й рідко, але можливо, що ваша група не має вразливоÑтей. Ð’ будь-Ñкому разі, ми проÑимо Ð²Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€Ð¸Ñ‚Ð¸ ваші налаштуваннÑ, щоб впевнитиÑÑ, що ваша панель налаштована правильно."
+msgid "Security configuration help link"
+msgstr "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° довідку Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½ÑŒ безпеки"
msgid "Security dashboard"
msgstr "Панель безпеки"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr "Ðалаштовано"
+
+msgid "SecurityConfiguration|Feature"
+msgstr "ФункціÑ"
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð¿Ð¾ функції"
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr "Ще не налаштовано"
+
+msgid "SecurityConfiguration|Secure features"
+msgstr "Безпечні функції"
+
+msgid "SecurityConfiguration|Status"
+msgstr "Стан"
+
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr "Ðа панелі безпеки відображаєтьÑÑ Ð¾Ñтанній звіт про безпеку. ВикориÑтовуйте його Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ та Ð²Ð¸Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ Ð²Ñ€Ð°Ð·Ð»Ð¸Ð²Ð¾Ñтей."
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr "%{firstProject} та %{secondProject}"
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr "%{firstProject}, %{secondProject} та %{rest}"
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr "Додати проект до панелі"
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr "Додати або видалити проекти із панелі"
+
+msgid "SecurityDashboard|Add projects"
+msgstr "Додати проекти"
+
msgid "SecurityDashboard|Confidence"
msgstr "ВпевненіÑÑ‚ÑŒ"
+msgid "SecurityDashboard|Edit dashboard"
+msgstr "Редагувати панель"
+
msgid "SecurityDashboard|Hide dismissed"
msgstr "Приховати відхилені"
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr "Моніторинг вразливоÑтей у вашому коді"
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "Конвеєр %{pipelineLink} запущено"
+msgid "SecurityDashboard|More information"
+msgstr "Детальніше"
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
msgid "SecurityDashboard|Project"
msgstr "Проект"
+msgid "SecurityDashboard|Projects added"
+msgstr "Додані проекти"
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr "Видалити проект із панелі"
+
msgid "SecurityDashboard|Report type"
msgstr "Тип звіту"
+msgid "SecurityDashboard|Return to dashboard"
+msgstr "ПовернутиÑÑ Ð´Ð¾ панелі"
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr "Панель безпеки"
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr "Виберіть проект вище за допомогою Ð¿Ð¾Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ проекту."
+
msgid "SecurityDashboard|Severity"
msgstr "Рівень"
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr "Панель безпеки відображає оÑтанню інфорацію Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñ–Ð², Ñкі ви відÑлідковуєте. Виберіть \"Редагувати панель\" Ð´Ð»Ñ Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ñ‚Ð° Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñ–Ð²."
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ %{invalidProjects}"
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr "ПереглÑнути метрики"
msgid "See the affected projects in the GitLab admin panel"
-msgstr ""
+msgstr "ПереглÑнути уÑÑ– уражені проекти на панелі адмініÑтратора GitLab"
msgid "Select"
msgstr "Вибрати"
@@ -14010,6 +16741,9 @@ msgstr "Виберіть проект GitLab Ð´Ð»Ñ Ð·Ð²â€™ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ñ–Ð·
msgid "Select Page"
msgstr "Вибрати Ñторінку"
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr "Ð”Ð»Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ Ñ€ÐµÐ´Ð°Ð³ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ виберіть його в лівій бічній панелі. Пізніше ви будете мати можливіÑÑ‚ÑŒ закомітити Ñвої зміни."
@@ -14037,6 +16771,9 @@ msgstr "Виберіть репозиторій"
msgid "Select a template repository"
msgstr "Вибрати шаблон репозиторію"
+msgid "Select a template type"
+msgstr "Вибрати тип шаблону"
+
msgid "Select a timezone"
msgstr "Вибрати чаÑовий поÑÑ"
@@ -14046,6 +16783,9 @@ msgstr "Вибрати вÑе"
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "Виберіть Ñ–Ñнуючий клаÑтер Kubernetes або Ñтворіть новий"
+msgid "Select branch"
+msgstr "Виберіть гілку"
+
msgid "Select branch/tag"
msgstr "Виберіть гілку або тег"
@@ -14088,6 +16828,9 @@ msgstr "Вибір цільової гілки"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr "Виберіть гілку по замовчанню Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту. Ð’ÑÑ– запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ‚Ð° коміти будуть автоматично зроблені в ній, Ñкщо ви тільки не виберете іншу."
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr "Виберіть налаштоване Ñховище, доÑтупне Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð½Ð¾Ð²Ð¸Ñ… проектів."
+
msgid "Select the custom project template source group."
msgstr "Вкажіть групу, де розміщені влаÑні шаблони проектів."
@@ -14097,12 +16840,54 @@ msgstr "Вибрати проміжок чаÑу"
msgid "Select user"
msgstr "Вибрати кориÑтувача"
+msgid "Select your role"
+msgstr "Вибрати Ñвою роль"
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr "Вибрані рівні не можуть викориÑтовуватиÑÑ Ð½ÐµÐ°Ð´Ð¼Ñ–Ð½Ñ–Ñтраторами Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿, проектів або Ñніпетів. Якщо публічний рівень обмежений, профілі кориÑтувачів відображаютьÑÑ Ð»Ð¸ÑˆÐµ Ð´Ð»Ñ Ð·Ð°Ñ€ÐµÑ”Ñтрованих кориÑтувачів."
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr "При виборі кориÑтувача Gitlab поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° нього буде додане до опиÑу задачі та коментарів (напр. \"<a href=\"#\"> @johnsmith</a>\"). Також це призведе до аÑоціації та/або Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ†Ð¸Ñ… задач та коментарів на вибраного кориÑтувача."
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr "ВідіÑлати окреме ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¿Ð¾ електронній пошті Розробникам."
@@ -14121,6 +16906,9 @@ msgstr "Відправити дані про викориÑтаннÑ"
msgid "Sentry API URL"
msgstr "URL-адреÑа Sentry API"
+msgid "Sentry event"
+msgstr "ÐŸÐ¾Ð´Ñ–Ñ Sentry"
+
msgid "Sep"
msgstr "вер."
@@ -14175,8 +16963,8 @@ msgstr "pod у викориÑтанні"
msgid "ServerlessDetails|pods in use"
msgstr "pod'и у викориÑтанні"
-msgid "ServerlessURL|Copy URL to clipboard"
-msgstr "Скопіювати URL-адреÑу в буфер обміну"
+msgid "ServerlessURL|Copy URL"
+msgstr "Скопіювати URL"
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
msgstr "Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб почати викориÑтовувати функції Ñк ÑервіÑ, необхідно Ñпочатку вÑтановити Knative на ваш клаÑтер Kubernetes."
@@ -14217,6 +17005,15 @@ msgstr "СервіÑ"
msgid "Service Desk"
msgstr "Service Desk"
+msgid "Service Desk is enabled but not yet active"
+msgstr "Service Desk увімкнено але він ще не активний"
+
+msgid "Service Desk is off"
+msgstr "Service Desk вимкнено"
+
+msgid "Service Desk is on"
+msgstr "Service Desk увімкнено"
+
msgid "Service Templates"
msgstr "Шаблони ÑервіÑів"
@@ -14229,8 +17026,8 @@ msgstr "ТриваліÑÑ‚ÑŒ ÑеÑÑ–Ñ— (у хвилинах)"
msgid "Session expiration, projects limit and attachment size."
msgstr "Термін дії ÑеÑÑ–Ñ—, проектні ліміти та розміри вкладень."
-msgid "Set %{epic_ref} as parent epic."
-msgstr ""
+msgid "Set %{epic_ref} as the parent epic."
+msgstr "Ð’Ñтановити %{epic_ref} Ñк батьківÑький епік."
msgid "Set a default template for issue descriptions."
msgstr "Ð’Ñтановити шаблон за замовчуваннÑм Ð´Ð»Ñ Ð¾Ð¿Ð¸Ñу задач."
@@ -14266,7 +17063,7 @@ msgid "Set notification email for abuse reports."
msgstr "Ðалаштувати ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¿Ð¾ електронній пошті Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½ÑŒ про зловживаннÑ."
msgid "Set parent epic to an epic"
-msgstr ""
+msgstr "Ð’Ñтановити батьківÑький епік Ð´Ð»Ñ ÐµÐ¿Ñ–ÐºÑƒ"
msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
msgstr "Ð’Ñтановіть вимоги Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñƒ кориÑтувачів. Увімкніть обов’Ñзкову двофакторну автентифікацію."
@@ -14284,7 +17081,7 @@ msgid "Set the due date to %{due_date}."
msgstr "Ð’Ñтановити заплановану дату Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ %{due_date}."
msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>."
-msgstr ""
+msgstr "Ð’Ñтановіть триваліÑÑ‚ÑŒ, протÑгом Ñкої Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±ÑƒÐ´ÑƒÑ‚ÑŒ вважатиÑÑ Ð·Ð°Ñтарілими. Як тільки пройде цей чаÑ, вони будуть заархівовані Ñ– більше не зможуть бути повтореними. Залиште порожнім, щоб Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð½Ñ–ÐºÐ¾Ð»Ð¸ не заÑтарівали. Має бути не менше 1 днÑ, наприклад: <code>15 днів</code>, <code>1 міÑÑць</code>, <code>2 роки</code>."
msgid "Set the maximum file size for each job's artifacts"
msgstr "Ð’Ñтановити макÑимальний розмір файлу Ð´Ð»Ñ Ð°Ñ€Ñ‚ÐµÑ„Ð°ÐºÑ‚Ñ–Ð² кожного завданнÑ"
@@ -14293,19 +17090,19 @@ msgid "Set the maximum number of pipeline minutes that a group can use on shared
msgstr "Ð’Ñтановити макÑимальну кількіÑÑ‚ÑŒ хвилин конвеєрів, Ñку можуть викориÑтовувати загальні runner'и ÑкоїÑÑŒ групи за міÑÑць. 0 означає без обмежень."
msgid "Set the milestone to %{milestone_reference}."
-msgstr ""
+msgstr "Ð’Ñтановити етап %{milestone_reference}."
msgid "Set time estimate"
msgstr "Ð’Ñтановити запланований чаÑ"
msgid "Set time estimate to %{time_estimate}."
-msgstr ""
+msgstr "Ð’Ñтановити запланований Ñ‡Ð°Ñ %{time_estimate}."
msgid "Set up CI/CD"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ CI/CD"
msgid "Set up a %{type} Runner automatically"
-msgstr ""
+msgstr "Ðвтоматично налаштувати %{type} Runner"
msgid "Set up a %{type} Runner manually"
msgstr "Ðалаштуйте %{type} runner вручну"
@@ -14319,6 +17116,9 @@ msgstr "Ðалаштувати новий приÑтрій U2F"
msgid "Set up new password"
msgstr "Ð’Ñтановити новий пароль"
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr "Ðалаштуйте Ñвій проект, щоб автоматично відправлÑти/отримувати зміни з іншого репозиторію. Гілки, теги та коміти автоматично будуть ÑинхронізуватиÑÑ."
@@ -14356,7 +17156,7 @@ msgid "SetStatusModal|What's your status?"
msgstr "Який ваш ÑтатуÑ?"
msgid "Sets %{epic_ref} as parent epic."
-msgstr ""
+msgstr "Ð’Ñтановлює %{epic_ref} Ñк батьківÑький епік."
msgid "Sets target branch to %{branch_name}."
msgstr "Ð’Ñтановлює цільову гілку %{branch_name}."
@@ -14376,6 +17176,9 @@ msgstr "Ð’Ñтановлювє вагу рівну %{weight}."
msgid "Settings"
msgstr "ÐалаштуваннÑ"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "ПоділитиÑÑ"
@@ -14404,11 +17207,14 @@ msgid "Sherlock Transactions"
msgstr "Sherlock транзакції"
msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
-msgstr ""
+msgstr "Якщо ви коли-небудь втратите телефон або доÑтуп до Ñвоїх одноразових паролів, кожен із цих кодів Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¼Ð¾Ð¶Ðµ бути викориÑтаний один раз Ð´Ð»Ñ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ñтупу до вашого облікового запиÑу. Будь лаÑка, зберігайте Ñ—Ñ… в надійному міÑці, інакше ви %{b_start}втратите%{b_end} доÑтуп до вашого облікового запиÑу."
msgid "Show all activity"
msgstr "Показати вÑÑŽ активніÑÑ‚ÑŒ"
+msgid "Show all members"
+msgstr "Показати вÑÑ–Ñ… учаÑників"
+
msgid "Show archived projects"
msgstr "Показати архівовані проекти"
@@ -14436,6 +17242,12 @@ msgstr "Показати файловий менеджер"
msgid "Show latest version"
msgstr "Показати оÑтанню верÑÑ–ÑŽ"
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr "Показати батьківÑькі Ñторінки"
@@ -14452,6 +17264,12 @@ msgstr[1] "Показано %d події"
msgstr[2] "Показано %d подій"
msgstr[3] "Показано %d подій"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr "Показано %{pageSize} із %{total} задач"
+
msgid "Showing Latest Version"
msgstr "ПоказуєтьÑÑ Ð¾ÑÑ‚Ð°Ð½Ð½Ñ Ð²ÐµÑ€ÑÑ–Ñ"
@@ -14461,6 +17279,9 @@ msgstr "ПоказуєтьÑÑ Ð²ÐµÑ€ÑÑ–Ñ #%{versionNumber}"
msgid "Showing all issues"
msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ ÑƒÑÑ–Ñ… задач"
+msgid "Showing all labels"
+msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ ÑƒÑÑ–Ñ… міток"
+
msgid "Showing last %{size} of log -"
msgstr "ПоказуютьÑÑ Ð¾Ñтанні %{size} журналу -"
@@ -14494,9 +17315,6 @@ msgstr "Увійти за допомогою Ñмарт-карти"
msgid "Sign in via 2FA code"
msgstr "Увійти за допомогою коду двофакторної автентифікції"
-msgid "Sign in with Google"
-msgstr "Увійти за допомогою Google"
-
msgid "Sign in with Single Sign-On"
msgstr "Увійти за допомогою єдиного входу"
@@ -14551,9 +17369,6 @@ msgstr "Подібні задачі"
msgid "Single or combined queries"
msgstr "Одиночні або комбіновані запити"
-msgid "Site ID"
-msgstr "ID Ñайту"
-
msgid "Size"
msgstr "Розмір"
@@ -14563,9 +17378,18 @@ msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ€Ñƒ та домену Ð´Ð»Ñ ÑтаÑ
msgid "Size limit per repository (MB)"
msgstr "МакÑимальний розмір Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ репозиторію (МБ)"
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr "Відхилити пробну верÑÑ–ÑŽ (продовжити із безкоштовним обліковим запиÑом)"
+
msgid "Skip this for now"
msgstr "Поки що пропуÑтити це"
+msgid "Skipped"
+msgstr "Пропущені"
+
msgid "Slack application"
msgstr "заÑтоÑунок Slack"
@@ -14624,10 +17448,13 @@ msgid "Snowplow"
msgstr "Snowplow"
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
+msgstr "ДеÑкі Ñервери електронної пошти не підтримують Ð¿ÐµÑ€ÐµÐ²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ–Ð¼ÐµÐ½Ñ– відправника. Увімкніть це налаштуваннÑ, щоб включати Ñ–Ð¼â€™Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð° задачі, запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð°Ð±Ð¾ ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ñ Ð² тіло повідомленнÑ."
+
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
msgstr ""
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
-msgstr ""
+msgstr "ХтоÑÑŒ редагував цю задачу в одночаÑно із вами. Будь лаÑка, ознайомтеÑÑ Ñ–Ð· %{linkStart}нею%{linkEnd} Ñ– переконайтеÑÑ, ваші зміни не затруть зміни інших."
msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again."
msgstr "ХтоÑÑŒ відредагував цю %{issueType} одночаÑно з вами. ÐžÐ¿Ð¸Ñ Ð±ÑƒÐ»Ð¾ оновлено, тому вам знову треба внеÑти Ñвої зміни."
@@ -14659,15 +17486,15 @@ msgstr "Помилка при перемиканні кнопки"
msgid "Something went wrong while adding your award. Please try again."
msgstr "Проблема при додаванні вашої нагороди. Будь лаÑка, Ñпробуйте знову."
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr "Проблема при додаванні вашого коментарÑ. Будь лаÑка, Ñпробуйте знову."
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr "Помилка при заÑтоÑуванні пропозиції. Будь лаÑка, Ñпробуйте знову."
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr "Помилка при закритті %{issuable}. Будь лаÑка, Ñпробуйте пізніше"
+msgid "Something went wrong while deleting the package."
+msgstr "Помилка при видаленні пакету."
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr "Помилка при видаленні гілки-джерела. Будь лаÑка, Ñпробуйте знову."
@@ -14683,27 +17510,48 @@ msgstr "Помилка при отриманні ÑпиÑку %{listType}"
msgid "Something went wrong while fetching comments. Please try again."
msgstr "Проблема при отриманні коментарів. Будь лаÑка, Ñпробуйте знову."
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Помилка при завантаженні внеÑків учаÑників групи"
msgid "Something went wrong while fetching latest comments."
msgstr "Помилка при отриманні оÑтанніх коментарів."
+msgid "Something went wrong while fetching projects"
+msgstr "Помилка при отриманні проєктів "
+
msgid "Something went wrong while fetching related merge requests."
msgstr "Помилка при отриманні пов’Ñзаних запитів на злиттÑ."
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr "Проблема при отриманні Ñередовищ Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ запиту на злиттÑ. Будь лаÑка, Ñпробуйте знову."
+msgid "Something went wrong while fetching the package."
+msgstr "Помилка при отриманні пакету."
+
+msgid "Something went wrong while fetching the packages list."
+msgstr "Помилка при отриманні ÑпиÑку пакетів."
+
msgid "Something went wrong while fetching the projects."
msgstr "ЩоÑÑŒ пішло не так під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñ–Ð²"
msgid "Something went wrong while fetching the registry list."
msgstr "ЩоÑÑŒ пішло не так при отриманні ÑпиÑку із реєÑтру."
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr "Помилка при заÑтоÑуванні цього запиту на злиттÑ. Будь лаÑка, Ñпробуйте знову."
+msgid "Something went wrong while moving issues."
+msgstr "Помилка при переміщенні задач."
+
+msgid "Something went wrong while performing the action."
+msgstr "Помилка при виконанні цієї дії."
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr "Помилка при повторному відкритті %{issuable}. Будь лаÑка, Ñпробуйте пізніше"
@@ -14713,9 +17561,15 @@ msgstr "Помилка при завершенні обговореннÑ. БуÐ
msgid "Something went wrong while stopping this environment. Please try again."
msgstr "Проблема при зупинці Ñередовища. Будь лаÑка, Ñпробуйте знову."
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr "Проблема, не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ %{project} до панелі керуваннÑ"
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°, не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ проекти до панелі"
+
msgid "Something went wrong, unable to get projects"
msgstr "Помилка, не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ проекти"
@@ -14765,7 +17619,7 @@ msgid "SortOptions|Due soon"
msgstr "Заплановано незабаром"
msgid "SortOptions|Expired date"
-msgstr ""
+msgstr "Минула дата"
msgid "SortOptions|Label priority"
msgstr "Пріоритет мітки"
@@ -14848,6 +17702,9 @@ msgstr "ПопулÑрніÑÑ‚ÑŒ"
msgid "SortOptions|Priority"
msgstr "Пріоритет"
+msgid "SortOptions|Project"
+msgstr "Проект"
+
msgid "SortOptions|Recent last activity"
msgstr "Ðайновіша оÑÑ‚Ð°Ð½Ð½Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ–ÑÑ‚ÑŒ"
@@ -14875,6 +17732,12 @@ msgstr "Розпочатий пізніше"
msgid "SortOptions|Start soon"
msgstr "Розпочатий нещодавно"
+msgid "SortOptions|Type"
+msgstr "Тип"
+
+msgid "SortOptions|Version"
+msgstr "ВерÑÑ–Ñ"
+
msgid "SortOptions|Weight"
msgstr "Вага"
@@ -14893,6 +17756,51 @@ msgstr "Джерело недоÑтупне"
msgid "Source project cannot be found."
msgstr "Проект-джерело не знайдено."
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr "Детальніше"
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr "Зберегти зміни"
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr "Спам-журнал"
@@ -14900,7 +17808,7 @@ msgid "Spam and Anti-bot Protection"
msgstr "ЗахиÑÑ‚ від Ñпаму Ñ– ботів"
msgid "Spam log successfully submitted as ham."
-msgstr ""
+msgstr "Ð—Ð°Ð¿Ð¸Ñ Ð¿Ñ€Ð¾ Ñпам уÑпішно анульовано."
msgid "Specific Runners"
msgstr "Спеціальні Runner’и"
@@ -14917,6 +17825,9 @@ msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¾Ð±'єднаного (squash) коміÑ
msgid "Squash commits"
msgstr "Виконати об'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ (squash) комітів"
+msgid "Stack trace"
+msgstr "ТраÑÑƒÐ²Ð°Ð½Ð½Ñ Ñтеку"
+
msgid "Stage"
msgstr "СтадіÑ"
@@ -14926,8 +17837,11 @@ msgstr "ПроіндекÑувати та закомітити"
msgid "Stage all changes"
msgstr "ПроіндекÑувати вÑÑ– зміни"
-msgid "Stage changes"
-msgstr "ПроіндекÑувати зміни"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
msgstr "ПроіндекÑовано"
@@ -14939,7 +17853,7 @@ msgid "Star a label to make it a priority label. Order the prioritized labels to
msgstr "Позначте мітку, щоб зробити Ñ—Ñ— пріоритетною. ПеретÑгуйте пріоритетні мітки Ð´Ð»Ñ Ð·Ð¼Ñ–Ð½Ð¸ Ñ—Ñ… відноÑного пріоритету."
msgid "Star labels to start sorting by priority"
-msgstr ""
+msgstr "Додавайте мітки в обране, щоб Ñортувати за пріоритетом"
msgid "Star toggle failed. Try again later."
msgstr "ДодаваннÑ/Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñƒ обрані неуÑпішне. Спробуйте знову пізніше."
@@ -14977,8 +17891,8 @@ msgstr "ЗапуÑтити Веб-Термінал"
msgid "Start a %{new_merge_request} with these changes"
msgstr "Почати %{new_merge_request} з цими змінами"
-msgid "Start a Free Trial"
-msgstr "Розпочати пробну верÑÑ–ÑŽ"
+msgid "Start a Free Gold Trial"
+msgstr "Розпочати безкоштовну пробну верÑÑ–ÑŽ Gold"
msgid "Start a new discussion..."
msgstr "Розпочати нове обговореннÑ..."
@@ -15025,6 +17939,12 @@ msgstr "Розпочати Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ‚Ð° закрити %{noteable
msgid "Start thread & reopen %{noteable_name}"
msgstr "Розпочати Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ‚Ð° повторно відкрити %{noteable_name}"
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr "Розпочати безкоштовний випробувальний період"
+
msgid "Start your trial"
msgstr "Розпочати пробний період"
@@ -15049,6 +17969,9 @@ msgstr "ПочинаєтьÑÑ Ð¾ (за Грінвічем)"
msgid "State your message to activate"
msgstr "Залиште Ñвоє Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ñ–Ñ—"
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr "СтатиÑтика"
@@ -15085,12 +18008,18 @@ msgstr "ЗупиненнÑ..."
msgid "Storage"
msgstr "Сховище"
+msgid "Storage nodes for new projects"
+msgstr "Вузли Ñховища Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… проектів"
+
msgid "Storage:"
msgstr "Сховище:"
msgid "StorageSize|Unknown"
msgstr "Ðевідомо"
+msgid "Subgroup overview"
+msgstr "ОглÑд підгрупи"
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr "Дозволено Ñтворювати підгрупи"
@@ -15112,6 +18041,9 @@ msgstr "Підгрупи та проекти"
msgid "Subkeys"
msgstr "Підключі"
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Позначити Ñк Ñпам"
@@ -15127,6 +18059,12 @@ msgstr "ÐадіÑлати перевірку"
msgid "Submit search"
msgstr "ÐадіÑлати пошук"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "ПідпиÑатиÑÑ"
@@ -15154,6 +18092,15 @@ msgstr "ПідпиÑує на %{quick_action_target}."
msgid "Subscription"
msgstr "ПідпиÑка"
+msgid "Subscription deletion failed."
+msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñки пройшло неуÑпішно."
+
+msgid "Subscription successfully created."
+msgstr "ПідпиÑку уÑпішно Ñтворено."
+
+msgid "Subscription successfully deleted."
+msgstr "ПідпиÑку уÑпішно видалено."
+
msgid "SubscriptionTable|Billing"
msgstr "Білінг"
@@ -15223,18 +18170,33 @@ msgstr "ВикориÑтаннÑ"
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr "Облік викориÑÑ‚Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÑ”Ñ‚ÑŒÑÑ Ð¾Ð´Ð¸Ð½ раз на день о 12:00."
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr "ВіднÑто"
msgid "Subtracts"
msgstr "ВидалÑÑ”"
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr "УÑпішно активовано"
+
msgid "Successfully blocked"
msgstr "УÑпішно заблоковано"
msgid "Successfully confirmed"
msgstr "УÑпішно підтверджено"
+msgid "Successfully deactivated"
+msgstr "УÑпішно деактивовано"
+
msgid "Successfully deleted U2F device."
msgstr "УÑпішно видалено приÑтрій U2F."
@@ -15250,8 +18212,8 @@ msgstr "УÑпішно розблоковано"
msgid "Successfully unlocked"
msgstr "УÑпішно розблоковано"
-msgid "Suggest code changes which are immediately applied. Try it out!"
-msgstr "Запропонуйте зміни в коді, Ñкі будуть негайно заÑтоÑовані. Спробуте!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
msgid "Suggested change"
msgstr "Пропонована зміна"
@@ -15322,6 +18284,12 @@ msgstr "Дуже блідий оранжевий"
msgid "Suggestions:"
msgstr "Пропозиції:"
+msgid "Suite"
+msgstr "Ðабір"
+
+msgid "Summary"
+msgstr "Звіт"
+
msgid "Sunday"
msgstr "ÐеділÑ"
@@ -15338,10 +18306,10 @@ msgid "Switch branch/tag"
msgstr "Перейти в гілку/тег"
msgid "Switch to GitLab Next"
-msgstr ""
+msgstr "Перейти на GitLab Next"
-msgid "Switch to the source to copy it to the clipboard"
-msgstr "Перейти до джерела Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб Ñкопіювати його в буфер обміну"
+msgid "Switch to the source to copy the file contents"
+msgstr "Перейдіть до джерела, щоб Ñкопіювати вміÑÑ‚ файлу"
msgid "Sync information"
msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ Ñинхронізацію"
@@ -15382,6 +18350,9 @@ msgstr "Тег"
msgid "Tag list:"
msgstr "СпиÑок тегів:"
+msgid "Tag name"
+msgstr "Ðазва тегу"
+
msgid "Tag this commit."
msgstr "Додати тег до цього коміту."
@@ -15442,8 +18413,8 @@ msgstr "Ðовий тег"
msgid "TagsPage|New tag"
msgstr "Ðовий тег"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "При бажанні Ви можете додати Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð² тег."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr "За бажаннÑм додайте Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð¾ цього тегу. Залишивши це поле порожнім, ÑтворюєтьÑÑ %{link_start}легкий (lightweight) тег.%{link_end}"
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "При бажанні, додайте Ð¾Ð¿Ð¸Ñ Ñ€ÐµÐ»Ñ–Ð·Ñƒ до тегу. Він буде збережений в базі даних GitLab Ñ– відображатиметьÑÑ Ð½Ð° Ñторінці тегів."
@@ -15478,18 +18449,33 @@ msgstr "захищений"
msgid "Target Branch"
msgstr "Цільова гілка"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "Цільова гілка"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "Команда"
msgid "Team domain"
msgstr "Домен команди"
+msgid "Telephone number"
+msgstr "Ðомер телефону"
+
msgid "Template"
msgstr "Шаблон"
+msgid "Template to append to all Service Desk issues"
+msgstr "Шаблон Ð´Ð»Ñ Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð´Ð¾ вÑÑ–Ñ… задач Service Desk"
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr "Шаблони"
@@ -15508,8 +18494,8 @@ msgstr "Угода про Ð½Ð°Ð´Ð°Ð½Ð½Ñ Ð¿Ð¾Ñлуг Ñ– політика кон
msgid "Terms of Service and Privacy Policy"
msgstr "Правилами кориÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÑервіÑом Ñ– політика конфіденційноÑÑ‚Ñ–"
-msgid "Test SAML SSO"
-msgstr "ТеÑтувати SAML SSO"
+msgid "Test"
+msgstr "ТеÑÑ‚"
msgid "Test coverage parsing"
msgstr "Пошук результатів Ð¿Ð¾ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ñ‚ÐµÑтами"
@@ -15544,8 +18530,41 @@ msgstr "ПереконайтеÑÑ, що проект має нотатки."
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr "ПереконайтеÑÑ, що вікі увімкнено Ñ– вона має Ñторінки."
+msgid "TestReports|%{count} errors"
+msgstr "%{count} помилок"
+
+msgid "TestReports|%{count} failures"
+msgstr "%{count} неуÑпішних"
+
+msgid "TestReports|%{count} jobs"
+msgstr "%{count} завдань"
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr "%{rate}%{sign} рівень проходженнÑ"
+
+msgid "TestReports|Test suites"
+msgstr "Ðабори теÑтів"
+
+msgid "TestReports|Tests"
+msgstr "ТеÑти"
+
+msgid "TestReports|There are no test cases to display."
+msgstr "Ðемає теÑтів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
+
+msgid "TestReports|There are no test suites to show."
+msgstr "Ðемає наборів теÑтів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
+
+msgid "TestReports|There are no tests to show."
+msgstr "Ðемає теÑтів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr "Помилка при отриманні звітів по теÑтам."
+
+msgid "Tests"
+msgstr "ТеÑти"
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
-msgstr ""
+msgstr "ДÑкуємо, що зареєÑтрувалиÑÑŒ на безкоштовну пробну верÑÑ–ÑŽ! Ðезабаром ви отримаєте додаткові вказівки у поштовій Ñкриньці."
msgid "Thank you for your report. A GitLab administrator will look into it shortly."
msgstr "ДÑкуємо за ваш звіт. ÐдмініÑтратор GitLab розглÑне це Ð¿Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð½Ð°Ð¹Ð±Ð»Ð¸Ð¶Ñ‡Ð¸Ð¼ чаÑом."
@@ -15556,15 +18575,15 @@ msgstr "ДÑкую! Більше не показувати це повідомл
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr "Група \"%{group_path}\" дозволÑÑ” увійти за допомогою облікового запиÑу єдиного входу"
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr "Параметр \"Вимагати Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ CODEOWNERS\" було переміщено до %{banner_link_start}Захищених Гілок%{banner_link_end}"
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "The API path was not specified."
-msgstr "ШлÑÑ… API не вказано."
+msgstr[0] "%{type} міÑтить наÑтупну помилку:"
+msgstr[1] "%{type} міÑтить наÑтупні помилки:"
+msgstr[2] "%{type} міÑтить наÑтупні помилки:"
+msgstr[3] "%{type} міÑтить наÑтупні помилки:"
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "Розширений глобальний пошук в GitLab — це потужний інÑтрумент Ñкий заощаджує ваш чаÑ. ЗаміÑÑ‚ÑŒ Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð´Ñƒ Ñ– витрати чаÑу, ви можете шукати код інших команд, Ñкий може допомогти у вашому проекті."
@@ -15581,15 +18600,24 @@ msgstr "Трекер задач — це міÑце, де можна додатÐ
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "Трекер задач — це міÑце, де можна додати речі, Ñкі потрібно покращити або розв’Ñзати в проекті. Ви можете зареєÑтруватиÑÑ Ð°Ð±Ð¾ увійти, щоб Ñтворювати задачу в цьому проекті."
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr "URL-адреÑа Ð´Ð»Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ Elasticsearch. ВикориÑтовуйте ÑпиÑок, розділений комами, Ð´Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ñ€Ð¸Ð¼ÐºÐ¸ клаÑтеризації (наприклад: \"http://localhost:9200, http://localhost:9201\")."
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "Сертифікат X509 викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð²Ð·Ð°Ñ”Ð¼Ð½Ð¾Ñ— перевірки автентичноÑÑ‚Ñ– TLS Ñ– необхідний Ð´Ð»Ñ Ð·Ð²'Ñзку з зовнішньою Ñлужбою авторизації. Якщо залишити порожнім, Ñертифікат Ñервера буде перевірÑтиÑÑŒ при доÑтупі через HTTPS."
msgid "The amount of seconds after which a request to get a secondary node status will time out."
-msgstr ""
+msgstr "МакÑимальний Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ— про Ñтан вторинного вузла."
msgid "The branch for this project has no active pipeline configuration."
msgstr "Ð¦Ñ Ð³Ñ–Ð»ÐºÐ° Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту не має активної конфігурації конвеєра."
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr "ПідÑвітка Ñимволів дозволÑÑ” обмежувати заголовок до %{titleLength} Ñимволів Ñ– обмежувати довжину Ñ€Ñдків тіла %{bodyLength} Ñимволами Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб вони залишаютьÑÑ Ñ‡Ð¸Ñ‚Ð°Ð±ÐµÐ»ÑŒÐ½Ð¸Ð¼Ð¸ в git."
@@ -15599,12 +18627,27 @@ msgstr "Ð¡Ñ‚Ð°Ð´Ñ–Ñ ÐапиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð´Ñƒ показує Ñ‡Ð°Ñ Ð²Ñ–Ð´ п
msgid "The collection of events added to the data gathered for that stage."
msgstr "ÐšÐ¾Ð»ÐµÐºÑ†Ñ–Ñ Ð¿Ð¾Ð´Ñ–Ð¹ додана до даних, зібраних Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— Ñтадії."
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr "Стан конфігурацій в таблиці нижче ÑтоÑуєтьÑÑ Ð»Ð¸ÑˆÐµ гілки за замовчуваннÑм Ñ– базуєтьÑÑ Ð½Ð° %{linkStart}оÑтанньому конвеєрі%{linkEnd}. ПіÑÐ»Ñ Ñ‚Ð¾Ð³Ð¾, Ñк ви налаштуєте ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð³Ñ–Ð»ÐºÐ¸ за замовчуваннÑм, вÑÑ– наÑтупні Ñтворені гілки включатимуть це ÑкануваннÑ."
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Ð—â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð±ÑƒÐ´Ðµ припинено піÑÐ»Ñ %{timeout}. Ð”Ð»Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð², Ñким потрібно більше чаÑу, викориÑтовуйте комбінацію clone/push."
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr "ВміÑÑ‚ цієї Ñторінки не закодований в UTF-8. Зміни можна вноÑити лише через репозиторій Git."
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr "ШлÑÑ… конфігурації CI за замовчуваннÑм Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… проєктів."
+
msgid "The dependency list details information about the components used within your project."
msgstr "СпиÑок залежноÑтей міÑтить детальну інформацію про компоненти, що викориÑтовуютьÑÑ Ñƒ вашому проекті."
@@ -15629,12 +18672,22 @@ msgstr "Файл уÑпішно Ñтворено."
msgid "The file has been successfully deleted."
msgstr "Файл уÑпішно видалено."
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr "ÐаÑтупні елементи ÐЕ будуть екÑпортовані:"
msgid "The following items will be exported:"
msgstr "ÐаÑтупні елементи будуть екÑпортовані:"
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "The fork relationship has been removed."
msgstr "Зв'Ñзок форку видалено."
@@ -15650,6 +18703,9 @@ msgstr "Ð¦Ñ Ð³Ñ€ÑƒÐ¿Ð° та будь-Ñкі проекти можуть перÐ
msgid "The group and its projects can only be viewed by members."
msgstr "Ð¦Ñ Ð³Ñ€ÑƒÐ¿Ð° та Ñ—Ñ— проекти видимі тільки Ð´Ð»Ñ ÑƒÑ‡Ð°Ñників."
+msgid "The group has already been shared with this group"
+msgstr "Група вже Ñ–Ñнує в цій групі"
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr "Групові Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ %{group_links} вимагають, щоб ви увімкнули двофакторну автентифікацію Ð´Ð»Ñ Ñвого облікового запиÑу. Ви можете %{leave_group_links}."
@@ -15695,24 +18751,30 @@ msgstr "Конфлікти у цьому запиті на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ ÑƒÐ¶Ðµ Ð
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr "Конфлікти у цьому запиті на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ ÑƒÐ¶Ðµ вирішено. Будь лаÑка, повертайтеÑÑ Ð´Ð¾ запиту на злиттÑ."
-msgid "The name %{entryName} is already taken in this directory."
-msgstr "Ð†Ð¼â€™Ñ %{entryName} уже зайнÑто в цьому каталозі."
+msgid "The merge request can now be merged."
+msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¼Ð¾Ð¶Ðµ бути злито."
-msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
+msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
+msgstr "КількіÑÑ‚ÑŒ змін, Ñка буде отримуватиÑÑ Ñ–Ð· Ñерверу GitLab при клонуванні репозиторію. Це може приÑкорити Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð². Залиште порожнім, або вÑтановіть 0 Ð´Ð»Ñ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ñ‡Ð°Ñткового (shallow) ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° замовчуваннÑм, змуÑивши GitLab CI отримувати вÑÑ– гілки Ñ– теги кожного разу."
+
msgid "The number of times an upload record could not find its file"
-msgstr ""
+msgstr "КількіÑÑ‚ÑŒ разів, коли Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ зміг знайти Ñвій файл"
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "Пароль, Ñкий потрібен Ð´Ð»Ñ Ð´ÐµÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ð²Ð°Ñ‚Ð½Ð¾Ð³Ð¾ ключа. Він Ñ” необов’Ñзковим Ñ– зберігаєтьÑÑ Ñƒ зашифрованому виглÑді."
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "ШлÑÑ… до кофігураційного файлу CI. За замовчуваннÑм — <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr "ШлÑÑ… до кофігураційного файлу CI. За замовчуваннÑм <code>.gitlab-ci.yml</code>"
msgid "The phase of the development lifecycle."
msgstr "Фаза життєвого циклу розробки."
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr "Розклад конвеєрів запуÑкає Ñ—Ñ… в майбутньому, Ð´Ð»Ñ Ð¿ÐµÐ²Ð½Ð¸Ñ… гілок або тегів. Заплановані конвеєри уÑпадковують Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð½Ð° доÑтуп до проекту на оÑнові пов'Ñзаного з ними кориÑтувача."
@@ -15753,11 +18815,14 @@ msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will
msgstr "Збір даних пÑевдонімізованих данних вимкнено. Коли його буде увімкнено GitLab запуÑтить фонове завданнÑ, Ñке буде Ñтворювати пÑевдонімізовані CSV-файли бази даних GitLab, Ñкі будуть надÑилатиÑÑ Ð´Ð¾ вашого налаштованого Ñховища об'єктів."
msgid "The remote mirror took to long to complete."
-msgstr ""
+msgstr "Віддалене дзеркало зайнÑло забагато чаÑу Ð´Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ."
msgid "The remote repository is being updated..."
msgstr "Віддалений репозиторій в процеÑÑ– оновленнÑ..."
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "Репозиторій Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту не Ñ–Ñнує."
@@ -15771,7 +18836,7 @@ msgid "The repository must be accessible over <code>http://</code>, <code>https:
msgstr "Репозиторій має бути доÑтупним через <code>http://</code>, <code>https://</code> або <code>git://</code>."
msgid "The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
-msgstr ""
+msgstr "Репозиторій має бути доÑтупним через <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
msgstr "Ð¡Ñ‚Ð°Ð´Ñ–Ñ ÐŸÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ° показує Ñ‡Ð°Ñ Ð²Ñ–Ð´ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ про об'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð´Ð¾ його виконаннÑ. Дані будуть автоматично додані піÑÐ»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÑˆÐ¾Ð³Ð¾ запиту на злиттÑ."
@@ -15794,21 +18859,24 @@ msgstr "Цей Ñніпет видимий тільки Ð´Ð»Ñ ÑƒÑ‡Ð°ÑникіÐ
msgid "The snippet is visible to any logged in user."
msgstr "Цей Ñніпет видимий Ð´Ð»Ñ Ð±ÑƒÐ´ÑŒ-Ñкого зареєÑтрованого кориÑтувача."
+msgid "The specified tab is invalid, please select another"
+msgstr "Вказана вкладка недійÑна. Будь лаÑка, виберіть іншу"
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "Ð¡Ñ‚Ð°Ð´Ñ–Ñ Staging показує Ñ‡Ð°Ñ Ð¼Ñ–Ð¶ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ‚Ð° розгортаннÑм коду у production. Дані автоматично додаютьÑÑ Ð¿Ñ–ÑÐ»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ñƒ production вперше."
-msgid "The target element is missing."
-msgstr "Цільовий елемент відÑутній."
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "Ð¡Ñ‚Ð°Ð´Ñ–Ñ Ð¢ÐµÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾ÐºÐ°Ð·ÑƒÑ” чаÑ, Ñкий GitLab CI витрачає Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ конвеєра Ð´Ð»Ñ Ð²Ñ–Ð´Ð¿Ð¾Ð²Ñ–Ð´Ð½Ð¾Ð³Ð¾ запиту злиттÑ. Дані будуть автоматично додані піÑÐ»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÑˆÐ¾Ð³Ð¾ конвеєра."
msgid "The time taken by each data entry gathered by that stage."
msgstr "ЧаÑ, витрачений на кожен елемент, зібраний на цій Ñтадії."
-msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
msgstr ""
+msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgstr "Унікальний ідентифікатор вузла Geo. Повинен відповідати \"geo_node_name\", Ñкщо його вÑтановлено в gitlab.rb, в іншому випадку має відповідати \"external_url\" із коÑою риÑкою в кінці"
+
msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
msgstr "Ð§Ð°Ñ Ð´Ñ–Ñ— Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñплине через %{number_of_minutes} хвилин. Ð”Ð»Ñ Ð²ÐµÐ»Ð¸ÐºÐ¸Ñ… репозиторіїв викориÑтовуйте комбінацію clone/push."
@@ -15830,6 +18898,9 @@ msgstr "Мапа кориÑтувачів — це JSON-документ, Ñки
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "Мапа кориÑтувачів — це правила Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувачів FogBugz, Ñкі приймали учаÑÑ‚ÑŒ у ваших проектах до Gitlab (зокрема Ñ—Ñ… імен та Ð°Ð´Ñ€ÐµÑ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти). Ви можете вноÑити зміни шлÑхом Ð·Ð°Ð¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ– нижче."
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr "КориÑтувач Ñкого ви збираєтеÑÑ Ð´ÐµÐ°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ був активним протÑгом оÑтанніх %{minimum_inactive_days} днів Ñ– не може бути деактивований"
+
msgid "The user-facing URL of the Geo node"
msgstr "URL-адреÑа вузла Geo, видима Ð´Ð»Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
@@ -15852,7 +18923,7 @@ msgid "There are no archived projects yet"
msgstr "Ðаразі немає жодного архівованого проекту"
msgid "There are no charts configured for this page"
-msgstr ""
+msgstr "Ð”Ð»Ñ Ñ†Ñ–Ñ”Ñ— Ñторінки не налаштовано графіків"
msgid "There are no closed issues"
msgstr "Закритих задач немає"
@@ -15873,7 +18944,7 @@ msgid "There are no labels yet"
msgstr "Тут ще немає міток"
msgid "There are no matching files"
-msgstr ""
+msgstr "Ðемає відповідних файлів"
msgid "There are no open issues"
msgstr "Відкритих задач немає"
@@ -15893,24 +18964,36 @@ msgstr "Ðемає індекÑованих змін"
msgid "There are no unstaged changes"
msgstr "Ðемає неіндекÑованих змін"
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr "Ðа диÑку вже Ñ–Ñнує репозиторій за таким ім’Ñм"
msgid "There is no data available. Please change your selection."
-msgstr ""
+msgstr "Даних немає. Будь лаÑка, змініть Ñвій вибір."
msgid "There was a problem communicating with your device."
msgstr "Проблема Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ вашого приÑтрою."
+msgid "There was a problem saving your custom stage, please try again"
+msgstr "Проблема зі збереженнÑм вашої кориÑтувацької Ñтадії, будь лаÑка, Ñпробуйте ще раз"
+
msgid "There was a problem sending the confirmation email"
msgstr "Помилка при відÑиланні Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð¿Ð¾ електронній пошті"
msgid "There was an error %{message} todo."
-msgstr ""
+msgstr "Під Ñ‡Ð°Ñ %{message} Ð½Ð°Ð³Ð°Ð´ÑƒÐ²Ð°Ð½Ð½Ñ ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°."
msgid "There was an error adding a To Do."
msgstr "Помилка при додаванні нагадуваннÑ."
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr "Помилка при Ñтворенні задачі"
@@ -15920,7 +19003,22 @@ msgstr "Помилка при видаленні нагадуваннÑ."
msgid "There was an error fetching configuration for charts"
msgstr "Помилка при отриманні налаштувань діаграм"
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr "Помилка при отриманні Ñтадій аналізу циклу."
+
+msgid "There was an error fetching data for the selected stage"
+msgstr "Помилка при отриманні даних Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ñ— Ñтадії"
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr "Помилка при отриманні даних про мітки Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ñ— групи"
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15932,6 +19030,9 @@ msgstr "Помилка при завантаженні ÐºÐ°Ð»ÐµÐ½Ð´Ð°Ñ€Ñ Ð°ÐºÑ‚
msgid "There was an error removing the e-mail."
msgstr "Помилка при видаленні адреÑи електронної пошти."
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr "Помилка при Ñкиданні групових хвилин Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð²."
@@ -15947,6 +19048,9 @@ msgstr "Помилка при збереженні ваших налаштува
msgid "There was an error subscribing to this label."
msgstr "Помилка при підпиÑці на цю мітку."
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr "Помилка при перевірці вашого запиту"
@@ -15962,12 +19066,24 @@ msgstr "Помилка при відпиÑці від цієї мітки."
msgid "There was an error while fetching cycle analytics data."
msgstr "Помилка при отриманні даних аналізу циклу."
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr "Помилка при отриманні звіту про аналізу циклу."
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° з reCAPTCHA. Будь лаÑка, пройдіть reCAPTCHA знову."
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr "Ці Ñ–Ñнуючі проблеми мають подібні заголовки. Можливо, краще додати коментар до однієї з них заміÑÑ‚ÑŒ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð½Ð¾Ð²Ð¾Ñ—."
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr "Ці змінні вÑтановлені в налаштуваннÑÑ… батьківÑької групи Ñ– будуть активними в поточному проєкті додатково до проєктних змінних."
+
msgid "They can be managed using the %{link}."
msgstr "Ðими можна керувати за допомогою %{link}."
@@ -16028,9 +19144,6 @@ msgstr "Цей коміт підпиÑано перевіреним підпиÑ
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr "Цей коміт підпиÑано <strong>неперевіреним</strong> підпиÑом."
-msgid "This container registry has been scheduled for deletion."
-msgstr "Заплановане Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ реєÑтру контейнерів."
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "Ð¦Ñ Ð´Ð°Ñ‚Ð° наÑтупає пізніше дати закінченнÑ, тому цей епік не буде відображатиÑÑ Ð² плані-графіку."
@@ -16055,14 +19168,20 @@ msgstr "Цей каталог"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr "Цей домен не підтверджено. Щоб увімкнути доÑтуп, потрібно підтвердити право влаÑноÑÑ‚Ñ–."
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr "Це Ñередовище ще не має розгортань."
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
-msgstr "Ð¦Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ñ Ð·Ð°Ñ€Ð°Ð· в розробці. Будь лаÑка, вимкіть перемикач функції \"job_log_json\""
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr "Цей епік не Ñ–Ñнує або у Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” доÑтатніх дозволів."
msgid "This feature requires local storage to be enabled"
-msgstr ""
+msgstr "Ð¦Ñ Ñ„ÑƒÐ½Ñ†Ñ–Ð¾Ð½Ð°Ð»ÑŒÐ½Ñ–ÑÑ‚ÑŒ вимагає ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ñховища"
msgid "This field is required."
msgstr "Це поле Ñ” обов'Ñзковим."
@@ -16074,13 +19193,13 @@ msgid "This group does not provide any group Runners yet."
msgstr "Ð¦Ñ Ð³Ñ€ÑƒÐ¿Ð° ще не має жодного групового Runner’а."
msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
-msgstr ""
+msgstr "Ð¦Ñ Ð³Ñ€ÑƒÐ¿Ð° разом із уÑіма Ñ—Ñ— підгрупами, проектами та репозиторÑми Git буде доÑтупна тільки із вказаного діапазону IP-адреÑ. ПідтримуєтьÑÑ Ð´ÐµÐºÑ–Ð»ÑŒÐºÐ° адреÑ, розділених комами. <br>Ðаприклад: <code>192.168.0.0/24</code>.%{read_more_link}."
msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
msgstr "Це — кориÑтувач \"Ghost User\", Ñкий було Ñтворено Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб він зібрав уÑÑ– задачі Ñтворені кориÑтувачами, що були видалені. Його неможливо видалити."
msgid "This is a Work in Progress"
-msgstr "Це Ñ” \"Ð’ процеÑÑ–\""
+msgstr "Це Ñ” WIP (в процеÑÑ–)"
msgid "This is a confidential issue."
msgstr "Це конфіденційна задача."
@@ -16112,6 +19231,9 @@ msgstr "Ð¦Ñ Ð·Ð°Ð´Ð°Ñ‡Ð° Ñ” конфіденційною"
msgid "This issue is locked."
msgstr "Ð¦Ñ Ð·Ð°Ð´Ð°Ñ‡Ð° заблокована."
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð·Ð°Ð»ÐµÐ¶Ð¸Ñ‚ÑŒ від інших завдань із заÑтарілими/Ñтертими артефактами: %{invalid_dependencies}"
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð·Ð°Ð»ÐµÐ¶Ð¸Ñ‚ÑŒ від попередніх, Ñкі повинні завершитиÑÑ ÑƒÑпішно Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ запуÑку"
@@ -16130,26 +19252,41 @@ msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ‰Ðµ не було запущене"
msgid "This job has not started yet"
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ‰Ðµ не запуÑтилоÑÑ"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ” заÑтарілим розгортаннÑм на %{environmentLink} за допомогою клаÑтеру %{clusterNameOrLink}."
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ” заÑтарілим розгортаннÑм на %{environmentLink} за допомогою клаÑтеру %{clusterNameOrLink}. ПереглÑнути %{deploymentLink}."
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ” заÑтарілим розгортаннÑм на %{environmentLink}."
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
-msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ” заÑтарілим розгортаннÑм на %{environmentLink}. ПереглÑньте оÑтаннє Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ” заÑтарілим розгортаннÑм на %{environmentLink}. ПереглÑнути %{deploymentLink}."
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ â€” заархівоване. Перезапущеним може бути тільки цілий конвеєр."
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
-msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñтворює Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° %{environmentLink} Ñ– перезапише %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñтворює Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° %{environmentLink} за допомогою клаÑтеру %{clusterNameOrLink}. Це перезапише %{deploymentLink}."
msgid "This job is creating a deployment to %{environmentLink}."
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñтворює Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° %{environmentLink}."
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñтворює Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° %{environmentLink}. Це перезапише %{deploymentLink}."
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr "Це Ð·Ð°Ð´Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¾ на %{environmentLink} за допомогою клаÑтеру %{clusterNameOrLink}."
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr "Це Ð·Ð°Ð´Ð°Ð½Ð½Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¾ на %{environmentLink}."
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÐ±ÑƒÐ²Ð°Ñ” в Ñтані Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñ– чекає на запуÑк Runner"
msgid "This job is performing tasks that must complete before it can start"
-msgstr ""
+msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÑ” кроки, Ñкі повинні бути завершені перед його початком"
msgid "This job is preparing to start"
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð³Ð¾Ñ‚ÑƒÑ”Ñ‚ÑŒÑÑ Ð´Ð¾ запуÑку"
@@ -16160,20 +19297,20 @@ msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¾Ð²Ð°Ð½Ðµ, тому що немає Ð
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¾Ð²Ð°Ð½Ðµ, тому що немає активних runner'ів, Ñкі могли б його виконати."
-msgid "This job is the most recent deployment to %{link}."
-msgstr "Це Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ñ” оÑтаннім розгортаннÑм на %{link}."
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð²Ð¸Ð¼Ð°Ð³Ð°Ñ” ручних дій"
msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
-msgstr ""
+msgstr "Ð”Ð»Ñ Ð·Ð°Ð¿ÑƒÑку цього Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð½ÐµÐ¾Ð±Ñ…Ñ–Ð´Ð½Ðµ ручне втручаннÑ. Перед його запуÑком можна додати змінні нижче Ð´Ð»Ñ Ð¾Ñтанніх змін у конфігурації."
msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action."
msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±ÑƒÐ´Ðµ запущено автоматично піÑÐ»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ñ‚Ð°Ð¹Ð¼ÐµÑ€Ð°. Зазвичай вони викориÑтовуютьÑÑ Ð´Ð»Ñ Ñ–Ð½ÐºÑ€ÐµÐ¼ÐµÐ½Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð² production Ñередовище. У разі ÑкаÑÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð²Ð¾Ð½Ð¾ перетворитьÑÑ Ð½Ð° ручну операцію."
msgid "This may expose confidential information as the selected fork is in another namespace that can have other members."
-msgstr ""
+msgstr "Це може розкрити конфіденційну інформацію, оÑкільки вибраний форк знаходитьÑÑ Ð² іншому проÑторі імен, Ñкий може мати інших учаÑників."
msgid "This means you can not push code until you create an empty repository or import existing one."
msgstr "Це означає, що ви не можете відправлÑти код, поки не Ñтворите порожній репозиторій або не імпортуєте Ñ–Ñнуючий."
@@ -16187,6 +19324,9 @@ msgstr "Такий проÑÑ‚Ñ–Ñ€ імен вже викориÑтовуєтьÑ
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "Цей параметр вимкнено, тому що у Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” дозволу на Ð·Ð°Ð¿Ð¸Ñ Ñƒ поточну гілку"
+msgid "This option is only available on GitLab.com"
+msgstr "Ð¦Ñ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ñ–ÑÑ‚ÑŒ доÑтупна тільки на GitLab.com"
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "Ð¦Ñ Ñторінка недоÑтупна, тому що ви не можете переглÑдати інформацію по кількох проектах."
@@ -16199,6 +19339,12 @@ msgstr "Цей конвеєр викориÑтовує попередньо ви
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr "Цей конвеєр викориÑтовує попередньо визначену конфігурацію CI / CD, увімкнену за допомогою <b>Auto DevOps</b>"
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "Цей проект"
@@ -16211,6 +19357,15 @@ msgstr "Ð”Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту немає домашньої ÑторÑ
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr "Ð”Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту вимкнено білінг. Щоб Ñтворити клаÑтер, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">увімкніть білінг <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> Ñ– Ñпробуйте знову."
+msgid "This project is archived and cannot be commented on."
+msgstr "Цей проект заархівовано і його не можна коментувати."
+
+msgid "This project path either does not exist or is private."
+msgstr "ШлÑÑ… до проєкту не Ñ–Ñнує або Ñ” приватним."
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr "Цей репозиторій"
@@ -16223,14 +19378,14 @@ msgstr "Цей runner буде виконуватиÑÑ Ñ‚Ñ–Ð»ÑŒÐºÐ¸ на тих
msgid "This setting can be overridden in each project."
msgstr "Цей параметр можна перевизначати Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ проекту."
-msgid "This setting will override user notification preferences for all project members."
-msgstr ""
-
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Цей параметр оновить назву хоÑта, Ñка викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð³ÐµÐ½ÐµÑ€Ð°Ñ†Ñ–Ñ— приватних email-Ð°Ð´Ñ€ÐµÑ Ð² підпиÑах комітів. %{learn_more}"
+msgid "This subscription is for"
+msgstr "Це підпиÑка длÑ"
+
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
-msgstr ""
+msgstr "Цей Ñ‡Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ð°Ñ‚Ð¸Ð¼Ðµ перевагу у разі, Ñкщо він менший за той, Ñкий вÑтановлено на рівні проекту, також він підтримує \"людÑкий\" формат, наприклад \"1 hour\" (1 година). Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð±ÐµÐ· одиниць виміру предÑтавлÑÑŽÑ‚ÑŒ Ñекунди."
msgid "This user cannot be unlocked manually from GitLab"
msgstr "Цей кориÑтувач не може бути розблокований вручну в GitLab"
@@ -16250,12 +19405,66 @@ msgstr "Цей кориÑтувач буде автором вÑÑ–Ñ… подій
msgid "This will redirect you to an external sign in page."
msgstr "Це перенаправить Ð²Ð°Ñ Ð½Ð° зовнішню Ñторінку входу."
-msgid "This will remove the fork relationship to source project"
-msgstr "Це видалить зв’Ñзок форку із вихідним проектом"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr "Ці Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти автоматично Ñтануть обговореннÑми задач, Ñкі відображатимутьÑÑ Ñ‚ÑƒÑ‚ (причому коментарі Ñтануть чаÑтиною перепиÑки)."
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr "Четвер"
@@ -16448,9 +19657,6 @@ msgstr "щойно"
msgid "Timeago|right now"
msgstr "зараз"
-msgid "Timeframe"
-msgstr "Проміжок чаÑу"
-
msgid "Timeout"
msgstr "Ð§Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ"
@@ -16483,8 +19689,11 @@ msgstr "Заголовок:"
msgid "Titles and Filenames"
msgstr "Заголовки та імена файлів"
+msgid "To"
+msgstr "До"
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
-msgstr ""
+msgstr "Ð”Ð»Ñ %{link_to_help} вашого домену, додайте в вищезгаданий ключ до TXT запиÑу у вашій конфігурації DNS."
msgid "To Do"
msgstr "Виконати"
@@ -16553,16 +19762,16 @@ msgid "To only use CI/CD features for an external repository, choose <strong>CI/
msgstr "Щоб викориÑтовувати лише функції CI/CD Ð´Ð»Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½ÑŒÐ¾Ð³Ð¾ репозиторію, виберіть <strong>CI/CD Ð´Ð»Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½ÑŒÐ¾Ð³Ð¾ репозиторію</strong>."
msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
-msgstr ""
+msgstr "Щоб відкривати Jaeger Ñ– легко переглÑдати інформацію про GitLab, додайте поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñторінку %{link} до вашого Ñервера"
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr "Ð”Ð»Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ ÑˆÐ²Ð¸Ð´ÐºÐ¾Ð´Ñ–Ñ— відображаютьÑÑ Ð»Ð¸ÑˆÐµ <strong>%{display_size} із %{real_size}</strong> файлів."
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
-msgstr ""
+msgstr "Щоб зберегти конфіденційніÑÑ‚ÑŒ цієї задачі, було вибрано приватний форк цього проекту."
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "Ð”Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½ÑŒ від ÑервіÑів Prometheus, Ñкі Ñконфігуровані вручну, додайте наÑтупний URL та ключ авторизаціх до вашого конфігураційного файлу веб-хуків Prometheus. ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про %{linkStart}ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€ÑƒÐ²Ð°Ð½Ñ Prometheus%{linkEnd} Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб відправлÑти Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñ–Ð· Gitlab."
@@ -16571,10 +19780,10 @@ msgid "To see all the user's personal access tokens you must impersonate them fi
msgstr "Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ щоб бачити уÑÑ– перÑональні токени доÑтупe кориÑтувача вам необхідно Ñпочатку розпочати його імітуваннÑ."
msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
-msgstr ""
+msgstr "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду оперативних даних цього проекту %{linkStart}переведіть його групу на план Silver%{linkEnd}. Ви також можете видалити цей проект із панелі управліннÑ."
msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
-msgstr ""
+msgstr "Щоб переглÑнути оперативні дані цього проекту зв’ÑжітьÑÑ Ñ–Ð· влаÑником групи %{groupName} Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´Ñƒ на вищий тарифний план. Ви також можете видалити цей проект із панелі управліннÑ."
msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
msgstr "Щоб налаштувати автентифікацію SAML Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ñ— групи через провайдера ідентифікації такої Ñк Azure, Okta, Onelogin, Ping Identity або вашого влаÑного поÑтачальника SAML 2.0:"
@@ -16583,7 +19792,7 @@ msgid "To set up this service:"
msgstr "Ðалаштувати цей ÑервіÑ:"
msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
-msgstr ""
+msgstr "Щоб визначити рівень Ñповіщень Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñ–Ð² груп, до Ñких ви належите, вам потрібно відвідати Ñторінку проекту та змінити рівень Ñповіщень там."
msgid "To start serving your jobs you can add Runners to your group"
msgstr "Ð”Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð²Ð°ÑˆÐ¸Ñ… завдань ви можете додати Runner’и до вашої групи"
@@ -16622,7 +19831,7 @@ msgid "Toggle Sidebar"
msgstr "Перемикач бічної панелі"
msgid "Toggle backtrace"
-msgstr ""
+msgstr "Увімкнути/вимкнути журнал оÑтанніх подій"
msgid "Toggle collapse"
msgstr "Згорнути/розгорнути"
@@ -16652,7 +19861,7 @@ msgid "Toggle the Performance Bar"
msgstr "Увімкнути/вимкнути панель продуктивноÑÑ‚Ñ–"
msgid "Toggle this dialog"
-msgstr ""
+msgstr "Увімкнути/вимкнути це діалогове вікно"
msgid "Toggle thread"
msgstr "Закрити/відкрити обговореннÑ"
@@ -16675,6 +19884,12 @@ msgstr "Завтра"
msgid "Too many changes to show."
msgstr "Забагато змін Ð´Ð»Ñ Ð¿Ð¾ÐºÐ°Ð·Ñƒ."
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr "Теми"
@@ -16684,18 +19899,24 @@ msgstr "Ð’Ñього"
msgid "Total Contributions"
msgstr "Загальна кількіÑÑ‚ÑŒ внеÑків"
-msgid "Total Time"
-msgstr "Загальний чаÑ"
-
msgid "Total artifacts size: %{total_size}"
msgstr "Загальний розмір артефактів: %{total_size}"
+msgid "Total issues"
+msgstr "Ð’Ñього задач"
+
msgid "Total test time for all commits/merges"
msgstr "Загальний чаÑ, щоб перевірити вÑÑ– коміти/злиттÑ"
+msgid "Total weight"
+msgstr "Загальна вага"
+
msgid "Total: %{total}"
msgstr "Ð’Ñього: %{total}"
+msgid "Trace"
+msgstr "Лог"
+
msgid "Tracing"
msgstr "ВідÑтеженнÑ"
@@ -16717,9 +19938,15 @@ msgstr "ВідÑтежуйте події аудиту в Ñвоєму проеÐ
msgid "Transfer project"
msgstr "ПеренеÑти проект"
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr "Ðе вдалоÑÑ Ð·Ð¼Ñ–Ð½Ð¸Ñ‚Ð¸ шлÑÑ… тому що в цій групі Ñ” проекти із образами Docker у Ñвоїх РеєÑтрах контейнерів. Будь лаÑка, Ñпочатку видаліть ці образи з ваших проектів Ñ– Ñпробуйте знову."
+
msgid "TransferGroup|Database is not supported."
msgstr "База даних не підтримуєтьÑÑ."
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr "Група міÑтить проєкти з пакетами NPM."
+
msgid "TransferGroup|Group is already a root group."
msgstr "Група вже є кореневою."
@@ -16747,6 +19974,9 @@ msgstr "Проект не може бути переміщений, тому щÐ
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr "Ð’ цільовому проÑторі імен вже Ñ–Ñнує проект із таким же іменем або шлÑхом"
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr "Кореневий проÑÑ‚Ñ–Ñ€ імен не може бути змінено, Ñкщо проєкт міÑтить пакети NPM"
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr "ПеренеÑÐµÐ½Ð½Ñ Ð½ÐµÐ²Ð´Ð°Ð»Ðµ, будь лаÑка, зв'ÑжітьÑÑ Ñ–Ð· адмініÑтратором."
@@ -16756,6 +19986,9 @@ msgstr "У виглÑді дерева"
msgid "Trending"
msgstr "ПопулÑрні"
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "ЗапуÑкати конвеєри Ð´Ð»Ñ Ð²Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð¸Ñ… змін"
@@ -16783,8 +20016,8 @@ msgstr "Тригер уÑпішно оновлено."
msgid "Triggerer"
msgstr "Запущено"
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "Тригери можуть примуÑово перезібрати гілку або тег через API. Ці токени дозволÑÑŽÑ‚ÑŒ діÑти від імені кориÑтувача: в тому чиÑлі отримувати доÑтуп до його проектів та проектних прав доÑтупу."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
msgstr "УÑÑƒÐ½ÐµÐ½Ð½Ñ Ð½ÐµÐ¿Ð¾Ð»Ð°Ð´Ð¾Ðº Ñ– моніторинг вашого заÑтоÑунку за допомогою відÑтеженнÑ"
@@ -16802,7 +20035,7 @@ msgid "Try to fork again"
msgstr "Спробувати зробити форк знову"
msgid "Try using a different search term to find the file you are looking for."
-msgstr ""
+msgstr "Спробуйте викориÑтовувати інші Ñлова Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ щоб знайти необхідний вам файл."
msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
msgstr "ВідбуваєтьÑÑ Ð·'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ñ–Ð· вашим приÑтроєм. Підключіть його (Ñкщо ви цього ще не зробили) Ñ– натиÑніть кнопку на ньому зараз."
@@ -16840,6 +20073,9 @@ msgstr "Двофакторна автентифікаціÑ"
msgid "Type"
msgstr "Тип"
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr "U2F приÑтрої (%{length})"
@@ -16852,24 +20088,39 @@ msgstr "URL"
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr "URL-адреÑа зовнішнього Ñховища, де зберігатимутьÑÑ Ñтатичні об’єкти репозиторію (напр. архіви, бінарні дані Ñ– Ñ‚. д.)."
+msgid "URL or request ID"
+msgstr "URL або ідентифікатор запиту"
+
msgid "Unable to apply suggestions to a deleted line."
msgstr "Ðеможливо заÑтоÑувати пропозиції до видаленого Ñ€Ñдка."
msgid "Unable to build Slack link."
msgstr "Ðе вдалоÑÑ Ñформувати поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ Slack."
+msgid "Unable to collect CPU info"
+msgstr "Ðе вдалоÑÑ Ð·Ñ–Ð±Ñ€Ð°Ñ‚Ð¸ інформацію про ЦП"
+
+msgid "Unable to collect memory info"
+msgstr "Ðе вдалоÑÑ Ð·Ñ–Ð±Ñ€Ð°Ñ‚Ð¸ інформацію про пам’ÑÑ‚ÑŒ"
+
msgid "Unable to connect to Prometheus server"
msgstr "Ðеможливо з’єднатиÑÑŒ з Prometheus Ñервером"
msgid "Unable to connect to server: %{error}"
msgstr "Ðе вдалоÑÑ Ð·Ð²â€™ÑзатиÑÑ Ñ–Ð· Ñервером: %{error}"
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr "Ðе вдалоÑÑ Ñтворити новий ідентифікатор інÑтанÑу"
msgid "Unable to load the diff. %{button_try_again}"
msgstr "Ðеможливо завантажити порівнÑÐ½Ð½Ñ (diff). %{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ñ€Ñ–ÑˆÐ¸Ñ‚Ð¸"
@@ -16894,8 +20145,8 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ цю задачу зараз."
msgid "Unarchive project"
msgstr "Розархівувати проект"
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
-msgstr "Ð Ð¾Ð·Ð°Ñ€Ñ…Ñ–Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ знову даÑÑ‚ÑŒ можливіÑÑ‚ÑŒ кориÑтувачам вноÑити зміни до нього. Ð’ репозиторій можна буде вноÑити коміти. Крім того можуть бути Ñтворені задачі, коментарі та інші об'єкти. <strong>ПіÑÐ»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ñ–Ñ— цей проект буде відображатиÑÑ Ð¿Ñ€Ð¸ пошуку та на панелі керуваннÑ.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr ""
msgid "Unblock"
msgstr "Розблокувати"
@@ -16915,6 +20166,9 @@ msgstr "ВидаленнÑ"
msgid "Unknown"
msgstr "Ðевідомо"
+msgid "Unknown Error"
+msgstr "Ðевідома помилка"
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr "Ðевідома ÑÑ‚Ñ€Ð°Ñ‚ÐµÐ³Ñ–Ñ ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ: %{encrypted_strategy}!"
@@ -16946,10 +20200,10 @@ msgid "Unlocks the discussion."
msgstr "Розблоковує обговореннÑ."
msgid "Unmarked this %{noun} as Work In Progress."
-msgstr "ЗнÑто Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ \"Ð’ процеÑÑ–\" з цього %{noun}."
+msgstr "ЗнÑто Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ WIP (в процеÑÑ–) з цього %{noun}."
msgid "Unmarks this %{noun} as Work In Progress."
-msgstr "Знімає Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ \"Ð’ процеÑÑ–\" з цього %{noun}."
+msgstr "Знімає Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ WIP (в процеÑÑ–) з цього %{noun}."
msgid "Unresolve discussion"
msgstr "Повторно відкрити обговореннÑ"
@@ -16966,9 +20220,6 @@ msgstr "Ðе індекÑувати"
msgid "Unstage all changes"
msgstr "Ðе індекÑувати вÑÑ– зміни"
-msgid "Unstage changes"
-msgstr "Ðе індекÑувати зміни"
-
msgid "Unstaged"
msgstr "ÐеіндекÑовано"
@@ -17002,6 +20253,9 @@ msgstr "ВідпиÑує від %{quick_action_target}."
msgid "Until"
msgstr "До"
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "Ðепідтверджено"
@@ -17062,6 +20316,9 @@ msgstr "Оновлено"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Оновлено %{updated_at} %{updated_by}"
+msgid "Updated at"
+msgstr "Оновлено"
+
msgid "Updated to"
msgstr "Оновлено до"
@@ -17086,9 +20343,6 @@ msgstr "Перейдіть на вищий тарифний план Ð´Ð»Ñ Ð°Ðº
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Перейдіть на вищий тарифний план щоб активувати групові веб-хуки."
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "Перейдіть на вищий тарифний план щоб активувати вагу обговорень задач."
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "Перейдіть на вищий тарифний план щоб покращити дошки задач."
@@ -17113,9 +20367,6 @@ msgstr "Завантажити приватний ключ Ð´Ð»Ñ Ñертифі
msgid "Upload file"
msgstr "ÐадіÑлати файл"
-msgid "Upload file does not exist"
-msgstr "Файл Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ Ñ–Ñнує"
-
msgid "Upload object map"
msgstr "Завантажити файл відповідноÑÑ‚Ñ– об’єктів"
@@ -17134,6 +20385,9 @@ msgstr "ЗавантаженнÑ"
msgid "Upstream"
msgstr "Попередній"
+msgid "Uptime"
+msgstr "Ð§Ð°Ñ Ñ€Ð¾Ð±Ð¾Ñ‚Ð¸"
+
msgid "Upvotes"
msgstr "Лайки"
@@ -17215,6 +20469,12 @@ msgstr "ВикориÑтовуйте одноразовий пароль на в
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "ВикориÑтовуйте групові етапи, щоб керувати у одному етапі задачі з різних проектів."
+msgid "Use hashed storage"
+msgstr "ВикориÑтовувати хешоване Ñховище"
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr "ВикориÑтовувати хешовані шлÑхи Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ð½Ð¾Ð²Ð¾Ñтворених або перейменованих проектів. ВикориÑтовувати Ð´Ð»Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð½Ð° диÑку незмінні, базовані на хешах шлÑхи та назви репозиторіїв. Це запобігає переміщенню та перейменуванню репозиторіїв при зміні URL проекту Ñ– може покращити продуктивніÑÑ‚ÑŒ I/O."
+
msgid "Use one line per URI"
msgstr "ВикориÑтовуйте один Ñ€Ñдок Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ URI"
@@ -17236,6 +20496,9 @@ msgstr "ВикориÑтовуєтьÑÑ ÑƒÑ‡Ð°Ñниками Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñƒ
msgid "Used to help configure your identity provider"
msgstr "ВикориÑтовуєтьÑÑ Ð´Ð»Ñ Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¸ в налаштуванні провайдера ідентифікації"
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr "КориÑтувач %{current_user_username} розпочав Ñ–Ð¼Ñ–Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ %{username}"
@@ -17272,6 +20535,9 @@ msgstr "Мапа кориÑтувачів"
msgid "User pipeline minutes were successfully reset."
msgstr "КориÑтувацькі хвилини Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð² уÑпішно обнулено."
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
@@ -17338,8 +20604,8 @@ msgstr "ЕкÑкурÑÑ–Ñ Ð¿Ð¾ GitLab"
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr "Тут ви можете порівнювати зміни цієї вітки із ÑкоюÑÑŒ іншою. Зміни поділені на файли Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб було наочніше що де змінилоÑÑ."
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
-msgstr "Тут ви можете Ñтворити порожній проект, викориÑтати шаблон або імпортувати репозиторій з інших платформ. Що б ви не вибрали, ми підказуватимемо вам.%{lineBreak}%{lineBreak}Виберіть ÑпоÑіб ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ та натиÑніть %{emphasisStart}Створити проект%{emphasisEnd} Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´Ñƒ на наÑтупний крок."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgstr "Тут ви можете Ñтворити порожній проект, викориÑтати шаблон або імпортувати репозиторій з інших платформ. Що б ви не вибрали, ми підказуватимемо вам.%{lineBreak}%{lineBreak}Введіть інформацію про новий проект та натиÑніть %{emphasisStart}Створити проект%{emphasisEnd} Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´Ñƒ на наÑтупний крок."
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
msgstr "Тут ви можете бачити детальну інформацію про конвеєри: їхні Ñтадії та Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð² кожній із цих Ñтадій, а також їхній ÑтатуÑ.%{lineBreak}%{lineBreak}Ðаші конвеєри CI/CD доÑить Ñкладні, більшіÑÑ‚ÑŒ кориÑтувачів має менше конвеєрів Ñ– вони Ñ” проÑтішими."
@@ -17350,14 +20616,14 @@ msgstr "Тут ви можете бачити поточних учаÑникіÐ
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr "Тут ви можете бачити Ñкі зміни були виконані в цьому коміті, у Ñкій гілці та чи Ñ–Ñнує пов'Ñзаний запит на злиттÑ. Також відображатиметьÑÑ Ñтан конвеєра, Ñкщо налаштовано CI/CD.%{lineBreak}%{lineBreak}Ви також можете залишати коментарі до змінених Ñ€Ñдків коду Ñ– розпочинати Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ–Ð· колегами!"
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr "ОÑÑŒ оглÑд гілок в проекті %{emphasisStart}%{projectName}%{emphasisEnd}. Вони розбиті на \"Ðктивні\" та \"ЗаÑтарілі\".%{lineBreak}%{lineBreak}Тут ви можете Ñтворити новий запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ–Ð· ÑкоїÑÑŒ гілки або порівнÑти дві гілки з проекту між Ñобою. За замовчуваннÑм буде відбуватиÑÑ Ð¿Ð¾Ñ€Ñ–Ð²Ð½ÑÐ½Ð½Ñ Ñ–Ð· гілкою master."
msgid "UserOnboardingTour|Invite colleagues"
msgstr "ЗапроÑити колег"
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
-msgstr "Задачі добре підходÑÑ‚ÑŒ Ð´Ð»Ñ ÐºÐ¾Ð¼ÑƒÐ½Ñ–ÐºÐ°Ñ†Ñ–Ñ— та віÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ð³Ñ€ÐµÑу в GitLab. ОÑÑŒ задачі, Ñкі відкриті в %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}Ви можете допомогти нам покращити GitLab шлÑхом внеÑків у задачі, що відмічені <span class=\"badge color-label accept-mr-label\">ПриймаютьÑÑ Ð·Ð°Ð¿Ð¸Ñ‚Ð¸ на злиттÑ</span>.%{lineBreak}%{lineBreak}Цей ÑпиÑок може бути відвільтрований за мітками, етапами, виконавцÑми, авторами... Ми продоемонÑтруємо Ñк виглÑдає ÑпиÑок, відфільтрований за міткою."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
+msgstr "Задачі добре підходÑÑ‚ÑŒ Ð´Ð»Ñ ÐºÐ¾Ð¼ÑƒÐ½Ñ–ÐºÐ°Ñ†Ñ–Ñ— та відÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ð³Ñ€ÐµÑу в GitLab. ОÑÑŒ задачі, Ñкі відкриті в %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}Ви можете допомогти нам покращити GitLab шлÑхом внеÑків у задачі, що відмічені <span class=\"badge color-label accept-mr-label\">ПриймаютьÑÑ Ð·Ð°Ð¿Ð¸Ñ‚Ð¸ на злиттÑ</span>.%{lineBreak}%{lineBreak}Цей ÑпиÑок може бути відвільтрований за мітками, етапами, виконавцÑми, авторами... Ми продоемонÑтруємо Ñк виглÑдає ÑпиÑок, відфільтрований за міткою."
msgid "UserOnboardingTour|Learn GitLab"
msgstr "ДізнатиÑÑ Ð¿Ñ€Ð¾ GitLab"
@@ -17389,26 +20655,29 @@ msgstr "ПерезапуÑтити цей крок"
msgid "UserOnboardingTour|Skip this step"
msgstr "ПропуÑтити цей крок"
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
-msgstr "Ваш проект Ñтворено Ñ– він готовий до викориÑтаннÑ.%{lineBreak}%{lineBreak}Ви можете почати додавати файли до репозиторію чи клонувати його. ОÑтаннє, що ми хочемо вам показати — Ñк запрошувати колег до вашого проекту."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgstr "Чудово! Ваш проект Ñтворено Ñ– він готовий до викориÑтаннÑ.%{lineBreak}%{lineBreak}Ви можете почати додавати файли до репозиторію чи клонувати його. ОÑтаннє, що ми хочемо вам показати, Ñк запрошувати колег до вашого проекту."
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr "ПоглÑньте. ОÑÑŒ зручне меню Ð´Ð»Ñ ÑˆÐ²Ð¸Ð´ÐºÐ¾Ð³Ð¾ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡, запитів на злиттÑ, Ñніпетів, проектів та груп. Ð”Ð»Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ натиÑніть на нього та виберіть \"Ðовий проект\" із розділу \"GitLab\"."
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr "ДÑкуємо за Ð¿Ñ€Ð¾Ñ…Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ ÐµÐºÑкурÑÑ–Ñ—. Пам’Ñтайте, що Ð´Ð»Ñ Ñ—Ñ— повторного проходженнÑ, ви можете вибрати %{emphasisStart}ДізнатиÑÑ Ð¿Ñ€Ð¾ GitLab%{emphasisEnd} в меню допомоги в правому верхньому куті."
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr "СпаÑибі за ваш відгук! %{thumbsUp}"
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr "Отже це вÑе про задачі. Тепер давайте розглÑнемо %{emphasisStart}запити на злиттÑ%{emphasisEnd}."
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr "Отже це вÑе про запити на злиттÑ. ОÑтанній розділ цієї екÑкурÑÑ–Ñ— — %{emphasisStart}CI/CD%{emphasisEnd}."
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr "Отже, це вÑе про репозиторій. Тепер давайте розглÑнемо %{emphasisStart}задачі%{emphasisEnd}."
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
-msgstr ""
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgstr "Структура цієї Ñторінки дуже Ñхожа на Ñтруктуру Ñторінки задач. Тут приÑтуні ÑтатуÑ, опиÑ, Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ‚Ð° бічна панель.%{lineBreak}%{lineBreak}Ðле під опиÑом ви помітите більше інформації про запит на злиттÑ, конвеєр CI/CD та варіанти Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ затвердженнÑ.%{lineBreak}%{lineBreak}Поруч із обговореннÑми ви також можете бачити інформацію про коміти в цьому запиті на злиттÑ, Ñтан конвеєрів та переглÑдати вÑÑ– зроблені зміни."
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
msgstr "Тут багато інформації, але не хвилюйтеÑÑ, ми розберемоÑÑ.%{lineBreak}%{lineBreak}Угорі ви можете бачити Ñтан задачі, коли вона була Ñтворена Ñ– ким. Ðижче ви можете бачити Ð¾Ð¿Ð¸Ñ Ð·Ð°Ð´Ð°Ñ‡Ñ–, а ще нижче — інші %{emphasisStart}пов'Ñзані задачі%{emphasisEnd} та %{emphasisStart}запити на злиттÑ%{emphasisEnd} (Ñкщо Ñ”). Далі розміщене %{emphasisStart}обговореннÑ%{emphasisEnd}, де Ð²Ñ–Ð´Ð±ÑƒÐ²Ð°Ñ”Ñ‚ÑŒÑ Ð¾Ñновне ÑпілкуваннÑ.%{lineBreak}%{lineBreak}Справа знаходитьÑÑ Ð±Ñ–Ñ‡Ð½Ð° панель, де ви можете переглÑнути чи змінити %{emphasisStart}виконавцÑ, етап, заплановану дату завершеннÑ, мітки, вагу%{emphasisEnd} Ñ– Ñ‚.д."
@@ -17422,11 +20691,11 @@ msgstr "ОÑÑŒ уÑÑ– задачі, де приймаютьÑÑ Ð²Ð½ÐµÑки вÑ
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr "Це оглÑд уÑÑ–Ñ… запитів на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð² цьому проекті. Ðналогічно до оглÑду задач, його можна фільтрувати за мітками, етапами, авторами, виконавцÑми Ñ– Ñ‚. д."
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
-msgstr ""
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgstr "Це репозиторій Ð´Ð»Ñ Ð½Ð°ÑˆÐ¾Ð³Ð¾ проекту %{emphasisStart}%{projectName}%{emphasisEnd}. ВеÑÑŒ наш код зберігаєтьÑÑ Ñ‚ÑƒÑ‚. Можете його доÑлідити Ñ– детально розглÑнути файли та папки.%{lineBreak}%{lineBreak}Ðад файловою Ñтруктурою ви можете бачити оÑтанній коміт, його автора та Ñтан конвеєра CI/CD.%{lineBreak}%{lineBreak}Якщо ви прокрутите нижче, то під файловою Ñтруктурою ви побачите інÑтрукцію Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту (Readme). Вона визначена у файлі README.md в корені репозиторію."
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
-msgstr ""
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr "ЛаÑкаво проÑимо до оглÑду проекту %{emphasisStart}%{projectName}%{emphasisEnd}. Це проект, Ñкий ми викориÑтовуємо Ð´Ð»Ñ Ñ€Ð¾Ð±Ð¾Ñ‚Ð¸ над GitLab. Ðа перший поглÑд здаєтьÑÑ, що проект — це лише репозиторій, але в GitLab проекти міÑÑ‚ÑÑ‚ÑŒ значно більше.%{lineBreak}%{lineBreak}Ви можете Ñтворювати проекти Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ коду, викориÑтовувати його Ñк трекер задач, працювати над кодом, та безперервно збирати, теÑтувати та розгортати ваш заÑтоÑунок за допомогою вбудованого GitLab CI/CD."
msgid "UserProfile|Activity"
msgstr "ÐктивніÑÑ‚ÑŒ"
@@ -17434,6 +20703,9 @@ msgstr "ÐктивніÑÑ‚ÑŒ"
msgid "UserProfile|Already reported for abuse"
msgstr "Вже повідомлено про зловживаннÑ"
+msgid "UserProfile|Blocked user"
+msgstr "Заблокований кориÑтувач"
+
msgid "UserProfile|Contributed projects"
msgstr "ВнеÑки в проекти"
@@ -17494,6 +20766,9 @@ msgstr "Цей кориÑтувач не робив внеÑків до жодн
msgid "UserProfile|This user hasn't starred any projects"
msgstr "Цей кориÑтувач не має жодного обраного проекту"
+msgid "UserProfile|This user is blocked"
+msgstr "Цей кориÑтувач заблокований"
+
msgid "UserProfile|View all"
msgstr "ПереглÑнути вÑе"
@@ -17521,12 +20796,18 @@ msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача вже зайнÑто."
msgid "Username is available."
msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача доÑтупне."
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача або електронна пошта"
msgid "Users"
msgstr "КориÑтувачі"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr "КориÑтувачі за межами ліцензії"
@@ -17558,7 +20839,7 @@ msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%
msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ %{code_start}::%{code_end} вказує на %{link_start}набір Ñелективних міток%{link_end}"
msgid "Using required encryption strategy when encrypted field is missing!"
-msgstr ""
+msgstr "ВикориÑтовуєтьÑÑ Ð¾Ð±Ð¾Ð²â€™Ñзкова ÑÑ‚Ñ€Ð°Ñ‚ÐµÐ³Ñ–Ñ ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸ відÑутньому полі Ð´Ð»Ñ Ð·Ð°ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¾Ð³Ð¾ значеннÑ!"
msgid "Validate"
msgstr "Перевірити"
@@ -17599,14 +20880,26 @@ msgstr "Стан перевірки"
msgid "Verified"
msgstr "Підтверджено"
+msgid "Verify SAML Configuration"
+msgstr "Перевірити конфігурацію SAML"
+
+msgid "Verify configuration"
+msgstr "Перевірити конфігурацію"
+
msgid "Version"
msgstr "ВерÑÑ–Ñ"
msgid "Very helpful"
msgstr "Дуже кориÑна"
-msgid "View app"
-msgstr "ПереглÑнути заÑтоÑунок"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr "ПереглÑнути інформацію про залежноÑÑ‚Ñ– Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ проекту"
@@ -17626,6 +20919,13 @@ msgstr "ПереглÑнути доÑтупних оÑіб Ð´Ð»Ñ Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´
msgid "View epics list"
msgstr "ПереглÑнути ÑпиÑок епіків"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] "ПереглÑнути опублікований артефакт"
+msgstr[1] "ПереглÑнути %d опублікованих артефактт"
+msgstr[2] "ПереглÑнути %d опублікованих артефактів"
+msgstr[3] "ПереглÑнути %d опублікованих артефактів"
+
msgid "View file @ "
msgstr "ПереглÑд файла @ "
@@ -17635,8 +20935,8 @@ msgstr "ПереглÑнути повну панель керуваннÑ"
msgid "View group labels"
msgstr "ПереглÑнути мітки групи"
-msgid "View in Sentry"
-msgstr "ПереглÑнути в Sentry"
+msgid "View issue"
+msgstr ""
msgid "View it on GitLab"
msgstr "ПереглÑнути це на GitLab"
@@ -17644,8 +20944,8 @@ msgstr "ПереглÑнути це на GitLab"
msgid "View job"
msgstr "ПереглÑнути завданнÑ"
-msgid "View job trace"
-msgstr "ПереглÑнути лог завданнÑ"
+msgid "View job log"
+msgstr "ПереглÑнути журнал завданнÑ"
msgid "View jobs"
msgstr "ПереглÑнути завданнÑ"
@@ -17659,6 +20959,9 @@ msgstr "ПереглÑнути журнал"
msgid "View open merge request"
msgstr "ПереглÑнути відкритий запит на злиттÑ"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "ПереглÑнути мітки проекту"
@@ -17668,6 +20971,9 @@ msgstr "ПереглÑд заміненого файлу @ "
msgid "View the documentation"
msgstr "ПереглÑнути документацію"
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr "ПереглÑд коміту"
@@ -17684,7 +20990,7 @@ msgid "Visibility level:"
msgstr "Рівень видимоÑÑ‚Ñ–:"
msgid "Visibility settings have been disabled by the administrator."
-msgstr ""
+msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð´Ð¸Ð¼Ð¾ÑÑ‚Ñ– були вимкнені адмініÑтратором."
msgid "Visibility, project features, permissions"
msgstr "ВидиміÑÑ‚ÑŒ, оÑобливоÑÑ‚Ñ– проекту, дозволи"
@@ -17710,20 +21016,17 @@ msgstr "%{stepStart}Крок 1%{stepEnd}. Скопіюйте наÑтупний
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr "%{stepStart}Крок 2%{stepEnd}. Додайте його до тегів %{headTags} кожної Ñторінки вашого заÑтоÑунку, впевнившиÑÑŒ в тому, що ідентифікатор запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð²Ñтановлено чи не вÑтановлено в залежноÑÑ‚Ñ– від Ñитуації. "
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr "%{stepStart}Крок 3%{stepEnd}. Відкрийте Review App та вÑтановіть %{linkStart}перÑональний токен доÑтупу%{linkEnd}."
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
-msgstr "%{stepStart}Крок 4%{stepEnd}. Якщо це раніше не було %{linkStart}Ñконфігуровано%{linkEnd} розробником, введіть ідентифікатор запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¿Ñ€Ð¸ запиті. Ідентифікатор запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ â€” %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
-msgstr "%{stepStart}Крок 5%{stepEnd}. Залиште відгук в Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
+msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr "Скопіювати ідентифікатор запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð² буфер обміну"
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr "Скопіювати ID запиту на злиттÑ"
-msgid "VisualReviewApp|Copy script to clipboard"
-msgstr "Скопіювати Ñкрипт в буфер обміну"
+msgid "VisualReviewApp|Copy script"
+msgstr "Скопіювати Ñкрипт"
msgid "VisualReviewApp|Enable Visual Reviews"
msgstr "Увімкнути візуальні оглÑди"
@@ -17746,12 +21049,15 @@ msgstr "ВразливоÑÑ‚Ñ–"
msgid "Vulnerabilities over time"
msgstr "ВразливоÑÑ‚Ñ– в чаÑÑ–"
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
-msgstr "Vulnerability-Check вимагає одне або більше затверджень Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð»Ð¸ÑˆÐµ Ñкщо виÑвлено виÑокі або критичні вразливоÑÑ‚Ñ– безпеки."
+msgid "Vulnerability-Check"
+msgstr "Vulnerability-Check"
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr "%{formattedStartDate} до Ñьогодні"
+msgid "VulnerabilityChart|Severity"
+msgstr "Рівень"
+
msgid "Vulnerability|Class"
msgstr "КлаÑ"
@@ -17788,20 +21094,20 @@ msgstr "Тип звіту"
msgid "Vulnerability|Severity"
msgstr "Рівень"
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
+msgid "Wait for the file to load to copy its contents"
+msgstr "Зачекайте Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ Ð´Ð»Ñ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð¹Ð¾Ð³Ð¾ вміÑту"
+
msgid "Waiting for performance data"
msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… про продуктивніÑÑ‚ÑŒ"
msgid "Want to see the data? Please ask an administrator for access."
msgstr "Хочете побачити дані? Будь лаÑка, попроÑить у адмініÑтратора доÑтуп."
-msgid "We can't find an epic that matches what you are looking for."
-msgstr "Ми не можемо знайти епік, Ñкий відповідає тому, що ви шукаєте."
-
-msgid "We can't find an issue that matches what you are looking for."
-msgstr "Ми не можемо знайти задачу, Ñка відповідає тому, що ви шукаєте."
+msgid "Warning:"
+msgstr ""
msgid "We could not determine the path to remove the epic"
msgstr "Ми не змогли визначити шлÑÑ… до Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ ÐµÐ¿Ñ–ÐºÑƒ"
@@ -17809,15 +21115,21 @@ msgstr "Ми не змогли визначити шлÑÑ… до видаленн
msgid "We could not determine the path to remove the issue"
msgstr "Ми не змогли визначити шлÑÑ… до Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡Ñ–"
-msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
msgstr ""
+msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgstr "Ми Ñтворили невелику екÑкурÑÑ–ÑŽ, Ñка допоможе розібратиÑÑ Ñ–Ð· базовими понÑÑ‚Ñ‚Ñми GitLab Ñ– те, Ñк він допоможе вам у роботі. Це займе вÑього декілька хвилин. Слідуйте за двома типами вказівників, що відрізнÑÑŽÑ‚ÑŒÑÑ Ð·Ð° кольором."
+
msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
msgstr "Ми виÑвили потенційний Ñпам у %{humanized_resource_name}. Будь лаÑка, введіть цей код Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ reCAPTCHA, щоб продовжити."
msgid "We don't have enough data to show this stage."
msgstr "Ми не маємо доÑтатньо даних Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ†Ñ–Ñ”Ñ— Ñтадії."
+msgid "We have found the following errors:"
+msgstr "Ми виÑвили наÑтупні помилки:"
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr "Ми отримали відповідь від вашого приÑтрою U2F. Ви пройшли автентифікацію."
@@ -17827,6 +21139,9 @@ msgstr "Ми надіÑлали вам Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ð¾ електÑ
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "Ми хочемо бути впевнені, що це ви, будь лаÑка, підтвердіть, що ви не робот."
+msgid "We've found no vulnerabilities"
+msgstr "Ми не виÑвили вразливоÑтей"
+
msgid "Web IDE"
msgstr "Веб-IDE"
@@ -17857,6 +21172,15 @@ msgstr "Вага"
msgid "Weight %{weight}"
msgstr "Вага %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr "З поверненнÑм! Ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ð±ÑƒÐ»Ð¾ деактивовано через бездіÑльніÑÑ‚ÑŒ, однак щойно його було відновлено."
+
+msgid "Welcome to GitLab"
+msgstr "ЛаÑкаво проÑимо до GitLab"
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr "ЛаÑкаво проÑимо на екÑкурÑÑ–ÑŽ по GitLab"
@@ -17869,6 +21193,9 @@ msgstr "Що ви шукаєте?"
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Коли runner закріплений (за проектами), його не можна викориÑтовувати в інших проектах"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "Якщо увімкнено, кориÑтувачі не можуть викориÑтовувати GitLab, поки вони не приймуть умови."
@@ -17883,16 +21210,31 @@ msgstr[2] "Коли ці запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¿Ñ€Ð¸Ð¹Ð½Ñто"
msgstr[3] "Коли ці запити на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¿Ñ€Ð¸Ð¹Ð½Ñто"
msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
-msgstr ""
+msgstr "При викориÑтанні протоколів <code>http://</code> або <code>https://</code> вказуйте, будь лаÑка, точну URL-адреÑу репозиторію. ÐŸÐµÑ€ÐµÐ½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ HTTP не будуть виконуватиÑÑ."
msgid "When:"
msgstr "Коли:"
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr "Білі вказівники дають контекÑтну інформацію."
msgid "Whitelist to allow requests to the local network from hooks and services"
-msgstr ""
+msgstr "ВнеÑти до білого ÑпиÑку щоб дозволити запити до локальної мережі із хуків та ÑервіÑів"
+
+msgid "Who can be an approver?"
+msgstr "Хто може затверджувати?"
msgid "Who can see this group?"
msgstr "Хто може бачити цю групу?"
@@ -18050,6 +21392,9 @@ msgstr "З аналітикою контриб’юторів ви може ви
msgid "Withdraw Access Request"
msgstr "СкаÑувати запит доÑтупу"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr "Довідка по робочому процеÑу"
@@ -18068,8 +21413,11 @@ msgstr "ДоÑтуп на Ð·Ð°Ð¿Ð¸Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÐµÐ½Ð¾"
msgid "Write milestone description..."
msgstr "Створити Ð¾Ð¿Ð¸Ñ ÐµÑ‚Ð°Ð¿Ñƒ..."
+msgid "Write your release notes or drag your files here…"
+msgstr "Створіть Ð¾Ð¿Ð¸Ñ Ñ€ÐµÐ»Ñ–Ð·Ñƒ або перетÑгніть файли Ñюди…"
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
-msgstr ""
+msgstr "Ðадано неправильний зовнішній UID. Будь лаÑка, налаштуйте Auth0 правильно."
msgid "Yes"
msgstr "Так"
@@ -18107,8 +21455,8 @@ msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ %{group_name}, це такоÐ
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "Ви хочете видалити %{project_full_name}. Видалений проект ÐЕ МОЖЕ бути відновлений! Ви ÐБСОЛЮТÐО впевнені?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ зв'Ñзок з форка з вихідним проектом %{forked_from_project}. Ви ÐБСОЛЮТÐО впевнені?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Ви збираєтеÑÑ Ð¿ÐµÑ€ÐµÐ´Ð°Ñ‚Ð¸ проект %{project_full_name} іншому влаÑнику. Ви ÐБСОЛЮТÐО впевнені?"
@@ -18116,6 +21464,9 @@ msgstr "Ви збираєтеÑÑ Ð¿ÐµÑ€ÐµÐ´Ð°Ñ‚Ð¸ проект %{project_full_n
msgid "You are not allowed to unlink your primary login account"
msgstr "Вам не дозволÑєтьÑÑ Ð²Ñ–Ð´Ð²â€™Ñзувати Ñвій оÑновний обліковій Ð·Ð°Ð¿Ð¸Ñ Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñƒ"
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr "Зараз ви імітуєте %{username}"
@@ -18146,9 +21497,24 @@ msgstr "Ви також можете протеÑтувати ваш %{gitlab_ci
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Також ви можете завантажувати файли з вашого комп'ютера за допомогою нижченаведених інÑтрукцій."
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr "Ви можете заÑтоÑувати пробну верÑÑ–ÑŽ до ОÑобиÑтого облікового запиÑу або Ñтворити Ðову Групу."
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr "Ви можете Ñтворювати файли безпоÑередньо в GitLab за допомогою одного з наÑтупних варіантів."
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Ви можете легко робити внеÑки до них, запроÑивши доÑтуп до цих груп."
@@ -18156,7 +21522,7 @@ msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_p
msgstr "Ви можете легко вÑтановити Runner на клаÑтері Kubernetes. %{link_to_help_page}"
msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
-msgstr ""
+msgstr "Ви можете фільтрувати за \"днÑми до злиттÑ\", натиÑнувши на колонки в таблиці."
msgid "You can invite a new member to <strong>%{project_name}</strong> or invite another group."
msgstr "Ви можете запроÑити нового учаÑника до <strong>%{project_name}</strong> або запроÑити іншу групу."
@@ -18168,7 +21534,7 @@ msgid "You can invite another group to <strong>%{project_name}</strong>."
msgstr "Ви можете запроÑити нову групу до <strong>%{project_name}</strong>."
msgid "You can move around the graph by using the arrow keys."
-msgstr "Ви можете переÑуватиÑÑ Ð¿Ð¾ графіку за допомогою клавіш зі Ñтрілками."
+msgstr "Ви можете переÑуватиÑÑ Ð¿Ð¾ графу за допомогою клавіш зі Ñтрілками."
msgid "You can now submit a merge request to get this change into the original branch."
msgstr "Ви можете тепер відправити запит на злиттÑ, щоб Ñ†Ñ Ð·Ð¼Ñ–Ð½Ð° попала у вихідну гілку."
@@ -18183,7 +21549,7 @@ msgid "You can only edit files when you are on a branch"
msgstr "Ви можете редагувати файли, лише перебуваючи у ÑкійÑÑŒ гілці"
msgid "You can only merge once the items above are resolved."
-msgstr ""
+msgstr "Ви можете зливати лише коли вищезгадані пункти будуть вирішені."
msgid "You can only merge once this merge request is approved."
msgstr "Ви можете злити цей запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð»Ð¸ÑˆÐµ коли його буде затверджено."
@@ -18197,6 +21563,9 @@ msgstr "Ви можете розв’Ñзати цей конфлікт злит
msgid "You can see your chat accounts."
msgstr "Ви можете переглÑдати Ñвої облікові запиÑи чатів."
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr "Ви можете налаштувати Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð½Ð° викориÑÑ‚Ð°Ð½Ð½Ñ Runnir'ів з конкретними тегами. РозділÑйте теги комами."
@@ -18206,6 +21575,12 @@ msgstr "Ви можете вказати рівень Ñповіщень на Ñ€
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr "Ви можете перевірити Ñвій .gitlab-ci.yml у %{linkStart}CI Lint%{linkEnd}."
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr "Можна Ñпробувати ще раз, викориÑтовуючи %{begin_link}базовий пошук%{end_link}"
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr "Ви не можете отримати доÑтуп до неформатованого файлу. Будь лаÑка, зачекайте хвилину."
@@ -18263,8 +21638,11 @@ msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” жодних доÑтупних проектів."
msgid "You don't have any recent searches"
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” недавніх пошуків"
+msgid "You don't have sufficient permission to perform this action."
+msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтатньо прав, щоб виконати цю дію."
+
msgid "You don’t have access to Cycle Analytics for this group"
-msgstr ""
+msgstr "У Ð²Ð°Ñ Ð½Ðµ має доÑтупу до Ðналітики Циклу в цій групі"
msgid "You don’t have access to Productivity Analytics in this group"
msgstr "У Ð²Ð°Ñ Ð½Ðµ має доÑтупу до Ðналітики ПродуктивноÑÑ‚Ñ– в цій групі"
@@ -18305,6 +21683,9 @@ msgstr "Ви залишили \"%{membershipable_human_name}\" %{source_type}."
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr "Ви також можете додати змінні, що будуть доÑтупними Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½Ð¾Ð³Ð¾ заÑтоÑунку шлÑхом Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð¿Ñ€ÐµÑ„Ñ–ÐºÑу <code>K8S_SECRET_</code> до Ñ—Ñ… імен."
+msgid "You may close the milestone now."
+msgstr "Зараз ви можете закрити цей етап."
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "Ви повинні прийнÑти правила кориÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÑервіÑом Ñ– політику конфіденційноÑÑ‚Ñ– Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб Ñтворити обліковий запиÑ"
@@ -18312,7 +21693,7 @@ msgid "You must have maintainer access to force delete a lock"
msgstr "Ви повинні мати доÑтуп керівника Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÑƒÑового Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ "
msgid "You must have permission to create a project in a namespace before forking."
-msgstr ""
+msgstr "Перед ÑтвореннÑм форку у Ð²Ð°Ñ Ð¼Ð°Ñ” бути дозвіл Ñтворювати проекти в ÑкомуÑÑŒ проÑторі імен."
msgid "You must provide a valid current password"
msgstr "Вам потрібно вказати дійÑний поточний пароль"
@@ -18320,6 +21701,12 @@ msgstr "Вам потрібно вказати дійÑний поточний Ð
msgid "You must provide your current password in order to change it."
msgstr "Вам потрібно вказати поточний пароль Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ зміни."
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr "Ð”Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ñ–Ñ— функції Ð‘Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¤Ð°Ð¹Ð»Ñ–Ð² вам потрібна інша ліцензіÑ"
@@ -18383,17 +21770,26 @@ msgstr "Ви не зможете відправлÑти та отримуватÐ
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Ви не зможете відправлÑти та отримувати код проекту через SSH, поки не додаÑте в Ñвій профіль SSH ключ"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr "Зараз у Ð²Ð°Ñ Ð½Ðµ буде безкоштовного пробного періоду але ви завжди зможете продовжити цей процеÑ, клікнувши на Ñвій аватар Ñ– вибравши \"Розпочати безкоштовний випробувальний період\"."
+
msgid "You'll be signed out from your current account automatically."
msgstr "Ви автоматично вийдете з поточного облікового запиÑу."
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "Вам необхідно викориÑтовувати різні імена гілок Ð´Ð»Ñ ÐºÐ¾Ñ€ÐµÐºÑ‚Ð½Ð¾Ð³Ð¾ порівнÑннÑ."
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr "Ви збираєтеÑÑ Ð·Ð¼ÐµÐ½ÑˆÐ¸Ñ‚Ð¸ видиміÑÑ‚ÑŒ проєкту %{strong_start}%{project_name}%{strong_end} в %{strong_start}%{group_name}%{strong_end}."
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr "Ви збираєтеÑÑ Ð·Ð¼ÐµÐ½ÑˆÐ¸Ñ‚Ð¸ видиміÑÑ‚ÑŒ проєкту %{strong_start}%{project_name}%{strong_end}."
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
-msgstr ""
+msgstr "Вам не дозволено %{tag_start}редагувати%{tag_end} файли в цьому проекті. Будь лаÑка, зробіть форк цього проекту, внеÑÑ–Ñ‚ÑŒ туди Ñвої зміни Ñ– Ñтворіть запит на злиттÑ."
msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request."
-msgstr ""
+msgstr "Вам не дозволено вноÑити зміни до цього проекту. Створено форк цього проекту, в Ñкому ви можете Ñ—Ñ… здійÑнити, а потім Ñтворити запит на злиттÑ."
msgid "You're not allowed to make changes to this project directly. A fork of this project is being created that you can make changes in, so you can submit a merge request."
msgstr "Вам не дозволÑєтьÑÑ Ð²Ð½Ð¾Ñити зміни до цього проекту напрÑму. СтворюєтьÑÑ Ñ„Ð¾Ñ€Ðº цього проекту в Ñкому ви можете робити зміни з тим, щоб Ñтворювати запити на злиттÑ."
@@ -18401,39 +21797,51 @@ msgstr "Вам не дозволÑєтьÑÑ Ð²Ð½Ð¾Ñити зміни до ць
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr "Ви бачите лише %{startTag}іншу активніÑÑ‚ÑŒ%{endTag} в каналі. Ð”Ð»Ñ Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ñ, виберіть одну з наÑтупних опцій."
-msgid "You're receiving this email because %{reason}."
-msgstr "Ви отримали цей електронний лиÑÑ‚, оÑкільки %{reason}."
-
msgid "You're receiving this email because of your account on %{host}."
msgstr "Ви отримали цей електронний лиÑÑ‚, оÑкільки ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð¸Ð¹ на %{host}."
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "Ви отримали це Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° %{host}. %{manage_notifications_link} &middot; %{help_link}"
-msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr "Ви отримали цей електронний лиÑÑ‚ через Ñвою активніÑÑ‚ÑŒ на %{host}."
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
msgstr ""
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr "Ви отримали цей електронний лиÑÑ‚ через те, що Ð²Ð°Ñ Ð·Ð³Ð°Ð´Ð°Ð»Ð¸ на %{host}."
+
+msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
+msgstr "Ви уже увімкнули двофакторну автентифікацію за допомогою автентифікаторів одноразових паролів. Ð”Ð»Ñ Ñ€ÐµÑ”Ñтрації іншого приÑтрою ви повинні Ñпочатку вимкнути двофакторну автентифікацію."
+
msgid "YouTube"
msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr "Ваша адреÑа електронної пошти Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñ–Ð² буде викориÑтовуватиÑÑ Ð´Ð»Ñ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð½Ð¸Ñ… операцій, таких Ñк Ñ€ÐµÐ´Ð°Ð³ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ð° злиттÑ."
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
-msgstr ""
-
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr "Ваша адреÑа електронної пошти за замовчуваннÑм Ð´Ð»Ñ Ñповіщень буде викориÑтовуватиÑÑ Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½ÑŒ відноÑно облікового запиÑу, Ñкщо %{openingTag}Ñпецифічна Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¸ адреÑа%{closingTag} не налаштована."
+
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr "Ваші ключі GPG (%{count})"
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "Ваші групи"
msgid "Your New Personal Access Token"
msgstr "Ваш новий перÑональний токен доÑтупу"
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr "Термін дії вашого перÑонального токену доÑтупу закінчитьÑÑ Ñ‡ÐµÑ€ÐµÐ· %{days_to_expire} днів або менше"
+
msgid "Your Primary Email will be used for avatar detection."
msgstr "Ваша оÑновна адреÑа електронної пошти буде викориÑтовуватиÑÑ Ð´Ð»Ñ Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð°Ð²Ð°Ñ‚Ð°Ñ€Ñƒ."
@@ -18464,8 +21872,11 @@ msgstr "Ваш приÑтрій U2F уÑпішно зареєÑтровано!"
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr "Ваш запит на Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð¾Ñтупу до %{source_type} відкликано."
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr "Ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ð±ÑƒÐ² деактивований адмініÑтратором. Будь лаÑка, виконайте повторний вхід Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ активації."
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
-msgstr ""
+msgstr "Ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸Ñтовує окремі параметри входу Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¸ \"%{group_name}\" Ñ– можу бути оновлений тільки через SSO."
msgid "Your applications (%{size})"
msgstr "Ваші заÑтоÑунки (%{size})"
@@ -18488,12 +21899,18 @@ msgstr "Ваші зміни було збережено"
msgid "Your changes have been successfully committed."
msgstr "Ваші зміни уÑпішно закомічено."
+msgid "Your comment could not be submitted because %{error}"
+msgstr "Ðе вдалоÑÑ Ð½Ð°Ð´Ñ–Ñлати ваш коментар через %{error}"
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr "Ðе вдалоÑÑ Ð½Ð°Ð´Ñ–Ñлати ваш коментар! Перевірте Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ мережі та повторіть Ñпробу."
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ ваш коментар! Перевірте Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ мережі та повторіть Ñпробу."
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr "Ваші ÑервіÑи Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð±ÑƒÐ´ÑƒÑ‚ÑŒ порушені, вам необхідно буде вручну Ñ—Ñ… виправити піÑÐ»Ñ Ð¿ÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ."
@@ -18521,8 +21938,8 @@ msgstr "Ваш новий токен SCIM"
msgid "Your new personal access token has been created."
msgstr "Ваш новий перÑональний токен доÑтупу Ñтворено."
-msgid "Your pages are served under:"
-msgstr "Ваші Ñторінки показуютьÑÑ Ð½Ð°:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
+msgstr "Ваш пароль не потрібен Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду цієї Ñторінки. Якщо вимагаєтьÑÑ Ð²Ð²ÐµÑти пароль або будь-Ñкі інші оÑобиÑÑ‚Ñ– дані, зв’ÑжітьÑÑ Ð·Ñ– Ñвоїм адмініÑтратором, щоб повідомити про порушеннÑ."
msgid "Your password reset token has expired."
msgstr "Ваш токен Ð´Ð»Ñ ÑÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð¿Ð°Ñ€Ð¾Ð»ÑŽ заÑтарів."
@@ -18545,6 +21962,16 @@ msgstr "Zoom-зуÑтріч видалено"
msgid "a deleted user"
msgstr "видалений кориÑтувач"
+msgid "a design"
+msgstr "дизайн"
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "added %{created_at_timeago}"
msgstr "додано %{created_at_timeago}"
@@ -18560,12 +21987,24 @@ msgstr "невдача дозволена"
msgid "already being used for another group or project milestone."
msgstr "вже викориÑтовуєтьÑÑ Ð´Ð»Ñ Ñ–Ð½ÑˆÐ¾Ð³Ð¾ проектного або групового етапу."
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr "вже доÑтупний в цій групі"
msgid "among other things"
msgstr "тощо"
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr "призначити Ñамому Ñобі"
@@ -18575,6 +22014,9 @@ msgstr "прикріпити новий файл"
msgid "authored"
msgstr "автор"
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "ім'Ñ Ð³Ñ–Ð»ÐºÐ¸"
@@ -18587,9 +22029,6 @@ msgstr "не може бути змінено Ñкщо в реєÑтрі конÑ
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr "не може бути активовано, Ñкщо не вÑÑ– домени мають Ñертифікати TLS"
-msgid "cannot be in the same project"
-msgstr "не може бути в тому Ñамому проекті"
-
msgid "cannot be modified"
msgstr "не може бути змінено"
@@ -18617,6 +22056,9 @@ msgstr "%{linkStartTag}ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Ñкануван
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr "%{linkStartTag}ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про SAST%{linkEndTag}"
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr "%{vulnerability} впливає на %{namespace}."
@@ -18682,16 +22124,6 @@ msgstr "%{reportType}%{status} не виÑвив вразливоÑтей"
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr "%{reportType} %{status} не виÑвив нових вразливоÑтей лише Ð´Ð»Ñ Ð³Ñ–Ð»ÐºÐ¸-джерела"
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] "%{reportType} виÑвив %{vulnerabilityCount} вразливіÑÑ‚ÑŒ"
-msgstr[1] "%{reportType} виÑвив %{vulnerabilityCount} вразливоÑÑ‚Ñ–"
-msgstr[2] "%{reportType} виÑвив %{vulnerabilityCount} вразливоÑтей"
-msgstr[3] "%{reportType} виÑвив %{vulnerabilityCount} вразливоÑтей"
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr "%{reportType} не виÑвив вразливоÑтей"
-
msgid "ciReport|%{reportType} is loading"
msgstr "%{reportType} завантажуєтьÑÑ"
@@ -18725,6 +22157,9 @@ msgstr "Ð’ÑÑ– рівні"
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr "Ðвтоматично заÑтоÑувати патч у новій гілці"
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "КлаÑ"
@@ -18851,18 +22286,6 @@ msgstr "Помилка при Ñтворенні запиту на злиттÑ.
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr "Помилка при відхиленні вразливоÑÑ‚Ñ–. Будь лаÑка, Ñпробуйте знову."
-msgid "ciReport|There was an error loading DAST report"
-msgstr "Помилка при завантаженні звіту DAST"
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "Помилка при завантаженні звіту SAST"
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "Помилка при завантаженні звіту по Ñкануванню контейнерів"
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "Помилка при завантаженні звіту по Ñкануванню залежноÑтей"
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr "Помилка при відміні відхиленнÑ. Будь лаÑка, Ñпробуйте знову."
@@ -18927,6 +22350,9 @@ msgstr "Ви вмикаєте конфіденційніÑÑ‚ÑŒ. Це означÐ
msgid "connecting"
msgstr "з'єднаннÑ"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr "container_name не може бути довше %{max_length} Ñимволів"
+
msgid "could not read private key, is the passphrase correct?"
msgstr "неможливо зчитати приватний ключ, чи є пароль правильним?"
@@ -18946,6 +22372,9 @@ msgstr[1] "дні"
msgstr[2] "днів"
msgstr[3] "днів"
+msgid "default branch"
+msgstr "гілка за замовчуваннÑм"
+
msgid "deleted"
msgstr "видалено"
@@ -18955,12 +22384,18 @@ msgstr "розгортаннÑ"
msgid "design"
msgstr "дизайн"
+msgid "designs"
+msgstr "дизайни"
+
msgid "detached"
msgstr "відділена"
msgid "disabled"
msgstr "вимкнено"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "готово"
@@ -19013,6 +22448,12 @@ msgstr "закінчуєтьÑÑ %{milestone_due_date}"
msgid "failed"
msgstr "невдало"
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr "не вдалоÑÑ Ð²Ñ–Ð´Ñ…Ð¸Ð»Ð¸Ñ‚Ð¸ пов’Ñзану знахідку(id=%{finding_id}): %{message}"
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr "знахідку втрачено або вже закріплено за вразливіÑÑ‚ÑŽ"
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr "Ð´Ð»Ñ %{link_to_merge_request} з %{link_to_merge_request_source_branch}"
@@ -19028,12 +22469,18 @@ msgstr "Ð´Ð»Ñ %{ref}"
msgid "for this project"
msgstr "Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту"
+msgid "fork this project"
+msgstr "зробити форк цього проєкту"
+
msgid "from"
msgstr "від"
msgid "group"
msgstr "група"
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr "уже викориÑтовуєтьÑÑ"
@@ -19077,6 +22524,9 @@ msgstr "некоректний Ñтан етапу '%{state}'"
msgid "is an invalid IP address range"
msgstr "Ñ” недопуÑтимим діапазоном IP-адреÑ"
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr "увімкнено."
@@ -19095,6 +22545,12 @@ msgstr "не відповідний Ñертифікат X509."
msgid "is not an email you own"
msgstr "не Ñ” адреÑою електронної пошти, Ñкою ви володієте"
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr "Ñ” занадто довгим (%{current_value}). МакÑимальний розмір Ñкладає %{max_size}."
+
+msgid "is too long (maximum is 100 entries)"
+msgstr "Ñ” занадто довгим (макÑимум Ñкладає 100 елементів)"
+
msgid "is too long (maximum is 1000 entries)"
msgstr "Ñ” занадто довгим (макÑимум Ñкладає 1000 елементів)"
@@ -19125,6 +22581,15 @@ msgstr "оÑÑ‚Ð°Ð½Ð½Ñ Ð²ÐµÑ€ÑÑ–Ñ"
msgid "leave %{group_name}"
msgstr "залишити %{group_name}"
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr "доÑÑгнуто ліміт %{project_limit}"
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "заблоковано %{path_lock_user_name} %{created_at}"
@@ -19140,9 +22605,6 @@ msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¼Ð°Ñ‚ÐµÐ¼Ð°Ñ‚Ð¸Ñ‡Ð½Ð¸Ñ… Ñимволів в ц
msgid "math|There was an error rendering this math block"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¼Ð°Ñ‚ÐµÐ¼Ð°Ñ‚Ð¸Ñ‡Ð½Ð¾Ð³Ð¾ блоку"
-msgid "may expose confidential information"
-msgstr "може розкрити конфіденційну інформацію"
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] "запит на злиттÑ"
@@ -19156,6 +22618,9 @@ msgstr "етап повинен належати до проекту або до
msgid "missing"
msgstr "відÑутні"
+msgid "most recent deployment"
+msgstr "оÑтаннє розгортаннÑ"
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr "%{commitCount} і %{mergeCommitCount} буде додано до %{targetBranch}."
@@ -19189,9 +22654,6 @@ msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ %{metricsLinkStart} пам’ÑÑ‚Ñ– %{metricsLi
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ %{metricsLinkStart} пам’ÑÑ‚Ñ– %{metricsLinkEnd} %{emphasisStart} не змінилоÑÑ %{emphasisEnd} %{memoryFrom}Мб"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr "Додано до ланцюжка змін на міÑце %{mergeTrainPosition}"
-
msgid "mrWidget|Added to the merge train by"
msgstr "Додано до ланцюжка змін"
@@ -19225,8 +22687,8 @@ msgstr "СкаÑувати автоматичне злиттÑ"
msgid "mrWidget|Check out branch"
msgstr "Перейти в гілку"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "перевірка можливоÑÑ‚Ñ– автоматичного злиттÑ"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "вибір (коміта)"
@@ -19273,6 +22735,9 @@ msgstr "Якщо гілка %{branch} Ñ–Ñнує у вашому локальнÐ
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Якщо гілка %{missingBranchName} Ñ–Ñнує у вашому локальному репозиторії, то ви можете заÑтоÑувати цей запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð²Ñ€ÑƒÑ‡Ð½Ñƒ за допомогою командного Ñ€Ñдка"
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr "В ланцюжку змін на позиції %{mergeTrainPosition}"
+
msgid "mrWidget|Loading deployment statistics"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ ÑтатиÑтики розгортаннÑ"
@@ -19453,6 +22918,9 @@ msgstr "н/д"
msgid "needs to be between 10 minutes and 1 month"
msgstr "має бути між 10 хвилинами та 1 міÑÑцем"
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "Ðовий запит на злиттÑ"
@@ -19480,8 +22948,14 @@ msgstr "%{item}, %{nextItem}"
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr "%{item}, Ñ– %{lastItem}"
-msgid "or %{link_start}create a new Google account%{link_end}"
-msgstr "або %{link_start}Ñтоврити новий обліковий Ð·Ð°Ð¿Ð¸Ñ Google%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr "відкрито %{timeAgoString} %{user}"
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
msgid "out of %d total test"
msgid_plural "out of %d total tests"
@@ -19503,9 +22977,15 @@ msgstr "пароль"
msgid "pending comment"
msgstr "коментар в очікуванні"
+msgid "pending removal"
+msgstr "очікуєтьÑÑ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ"
+
msgid "pipeline"
msgstr "конвеєр"
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr "pod_name не може бути довше %{max_length} Ñимволів"
+
msgid "point"
msgid_plural "points"
msgstr[0] "бал"
@@ -19538,6 +23018,9 @@ msgstr "швидкі дії"
msgid "register"
msgstr "зареєÑтруватиÑÑ"
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr "випущено %{time}"
@@ -19569,6 +23052,9 @@ msgstr[3] "відповідей"
msgid "reset it."
msgstr "Ñкинути його."
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr "результат"
@@ -19590,6 +23076,9 @@ msgstr "Ðизький"
msgid "severity|Medium"
msgstr "Середній"
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr "Ðевизначений"
@@ -19599,6 +23088,12 @@ msgstr "Ðевідомий"
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr "має бути вищим або рівним %{access}, уÑпадкованому членÑтву з групи %{group_name}"
+msgid "show %{count} more"
+msgstr "показати ще %{count}"
+
+msgid "show fewer"
+msgstr "показати менше"
+
msgid "show less"
msgstr "показати менше"
@@ -19623,6 +23118,9 @@ msgstr "%{slash_command} оновлює Ñуму витраченого чаÑу
msgid "started"
msgstr "розпочато"
+msgid "started a discussion on %{design_link}"
+msgstr "розпочато Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ %{design_link}"
+
msgid "started on %{milestone_start_date}"
msgstr "розпочато %{milestone_start_date}"
@@ -19641,6 +23139,12 @@ msgstr "ÑинтакÑÐ¸Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¸Ð¹"
msgid "syntax is incorrect"
msgstr "ÑинтакÑÐ¸Ñ Ð½ÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¸Ð¹"
+msgid "tag name"
+msgstr "назва тегу"
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "цей документ"
@@ -19726,12 +23230,12 @@ msgstr "відхилено"
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "з %{additions} додаваннÑми Ñ– %{deletions} видаленнÑми."
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "протÑгом %d хвилини "
-msgstr[1] "протÑгом %d хвилин "
-msgstr[2] "протÑгом %d хвилин "
-msgstr[3] "протÑгом %d хвилин "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr "yaml недійÑний"
+
diff --git a/locale/ur_PK/gitlab.po b/locale/ur_PK/gitlab.po
new file mode 100644
index 00000000000..52d11fe362e
--- /dev/null
+++ b/locale/ur_PK/gitlab.po
@@ -0,0 +1,22997 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: gitlab-ee\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Urdu (Pakistan)\n"
+"Language: ur_PK\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Crowdin-Project: gitlab-ee\n"
+"X-Crowdin-Language: ur-PK\n"
+"X-Crowdin-File: /master/locale/gitlab.pot\n"
+"PO-Revision-Date: 2020-01-22 09:28\n"
+
+msgid " (from %{timeoutSource})"
+msgstr ""
+
+msgid " Please sign in."
+msgstr ""
+
+msgid " Try to %{action} this file again."
+msgstr ""
+
+msgid " You need to do this before %{grace_period_deadline}."
+msgstr ""
+
+msgid " and"
+msgstr ""
+
+msgid " and "
+msgstr ""
+
+msgid " and %{sliced}"
+msgstr ""
+
+msgid " degraded on %d point"
+msgid_plural " degraded on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " improved on %d point"
+msgid_plural " improved on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " or "
+msgstr ""
+
+msgid " or <!merge request id>"
+msgstr ""
+
+msgid " or <#issue id>"
+msgstr ""
+
+msgid " or <&epic id>"
+msgstr ""
+
+msgid " or references (e.g. path/to/project!merge_request_id)"
+msgstr ""
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit"
+msgid_plural "%d commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit behind"
+msgid_plural "%d commits behind"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit,"
+msgid_plural "%d commits,"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commits"
+msgstr ""
+
+msgid "%d contribution"
+msgid_plural "%d contributions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d exporter"
+msgid_plural "%d exporters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d fixed test result"
+msgid_plural "%d fixed test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d inaccessible merge request"
+msgid_plural "%d inaccessible merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue"
+msgid_plural "%d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue selected"
+msgid_plural "%d issues selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d layer"
+msgid_plural "%d layers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request"
+msgid_plural "%d merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request that you don't have access to."
+msgid_plural "%d merge requests that you don't have access to."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d metric"
+msgid_plural "%d metrics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d more comment"
+msgid_plural "%d more comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d staged change"
+msgid_plural "%d staged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d unstaged change"
+msgid_plural "%d unstaged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%s additional commit has been omitted to prevent performance issues."
+msgid_plural "%s additional commits have been omitted to prevent performance issues."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{actionText} & %{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{authorsName}'s thread"
+msgstr ""
+
+msgid "%{commit_author_link} authored %{commit_timeago}"
+msgstr ""
+
+msgid "%{cores} cores"
+msgstr ""
+
+msgid "%{count} LOC/commit"
+msgstr ""
+
+msgid "%{count} approval required from %{name}"
+msgid_plural "%{count} approvals required from %{name}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} files touched"
+msgstr ""
+
+msgid "%{count} more"
+msgstr ""
+
+msgid "%{count} more assignees"
+msgstr ""
+
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} of %{required} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} of %{total}"
+msgstr ""
+
+msgid "%{count} participant"
+msgid_plural "%{count} participants"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} pending comment"
+msgid_plural "%{count} pending comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
+msgid "%{duration}ms"
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to upload a file again."
+msgstr ""
+
+msgid "%{extra} more downstream pipelines"
+msgstr ""
+
+msgid "%{filePath} deleted"
+msgstr ""
+
+msgid "%{firstLabel} +%{labelCount} more"
+msgstr ""
+
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
+
+msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
+msgstr ""
+
+msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
+msgstr ""
+
+msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
+msgstr ""
+
+msgid "%{issuableType} will be removed! Are you sure?"
+msgstr ""
+
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
+msgid "%{label_for_message} unavailable"
+msgstr ""
+
+msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
+msgstr ""
+
+msgid "%{level_name} is not allowed in a %{group_level_name} group."
+msgstr ""
+
+msgid "%{level_name} is not allowed since the fork source project has lower visibility."
+msgstr ""
+
+msgid "%{link_start}Read more%{link_end} about role permissions"
+msgstr ""
+
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
+msgid "%{listToShow}, and %{awardsListLength} more."
+msgstr ""
+
+msgid "%{loadingIcon} Started"
+msgstr ""
+
+msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
+msgstr ""
+
+msgid "%{mergeLength}/%{usersLength} can merge"
+msgstr ""
+
+msgid "%{mrText}, this issue will be closed automatically."
+msgstr ""
+
+msgid "%{name} contained %{resultsString}"
+msgstr ""
+
+msgid "%{name} found %{resultsString}"
+msgstr ""
+
+msgid "%{name}'s avatar"
+msgstr ""
+
+msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead"
+msgstr ""
+
+msgid "%{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
+msgid "%{percent}%% complete"
+msgstr ""
+
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{service_title} activated."
+msgstr ""
+
+msgid "%{service_title} settings saved, but not activated."
+msgstr ""
+
+msgid "%{size} GiB"
+msgstr ""
+
+msgid "%{size} KiB"
+msgstr ""
+
+msgid "%{size} MiB"
+msgstr ""
+
+msgid "%{size} bytes"
+msgstr ""
+
+msgid "%{spammable_titlecase} was submitted to Akismet successfully."
+msgstr ""
+
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
+msgid "%{state} epics"
+msgstr ""
+
+msgid "%{strong_start}%{branch_count}%{strong_end} Branch"
+msgid_plural "%{strong_start}%{branch_count}%{strong_end} Branches"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{commit_count}%{strong_end} Commit"
+msgid_plural "%{strong_start}%{commit_count}%{strong_end} Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{human_size}%{strong_end} Files"
+msgstr ""
+
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
+msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{tabname} changed"
+msgstr ""
+
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
+msgid "%{text} %{files}"
+msgid_plural "%{text} %{files} files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{text} is available"
+msgstr ""
+
+msgid "%{title} %{operator} %{threshold}"
+msgstr ""
+
+msgid "%{title} changes"
+msgstr ""
+
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
+msgid "%{unstaged} unstaged and %{staged} staged changes"
+msgstr ""
+
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgstr ""
+
+msgid "%{userName} (cannot merge)"
+msgstr ""
+
+msgid "%{userName}'s avatar"
+msgstr ""
+
+msgid "%{user_name} profile page"
+msgstr ""
+
+msgid "%{username}'s avatar"
+msgstr ""
+
+msgid "%{value} ms"
+msgstr ""
+
+msgid "%{verb} %{time_spent_value} spent time."
+msgstr ""
+
+msgid "'%{level}' is not a valid visibility level"
+msgstr ""
+
+msgid "'%{source}' is not a import source"
+msgstr ""
+
+msgid "'%{template_name}' is unknown or invalid"
+msgstr ""
+
+msgid "(%d closed)"
+msgid_plural "(%d closed)"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "(%{mrCount} merged)"
+msgstr ""
+
+msgid "(No changes)"
+msgstr ""
+
+msgid "(Show all)"
+msgstr ""
+
+msgid "(check progress)"
+msgstr ""
+
+msgid "(external source)"
+msgstr ""
+
+msgid "(removed)"
+msgstr ""
+
+msgid "+ %{amount} more"
+msgstr ""
+
+msgid "+ %{count} more"
+msgstr ""
+
+msgid "+ %{moreCount} more"
+msgstr ""
+
+msgid "+ %{numberOfHiddenAssignees} more"
+msgstr ""
+
+msgid "+%{extraOptionCount} more"
+msgstr ""
+
+msgid ", or "
+msgstr ""
+
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- Runner is active and can process any new jobs"
+msgstr ""
+
+msgid "- Runner is paused and will not receive any new jobs"
+msgstr ""
+
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- show less"
+msgstr ""
+
+msgid "0 for unlimited"
+msgstr ""
+
+msgid "1 %{type} addition"
+msgid_plural "%{count} %{type} additions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 %{type} modification"
+msgid_plural "%{count} %{type} modifications"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 Day"
+msgid_plural "%d Days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed issue"
+msgid_plural "%{issues} closed issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed merge request"
+msgid_plural "%{merge_requests} closed merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 day"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 group"
+msgid_plural "%d groups"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 merged merge request"
+msgid_plural "%{merge_requests} merged merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open issue"
+msgid_plural "%{issues} open issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open merge request"
+msgid_plural "%{merge_requests} open merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 pipeline"
+msgid_plural "%d pipelines"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 role"
+msgid_plural "%d roles"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 user"
+msgid_plural "%d users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 week"
+msgstr ""
+
+msgid "1-9 contributions"
+msgstr ""
+
+msgid "10-19 contributions"
+msgstr ""
+
+msgid "1st contribution!"
+msgstr ""
+
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
+msgid "20-29 contributions"
+msgstr ""
+
+msgid "24 hours"
+msgstr ""
+
+msgid "2FA"
+msgstr ""
+
+msgid "2FADevice|Registered On"
+msgstr ""
+
+msgid "3 days"
+msgstr ""
+
+msgid "3 hours"
+msgstr ""
+
+msgid "30 days"
+msgstr ""
+
+msgid "30 minutes"
+msgstr ""
+
+msgid "30+ contributions"
+msgstr ""
+
+msgid "4 hours"
+msgstr ""
+
+msgid "403|Please contact your GitLab administrator to get permission."
+msgstr ""
+
+msgid "403|You don't have the permission to access this page."
+msgstr ""
+
+msgid "404|Make sure the address is correct and the page hasn't moved."
+msgstr ""
+
+msgid "404|Page Not Found"
+msgstr ""
+
+msgid "404|Please contact your GitLab administrator if you think this is a mistake."
+msgstr ""
+
+msgid "7 days"
+msgstr ""
+
+msgid "8 hours"
+msgstr ""
+
+msgid "< 1 hour"
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"John Smith\"</code> will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will add \"By <a href=\"#\">johnsmith@example.com</a>\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
+msgstr ""
+
+msgid "<no name set>"
+msgstr ""
+
+msgid "<no scopes selected>"
+msgstr ""
+
+msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
+msgstr ""
+
+msgid "<strong>%{group_name}</strong> group members"
+msgstr ""
+
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
+
+msgid "<strong>Deletes</strong> source branch"
+msgstr ""
+
+msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
+msgstr ""
+
+msgid "A .NET Core console application template, customizable for any .NET Core project"
+msgstr ""
+
+msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
+msgstr ""
+
+msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
+msgstr ""
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
+msgid "A default branch cannot be chosen for an empty project."
+msgstr ""
+
+msgid "A deleted user"
+msgstr ""
+
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
+msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgstr ""
+
+msgid "A member of the abuse team will review your report as soon as possible."
+msgstr ""
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
+msgid "A new branch will be created in your fork and a new merge request will be started."
+msgstr ""
+
+msgid "A new impersonation token has been created."
+msgstr ""
+
+msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
+msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
+msgstr ""
+
+msgid "A ready-to-go template for use with Android apps."
+msgstr ""
+
+msgid "A ready-to-go template for use with iOS Swift apps."
+msgstr ""
+
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
+
+msgid "A secure token that identifies an external storage request."
+msgstr ""
+
+msgid "A user with write access to the source branch selected this option"
+msgstr ""
+
+msgid "API Help"
+msgstr ""
+
+msgid "API Token"
+msgstr ""
+
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "Abort"
+msgstr ""
+
+msgid "About GitLab"
+msgstr ""
+
+msgid "About GitLab CE"
+msgstr ""
+
+msgid "About auto deploy"
+msgstr ""
+
+msgid "About this feature"
+msgstr ""
+
+msgid "Abuse Reports"
+msgstr ""
+
+msgid "Abuse reports"
+msgstr ""
+
+msgid "Accept invitation"
+msgstr ""
+
+msgid "Accept terms"
+msgstr ""
+
+msgid "Accepted MR"
+msgstr ""
+
+msgid "Access Tokens"
+msgstr ""
+
+msgid "Access denied for your LDAP account."
+msgstr ""
+
+msgid "Access denied! Please verify you can add deploy keys to this repository."
+msgstr ""
+
+msgid "Access expiration date"
+msgstr ""
+
+msgid "Access forbidden. Check your access level."
+msgstr ""
+
+msgid "Access to '%{classification_label}' not allowed"
+msgstr ""
+
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
+msgid "AccessDropdown|Groups"
+msgstr ""
+
+msgid "AccessDropdown|Roles"
+msgstr ""
+
+msgid "AccessDropdown|Users"
+msgstr ""
+
+msgid "AccessTokens|Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Are you sure?"
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Created"
+msgstr ""
+
+msgid "AccessTokens|Feed token"
+msgstr ""
+
+msgid "AccessTokens|Incoming email token"
+msgstr ""
+
+msgid "AccessTokens|It cannot be used to access any other data."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Personal Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Static object token"
+msgstr ""
+
+msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
+msgstr ""
+
+msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP."
+msgstr ""
+
+msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
+msgstr ""
+
+msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
+msgstr ""
+
+msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
+msgstr ""
+
+msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
+msgstr ""
+
+msgid "AccessTokens|reset it"
+msgstr ""
+
+msgid "Account"
+msgstr ""
+
+msgid "Account ID"
+msgstr ""
+
+msgid "Account and limit"
+msgstr ""
+
+msgid "Account: %{account}"
+msgstr ""
+
+msgid "Action to take when receiving an alert."
+msgstr ""
+
+msgid "Activate"
+msgstr ""
+
+msgid "Activate Service Desk"
+msgstr ""
+
+msgid "Active"
+msgstr ""
+
+msgid "Active %{type} Tokens (%{token_length})"
+msgstr ""
+
+msgid "Active Sessions"
+msgstr ""
+
+msgid "Activity"
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add %d issue"
+msgid_plural "Add %d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Add CHANGELOG"
+msgstr ""
+
+msgid "Add CONTRIBUTING"
+msgstr ""
+
+msgid "Add GitLab to Slack"
+msgstr ""
+
+msgid "Add Group Webhooks and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Add Jaeger URL"
+msgstr ""
+
+msgid "Add Kubernetes cluster"
+msgstr ""
+
+msgid "Add LICENSE"
+msgstr ""
+
+msgid "Add README"
+msgstr ""
+
+msgid "Add Zoom meeting"
+msgstr ""
+
+msgid "Add a %{type} token"
+msgstr ""
+
+msgid "Add a GPG key"
+msgstr ""
+
+msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
+msgstr ""
+
+msgid "Add a To Do"
+msgstr ""
+
+msgid "Add a bullet list"
+msgstr ""
+
+msgid "Add a general comment to this %{noteableDisplayName}."
+msgstr ""
+
+msgid "Add a general comment to this %{noteable_name}."
+msgstr ""
+
+msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message."
+msgstr ""
+
+msgid "Add a link"
+msgstr ""
+
+msgid "Add a numbered list"
+msgstr ""
+
+msgid "Add a table"
+msgstr ""
+
+msgid "Add a task list"
+msgstr ""
+
+msgid "Add additional text to appear in all email communications. %{character_limit} character limit"
+msgstr ""
+
+msgid "Add an SSH key"
+msgstr ""
+
+msgid "Add an existing issue to the epic."
+msgstr ""
+
+msgid "Add an issue"
+msgstr ""
+
+msgid "Add approval rule"
+msgstr ""
+
+msgid "Add bold text"
+msgstr ""
+
+msgid "Add child epic to an epic"
+msgstr ""
+
+msgid "Add comment now"
+msgstr ""
+
+msgid "Add email address"
+msgstr ""
+
+msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
+msgstr ""
+
+msgid "Add image comment"
+msgstr ""
+
+msgid "Add issues"
+msgstr ""
+
+msgid "Add italic text"
+msgstr ""
+
+msgid "Add label(s)"
+msgstr ""
+
+msgid "Add license"
+msgstr ""
+
+msgid "Add list"
+msgstr ""
+
+msgid "Add new application"
+msgstr ""
+
+msgid "Add new directory"
+msgstr ""
+
+msgid "Add or subtract spent time"
+msgstr ""
+
+msgid "Add reaction"
+msgstr ""
+
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
+msgid "Add to Slack"
+msgstr ""
+
+msgid "Add to epic"
+msgstr ""
+
+msgid "Add to merge train"
+msgstr ""
+
+msgid "Add to merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Add to review"
+msgstr ""
+
+msgid "Add to tree"
+msgstr ""
+
+msgid "Add user(s) to the group:"
+msgstr ""
+
+msgid "Add users to group"
+msgstr ""
+
+msgid "Add webhook"
+msgstr ""
+
+msgid "AddMember|No users specified."
+msgstr ""
+
+msgid "AddMember|Too many users specified (limit is %{user_limit})"
+msgstr ""
+
+msgid "Added"
+msgstr ""
+
+msgid "Added %{epic_ref} as a child epic."
+msgstr ""
+
+msgid "Added %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Added a To Do."
+msgstr ""
+
+msgid "Added an issue to an epic."
+msgstr ""
+
+msgid "Added at"
+msgstr ""
+
+msgid "Added in this version"
+msgstr ""
+
+msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
+msgstr ""
+
+msgid "Additional minutes"
+msgstr ""
+
+msgid "Additional text"
+msgstr ""
+
+msgid "Adds"
+msgstr ""
+
+msgid "Adds %{epic_ref} as child epic."
+msgstr ""
+
+msgid "Adds %{labels} %{label_text}."
+msgstr ""
+
+msgid "Adds a To Do."
+msgstr ""
+
+msgid "Adds a Zoom meeting"
+msgstr ""
+
+msgid "Adds an issue to an epic."
+msgstr ""
+
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
+msgid "Admin Area"
+msgstr ""
+
+msgid "Admin Overview"
+msgstr ""
+
+msgid "Admin Section"
+msgstr ""
+
+msgid "Admin mode already enabled"
+msgstr ""
+
+msgid "Admin mode disabled"
+msgstr ""
+
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs?"
+msgstr ""
+
+msgid "AdminArea|Stop jobs"
+msgstr ""
+
+msgid "AdminArea|Stopping jobs failed"
+msgstr ""
+
+msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
+msgstr ""
+
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
+msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgstr ""
+
+msgid "AdminNote|Note"
+msgstr ""
+
+msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminProjects|Delete"
+msgstr ""
+
+msgid "AdminProjects|Delete Project %{projectName}?"
+msgstr ""
+
+msgid "AdminProjects|Delete project"
+msgstr ""
+
+msgid "AdminSettings|Auto DevOps domain"
+msgstr ""
+
+msgid "AdminSettings|Enable shared runners for new projects"
+msgstr ""
+
+msgid "AdminSettings|Environment variables are protected by default"
+msgstr ""
+
+msgid "AdminSettings|No required pipeline"
+msgstr ""
+
+msgid "AdminSettings|Required pipeline configuration"
+msgstr ""
+
+msgid "AdminSettings|Select a pipeline configuration file"
+msgstr ""
+
+msgid "AdminSettings|Select a template"
+msgstr ""
+
+msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
+msgstr ""
+
+msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
+msgstr ""
+
+msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
+msgstr ""
+
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminStatistics|Active Users"
+msgstr ""
+
+msgid "AdminStatistics|Forks"
+msgstr ""
+
+msgid "AdminStatistics|Issues"
+msgstr ""
+
+msgid "AdminStatistics|Merge Requests"
+msgstr ""
+
+msgid "AdminStatistics|Milestones"
+msgstr ""
+
+msgid "AdminStatistics|Notes"
+msgstr ""
+
+msgid "AdminStatistics|SSH Keys"
+msgstr ""
+
+msgid "AdminStatistics|Snippets"
+msgstr ""
+
+msgid "AdminUsers|2FA Disabled"
+msgstr ""
+
+msgid "AdminUsers|2FA Enabled"
+msgstr ""
+
+msgid "AdminUsers|Active"
+msgstr ""
+
+msgid "AdminUsers|Admin"
+msgstr ""
+
+msgid "AdminUsers|Admins"
+msgstr ""
+
+msgid "AdminUsers|Block"
+msgstr ""
+
+msgid "AdminUsers|Block user"
+msgstr ""
+
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Blocked"
+msgstr ""
+
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Cannot unblock LDAP blocked users"
+msgstr ""
+
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username} and contributions?"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Delete user"
+msgstr ""
+
+msgid "AdminUsers|Delete user and contributions"
+msgstr ""
+
+msgid "AdminUsers|External"
+msgstr ""
+
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
+msgid "AdminUsers|It's you!"
+msgstr ""
+
+msgid "AdminUsers|New user"
+msgstr ""
+
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
+msgid "AdminUsers|No users found"
+msgstr ""
+
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
+msgid "AdminUsers|Search by name, email or username"
+msgstr ""
+
+msgid "AdminUsers|Search users"
+msgstr ""
+
+msgid "AdminUsers|Send email to users"
+msgstr ""
+
+msgid "AdminUsers|Sort by"
+msgstr ""
+
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{projectName}"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{username}"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
+
+msgid "AdminUsers|Without projects"
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Advanced"
+msgstr ""
+
+msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
+msgstr ""
+
+msgid "Advanced search functionality"
+msgstr ""
+
+msgid "Advanced settings"
+msgstr ""
+
+msgid "After a successful password update you will be redirected to login screen."
+msgstr ""
+
+msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
+msgstr ""
+
+msgid "Alert"
+msgid_plural "Alerts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
+msgstr ""
+
+msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
+msgstr ""
+
+msgid "Alerts"
+msgstr ""
+
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
+msgid "All"
+msgstr ""
+
+msgid "All Members"
+msgstr ""
+
+msgid "All branches"
+msgstr ""
+
+msgid "All changes are committed"
+msgstr ""
+
+msgid "All email addresses will be used to identify your commits."
+msgstr ""
+
+msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
+msgstr ""
+
+msgid "All groups and projects"
+msgstr ""
+
+msgid "All issues for this milestone are closed."
+msgstr ""
+
+msgid "All issues for this milestone are closed. You may close this milestone now."
+msgstr ""
+
+msgid "All merge conflicts were resolved. The merge request can now be merged."
+msgstr ""
+
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
+msgid "All projects"
+msgstr ""
+
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
+msgid "All users"
+msgstr ""
+
+msgid "All users must have a name."
+msgstr ""
+
+msgid "Allow \"%{group_name}\" to sign you in"
+msgstr ""
+
+msgid "Allow commits from members who can merge to the target branch."
+msgstr ""
+
+msgid "Allow group owners to manage LDAP-related settings"
+msgstr ""
+
+msgid "Allow only the selected protocols to be used for Git access."
+msgstr ""
+
+msgid "Allow projects within this group to use Git LFS"
+msgstr ""
+
+msgid "Allow public access to pipelines and job details, including output logs and artifacts"
+msgstr ""
+
+msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
+msgstr ""
+
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
+msgid "Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
+msgstr ""
+
+msgid "Allow users to register any application to use GitLab as an OAuth provider"
+msgstr ""
+
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
+
+msgid "Allowed email domain restriction only permitted for top-level groups"
+msgstr ""
+
+msgid "Allowed to fail"
+msgstr ""
+
+msgid "Allows you to add and manage Kubernetes clusters."
+msgstr ""
+
+msgid "Almost there"
+msgstr ""
+
+msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
+msgstr ""
+
+msgid "Also called \"Relying party service URL\" or \"Reply URL\""
+msgstr ""
+
+msgid "Alternate support URL for help page and help dropdown"
+msgstr ""
+
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
+msgstr ""
+
+msgid "An application called %{link_to_client} is requesting access to your GitLab account."
+msgstr ""
+
+msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator."
+msgstr ""
+
+msgid "An error has occurred"
+msgstr ""
+
+msgid "An error occurred adding a draft to the thread."
+msgstr ""
+
+msgid "An error occurred adding a new draft."
+msgstr ""
+
+msgid "An error occurred creating the new branch."
+msgstr ""
+
+msgid "An error occurred fetching the approval rules."
+msgstr ""
+
+msgid "An error occurred fetching the approvers for the new rule."
+msgstr ""
+
+msgid "An error occurred fetching the dropdown data."
+msgstr ""
+
+msgid "An error occurred previewing the blob"
+msgstr ""
+
+msgid "An error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "An error occurred when trying to resolve a comment. Please try again."
+msgstr ""
+
+msgid "An error occurred when trying to resolve a discussion. Please try again."
+msgstr ""
+
+msgid "An error occurred when updating the issue weight"
+msgstr ""
+
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
+msgid "An error occurred while deleting the approvers group"
+msgstr ""
+
+msgid "An error occurred while deleting the comment"
+msgstr ""
+
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
+msgid "An error occurred while detecting host keys"
+msgstr ""
+
+msgid "An error occurred while disabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while dismissing the alert. Refresh the page and try again."
+msgstr ""
+
+msgid "An error occurred while dismissing the feature highlight. Refresh the page and try dismissing again."
+msgstr ""
+
+msgid "An error occurred while enabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while fetching environments."
+msgstr ""
+
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
+msgid "An error occurred while fetching folder content."
+msgstr ""
+
+msgid "An error occurred while fetching issues."
+msgstr ""
+
+msgid "An error occurred while fetching label colors."
+msgstr ""
+
+msgid "An error occurred while fetching markdown preview"
+msgstr ""
+
+msgid "An error occurred while fetching pending comments"
+msgstr ""
+
+msgid "An error occurred while fetching projects autocomplete."
+msgstr ""
+
+msgid "An error occurred while fetching sidebar data"
+msgstr ""
+
+msgid "An error occurred while fetching the Service Desk address."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching the builds."
+msgstr ""
+
+msgid "An error occurred while fetching the job log."
+msgstr ""
+
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
+msgid "An error occurred while fetching the job."
+msgstr ""
+
+msgid "An error occurred while fetching the jobs."
+msgstr ""
+
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the releases. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching this tab."
+msgstr ""
+
+msgid "An error occurred while generating a username. Please try again."
+msgstr ""
+
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
+msgid "An error occurred while getting projects"
+msgstr ""
+
+msgid "An error occurred while importing project: %{details}"
+msgstr ""
+
+msgid "An error occurred while initializing path locks"
+msgstr ""
+
+msgid "An error occurred while loading all the files."
+msgstr ""
+
+msgid "An error occurred while loading chart data"
+msgstr ""
+
+msgid "An error occurred while loading commit signatures"
+msgstr ""
+
+msgid "An error occurred while loading designs. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading diff"
+msgstr ""
+
+msgid "An error occurred while loading filenames"
+msgstr ""
+
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading the file"
+msgstr ""
+
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
+msgid "An error occurred while loading the subscription details."
+msgstr ""
+
+msgid "An error occurred while making the request."
+msgstr ""
+
+msgid "An error occurred while moving the issue."
+msgstr ""
+
+msgid "An error occurred while parsing recent searches"
+msgstr ""
+
+msgid "An error occurred while removing epics."
+msgstr ""
+
+msgid "An error occurred while removing issues."
+msgstr ""
+
+msgid "An error occurred while rendering preview broadcast message"
+msgstr ""
+
+msgid "An error occurred while reordering issues."
+msgstr ""
+
+msgid "An error occurred while retrieving calendar activity"
+msgstr ""
+
+msgid "An error occurred while retrieving diff"
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
+msgstr ""
+
+msgid "An error occurred while saving the approval settings"
+msgstr ""
+
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
+msgid "An error occurred while subscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while triggering the job."
+msgstr ""
+
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgstr ""
+
+msgid "An error occurred while unsubscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while updating approvers"
+msgstr ""
+
+msgid "An error occurred while updating the comment"
+msgstr ""
+
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
+msgstr ""
+
+msgid "An error occurred. Please try again."
+msgstr ""
+
+msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project environment."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project runners."
+msgstr ""
+
+msgid "An unexpected error occurred while communicating with the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while starting the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while stopping the Web Terminal."
+msgstr ""
+
+msgid "Analytics"
+msgstr ""
+
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
+msgstr ""
+
+msgid "Ancestors"
+msgstr ""
+
+msgid "Anonymous"
+msgstr ""
+
+msgid "Anti-spam verification"
+msgstr ""
+
+msgid "Any"
+msgstr ""
+
+msgid "Any Label"
+msgstr ""
+
+msgid "Any Milestone"
+msgstr ""
+
+msgid "Any eligible user"
+msgstr ""
+
+msgid "Any encrypted tokens"
+msgstr ""
+
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
+msgid "Any namespace"
+msgstr ""
+
+msgid "Any user"
+msgstr ""
+
+msgid "App ID"
+msgstr ""
+
+msgid "Appearance"
+msgstr ""
+
+msgid "Appearance was successfully created."
+msgstr ""
+
+msgid "Appearance was successfully updated."
+msgstr ""
+
+msgid "Append the comment with %{shrug}"
+msgstr ""
+
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
+msgid "Application"
+msgstr ""
+
+msgid "Application ID"
+msgstr ""
+
+msgid "Application settings saved successfully"
+msgstr ""
+
+msgid "Application uninstalled but failed to destroy: %{error_message}"
+msgstr ""
+
+msgid "Application was successfully destroyed."
+msgstr ""
+
+msgid "Application was successfully updated."
+msgstr ""
+
+msgid "Application: %{name}"
+msgstr ""
+
+msgid "Applications"
+msgstr ""
+
+msgid "Applied"
+msgstr ""
+
+msgid "Apply"
+msgstr ""
+
+msgid "Apply a label"
+msgstr ""
+
+msgid "Apply a template"
+msgstr ""
+
+msgid "Apply suggestion"
+msgstr ""
+
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
+msgid "Applying command"
+msgstr ""
+
+msgid "Applying command to %{commandDescription}"
+msgstr ""
+
+msgid "Applying multiple commands"
+msgstr ""
+
+msgid "Applying suggestion"
+msgstr ""
+
+msgid "Approval rules"
+msgstr ""
+
+msgid "ApprovalRuleRemove|%d member"
+msgid_plural "ApprovalRuleRemove|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
+msgstr ""
+
+msgid "ApprovalRuleSummary|%d member"
+msgid_plural "ApprovalRuleSummary|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
+msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRule|Approvers"
+msgstr ""
+
+msgid "ApprovalRule|Name"
+msgstr ""
+
+msgid "ApprovalRule|No. approvals required"
+msgstr ""
+
+msgid "ApprovalRule|Rule name"
+msgstr ""
+
+msgid "ApprovalRule|e.g. QA, Security, etc."
+msgstr ""
+
+msgid "Approvals"
+msgstr ""
+
+msgid "Approve"
+msgstr ""
+
+msgid "Approve a merge request"
+msgstr ""
+
+msgid "Approve the current merge request."
+msgstr ""
+
+msgid "Approved the current merge request."
+msgstr ""
+
+msgid "Approver"
+msgstr ""
+
+msgid "Apr"
+msgstr ""
+
+msgid "April"
+msgstr ""
+
+msgid "Archive jobs"
+msgstr ""
+
+msgid "Archive project"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read-only"
+msgstr ""
+
+msgid "Archived projects"
+msgstr ""
+
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
+
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
+
+msgid "Are you sure that you want to archive this project?"
+msgstr ""
+
+msgid "Are you sure that you want to unarchive this project?"
+msgstr ""
+
+msgid "Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Are you sure you want to cancel editing this comment?"
+msgstr ""
+
+msgid "Are you sure you want to delete these artifacts?"
+msgstr ""
+
+msgid "Are you sure you want to delete this %{typeOfComment}?"
+msgstr ""
+
+msgid "Are you sure you want to delete this board?"
+msgstr ""
+
+msgid "Are you sure you want to delete this device? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to delete this list?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline schedule?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to erase this build?"
+msgstr ""
+
+msgid "Are you sure you want to lose unsaved changes?"
+msgstr ""
+
+msgid "Are you sure you want to lose your issue information?"
+msgstr ""
+
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
+msgid "Are you sure you want to permanently delete this license?"
+msgstr ""
+
+msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again."
+msgstr ""
+
+msgid "Are you sure you want to remove %{group_name}?"
+msgstr ""
+
+msgid "Are you sure you want to remove the attachment?"
+msgstr ""
+
+msgid "Are you sure you want to remove this identity?"
+msgstr ""
+
+msgid "Are you sure you want to reset registration token?"
+msgstr ""
+
+msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
+msgstr ""
+
+msgid "Are you sure you want to reset the health check token?"
+msgstr ""
+
+msgid "Are you sure you want to revoke this %{type} Token? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to revoke this nickname?"
+msgstr ""
+
+msgid "Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Are you sure you want to unlock %{path_lock_path}?"
+msgstr ""
+
+msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
+msgstr ""
+
+msgid "Are you sure?"
+msgstr ""
+
+msgid "Are you sure? All commits that were signed with this GPG key will be unverified."
+msgstr ""
+
+msgid "Are you sure? Removing this GPG key does not affect already signed commits."
+msgstr ""
+
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
+msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+msgstr ""
+
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
+msgid "Artifact ID"
+msgstr ""
+
+msgid "Artifact could not be deleted."
+msgstr ""
+
+msgid "Artifact was successfully deleted."
+msgstr ""
+
+msgid "Artifacts"
+msgstr ""
+
+msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
+msgstr ""
+
+msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
+msgstr ""
+
+msgid "AsanaService|Asana - Teamwork without email"
+msgstr ""
+
+msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "AsanaService|User Personal Access Token. User must have access to task, all comments will be attributed to this user."
+msgstr ""
+
+msgid "Ascending"
+msgstr ""
+
+msgid "Ask your group maintainer to set up a group Runner."
+msgstr ""
+
+msgid "Assertion consumer service URL"
+msgstr ""
+
+msgid "Assets"
+msgstr ""
+
+msgid "Assets:"
+msgstr ""
+
+msgid "Assign"
+msgstr ""
+
+msgid "Assign custom color like #FF0000"
+msgstr ""
+
+msgid "Assign epic"
+msgstr ""
+
+msgid "Assign labels"
+msgstr ""
+
+msgid "Assign milestone"
+msgstr ""
+
+msgid "Assign some issues to this milestone."
+msgstr ""
+
+msgid "Assign to"
+msgstr ""
+
+msgid "Assign yourself to these issues"
+msgstr ""
+
+msgid "Assign yourself to this issue"
+msgstr ""
+
+msgid "Assigned %{assignee_users_sentence}."
+msgstr ""
+
+msgid "Assigned Issues"
+msgstr ""
+
+msgid "Assigned Merge Requests"
+msgstr ""
+
+msgid "Assigned to me"
+msgstr ""
+
+msgid "Assignee"
+msgid_plural "%d Assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Assignee lists not available with your current license"
+msgstr ""
+
+msgid "Assignee lists show all issues assigned to the selected user."
+msgstr ""
+
+msgid "Assignee(s)"
+msgstr ""
+
+msgid "Assigns %{assignee_users_sentence}."
+msgstr ""
+
+msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
+msgstr ""
+
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
+msgid "Attach a file"
+msgstr ""
+
+msgid "Attach a file by drag &amp; drop or %{upload_link}"
+msgstr ""
+
+msgid "Attaching a file"
+msgid_plural "Attaching %d files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Attaching the file failed."
+msgstr ""
+
+msgid "Audit Events"
+msgstr ""
+
+msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr ""
+
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
+msgid "Aug"
+msgstr ""
+
+msgid "August"
+msgstr ""
+
+msgid "Authenticate"
+msgstr ""
+
+msgid "Authenticate with GitHub"
+msgstr ""
+
+msgid "Authenticating"
+msgstr ""
+
+msgid "Authentication Log"
+msgstr ""
+
+msgid "Authentication failed: %{error_message}"
+msgstr ""
+
+msgid "Authentication log"
+msgstr ""
+
+msgid "Authentication method"
+msgstr ""
+
+msgid "Authentication method updated"
+msgstr ""
+
+msgid "Authentication via U2F device failed."
+msgstr ""
+
+msgid "Author"
+msgstr ""
+
+msgid "Authorization code:"
+msgstr ""
+
+msgid "Authorization key"
+msgstr ""
+
+msgid "Authorization was granted by entering your username and password in the application."
+msgstr ""
+
+msgid "Authorize"
+msgstr ""
+
+msgid "Authorize %{link_to_client} to use your account?"
+msgstr ""
+
+msgid "Authorized %{new_chat_name}"
+msgstr ""
+
+msgid "Authorized At"
+msgstr ""
+
+msgid "Authorized applications (%{size})"
+msgstr ""
+
+msgid "Authors: %{authors}"
+msgstr ""
+
+msgid "Auto DevOps"
+msgstr ""
+
+msgid "Auto DevOps enabled"
+msgstr ""
+
+msgid "Auto DevOps, runners and job artifacts"
+msgstr ""
+
+msgid "Auto License Compliance"
+msgstr ""
+
+msgid "Auto stop successfully canceled."
+msgstr ""
+
+msgid "Auto-cancel redundant, pending pipelines"
+msgstr ""
+
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps documentation"
+msgstr ""
+
+msgid "AutoDevOps|Enable in settings"
+msgstr ""
+
+msgid "AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration."
+msgstr ""
+
+msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
+msgstr ""
+
+msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}"
+msgstr ""
+
+msgid "Autocomplete"
+msgstr ""
+
+msgid "Autocomplete description"
+msgstr ""
+
+msgid "Autocomplete hint"
+msgstr ""
+
+msgid "Autocomplete usage hint"
+msgstr ""
+
+msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
+msgstr ""
+
+msgid "Automatic certificate management using Let's Encrypt"
+msgstr ""
+
+msgid "Automatically marked as default internal user"
+msgstr ""
+
+msgid "Automatically resolved"
+msgstr ""
+
+msgid "Automatically update this project's branches and tags from the upstream repository every hour."
+msgstr ""
+
+msgid "Autosave|Note"
+msgstr ""
+
+msgid "Available"
+msgstr ""
+
+msgid "Available group Runners: %{runners}"
+msgstr ""
+
+msgid "Available shared Runners:"
+msgstr ""
+
+msgid "Available specific runners"
+msgstr ""
+
+msgid "Avatar for %{assigneeName}"
+msgstr ""
+
+msgid "Avatar for %{name}"
+msgstr ""
+
+msgid "Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Average per day: %{average}"
+msgstr ""
+
+msgid "Background Color"
+msgstr ""
+
+msgid "Background Jobs"
+msgstr ""
+
+msgid "Background color"
+msgstr ""
+
+msgid "Badges"
+msgstr ""
+
+msgid "Badges|A new badge was added."
+msgstr ""
+
+msgid "Badges|Add badge"
+msgstr ""
+
+msgid "Badges|Adding the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|Badge image URL"
+msgstr ""
+
+msgid "Badges|Badge image preview"
+msgstr ""
+
+msgid "Badges|Delete badge"
+msgstr ""
+
+msgid "Badges|Delete badge?"
+msgstr ""
+
+msgid "Badges|Deleting the badge failed, please try again."
+msgstr ""
+
+msgid "Badges|Group Badge"
+msgstr ""
+
+msgid "Badges|Link"
+msgstr ""
+
+msgid "Badges|Name"
+msgstr ""
+
+msgid "Badges|No badge image"
+msgstr ""
+
+msgid "Badges|No image to preview"
+msgstr ""
+
+msgid "Badges|Please fill in a valid URL"
+msgstr ""
+
+msgid "Badges|Project Badge"
+msgstr ""
+
+msgid "Badges|Reload badge image"
+msgstr ""
+
+msgid "Badges|Save changes"
+msgstr ""
+
+msgid "Badges|Saving the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|The %{docsLinkStart}variables%{docsLinkEnd} GitLab supports: %{placeholders}"
+msgstr ""
+
+msgid "Badges|The badge was deleted."
+msgstr ""
+
+msgid "Badges|The badge was saved."
+msgstr ""
+
+msgid "Badges|This group has no badges"
+msgstr ""
+
+msgid "Badges|This project has no badges"
+msgstr ""
+
+msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgstr ""
+
+msgid "Badges|Your badges"
+msgstr ""
+
+msgid "Badges|e.g. %{exampleUrl}"
+msgstr ""
+
+msgid "Badge|New"
+msgstr ""
+
+msgid "Balsamiq file could not be loaded."
+msgstr ""
+
+msgid "BambooService|A continuous integration and build server"
+msgstr ""
+
+msgid "BambooService|A user with API access, if applicable"
+msgstr ""
+
+msgid "BambooService|Atlassian Bamboo CI"
+msgstr ""
+
+msgid "BambooService|Bamboo build plan key like KEY"
+msgstr ""
+
+msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgstr ""
+
+msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgstr ""
+
+msgid "Batch operations"
+msgstr ""
+
+msgid "BatchComments|Delete all pending comments"
+msgstr ""
+
+msgid "BatchComments|Discard review?"
+msgstr ""
+
+msgid "BatchComments|You're about to discard your review which will delete all of your pending comments. The deleted comments %{strong_start}cannot%{strong_end} be restored."
+msgstr ""
+
+msgid "Be careful. Changing the project's namespace can have unintended side effects."
+msgstr ""
+
+msgid "Be careful. Renaming a project's repository can have unintended side effects."
+msgstr ""
+
+msgid "Begin with the selected commit"
+msgstr ""
+
+msgid "Below are examples of regex for existing tools:"
+msgstr ""
+
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
+msgid "Below you will find all the groups that are public."
+msgstr ""
+
+msgid "Billing"
+msgstr ""
+
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
+
+msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Manage plan"
+msgstr ""
+
+msgid "BillingPlans|Pricing page"
+msgstr ""
+
+msgid "BillingPlans|See all %{plan_name} features"
+msgstr ""
+
+msgid "BillingPlans|This group uses the plan associated with its parent group."
+msgstr ""
+
+msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
+
+msgid "BillingPlans|frequently asked questions"
+msgstr ""
+
+msgid "BillingPlans|monthly"
+msgstr ""
+
+msgid "BillingPlans|per user"
+msgstr ""
+
+msgid "BillingPlan|Upgrade"
+msgstr ""
+
+msgid "Bitbucket Server Import"
+msgstr ""
+
+msgid "Bitbucket import"
+msgstr ""
+
+msgid "Blocked"
+msgstr ""
+
+msgid "Blocks"
+msgstr ""
+
+msgid "Blog"
+msgstr ""
+
+msgid "Blue helpers indicate an action to be taken."
+msgstr ""
+
+msgid "Board name"
+msgstr ""
+
+msgid "Board scope"
+msgstr ""
+
+msgid "Board scope affects which issues are displayed for anyone who visits this board"
+msgstr ""
+
+msgid "BoardBlankState|Add default lists"
+msgstr ""
+
+msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
+msgstr ""
+
+msgid "BoardBlankState|Nevermind, I'll use my own"
+msgstr ""
+
+msgid "BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board."
+msgstr ""
+
+msgid "Boards"
+msgstr ""
+
+msgid "Boards|Collapse"
+msgstr ""
+
+msgid "Boards|Edit board"
+msgstr ""
+
+msgid "Boards|Expand"
+msgstr ""
+
+msgid "Boards|View scope"
+msgstr ""
+
+msgid "Branch"
+msgstr ""
+
+msgid "Branch %{branchName} was not found in this project's repository."
+msgstr ""
+
+msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+msgstr ""
+
+msgid "Branch has changed"
+msgstr ""
+
+msgid "Branch is already taken"
+msgstr ""
+
+msgid "Branch name"
+msgstr ""
+
+msgid "Branch not loaded - %{branchId}"
+msgstr ""
+
+msgid "Branch prefix"
+msgstr ""
+
+msgid "BranchSwitcherPlaceholder|Search branches"
+msgstr ""
+
+msgid "BranchSwitcherTitle|Switch branch"
+msgstr ""
+
+msgid "Branches"
+msgstr ""
+
+msgid "Branches|Active"
+msgstr ""
+
+msgid "Branches|Active branches"
+msgstr ""
+
+msgid "Branches|All"
+msgstr ""
+
+msgid "Branches|Cant find HEAD commit for this branch"
+msgstr ""
+
+msgid "Branches|Compare"
+msgstr ""
+
+msgid "Branches|Delete all branches that are merged into '%{default_branch}'"
+msgstr ""
+
+msgid "Branches|Delete branch"
+msgstr ""
+
+msgid "Branches|Delete merged branches"
+msgstr ""
+
+msgid "Branches|Delete protected branch"
+msgstr ""
+
+msgid "Branches|Delete protected branch '%{branch_name}'?"
+msgstr ""
+
+msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Filter by branch name"
+msgstr ""
+
+msgid "Branches|Merged into %{default_branch}"
+msgstr ""
+
+msgid "Branches|New branch"
+msgstr ""
+
+msgid "Branches|No branches to show"
+msgstr ""
+
+msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Branches|Only a project maintainer or owner can delete a protected branch"
+msgstr ""
+
+msgid "Branches|Overview"
+msgstr ""
+
+msgid "Branches|Protected branches can be managed in %{project_settings_link}."
+msgstr ""
+
+msgid "Branches|Show active branches"
+msgstr ""
+
+msgid "Branches|Show all branches"
+msgstr ""
+
+msgid "Branches|Show more active branches"
+msgstr ""
+
+msgid "Branches|Show more stale branches"
+msgstr ""
+
+msgid "Branches|Show overview of the branches"
+msgstr ""
+
+msgid "Branches|Show stale branches"
+msgstr ""
+
+msgid "Branches|Sort by"
+msgstr ""
+
+msgid "Branches|Stale"
+msgstr ""
+
+msgid "Branches|Stale branches"
+msgstr ""
+
+msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
+msgstr ""
+
+msgid "Branches|The default branch cannot be deleted"
+msgstr ""
+
+msgid "Branches|This branch hasn’t been merged into %{default_branch}."
+msgstr ""
+
+msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
+msgstr ""
+
+msgid "Branches|To confirm, type %{branch_name_confirmation}:"
+msgstr ""
+
+msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
+msgstr ""
+
+msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
+msgstr ""
+
+msgid "Branches|diverged from upstream"
+msgstr ""
+
+msgid "Branches|merged"
+msgstr ""
+
+msgid "Branches|project settings"
+msgstr ""
+
+msgid "Branches|protected"
+msgstr ""
+
+msgid "Broadcast Message was successfully created."
+msgstr ""
+
+msgid "Broadcast Message was successfully updated."
+msgstr ""
+
+msgid "Browse Directory"
+msgstr ""
+
+msgid "Browse File"
+msgstr ""
+
+msgid "Browse Files"
+msgstr ""
+
+msgid "Browse artifacts"
+msgstr ""
+
+msgid "Browse files"
+msgstr ""
+
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
+msgid "Built-in"
+msgstr ""
+
+msgid "Burndown chart"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issue weight"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issues"
+msgstr ""
+
+msgid "Business"
+msgstr ""
+
+msgid "Business metrics (Custom)"
+msgstr ""
+
+msgid "Buy EE"
+msgstr ""
+
+msgid "Buy GitLab Enterprise Edition"
+msgstr ""
+
+msgid "By %{user_name}"
+msgstr ""
+
+msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
+msgstr ""
+
+msgid "By default, all projects and groups will use the global notifications setting."
+msgstr ""
+
+msgid "ByAuthor|by"
+msgstr ""
+
+msgid "CHANGELOG"
+msgstr ""
+
+msgid "CI / CD"
+msgstr ""
+
+msgid "CI / CD Charts"
+msgstr ""
+
+msgid "CI / CD Settings"
+msgstr ""
+
+msgid "CI Lint"
+msgstr ""
+
+msgid "CI variables"
+msgstr ""
+
+msgid "CI will run using the credentials assigned above."
+msgstr ""
+
+msgid "CI/CD"
+msgstr ""
+
+msgid "CI/CD configuration"
+msgstr ""
+
+msgid "CI/CD for external repo"
+msgstr ""
+
+msgid "CI/CD settings"
+msgstr ""
+
+msgid "CICD|Auto DevOps"
+msgstr ""
+
+msgid "CICD|Automatic deployment to staging, manual deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production using timed incremental rollout"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline for all projects"
+msgstr ""
+
+msgid "CICD|Deployment strategy"
+msgstr ""
+
+msgid "CICD|Jobs"
+msgstr ""
+
+msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
+msgstr ""
+
+msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} to this project with a domain in order for your deployment strategy to work correctly."
+msgstr ""
+
+msgid "CICD|group enabled"
+msgstr ""
+
+msgid "CICD|instance enabled"
+msgstr ""
+
+msgid "CLOSED"
+msgstr ""
+
+msgid "CLOSED (MOVED)"
+msgstr ""
+
+msgid "CONTRIBUTING"
+msgstr ""
+
+msgid "CPU"
+msgstr ""
+
+msgid "Callback URL"
+msgstr ""
+
+msgid "Can be manually deployed to"
+msgstr ""
+
+msgid "Can override approvers and approvals required per merge request"
+msgstr ""
+
+msgid "Can't find HEAD commit for this branch"
+msgstr ""
+
+msgid "Can't find variable: ZiteReader"
+msgstr ""
+
+msgid "Can't remove group members without group managed account"
+msgstr ""
+
+msgid "Can't scan the code?"
+msgstr ""
+
+msgid "Canary"
+msgstr ""
+
+msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "Cancel running"
+msgstr ""
+
+msgid "Cancel this job"
+msgstr ""
+
+msgid "Canceled deployment to"
+msgstr ""
+
+msgid "Cancelling Preview"
+msgstr ""
+
+msgid "Cannot be merged automatically"
+msgstr ""
+
+msgid "Cannot create the abuse report. The user has been deleted."
+msgstr ""
+
+msgid "Cannot create the abuse report. This user has been blocked."
+msgstr ""
+
+msgid "Cannot merge"
+msgstr ""
+
+msgid "Cannot modify managed Kubernetes cluster"
+msgstr ""
+
+msgid "Cannot refer to a group milestone by an internal id!"
+msgstr ""
+
+msgid "Cannot render the image. Maximum character count (%{charLimit}) has been exceeded."
+msgstr ""
+
+msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
+msgstr ""
+
+msgid "Cannot skip two factor authentication setup"
+msgstr ""
+
+msgid "Capacity threshold"
+msgstr ""
+
+msgid "Certificate"
+msgstr ""
+
+msgid "Certificate (PEM)"
+msgstr ""
+
+msgid "Change assignee"
+msgstr ""
+
+msgid "Change assignee(s)"
+msgstr ""
+
+msgid "Change assignee(s)."
+msgstr ""
+
+msgid "Change branches"
+msgstr ""
+
+msgid "Change label"
+msgstr ""
+
+msgid "Change milestone"
+msgstr ""
+
+msgid "Change path"
+msgstr ""
+
+msgid "Change permissions"
+msgstr ""
+
+msgid "Change template"
+msgstr ""
+
+msgid "Change this value to influence how frequently the GitLab UI polls for updates."
+msgstr ""
+
+msgid "Change title"
+msgstr ""
+
+msgid "Change your password"
+msgstr ""
+
+msgid "Change your password or recover your current one"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Pick into branch"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Revert in branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Cherry-pick"
+msgstr ""
+
+msgid "ChangeTypeAction|Revert"
+msgstr ""
+
+msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes."
+msgstr ""
+
+msgid "Changed assignee(s)."
+msgstr ""
+
+msgid "Changed the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes"
+msgstr ""
+
+msgid "Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision."
+msgstr ""
+
+msgid "Changes suppressed. Click to show."
+msgstr ""
+
+msgid "Changes the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
+msgstr ""
+
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "Charts"
+msgstr ""
+
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
+msgid "Chat"
+msgstr ""
+
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Branch"
+msgstr ""
+
+msgid "ChatMessage|Commit"
+msgstr ""
+
+msgid "ChatMessage|Failed job"
+msgstr ""
+
+msgid "ChatMessage|Failed stage"
+msgstr ""
+
+msgid "ChatMessage|Invalid CI config YAML file"
+msgstr ""
+
+msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
+msgstr ""
+
+msgid "ChatMessage|Tag"
+msgstr ""
+
+msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
+msgstr ""
+
+msgid "ChatMessage|failed"
+msgstr ""
+
+msgid "ChatMessage|has failed"
+msgstr ""
+
+msgid "ChatMessage|has passed"
+msgstr ""
+
+msgid "ChatMessage|has passed with warnings"
+msgstr ""
+
+msgid "ChatMessage|in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|in %{project_link}"
+msgstr ""
+
+msgid "ChatMessage|passed"
+msgstr ""
+
+msgid "Check again"
+msgstr ""
+
+msgid "Check feature availability on namespace plan"
+msgstr ""
+
+msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
+msgstr ""
+
+msgid "Check your .gitlab-ci.yml"
+msgstr ""
+
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
+msgid "Checking %{text} availability…"
+msgstr ""
+
+msgid "Checking approval status"
+msgstr ""
+
+msgid "Checking branch availability..."
+msgstr ""
+
+msgid "Checking group path availability..."
+msgstr ""
+
+msgid "Checking username availability..."
+msgstr ""
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
+msgid "Cherry-pick this commit"
+msgstr ""
+
+msgid "Cherry-pick this merge request"
+msgstr ""
+
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
+msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
+msgstr ""
+
+msgid "Choose <strong>Next</strong> at the bottom of the page."
+msgstr ""
+
+msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
+msgstr ""
+
+msgid "Choose a file"
+msgstr ""
+
+msgid "Choose a group"
+msgstr ""
+
+msgid "Choose a role permission"
+msgstr ""
+
+msgid "Choose a template"
+msgstr ""
+
+msgid "Choose a template..."
+msgstr ""
+
+msgid "Choose a type..."
+msgstr ""
+
+msgid "Choose any color."
+msgstr ""
+
+msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
+msgstr ""
+
+msgid "Choose file…"
+msgstr ""
+
+msgid "Choose the top-level group for your repository imports."
+msgstr ""
+
+msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
+msgstr ""
+
+msgid "Choose what content you want to see on a group’s overview page"
+msgstr ""
+
+msgid "Choose which repositories you want to connect and run CI/CD pipelines."
+msgstr ""
+
+msgid "Choose which shards you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "CiStatusLabel|canceled"
+msgstr ""
+
+msgid "CiStatusLabel|created"
+msgstr ""
+
+msgid "CiStatusLabel|delayed"
+msgstr ""
+
+msgid "CiStatusLabel|failed"
+msgstr ""
+
+msgid "CiStatusLabel|manual action"
+msgstr ""
+
+msgid "CiStatusLabel|passed"
+msgstr ""
+
+msgid "CiStatusLabel|passed with warnings"
+msgstr ""
+
+msgid "CiStatusLabel|pending"
+msgstr ""
+
+msgid "CiStatusLabel|preparing"
+msgstr ""
+
+msgid "CiStatusLabel|skipped"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for delayed job"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for manual action"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
+msgid "CiStatusText|blocked"
+msgstr ""
+
+msgid "CiStatusText|canceled"
+msgstr ""
+
+msgid "CiStatusText|created"
+msgstr ""
+
+msgid "CiStatusText|delayed"
+msgstr ""
+
+msgid "CiStatusText|failed"
+msgstr ""
+
+msgid "CiStatusText|manual"
+msgstr ""
+
+msgid "CiStatusText|passed"
+msgstr ""
+
+msgid "CiStatusText|pending"
+msgstr ""
+
+msgid "CiStatusText|preparing"
+msgstr ""
+
+msgid "CiStatusText|skipped"
+msgstr ""
+
+msgid "CiStatusText|waiting"
+msgstr ""
+
+msgid "CiStatus|running"
+msgstr ""
+
+msgid "CiVariables|Cannot use Masked Variable with current value"
+msgstr ""
+
+msgid "CiVariables|Input variable key"
+msgstr ""
+
+msgid "CiVariables|Input variable value"
+msgstr ""
+
+msgid "CiVariables|Key"
+msgstr ""
+
+msgid "CiVariables|Masked"
+msgstr ""
+
+msgid "CiVariables|Remove variable row"
+msgstr ""
+
+msgid "CiVariables|Scope"
+msgstr ""
+
+msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
+msgstr ""
+
+msgid "CiVariables|State"
+msgstr ""
+
+msgid "CiVariables|Type"
+msgstr ""
+
+msgid "CiVariables|Value"
+msgstr ""
+
+msgid "CiVariables|Variables"
+msgstr ""
+
+msgid "CiVariable|* (All environments)"
+msgstr ""
+
+msgid "CiVariable|All environments"
+msgstr ""
+
+msgid "CiVariable|Create wildcard"
+msgstr ""
+
+msgid "CiVariable|Error occurred while saving variables"
+msgstr ""
+
+msgid "CiVariable|Masked"
+msgstr ""
+
+msgid "CiVariable|New environment"
+msgstr ""
+
+msgid "CiVariable|Protected"
+msgstr ""
+
+msgid "CiVariable|Search environments"
+msgstr ""
+
+msgid "CiVariable|Toggle masked"
+msgstr ""
+
+msgid "CiVariable|Toggle protected"
+msgstr ""
+
+msgid "CiVariable|Validation failed"
+msgstr ""
+
+msgid "Class"
+msgstr ""
+
+msgid "Classification Label (optional)"
+msgstr ""
+
+msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Clear chart filters"
+msgstr ""
+
+msgid "Clear input"
+msgstr ""
+
+msgid "Clear recent searches"
+msgstr ""
+
+msgid "Clear search"
+msgstr ""
+
+msgid "Clear search input"
+msgstr ""
+
+msgid "Clear templates search input"
+msgstr ""
+
+msgid "Clear weight"
+msgstr ""
+
+msgid "Cleared weight."
+msgstr ""
+
+msgid "Clears weight."
+msgstr ""
+
+msgid "Click any <strong>project name</strong> in the project list below to navigate to the project milestone."
+msgstr ""
+
+msgid "Click here"
+msgstr ""
+
+msgid "Click the <strong>Download</strong> button and wait for downloading to complete."
+msgstr ""
+
+msgid "Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone."
+msgstr ""
+
+msgid "Click the <strong>Select none</strong> button on the right, since we only need \"Google Code Project Hosting\"."
+msgstr ""
+
+msgid "Click the button below to begin the install process by navigating to the Kubernetes page"
+msgstr ""
+
+msgid "Click the image where you'd like to start a new discussion"
+msgstr ""
+
+msgid "Click to expand it."
+msgstr ""
+
+msgid "Click to expand text"
+msgstr ""
+
+msgid "Client authentication certificate"
+msgstr ""
+
+msgid "Client authentication key"
+msgstr ""
+
+msgid "Client authentication key password"
+msgstr ""
+
+msgid "Clients"
+msgstr ""
+
+msgid "Clone"
+msgstr ""
+
+msgid "Clone repository"
+msgstr ""
+
+msgid "Clone with %{http_label}"
+msgstr ""
+
+msgid "Clone with KRB5"
+msgstr ""
+
+msgid "Clone with SSH"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Close %{tabname}"
+msgstr ""
+
+msgid "Close epic"
+msgstr ""
+
+msgid "Close milestone"
+msgstr ""
+
+msgid "Close sidebar"
+msgstr ""
+
+msgid "Close this %{quick_action_target}"
+msgstr ""
+
+msgid "Closed"
+msgstr ""
+
+msgid "Closed issues"
+msgstr ""
+
+msgid "Closed this %{quick_action_target}."
+msgstr ""
+
+msgid "Closes this %{quick_action_target}."
+msgstr ""
+
+msgid "Cluster Health"
+msgstr ""
+
+msgid "Cluster cache cleared."
+msgstr ""
+
+msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgstr ""
+
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
+msgid "ClusterIntegration| can be used instead of a custom domain."
+msgstr ""
+
+msgid "ClusterIntegration| is the default environment scope for this cluster. This means that all jobs, regardless of their environment, will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
+msgstr ""
+
+msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|%{title} uninstalled successfully."
+msgstr ""
+
+msgid "ClusterIntegration|%{title} updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
+msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
+msgstr ""
+
+msgid "ClusterIntegration|API URL"
+msgstr ""
+
+msgid "ClusterIntegration|API URL should be a valid http/https url."
+msgstr ""
+
+msgid "ClusterIntegration|Add Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Add a Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster to your group will automatically share the cluster across all your projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster will automatically share the cluster across all projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration to your group will share the cluster across all your projects."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration will share the cluster across all projects."
+msgstr ""
+
+msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integration"
+msgstr ""
+
+msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|All data will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Alternatively"
+msgstr ""
+
+msgid "ClusterIntegration|Amazon EKS"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch project zones: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch your projects: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|Any running pipelines will be canceled."
+msgstr ""
+
+msgid "ClusterIntegration|Applications"
+msgstr ""
+
+msgid "ClusterIntegration|Apply for credit"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
+
+msgid "ClusterIntegration|Base domain"
+msgstr ""
+
+msgid "ClusterIntegration|CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by %{letsEncrypt} and ensure that certificates are valid and up-to-date."
+msgstr ""
+
+msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which of your environments will use this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
+msgid "ClusterIntegration|Cloud Run"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster health"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster name is required."
+msgstr ""
+
+msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
+msgstr ""
+
+msgid "ClusterIntegration|Copy API URL"
+msgstr ""
+
+msgid "ClusterIntegration|Copy CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Create Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Create cluster on"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
+msgid "ClusterIntegration|Did you know?"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
+msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
+msgstr ""
+
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Environment scope"
+msgstr ""
+
+msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to run Kubeclient: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching projects"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching zones"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner connects to the repository and executes CI/CD jobs, pushing results back and deploying applications to production."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab-managed cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|Google Cloud Platform project"
+msgstr ""
+
+msgid "ClusterIntegration|Google GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine project"
+msgstr ""
+
+msgid "ClusterIntegration|Group cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Helm Tiller"
+msgstr ""
+
+msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
+msgstr ""
+
+msgid "ClusterIntegration|Hide"
+msgstr ""
+
+msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
+msgstr ""
+
+msgid "ClusterIntegration|Ingress"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint."
+msgstr ""
+
+msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn more about %{pricingLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Instance cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
+msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
+msgstr ""
+
+msgid "ClusterIntegration|Integration status"
+msgstr ""
+
+msgid "ClusterIntegration|Issuer Email"
+msgstr ""
+
+msgid "ClusterIntegration|Issuers represent a certificate authority. You must provide an email address for your Issuer. "
+msgstr ""
+
+msgid "ClusterIntegration|Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
+msgstr ""
+
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
+msgid "ClusterIntegration|Knative"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Domain Name:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Endpoint:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative domain name was updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster details"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Let's Encrypt"
+msgstr ""
+
+msgid "ClusterIntegration|Loading IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Regions"
+msgstr ""
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
+
+msgid "ClusterIntegration|No IAM Roles found"
+msgstr ""
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
+msgid "ClusterIntegration|No machine types matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No region found"
+msgstr ""
+
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
+msgid "ClusterIntegration|No zones matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes must be a numerical value."
+msgstr ""
+
+msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
+msgstr ""
+
+msgid "ClusterIntegration|Point a wildcard DNS to this generated endpoint in order to access your application after it has been deployed."
+msgstr ""
+
+msgid "ClusterIntegration|Project cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
+msgstr ""
+
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
+msgid "ClusterIntegration|RBAC-enabled cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|Region"
+msgstr ""
+
+msgid "ClusterIntegration|Remove Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
+msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin installing failed"
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin uninstalling failed"
+msgstr ""
+
+msgid "ClusterIntegration|Save changes"
+msgstr ""
+
+msgid "ClusterIntegration|Search IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Search machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
+msgid "ClusterIntegration|Search projects"
+msgstr ""
+
+msgid "ClusterIntegration|Search regions"
+msgstr ""
+
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Search zones"
+msgstr ""
+
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
+msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
+msgid "ClusterIntegration|Select machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project"
+msgstr ""
+
+msgid "ClusterIntegration|Select project and zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project to choose zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
+msgid "ClusterIntegration|Service token is required."
+msgstr ""
+
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
+msgid "ClusterIntegration|Show"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong on our end."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while installing %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
+msgstr ""
+
+msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+msgstr ""
+
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
+msgstr ""
+
+msgid "ClusterIntegration|The URL used to access the Kubernetes API."
+msgstr ""
+
+msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
+msgstr ""
+
+msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
+msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
+msgstr ""
+
+msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, pod logs, and Web terminals."
+msgstr ""
+
+msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
+msgstr ""
+
+msgid "ClusterIntegration|This account must have permissions to create a Kubernetes cluster in the %{link_to_container_project} specified below"
+msgstr ""
+
+msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
+msgstr ""
+
+msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|Toggle Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Uninstall %{appTitle}"
+msgstr ""
+
+msgid "ClusterIntegration|Update failed. Please check the logs and try again."
+msgstr ""
+
+msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Validating project billing status"
+msgstr ""
+
+msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
+msgstr ""
+
+msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
+msgstr ""
+
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
+msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
+msgstr ""
+
+msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
+msgstr ""
+
+msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
+msgstr ""
+
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Zone"
+msgstr ""
+
+msgid "ClusterIntegration|access to Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|documentation"
+msgstr ""
+
+msgid "ClusterIntegration|installed via %{installed_via}"
+msgstr ""
+
+msgid "ClusterIntegration|meets the requirements"
+msgstr ""
+
+msgid "ClusterIntegration|pricing"
+msgstr ""
+
+msgid "ClusterIntegration|sign up"
+msgstr ""
+
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
+msgid "ClusterIntergation|Select a region"
+msgstr ""
+
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
+msgstr ""
+
+msgid "Code"
+msgstr ""
+
+msgid "Code Owners"
+msgstr ""
+
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
+msgid "Code owner approval is required"
+msgstr ""
+
+msgid "Code owners"
+msgstr ""
+
+msgid "CodeOwner|Pattern"
+msgstr ""
+
+msgid "Cohorts"
+msgstr ""
+
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
+msgid "Collapse"
+msgstr ""
+
+msgid "Collapse approvers"
+msgstr ""
+
+msgid "Collapse sidebar"
+msgstr ""
+
+msgid "Collector hostname"
+msgstr ""
+
+msgid "ComboSearch is not defined"
+msgstr ""
+
+msgid "Command"
+msgstr ""
+
+msgid "Command line instructions"
+msgstr ""
+
+msgid "Commands applied"
+msgstr ""
+
+msgid "Commands did not apply"
+msgstr ""
+
+msgid "Comment"
+msgstr ""
+
+msgid "Comment & close %{noteable_name}"
+msgstr ""
+
+msgid "Comment & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Comment & resolve thread"
+msgstr ""
+
+msgid "Comment & unresolve thread"
+msgstr ""
+
+msgid "Comment form position"
+msgstr ""
+
+msgid "Comment is being updated"
+msgstr ""
+
+msgid "Comment/Reply (quoting selected text)"
+msgstr ""
+
+msgid "Comments"
+msgstr ""
+
+msgid "Commit"
+msgid_plural "Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Commit %{commit_id}"
+msgstr ""
+
+msgid "Commit (when editing commit message)"
+msgstr ""
+
+msgid "Commit Message"
+msgstr ""
+
+msgid "Commit deleted"
+msgstr ""
+
+msgid "Commit duration in minutes for last 30 commits"
+msgstr ""
+
+msgid "Commit message"
+msgstr ""
+
+msgid "Commit message (optional)"
+msgstr ""
+
+msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
+msgstr ""
+
+msgid "Commit to %{branchName} branch"
+msgstr ""
+
+msgid "CommitBoxTitle|Commit"
+msgstr ""
+
+msgid "CommitMessage|Add %{file_name}"
+msgstr ""
+
+msgid "CommitWidget|authored"
+msgstr ""
+
+msgid "Commits"
+msgstr ""
+
+msgid "Commits feed"
+msgstr ""
+
+msgid "Commits per day hour (UTC)"
+msgstr ""
+
+msgid "Commits per day of month"
+msgstr ""
+
+msgid "Commits per weekday"
+msgstr ""
+
+msgid "Commits to"
+msgstr ""
+
+msgid "Commits|An error occurred while fetching merge requests data."
+msgstr ""
+
+msgid "Commits|Commit: %{commitText}"
+msgstr ""
+
+msgid "Commits|History"
+msgstr ""
+
+msgid "Commits|No related merge requests found"
+msgstr ""
+
+msgid "Committed by"
+msgstr ""
+
+msgid "Commit…"
+msgstr ""
+
+msgid "Company"
+msgstr ""
+
+msgid "Company name"
+msgstr ""
+
+msgid "Compare"
+msgstr ""
+
+msgid "Compare Git revisions"
+msgstr ""
+
+msgid "Compare Revisions"
+msgstr ""
+
+msgid "Compare changes"
+msgstr ""
+
+msgid "Compare changes with the last commit"
+msgstr ""
+
+msgid "Compare changes with the merge request target branch"
+msgstr ""
+
+msgid "Compare with previous version"
+msgstr ""
+
+msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
+msgstr ""
+
+msgid "CompareBranches|Compare"
+msgstr ""
+
+msgid "CompareBranches|Source"
+msgstr ""
+
+msgid "CompareBranches|Target"
+msgstr ""
+
+msgid "CompareBranches|There isn't anything to compare."
+msgstr ""
+
+msgid "Complete"
+msgstr ""
+
+msgid "Confidence: %{confidence}"
+msgstr ""
+
+msgid "Confidential"
+msgstr ""
+
+msgid "Confidentiality"
+msgstr ""
+
+msgid "Configuration"
+msgstr ""
+
+msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure Gitaly timeouts."
+msgstr ""
+
+msgid "Configure Let's Encrypt"
+msgstr ""
+
+msgid "Configure Prometheus"
+msgstr ""
+
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
+msgid "Configure Tracing"
+msgstr ""
+
+msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure automatic git checks and housekeeping on repositories."
+msgstr ""
+
+msgid "Configure existing installation"
+msgstr ""
+
+msgid "Configure limits for web and API requests."
+msgstr ""
+
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
+
+msgid "Configure storage path settings."
+msgstr ""
+
+msgid "Configure the %{link} integration."
+msgstr ""
+
+msgid "Configure the way a user creates a new account."
+msgstr ""
+
+msgid "Confirm"
+msgstr ""
+
+msgid "Confirmation email sent to %{email}"
+msgstr ""
+
+msgid "Confirmation required"
+msgstr ""
+
+msgid "Congratulations! You have enabled Two-factor Authentication!"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect all repositories"
+msgstr ""
+
+msgid "Connect repositories from GitHub"
+msgstr ""
+
+msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
+msgstr ""
+
+msgid "Connecting"
+msgstr ""
+
+msgid "Connecting to terminal sync service"
+msgstr ""
+
+msgid "Connecting..."
+msgstr ""
+
+msgid "Connection failed"
+msgstr ""
+
+msgid "Connection failure"
+msgstr ""
+
+msgid "Connection timed out"
+msgstr ""
+
+msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
+msgstr ""
+
+msgid "Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
+msgstr ""
+
+msgid "Contact sales to upgrade"
+msgstr ""
+
+msgid "Contact your Administrator to upgrade your license."
+msgstr ""
+
+msgid "Container Registry"
+msgstr ""
+
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
+msgid "Container registry images"
+msgstr ""
+
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
+msgid "ContainerRegistry|Container Registry"
+msgstr ""
+
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
+msgstr ""
+
+msgid "ContainerRegistry|Docker connection error"
+msgstr ""
+
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
+msgstr ""
+
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ContainerRegistry|Size"
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Tag"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images stored for this project"
+msgstr ""
+
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
+msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
+msgstr ""
+
+msgid "ContainerRegistry|You can add an image to this registry with the following commands:"
+msgstr ""
+
+msgid "Contains %{count} blobs of images (%{size})"
+msgstr ""
+
+msgid "Contents of .gitlab-ci.yml"
+msgstr ""
+
+msgid "Continue"
+msgstr ""
+
+msgid "Continue to the next step"
+msgstr ""
+
+msgid "Continuous Integration and Deployment"
+msgstr ""
+
+msgid "Contribute to GitLab"
+msgstr ""
+
+msgid "Contribution"
+msgstr ""
+
+msgid "Contribution Analytics"
+msgstr ""
+
+msgid "Contribution Charts"
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr ""
+
+msgid "Control emails linked to your account"
+msgstr ""
+
+msgid "Control the display of third party offers."
+msgstr ""
+
+msgid "Control the maximum concurrency of repository backfill for this secondary node"
+msgstr ""
+
+msgid "Cookie domain"
+msgstr ""
+
+msgid "Copied"
+msgstr ""
+
+msgid "Copied labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
+msgid "Copy %{http_label} clone URL"
+msgstr ""
+
+msgid "Copy %{protocol} clone URL"
+msgstr ""
+
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
+
+msgid "Copy KRB5 clone URL"
+msgstr ""
+
+msgid "Copy SSH clone URL"
+msgstr ""
+
+msgid "Copy SSH public key"
+msgstr ""
+
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
+
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy labels and milestone from other issue or merge request in this project"
+msgstr ""
+
+msgid "Copy link"
+msgstr ""
+
+msgid "Copy personal access token"
+msgstr ""
+
+msgid "Copy reference"
+msgstr ""
+
+msgid "Copy secret"
+msgstr ""
+
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
+msgstr ""
+
+msgid "Could not authorize chat nickname. Try again!"
+msgstr ""
+
+msgid "Could not change HEAD: branch '%{branch}' does not exist"
+msgstr ""
+
+msgid "Could not connect to FogBugz, check your URL"
+msgstr ""
+
+msgid "Could not connect to Web IDE file mirror service."
+msgstr ""
+
+msgid "Could not create Wiki Repository at this time. Please try again later."
+msgstr ""
+
+msgid "Could not create group"
+msgstr ""
+
+msgid "Could not create issue"
+msgstr ""
+
+msgid "Could not create project"
+msgstr ""
+
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
+msgid "Could not delete chat nickname %{chat_name}."
+msgstr ""
+
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
+msgid "Could not remove the trigger."
+msgstr ""
+
+msgid "Could not restore the group"
+msgstr ""
+
+msgid "Could not revoke impersonation token %{token_name}."
+msgstr ""
+
+msgid "Could not revoke personal access token %{personal_access_token_name}."
+msgstr ""
+
+msgid "Could not save group ID"
+msgstr ""
+
+msgid "Could not save project ID"
+msgstr ""
+
+msgid "Could not save prometheus manual configuration"
+msgstr ""
+
+msgid "Country"
+msgstr ""
+
+msgid "Coverage"
+msgstr ""
+
+msgid "Create"
+msgstr ""
+
+msgid "Create %{type} token"
+msgstr ""
+
+msgid "Create New Directory"
+msgstr ""
+
+msgid "Create New Domain"
+msgstr ""
+
+msgid "Create Project"
+msgstr ""
+
+msgid "Create a GitLab account first, and then connect it to your %{label} account."
+msgstr ""
+
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
+msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
+msgstr ""
+
+msgid "Create a merge request"
+msgstr ""
+
+msgid "Create a new branch"
+msgstr ""
+
+msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Create a new issue"
+msgstr ""
+
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
+msgid "Create a new repository"
+msgstr ""
+
+msgid "Create a personal access token on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
+msgid "Create an issue. Issues are created for each alert triggered."
+msgstr ""
+
+msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to import."
+msgstr ""
+
+msgid "Create board"
+msgstr ""
+
+msgid "Create branch"
+msgstr ""
+
+msgid "Create commit"
+msgstr ""
+
+msgid "Create confidential merge request"
+msgstr ""
+
+msgid "Create confidential merge request and branch"
+msgstr ""
+
+msgid "Create directory"
+msgstr ""
+
+msgid "Create empty repository"
+msgstr ""
+
+msgid "Create epic"
+msgstr ""
+
+msgid "Create file"
+msgstr ""
+
+msgid "Create group"
+msgstr ""
+
+msgid "Create group label"
+msgstr ""
+
+msgid "Create issue"
+msgstr ""
+
+msgid "Create lists from labels. Issues with that label appear in that list."
+msgstr ""
+
+msgid "Create merge request"
+msgstr ""
+
+msgid "Create merge request and branch"
+msgstr ""
+
+msgid "Create milestone"
+msgstr ""
+
+msgid "Create new board"
+msgstr ""
+
+msgid "Create new branch"
+msgstr ""
+
+msgid "Create new directory"
+msgstr ""
+
+msgid "Create new file"
+msgstr ""
+
+msgid "Create new file or directory"
+msgstr ""
+
+msgid "Create new label"
+msgstr ""
+
+msgid "Create new..."
+msgstr ""
+
+msgid "Create project"
+msgstr ""
+
+msgid "Create project label"
+msgstr ""
+
+msgid "Create your first page"
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create groups."
+msgstr ""
+
+msgid "CreateTag|Tag"
+msgstr ""
+
+msgid "CreateTokenToCloneLink|create a personal access token"
+msgstr ""
+
+msgid "Created"
+msgstr ""
+
+msgid "Created At"
+msgstr ""
+
+msgid "Created On"
+msgstr ""
+
+msgid "Created a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
+msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created by me"
+msgstr ""
+
+msgid "Created issue %{issueLink}"
+msgstr ""
+
+msgid "Created issue %{issueLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created on"
+msgstr ""
+
+msgid "Created on:"
+msgstr ""
+
+msgid "Creates a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creating epic"
+msgstr ""
+
+msgid "Creating graphs uses the data from the Prometheus server. If this takes a long time, ensure that data is available."
+msgstr ""
+
+msgid "Creation date"
+msgstr ""
+
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
+msgid "Cron Timezone"
+msgstr ""
+
+msgid "Cron syntax"
+msgstr ""
+
+msgid "Crossplane"
+msgstr ""
+
+msgid "Current Branch"
+msgstr ""
+
+msgid "Current Plan"
+msgstr ""
+
+msgid "Current Project"
+msgstr ""
+
+msgid "Current node"
+msgstr ""
+
+msgid "Current password"
+msgstr ""
+
+msgid "Current vulnerabilities count"
+msgstr ""
+
+msgid "CurrentUser|Profile"
+msgstr ""
+
+msgid "CurrentUser|Settings"
+msgstr ""
+
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
+
+msgid "Custom hostname (for private commit emails)"
+msgstr ""
+
+msgid "Custom notification events"
+msgstr ""
+
+msgid "Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out %{notification_link}."
+msgstr ""
+
+msgid "Custom project templates"
+msgstr ""
+
+msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
+msgstr ""
+
+msgid "Custom range"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add a stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Enter a name for the stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Name"
+msgstr ""
+
+msgid "CustomCycleAnalytics|New stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Please select a start event first"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
+msgid "Customize colors"
+msgstr ""
+
+msgid "Customize how FogBugz email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize how Google Code email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize icon"
+msgstr ""
+
+msgid "Customize language and region related settings."
+msgstr ""
+
+msgid "Customize name"
+msgstr ""
+
+msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
+msgstr ""
+
+msgid "Customize your pipeline configuration."
+msgstr ""
+
+msgid "Cycle Analytics"
+msgstr ""
+
+msgid "Cycle Analytics can help you determine your team’s velocity"
+msgstr ""
+
+msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request first deployed to production"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build finish time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build start time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request merged"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Code"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Issue"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Plan"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Review"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Staging"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Test"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
+msgid_plural "CycleAnalytics|%d projects selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CycleAnalytics|Select labels"
+msgstr ""
+
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Stages"
+msgstr ""
+
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
+msgid "CycleAnalytics|group dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
+msgid "CycleAnalytics|project dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|stage dropdown"
+msgstr ""
+
+msgid "DNS"
+msgstr ""
+
+msgid "Dashboard"
+msgstr ""
+
+msgid "DashboardProjects|All"
+msgstr ""
+
+msgid "DashboardProjects|Personal"
+msgstr ""
+
+msgid "DashboardProjects|Trending"
+msgstr ""
+
+msgid "Dashboards"
+msgstr ""
+
+msgid "Dashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
+msgstr ""
+
+msgid "Data is still calculating..."
+msgstr ""
+
+msgid "Date"
+msgstr ""
+
+msgid "Date picker"
+msgstr ""
+
+msgid "DayTitle|F"
+msgstr ""
+
+msgid "DayTitle|M"
+msgstr ""
+
+msgid "DayTitle|S"
+msgstr ""
+
+msgid "DayTitle|W"
+msgstr ""
+
+msgid "Days"
+msgstr ""
+
+msgid "Days to merge"
+msgstr ""
+
+msgid "Debug"
+msgstr ""
+
+msgid "Dec"
+msgstr ""
+
+msgid "December"
+msgstr ""
+
+msgid "Decline"
+msgstr ""
+
+msgid "Decline and sign out"
+msgstr ""
+
+msgid "Default Branch"
+msgstr ""
+
+msgid "Default CI configuration path"
+msgstr ""
+
+msgid "Default artifacts expiration"
+msgstr ""
+
+msgid "Default branch"
+msgstr ""
+
+msgid "Default branch and protected branches"
+msgstr ""
+
+msgid "Default classification label"
+msgstr ""
+
+msgid "Default deletion adjourned period"
+msgstr ""
+
+msgid "Default description template for issues"
+msgstr ""
+
+msgid "Default description template for merge requests"
+msgstr ""
+
+msgid "Default first day of the week"
+msgstr ""
+
+msgid "Default first day of the week in calendars and date pickers."
+msgstr ""
+
+msgid "Default issue template"
+msgstr ""
+
+msgid "Default project deletion protection"
+msgstr ""
+
+msgid "Default: Directly import the Google Code email address or username"
+msgstr ""
+
+msgid "Default: Map a FogBugz account ID to a full name"
+msgstr ""
+
+msgid "Define a custom pattern with cron syntax"
+msgstr ""
+
+msgid "Define environments in the deploy stage(s) in <code>.gitlab-ci.yml</code> to track deployments here."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Start now"
+msgstr ""
+
+msgid "DelayedJobs|Unschedule"
+msgstr ""
+
+msgid "DelayedJobs|delayed"
+msgstr ""
+
+msgid "Delete"
+msgstr ""
+
+msgid "Delete Comment"
+msgstr ""
+
+msgid "Delete Package"
+msgstr ""
+
+msgid "Delete Snippet"
+msgstr ""
+
+msgid "Delete artifacts"
+msgstr ""
+
+msgid "Delete board"
+msgstr ""
+
+msgid "Delete comment"
+msgstr ""
+
+msgid "Delete license"
+msgstr ""
+
+msgid "Delete list"
+msgstr ""
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
+msgid "Delete source branch"
+msgstr ""
+
+msgid "Delete this attachment"
+msgstr ""
+
+msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore project repository. Please contact the administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore wiki repository. Please contact the administrator."
+msgstr ""
+
+msgid "Deleted"
+msgstr ""
+
+msgid "Deleted chat nickname: %{chat_name}!"
+msgstr ""
+
+msgid "Deleted in this version"
+msgstr ""
+
+msgid "Deleting the license failed."
+msgstr ""
+
+msgid "Deleting the license failed. The license was not found."
+msgstr ""
+
+msgid "Deleting the license failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
+msgid "Denied authorization of chat nickname %{user_name}."
+msgstr ""
+
+msgid "Deny"
+msgstr ""
+
+msgid "Dependencies"
+msgstr ""
+
+msgid "Dependencies help page link"
+msgstr ""
+
+msgid "Dependencies|%d additional vulnerability not shown"
+msgid_plural "Dependencies|%d additional vulnerabilities not shown"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%d vulnerability"
+msgid_plural "Dependencies|%d vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%{remainingLicensesCount} more"
+msgstr ""
+
+msgid "Dependencies|All"
+msgstr ""
+
+msgid "Dependencies|Component"
+msgstr ""
+
+msgid "Dependencies|Component name"
+msgstr ""
+
+msgid "Dependencies|Export as JSON"
+msgstr ""
+
+msgid "Dependencies|Job failed to generate the dependency list"
+msgstr ""
+
+msgid "Dependencies|License"
+msgstr ""
+
+msgid "Dependencies|Location"
+msgstr ""
+
+msgid "Dependencies|Packager"
+msgstr ""
+
+msgid "Dependencies|Safe"
+msgstr ""
+
+msgid "Dependencies|Status"
+msgstr ""
+
+msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
+msgstr ""
+
+msgid "Dependencies|Unsupported file(s) detected"
+msgstr ""
+
+msgid "Dependencies|Version"
+msgstr ""
+
+msgid "Dependencies|Vulnerable components"
+msgstr ""
+
+msgid "Dependency List"
+msgstr ""
+
+msgid "Dependency Proxy"
+msgstr ""
+
+msgid "Dependency Scanning"
+msgstr ""
+
+msgid "Dependency proxy"
+msgstr ""
+
+msgid "Dependency proxy URL"
+msgstr ""
+
+msgid "Dependency proxy feature is limited to public groups for now."
+msgstr ""
+
+msgid "DependencyProxy|Toggle Dependency Proxy"
+msgstr ""
+
+msgid "Depends on %d merge request being merged"
+msgid_plural "Depends on %d merge requests being merged"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Depends on <strong>%d closed</strong> merge request."
+msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy"
+msgid_plural "Deploys"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy Keys"
+msgstr ""
+
+msgid "Deploy key was successfully updated."
+msgstr ""
+
+msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
+msgstr ""
+
+msgid "Deploy to..."
+msgstr ""
+
+msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
+msgstr ""
+
+msgid "DeployKeys|+%{count} others"
+msgstr ""
+
+msgid "DeployKeys|Current project"
+msgstr ""
+
+msgid "DeployKeys|Deploy key"
+msgstr ""
+
+msgid "DeployKeys|Enabled deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error enabling deploy key"
+msgstr ""
+
+msgid "DeployKeys|Error getting deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error removing deploy key"
+msgstr ""
+
+msgid "DeployKeys|Expand %{count} other projects"
+msgstr ""
+
+msgid "DeployKeys|Loading deploy keys"
+msgstr ""
+
+msgid "DeployKeys|No deploy keys found. Create one with the form above."
+msgstr ""
+
+msgid "DeployKeys|Privately accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Project usage"
+msgstr ""
+
+msgid "DeployKeys|Publicly accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Read access only"
+msgstr ""
+
+msgid "DeployKeys|Write access allowed"
+msgstr ""
+
+msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
+msgstr ""
+
+msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
+msgstr ""
+
+msgid "DeployTokens|Add a deploy token"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the registry images"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the repository"
+msgstr ""
+
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
+
+msgid "DeployTokens|Copy username"
+msgstr ""
+
+msgid "DeployTokens|Create deploy token"
+msgstr ""
+
+msgid "DeployTokens|Created"
+msgstr ""
+
+msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
+msgstr ""
+
+msgid "DeployTokens|Deploy Tokens"
+msgstr ""
+
+msgid "DeployTokens|Deploy tokens allow read-only access to your repository and registry images."
+msgstr ""
+
+msgid "DeployTokens|Expires"
+msgstr ""
+
+msgid "DeployTokens|Name"
+msgstr ""
+
+msgid "DeployTokens|Pick a name for the application, and we'll give you a unique deploy token."
+msgstr ""
+
+msgid "DeployTokens|Revoke"
+msgstr ""
+
+msgid "DeployTokens|Revoke %{name}"
+msgstr ""
+
+msgid "DeployTokens|Scopes"
+msgstr ""
+
+msgid "DeployTokens|This action cannot be undone."
+msgstr ""
+
+msgid "DeployTokens|This project has no active Deploy Tokens."
+msgstr ""
+
+msgid "DeployTokens|Use this token as a password. Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "DeployTokens|Use this username as a login."
+msgstr ""
+
+msgid "DeployTokens|Username"
+msgstr ""
+
+msgid "DeployTokens|You are about to revoke"
+msgstr ""
+
+msgid "DeployTokens|Your New Deploy Token"
+msgstr ""
+
+msgid "DeployTokens|Your new project deploy token has been created."
+msgstr ""
+
+msgid "Deployed"
+msgstr ""
+
+msgid "Deployed to"
+msgstr ""
+
+msgid "Deploying to"
+msgstr ""
+
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
+msgid "Deprioritize label"
+msgstr ""
+
+msgid "Descending"
+msgstr ""
+
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
+msgid "Description"
+msgstr ""
+
+msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
+msgstr ""
+
+msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
+msgstr ""
+
+msgid "Description:"
+msgstr ""
+
+msgid "Descriptive label"
+msgstr ""
+
+msgid "Deselect all"
+msgstr ""
+
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
+msgid "DesignManagement|%{current_design} of %{designs_count}"
+msgstr ""
+
+msgid "DesignManagement|Add designs"
+msgstr ""
+
+msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Go back to designs"
+msgstr ""
+
+msgid "DesignManagement|Go to next design"
+msgstr ""
+
+msgid "DesignManagement|Go to previous design"
+msgstr ""
+
+msgid "DesignManagement|Keep comment"
+msgstr ""
+
+msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
+msgstr ""
+
+msgid "DesignManagement|Select all"
+msgstr ""
+
+msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
+msgstr ""
+
+msgid "DesignManagement|The one place for your designs"
+msgstr ""
+
+msgid "DesignManagement|Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date."
+msgstr ""
+
+msgid "Designs"
+msgstr ""
+
+msgid "Destroy"
+msgstr ""
+
+msgid "Details"
+msgstr ""
+
+msgid "Details (default)"
+msgstr ""
+
+msgid "Detect host keys"
+msgstr ""
+
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
+msgid "Diff content limits"
+msgstr ""
+
+msgid "Diff limits"
+msgstr ""
+
+msgid "Difference between start date and now"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(base)"
+msgstr ""
+
+msgid "Diffs|No file name available"
+msgstr ""
+
+msgid "Diffs|Show unchanged lines"
+msgstr ""
+
+msgid "Diffs|Something went wrong while fetching diff lines."
+msgstr ""
+
+msgid "Direction"
+msgstr ""
+
+msgid "Directory name"
+msgstr ""
+
+msgid "Disable"
+msgstr ""
+
+msgid "Disable for this project"
+msgstr ""
+
+msgid "Disable group Runners"
+msgstr ""
+
+msgid "Disable public access to Pages sites"
+msgstr ""
+
+msgid "Disable shared Runners"
+msgstr ""
+
+msgid "Disable two-factor authentication"
+msgstr ""
+
+msgid "Disabled"
+msgstr ""
+
+msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
+msgstr ""
+
+msgid "Discard"
+msgstr ""
+
+msgid "Discard all changes"
+msgstr ""
+
+msgid "Discard all unstaged changes?"
+msgstr ""
+
+msgid "Discard changes"
+msgstr ""
+
+msgid "Discard changes to %{path}?"
+msgstr ""
+
+msgid "Discard draft"
+msgstr ""
+
+msgid "Discard review"
+msgstr ""
+
+msgid "DiscordService|Discord Notifications"
+msgstr ""
+
+msgid "DiscordService|Receive event notifications in Discord"
+msgstr ""
+
+msgid "Discover GitLab Geo"
+msgstr ""
+
+msgid "Discover projects, groups and snippets. Share your projects with others"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved."
+msgstr ""
+
+msgid "Discuss a specific suggestion or question."
+msgstr ""
+
+msgid "Discussion"
+msgstr ""
+
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
+msgstr ""
+
+msgid "Dismiss Cycle Analytics introduction box"
+msgstr ""
+
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
+msgid "Dismiss Merge Request promotion"
+msgstr ""
+
+msgid "Dismiss trial promotion"
+msgstr ""
+
+msgid "Dismissed"
+msgstr ""
+
+msgid "Dismissed at %{projectLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
+msgstr ""
+
+msgid "Display name"
+msgstr ""
+
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
+msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
+msgstr ""
+
+msgid "Dockerfile"
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid "Documentation for popular identity providers"
+msgstr ""
+
+msgid "Doing"
+msgstr ""
+
+msgid "Domain"
+msgstr ""
+
+msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
+msgstr ""
+
+msgid "Don't have an account yet?"
+msgstr ""
+
+msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
+msgstr ""
+
+msgid "Don't show again"
+msgstr ""
+
+msgid "Don't worry, you can access this tour by clicking on the help icon in the top right corner and choose <strong>Learn GitLab</strong>."
+msgstr ""
+
+msgid "Done"
+msgstr ""
+
+msgid "Download"
+msgstr ""
+
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
+msgid "Download CSV"
+msgstr ""
+
+msgid "Download artifacts"
+msgstr ""
+
+msgid "Download as"
+msgstr ""
+
+msgid "Download asset"
+msgstr ""
+
+msgid "Download codes"
+msgstr ""
+
+msgid "Download evidence JSON"
+msgstr ""
+
+msgid "Download export"
+msgstr ""
+
+msgid "Download image"
+msgstr ""
+
+msgid "Download license"
+msgstr ""
+
+msgid "Download source code"
+msgstr ""
+
+msgid "Download this directory"
+msgstr ""
+
+msgid "DownloadCommit|Email Patches"
+msgstr ""
+
+msgid "DownloadCommit|Plain Diff"
+msgstr ""
+
+msgid "DownloadSource|Download"
+msgstr ""
+
+msgid "Downstream"
+msgstr ""
+
+msgid "Downvotes"
+msgstr ""
+
+msgid "Due date"
+msgstr ""
+
+msgid "Duration"
+msgstr ""
+
+msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
+msgstr ""
+
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states:"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Edit %{issuable}"
+msgstr ""
+
+msgid "Edit %{name}"
+msgstr ""
+
+msgid "Edit Comment"
+msgstr ""
+
+msgid "Edit Deploy Key"
+msgstr ""
+
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
+msgid "Edit Label"
+msgstr ""
+
+msgid "Edit Milestone"
+msgstr ""
+
+msgid "Edit Password"
+msgstr ""
+
+msgid "Edit Pipeline Schedule %{id}"
+msgstr ""
+
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
+msgid "Edit Snippet"
+msgstr ""
+
+msgid "Edit System Hook"
+msgstr ""
+
+msgid "Edit application"
+msgstr ""
+
+msgid "Edit board"
+msgstr ""
+
+msgid "Edit comment"
+msgstr ""
+
+msgid "Edit dashboard"
+msgstr ""
+
+msgid "Edit description"
+msgstr ""
+
+msgid "Edit environment"
+msgstr ""
+
+msgid "Edit epic description"
+msgstr ""
+
+msgid "Edit file"
+msgstr ""
+
+msgid "Edit files in the editor and commit changes here"
+msgstr ""
+
+msgid "Edit group: %{group_name}"
+msgstr ""
+
+msgid "Edit identity for %{user_name}"
+msgstr ""
+
+msgid "Edit issues"
+msgstr ""
+
+msgid "Edit public deploy key"
+msgstr ""
+
+msgid "Edit stage"
+msgstr ""
+
+msgid "Edit this release"
+msgstr ""
+
+msgid "Edit wiki page"
+msgstr ""
+
+msgid "Edit your most recent comment in a thread (from an empty textarea)"
+msgstr ""
+
+msgid "Editing"
+msgstr ""
+
+msgid "Elasticsearch"
+msgstr ""
+
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
+msgid "Elasticsearch indexing restrictions"
+msgstr ""
+
+msgid "Elasticsearch indexing started"
+msgstr ""
+
+msgid "Elasticsearch integration. Elasticsearch AWS IAM."
+msgstr ""
+
+msgid "Elastic|None. Select namespaces to index."
+msgstr ""
+
+msgid "Elastic|None. Select projects to index."
+msgstr ""
+
+msgid "Email"
+msgstr ""
+
+msgid "Email address"
+msgstr ""
+
+msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
+msgid "Email patch"
+msgstr ""
+
+msgid "Email the pipelines status to a list of recipients."
+msgstr ""
+
+msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies."
+msgstr ""
+
+msgid "EmailError|The thread you are replying to no longer exists, perhaps it was deleted? If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is for. Please create your issue or comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is in reply to. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what user corresponds to the email. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't find the project. Please check if there's any typo."
+msgstr ""
+
+msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|Your account has been blocked. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailToken|reset it"
+msgstr ""
+
+msgid "EmailToken|resetting..."
+msgstr ""
+
+msgid "Emails"
+msgstr ""
+
+msgid "Emails separated by comma"
+msgstr ""
+
+msgid "EmailsOnPushService|Disable code diffs"
+msgstr ""
+
+msgid "EmailsOnPushService|Don't include possibly sensitive code diffs in notification body."
+msgstr ""
+
+msgid "EmailsOnPushService|Email the commits and diff of each push to a list of recipients."
+msgstr ""
+
+msgid "EmailsOnPushService|Emails on push"
+msgstr ""
+
+msgid "EmailsOnPushService|Emails separated by whitespace"
+msgstr ""
+
+msgid "EmailsOnPushService|Send from committer"
+msgstr ""
+
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains})."
+msgstr ""
+
+msgid "Embed"
+msgstr ""
+
+msgid "Empty file"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable Auto DevOps"
+msgstr ""
+
+msgid "Enable HTML emails"
+msgstr ""
+
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
+msgid "Enable Pseudonymizer data collection"
+msgstr ""
+
+msgid "Enable SAML authentication for this group"
+msgstr ""
+
+msgid "Enable access to Grafana"
+msgstr ""
+
+msgid "Enable access to the Performance Bar for a given group."
+msgstr ""
+
+msgid "Enable and configure Grafana."
+msgstr ""
+
+msgid "Enable and configure InfluxDB metrics."
+msgstr ""
+
+msgid "Enable and configure Prometheus metrics."
+msgstr ""
+
+msgid "Enable classification control using an external service"
+msgstr ""
+
+msgid "Enable error tracking"
+msgstr ""
+
+msgid "Enable feature to choose access level"
+msgstr ""
+
+msgid "Enable for this project"
+msgstr ""
+
+msgid "Enable group Runners"
+msgstr ""
+
+msgid "Enable header and footer in emails"
+msgstr ""
+
+msgid "Enable mirror configuration"
+msgstr ""
+
+msgid "Enable or disable the Pseudonymizer data collection."
+msgstr ""
+
+msgid "Enable or disable version check and usage ping."
+msgstr ""
+
+msgid "Enable protected paths rate limit"
+msgstr ""
+
+msgid "Enable proxy"
+msgstr ""
+
+msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
+msgstr ""
+
+msgid "Enable shared Runners"
+msgstr ""
+
+msgid "Enable snowplow tracking"
+msgstr ""
+
+msgid "Enable two-factor authentication"
+msgstr ""
+
+msgid "Enable usage ping"
+msgstr ""
+
+msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
+msgstr ""
+
+msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
+msgstr ""
+
+msgid "Enabled"
+msgstr ""
+
+msgid "Enabled Git access protocols"
+msgstr ""
+
+msgid "Enabled sources for code import during project creation. OmniAuth must be configured for GitHub"
+msgstr ""
+
+msgid "Enabling this will only make licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public."
+msgstr ""
+
+msgid "End date"
+msgstr ""
+
+msgid "Ends at (UTC)"
+msgstr ""
+
+msgid "Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "Ensure connectivity is available from the GitLab server to the Prometheus server"
+msgstr ""
+
+msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
+msgstr ""
+
+msgid "Enter Admin Mode"
+msgstr ""
+
+msgid "Enter IP address range"
+msgstr ""
+
+msgid "Enter a number"
+msgstr ""
+
+msgid "Enter at least three characters to search"
+msgstr ""
+
+msgid "Enter board name"
+msgstr ""
+
+msgid "Enter domain"
+msgstr ""
+
+msgid "Enter in your Bitbucket Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter in your Phabricator Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter merge request URLs"
+msgstr ""
+
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
+msgid "Enter the issue description"
+msgstr ""
+
+msgid "Enter the issue title"
+msgstr ""
+
+msgid "Enter the merge request description"
+msgstr ""
+
+msgid "Enter the merge request title"
+msgstr ""
+
+msgid "Enter your password to approve"
+msgstr ""
+
+msgid "Enter zen mode"
+msgstr ""
+
+msgid "Environment"
+msgstr ""
+
+msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want."
+msgstr ""
+
+msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default"
+msgstr ""
+
+msgid "Environment:"
+msgstr ""
+
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
+msgid "Environments"
+msgstr ""
+
+msgid "Environments Dashboard"
+msgstr ""
+
+msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
+msgstr ""
+
+msgid "Environments in %{name}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add projects"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Environments Dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Job: %{job}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|More actions"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
+msgid "EnvironmentsDashboard|Remove"
+msgstr ""
+
+msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
+msgstr ""
+
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while fetching the environments."
+msgstr ""
+
+msgid "Environments|An error occurred while making the request."
+msgstr ""
+
+msgid "Environments|An error occurred while re-deploying the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while rolling back the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while stopping the environment, please try again"
+msgstr ""
+
+msgid "Environments|Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
+msgid "Environments|Commit"
+msgstr ""
+
+msgid "Environments|Deploy to..."
+msgstr ""
+
+msgid "Environments|Deployment"
+msgstr ""
+
+msgid "Environments|Environment"
+msgstr ""
+
+msgid "Environments|Environments"
+msgstr ""
+
+msgid "Environments|Environments are places where code gets deployed, such as staging or production."
+msgstr ""
+
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
+msgid "Environments|Job"
+msgstr ""
+
+msgid "Environments|Learn about environments"
+msgstr ""
+
+msgid "Environments|Learn more about stopping environments"
+msgstr ""
+
+msgid "Environments|New environment"
+msgstr ""
+
+msgid "Environments|No deployed environments"
+msgstr ""
+
+msgid "Environments|No deployments yet"
+msgstr ""
+
+msgid "Environments|No pods to display"
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file."
+msgstr ""
+
+msgid "Environments|Open live environment"
+msgstr ""
+
+msgid "Environments|Pod logs from"
+msgstr ""
+
+msgid "Environments|Re-deploy"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy to environment"
+msgstr ""
+
+msgid "Environments|Read more about environments"
+msgstr ""
+
+msgid "Environments|Rollback"
+msgstr ""
+
+msgid "Environments|Rollback environment"
+msgstr ""
+
+msgid "Environments|Rollback environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Rollback environment %{name}?"
+msgstr ""
+
+msgid "Environments|Search"
+msgstr ""
+
+msgid "Environments|Show all"
+msgstr ""
+
+msgid "Environments|Show last"
+msgstr ""
+
+msgid "Environments|Stop"
+msgstr ""
+
+msgid "Environments|Stop environment"
+msgstr ""
+
+msgid "Environments|Stopping"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|Updated"
+msgstr ""
+
+msgid "Environments|You don't have any environments right now"
+msgstr ""
+
+msgid "Environments|protected"
+msgstr ""
+
+msgid "Epic"
+msgstr ""
+
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
+msgid "Epics"
+msgstr ""
+
+msgid "Epics (Ultimate / Gold license only)"
+msgstr ""
+
+msgid "Epics Roadmap"
+msgstr ""
+
+msgid "Epics and Issues"
+msgstr ""
+
+msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
+msgstr ""
+
+msgid "Epics|Add an epic"
+msgstr ""
+
+msgid "Epics|Add an existing epic as a child epic."
+msgstr ""
+
+msgid "Epics|An error occurred while saving the %{epicDateType} date"
+msgstr ""
+
+msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?"
+msgstr ""
+
+msgid "Epics|Create an epic within this group and add it as a child epic."
+msgstr ""
+
+msgid "Epics|Create new epic"
+msgstr ""
+
+msgid "Epics|How can I solve this?"
+msgstr ""
+
+msgid "Epics|More information"
+msgstr ""
+
+msgid "Epics|Remove epic"
+msgstr ""
+
+msgid "Epics|Remove issue"
+msgstr ""
+
+msgid "Epics|Show more"
+msgstr ""
+
+msgid "Epics|Something went wrong while assigning issue to epic."
+msgstr ""
+
+msgid "Epics|Something went wrong while creating child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching group epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while ordering item."
+msgstr ""
+
+msgid "Epics|Something went wrong while removing issue from epic."
+msgstr ""
+
+msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
+msgstr ""
+
+msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?"
+msgstr ""
+
+msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a %{epicDateType} date to any issue in the epic."
+msgstr ""
+
+msgid "Epics|due"
+msgstr ""
+
+msgid "Epics|start"
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Error Details"
+msgstr ""
+
+msgid "Error Tracking"
+msgstr ""
+
+msgid "Error creating epic"
+msgstr ""
+
+msgid "Error deleting %{issuableType}"
+msgstr ""
+
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
+
+msgid "Error fetching diverging counts for branches. Please try again."
+msgstr ""
+
+msgid "Error fetching forked projects. Please try again."
+msgstr ""
+
+msgid "Error fetching labels."
+msgstr ""
+
+msgid "Error fetching network graph."
+msgstr ""
+
+msgid "Error fetching projects"
+msgstr ""
+
+msgid "Error fetching refs"
+msgstr ""
+
+msgid "Error fetching the dependency list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Error fetching usage ping data."
+msgstr ""
+
+msgid "Error loading branch data. Please try again."
+msgstr ""
+
+msgid "Error loading branches."
+msgstr ""
+
+msgid "Error loading burndown chart data"
+msgstr ""
+
+msgid "Error loading countries data."
+msgstr ""
+
+msgid "Error loading file viewer."
+msgstr ""
+
+msgid "Error loading last commit."
+msgstr ""
+
+msgid "Error loading markdown preview"
+msgstr ""
+
+msgid "Error loading merge requests."
+msgstr ""
+
+msgid "Error loading milestone tab"
+msgstr ""
+
+msgid "Error loading project data. Please try again."
+msgstr ""
+
+msgid "Error loading template types."
+msgstr ""
+
+msgid "Error loading template."
+msgstr ""
+
+msgid "Error loading viewer"
+msgstr ""
+
+msgid "Error occurred when fetching sidebar data"
+msgstr ""
+
+msgid "Error occurred when saving assignees"
+msgstr ""
+
+msgid "Error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "Error occurred while updating the issue weight"
+msgstr ""
+
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
+msgid "Error occurred. User was not blocked"
+msgstr ""
+
+msgid "Error occurred. User was not confirmed"
+msgstr ""
+
+msgid "Error occurred. User was not unblocked"
+msgstr ""
+
+msgid "Error occurred. User was not unlocked"
+msgstr ""
+
+msgid "Error rendering markdown preview"
+msgstr ""
+
+msgid "Error rendering query"
+msgstr ""
+
+msgid "Error saving label update."
+msgstr ""
+
+msgid "Error setting up editor. Please try again."
+msgstr ""
+
+msgid "Error updating %{issuableType}"
+msgstr ""
+
+msgid "Error updating status for all to-do items."
+msgstr ""
+
+msgid "Error updating status of to-do item."
+msgstr ""
+
+msgid "Error uploading file"
+msgstr ""
+
+msgid "Error uploading file: %{stripped}"
+msgstr ""
+
+msgid "Error while loading the merge request. Please try again."
+msgstr ""
+
+msgid "Error while loading the project data. Please try again."
+msgstr ""
+
+msgid "Error while migrating %{upload_id}: %{error_message}"
+msgstr ""
+
+msgid "Error with Akismet. Please check the logs for more info."
+msgstr ""
+
+msgid "ErrorTracking|Active"
+msgstr ""
+
+msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects"
+msgstr ""
+
+msgid "ErrorTracking|Auth Token"
+msgstr ""
+
+msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown."
+msgstr ""
+
+msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
+msgstr ""
+
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr ""
+
+msgid "ErrorTracking|No projects available"
+msgstr ""
+
+msgid "ErrorTracking|Select project"
+msgstr ""
+
+msgid "ErrorTracking|To enable project selection, enter a valid Auth Token"
+msgstr ""
+
+msgid "Errors"
+msgstr ""
+
+msgid "Estimated"
+msgstr ""
+
+msgid "Event Actions"
+msgstr ""
+
+msgid "EventFilterBy|Filter by all"
+msgstr ""
+
+msgid "EventFilterBy|Filter by comments"
+msgstr ""
+
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by issue events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by merge events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by push events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by team"
+msgstr ""
+
+msgid "Events"
+msgstr ""
+
+msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
+msgstr ""
+
+msgid "Every day"
+msgstr ""
+
+msgid "Every day (at 4:00am)"
+msgstr ""
+
+msgid "Every month"
+msgstr ""
+
+msgid "Every month (on the 1st at 4:00am)"
+msgstr ""
+
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
+msgid "Every week (Sundays at 4:00am)"
+msgstr ""
+
+msgid "Everyone"
+msgstr ""
+
+msgid "Everyone With Access"
+msgstr ""
+
+msgid "Everyone can contribute"
+msgstr ""
+
+msgid "Everything on your to-do list is marked as done."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using GitBook."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hexo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hugo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Jekyll."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using plain HTML."
+msgstr ""
+
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
+msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
+msgstr ""
+
+msgid "Except policy:"
+msgstr ""
+
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
+
+msgid "Existing members and groups"
+msgstr ""
+
+msgid "Existing shares"
+msgstr ""
+
+msgid "Expand"
+msgstr ""
+
+msgid "Expand all"
+msgstr ""
+
+msgid "Expand approvers"
+msgstr ""
+
+msgid "Expand down"
+msgstr ""
+
+msgid "Expand dropdown"
+msgstr ""
+
+msgid "Expand sidebar"
+msgstr ""
+
+msgid "Expand up"
+msgstr ""
+
+msgid "Expiration"
+msgstr ""
+
+msgid "Expiration date"
+msgstr ""
+
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
+msgid "Expired"
+msgstr ""
+
+msgid "Expired %{expiredOn}"
+msgstr ""
+
+msgid "Expires"
+msgstr ""
+
+msgid "Expires at"
+msgstr ""
+
+msgid "Expires in %{expires_at}"
+msgstr ""
+
+msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment."
+msgstr ""
+
+msgid "Explore"
+msgstr ""
+
+msgid "Explore GitLab"
+msgstr ""
+
+msgid "Explore Groups"
+msgstr ""
+
+msgid "Explore groups"
+msgstr ""
+
+msgid "Explore projects"
+msgstr ""
+
+msgid "Explore public groups"
+msgstr ""
+
+msgid "Export as CSV"
+msgstr ""
+
+msgid "Export issues"
+msgstr ""
+
+msgid "Export project"
+msgstr ""
+
+msgid "Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the \"New Project\" page."
+msgstr ""
+
+msgid "External Classification Policy Authorization"
+msgstr ""
+
+msgid "External ID"
+msgstr ""
+
+msgid "External URL"
+msgstr ""
+
+msgid "External Wiki"
+msgstr ""
+
+msgid "External authentication"
+msgstr ""
+
+msgid "External authorization denied access to this project"
+msgstr ""
+
+msgid "External authorization request timeout"
+msgstr ""
+
+msgid "External storage URL"
+msgstr ""
+
+msgid "External storage authentication token"
+msgstr ""
+
+msgid "ExternalAuthorizationService|Classification label"
+msgstr ""
+
+msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
+msgstr ""
+
+msgid "ExternalMetrics|Add a button to the metrics dashboard linking directly to your existing external dashboards."
+msgstr ""
+
+msgid "ExternalMetrics|Enter the URL of the dashboard you want to link to"
+msgstr ""
+
+msgid "ExternalMetrics|External Dashboard"
+msgstr ""
+
+msgid "ExternalMetrics|Full dashboard URL"
+msgstr ""
+
+msgid "ExternalWikiService|External Wiki"
+msgstr ""
+
+msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgstr ""
+
+msgid "ExternalWikiService|The URL of the external Wiki"
+msgstr ""
+
+msgid "Facebook"
+msgstr ""
+
+msgid "Failed"
+msgstr ""
+
+msgid "Failed Jobs"
+msgstr ""
+
+msgid "Failed create wiki"
+msgstr ""
+
+msgid "Failed to add a Zoom meeting"
+msgstr ""
+
+msgid "Failed to apply commands."
+msgstr ""
+
+msgid "Failed to assign a user because no user was found."
+msgstr ""
+
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
+msgstr ""
+
+msgid "Failed to create Merge Request. Please try again."
+msgstr ""
+
+msgid "Failed to create a branch for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to create repository via gitlab-shell"
+msgstr ""
+
+msgid "Failed to create resources"
+msgstr ""
+
+msgid "Failed to delete board. Please try again."
+msgstr ""
+
+msgid "Failed to deploy to"
+msgstr ""
+
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
+msgid "Failed to get ref."
+msgstr ""
+
+msgid "Failed to install."
+msgstr ""
+
+msgid "Failed to load emoji list."
+msgstr ""
+
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
+msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
+msgstr ""
+
+msgid "Failed to load groups & users."
+msgstr ""
+
+msgid "Failed to load related branches"
+msgstr ""
+
+msgid "Failed to load stacktrace."
+msgstr ""
+
+msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
+msgstr ""
+
+msgid "Failed to move this issue because label was not found."
+msgstr ""
+
+msgid "Failed to move this issue because only a single label can be provided."
+msgstr ""
+
+msgid "Failed to move this issue because target project doesn't exist."
+msgstr ""
+
+msgid "Failed to promote label due to internal error. Please contact administrators."
+msgstr ""
+
+msgid "Failed to protect the branch"
+msgstr ""
+
+msgid "Failed to protect the environment"
+msgstr ""
+
+msgid "Failed to remove a Zoom meeting"
+msgstr ""
+
+msgid "Failed to remove issue from board, please try again."
+msgstr ""
+
+msgid "Failed to remove mirror."
+msgstr ""
+
+msgid "Failed to remove the pipeline schedule"
+msgstr ""
+
+msgid "Failed to remove user identity."
+msgstr ""
+
+msgid "Failed to remove user key."
+msgstr ""
+
+msgid "Failed to reset key. Please try again."
+msgstr ""
+
+msgid "Failed to save merge conflicts resolutions. Please try again!"
+msgstr ""
+
+msgid "Failed to save new settings"
+msgstr ""
+
+msgid "Failed to save preferences (%{error_message})."
+msgstr ""
+
+msgid "Failed to save preferences."
+msgstr ""
+
+msgid "Failed to set due date because the date format is invalid."
+msgstr ""
+
+msgid "Failed to signing using smartcard authentication"
+msgstr ""
+
+msgid "Failed to update branch!"
+msgstr ""
+
+msgid "Failed to update environment!"
+msgstr ""
+
+msgid "Failed to update issue status"
+msgstr ""
+
+msgid "Failed to update issues, please try again."
+msgstr ""
+
+msgid "Failed to update tag!"
+msgstr ""
+
+msgid "Failed to update."
+msgstr ""
+
+msgid "Failed to upgrade."
+msgstr ""
+
+msgid "Failed to upload object map file"
+msgstr ""
+
+msgid "Failure"
+msgstr ""
+
+msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
+msgstr ""
+
+msgid "Fast-forward merge without a merge commit"
+msgstr ""
+
+msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
+msgstr ""
+
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
+msgid "Favicon was successfully removed."
+msgstr ""
+
+msgid "Feature Flags"
+msgstr ""
+
+msgid "Feature flag was not removed."
+msgstr ""
+
+msgid "Feature flag was successfully removed."
+msgstr ""
+
+msgid "FeatureFlags|* (All Environments)"
+msgstr ""
+
+msgid "FeatureFlags|* (All environments)"
+msgstr ""
+
+msgid "FeatureFlags|API URL"
+msgstr ""
+
+msgid "FeatureFlags|Active"
+msgstr ""
+
+msgid "FeatureFlags|All users"
+msgstr ""
+
+msgid "FeatureFlags|Configure"
+msgstr ""
+
+msgid "FeatureFlags|Configure feature flags"
+msgstr ""
+
+msgid "FeatureFlags|Create feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Delete %{name}?"
+msgstr ""
+
+msgid "FeatureFlags|Delete feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Description"
+msgstr ""
+
+msgid "FeatureFlags|Edit Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Environment Spec"
+msgstr ""
+
+msgid "FeatureFlags|Environment Specs"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag behavior is built up by creating a set of rules to define the status of target environments. A default wildcard rule %{codeStart}*%{codeEnd} for %{boldStart}All Environments%{boldEnd} is set, and you are able to add as many rules as you need by choosing environment specs below. You can toggle the behavior for each of your rules to set them %{boldStart}Active%{boldEnd} or %{boldStart}Inactive%{boldEnd}."
+msgstr ""
+
+msgid "FeatureFlags|Feature Flags"
+msgstr ""
+
+msgid "FeatureFlags|Feature flag %{name} will be removed. Are you sure?"
+msgstr ""
+
+msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality."
+msgstr ""
+
+msgid "FeatureFlags|Get started with feature flags"
+msgstr ""
+
+msgid "FeatureFlags|ID"
+msgstr ""
+
+msgid "FeatureFlags|Inactive"
+msgstr ""
+
+msgid "FeatureFlags|Inactive flag for %{scope}"
+msgstr ""
+
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
+msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
+msgstr ""
+
+msgid "FeatureFlags|Instance ID"
+msgstr ""
+
+msgid "FeatureFlags|Loading feature flags"
+msgstr ""
+
+msgid "FeatureFlags|More information"
+msgstr ""
+
+msgid "FeatureFlags|Name"
+msgstr ""
+
+msgid "FeatureFlags|New"
+msgstr ""
+
+msgid "FeatureFlags|New Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|New feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout (logged in users)"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100"
+msgstr ""
+
+msgid "FeatureFlags|Protected"
+msgstr ""
+
+msgid "FeatureFlags|Remove"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Percentage"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Strategy"
+msgstr ""
+
+msgid "FeatureFlags|Status"
+msgstr ""
+
+msgid "FeatureFlags|Target environments"
+msgstr ""
+
+msgid "FeatureFlags|There are no active feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There are no inactive feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There was an error fetching the feature flags."
+msgstr ""
+
+msgid "FeatureFlags|Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "FeatureFlags|User IDs"
+msgstr ""
+
+msgid "Feb"
+msgstr ""
+
+msgid "February"
+msgstr ""
+
+msgid "Fetching incoming email"
+msgstr ""
+
+msgid "Fetching licenses failed."
+msgstr ""
+
+msgid "Fetching licenses failed. The request endpoint was not found."
+msgstr ""
+
+msgid "Fetching licenses failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "File"
+msgid_plural "Files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
+msgid "File added"
+msgstr ""
+
+msgid "File browser"
+msgstr ""
+
+msgid "File deleted"
+msgstr ""
+
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
+msgid "File mode changed from %{a_mode} to %{b_mode}"
+msgstr ""
+
+msgid "File moved"
+msgstr ""
+
+msgid "File name"
+msgstr ""
+
+msgid "File templates"
+msgstr ""
+
+msgid "File upload error."
+msgstr ""
+
+msgid "Files"
+msgstr ""
+
+msgid "Files breadcrumb"
+msgstr ""
+
+msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
+msgstr ""
+
+msgid "Filter"
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently closed."
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently opened."
+msgstr ""
+
+msgid "Filter by commit message"
+msgstr ""
+
+msgid "Filter by milestone name"
+msgstr ""
+
+msgid "Filter by name..."
+msgstr ""
+
+msgid "Filter by two-factor authentication"
+msgstr ""
+
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
+msgid "Filter results by group"
+msgstr ""
+
+msgid "Filter results by project"
+msgstr ""
+
+msgid "Filter your projects by name"
+msgstr ""
+
+msgid "Filter..."
+msgstr ""
+
+msgid "Find by path"
+msgstr ""
+
+msgid "Find existing members by name"
+msgstr ""
+
+msgid "Find file"
+msgstr ""
+
+msgid "Find the downloaded ZIP file and decompress it."
+msgstr ""
+
+msgid "Find the newly extracted <code>Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json</code> file."
+msgstr ""
+
+msgid "Fingerprint"
+msgstr ""
+
+msgid "Fingerprints"
+msgstr ""
+
+msgid "Finish editing this message first!"
+msgstr ""
+
+msgid "Finish review"
+msgstr ""
+
+msgid "Finish setting up your dedicated account for <strong>%{group_name}</strong>."
+msgstr ""
+
+msgid "Finished"
+msgstr ""
+
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
+msgid "First day of the week"
+msgstr ""
+
+msgid "First name"
+msgstr ""
+
+msgid "First seen"
+msgstr ""
+
+msgid "Fixed date"
+msgstr ""
+
+msgid "Fixed due date"
+msgstr ""
+
+msgid "Fixed start date"
+msgstr ""
+
+msgid "Fixed:"
+msgstr ""
+
+msgid "FlowdockService|Flowdock Git source token"
+msgstr ""
+
+msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgstr ""
+
+msgid "FogBugz Email"
+msgstr ""
+
+msgid "FogBugz Import"
+msgstr ""
+
+msgid "FogBugz Password"
+msgstr ""
+
+msgid "FogBugz URL"
+msgstr ""
+
+msgid "FogBugz import"
+msgstr ""
+
+msgid "Folder/%{name}"
+msgstr ""
+
+msgid "Follow the steps below to export your Google Code project data."
+msgstr ""
+
+msgid "Font Color"
+msgstr ""
+
+msgid "Footer message"
+msgstr ""
+
+msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For more info, read the documentation."
+msgstr ""
+
+msgid "For more information, go to the "
+msgstr ""
+
+msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
+msgstr ""
+
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
+msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
+msgstr ""
+
+msgid "For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For public projects, anyone can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "Forgot your password?"
+msgstr ""
+
+msgid "Fork"
+msgstr ""
+
+msgid "Fork Error!"
+msgstr ""
+
+msgid "Fork project"
+msgstr ""
+
+msgid "Fork project?"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
+
+msgid "Forking in progress"
+msgstr ""
+
+msgid "Forking repository"
+msgstr ""
+
+msgid "Forks"
+msgstr ""
+
+msgid "Format"
+msgstr ""
+
+msgid "Format: %{dateFormat}"
+msgstr ""
+
+msgid "Forward external support email address to"
+msgstr ""
+
+msgid "Found errors in your %{gitlab_ci_yml}:"
+msgstr ""
+
+msgid "Found errors in your .gitlab-ci.yml:"
+msgstr ""
+
+msgid "Free Trial"
+msgstr ""
+
+msgid "Free Trial of GitLab.com Gold"
+msgstr ""
+
+msgid "Frequency"
+msgstr ""
+
+msgid "Friday"
+msgstr ""
+
+msgid "From"
+msgstr ""
+
+msgid "From %{providerTitle}"
+msgstr ""
+
+msgid "From %{source_title} into"
+msgstr ""
+
+msgid "From Bitbucket"
+msgstr ""
+
+msgid "From Bitbucket Server"
+msgstr ""
+
+msgid "From FogBugz"
+msgstr ""
+
+msgid "From GitLab.com"
+msgstr ""
+
+msgid "From Google Code"
+msgstr ""
+
+msgid "From issue creation until deploy to production"
+msgstr ""
+
+msgid "From merge request merge until deploy to production"
+msgstr ""
+
+msgid "From the Kubernetes cluster details view, install Runner from the applications list"
+msgstr ""
+
+msgid "Full name"
+msgstr ""
+
+msgid "GPG Key ID:"
+msgstr ""
+
+msgid "GPG Keys"
+msgstr ""
+
+msgid "GPG keys allow you to verify signed commits."
+msgstr ""
+
+msgid "GPG signature (loading...)"
+msgstr ""
+
+msgid "General"
+msgstr ""
+
+msgid "General Settings"
+msgstr ""
+
+msgid "General pipelines"
+msgstr ""
+
+msgid "Generate a default set of labels"
+msgstr ""
+
+msgid "Generate key"
+msgstr ""
+
+msgid "Generate link to chart"
+msgstr ""
+
+msgid "Generate new export"
+msgstr ""
+
+msgid "Geo"
+msgstr ""
+
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
+msgid "Geo Nodes"
+msgstr ""
+
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
+msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
+msgstr ""
+
+msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is failing or broken."
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
+msgstr ""
+
+msgid "GeoNodes|Attachments"
+msgstr ""
+
+msgid "GeoNodes|Checksummed"
+msgstr ""
+
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
+msgid "GeoNodes|Data is out of date from %{timeago}"
+msgstr ""
+
+msgid "GeoNodes|Data replication lag"
+msgstr ""
+
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
+msgid "GeoNodes|Does not match the primary storage configuration"
+msgstr ""
+
+msgid "GeoNodes|Failed"
+msgstr ""
+
+msgid "GeoNodes|Full"
+msgstr ""
+
+msgid "GeoNodes|GitLab version"
+msgstr ""
+
+msgid "GeoNodes|GitLab version does not match the primary node version"
+msgstr ""
+
+msgid "GeoNodes|Health status"
+msgstr ""
+
+msgid "GeoNodes|Internal URL"
+msgstr ""
+
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
+msgid "GeoNodes|Last event ID processed by cursor"
+msgstr ""
+
+msgid "GeoNodes|Last event ID seen from primary"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository verification"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki verification"
+msgstr ""
+
+msgid "GeoNodes|Loading nodes"
+msgstr ""
+
+msgid "GeoNodes|New node"
+msgstr ""
+
+msgid "GeoNodes|Node Authentication was successfully repaired."
+msgstr ""
+
+msgid "GeoNodes|Node URL"
+msgstr ""
+
+msgid "GeoNodes|Node was successfully removed."
+msgstr ""
+
+msgid "GeoNodes|Not checksummed"
+msgstr ""
+
+msgid "GeoNodes|Out of sync"
+msgstr ""
+
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Replication slot WAL"
+msgstr ""
+
+msgid "GeoNodes|Replication slots"
+msgstr ""
+
+msgid "GeoNodes|Repositories"
+msgstr ""
+
+msgid "GeoNodes|Repositories checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Repositories verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Repository verification progress"
+msgstr ""
+
+msgid "GeoNodes|Selective"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while changing node status"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while fetching nodes"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while removing node"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while repairing node"
+msgstr ""
+
+msgid "GeoNodes|Storage config"
+msgstr ""
+
+msgid "GeoNodes|Sync settings"
+msgstr ""
+
+msgid "GeoNodes|Synced"
+msgstr ""
+
+msgid "GeoNodes|Unused slots"
+msgstr ""
+
+msgid "GeoNodes|Unverified"
+msgstr ""
+
+msgid "GeoNodes|Used slots"
+msgstr ""
+
+msgid "GeoNodes|Verified"
+msgstr ""
+
+msgid "GeoNodes|Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Wiki verification progress"
+msgstr ""
+
+msgid "GeoNodes|Wikis"
+msgstr ""
+
+msgid "GeoNodes|Wikis checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Wikis verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
+msgstr ""
+
+msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for forced re-download"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|All"
+msgstr ""
+
+msgid "Geo|All projects"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|Allow this secondary node to replicate content on Object Storage"
+msgstr ""
+
+msgid "Geo|Batch operations"
+msgstr ""
+
+msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "Geo|Container repositories sync capacity"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of container repository operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of verification operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the minimum interval in days that a repository should be reverified for this primary node"
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing project."
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing upload."
+msgstr ""
+
+msgid "Geo|Failed"
+msgstr ""
+
+msgid "Geo|File sync capacity"
+msgstr ""
+
+msgid "Geo|Geo Status"
+msgstr ""
+
+msgid "Geo|Groups to synchronize"
+msgstr ""
+
+msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
+msgstr ""
+
+msgid "Geo|In sync"
+msgstr ""
+
+msgid "Geo|Internal URL (optional)"
+msgstr ""
+
+msgid "Geo|Last repository check run"
+msgstr ""
+
+msgid "Geo|Last successful sync"
+msgstr ""
+
+msgid "Geo|Last sync attempt"
+msgstr ""
+
+msgid "Geo|Last time verified"
+msgstr ""
+
+msgid "Geo|Never"
+msgstr ""
+
+msgid "Geo|Next sync scheduled at"
+msgstr ""
+
+msgid "Geo|Not synced yet"
+msgstr ""
+
+msgid "Geo|Pending"
+msgstr ""
+
+msgid "Geo|Pending synchronization"
+msgstr ""
+
+msgid "Geo|Pending verification"
+msgstr ""
+
+msgid "Geo|Please refer to Geo Troubleshooting."
+msgstr ""
+
+msgid "Geo|Project"
+msgstr ""
+
+msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
+msgstr ""
+
+msgid "Geo|Projects in certain groups"
+msgstr ""
+
+msgid "Geo|Projects in certain storage shards"
+msgstr ""
+
+msgid "Geo|Re-verification interval"
+msgstr ""
+
+msgid "Geo|Redownload"
+msgstr ""
+
+msgid "Geo|Remove"
+msgstr ""
+
+msgid "Geo|Repository sync capacity"
+msgstr ""
+
+msgid "Geo|Resync"
+msgstr ""
+
+msgid "Geo|Resync all projects"
+msgstr ""
+
+msgid "Geo|Retry count"
+msgstr ""
+
+msgid "Geo|Reverify"
+msgstr ""
+
+msgid "Geo|Reverify all projects"
+msgstr ""
+
+msgid "Geo|Select groups to replicate."
+msgstr ""
+
+msgid "Geo|Selective synchronization"
+msgstr ""
+
+msgid "Geo|Shards to synchronize"
+msgstr ""
+
+msgid "Geo|Status"
+msgstr ""
+
+msgid "Geo|Sync"
+msgstr ""
+
+msgid "Geo|Synced"
+msgstr ""
+
+msgid "Geo|Synced at"
+msgstr ""
+
+msgid "Geo|Synchronization failed - %{error}"
+msgstr ""
+
+msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
+msgstr ""
+
+msgid "Geo|The database is currently %{db_lag} behind the primary node."
+msgstr ""
+
+msgid "Geo|The node is currently %{minutes_behind} behind the primary node."
+msgstr ""
+
+msgid "Geo|This is a primary node"
+msgstr ""
+
+msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry will be removed. Are you sure?"
+msgstr ""
+
+msgid "Geo|URL"
+msgstr ""
+
+msgid "Geo|Unknown state"
+msgstr ""
+
+msgid "Geo|Verification capacity"
+msgstr ""
+
+msgid "Geo|Verification failed - %{error}"
+msgstr ""
+
+msgid "Geo|Waiting for scheduler"
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. If you want to make changes, you must visit this page on the %{primary_node}."
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+msgstr ""
+
+msgid "Geo|misconfigured"
+msgstr ""
+
+msgid "Geo|primary"
+msgstr ""
+
+msgid "Geo|secondary"
+msgstr ""
+
+msgid "Get a free instance review"
+msgstr ""
+
+msgid "Get started with error tracking"
+msgstr ""
+
+msgid "Get started with performance monitoring"
+msgstr ""
+
+msgid "Get started!"
+msgstr ""
+
+msgid "Getting started with releases"
+msgstr ""
+
+msgid "Git"
+msgstr ""
+
+msgid "Git LFS is not enabled on this GitLab server, contact your admin."
+msgstr ""
+
+msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will <strong>not</strong> be synced in push mirrors."
+msgstr ""
+
+msgid "Git global setup"
+msgstr ""
+
+msgid "Git repository URL"
+msgstr ""
+
+msgid "Git revision"
+msgstr ""
+
+msgid "Git shallow clone"
+msgstr ""
+
+msgid "Git strategy for pipelines"
+msgstr ""
+
+msgid "Git version"
+msgstr ""
+
+msgid "GitHub import"
+msgstr ""
+
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
+msgid "GitLab CI Linter has been moved"
+msgstr ""
+
+msgid "GitLab Enterprise Edition %{plan}"
+msgstr ""
+
+msgid "GitLab Group Runners can execute code for all the projects in this group."
+msgstr ""
+
+msgid "GitLab Import"
+msgstr ""
+
+msgid "GitLab Issue"
+msgstr ""
+
+msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
+msgstr ""
+
+msgid "GitLab User"
+msgstr ""
+
+msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
+msgstr ""
+
+msgid "GitLab commit"
+msgstr ""
+
+msgid "GitLab for Slack"
+msgstr ""
+
+msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
+msgstr ""
+
+msgid "GitLab member or Email address"
+msgstr ""
+
+msgid "GitLab metadata URL"
+msgstr ""
+
+msgid "GitLab project export"
+msgstr ""
+
+msgid "GitLab restart is required to apply changes"
+msgstr ""
+
+msgid "GitLab single sign on URL"
+msgstr ""
+
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
+msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "GitLab.com import"
+msgstr ""
+
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
+msgid "Gitaly"
+msgstr ""
+
+msgid "Gitaly Servers"
+msgstr ""
+
+msgid "Gitaly|Address"
+msgstr ""
+
+msgid "Gitea Host URL"
+msgstr ""
+
+msgid "Gitea Import"
+msgstr ""
+
+msgid "Gitlab CI/CD"
+msgstr ""
+
+msgid "Gitlab Pages"
+msgstr ""
+
+msgid "Given access %{time_ago}"
+msgstr ""
+
+msgid "Given epic is already related to this epic."
+msgstr ""
+
+msgid "Global Shortcuts"
+msgstr ""
+
+msgid "Global notification settings"
+msgstr ""
+
+msgid "Go Back"
+msgstr ""
+
+msgid "Go Micro is a framework for micro service development."
+msgstr ""
+
+msgid "Go back"
+msgstr ""
+
+msgid "Go back (while searching for files)"
+msgstr ""
+
+msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
+msgstr ""
+
+msgid "Go full screen"
+msgstr ""
+
+msgid "Go to"
+msgstr ""
+
+msgid "Go to %{link_to_google_takeout}."
+msgstr ""
+
+msgid "Go to commits"
+msgstr ""
+
+msgid "Go to environments"
+msgstr ""
+
+msgid "Go to file"
+msgstr ""
+
+msgid "Go to file (MRs only)"
+msgstr ""
+
+msgid "Go to file permalink (while viewing a file)"
+msgstr ""
+
+msgid "Go to files"
+msgstr ""
+
+msgid "Go to find file"
+msgstr ""
+
+msgid "Go to issue boards"
+msgstr ""
+
+msgid "Go to issues"
+msgstr ""
+
+msgid "Go to jobs"
+msgstr ""
+
+msgid "Go to kubernetes"
+msgstr ""
+
+msgid "Go to merge requests"
+msgstr ""
+
+msgid "Go to metrics"
+msgstr ""
+
+msgid "Go to parent"
+msgstr ""
+
+msgid "Go to project"
+msgstr ""
+
+msgid "Go to releases"
+msgstr ""
+
+msgid "Go to repository charts"
+msgstr ""
+
+msgid "Go to repository graph"
+msgstr ""
+
+msgid "Go to snippets"
+msgstr ""
+
+msgid "Go to the activity feed"
+msgstr ""
+
+msgid "Go to the milestone list"
+msgstr ""
+
+msgid "Go to the project's activity feed"
+msgstr ""
+
+msgid "Go to the project's overview page"
+msgstr ""
+
+msgid "Go to wiki"
+msgstr ""
+
+msgid "Go to your To-Do list"
+msgstr ""
+
+msgid "Go to your fork"
+msgstr ""
+
+msgid "Go to your groups"
+msgstr ""
+
+msgid "Go to your issues"
+msgstr ""
+
+msgid "Go to your merge requests"
+msgstr ""
+
+msgid "Go to your projects"
+msgstr ""
+
+msgid "Go to your snippets"
+msgstr ""
+
+msgid "Golden Tanuki"
+msgstr ""
+
+msgid "Google Cloud Platform"
+msgstr ""
+
+msgid "Google Code import"
+msgstr ""
+
+msgid "Google Takeout"
+msgstr ""
+
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Got it"
+msgstr ""
+
+msgid "Got it!"
+msgstr ""
+
+msgid "Grafana URL"
+msgstr ""
+
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
+msgid "Grant access"
+msgstr ""
+
+msgid "Graph"
+msgstr ""
+
+msgid "Gravatar"
+msgstr ""
+
+msgid "Gravatar enabled"
+msgstr ""
+
+msgid "Group"
+msgstr ""
+
+msgid "Group %{group_name} was scheduled for deletion."
+msgstr ""
+
+msgid "Group %{group_name} was successfully created."
+msgstr ""
+
+msgid "Group CI/CD settings"
+msgstr ""
+
+msgid "Group Git LFS status:"
+msgstr ""
+
+msgid "Group Hooks"
+msgstr ""
+
+msgid "Group ID"
+msgstr ""
+
+msgid "Group ID: %{group_id}"
+msgstr ""
+
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
+msgid "Group Runners"
+msgstr ""
+
+msgid "Group SAML must be enabled to test"
+msgstr ""
+
+msgid "Group URL"
+msgstr ""
+
+msgid "Group avatar"
+msgstr ""
+
+msgid "Group description"
+msgstr ""
+
+msgid "Group description (optional)"
+msgstr ""
+
+msgid "Group details"
+msgstr ""
+
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
+msgid "Group info:"
+msgstr ""
+
+msgid "Group maintainers can register group runners in the %{link}"
+msgstr ""
+
+msgid "Group members"
+msgstr ""
+
+msgid "Group name"
+msgstr ""
+
+msgid "Group overview"
+msgstr ""
+
+msgid "Group overview content"
+msgstr ""
+
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
+msgid "Group pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "Group variables (inherited)"
+msgstr ""
+
+msgid "Group was successfully updated."
+msgstr ""
+
+msgid "Group: %{group_name}"
+msgstr ""
+
+msgid "Group: %{name}"
+msgstr ""
+
+msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
+msgstr ""
+
+msgid "GroupRoadmap|From %{dateWord}"
+msgstr ""
+
+msgid "GroupRoadmap|Something went wrong while fetching epics"
+msgstr ""
+
+msgid "GroupRoadmap|Sorry, no epics matched your search"
+msgstr ""
+
+msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your epics in this group or its subgroups; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|Until %{dateWord}"
+msgstr ""
+
+msgid "GroupSAML|Certificate fingerprint"
+msgstr ""
+
+msgid "GroupSAML|Configuration"
+msgstr ""
+
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|Enable SAML authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only membership for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforced SSO"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
+msgstr ""
+
+msgid "GroupSAML|Identity"
+msgstr ""
+
+msgid "GroupSAML|Identity provider single sign on URL"
+msgstr ""
+
+msgid "GroupSAML|Make sure you save this token — you won't be able to access it again."
+msgstr ""
+
+msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
+msgstr ""
+
+msgid "GroupSAML|Members"
+msgstr ""
+
+msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
+msgstr ""
+
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On Settings"
+msgstr ""
+
+msgid "GroupSAML|SCIM API endpoint URL"
+msgstr ""
+
+msgid "GroupSAML|SCIM Token"
+msgstr ""
+
+msgid "GroupSAML|SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"."
+msgstr ""
+
+msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
+msgstr ""
+
+msgid "GroupSAML|To be able to enable enforced SSO, you first need to enable SAML authentication."
+msgstr ""
+
+msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+msgstr ""
+
+msgid "GroupSAML|Toggle SAML authentication"
+msgstr ""
+
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
+msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
+msgstr ""
+
+msgid "GroupSAML|Your SCIM token"
+msgstr ""
+
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Badges"
+msgstr ""
+
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "GroupSettings|Custom project templates"
+msgstr ""
+
+msgid "GroupSettings|Customize your group badges."
+msgstr ""
+
+msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
+msgstr ""
+
+msgid "GroupSettings|Disable email notifications"
+msgstr ""
+
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
+msgid "GroupSettings|Learn more about badges."
+msgstr ""
+
+msgid "GroupSettings|Learn more about group-level project templates."
+msgstr ""
+
+msgid "GroupSettings|New runners registration token has been generated!"
+msgstr ""
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
+msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
+msgstr ""
+
+msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
+msgstr ""
+
+msgid "GroupSettings|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually."
+msgstr ""
+
+msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
+msgstr ""
+
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
+msgstr ""
+
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
+msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
+msgstr ""
+
+msgid "Groups"
+msgstr ""
+
+msgid "Groups (%{count})"
+msgstr ""
+
+msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
+msgstr ""
+
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Groups with access to <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "GroupsDropdown|Frequently visited"
+msgstr ""
+
+msgid "GroupsDropdown|Groups you visit often will appear here"
+msgstr ""
+
+msgid "GroupsDropdown|Loading groups"
+msgstr ""
+
+msgid "GroupsDropdown|Search your groups"
+msgstr ""
+
+msgid "GroupsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "GroupsDropdown|Sorry, no groups matched your search"
+msgstr ""
+
+msgid "GroupsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "GroupsEmptyState|A group is a collection of several projects."
+msgstr ""
+
+msgid "GroupsEmptyState|If you organize your projects under a group, it works like a folder."
+msgstr ""
+
+msgid "GroupsEmptyState|No groups found"
+msgstr ""
+
+msgid "GroupsEmptyState|You can manage your group member’s permissions and access to each project in the group."
+msgstr ""
+
+msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" group?"
+msgstr ""
+
+msgid "GroupsTree|Create a project in this group."
+msgstr ""
+
+msgid "GroupsTree|Create a subgroup in this group."
+msgstr ""
+
+msgid "GroupsTree|Edit group"
+msgstr ""
+
+msgid "GroupsTree|Failed to leave the group. Please make sure you are not the only owner."
+msgstr ""
+
+msgid "GroupsTree|Leave this group"
+msgstr ""
+
+msgid "GroupsTree|Loading groups"
+msgstr ""
+
+msgid "GroupsTree|No groups matched your search"
+msgstr ""
+
+msgid "GroupsTree|No groups or projects matched your search"
+msgstr ""
+
+msgid "GroupsTree|Search by name"
+msgstr ""
+
+msgid "Guideline"
+msgstr ""
+
+msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
+msgstr ""
+
+msgid "Hashed repository storage paths"
+msgstr ""
+
+msgid "Have your users email"
+msgstr ""
+
+msgid "Header logo was successfully removed."
+msgstr ""
+
+msgid "Header message"
+msgstr ""
+
+msgid "Health Check"
+msgstr ""
+
+msgid "Health information can be retrieved from the following endpoints. More information is available"
+msgstr ""
+
+msgid "HealthCheck|Access token is"
+msgstr ""
+
+msgid "HealthCheck|Healthy"
+msgstr ""
+
+msgid "HealthCheck|No Health Problems Detected"
+msgstr ""
+
+msgid "HealthCheck|Unhealthy"
+msgstr ""
+
+msgid "Hello there"
+msgstr ""
+
+msgid "Help"
+msgstr ""
+
+msgid "Help page"
+msgstr ""
+
+msgid "Help page text and support page url."
+msgstr ""
+
+msgid "Helps prevent bots from brute-force attacks."
+msgstr ""
+
+msgid "Helps prevent bots from creating accounts."
+msgstr ""
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr ""
+
+msgid "Hide file browser"
+msgstr ""
+
+msgid "Hide group projects"
+msgstr ""
+
+msgid "Hide host keys manual input"
+msgstr ""
+
+msgid "Hide marketing-related entries from help"
+msgstr ""
+
+msgid "Hide payload"
+msgstr ""
+
+msgid "Hide shared projects"
+msgstr ""
+
+msgid "Hide stage"
+msgstr ""
+
+msgid "Hide value"
+msgid_plural "Hide values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Hide values"
+msgstr ""
+
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
+msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
+msgstr ""
+
+msgid "Highest role:"
+msgstr ""
+
+msgid "History"
+msgstr ""
+
+msgid "History of authentications"
+msgstr ""
+
+msgid "Hook execution failed. Ensure the group has a project with commits."
+msgstr ""
+
+msgid "Hook was successfully created."
+msgstr ""
+
+msgid "Hook was successfully updated."
+msgstr ""
+
+msgid "Housekeeping"
+msgstr ""
+
+msgid "Housekeeping successfully started"
+msgstr ""
+
+msgid "Housekeeping, export, path, transfer, remove, archive."
+msgstr ""
+
+msgid "How it works"
+msgstr ""
+
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
+msgid "How many replicas each Elasticsearch shard has."
+msgstr ""
+
+msgid "How many shards to split the Elasticsearch index over."
+msgstr ""
+
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
+msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
+msgstr ""
+
+msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
+msgstr ""
+
+msgid "I accept the %{terms_link}"
+msgstr ""
+
+msgid "I accept the|Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "I forgot my password"
+msgstr ""
+
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr ""
+
+msgid "I'd like to receive updates via email about GitLab"
+msgstr ""
+
+msgid "ID"
+msgstr ""
+
+msgid "ID:"
+msgstr ""
+
+msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation."
+msgstr ""
+
+msgid "IDE|Back"
+msgstr ""
+
+msgid "IDE|Client side evaluation"
+msgstr ""
+
+msgid "IDE|Commit"
+msgstr ""
+
+msgid "IDE|Edit"
+msgstr ""
+
+msgid "IDE|Get started with Live Preview"
+msgstr ""
+
+msgid "IDE|Go to project"
+msgstr ""
+
+msgid "IDE|Live Preview"
+msgstr ""
+
+msgid "IDE|Open in file view"
+msgstr ""
+
+msgid "IDE|Preview your web application using Web IDE client-side evaluation."
+msgstr ""
+
+msgid "IDE|Refresh preview"
+msgstr ""
+
+msgid "IDE|Review"
+msgstr ""
+
+msgid "IDE|Successful commit"
+msgstr ""
+
+msgid "IP Address"
+msgstr ""
+
+msgid "IP address restriction is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "IP subnet restriction only allowed for top-level groups"
+msgstr ""
+
+msgid "Identifier"
+msgstr ""
+
+msgid "Identifiers"
+msgstr ""
+
+msgid "Identities"
+msgstr ""
+
+msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "If checked, group owners can manage LDAP group links and LDAP member overrides"
+msgstr ""
+
+msgid "If checked, new group memberships and permissions can only be added via LDAP synchronization"
+msgstr ""
+
+msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
+msgstr ""
+
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr ""
+
+msgid "If disabled, the access level will depend on the user's permissions in the project."
+msgstr ""
+
+msgid "If enabled"
+msgstr ""
+
+msgid "If enabled, access to projects will be validated on an external service using their classification label."
+msgstr ""
+
+msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
+msgstr ""
+
+msgid "If this was a mistake you can leave the %{source_type}."
+msgstr ""
+
+msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
+msgstr ""
+
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
+msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgstr ""
+
+msgid "If your HTTP repository is not publicly accessible, add your credentials."
+msgstr ""
+
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
+msgid "ImageDiffViewer|2-up"
+msgstr ""
+
+msgid "ImageDiffViewer|Onion skin"
+msgstr ""
+
+msgid "ImageDiffViewer|Swipe"
+msgstr ""
+
+msgid "ImageViewerDimensions|H"
+msgstr ""
+
+msgid "ImageViewerDimensions|W"
+msgstr ""
+
+msgid "Impersonation has been disabled"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
+msgid "Import CSV"
+msgstr ""
+
+msgid "Import Projects from Gitea"
+msgstr ""
+
+msgid "Import all compatible projects"
+msgstr ""
+
+msgid "Import all projects"
+msgstr ""
+
+msgid "Import all repositories"
+msgstr ""
+
+msgid "Import an exported GitLab project"
+msgstr ""
+
+msgid "Import in progress"
+msgstr ""
+
+msgid "Import issues"
+msgstr ""
+
+msgid "Import members"
+msgstr ""
+
+msgid "Import members from another project"
+msgstr ""
+
+msgid "Import multiple repositories by uploading a manifest file."
+msgstr ""
+
+msgid "Import project"
+msgstr ""
+
+msgid "Import project members"
+msgstr ""
+
+msgid "Import projects from Bitbucket"
+msgstr ""
+
+msgid "Import projects from Bitbucket Server"
+msgstr ""
+
+msgid "Import projects from FogBugz"
+msgstr ""
+
+msgid "Import projects from GitLab.com"
+msgstr ""
+
+msgid "Import projects from Google Code"
+msgstr ""
+
+msgid "Import repositories from Bitbucket Server"
+msgstr ""
+
+msgid "Import repositories from GitHub"
+msgstr ""
+
+msgid "Import repository"
+msgstr ""
+
+msgid "Import tasks"
+msgstr ""
+
+msgid "Import tasks from Phabricator into issues"
+msgstr ""
+
+msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds"
+msgstr ""
+
+msgid "Import/Export illustration"
+msgstr ""
+
+msgid "ImportButtons|Connect repositories from"
+msgstr ""
+
+msgid "ImportProjects|Blocked import URL: %{message}"
+msgstr ""
+
+msgid "ImportProjects|Error importing repository %{project_safe_import_url} into %{project_full_path} - %{message}"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed"
+msgstr ""
+
+msgid "ImportProjects|Requesting your %{provider} repositories failed"
+msgstr ""
+
+msgid "ImportProjects|Select the projects you want to import"
+msgstr ""
+
+msgid "ImportProjects|The remote data could not be imported."
+msgstr ""
+
+msgid "ImportProjects|The repository could not be created."
+msgstr ""
+
+msgid "ImportProjects|Update of imported projects with realtime changes failed"
+msgstr ""
+
+msgid "Improve Issue boards"
+msgstr ""
+
+msgid "Improve Issue boards with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve issues management with Issue weight and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve search with Advanced Global Search and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgstr ""
+
+msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
+msgstr ""
+
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
+msgid "In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Incident Management Limits"
+msgstr ""
+
+msgid "Incidents"
+msgstr ""
+
+msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept."
+msgstr ""
+
+msgid "Include author name in notification email body"
+msgstr ""
+
+msgid "Include merge request description"
+msgstr ""
+
+msgid "Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>."
+msgstr ""
+
+msgid "Includes LFS objects. It can be overridden per group, or per project. 0 for unlimited."
+msgstr ""
+
+msgid "Includes an MVC structure to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, Gemfile, Rakefile, along with many others, to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, mvnw and pom.xml to help you get started."
+msgstr ""
+
+msgid "Incoming email"
+msgstr ""
+
+msgid "Incompatible Project"
+msgstr ""
+
+msgid "Incompatible options set!"
+msgstr ""
+
+msgid "Index all projects"
+msgstr ""
+
+msgid "Indicates whether this runner can pick jobs without tags"
+msgstr ""
+
+msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
+msgstr ""
+
+msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
+msgstr ""
+
+msgid "Inherited:"
+msgstr ""
+
+msgid "Inline"
+msgstr ""
+
+msgid "Input host keys manually"
+msgstr ""
+
+msgid "Input your repository URL"
+msgstr ""
+
+msgid "Insert a quote"
+msgstr ""
+
+msgid "Insert code"
+msgstr ""
+
+msgid "Insert suggestion"
+msgstr ""
+
+msgid "Insights"
+msgstr ""
+
+msgid "Install"
+msgstr ""
+
+msgid "Install GitLab Runner"
+msgstr ""
+
+msgid "Install Runner on Kubernetes"
+msgstr ""
+
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
+
+msgid "Install on clusters"
+msgstr ""
+
+msgid "Installed"
+msgstr ""
+
+msgid "Installing"
+msgstr ""
+
+msgid "Instance"
+msgid_plural "Instances"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Instance Statistics visibility"
+msgstr ""
+
+msgid "Instance administrators group already exists"
+msgstr ""
+
+msgid "Instance does not support multiple Kubernetes clusters"
+msgstr ""
+
+msgid "Instance license"
+msgstr ""
+
+msgid "Integrations"
+msgstr ""
+
+msgid "Integrations Settings"
+msgstr ""
+
+msgid "Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "Internal"
+msgstr ""
+
+msgid "Internal - The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "Internal - The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "Internal users"
+msgstr ""
+
+msgid "Interval Pattern"
+msgstr ""
+
+msgid "Introducing Cycle Analytics"
+msgstr ""
+
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
+msgstr ""
+
+msgid "Invalid Insights config file detected"
+msgstr ""
+
+msgid "Invalid Login or password"
+msgstr ""
+
+msgid "Invalid URL"
+msgstr ""
+
+msgid "Invalid date"
+msgstr ""
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
+msgid "Invalid feature"
+msgstr ""
+
+msgid "Invalid field"
+msgstr ""
+
+msgid "Invalid file."
+msgstr ""
+
+msgid "Invalid import params"
+msgstr ""
+
+msgid "Invalid input, please avoid emojis"
+msgstr ""
+
+msgid "Invalid login or password"
+msgstr ""
+
+msgid "Invalid pin code"
+msgstr ""
+
+msgid "Invalid query"
+msgstr ""
+
+msgid "Invalid repository path"
+msgstr ""
+
+msgid "Invalid server response"
+msgstr ""
+
+msgid "Invalid start or end time format"
+msgstr ""
+
+msgid "Invalid two-factor code."
+msgstr ""
+
+msgid "Invitation"
+msgstr ""
+
+msgid "Invite"
+msgstr ""
+
+msgid "Invite \"%{trimmed}\" by email"
+msgstr ""
+
+msgid "Invite group"
+msgstr ""
+
+msgid "Invite member"
+msgstr ""
+
+msgid "Invocations"
+msgstr ""
+
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
+msgid "Is using license seat:"
+msgstr ""
+
+msgid "IssuableStatus|Closed"
+msgstr ""
+
+msgid "IssuableStatus|Closed (%{link})"
+msgstr ""
+
+msgid "IssuableStatus|duplicated"
+msgstr ""
+
+msgid "IssuableStatus|moved"
+msgstr ""
+
+msgid "IssuableStatus|promoted"
+msgstr ""
+
+msgid "Issue"
+msgstr ""
+
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
+msgid "Issue Boards"
+msgstr ""
+
+msgid "Issue board focus mode"
+msgstr ""
+
+msgid "Issue cannot be found."
+msgstr ""
+
+msgid "Issue events"
+msgstr ""
+
+msgid "Issue template (optional)"
+msgstr ""
+
+msgid "Issue update failed"
+msgstr ""
+
+msgid "Issue was closed by %{name} %{reason}"
+msgstr ""
+
+msgid "Issue weight"
+msgstr ""
+
+msgid "IssueBoards|Board"
+msgstr ""
+
+msgid "IssueBoards|Boards"
+msgstr ""
+
+msgid "IssueBoards|Create new board"
+msgstr ""
+
+msgid "IssueBoards|Delete board"
+msgstr ""
+
+msgid "IssueBoards|No matching boards found"
+msgstr ""
+
+msgid "IssueBoards|Some of your boards are hidden, activate a license to see them again."
+msgstr ""
+
+msgid "IssueBoards|Switch board"
+msgstr ""
+
+msgid "IssueTracker|Bugzilla issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|GitLab issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Redmine issue tracker"
+msgstr ""
+
+msgid "IssueTracker|YouTrack issue tracker"
+msgstr ""
+
+msgid "Issues"
+msgstr ""
+
+msgid "Issues / Merge Requests"
+msgstr ""
+
+msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
+msgstr ""
+
+msgid "Issues closed"
+msgstr ""
+
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
+msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
+msgstr ""
+
+msgid "Issues, merge requests, pushes, and comments."
+msgstr ""
+
+msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
+msgstr ""
+
+msgid "IssuesAnalytics|Avg/Month:"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created per month"
+msgstr ""
+
+msgid "IssuesAnalytics|Last 12 months"
+msgstr ""
+
+msgid "IssuesAnalytics|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "IssuesAnalytics|There are no issues for the projects in your group"
+msgstr ""
+
+msgid "IssuesAnalytics|To widen your search, change or remove filters in the filter bar above"
+msgstr ""
+
+msgid "IssuesAnalytics|Total:"
+msgstr ""
+
+msgid "Issue|Title"
+msgstr ""
+
+msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
+msgstr ""
+
+msgid "It's you"
+msgstr ""
+
+msgid "Jaeger URL"
+msgstr ""
+
+msgid "Jaeger tracing"
+msgstr ""
+
+msgid "Jan"
+msgstr ""
+
+msgid "January"
+msgstr ""
+
+msgid "JiraService|Events for %{noteable_model_name} are disabled."
+msgstr ""
+
+msgid "JiraService|If different from Web URL"
+msgstr ""
+
+msgid "JiraService|Jira API URL"
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
+msgstr ""
+
+msgid "JiraService|Jira issue tracker"
+msgstr ""
+
+msgid "JiraService|Password or API token"
+msgstr ""
+
+msgid "JiraService|Transition ID(s)"
+msgstr ""
+
+msgid "JiraService|Use , or ; to separate multiple transition IDs"
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version"
+msgstr ""
+
+msgid "JiraService|Username or Email"
+msgstr ""
+
+msgid "JiraService|Web URL"
+msgstr ""
+
+msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
+msgstr ""
+
+msgid "Job"
+msgstr ""
+
+msgid "Job Failed #%{build_id}"
+msgstr ""
+
+msgid "Job ID"
+msgstr ""
+
+msgid "Job has been erased"
+msgstr ""
+
+msgid "Job has been successfully erased!"
+msgstr ""
+
+msgid "Job has wrong arguments format."
+msgstr ""
+
+msgid "Job is missing the `model_type` argument."
+msgstr ""
+
+msgid "Job is stuck. Check runners."
+msgstr ""
+
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job was retried"
+msgstr ""
+
+msgid "Jobs"
+msgstr ""
+
+msgid "Job|Browse"
+msgstr ""
+
+msgid "Job|Complete Raw"
+msgstr ""
+
+msgid "Job|Download"
+msgstr ""
+
+msgid "Job|Erase job log"
+msgstr ""
+
+msgid "Job|Job artifacts"
+msgstr ""
+
+msgid "Job|Job has been erased"
+msgstr ""
+
+msgid "Job|Job has been erased by"
+msgstr ""
+
+msgid "Job|Keep"
+msgstr ""
+
+msgid "Job|Pipeline"
+msgstr ""
+
+msgid "Job|Scroll to bottom"
+msgstr ""
+
+msgid "Job|Scroll to top"
+msgstr ""
+
+msgid "Job|Show complete raw"
+msgstr ""
+
+msgid "Job|The artifacts were removed"
+msgstr ""
+
+msgid "Job|The artifacts will be removed"
+msgstr ""
+
+msgid "Job|This job failed because the necessary resources were not successfully created."
+msgstr ""
+
+msgid "Job|This job is stuck because the project doesn't have any runners online assigned to it."
+msgstr ""
+
+msgid "Job|for"
+msgstr ""
+
+msgid "Job|into"
+msgstr ""
+
+msgid "Job|with"
+msgstr ""
+
+msgid "Join Zoom meeting"
+msgstr ""
+
+msgid "Jul"
+msgstr ""
+
+msgid "July"
+msgstr ""
+
+msgid "Jump to first unresolved discussion"
+msgstr ""
+
+msgid "Jump to next unresolved discussion"
+msgstr ""
+
+msgid "Jun"
+msgstr ""
+
+msgid "June"
+msgstr ""
+
+msgid "Key"
+msgstr ""
+
+msgid "Key (PEM)"
+msgstr ""
+
+msgid "Key: %{key}"
+msgstr ""
+
+msgid "Keyboard Shortcuts"
+msgstr ""
+
+msgid "Kubernetes"
+msgstr ""
+
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes Cluster"
+msgstr ""
+
+msgid "Kubernetes Clusters"
+msgstr ""
+
+msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
+msgstr ""
+
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
+
+msgid "Kubernetes cluster integration was successfully removed."
+msgstr ""
+
+msgid "Kubernetes cluster was successfully updated."
+msgstr ""
+
+msgid "Kubernetes configured"
+msgstr ""
+
+msgid "Kubernetes deployment not found"
+msgstr ""
+
+msgid "Kubernetes error: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes popover"
+msgstr ""
+
+msgid "LDAP"
+msgstr ""
+
+msgid "LDAP settings"
+msgstr ""
+
+msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
+msgstr ""
+
+msgid "LFS"
+msgstr ""
+
+msgid "LFS objects"
+msgstr ""
+
+msgid "LFSStatus|Disabled"
+msgstr ""
+
+msgid "LFSStatus|Enabled"
+msgstr ""
+
+msgid "LICENSE"
+msgstr ""
+
+msgid "Label"
+msgstr ""
+
+msgid "Label actions dropdown"
+msgstr ""
+
+msgid "Label lists show all issues with the selected label."
+msgstr ""
+
+msgid "Label was created"
+msgstr ""
+
+msgid "Label was removed"
+msgstr ""
+
+msgid "Label was successfully updated."
+msgstr ""
+
+msgid "LabelSelect|%{firstLabelName} +%{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|%{labelsString}, and %{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|Labels"
+msgstr ""
+
+msgid "Labels"
+msgstr ""
+
+msgid "Labels can be applied to %{features}. Group labels are available for any project within the group."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests to categorize them."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests."
+msgstr ""
+
+msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgstr ""
+
+msgid "Labels|Promote Label"
+msgstr ""
+
+msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. This action cannot be reversed."
+msgstr ""
+
+msgid "Labels|and %{count} more"
+msgstr ""
+
+msgid "Language"
+msgstr ""
+
+msgid "Large File Storage"
+msgstr ""
+
+msgid "Last %d day"
+msgid_plural "Last %d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Last %{days} days"
+msgstr ""
+
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Last Pipeline"
+msgstr ""
+
+msgid "Last Seen"
+msgstr ""
+
+msgid "Last accessed on"
+msgstr ""
+
+msgid "Last activity"
+msgstr ""
+
+msgid "Last commit"
+msgstr ""
+
+msgid "Last contact"
+msgstr ""
+
+msgid "Last edited %{date}"
+msgstr ""
+
+msgid "Last edited by %{name}"
+msgstr ""
+
+msgid "Last name"
+msgstr ""
+
+msgid "Last reply by"
+msgstr ""
+
+msgid "Last repository check run"
+msgstr ""
+
+msgid "Last seen"
+msgstr ""
+
+msgid "Last successful sync"
+msgstr ""
+
+msgid "Last successful update"
+msgstr ""
+
+msgid "Last time verified"
+msgstr ""
+
+msgid "Last update"
+msgstr ""
+
+msgid "Last update attempt"
+msgstr ""
+
+msgid "Last updated"
+msgstr ""
+
+msgid "Last used"
+msgstr ""
+
+msgid "Last used on:"
+msgstr ""
+
+msgid "LastCommit|authored"
+msgstr ""
+
+msgid "LastPushEvent|You pushed to"
+msgstr ""
+
+msgid "LastPushEvent|at"
+msgstr ""
+
+msgid "Latest changes"
+msgstr ""
+
+msgid "Latest pipeline for the most recent commit on this branch"
+msgstr ""
+
+msgid "Lead"
+msgstr ""
+
+msgid "Learn GitLab"
+msgstr ""
+
+msgid "Learn More"
+msgstr ""
+
+msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
+msgstr ""
+
+msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab."
+msgstr ""
+
+msgid "Learn more"
+msgstr ""
+
+msgid "Learn more about Auto DevOps"
+msgstr ""
+
+msgid "Learn more about Kubernetes"
+msgstr ""
+
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
+msgid "Learn more about Web Terminal"
+msgstr ""
+
+msgid "Learn more about adding certificates to your project by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "Learn more about approvals."
+msgstr ""
+
+msgid "Learn more about custom project templates"
+msgstr ""
+
+msgid "Learn more about deploying to a cluster"
+msgstr ""
+
+msgid "Learn more about group-level project templates"
+msgstr ""
+
+msgid "Learn more about signing commits"
+msgstr ""
+
+msgid "Learn more about the dependency list"
+msgstr ""
+
+msgid "Learn more in the"
+msgstr ""
+
+msgid "Learn more in the|pipeline schedules documentation"
+msgstr ""
+
+msgid "Leave"
+msgstr ""
+
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
+msgid "Leave edit mode? All unsaved changes will be lost."
+msgstr ""
+
+msgid "Leave group"
+msgstr ""
+
+msgid "Leave project"
+msgstr ""
+
+msgid "Leave the \"File type\" and \"Delivery method\" options on their default values."
+msgstr ""
+
+msgid "Let's Encrypt does not accept emails on example.com"
+msgstr ""
+
+msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) that gives digital certificates in order to enable HTTPS (SSL/TLS) for websites. Learn more about Let's Encrypt configuration by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid "License Compliance"
+msgstr ""
+
+msgid "License-Check"
+msgstr ""
+
+msgid "LicenseCompliance|Add a license"
+msgstr ""
+
+msgid "LicenseCompliance|Add licenses manually to approve or blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Approve"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license?"
+msgstr ""
+
+msgid "LicenseCompliance|Approved"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license?"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklisted"
+msgstr ""
+
+msgid "LicenseCompliance|Cancel"
+msgstr ""
+
+msgid "LicenseCompliance|Here you can approve or blacklist licenses for this project. Using %{ci} or %{license} will allow you to see if there are any unmanaged licenses and approve or blacklist them in merge request."
+msgstr ""
+
+msgid "LicenseCompliance|License"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected no new licenses"
+msgstr ""
+
+msgid "LicenseCompliance|License details"
+msgstr ""
+
+msgid "LicenseCompliance|License name"
+msgstr ""
+
+msgid "LicenseCompliance|Packages"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license?"
+msgstr ""
+
+msgid "LicenseCompliance|Submit"
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgstr ""
+
+msgid "LicenseCompliance|This license already exists in this project."
+msgstr ""
+
+msgid "LicenseCompliance|URL"
+msgstr ""
+
+msgid "LicenseCompliance|You are about to remove the license, %{name}, from this project."
+msgstr ""
+
+msgid "Licensed Features"
+msgstr ""
+
+msgid "Licensed to"
+msgstr ""
+
+msgid "Licenses"
+msgstr ""
+
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
+msgid "Limit display of time tracking units to hours."
+msgstr ""
+
+msgid "Limit namespaces and projects that can be indexed"
+msgstr ""
+
+msgid "Limited to showing %d event at most"
+msgid_plural "Limited to showing %d events at most"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
+msgstr ""
+
+msgid "Linked emails (%{email_count})"
+msgstr ""
+
+msgid "Linked issues"
+msgstr ""
+
+msgid "LinkedIn"
+msgstr ""
+
+msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "List"
+msgstr ""
+
+msgid "List Settings"
+msgstr ""
+
+msgid "List Your Gitea Repositories"
+msgstr ""
+
+msgid "List available repositories"
+msgstr ""
+
+msgid "List of IPs and CIDRs of allowed secondary nodes. Comma-separated, e.g. \"1.1.1.1, 2.2.2.0/24\""
+msgstr ""
+
+msgid "List the merge requests that must be merged before this one."
+msgstr ""
+
+msgid "List view"
+msgstr ""
+
+msgid "List your Bitbucket Server repositories"
+msgstr ""
+
+msgid "Live preview"
+msgstr ""
+
+msgid "Loading contribution stats for group members"
+msgstr ""
+
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Loading functions timed out. Please reload the page to try again."
+msgstr ""
+
+msgid "Loading issues"
+msgstr ""
+
+msgid "Loading snippet"
+msgstr ""
+
+msgid "Loading the GitLab IDE..."
+msgstr ""
+
+msgid "Loading..."
+msgstr ""
+
+msgid "Loading…"
+msgstr ""
+
+msgid "Localization"
+msgstr ""
+
+msgid "Lock"
+msgstr ""
+
+msgid "Lock %{issuableDisplayName}"
+msgstr ""
+
+msgid "Lock memberships to LDAP synchronization"
+msgstr ""
+
+msgid "Lock not found"
+msgstr ""
+
+msgid "Lock the discussion"
+msgstr ""
+
+msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgstr ""
+
+msgid "Lock to current projects"
+msgstr ""
+
+msgid "Locked"
+msgstr ""
+
+msgid "Locked Files"
+msgstr ""
+
+msgid "Locked by %{fileLockUserName}"
+msgstr ""
+
+msgid "Locked the discussion."
+msgstr ""
+
+msgid "Locked to current projects"
+msgstr ""
+
+msgid "Locks give the ability to lock specific file or folder."
+msgstr ""
+
+msgid "Locks the discussion."
+msgstr ""
+
+msgid "Login with smartcard"
+msgstr ""
+
+msgid "Logo was successfully removed."
+msgstr ""
+
+msgid "Logs"
+msgstr ""
+
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
+msgid "MERGED"
+msgstr ""
+
+msgid "MRApprovals|Approved by"
+msgstr ""
+
+msgid "MRApprovals|Approvers"
+msgstr ""
+
+msgid "MRApprovals|Pending approvals"
+msgstr ""
+
+msgid "MRDiff|Show changes only"
+msgstr ""
+
+msgid "MRDiff|Show full file"
+msgstr ""
+
+msgid "Made this issue confidential."
+msgstr ""
+
+msgid "Make and review changes in the browser with the Web IDE"
+msgstr ""
+
+msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
+msgstr ""
+
+msgid "Make issue confidential"
+msgstr ""
+
+msgid "Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "Make sure you're logged into the account that owns the projects you'd like to import."
+msgstr ""
+
+msgid "Makes this issue confidential."
+msgstr ""
+
+msgid "Malformed string"
+msgstr ""
+
+msgid "Manage"
+msgstr ""
+
+msgid "Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki."
+msgstr ""
+
+msgid "Manage Web IDE features"
+msgstr ""
+
+msgid "Manage access"
+msgstr ""
+
+msgid "Manage all notifications"
+msgstr ""
+
+msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage group labels"
+msgstr ""
+
+msgid "Manage labels"
+msgstr ""
+
+msgid "Manage project labels"
+msgstr ""
+
+msgid "Manage two-factor authentication"
+msgstr ""
+
+msgid "Manifest"
+msgstr ""
+
+msgid "Manifest file import"
+msgstr ""
+
+msgid "Manual job"
+msgstr ""
+
+msgid "ManualOrdering|Couldn't save the order of the issues"
+msgstr ""
+
+msgid "Map a FogBugz account ID to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a full email address"
+msgstr ""
+
+msgid "Map a Google Code user to a full name"
+msgstr ""
+
+msgid "Mar"
+msgstr ""
+
+msgid "March"
+msgstr ""
+
+msgid "Mark To Do as done"
+msgstr ""
+
+msgid "Mark as done"
+msgstr ""
+
+msgid "Mark as resolved"
+msgstr ""
+
+msgid "Mark comment as resolved"
+msgstr ""
+
+msgid "Mark this issue as a duplicate of another issue"
+msgstr ""
+
+msgid "Mark this issue as related to another issue"
+msgstr ""
+
+msgid "Markdown"
+msgstr ""
+
+msgid "Markdown Help"
+msgstr ""
+
+msgid "Markdown enabled"
+msgstr ""
+
+msgid "Markdown is supported"
+msgstr ""
+
+msgid "Marked To Do as done."
+msgstr ""
+
+msgid "Marked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marked this issue as a duplicate of %{duplicate_param}."
+msgstr ""
+
+msgid "Marked this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Marks To Do as done."
+msgstr ""
+
+msgid "Marks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marks this issue as a duplicate of %{duplicate_reference}."
+msgstr ""
+
+msgid "Marks this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Match not found; try refining your search query."
+msgstr ""
+
+msgid "MattermostService|Add to Mattermost"
+msgstr ""
+
+msgid "MattermostService|Command trigger word"
+msgstr ""
+
+msgid "MattermostService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "MattermostService|Request URL"
+msgstr ""
+
+msgid "MattermostService|Request method"
+msgstr ""
+
+msgid "MattermostService|Response icon"
+msgstr ""
+
+msgid "MattermostService|Response username"
+msgstr ""
+
+msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
+msgstr ""
+
+msgid "MattermostService|Suggestions:"
+msgstr ""
+
+msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
+msgstr ""
+
+msgid "Maven Metadata"
+msgstr ""
+
+msgid "Max access level"
+msgstr ""
+
+msgid "Max seats used"
+msgstr ""
+
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
+msgid "Maximum artifacts size (MB)"
+msgstr ""
+
+msgid "Maximum attachment size (MB)"
+msgstr ""
+
+msgid "Maximum capacity"
+msgstr ""
+
+msgid "Maximum delay (Minutes)"
+msgstr ""
+
+msgid "Maximum job timeout"
+msgstr ""
+
+msgid "Maximum job timeout has a value which could not be accepted"
+msgstr ""
+
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
+msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgstr ""
+
+msgid "Maximum push size (MB)"
+msgstr ""
+
+msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
+msgstr ""
+
+msgid "May"
+msgstr ""
+
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
+msgid "Median"
+msgstr ""
+
+msgid "Medium vulnerabilities present"
+msgstr ""
+
+msgid "Member lock"
+msgstr ""
+
+msgid "Member since %{date}"
+msgstr ""
+
+msgid "Members"
+msgstr ""
+
+msgid "Members can be added by project <i>Maintainers</i> or <i>Owners</i>"
+msgstr ""
+
+msgid "Members of <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
+msgid "Merge"
+msgstr ""
+
+msgid "Merge (when the pipeline succeeds)"
+msgstr ""
+
+msgid "Merge Request"
+msgstr ""
+
+msgid "Merge Request Approvals"
+msgstr ""
+
+msgid "Merge Requests"
+msgstr ""
+
+msgid "Merge Requests created"
+msgstr ""
+
+msgid "Merge Requests in Review"
+msgstr ""
+
+msgid "Merge commit message"
+msgstr ""
+
+msgid "Merge events"
+msgstr ""
+
+msgid "Merge immediately"
+msgstr ""
+
+msgid "Merge in progress"
+msgstr ""
+
+msgid "Merge options"
+msgstr ""
+
+msgid "Merge request"
+msgstr ""
+
+msgid "Merge request %{iid} authored by %{authorName}"
+msgstr ""
+
+msgid "Merge request approvals"
+msgstr ""
+
+msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
+msgstr ""
+
+msgid "Merge request dependencies"
+msgstr ""
+
+msgid "Merge requests"
+msgstr ""
+
+msgid "Merge requests are a place to propose changes you've made to a project and discuss those changes with others"
+msgstr ""
+
+msgid "Merge requests are read-only in a secondary Geo node"
+msgstr ""
+
+msgid "Merge when pipeline succeeds"
+msgstr ""
+
+msgid "MergeConflict|Commit to source branch"
+msgstr ""
+
+msgid "MergeConflict|Committing..."
+msgstr ""
+
+msgid "MergeConflict|HEAD//our changes"
+msgstr ""
+
+msgid "MergeConflict|Use ours"
+msgstr ""
+
+msgid "MergeConflict|Use theirs"
+msgstr ""
+
+msgid "MergeConflict|conflict"
+msgstr ""
+
+msgid "MergeConflict|conflicts"
+msgstr ""
+
+msgid "MergeConflict|origin//their changes"
+msgstr ""
+
+msgid "MergeRequests|Add a reply"
+msgstr ""
+
+msgid "MergeRequests|An error occurred while saving the draft comment."
+msgstr ""
+
+msgid "MergeRequests|Failed to squash. Should be done manually."
+msgstr ""
+
+msgid "MergeRequests|Jump to next unresolved discussion"
+msgstr ""
+
+msgid "MergeRequests|Reply..."
+msgstr ""
+
+msgid "MergeRequests|Resolve this thread in a new issue"
+msgstr ""
+
+msgid "MergeRequests|Saving the comment failed"
+msgstr ""
+
+msgid "MergeRequests|Squash task canceled: another squash is already in progress."
+msgstr ""
+
+msgid "MergeRequests|Thread stays resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread stays unresolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be unresolved"
+msgstr ""
+
+msgid "MergeRequests|Toggle comments for this file"
+msgstr ""
+
+msgid "MergeRequests|View file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|View replaced file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|commented on commit %{commitLink}"
+msgstr ""
+
+msgid "MergeRequests|started a thread"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}an old version of the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Error loading full diff. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Filter files or search with %{modifier_key}+p"
+msgstr ""
+
+msgid "MergeRequest|No files found"
+msgstr ""
+
+msgid "Merged"
+msgstr ""
+
+msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Merges this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
+msgid "Messages"
+msgstr ""
+
+msgid "Method"
+msgstr ""
+
+msgid "Metric was successfully added."
+msgstr ""
+
+msgid "Metric was successfully updated."
+msgstr ""
+
+msgid "MetricChart|Please select a metric"
+msgstr ""
+
+msgid "MetricChart|Selected"
+msgstr ""
+
+msgid "Metrics"
+msgstr ""
+
+msgid "Metrics - Grafana"
+msgstr ""
+
+msgid "Metrics - Influx"
+msgstr ""
+
+msgid "Metrics - Prometheus"
+msgstr ""
+
+msgid "Metrics Dashboard"
+msgstr ""
+
+msgid "Metrics and profiling"
+msgstr ""
+
+msgid "Metrics for environment"
+msgstr ""
+
+msgid "Metrics|Add metric"
+msgstr ""
+
+msgid "Metrics|Avg"
+msgstr ""
+
+msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
+msgstr ""
+
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
+msgid "Metrics|Create metric"
+msgstr ""
+
+msgid "Metrics|Delete metric"
+msgstr ""
+
+msgid "Metrics|Delete metric?"
+msgstr ""
+
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
+msgid "Metrics|Edit metric"
+msgstr ""
+
+msgid "Metrics|Environment"
+msgstr ""
+
+msgid "Metrics|For grouping similar metrics"
+msgstr ""
+
+msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
+msgstr ""
+
+msgid "Metrics|Legend label (optional)"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
+msgid "Metrics|Must be a valid PromQL query."
+msgstr ""
+
+msgid "Metrics|New metric"
+msgstr ""
+
+msgid "Metrics|PromQL query is valid"
+msgstr ""
+
+msgid "Metrics|Prometheus Query Documentation"
+msgstr ""
+
+msgid "Metrics|Show last"
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the environments data, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error getting deployment information."
+msgstr ""
+
+msgid "Metrics|There was an error getting environments information."
+msgstr ""
+
+msgid "Metrics|There was an error trying to validate your query"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgstr ""
+
+msgid "Metrics|Unit label"
+msgstr ""
+
+msgid "Metrics|Used as a title for the chart"
+msgstr ""
+
+msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
+msgstr ""
+
+msgid "Metrics|Validating query"
+msgstr ""
+
+msgid "Metrics|Y-axis label"
+msgstr ""
+
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
+msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
+msgstr ""
+
+msgid "Metrics|e.g. HTTP requests"
+msgstr ""
+
+msgid "Metrics|e.g. Requests/second"
+msgstr ""
+
+msgid "Metrics|e.g. Throughput"
+msgstr ""
+
+msgid "Metrics|e.g. rate(http_requests_total[5m])"
+msgstr ""
+
+msgid "Metrics|e.g. req/sec"
+msgstr ""
+
+msgid "Microsoft Azure"
+msgstr ""
+
+msgid "Migrated %{success_count}/%{total_count} files."
+msgstr ""
+
+msgid "Migration successful."
+msgstr ""
+
+msgid "Milestone"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Milestone lists not available with your current license"
+msgstr ""
+
+msgid "Milestone lists show all issues from the selected milestone."
+msgstr ""
+
+msgid "Milestones"
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle} and remove it from %{issuesWithCount} and %{mergeRequestsWithCount}. Once deleted, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle}. This milestone is not currently used in any issues or merge requests."
+msgstr ""
+
+msgid "Milestones|Delete milestone"
+msgstr ""
+
+msgid "Milestones|Delete milestone %{milestoneTitle}?"
+msgstr ""
+
+msgid "Milestones|Failed to delete milestone %{milestoneTitle}"
+msgstr ""
+
+msgid "Milestones|Milestone %{milestoneTitle} was not found"
+msgstr ""
+
+msgid "Milestones|Promote %{milestoneTitle} to group milestone?"
+msgstr ""
+
+msgid "Milestones|Promote Milestone"
+msgstr ""
+
+msgid "Milestones|Promoting %{milestoneTitle} will make it available for all projects inside %{groupName}. Existing project milestones with the same title will be merged."
+msgstr ""
+
+msgid "Milestones|This action cannot be reversed."
+msgstr ""
+
+msgid "Minimum capacity to be available before we schedule more mirrors preemptively."
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters"
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters."
+msgstr ""
+
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
+msgid "Minutes"
+msgstr ""
+
+msgid "Mirror direction"
+msgstr ""
+
+msgid "Mirror repository"
+msgstr ""
+
+msgid "Mirror user"
+msgstr ""
+
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
+msgid "Mirrored repositories"
+msgstr ""
+
+msgid "Mirroring repositories"
+msgstr ""
+
+msgid "Mirroring settings were successfully updated."
+msgstr ""
+
+msgid "Mirroring settings were successfully updated. The project is being updated."
+msgstr ""
+
+msgid "Mirroring was successfully disabled."
+msgstr ""
+
+msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
+msgstr ""
+
+msgid "Missing commit signatures endpoint!"
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|add an SSH key"
+msgstr ""
+
+msgid "Modal|Cancel"
+msgstr ""
+
+msgid "Modal|Close"
+msgstr ""
+
+msgid "Modified in this version"
+msgstr ""
+
+msgid "Modify commit message"
+msgstr ""
+
+msgid "Modify commit messages"
+msgstr ""
+
+msgid "Modify merge commit"
+msgstr ""
+
+msgid "Monday"
+msgstr ""
+
+msgid "Monitor your errors by integrating with Sentry."
+msgstr ""
+
+msgid "Monitoring"
+msgstr ""
+
+msgid "Months"
+msgstr ""
+
+msgid "More"
+msgstr ""
+
+msgid "More Information"
+msgstr ""
+
+msgid "More Slack commands"
+msgstr ""
+
+msgid "More actions"
+msgstr ""
+
+msgid "More details"
+msgstr ""
+
+msgid "More info"
+msgstr ""
+
+msgid "More information"
+msgstr ""
+
+msgid "More information and share feedback"
+msgstr ""
+
+msgid "More information is available|here"
+msgstr ""
+
+msgid "More than %{number_commits_distance} commits different with %{default_branch}"
+msgstr ""
+
+msgid "Most stars"
+msgstr ""
+
+msgid "Mount point %{mounted_as} not found in %{model_class}."
+msgstr ""
+
+msgid "Move"
+msgstr ""
+
+msgid "Move issue"
+msgstr ""
+
+msgid "Move issue from one column of the board to another"
+msgstr ""
+
+msgid "Move selection down"
+msgstr ""
+
+msgid "Move selection up"
+msgstr ""
+
+msgid "Move this issue to another project."
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue due to insufficient permissions!"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue to project it originates from!"
+msgstr ""
+
+msgid "Moved issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moved this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Moves issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moves this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Multiple issue boards"
+msgstr ""
+
+msgid "Multiple model types found: %{model_types}"
+msgstr ""
+
+msgid "Multiple uploaders found: %{uploader_types}"
+msgstr ""
+
+msgid "My-Reaction"
+msgstr ""
+
+msgid "Name"
+msgstr ""
+
+msgid "Name has already been taken"
+msgstr ""
+
+msgid "Name new label"
+msgstr ""
+
+msgid "Name your individual key via a title"
+msgstr ""
+
+msgid "Name:"
+msgstr ""
+
+msgid "Namespace: %{namespace}"
+msgstr ""
+
+msgid "Namespaces to index"
+msgstr ""
+
+msgid "Naming, topics, avatar"
+msgstr ""
+
+msgid "Naming, visibility"
+msgstr ""
+
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
+msgid "Nav|Help"
+msgstr ""
+
+msgid "Nav|Home"
+msgstr ""
+
+msgid "Nav|Sign In / Register"
+msgstr ""
+
+msgid "Nav|Sign out and sign in with a different account"
+msgstr ""
+
+msgid "Need help?"
+msgstr ""
+
+msgid "Network"
+msgstr ""
+
+msgid "Never"
+msgstr ""
+
+msgid "New"
+msgstr ""
+
+msgid "New Application"
+msgstr ""
+
+msgid "New Environment"
+msgstr ""
+
+msgid "New Geo Node"
+msgstr ""
+
+msgid "New Group"
+msgstr ""
+
+msgid "New Group Name"
+msgstr ""
+
+msgid "New Identity"
+msgstr ""
+
+msgid "New Issue"
+msgid_plural "New Issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "New Label"
+msgstr ""
+
+msgid "New Milestone"
+msgstr ""
+
+msgid "New Pages Domain"
+msgstr ""
+
+msgid "New Password"
+msgstr ""
+
+msgid "New Pipeline Schedule"
+msgstr ""
+
+msgid "New Project"
+msgstr ""
+
+msgid "New Snippet"
+msgstr ""
+
+msgid "New branch"
+msgstr ""
+
+msgid "New branch unavailable"
+msgstr ""
+
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
+msgid "New deploy key"
+msgstr ""
+
+msgid "New directory"
+msgstr ""
+
+msgid "New environment"
+msgstr ""
+
+msgid "New epic"
+msgstr ""
+
+msgid "New epic title"
+msgstr ""
+
+msgid "New file"
+msgstr ""
+
+msgid "New group"
+msgstr ""
+
+msgid "New health check access token has been generated!"
+msgstr ""
+
+msgid "New identity"
+msgstr ""
+
+msgid "New issue"
+msgstr ""
+
+msgid "New issue title"
+msgstr ""
+
+msgid "New label"
+msgstr ""
+
+msgid "New merge request"
+msgstr ""
+
+msgid "New milestone"
+msgstr ""
+
+msgid "New password"
+msgstr ""
+
+msgid "New pipelines will cancel older, pending pipelines on the same branch"
+msgstr ""
+
+msgid "New project"
+msgstr ""
+
+msgid "New runners registration token has been generated!"
+msgstr ""
+
+msgid "New schedule"
+msgstr ""
+
+msgid "New snippet"
+msgstr ""
+
+msgid "New subgroup"
+msgstr ""
+
+msgid "New tag"
+msgstr ""
+
+msgid "New users set to external"
+msgstr ""
+
+msgid "New! Suggest changes directly"
+msgstr ""
+
+msgid "New..."
+msgstr ""
+
+msgid "Newly registered users will by default be external"
+msgstr ""
+
+msgid "Next"
+msgstr ""
+
+msgid "Next file in diff (MRs only)"
+msgstr ""
+
+msgid "Next unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Nickname"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No %{header} for this request."
+msgstr ""
+
+msgid "No %{providerTitle} repositories found"
+msgstr ""
+
+msgid "No Design Repositories match this filter"
+msgstr ""
+
+msgid "No Epic"
+msgstr ""
+
+msgid "No Label"
+msgstr ""
+
+msgid "No Milestone"
+msgstr ""
+
+msgid "No Scopes"
+msgstr ""
+
+msgid "No Tag"
+msgstr ""
+
+msgid "No active admin user found"
+msgstr ""
+
+msgid "No activities found"
+msgstr ""
+
+msgid "No application_settings found"
+msgstr ""
+
+msgid "No authentication methods configured."
+msgstr ""
+
+msgid "No available namespaces to fork the project."
+msgstr ""
+
+msgid "No branches found"
+msgstr ""
+
+msgid "No changes"
+msgstr ""
+
+msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}"
+msgstr ""
+
+msgid "No connection could be made to a Gitaly Server, please check your logs!"
+msgstr ""
+
+msgid "No contributions"
+msgstr ""
+
+msgid "No contributions were found"
+msgstr ""
+
+msgid "No credit card required."
+msgstr ""
+
+msgid "No data found"
+msgstr ""
+
+msgid "No data to display"
+msgstr ""
+
+msgid "No deployment platform available"
+msgstr ""
+
+msgid "No deployments found"
+msgstr ""
+
+msgid "No due date"
+msgstr ""
+
+msgid "No endpoint provided"
+msgstr ""
+
+msgid "No errors to display."
+msgstr ""
+
+msgid "No estimate or time spent"
+msgstr ""
+
+msgid "No file chosen"
+msgstr ""
+
+msgid "No file hooks found."
+msgstr ""
+
+msgid "No file selected"
+msgstr ""
+
+msgid "No files"
+msgstr ""
+
+msgid "No files found."
+msgstr ""
+
+msgid "No forks are available to you."
+msgstr ""
+
+msgid "No job log"
+msgstr ""
+
+msgid "No jobs to show"
+msgstr ""
+
+msgid "No labels with such name or description"
+msgstr ""
+
+msgid "No license. All rights reserved"
+msgstr ""
+
+msgid "No licenses found."
+msgstr ""
+
+msgid "No matching results"
+msgstr ""
+
+msgid "No merge requests found"
+msgstr ""
+
+msgid "No messages were logged"
+msgstr ""
+
+msgid "No milestones to show"
+msgstr ""
+
+msgid "No other labels with such name or description"
+msgstr ""
+
+msgid "No parent group"
+msgstr ""
+
+msgid "No pods available"
+msgstr ""
+
+msgid "No preview for this file type"
+msgstr ""
+
+msgid "No prioritized labels with such name or description"
+msgstr ""
+
+msgid "No public groups"
+msgstr ""
+
+msgid "No repository"
+msgstr ""
+
+msgid "No required pipeline"
+msgstr ""
+
+msgid "No runners found"
+msgstr ""
+
+msgid "No schedules"
+msgstr ""
+
+msgid "No starrers matched your search"
+msgstr ""
+
+msgid "No start date"
+msgstr ""
+
+msgid "No template"
+msgstr ""
+
+msgid "No value set by top-level parent group."
+msgstr ""
+
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
+msgid "No, directly import the existing email addresses and usernames."
+msgstr ""
+
+msgid "No, not interested right now"
+msgstr ""
+
+msgid "Nobody has starred this repository yet"
+msgstr ""
+
+msgid "Node was successfully created."
+msgstr ""
+
+msgid "Node was successfully updated."
+msgstr ""
+
+msgid "Nodes"
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "Not Implemented"
+msgstr ""
+
+msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
+msgstr ""
+
+msgid "Not available"
+msgstr ""
+
+msgid "Not available for private projects"
+msgstr ""
+
+msgid "Not available for protected branches"
+msgstr ""
+
+msgid "Not confidential"
+msgstr ""
+
+msgid "Not enough data"
+msgstr ""
+
+msgid "Not found."
+msgstr ""
+
+msgid "Not helpful"
+msgstr ""
+
+msgid "Not now"
+msgstr ""
+
+msgid "Not ready yet. Try again later."
+msgstr ""
+
+msgid "Not started"
+msgstr ""
+
+msgid "Note"
+msgstr ""
+
+msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "NoteForm|Note"
+msgstr ""
+
+msgid "Notes|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Notes|Collapse replies"
+msgstr ""
+
+msgid "Notes|Show all activity"
+msgstr ""
+
+msgid "Notes|Show comments only"
+msgstr ""
+
+msgid "Notes|Show history only"
+msgstr ""
+
+msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
+msgstr ""
+
+msgid "Nothing to preview."
+msgstr ""
+
+msgid "Notification events"
+msgstr ""
+
+msgid "Notification setting"
+msgstr ""
+
+msgid "Notification setting - %{notification_title}"
+msgstr ""
+
+msgid "Notification settings saved"
+msgstr ""
+
+msgid "NotificationEvent|Close issue"
+msgstr ""
+
+msgid "NotificationEvent|Close merge request"
+msgstr ""
+
+msgid "NotificationEvent|Failed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Merge merge request"
+msgstr ""
+
+msgid "NotificationEvent|New epic"
+msgstr ""
+
+msgid "NotificationEvent|New issue"
+msgstr ""
+
+msgid "NotificationEvent|New merge request"
+msgstr ""
+
+msgid "NotificationEvent|New note"
+msgstr ""
+
+msgid "NotificationEvent|New release"
+msgstr ""
+
+msgid "NotificationEvent|Reassign issue"
+msgstr ""
+
+msgid "NotificationEvent|Reassign merge request"
+msgstr ""
+
+msgid "NotificationEvent|Reopen issue"
+msgstr ""
+
+msgid "NotificationEvent|Successful pipeline"
+msgstr ""
+
+msgid "NotificationLevel|Custom"
+msgstr ""
+
+msgid "NotificationLevel|Disabled"
+msgstr ""
+
+msgid "NotificationLevel|Global"
+msgstr ""
+
+msgid "NotificationLevel|On mention"
+msgstr ""
+
+msgid "NotificationLevel|Participate"
+msgstr ""
+
+msgid "NotificationLevel|Watch"
+msgstr ""
+
+msgid "NotificationSetting|Custom"
+msgstr ""
+
+msgid "Notifications"
+msgstr ""
+
+msgid "Notifications have been disabled by the project or group owner"
+msgstr ""
+
+msgid "Notifications off"
+msgstr ""
+
+msgid "Notifications on"
+msgstr ""
+
+msgid "Nov"
+msgstr ""
+
+msgid "November"
+msgstr ""
+
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
+msgid "Number of Elasticsearch replicas"
+msgstr ""
+
+msgid "Number of Elasticsearch shards"
+msgstr ""
+
+msgid "Number of LOCs per commit"
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
+msgid "Number of commits per MR"
+msgstr ""
+
+msgid "Number of employees"
+msgstr ""
+
+msgid "Number of files touched"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Object Storage replication"
+msgstr ""
+
+msgid "Object does not exist on the server or you don't have permissions to access it"
+msgstr ""
+
+msgid "Oct"
+msgstr ""
+
+msgid "October"
+msgstr ""
+
+msgid "OfSearchInADropdown|Filter"
+msgstr ""
+
+msgid "Ok let's go"
+msgstr ""
+
+msgid "OmniAuth"
+msgstr ""
+
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
+msgid "Onboarding"
+msgstr ""
+
+msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
+msgstr ""
+
+msgid "Once removed, the fork relationship cannot be restored and you will no longer be able to send merge requests to the source."
+msgstr ""
+
+msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
+msgstr ""
+
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
+msgid "One more item"
+msgid_plural "%d more items"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "One or more groups that you don't have access to."
+msgstr ""
+
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
+msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your Google Code projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
+msgstr ""
+
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
+msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
+msgstr ""
+
+msgid "Only Project Members"
+msgstr ""
+
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
+msgid "Only admins"
+msgstr ""
+
+msgid "Only admins can delete project"
+msgstr ""
+
+msgid "Only mirror protected branches"
+msgstr ""
+
+msgid "Only policy:"
+msgstr ""
+
+msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign in."
+msgstr ""
+
+msgid "Only project members can comment."
+msgstr ""
+
+msgid "Only project members will be imported. Group members will be skipped."
+msgstr ""
+
+msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
+msgstr ""
+
+msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics."
+msgstr ""
+
+msgid "Oops, are you sure?"
+msgstr ""
+
+msgid "Open"
+msgstr ""
+
+msgid "Open Documentation"
+msgstr ""
+
+msgid "Open Selection"
+msgstr ""
+
+msgid "Open comment type dropdown"
+msgstr ""
+
+msgid "Open errors"
+msgstr ""
+
+msgid "Open in Xcode"
+msgstr ""
+
+msgid "Open in file view"
+msgstr ""
+
+msgid "Open issues"
+msgstr ""
+
+msgid "Open projects"
+msgstr ""
+
+msgid "Open raw"
+msgstr ""
+
+msgid "Open sidebar"
+msgstr ""
+
+msgid "Open source software to collaborate on code"
+msgstr ""
+
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
+msgid "Opened"
+msgstr ""
+
+msgid "Opened MR"
+msgstr ""
+
+msgid "Opened issues"
+msgstr ""
+
+msgid "OpenedNDaysAgo|Opened"
+msgstr ""
+
+msgid "Opens in a new window"
+msgstr ""
+
+msgid "Operation failed. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operations"
+msgstr ""
+
+msgid "Operations Dashboard"
+msgstr ""
+
+msgid "Operations Settings"
+msgstr ""
+
+msgid "OperationsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|Add projects"
+msgstr ""
+
+msgid "OperationsDashboard|More information"
+msgstr ""
+
+msgid "OperationsDashboard|Operations Dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses."
+msgstr ""
+
+msgid "Optional"
+msgstr ""
+
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how Google Code email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Options"
+msgstr ""
+
+msgid "Or you can choose one of the suggested colors below"
+msgstr ""
+
+msgid "Origin"
+msgstr ""
+
+msgid "Other Labels"
+msgstr ""
+
+msgid "Other information"
+msgstr ""
+
+msgid "Other merge requests block this MR"
+msgstr ""
+
+msgid "Other visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Outbound requests"
+msgstr ""
+
+msgid "Overview"
+msgstr ""
+
+msgid "Overwrite diverged branches"
+msgstr ""
+
+msgid "Owned by anyone"
+msgstr ""
+
+msgid "Owned by me"
+msgstr ""
+
+msgid "Owner"
+msgstr ""
+
+msgid "Package deleted successfully"
+msgstr ""
+
+msgid "Package information"
+msgstr ""
+
+msgid "Package was removed"
+msgstr ""
+
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
+msgid "PackageRegistry|Delete Package Version"
+msgstr ""
+
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
+msgid "PackageRegistry|There was a problem fetching the details for this package."
+msgstr ""
+
+msgid "PackageRegistry|Unable to load package"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
+msgid "Packages"
+msgstr ""
+
+msgid "Page not found"
+msgstr ""
+
+msgid "Page was successfully deleted"
+msgstr ""
+
+msgid "Pages"
+msgstr ""
+
+msgid "Pages Domain"
+msgstr ""
+
+msgid "Pages getting started guide"
+msgstr ""
+
+msgid "Pagination|Go to first page"
+msgstr ""
+
+msgid "Pagination|Go to last page"
+msgstr ""
+
+msgid "Pagination|Go to next page"
+msgstr ""
+
+msgid "Pagination|Go to previous page"
+msgstr ""
+
+msgid "Pagination|Last »"
+msgstr ""
+
+msgid "Pagination|Next ›"
+msgstr ""
+
+msgid "Pagination|« First"
+msgstr ""
+
+msgid "Pagination|‹ Prev"
+msgstr ""
+
+msgid "Parameter"
+msgstr ""
+
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
+msgid "Part of merge request changes"
+msgstr ""
+
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "Password (optional)"
+msgstr ""
+
+msgid "Password Policy Guidelines"
+msgstr ""
+
+msgid "Password authentication is unavailable."
+msgstr ""
+
+msgid "Password confirmation"
+msgstr ""
+
+msgid "Password successfully changed"
+msgstr ""
+
+msgid "Password was successfully updated. Please login with it"
+msgstr ""
+
+msgid "Past due"
+msgstr ""
+
+msgid "Past week"
+msgstr ""
+
+msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
+msgstr ""
+
+msgid "Paste epic link"
+msgstr ""
+
+msgid "Paste issue link"
+msgstr ""
+
+msgid "Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Don't use your private SSH key."
+msgstr ""
+
+msgid "Path"
+msgstr ""
+
+msgid "Path, transfer, remove"
+msgstr ""
+
+msgid "Path:"
+msgstr ""
+
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
+msgid "Pause"
+msgstr ""
+
+msgid "Pause replication"
+msgstr ""
+
+msgid "Paused Runners don't accept new jobs"
+msgstr ""
+
+msgid "Pending"
+msgstr ""
+
+msgid "People without permission will never get a notification and won't be able to comment."
+msgstr ""
+
+msgid "People without permission will never get a notification."
+msgstr ""
+
+msgid "Perform advanced options such as changing path, transferring, or removing the group."
+msgstr ""
+
+msgid "Perform common operations on GitLab project"
+msgstr ""
+
+msgid "Performance optimization"
+msgstr ""
+
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
+msgid "PerformanceBar|Gitaly calls"
+msgstr ""
+
+msgid "PerformanceBar|Redis calls"
+msgstr ""
+
+msgid "PerformanceBar|Rugged calls"
+msgstr ""
+
+msgid "PerformanceBar|SQL queries"
+msgstr ""
+
+msgid "PerformanceBar|trace"
+msgstr ""
+
+msgid "Permissions"
+msgstr ""
+
+msgid "Permissions Help"
+msgstr ""
+
+msgid "Permissions, LFS, 2FA"
+msgstr ""
+
+msgid "Personal Access Token"
+msgstr ""
+
+msgid "Personal project creation is not allowed. Please contact your administrator with questions"
+msgstr ""
+
+msgid "Phabricator Server Import"
+msgstr ""
+
+msgid "Phabricator Server URL"
+msgstr ""
+
+msgid "Phabricator Tasks"
+msgstr ""
+
+msgid "Pick a name"
+msgstr ""
+
+msgid "Pick a name for the application, and we'll give you a unique %{type} token."
+msgstr ""
+
+msgid "Pin code"
+msgstr ""
+
+msgid "Pipeline"
+msgstr ""
+
+msgid "Pipeline %{label}"
+msgstr ""
+
+msgid "Pipeline %{label} for \"%{dataTitle}\""
+msgstr ""
+
+msgid "Pipeline Schedule"
+msgstr ""
+
+msgid "Pipeline Schedules"
+msgstr ""
+
+msgid "Pipeline minutes quota"
+msgstr ""
+
+msgid "Pipeline quota"
+msgstr ""
+
+msgid "Pipeline subscriptions"
+msgstr ""
+
+msgid "Pipeline triggers"
+msgstr ""
+
+msgid "Pipeline: %{status}"
+msgstr ""
+
+msgid "PipelineCharts|Failed:"
+msgstr ""
+
+msgid "PipelineCharts|Overall statistics"
+msgstr ""
+
+msgid "PipelineCharts|Success ratio:"
+msgstr ""
+
+msgid "PipelineCharts|Successful:"
+msgstr ""
+
+msgid "PipelineCharts|Total:"
+msgstr ""
+
+msgid "PipelineSchedules|Activated"
+msgstr ""
+
+msgid "PipelineSchedules|Active"
+msgstr ""
+
+msgid "PipelineSchedules|All"
+msgstr ""
+
+msgid "PipelineSchedules|Inactive"
+msgstr ""
+
+msgid "PipelineSchedules|Next Run"
+msgstr ""
+
+msgid "PipelineSchedules|None"
+msgstr ""
+
+msgid "PipelineSchedules|Provide a short description for this pipeline"
+msgstr ""
+
+msgid "PipelineSchedules|Take ownership"
+msgstr ""
+
+msgid "PipelineSchedules|Target"
+msgstr ""
+
+msgid "PipelineSchedules|Variables"
+msgstr ""
+
+msgid "PipelineSheduleIntervalPattern|Custom"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
+msgstr ""
+
+msgid "Pipelines"
+msgstr ""
+
+msgid "Pipelines charts"
+msgstr ""
+
+msgid "Pipelines emails"
+msgstr ""
+
+msgid "Pipelines for last month"
+msgstr ""
+
+msgid "Pipelines for last week"
+msgstr ""
+
+msgid "Pipelines for last year"
+msgstr ""
+
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
+msgstr ""
+
+msgid "Pipelines settings for '%{project_name}' were successfully updated."
+msgstr ""
+
+msgid "Pipelines| to purchase more minutes."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has exceeded its pipeline minutes quota."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has less than %{notification_level}%% of CI minutes available."
+msgstr ""
+
+msgid "Pipelines|API"
+msgstr ""
+
+msgid "Pipelines|Build with confidence"
+msgstr ""
+
+msgid "Pipelines|CI Lint"
+msgstr ""
+
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
+msgid "Pipelines|Clear Runner Caches"
+msgstr ""
+
+msgid "Pipelines|Continuous Integration can help catch bugs by running your tests automatically, while Continuous Deployment can help you deliver code to your product environment."
+msgstr ""
+
+msgid "Pipelines|Get started with Pipelines"
+msgstr ""
+
+msgid "Pipelines|Loading Pipelines"
+msgstr ""
+
+msgid "Pipelines|Pipelines will not run anymore on shared Runners."
+msgstr ""
+
+msgid "Pipelines|Project cache successfully reset."
+msgstr ""
+
+msgid "Pipelines|Run Pipeline"
+msgstr ""
+
+msgid "Pipelines|Something went wrong while cleaning runners cache."
+msgstr ""
+
+msgid "Pipelines|There are currently no %{scope} pipelines."
+msgstr ""
+
+msgid "Pipelines|There are currently no pipelines."
+msgstr ""
+
+msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
+msgid "Pipelines|This project is not currently set up to run pipelines."
+msgstr ""
+
+msgid "Pipelines|parent"
+msgstr ""
+
+msgid "Pipeline|Commit"
+msgstr ""
+
+msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation.%{linkEnd}"
+msgstr ""
+
+msgid "Pipeline|Coverage"
+msgstr ""
+
+msgid "Pipeline|Detached merge request pipeline"
+msgstr ""
+
+msgid "Pipeline|Duration"
+msgstr ""
+
+msgid "Pipeline|Existing branch name or tag"
+msgstr ""
+
+msgid "Pipeline|Key"
+msgstr ""
+
+msgid "Pipeline|Merge train pipeline"
+msgstr ""
+
+msgid "Pipeline|Merged result pipeline"
+msgstr ""
+
+msgid "Pipeline|Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run for"
+msgstr ""
+
+msgid "Pipeline|Search branches"
+msgstr ""
+
+msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default."
+msgstr ""
+
+msgid "Pipeline|Stages"
+msgstr ""
+
+msgid "Pipeline|Status"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline #%{pipelineId}?"
+msgstr ""
+
+msgid "Pipeline|Triggerer"
+msgstr ""
+
+msgid "Pipeline|Value"
+msgstr ""
+
+msgid "Pipeline|Variables"
+msgstr ""
+
+msgid "Pipeline|You’re about to stop pipeline %{pipelineId}."
+msgstr ""
+
+msgid "Pipeline|all"
+msgstr ""
+
+msgid "Pipeline|for"
+msgstr ""
+
+msgid "Pipeline|on"
+msgstr ""
+
+msgid "Pipeline|success"
+msgstr ""
+
+msgid "Pipeline|with stage"
+msgstr ""
+
+msgid "Pipeline|with stages"
+msgstr ""
+
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgstr ""
+
+msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgstr ""
+
+msgid "Plain diff"
+msgstr ""
+
+msgid "PlantUML"
+msgstr ""
+
+msgid "Play"
+msgstr ""
+
+msgid "Play all manual"
+msgstr ""
+
+msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
+msgstr ""
+
+msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
+msgstr ""
+
+msgid "Please accept the Terms of Service before continuing."
+msgstr ""
+
+msgid "Please add a comment in the text area above"
+msgstr ""
+
+msgid "Please add a list to your board first"
+msgstr ""
+
+msgid "Please check the configuration file for this chart"
+msgstr ""
+
+msgid "Please check the configuration file to ensure that a collection of charts has been declared."
+msgstr ""
+
+msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
+msgstr ""
+
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr ""
+
+msgid "Please choose a group URL with no special characters."
+msgstr ""
+
+msgid "Please complete your profile with email address"
+msgstr ""
+
+msgid "Please convert them to %{link_to_git}, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please convert them to Git on Google Code, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please create a password for your new account."
+msgstr ""
+
+msgid "Please create a username with only alphanumeric characters."
+msgstr ""
+
+msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please enter a non-negative number"
+msgstr ""
+
+msgid "Please enter a number greater than %{number} (from the project settings)"
+msgstr ""
+
+msgid "Please enter a valid number"
+msgstr ""
+
+msgid "Please enter or upload a license."
+msgstr ""
+
+msgid "Please fill in a descriptive name for your group."
+msgstr ""
+
+msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access."
+msgstr ""
+
+msgid "Please provide a name"
+msgstr ""
+
+msgid "Please provide a valid email address."
+msgstr ""
+
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
+msgid "Please retype the email address."
+msgstr ""
+
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
+msgid "Please select a file"
+msgstr ""
+
+msgid "Please select a group."
+msgstr ""
+
+msgid "Please select and add a member"
+msgstr ""
+
+msgid "Please select at least one filter to see results"
+msgstr ""
+
+msgid "Please set a new password before proceeding."
+msgstr ""
+
+msgid "Please solve the reCAPTCHA"
+msgstr ""
+
+msgid "Please try again"
+msgstr ""
+
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
+msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
+msgstr ""
+
+msgid "Please use this form to report to the admin users who create spam issues, comments or behave inappropriately."
+msgstr ""
+
+msgid "Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "Please wait while we connect to your repository. Refresh at will."
+msgstr ""
+
+msgid "Please wait while we import the repository for you. Refresh at will."
+msgstr ""
+
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
+msgid "Pods in use"
+msgstr ""
+
+msgid "Preferences"
+msgstr ""
+
+msgid "Preferences saved."
+msgstr ""
+
+msgid "Preferences|Behavior"
+msgstr ""
+
+msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout."
+msgstr ""
+
+msgid "Preferences|Choose what content you want to see on a project’s overview page."
+msgstr ""
+
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgstr ""
+
+msgid "Preferences|Default dashboard"
+msgstr ""
+
+msgid "Preferences|Display time in 24-hour format"
+msgstr ""
+
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
+msgid "Preferences|For example: 30 mins ago."
+msgstr ""
+
+msgid "Preferences|Integrations"
+msgstr ""
+
+msgid "Preferences|Layout width"
+msgstr ""
+
+msgid "Preferences|Navigation theme"
+msgstr ""
+
+msgid "Preferences|Project overview content"
+msgstr ""
+
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
+msgstr ""
+
+msgid "Preferences|Syntax highlighting theme"
+msgstr ""
+
+msgid "Preferences|These settings will update how dates and times are displayed for you."
+msgstr ""
+
+msgid "Preferences|This feature is experimental and translations are not complete yet"
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the appearance of the syntax."
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views."
+msgstr ""
+
+msgid "Preferences|Time display"
+msgstr ""
+
+msgid "Preferences|Time format"
+msgstr ""
+
+msgid "Preferences|Time preferences"
+msgstr ""
+
+msgid "Preferences|Use relative times"
+msgstr ""
+
+msgid "Press %{key}-C to copy"
+msgstr ""
+
+msgid "Prevent adding new members to project membership within this group"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request author"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request committers"
+msgstr ""
+
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
+msgid "Preview"
+msgstr ""
+
+msgid "Preview Markdown"
+msgstr ""
+
+msgid "Preview changes"
+msgstr ""
+
+msgid "Preview payload"
+msgstr ""
+
+msgid "Previous Artifacts"
+msgstr ""
+
+msgid "Previous file in diff (MRs only)"
+msgstr ""
+
+msgid "Previous unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Primary"
+msgstr ""
+
+msgid "Prioritize"
+msgstr ""
+
+msgid "Prioritize label"
+msgstr ""
+
+msgid "Prioritized Labels"
+msgstr ""
+
+msgid "Prioritized label"
+msgstr ""
+
+msgid "Private"
+msgstr ""
+
+msgid "Private - Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Private - The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "Private group(s)"
+msgstr ""
+
+msgid "Private profile"
+msgstr ""
+
+msgid "Private projects can be created in your personal namespace with:"
+msgstr ""
+
+msgid "Proceed"
+msgstr ""
+
+msgid "Productivity Analytics"
+msgstr ""
+
+msgid "Productivity analytics can help identify the problems that are delaying your team"
+msgstr ""
+
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Ascending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Descending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
+msgid "Profile"
+msgstr ""
+
+msgid "Profile Settings"
+msgstr ""
+
+msgid "ProfileSession|on"
+msgstr ""
+
+msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
+msgstr ""
+
+msgid "Profiles|@username"
+msgstr ""
+
+msgid "Profiles|Account scheduled for removal."
+msgstr ""
+
+msgid "Profiles|Activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Active"
+msgstr ""
+
+msgid "Profiles|Add key"
+msgstr ""
+
+msgid "Profiles|Add status emoji"
+msgstr ""
+
+msgid "Profiles|Avatar cropper"
+msgstr ""
+
+msgid "Profiles|Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Profiles|Bio"
+msgstr ""
+
+msgid "Profiles|Change username"
+msgstr ""
+
+msgid "Profiles|Changing your username can have unintended side effects."
+msgstr ""
+
+msgid "Profiles|Choose file..."
+msgstr ""
+
+msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information"
+msgstr ""
+
+msgid "Profiles|City, country"
+msgstr ""
+
+msgid "Profiles|Clear status"
+msgstr ""
+
+msgid "Profiles|Click on icon to activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Commit email"
+msgstr ""
+
+msgid "Profiles|Connect"
+msgstr ""
+
+msgid "Profiles|Connected Accounts"
+msgstr ""
+
+msgid "Profiles|Current path: %{path}"
+msgstr ""
+
+msgid "Profiles|Current status"
+msgstr ""
+
+msgid "Profiles|Default notification email"
+msgstr ""
+
+msgid "Profiles|Delete Account"
+msgstr ""
+
+msgid "Profiles|Delete account"
+msgstr ""
+
+msgid "Profiles|Delete your account?"
+msgstr ""
+
+msgid "Profiles|Deleting an account has the following effects:"
+msgstr ""
+
+msgid "Profiles|Disconnect"
+msgstr ""
+
+msgid "Profiles|Do not show on profile"
+msgstr ""
+
+msgid "Profiles|Don't display activity-related personal information on your profiles"
+msgstr ""
+
+msgid "Profiles|Edit Profile"
+msgstr ""
+
+msgid "Profiles|Enter your name, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Feed token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Full name"
+msgstr ""
+
+msgid "Profiles|Impersonation"
+msgstr ""
+
+msgid "Profiles|Include private contributions on my profile"
+msgstr ""
+
+msgid "Profiles|Incoming email token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
+msgstr ""
+
+msgid "Profiles|Invalid password"
+msgstr ""
+
+msgid "Profiles|Invalid username"
+msgstr ""
+
+msgid "Profiles|Key"
+msgstr ""
+
+msgid "Profiles|Learn more"
+msgstr ""
+
+msgid "Profiles|Location"
+msgstr ""
+
+msgid "Profiles|Made a private contribution"
+msgstr ""
+
+msgid "Profiles|Main settings"
+msgstr ""
+
+msgid "Profiles|No file chosen"
+msgstr ""
+
+msgid "Profiles|Notification email"
+msgstr ""
+
+msgid "Profiles|Organization"
+msgstr ""
+
+msgid "Profiles|Path"
+msgstr ""
+
+msgid "Profiles|Personal Access"
+msgstr ""
+
+msgid "Profiles|Position and size your new avatar"
+msgstr ""
+
+msgid "Profiles|Primary email"
+msgstr ""
+
+msgid "Profiles|Private contributions"
+msgstr ""
+
+msgid "Profiles|Profile was successfully updated"
+msgstr ""
+
+msgid "Profiles|Public Avatar"
+msgstr ""
+
+msgid "Profiles|Public email"
+msgstr ""
+
+msgid "Profiles|Remove avatar"
+msgstr ""
+
+msgid "Profiles|Set new profile picture"
+msgstr ""
+
+msgid "Profiles|Social sign-in"
+msgstr ""
+
+msgid "Profiles|Some options are unavailable for LDAP accounts"
+msgstr ""
+
+msgid "Profiles|Static object token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Tell us about yourself in fewer than 250 characters"
+msgstr ""
+
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
+msgid "Profiles|The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it?"
+msgstr ""
+
+msgid "Profiles|This email will be displayed on your public profile"
+msgstr ""
+
+msgid "Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}"
+msgstr ""
+
+msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
+msgstr ""
+
+msgid "Profiles|This information will appear on your profile"
+msgstr ""
+
+msgid "Profiles|Time settings"
+msgstr ""
+
+msgid "Profiles|Two-Factor Authentication"
+msgstr ""
+
+msgid "Profiles|Type your %{confirmationValue} to confirm:"
+msgstr ""
+
+msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
+msgstr ""
+
+msgid "Profiles|Update profile settings"
+msgstr ""
+
+msgid "Profiles|Update username"
+msgstr ""
+
+msgid "Profiles|Upload new avatar"
+msgstr ""
+
+msgid "Profiles|Use a private email - %{email}"
+msgstr ""
+
+msgid "Profiles|User ID"
+msgstr ""
+
+msgid "Profiles|Username change failed - %{message}"
+msgstr ""
+
+msgid "Profiles|Username successfully changed"
+msgstr ""
+
+msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead"
+msgstr ""
+
+msgid "Profiles|What's your status?"
+msgstr ""
+
+msgid "Profiles|Who you represent or work for"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here or remove the current avatar to revert to %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You can set your current timezone here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here or change it at %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You don't have access to delete this user."
+msgstr ""
+
+msgid "Profiles|You must transfer ownership or delete these groups before you can delete your account."
+msgstr ""
+
+msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename"
+msgstr ""
+
+msgid "Profiles|Your account is currently an owner in these groups:"
+msgstr ""
+
+msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your name was automatically set based on your %{provider_label} account, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Your status"
+msgstr ""
+
+msgid "Profiles|e.g. My MacBook key"
+msgstr ""
+
+msgid "Profiles|impersonation"
+msgstr ""
+
+msgid "Profiles|personal access"
+msgstr ""
+
+msgid "Profiles|username"
+msgstr ""
+
+msgid "Profiles|website.com"
+msgstr ""
+
+msgid "Profiles|your account"
+msgstr ""
+
+msgid "Profiling - Performance bar"
+msgstr ""
+
+msgid "Programming languages used in this repository"
+msgstr ""
+
+msgid "Progress"
+msgstr ""
+
+msgid "Project"
+msgstr ""
+
+msgid "Project \"%{name}\" is no longer available. Select another project to continue."
+msgstr ""
+
+msgid "Project %{project_repo} could not be found"
+msgstr ""
+
+msgid "Project '%{project_name}' is being imported."
+msgstr ""
+
+msgid "Project '%{project_name}' is in the process of being deleted."
+msgstr ""
+
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
+msgid "Project '%{project_name}' queued for deletion."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully created."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully updated."
+msgstr ""
+
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
+msgid "Project Badges"
+msgstr ""
+
+msgid "Project Files"
+msgstr ""
+
+msgid "Project Hooks"
+msgstr ""
+
+msgid "Project ID"
+msgstr ""
+
+msgid "Project URL"
+msgstr ""
+
+msgid "Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Project already deleted"
+msgstr ""
+
+msgid "Project and wiki repositories"
+msgstr ""
+
+msgid "Project avatar"
+msgstr ""
+
+msgid "Project cannot be shared with the group it is in or one of its ancestors."
+msgstr ""
+
+msgid "Project configuration, including services"
+msgstr ""
+
+msgid "Project description (optional)"
+msgstr ""
+
+msgid "Project details"
+msgstr ""
+
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
+msgid "Project export could not be deleted."
+msgstr ""
+
+msgid "Project export enabled"
+msgstr ""
+
+msgid "Project export has been deleted."
+msgstr ""
+
+msgid "Project export link has expired. Please generate a new export from your project settings."
+msgstr ""
+
+msgid "Project export started. A download link will be sent by email."
+msgstr ""
+
+msgid "Project has too many %{label_for_message} to search"
+msgstr ""
+
+msgid "Project members"
+msgstr ""
+
+msgid "Project name"
+msgstr ""
+
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
+msgid "Project slug"
+msgstr ""
+
+msgid "Project uploads"
+msgstr ""
+
+msgid "Project visibility level will be changed to match namespace rules when transferring to a group."
+msgstr ""
+
+msgid "Project: %{name}"
+msgstr ""
+
+msgid "ProjectActivityRSS|Subscribe"
+msgstr ""
+
+msgid "ProjectCreationLevel|Allowed to create projects"
+msgstr ""
+
+msgid "ProjectCreationLevel|Default project creation protection"
+msgstr ""
+
+msgid "ProjectCreationLevel|Developers + Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|No one"
+msgstr ""
+
+msgid "ProjectFileTree|Name"
+msgstr ""
+
+msgid "ProjectLastActivity|Never"
+msgstr ""
+
+msgid "ProjectLifecycle|Stage"
+msgstr ""
+
+msgid "ProjectOverview|Fork"
+msgstr ""
+
+msgid "ProjectOverview|Forks"
+msgstr ""
+
+msgid "ProjectOverview|Go to your fork"
+msgstr ""
+
+msgid "ProjectOverview|Star"
+msgstr ""
+
+msgid "ProjectOverview|Starrer"
+msgstr ""
+
+msgid "ProjectOverview|Starrers"
+msgstr ""
+
+msgid "ProjectOverview|Unstar"
+msgstr ""
+
+msgid "ProjectOverview|You have reached your project limit"
+msgstr ""
+
+msgid "ProjectOverview|You must sign in to star a project"
+msgstr ""
+
+msgid "ProjectPage|Project ID: %{project_id}"
+msgstr ""
+
+msgid "ProjectSelect| or group"
+msgstr ""
+
+msgid "ProjectSelect|Search for project"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status off"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status on"
+msgstr ""
+
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
+msgid "ProjectService|Integrations"
+msgstr ""
+
+msgid "ProjectService|Last edit"
+msgstr ""
+
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr ""
+
+msgid "ProjectService|Project services"
+msgstr ""
+
+msgid "ProjectService|Project services allow you to integrate GitLab with other applications"
+msgstr ""
+
+msgid "ProjectService|Service"
+msgstr ""
+
+msgid "ProjectService|Services"
+msgstr ""
+
+msgid "ProjectService|Settings"
+msgstr ""
+
+msgid "ProjectService|To set up this service:"
+msgstr ""
+
+msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed"
+msgstr ""
+
+msgid "ProjectSettings|All discussions must be resolved"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
+msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
+msgstr ""
+
+msgid "ProjectSettings|Badges"
+msgstr ""
+
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
+
+msgid "ProjectSettings|Contact an admin to change this setting."
+msgstr ""
+
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
+msgid "ProjectSettings|Customize your project badges."
+msgstr ""
+
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
+msgid "ProjectSettings|Every merge creates a merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
+msgid "ProjectSettings|Failed to protect the tag"
+msgstr ""
+
+msgid "ProjectSettings|Failed to update tag!"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merge"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merges only"
+msgstr ""
+
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
+msgid "ProjectSettings|Learn more about badges."
+msgstr ""
+
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
+msgid "ProjectSettings|Merge checks"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit with semi-linear history"
+msgstr ""
+
+msgid "ProjectSettings|Merge method"
+msgstr ""
+
+msgid "ProjectSettings|Merge options"
+msgstr ""
+
+msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
+msgid "ProjectSettings|No merge commits are created"
+msgstr ""
+
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
+msgid "ProjectSettings|Only signed commits can be pushed to this repository."
+msgstr ""
+
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines must succeed"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
+msgstr ""
+
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
+msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
+msgstr ""
+
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
+msgid "ProjectSettings|These checks must pass before merge requests can be merged"
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level but has been overridden for this project."
+msgstr ""
+
+msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
+msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
+msgstr ""
+
+msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
+msgstr ""
+
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
+msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
+msgstr ""
+
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
+msgid "ProjectTemplates|.NET Core"
+msgstr ""
+
+msgid "ProjectTemplates|Android"
+msgstr ""
+
+msgid "ProjectTemplates|Go Micro"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|NodeJS Express"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|Ruby on Rails"
+msgstr ""
+
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
+msgid "ProjectTemplates|Spring"
+msgstr ""
+
+msgid "ProjectTemplates|iOS (Swift)"
+msgstr ""
+
+msgid "Projects"
+msgstr ""
+
+msgid "Projects (%{count})"
+msgstr ""
+
+msgid "Projects Successfully Retrieved"
+msgstr ""
+
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
+msgid "Projects shared with %{group_name}"
+msgstr ""
+
+msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group."
+msgstr ""
+
+msgid "Projects to index"
+msgstr ""
+
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
+msgid "Projects with write access"
+msgstr ""
+
+msgid "ProjectsDropdown|Frequently visited"
+msgstr ""
+
+msgid "ProjectsDropdown|Loading projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Projects you visit often will appear here"
+msgstr ""
+
+msgid "ProjectsDropdown|Search your projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "ProjectsDropdown|Sorry, no projects matched your search"
+msgstr ""
+
+msgid "ProjectsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
+msgstr ""
+
+msgid "ProjectsNew|Blank"
+msgstr ""
+
+msgid "ProjectsNew|Blank project"
+msgstr ""
+
+msgid "ProjectsNew|Contact an administrator to enable options for importing your project."
+msgstr ""
+
+msgid "ProjectsNew|Create from template"
+msgstr ""
+
+msgid "ProjectsNew|Creating project & repository."
+msgstr ""
+
+msgid "ProjectsNew|Description format"
+msgstr ""
+
+msgid "ProjectsNew|Import"
+msgstr ""
+
+msgid "ProjectsNew|Import project"
+msgstr ""
+
+msgid "ProjectsNew|Initialize repository with a README"
+msgstr ""
+
+msgid "ProjectsNew|No import options available"
+msgstr ""
+
+msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
+msgstr ""
+
+msgid "ProjectsNew|Template"
+msgstr ""
+
+msgid "ProjectsNew|Visibility Level"
+msgstr ""
+
+msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
+msgstr ""
+
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr ""
+
+msgid "PrometheusAlerts|Add alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Edit alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error creating alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error deleting alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error fetching alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error saving alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Operator"
+msgstr ""
+
+msgid "PrometheusAlerts|Select query"
+msgstr ""
+
+msgid "PrometheusAlerts|Threshold"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgstr ""
+
+msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgstr ""
+
+msgid "PrometheusService|Active"
+msgstr ""
+
+msgid "PrometheusService|Auto configuration"
+msgstr ""
+
+msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments"
+msgstr ""
+
+msgid "PrometheusService|Common metrics"
+msgstr ""
+
+msgid "PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters."
+msgstr ""
+
+msgid "PrometheusService|Custom metrics"
+msgstr ""
+
+msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
+msgstr ""
+
+msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
+msgstr ""
+
+msgid "PrometheusService|Finding and configuring metrics..."
+msgstr ""
+
+msgid "PrometheusService|Finding custom metrics..."
+msgstr ""
+
+msgid "PrometheusService|Install Prometheus on clusters"
+msgstr ""
+
+msgid "PrometheusService|Manage clusters"
+msgstr ""
+
+msgid "PrometheusService|Manual configuration"
+msgstr ""
+
+msgid "PrometheusService|Metrics"
+msgstr ""
+
+msgid "PrometheusService|Missing environment variable"
+msgstr ""
+
+msgid "PrometheusService|More information"
+msgstr ""
+
+msgid "PrometheusService|New metric"
+msgstr ""
+
+msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
+msgstr ""
+
+msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
+msgstr ""
+
+msgid "PrometheusService|Prometheus is being automatically managed on your clusters"
+msgstr ""
+
+msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment"
+msgstr ""
+
+msgid "PrometheusService|Time-series monitoring service"
+msgstr ""
+
+msgid "PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters"
+msgstr ""
+
+msgid "PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below"
+msgstr ""
+
+msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
+msgstr ""
+
+msgid "Promote"
+msgstr ""
+
+msgid "Promote confidential issue to a non-confidential epic"
+msgstr ""
+
+msgid "Promote issue to an epic"
+msgstr ""
+
+msgid "Promote these project milestones into a group milestone."
+msgstr ""
+
+msgid "Promote to Group Milestone"
+msgstr ""
+
+msgid "Promote to group label"
+msgstr ""
+
+msgid "PromoteMilestone|Only project milestones can be promoted."
+msgstr ""
+
+msgid "PromoteMilestone|Project does not belong to a group."
+msgstr ""
+
+msgid "PromoteMilestone|Promotion failed - %{message}"
+msgstr ""
+
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
+msgid "Promoted issue to an epic."
+msgstr ""
+
+msgid "Promotions|Don't show me this again"
+msgstr ""
+
+msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
+msgstr ""
+
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
+msgid "Promotions|This feature is locked."
+msgstr ""
+
+msgid "Promotions|Upgrade plan"
+msgstr ""
+
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
+msgid "Prompt users to upload SSH keys"
+msgstr ""
+
+msgid "Protected"
+msgstr ""
+
+msgid "Protected Branch"
+msgstr ""
+
+msgid "Protected Environment"
+msgstr ""
+
+msgid "Protected Environments"
+msgstr ""
+
+msgid "Protected Paths"
+msgstr ""
+
+msgid "Protected Tag"
+msgstr ""
+
+msgid "Protected branches"
+msgstr ""
+
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
+msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
+msgstr ""
+
+msgid "ProtectedEnvironment|Allowed to deploy"
+msgstr ""
+
+msgid "ProtectedEnvironment|Environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
+msgstr ""
+
+msgid "ProtectedEnvironment|Select an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
+msgstr ""
+
+msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
+msgstr ""
+
+msgid "ProtectedEnvironment|Unprotect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment can't be unprotected"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been protected."
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been unprotected"
+msgstr ""
+
+msgid "Protip:"
+msgstr ""
+
+msgid "Provider"
+msgstr ""
+
+msgid "Pseudonymizer data collection"
+msgstr ""
+
+msgid "Public"
+msgstr ""
+
+msgid "Public - The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "Public - The project can be accessed without any authentication."
+msgstr ""
+
+msgid "Public Access Help"
+msgstr ""
+
+msgid "Public deploy keys (%{deploy_keys_count})"
+msgstr ""
+
+msgid "Public pipelines"
+msgstr ""
+
+msgid "Pull"
+msgstr ""
+
+msgid "Purchase more minutes"
+msgstr ""
+
+msgid "Push"
+msgstr ""
+
+msgid "Push Rule updated successfully."
+msgstr ""
+
+msgid "Push Rules"
+msgstr ""
+
+msgid "Push Rules updated successfully."
+msgstr ""
+
+msgid "Push an existing Git repository"
+msgstr ""
+
+msgid "Push an existing folder"
+msgstr ""
+
+msgid "Push events"
+msgstr ""
+
+msgid "Push project from command line"
+msgstr ""
+
+msgid "Push to create a project"
+msgstr ""
+
+msgid "PushRule|Committer restriction"
+msgstr ""
+
+msgid "Pushed"
+msgstr ""
+
+msgid "Pushes"
+msgstr ""
+
+msgid "PushoverService|%{user_name} deleted branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} push to branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|High Priority"
+msgstr ""
+
+msgid "PushoverService|Leave blank for all active devices"
+msgstr ""
+
+msgid "PushoverService|Low Priority"
+msgstr ""
+
+msgid "PushoverService|Lowest Priority"
+msgstr ""
+
+msgid "PushoverService|Normal Priority"
+msgstr ""
+
+msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
+msgstr ""
+
+msgid "PushoverService|See project %{project_full_name}"
+msgstr ""
+
+msgid "PushoverService|Total commits count: %{total_commits_count}"
+msgstr ""
+
+msgid "PushoverService|Your application key"
+msgstr ""
+
+msgid "PushoverService|Your user key"
+msgstr ""
+
+msgid "Quarters"
+msgstr ""
+
+msgid "Query"
+msgstr ""
+
+msgid "Query cannot be processed"
+msgstr ""
+
+msgid "Query is valid"
+msgstr ""
+
+msgid "Quick actions can be used in the issues description and comment boxes."
+msgstr ""
+
+msgid "Quick range"
+msgstr ""
+
+msgid "README"
+msgstr ""
+
+msgid "Rake Tasks Help"
+msgstr ""
+
+msgid "Raw blob request rate limit per minute"
+msgstr ""
+
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
+msgid "Read more"
+msgstr ""
+
+msgid "Read more about environments"
+msgstr ""
+
+msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
+msgstr ""
+
+msgid "Read more about related issues"
+msgstr ""
+
+msgid "Real-time features"
+msgstr ""
+
+msgid "Rebase"
+msgstr ""
+
+msgid "Rebase in progress"
+msgstr ""
+
+msgid "Receive alerts from manually configured Prometheus servers."
+msgstr ""
+
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
+msgid "Receive notifications about your own activity"
+msgstr ""
+
+msgid "Recent"
+msgstr ""
+
+msgid "Recent Activity"
+msgstr ""
+
+msgid "Recent Project Activity"
+msgstr ""
+
+msgid "Recent Searches Service is unavailable"
+msgstr ""
+
+msgid "Recent searches"
+msgstr ""
+
+msgid "Recipe"
+msgstr ""
+
+msgid "Recovery Codes"
+msgstr ""
+
+msgid "Redirect to SAML provider to test configuration"
+msgstr ""
+
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
+msgid "Reference:"
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "Refreshing in a second to show the updated status..."
+msgid_plural "Refreshing in %d seconds to show the updated status..."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Regenerate instance ID"
+msgstr ""
+
+msgid "Regenerate key"
+msgstr ""
+
+msgid "Regenerate recovery codes"
+msgstr ""
+
+msgid "Regenerating the instance ID can break integration depending on the client you are using."
+msgstr ""
+
+msgid "Regex pattern"
+msgstr ""
+
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
+msgid "Register"
+msgstr ""
+
+msgid "Register / Sign In"
+msgstr ""
+
+msgid "Register Two-Factor Authenticator"
+msgstr ""
+
+msgid "Register U2F device"
+msgstr ""
+
+msgid "Register Universal Two-Factor (U2F) Device"
+msgstr ""
+
+msgid "Register for GitLab"
+msgstr ""
+
+msgid "Register now"
+msgstr ""
+
+msgid "Register with two-factor app"
+msgstr ""
+
+msgid "Registration"
+msgstr ""
+
+msgid "Related Deployed Jobs"
+msgstr ""
+
+msgid "Related Issues"
+msgstr ""
+
+msgid "Related Jobs"
+msgstr ""
+
+msgid "Related Merge Requests"
+msgstr ""
+
+msgid "Related Merged Requests"
+msgstr ""
+
+msgid "Related issues"
+msgstr ""
+
+msgid "Related merge requests"
+msgstr ""
+
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
+msgid "Releases"
+msgstr ""
+
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr ""
+
+msgid "Remember me"
+msgstr ""
+
+msgid "Remind later"
+msgstr ""
+
+msgid "Remote object has no absolute path."
+msgstr ""
+
+msgid "Remove"
+msgstr ""
+
+msgid "Remove %{displayReference}"
+msgstr ""
+
+msgid "Remove Runner"
+msgstr ""
+
+msgid "Remove Zoom meeting"
+msgstr ""
+
+msgid "Remove all approvals in a merge request when new commits are pushed to its source branch"
+msgstr ""
+
+msgid "Remove all or specific assignee(s)"
+msgstr ""
+
+msgid "Remove all or specific label(s)"
+msgstr ""
+
+msgid "Remove approvers"
+msgstr ""
+
+msgid "Remove approvers?"
+msgstr ""
+
+msgid "Remove assignee"
+msgstr ""
+
+msgid "Remove avatar"
+msgstr ""
+
+msgid "Remove card"
+msgstr ""
+
+msgid "Remove child epic from an epic"
+msgstr ""
+
+msgid "Remove due date"
+msgstr ""
+
+msgid "Remove fork relationship"
+msgstr ""
+
+msgid "Remove from board"
+msgstr ""
+
+msgid "Remove from epic"
+msgstr ""
+
+msgid "Remove group"
+msgstr ""
+
+msgid "Remove milestone"
+msgstr ""
+
+msgid "Remove node"
+msgstr ""
+
+msgid "Remove parent epic from an epic"
+msgstr ""
+
+msgid "Remove primary node"
+msgstr ""
+
+msgid "Remove priority"
+msgstr ""
+
+msgid "Remove project"
+msgstr ""
+
+msgid "Remove secondary node"
+msgstr ""
+
+msgid "Remove spent time"
+msgstr ""
+
+msgid "Remove stage"
+msgstr ""
+
+msgid "Remove time estimate"
+msgstr ""
+
+msgid "Removed"
+msgstr ""
+
+msgid "Removed %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removed %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removed %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removed %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removed %{type} with id %{id}"
+msgstr ""
+
+msgid "Removed all labels."
+msgstr ""
+
+msgid "Removed an issue from an epic."
+msgstr ""
+
+msgid "Removed group can not be restored!"
+msgstr ""
+
+msgid "Removed parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removed projects cannot be restored!"
+msgstr ""
+
+msgid "Removed spent time."
+msgstr ""
+
+msgid "Removed the due date."
+msgstr ""
+
+msgid "Removed time estimate."
+msgstr ""
+
+msgid "Removes %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removes %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removes %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removes %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removes all labels."
+msgstr ""
+
+msgid "Removes an issue from an epic."
+msgstr ""
+
+msgid "Removes parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removes spent time."
+msgstr ""
+
+msgid "Removes the due date."
+msgstr ""
+
+msgid "Removes time estimate."
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
+msgid "Removing group will cause all child projects and resources to be removed."
+msgstr ""
+
+msgid "Removing license…"
+msgstr ""
+
+msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
+msgid "Rename"
+msgstr ""
+
+msgid "Rename file"
+msgstr ""
+
+msgid "Rename folder"
+msgstr ""
+
+msgid "Reopen epic"
+msgstr ""
+
+msgid "Reopen milestone"
+msgstr ""
+
+msgid "Reopen this %{quick_action_target}"
+msgstr ""
+
+msgid "Reopened this %{quick_action_target}."
+msgstr ""
+
+msgid "Reopens this %{quick_action_target}."
+msgstr ""
+
+msgid "Repair authentication"
+msgstr ""
+
+msgid "Replace"
+msgstr ""
+
+msgid "Replace all label(s)"
+msgstr ""
+
+msgid "Replaced all labels with %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Replaces the clone URL root."
+msgstr ""
+
+msgid "Reply by email"
+msgstr ""
+
+msgid "Reply to comment"
+msgstr ""
+
+msgid "Reply to this email directly or %{view_it_on_gitlab}."
+msgstr ""
+
+msgid "Reply..."
+msgstr ""
+
+msgid "Repo by URL"
+msgstr ""
+
+msgid "Report Type: %{report_type}"
+msgstr ""
+
+msgid "Report abuse to admin"
+msgstr ""
+
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
+msgid "Reporting"
+msgstr ""
+
+msgid "Reports|%{failedString} and %{resolvedString}"
+msgstr ""
+
+msgid "Reports|Actions"
+msgstr ""
+
+msgid "Reports|Class"
+msgstr ""
+
+msgid "Reports|Classname"
+msgstr ""
+
+msgid "Reports|Confidence"
+msgstr ""
+
+msgid "Reports|Execution time"
+msgstr ""
+
+msgid "Reports|Failure"
+msgstr ""
+
+msgid "Reports|Metrics reports are loading"
+msgstr ""
+
+msgid "Reports|Metrics reports changed on %{numberOfChanges} %{pointsString}"
+msgstr ""
+
+msgid "Reports|Metrics reports did not change"
+msgstr ""
+
+msgid "Reports|Metrics reports failed loading results"
+msgstr ""
+
+msgid "Reports|Severity"
+msgstr ""
+
+msgid "Reports|System output"
+msgstr ""
+
+msgid "Reports|Test summary"
+msgstr ""
+
+msgid "Reports|Test summary failed loading results"
+msgstr ""
+
+msgid "Reports|Test summary results are being parsed"
+msgstr ""
+
+msgid "Reports|Vulnerability"
+msgstr ""
+
+msgid "Reports|no changed test results"
+msgstr ""
+
+msgid "Repository"
+msgstr ""
+
+msgid "Repository Graph"
+msgstr ""
+
+msgid "Repository Settings"
+msgstr ""
+
+msgid "Repository URL"
+msgstr ""
+
+msgid "Repository check was triggered."
+msgstr ""
+
+msgid "Repository cleanup"
+msgstr ""
+
+msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete."
+msgstr ""
+
+msgid "Repository has no locks."
+msgstr ""
+
+msgid "Repository maintenance"
+msgstr ""
+
+msgid "Repository mirroring"
+msgstr ""
+
+msgid "Repository static objects"
+msgstr ""
+
+msgid "Repository storage"
+msgstr ""
+
+msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
+msgstr ""
+
+msgid "RepositorySettingsAccessLevel|Select"
+msgstr ""
+
+msgid "Request Access"
+msgstr ""
+
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
+msgid "Requested %{time_ago}"
+msgstr ""
+
+msgid "Requested design version does not exist"
+msgstr ""
+
+msgid "Requests Profiles"
+msgstr ""
+
+msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The whitelist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
+msgstr ""
+
+msgid "Require all users in this group to setup Two-factor authentication"
+msgstr ""
+
+msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
+msgstr ""
+
+msgid "Require user password to approve"
+msgstr ""
+
+msgid "Require users to prove ownership of custom domains"
+msgstr ""
+
+msgid "Requires approval from %{names}."
+msgid_plural "Requires %{count} more approvals from %{names}."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires approval."
+msgid_plural "Requires %d more approvals."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Resend confirmation email"
+msgstr ""
+
+msgid "Resend invite"
+msgstr ""
+
+msgid "Resend it"
+msgstr ""
+
+msgid "Reset authorization key"
+msgstr ""
+
+msgid "Reset authorization key?"
+msgstr ""
+
+msgid "Reset health check access token"
+msgstr ""
+
+msgid "Reset key"
+msgstr ""
+
+msgid "Reset runners registration token"
+msgstr ""
+
+msgid "Reset template"
+msgstr ""
+
+msgid "Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
+msgstr ""
+
+msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
+msgstr ""
+
+msgid "Resolve"
+msgstr ""
+
+msgid "Resolve all threads in new issue"
+msgstr ""
+
+msgid "Resolve conflicts on source branch"
+msgstr ""
+
+msgid "Resolve discussion"
+msgstr ""
+
+msgid "Resolve thread"
+msgstr ""
+
+msgid "Resolved"
+msgstr ""
+
+msgid "Resolved 1 discussion."
+msgstr ""
+
+msgid "Resolved all discussions."
+msgstr ""
+
+msgid "Resolved by %{name}"
+msgstr ""
+
+msgid "Resolved by %{resolvedByName}"
+msgstr ""
+
+msgid "Resolves IP addresses once and uses them to submit requests"
+msgstr ""
+
+msgid "Response"
+msgstr ""
+
+msgid "Response didn't include `service_desk_address`"
+msgstr ""
+
+msgid "Response metrics (AWS ELB)"
+msgstr ""
+
+msgid "Response metrics (Custom)"
+msgstr ""
+
+msgid "Response metrics (HA Proxy)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress VTS)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress)"
+msgstr ""
+
+msgid "Response metrics (NGINX)"
+msgstr ""
+
+msgid "Restart Terminal"
+msgstr ""
+
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
+msgid "Restrict access by IP address"
+msgstr ""
+
+msgid "Restrict membership by email"
+msgstr ""
+
+msgid "Resume"
+msgstr ""
+
+msgid "Resume replication"
+msgstr ""
+
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
+msgid "Retry"
+msgstr ""
+
+msgid "Retry this job"
+msgstr ""
+
+msgid "Retry this job in order to create the necessary resources."
+msgstr ""
+
+msgid "Retry update"
+msgstr ""
+
+msgid "Retry verification"
+msgstr ""
+
+msgid "Reveal value"
+msgid_plural "Reveal values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reveal values"
+msgstr ""
+
+msgid "Revert this commit"
+msgstr ""
+
+msgid "Revert this merge request"
+msgstr ""
+
+msgid "Review"
+msgstr ""
+
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
+msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
+msgstr ""
+
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
+msgid "Reviewing"
+msgstr ""
+
+msgid "Reviewing (merge request !%{mergeRequestId})"
+msgstr ""
+
+msgid "Revoke"
+msgstr ""
+
+msgid "Revoked impersonation token %{token_name}!"
+msgstr ""
+
+msgid "Revoked personal access token %{personal_access_token_name}!"
+msgstr ""
+
+msgid "RightSidebar|adding a"
+msgstr ""
+
+msgid "RightSidebar|deleting the"
+msgstr ""
+
+msgid "Roadmap"
+msgstr ""
+
+msgid "Role"
+msgstr ""
+
+msgid "Rollback"
+msgstr ""
+
+msgid "Rook"
+msgstr ""
+
+msgid "Run CI/CD pipelines for external repositories"
+msgstr ""
+
+msgid "Run housekeeping"
+msgstr ""
+
+msgid "Run tests against your code live using the Web Terminal"
+msgstr ""
+
+msgid "Run untagged jobs"
+msgstr ""
+
+msgid "Runner cannot be assigned to other projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects in its group"
+msgstr ""
+
+msgid "Runner runs jobs from assigned projects"
+msgstr ""
+
+msgid "Runner token"
+msgstr ""
+
+msgid "Runner was not updated."
+msgstr ""
+
+msgid "Runner was successfully updated."
+msgstr ""
+
+msgid "Runner will not receive any new jobs"
+msgstr ""
+
+msgid "Runners"
+msgstr ""
+
+msgid "Runners API"
+msgstr ""
+
+msgid "Runners activated for this project"
+msgstr ""
+
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, and even on your local machine."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, even on your local machine."
+msgstr ""
+
+msgid "Runners currently online: %{active_runners_count}"
+msgstr ""
+
+msgid "Runners page"
+msgstr ""
+
+msgid "Runners page."
+msgstr ""
+
+msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
+msgstr ""
+
+msgid "Running"
+msgstr ""
+
+msgid "Running…"
+msgstr ""
+
+msgid "Runs a number of housekeeping tasks within the current repository, such as compressing file revisions and removing unreachable objects."
+msgstr ""
+
+msgid "SAML SSO"
+msgstr ""
+
+msgid "SAML SSO for %{group_name}"
+msgstr ""
+
+msgid "SAML for %{group_name}"
+msgstr ""
+
+msgid "SHA256"
+msgstr ""
+
+msgid "SSH Key"
+msgstr ""
+
+msgid "SSH Keys"
+msgstr ""
+
+msgid "SSH Keys Help"
+msgstr ""
+
+msgid "SSH host key fingerprints"
+msgstr ""
+
+msgid "SSH host keys"
+msgstr ""
+
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
+msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
+msgstr ""
+
+msgid "SSH public key"
+msgstr ""
+
+msgid "SSL Verification:"
+msgstr ""
+
+msgid "Saturday"
+msgstr ""
+
+msgid "Save"
+msgstr ""
+
+msgid "Save Changes"
+msgstr ""
+
+msgid "Save anyway"
+msgstr ""
+
+msgid "Save application"
+msgstr ""
+
+msgid "Save changes"
+msgstr ""
+
+msgid "Save changes before testing"
+msgstr ""
+
+msgid "Save comment"
+msgstr ""
+
+msgid "Save expiration policy"
+msgstr ""
+
+msgid "Save password"
+msgstr ""
+
+msgid "Save pipeline schedule"
+msgstr ""
+
+msgid "Save template"
+msgstr ""
+
+msgid "Save variables"
+msgstr ""
+
+msgid "Saving"
+msgstr ""
+
+msgid "Saving project."
+msgstr ""
+
+msgid "Schedule a new pipeline"
+msgstr ""
+
+msgid "Scheduled"
+msgstr ""
+
+msgid "Scheduled to merge this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Schedules"
+msgstr ""
+
+msgid "Scheduling"
+msgstr ""
+
+msgid "Scheduling Pipelines"
+msgstr ""
+
+msgid "Scope"
+msgstr ""
+
+msgid "Scope not supported with disabled 'users_search' feature!"
+msgstr ""
+
+msgid "Scoped issue boards"
+msgstr ""
+
+msgid "Scoped label"
+msgstr ""
+
+msgid "Scopes"
+msgstr ""
+
+msgid "Scroll down"
+msgstr ""
+
+msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
+msgstr ""
+
+msgid "Scroll left"
+msgstr ""
+
+msgid "Scroll right"
+msgstr ""
+
+msgid "Scroll to bottom"
+msgstr ""
+
+msgid "Scroll to top"
+msgstr ""
+
+msgid "Scroll up"
+msgstr ""
+
+msgid "Search"
+msgstr ""
+
+msgid "Search Button"
+msgstr ""
+
+msgid "Search an environment spec"
+msgstr ""
+
+msgid "Search branches"
+msgstr ""
+
+msgid "Search branches and tags"
+msgstr ""
+
+msgid "Search files"
+msgstr ""
+
+msgid "Search for a LDAP group"
+msgstr ""
+
+msgid "Search for a group"
+msgstr ""
+
+msgid "Search for a user"
+msgstr ""
+
+msgid "Search for projects, issues, etc."
+msgstr ""
+
+msgid "Search for this text"
+msgstr ""
+
+msgid "Search forks"
+msgstr ""
+
+msgid "Search groups"
+msgstr ""
+
+msgid "Search merge requests"
+msgstr ""
+
+msgid "Search milestones"
+msgstr ""
+
+msgid "Search or filter results..."
+msgstr ""
+
+msgid "Search or filter results…"
+msgstr ""
+
+msgid "Search or jump to…"
+msgstr ""
+
+msgid "Search project"
+msgstr ""
+
+msgid "Search projects"
+msgstr ""
+
+msgid "Search projects..."
+msgstr ""
+
+msgid "Search users"
+msgstr ""
+
+msgid "Search users or groups"
+msgstr ""
+
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
+msgid "Search your projects"
+msgstr ""
+
+msgid "SearchAutocomplete|All GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|in all GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|in this group"
+msgstr ""
+
+msgid "SearchAutocomplete|in this project"
+msgstr ""
+
+msgid "SearchCodeResults|in"
+msgstr ""
+
+msgid "SearchCodeResults|of %{link_to_project}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
+msgstr ""
+
+msgid "SearchResults|code result"
+msgid_plural "SearchResults|code results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|comment"
+msgid_plural "SearchResults|comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|commit"
+msgid_plural "SearchResults|commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|issue"
+msgid_plural "SearchResults|issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|merge request"
+msgid_plural "SearchResults|merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|milestone"
+msgid_plural "SearchResults|milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|project"
+msgid_plural "SearchResults|projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet"
+msgid_plural "SearchResults|snippets"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet result"
+msgid_plural "SearchResults|snippet results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|user"
+msgid_plural "SearchResults|users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|wiki result"
+msgid_plural "SearchResults|wiki results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Seats currently in use"
+msgstr ""
+
+msgid "Seats in license"
+msgstr ""
+
+msgid "Secret"
+msgstr ""
+
+msgid "Security"
+msgstr ""
+
+msgid "Security & Compliance"
+msgstr ""
+
+msgid "Security Configuration"
+msgstr ""
+
+msgid "Security Dashboard"
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the dashboard data. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability counts. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Issue Created"
+msgstr ""
+
+msgid "Security Reports|Comment added to '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment deleted on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment edited on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Create issue"
+msgstr ""
+
+msgid "Security Reports|Dismiss vulnerability"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
+msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
+msgstr ""
+
+msgid "Security Reports|Learn more about setting up your dashboard"
+msgstr ""
+
+msgid "Security Reports|More info"
+msgstr ""
+
+msgid "Security Reports|Oops, something doesn't seem right."
+msgstr ""
+
+msgid "Security Reports|There was an error adding the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the issue."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the merge request."
+msgstr ""
+
+msgid "Security Reports|There was an error deleting the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error dismissing the vulnerability."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting the dismissal."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting this dismissal."
+msgstr ""
+
+msgid "Security Reports|Undo dismiss"
+msgstr ""
+
+msgid "Security configuration help link"
+msgstr ""
+
+msgid "Security dashboard"
+msgstr ""
+
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
+msgstr ""
+
+msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
+msgid "SecurityDashboard|Confidence"
+msgstr ""
+
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Hide dismissed"
+msgstr ""
+
+msgid "SecurityDashboard|Monitor vulnerabilities in your code"
+msgstr ""
+
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
+
+msgid "SecurityDashboard|Project"
+msgstr ""
+
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Report type"
+msgstr ""
+
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
+msgid "SecurityDashboard|Severity"
+msgstr ""
+
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
+msgid "See metrics"
+msgstr ""
+
+msgid "See the affected projects in the GitLab admin panel"
+msgstr ""
+
+msgid "Select"
+msgstr ""
+
+msgid "Select Archive Format"
+msgstr ""
+
+msgid "Select GitLab project to link with your Slack team"
+msgstr ""
+
+msgid "Select Page"
+msgstr ""
+
+msgid "Select Stack"
+msgstr ""
+
+msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Select a group to invite"
+msgstr ""
+
+msgid "Select a label"
+msgstr ""
+
+msgid "Select a namespace to fork the project"
+msgstr ""
+
+msgid "Select a new namespace"
+msgstr ""
+
+msgid "Select a project"
+msgstr ""
+
+msgid "Select a project to read Insights configuration file"
+msgstr ""
+
+msgid "Select a repository"
+msgstr ""
+
+msgid "Select a template repository"
+msgstr ""
+
+msgid "Select a template type"
+msgstr ""
+
+msgid "Select a timezone"
+msgstr ""
+
+msgid "Select all"
+msgstr ""
+
+msgid "Select an existing Kubernetes cluster or create a new one"
+msgstr ""
+
+msgid "Select branch"
+msgstr ""
+
+msgid "Select branch/tag"
+msgstr ""
+
+msgid "Select group or project"
+msgstr ""
+
+msgid "Select labels"
+msgstr ""
+
+msgid "Select merge moment"
+msgstr ""
+
+msgid "Select milestone"
+msgstr ""
+
+msgid "Select private project"
+msgstr ""
+
+msgid "Select project"
+msgstr ""
+
+msgid "Select project and zone to choose machine type"
+msgstr ""
+
+msgid "Select project to choose zone"
+msgstr ""
+
+msgid "Select projects"
+msgstr ""
+
+msgid "Select projects you want to import."
+msgstr ""
+
+msgid "Select source branch"
+msgstr ""
+
+msgid "Select target branch"
+msgstr ""
+
+msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
+msgstr ""
+
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
+msgid "Select the custom project template source group."
+msgstr ""
+
+msgid "Select timeframe"
+msgstr ""
+
+msgid "Select user"
+msgstr ""
+
+msgid "Select your role"
+msgstr ""
+
+msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
+msgstr ""
+
+msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
+msgstr ""
+
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
+msgid "Send a separate email notification to Developers."
+msgstr ""
+
+msgid "Send confirmation email"
+msgstr ""
+
+msgid "Send email"
+msgstr ""
+
+msgid "Send report"
+msgstr ""
+
+msgid "Send usage data"
+msgstr ""
+
+msgid "Sentry API URL"
+msgstr ""
+
+msgid "Sentry event"
+msgstr ""
+
+msgid "Sep"
+msgstr ""
+
+msgid "Separate topics with commas."
+msgstr ""
+
+msgid "September"
+msgstr ""
+
+msgid "SeriesFinalConjunction|and"
+msgstr ""
+
+msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)."
+msgstr ""
+
+msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
+msgstr ""
+
+msgid "Server version"
+msgstr ""
+
+msgid "Serverless"
+msgstr ""
+
+msgid "ServerlessDetails|Function invocation metrics require Prometheus to be installed first."
+msgstr ""
+
+msgid "ServerlessDetails|Install Prometheus"
+msgstr ""
+
+msgid "ServerlessDetails|Invocation metrics loading or not available at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Invocations"
+msgstr ""
+
+msgid "ServerlessDetails|Kubernetes Pods"
+msgstr ""
+
+msgid "ServerlessDetails|More information"
+msgstr ""
+
+msgid "ServerlessDetails|No pods loaded at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity."
+msgstr ""
+
+msgid "ServerlessDetails|pod in use"
+msgstr ""
+
+msgid "ServerlessDetails|pods in use"
+msgstr ""
+
+msgid "ServerlessURL|Copy URL"
+msgstr ""
+
+msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
+msgstr ""
+
+msgid "Serverless|Getting started with serverless"
+msgstr ""
+
+msgid "Serverless|If you believe none of these apply, please check back later as the function data may be in the process of becoming available."
+msgstr ""
+
+msgid "Serverless|Install Knative"
+msgstr ""
+
+msgid "Serverless|Learn more about Serverless"
+msgstr ""
+
+msgid "Serverless|No functions available"
+msgstr ""
+
+msgid "Serverless|The deploy job has not finished."
+msgstr ""
+
+msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag} file don't match the namespace of your cluster."
+msgstr ""
+
+msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:"
+msgstr ""
+
+msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured."
+msgstr ""
+
+msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file."
+msgstr ""
+
+msgid "Service"
+msgstr ""
+
+msgid "Service Desk"
+msgstr ""
+
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
+msgid "Service Templates"
+msgstr ""
+
+msgid "Service URL"
+msgstr ""
+
+msgid "Session duration (minutes)"
+msgstr ""
+
+msgid "Session expiration, projects limit and attachment size."
+msgstr ""
+
+msgid "Set %{epic_ref} as the parent epic."
+msgstr ""
+
+msgid "Set a default template for issue descriptions."
+msgstr ""
+
+msgid "Set a number of approvals required, the approvers and other approval settings."
+msgstr ""
+
+msgid "Set a password on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Set a template repository for projects in this group"
+msgstr ""
+
+msgid "Set default and restrict visibility levels. Configure import sources and git access protocol."
+msgstr ""
+
+msgid "Set due date"
+msgstr ""
+
+msgid "Set instance-wide template repository"
+msgstr ""
+
+msgid "Set max session time for web terminal."
+msgstr ""
+
+msgid "Set milestone"
+msgstr ""
+
+msgid "Set new password"
+msgstr ""
+
+msgid "Set notification email for abuse reports."
+msgstr ""
+
+msgid "Set parent epic to an epic"
+msgstr ""
+
+msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
+msgstr ""
+
+msgid "Set target branch"
+msgstr ""
+
+msgid "Set target branch to %{branch_name}."
+msgstr ""
+
+msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: <code>4 mins 2 sec</code>, <code>2h42min</code>."
+msgstr ""
+
+msgid "Set the due date to %{due_date}."
+msgstr ""
+
+msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>."
+msgstr ""
+
+msgid "Set the maximum file size for each job's artifacts"
+msgstr ""
+
+msgid "Set the maximum number of pipeline minutes that a group can use on shared Runners per month. 0 for unlimited."
+msgstr ""
+
+msgid "Set the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Set time estimate"
+msgstr ""
+
+msgid "Set time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Set up CI/CD"
+msgstr ""
+
+msgid "Set up a %{type} Runner automatically"
+msgstr ""
+
+msgid "Set up a %{type} Runner manually"
+msgstr ""
+
+msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}"
+msgstr ""
+
+msgid "Set up new U2F device"
+msgstr ""
+
+msgid "Set up new password"
+msgstr ""
+
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
+msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
+msgstr ""
+
+msgid "Set weight"
+msgstr ""
+
+msgid "Set weight to %{weight}."
+msgstr ""
+
+msgid "SetPasswordToCloneLink|set a password"
+msgstr ""
+
+msgid "SetStatusModal|Add status emoji"
+msgstr ""
+
+msgid "SetStatusModal|Clear status"
+msgstr ""
+
+msgid "SetStatusModal|Edit status"
+msgstr ""
+
+msgid "SetStatusModal|Remove status"
+msgstr ""
+
+msgid "SetStatusModal|Set a status"
+msgstr ""
+
+msgid "SetStatusModal|Set status"
+msgstr ""
+
+msgid "SetStatusModal|Sorry, we weren't able to set your status. Please try again later."
+msgstr ""
+
+msgid "SetStatusModal|What's your status?"
+msgstr ""
+
+msgid "Sets %{epic_ref} as parent epic."
+msgstr ""
+
+msgid "Sets target branch to %{branch_name}."
+msgstr ""
+
+msgid "Sets the due date to %{due_date}."
+msgstr ""
+
+msgid "Sets the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Sets time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Sets weight to %{weight}."
+msgstr ""
+
+msgid "Settings"
+msgstr ""
+
+msgid "Severity: %{severity}"
+msgstr ""
+
+msgid "Share"
+msgstr ""
+
+msgid "Share the <strong>%{sso_label}</strong> with members so they can sign in to your group through your identity provider"
+msgstr ""
+
+msgid "Shared Runners"
+msgstr ""
+
+msgid "Shared projects"
+msgstr ""
+
+msgid "Shared runners help link"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero."
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset pipeline minutes"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
+msgstr ""
+
+msgid "Sherlock Transactions"
+msgstr ""
+
+msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
+msgstr ""
+
+msgid "Show all activity"
+msgstr ""
+
+msgid "Show all members"
+msgstr ""
+
+msgid "Show archived projects"
+msgstr ""
+
+msgid "Show archived projects only"
+msgstr ""
+
+msgid "Show command"
+msgstr ""
+
+msgid "Show comments"
+msgstr ""
+
+msgid "Show comments only"
+msgstr ""
+
+msgid "Show commit description"
+msgstr ""
+
+msgid "Show complete raw log"
+msgstr ""
+
+msgid "Show file browser"
+msgstr ""
+
+msgid "Show latest version"
+msgstr ""
+
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
+msgid "Show parent pages"
+msgstr ""
+
+msgid "Show parent subgroups"
+msgstr ""
+
+msgid "Show whitespace changes"
+msgstr ""
+
+msgid "Showing %d event"
+msgid_plural "Showing %d events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
+msgid "Showing Latest Version"
+msgstr ""
+
+msgid "Showing Version #%{versionNumber}"
+msgstr ""
+
+msgid "Showing all issues"
+msgstr ""
+
+msgid "Showing all labels"
+msgstr ""
+
+msgid "Showing last %{size} of log -"
+msgstr ""
+
+msgid "Side-by-side"
+msgstr ""
+
+msgid "Sidebar|Change weight"
+msgstr ""
+
+msgid "Sidebar|None"
+msgstr ""
+
+msgid "Sidebar|Only numeral characters allowed"
+msgstr ""
+
+msgid "Sidebar|Weight"
+msgstr ""
+
+msgid "Sign in"
+msgstr ""
+
+msgid "Sign in / Register"
+msgstr ""
+
+msgid "Sign in to \"%{group_name}\""
+msgstr ""
+
+msgid "Sign in using smart card"
+msgstr ""
+
+msgid "Sign in via 2FA code"
+msgstr ""
+
+msgid "Sign in with Single Sign-On"
+msgstr ""
+
+msgid "Sign in with smart card"
+msgstr ""
+
+msgid "Sign out"
+msgstr ""
+
+msgid "Sign out & Register"
+msgstr ""
+
+msgid "Sign up"
+msgstr ""
+
+msgid "Sign up was successful! Please confirm your email to sign in."
+msgstr ""
+
+msgid "Sign-in restrictions"
+msgstr ""
+
+msgid "Sign-up restrictions"
+msgstr ""
+
+msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Signed in"
+msgstr ""
+
+msgid "Signed in with %{authentication} authentication"
+msgstr ""
+
+msgid "Signing in using %{label} has been disabled"
+msgstr ""
+
+msgid "Signing in using your %{label} account without a pre-existing GitLab account is not allowed."
+msgstr ""
+
+msgid "Similar issues"
+msgstr ""
+
+msgid "Single or combined queries"
+msgstr ""
+
+msgid "Size"
+msgstr ""
+
+msgid "Size and domain settings for static websites"
+msgstr ""
+
+msgid "Size limit per repository (MB)"
+msgstr ""
+
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
+msgid "Skip this for now"
+msgstr ""
+
+msgid "Skipped"
+msgstr ""
+
+msgid "Slack application"
+msgstr ""
+
+msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
+msgstr ""
+
+msgid "SlackService|2. Paste the <strong>Token</strong> into the field below"
+msgstr ""
+
+msgid "SlackService|3. Select the <strong>Active</strong> checkbox, press <strong>Save changes</strong> and start using GitLab inside Slack!"
+msgstr ""
+
+msgid "SlackService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "SlackService|See list of available commands in Slack after setting up this service, by entering"
+msgstr ""
+
+msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack."
+msgstr ""
+
+msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
+msgstr ""
+
+msgid "Smartcard"
+msgstr ""
+
+msgid "Smartcard authentication failed: client certificate header is missing."
+msgstr ""
+
+msgid "Snippet Contents"
+msgstr ""
+
+msgid "Snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|Explore public snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|New snippet"
+msgstr ""
+
+msgid "SnippetsEmptyState|No snippets found"
+msgstr ""
+
+msgid "SnippetsEmptyState|Snippets are small pieces of code or notes that you want to keep."
+msgstr ""
+
+msgid "SnippetsEmptyState|There are no snippets to show."
+msgstr ""
+
+msgid "SnippetsEmptyState|They can be either public or private."
+msgstr ""
+
+msgid "Snowplow"
+msgstr ""
+
+msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
+msgstr ""
+
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
+msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again."
+msgstr ""
+
+msgid "Someone edited this merge request at the same time you did. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Something went wrong on our end"
+msgstr ""
+
+msgid "Something went wrong on our end."
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again!"
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again."
+msgstr ""
+
+msgid "Something went wrong trying to change the confidentiality of this issue"
+msgstr ""
+
+msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
+msgstr ""
+
+msgid "Something went wrong when toggling the button"
+msgstr ""
+
+msgid "Something went wrong while adding your award. Please try again."
+msgstr ""
+
+msgid "Something went wrong while applying the suggestion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while closing the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
+msgid "Something went wrong while deleting the source branch. Please try again."
+msgstr ""
+
+msgid "Something went wrong while deleting your note. Please try again."
+msgstr ""
+
+msgid "Something went wrong while editing your comment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching %{listType} list"
+msgstr ""
+
+msgid "Something went wrong while fetching comments. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching group member contributions"
+msgstr ""
+
+msgid "Something went wrong while fetching latest comments."
+msgstr ""
+
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
+msgid "Something went wrong while fetching related merge requests."
+msgstr ""
+
+msgid "Something went wrong while fetching the environments for this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
+msgid "Something went wrong while fetching the projects."
+msgstr ""
+
+msgid "Something went wrong while fetching the registry list."
+msgstr ""
+
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
+msgid "Something went wrong while merging this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
+msgid "Something went wrong while reopening the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while resolving this discussion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while stopping this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
+msgid "Something went wrong, unable to add %{project} to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to get projects"
+msgstr ""
+
+msgid "Something went wrong, unable to remove project"
+msgstr ""
+
+msgid "Something went wrong, unable to search projects"
+msgstr ""
+
+msgid "Something went wrong. Please try again."
+msgstr ""
+
+msgid "Something went wrong. Try again later."
+msgstr ""
+
+msgid "Sorry, no epics matched your search"
+msgstr ""
+
+msgid "Sorry, no projects matched your search"
+msgstr ""
+
+msgid "Sorry, your filter produced no results"
+msgstr ""
+
+msgid "Sort by"
+msgstr ""
+
+msgid "Sort direction"
+msgstr ""
+
+msgid "SortOptions|Access level, ascending"
+msgstr ""
+
+msgid "SortOptions|Access level, descending"
+msgstr ""
+
+msgid "SortOptions|Created date"
+msgstr ""
+
+msgid "SortOptions|Due date"
+msgstr ""
+
+msgid "SortOptions|Due later"
+msgstr ""
+
+msgid "SortOptions|Due soon"
+msgstr ""
+
+msgid "SortOptions|Expired date"
+msgstr ""
+
+msgid "SortOptions|Label priority"
+msgstr ""
+
+msgid "SortOptions|Largest group"
+msgstr ""
+
+msgid "SortOptions|Largest repository"
+msgstr ""
+
+msgid "SortOptions|Last Contact"
+msgstr ""
+
+msgid "SortOptions|Last created"
+msgstr ""
+
+msgid "SortOptions|Last joined"
+msgstr ""
+
+msgid "SortOptions|Last updated"
+msgstr ""
+
+msgid "SortOptions|Least popular"
+msgstr ""
+
+msgid "SortOptions|Less weight"
+msgstr ""
+
+msgid "SortOptions|Manual"
+msgstr ""
+
+msgid "SortOptions|Milestone due date"
+msgstr ""
+
+msgid "SortOptions|Milestone due later"
+msgstr ""
+
+msgid "SortOptions|Milestone due soon"
+msgstr ""
+
+msgid "SortOptions|More weight"
+msgstr ""
+
+msgid "SortOptions|Most popular"
+msgstr ""
+
+msgid "SortOptions|Most stars"
+msgstr ""
+
+msgid "SortOptions|Name"
+msgstr ""
+
+msgid "SortOptions|Name, ascending"
+msgstr ""
+
+msgid "SortOptions|Name, descending"
+msgstr ""
+
+msgid "SortOptions|Oldest created"
+msgstr ""
+
+msgid "SortOptions|Oldest joined"
+msgstr ""
+
+msgid "SortOptions|Oldest last activity"
+msgstr ""
+
+msgid "SortOptions|Oldest sign in"
+msgstr ""
+
+msgid "SortOptions|Oldest starred"
+msgstr ""
+
+msgid "SortOptions|Oldest updated"
+msgstr ""
+
+msgid "SortOptions|Popularity"
+msgstr ""
+
+msgid "SortOptions|Priority"
+msgstr ""
+
+msgid "SortOptions|Project"
+msgstr ""
+
+msgid "SortOptions|Recent last activity"
+msgstr ""
+
+msgid "SortOptions|Recent sign in"
+msgstr ""
+
+msgid "SortOptions|Recently starred"
+msgstr ""
+
+msgid "SortOptions|Size"
+msgstr ""
+
+msgid "SortOptions|Sort direction"
+msgstr ""
+
+msgid "SortOptions|Stars"
+msgstr ""
+
+msgid "SortOptions|Start date"
+msgstr ""
+
+msgid "SortOptions|Start later"
+msgstr ""
+
+msgid "SortOptions|Start soon"
+msgstr ""
+
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
+msgid "SortOptions|Weight"
+msgstr ""
+
+msgid "Source"
+msgstr ""
+
+msgid "Source (branch or tag)"
+msgstr ""
+
+msgid "Source code"
+msgstr ""
+
+msgid "Source is not available"
+msgstr ""
+
+msgid "Source project cannot be found."
+msgstr ""
+
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
+msgid "Spam Logs"
+msgstr ""
+
+msgid "Spam and Anti-bot Protection"
+msgstr ""
+
+msgid "Spam log successfully submitted as ham."
+msgstr ""
+
+msgid "Specific Runners"
+msgstr ""
+
+msgid "Specify an e-mail address regex pattern to identify default internal users."
+msgstr ""
+
+msgid "Specify the following URL during the Runner setup:"
+msgstr ""
+
+msgid "Squash commit message"
+msgstr ""
+
+msgid "Squash commits"
+msgstr ""
+
+msgid "Stack trace"
+msgstr ""
+
+msgid "Stage"
+msgstr ""
+
+msgid "Stage & Commit"
+msgstr ""
+
+msgid "Stage all changes"
+msgstr ""
+
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
+
+msgid "Staged"
+msgstr ""
+
+msgid "Staged %{type}"
+msgstr ""
+
+msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging."
+msgstr ""
+
+msgid "Star labels to start sorting by priority"
+msgstr ""
+
+msgid "Star toggle failed. Try again later."
+msgstr ""
+
+msgid "StarProject|Star"
+msgstr ""
+
+msgid "Starred Projects"
+msgstr ""
+
+msgid "Starred Projects' Activity"
+msgstr ""
+
+msgid "Starred projects"
+msgstr ""
+
+msgid "StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page."
+msgstr ""
+
+msgid "StarredProjectsEmptyState|You don't have starred projects yet."
+msgstr ""
+
+msgid "Starrers"
+msgstr ""
+
+msgid "Stars"
+msgstr ""
+
+msgid "Start GitLab Ultimate trial"
+msgstr ""
+
+msgid "Start Web Terminal"
+msgstr ""
+
+msgid "Start a %{new_merge_request} with these changes"
+msgstr ""
+
+msgid "Start a Free Gold Trial"
+msgstr ""
+
+msgid "Start a new discussion..."
+msgstr ""
+
+msgid "Start a new merge request"
+msgstr ""
+
+msgid "Start a review"
+msgstr ""
+
+msgid "Start and due date"
+msgstr ""
+
+msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
+msgstr ""
+
+msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors."
+msgstr ""
+
+msgid "Start cleanup"
+msgstr ""
+
+msgid "Start date"
+msgstr ""
+
+msgid "Start merge train"
+msgstr ""
+
+msgid "Start merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Start search"
+msgstr ""
+
+msgid "Start the Runner!"
+msgstr ""
+
+msgid "Start thread"
+msgstr ""
+
+msgid "Start thread & close %{noteable_name}"
+msgstr ""
+
+msgid "Start thread & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
+msgid "Start your trial"
+msgstr ""
+
+msgid "Started"
+msgstr ""
+
+msgid "Started %{startsIn}"
+msgstr ""
+
+msgid "Started asynchronous removal of all repository check states."
+msgstr ""
+
+msgid "Starting..."
+msgstr ""
+
+msgid "Starts %{startsIn}"
+msgstr ""
+
+msgid "Starts at (UTC)"
+msgstr ""
+
+msgid "State your message to activate"
+msgstr ""
+
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
+msgid "Statistics"
+msgstr ""
+
+msgid "Status"
+msgstr ""
+
+msgid "Status:"
+msgstr ""
+
+msgid "Stay updated about the performance and health of your environment by configuring Prometheus to monitor your deployments."
+msgstr ""
+
+msgid "Stop Terminal"
+msgstr ""
+
+msgid "Stop environment"
+msgstr ""
+
+msgid "Stop impersonation"
+msgstr ""
+
+msgid "Stop this environment"
+msgstr ""
+
+msgid "Stopped"
+msgstr ""
+
+msgid "Stopping this environment is currently not possible as a deployment is in progress"
+msgstr ""
+
+msgid "Stopping..."
+msgstr ""
+
+msgid "Storage"
+msgstr ""
+
+msgid "Storage nodes for new projects"
+msgstr ""
+
+msgid "Storage:"
+msgstr ""
+
+msgid "StorageSize|Unknown"
+msgstr ""
+
+msgid "Subgroup overview"
+msgstr ""
+
+msgid "SubgroupCreationLevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Maintainers"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Owners"
+msgstr ""
+
+msgid "Subgroups"
+msgstr ""
+
+msgid "Subgroups and projects"
+msgstr ""
+
+msgid "Subkeys"
+msgstr ""
+
+msgid "Submit a review"
+msgstr ""
+
+msgid "Submit as spam"
+msgstr ""
+
+msgid "Submit feedback"
+msgstr ""
+
+msgid "Submit issue"
+msgstr ""
+
+msgid "Submit review"
+msgstr ""
+
+msgid "Submit search"
+msgstr ""
+
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
+msgid "Subscribe"
+msgstr ""
+
+msgid "Subscribe at group level"
+msgstr ""
+
+msgid "Subscribe at project level"
+msgstr ""
+
+msgid "Subscribe to RSS feed"
+msgstr ""
+
+msgid "Subscribe to calendar"
+msgstr ""
+
+msgid "Subscribed"
+msgstr ""
+
+msgid "Subscribed to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscribes to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscription"
+msgstr ""
+
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
+msgid "SubscriptionTable|Billing"
+msgstr ""
+
+msgid "SubscriptionTable|Free"
+msgstr ""
+
+msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal."
+msgstr ""
+
+msgid "SubscriptionTable|Last invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Loading subscriptions"
+msgstr ""
+
+msgid "SubscriptionTable|Manage"
+msgstr ""
+
+msgid "SubscriptionTable|Max seats used"
+msgstr ""
+
+msgid "SubscriptionTable|Next invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Seats currently in use"
+msgstr ""
+
+msgid "SubscriptionTable|Seats in subscription"
+msgstr ""
+
+msgid "SubscriptionTable|Seats owed"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription end date"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription start date"
+msgstr ""
+
+msgid "SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started."
+msgstr ""
+
+msgid "SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan."
+msgstr ""
+
+msgid "SubscriptionTable|Trial"
+msgstr ""
+
+msgid "SubscriptionTable|Trial end date"
+msgstr ""
+
+msgid "SubscriptionTable|Trial start date"
+msgstr ""
+
+msgid "SubscriptionTable|Upgrade"
+msgstr ""
+
+msgid "SubscriptionTable|Usage"
+msgstr ""
+
+msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
+msgstr ""
+
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
+msgid "Subtracted"
+msgstr ""
+
+msgid "Subtracts"
+msgstr ""
+
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr ""
+
+msgid "Successfully confirmed"
+msgstr ""
+
+msgid "Successfully deactivated"
+msgstr ""
+
+msgid "Successfully deleted U2F device."
+msgstr ""
+
+msgid "Successfully removed email."
+msgstr ""
+
+msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details."
+msgstr ""
+
+msgid "Successfully unblocked"
+msgstr ""
+
+msgid "Successfully unlocked"
+msgstr ""
+
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
+
+msgid "Suggested change"
+msgstr ""
+
+msgid "SuggestedColors|Bright green"
+msgstr ""
+
+msgid "SuggestedColors|Dark grayish cyan"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate orange"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate pink"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate violet"
+msgstr ""
+
+msgid "SuggestedColors|Feijoa"
+msgstr ""
+
+msgid "SuggestedColors|Lime green"
+msgstr ""
+
+msgid "SuggestedColors|Moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Pure red"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated green"
+msgstr ""
+
+msgid "SuggestedColors|Soft orange"
+msgstr ""
+
+msgid "SuggestedColors|Soft red"
+msgstr ""
+
+msgid "SuggestedColors|Strong pink"
+msgstr ""
+
+msgid "SuggestedColors|Strong red"
+msgstr ""
+
+msgid "SuggestedColors|Strong yellow"
+msgstr ""
+
+msgid "SuggestedColors|UA blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark lime green"
+msgstr ""
+
+msgid "SuggestedColors|Very pale orange"
+msgstr ""
+
+msgid "Suggestions:"
+msgstr ""
+
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
+msgid "Sunday"
+msgstr ""
+
+msgid "Support"
+msgstr ""
+
+msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "Support page URL"
+msgstr ""
+
+msgid "Switch branch/tag"
+msgstr ""
+
+msgid "Switch to GitLab Next"
+msgstr ""
+
+msgid "Switch to the source to copy the file contents"
+msgstr ""
+
+msgid "Sync information"
+msgstr ""
+
+msgid "System"
+msgstr ""
+
+msgid "System Hooks"
+msgstr ""
+
+msgid "System Hooks Help"
+msgstr ""
+
+msgid "System Info"
+msgstr ""
+
+msgid "System default (%{default})"
+msgstr ""
+
+msgid "System header and footer"
+msgstr ""
+
+msgid "System hook was successfully updated."
+msgstr ""
+
+msgid "System metrics (Custom)"
+msgstr ""
+
+msgid "System metrics (Kubernetes)"
+msgstr ""
+
+msgid "Table of Contents"
+msgstr ""
+
+msgid "Tag"
+msgstr ""
+
+msgid "Tag list:"
+msgstr ""
+
+msgid "Tag name"
+msgstr ""
+
+msgid "Tag this commit."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags"
+msgstr ""
+
+msgid "Tags feed"
+msgstr ""
+
+msgid "Tags this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tags this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags:"
+msgstr ""
+
+msgid "TagsPage|Browse commits"
+msgstr ""
+
+msgid "TagsPage|Browse files"
+msgstr ""
+
+msgid "TagsPage|Can't find HEAD commit for this tag"
+msgstr ""
+
+msgid "TagsPage|Cancel"
+msgstr ""
+
+msgid "TagsPage|Create tag"
+msgstr ""
+
+msgid "TagsPage|Delete tag"
+msgstr ""
+
+msgid "TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "TagsPage|Edit release notes"
+msgstr ""
+
+msgid "TagsPage|Existing branch name, tag, or commit SHA"
+msgstr ""
+
+msgid "TagsPage|Filter by tag name"
+msgstr ""
+
+msgid "TagsPage|New Tag"
+msgstr ""
+
+msgid "TagsPage|New tag"
+msgstr ""
+
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
+
+msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
+msgstr ""
+
+msgid "TagsPage|Release notes"
+msgstr ""
+
+msgid "TagsPage|Repository has no tags yet."
+msgstr ""
+
+msgid "TagsPage|Sort by"
+msgstr ""
+
+msgid "TagsPage|Tags"
+msgstr ""
+
+msgid "TagsPage|Tags give the ability to mark specific points in history as being important"
+msgstr ""
+
+msgid "TagsPage|This tag has no release notes."
+msgstr ""
+
+msgid "TagsPage|Use git tag command to add a new one:"
+msgstr ""
+
+msgid "TagsPage|Write your release notes or drag files here…"
+msgstr ""
+
+msgid "TagsPage|protected"
+msgstr ""
+
+msgid "Target Branch"
+msgstr ""
+
+msgid "Target Path"
+msgstr ""
+
+msgid "Target branch"
+msgstr ""
+
+msgid "Target-Branch"
+msgstr ""
+
+msgid "Team"
+msgstr ""
+
+msgid "Team domain"
+msgstr ""
+
+msgid "Telephone number"
+msgstr ""
+
+msgid "Template"
+msgstr ""
+
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
+msgid "Templates"
+msgstr ""
+
+msgid "Terminal"
+msgstr ""
+
+msgid "Terminal for environment"
+msgstr ""
+
+msgid "Terminal sync service is running"
+msgstr ""
+
+msgid "Terms of Service Agreement and Privacy Policy"
+msgstr ""
+
+msgid "Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "Test"
+msgstr ""
+
+msgid "Test coverage parsing"
+msgstr ""
+
+msgid "Test failed."
+msgstr ""
+
+msgid "Test settings and save changes"
+msgstr ""
+
+msgid "TestHooks|Ensure one of your projects has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI jobs."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI pipelines."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has at least one commit."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has issues."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has notes."
+msgstr ""
+
+msgid "TestHooks|Ensure the wiki is enabled and has pages."
+msgstr ""
+
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
+msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
+msgstr ""
+
+msgid "Thank you for your report. A GitLab administrator will look into it shortly."
+msgstr ""
+
+msgid "Thanks! Don't show me this again"
+msgstr ""
+
+msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
+msgstr ""
+
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
+msgid "The %{type} contains the following error:"
+msgid_plural "The %{type} contains the following errors:"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
+msgstr ""
+
+msgid "The CSV export will be created in the background. Once finished, it will be sent to <strong>%{email}</strong> in an attachment."
+msgstr ""
+
+msgid "The Git LFS objects will <strong>not</strong> be synced."
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project"
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
+msgstr ""
+
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
+msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
+msgstr ""
+
+msgid "The amount of seconds after which a request to get a secondary node status will time out."
+msgstr ""
+
+msgid "The branch for this project has no active pipeline configuration."
+msgstr ""
+
+msgid "The branch or tag does not exist"
+msgstr ""
+
+msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
+msgstr ""
+
+msgid "The coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request."
+msgstr ""
+
+msgid "The collection of events added to the data gathered for that stage."
+msgstr ""
+
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
+msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
+msgstr ""
+
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
+msgid "The dependency list details information about the components used within your project."
+msgstr ""
+
+msgid "The deployment of this job to %{environmentLink} did not succeed."
+msgstr ""
+
+msgid "The directory has been successfully created."
+msgstr ""
+
+msgid "The domain you entered is misformatted."
+msgstr ""
+
+msgid "The domain you entered is not allowed."
+msgstr ""
+
+msgid "The entered user map is not a valid JSON user map."
+msgstr ""
+
+msgid "The file has been successfully created."
+msgstr ""
+
+msgid "The file has been successfully deleted."
+msgstr ""
+
+msgid "The file name should have a .yml extension"
+msgstr ""
+
+msgid "The following items will NOT be exported:"
+msgstr ""
+
+msgid "The following items will be exported:"
+msgstr ""
+
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The fork relationship has been removed."
+msgstr ""
+
+msgid "The global settings require you to enable Two-Factor Authentication for your account."
+msgstr ""
+
+msgid "The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "The group has already been shared with this group"
+msgstr ""
+
+msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
+msgstr ""
+
+msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The invitation could not be accepted."
+msgstr ""
+
+msgid "The invitation could not be declined."
+msgstr ""
+
+msgid "The invitation has already been accepted."
+msgstr ""
+
+msgid "The invitation was successfully resent."
+msgstr ""
+
+msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
+msgstr ""
+
+msgid "The license was removed. GitLab has fallen back on the previous license."
+msgstr ""
+
+msgid "The license was removed. GitLab now no longer has a valid license."
+msgstr ""
+
+msgid "The license was successfully uploaded and is now active. You can see the details below."
+msgstr ""
+
+msgid "The maximum file size allowed is %{size}."
+msgstr ""
+
+msgid "The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
+msgstr ""
+
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
+
+msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
+msgstr ""
+
+msgid "The number of times an upload record could not find its file"
+msgstr ""
+
+msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
+msgstr ""
+
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
+
+msgid "The phase of the development lifecycle."
+msgstr ""
+
+msgid "The pipeline has been deleted"
+msgstr ""
+
+msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
+msgstr ""
+
+msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit."
+msgstr ""
+
+msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
+msgstr ""
+
+msgid "The production stage shows the total time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "The project can be accessed by any user who is logged in."
+msgstr ""
+
+msgid "The project can be accessed by anyone, regardless of authentication."
+msgstr ""
+
+msgid "The project can be accessed without any authentication."
+msgstr ""
+
+msgid "The project is accessible only by members of the project. Access must be granted explicitly to each user."
+msgstr ""
+
+msgid "The project is still being deleted. Please try again later."
+msgstr ""
+
+msgid "The project was successfully forked."
+msgstr ""
+
+msgid "The project was successfully imported."
+msgstr ""
+
+msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "The remote mirror took to long to complete."
+msgstr ""
+
+msgid "The remote repository is being updated..."
+msgstr ""
+
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
+msgid "The repository for this project does not exist."
+msgstr ""
+
+msgid "The repository for this project is empty"
+msgstr ""
+
+msgid "The repository is being updated..."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
+msgstr ""
+
+msgid "The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "The schedule time must be in the future!"
+msgstr ""
+
+msgid "The snippet can be accessed without any authentication."
+msgstr ""
+
+msgid "The snippet is visible only to me."
+msgstr ""
+
+msgid "The snippet is visible only to project members."
+msgstr ""
+
+msgid "The snippet is visible to any logged in user."
+msgstr ""
+
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgstr ""
+
+msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
+msgstr ""
+
+msgid "The time taken by each data entry gathered by that stage."
+msgstr ""
+
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgstr ""
+
+msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
+msgstr ""
+
+msgid "The uploaded file is not a valid Google Takeout archive."
+msgstr ""
+
+msgid "The usage ping is disabled, and cannot be configured through this form."
+msgstr ""
+
+msgid "The user is being deleted."
+msgstr ""
+
+msgid "The user map has been saved. Continue by selecting the projects you want to import."
+msgstr ""
+
+msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of <code>:</code>. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
+msgstr ""
+
+msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
+msgstr ""
+
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
+msgid "The user-facing URL of the Geo node"
+msgstr ""
+
+msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
+msgstr ""
+
+msgid "There are no GPG keys associated with this account."
+msgstr ""
+
+msgid "There are no GPG keys with access to your account."
+msgstr ""
+
+msgid "There are no SSH keys associated with this account."
+msgstr ""
+
+msgid "There are no SSH keys with access to your account."
+msgstr ""
+
+msgid "There are no archived projects yet"
+msgstr ""
+
+msgid "There are no charts configured for this page"
+msgstr ""
+
+msgid "There are no closed issues"
+msgstr ""
+
+msgid "There are no closed merge requests"
+msgstr ""
+
+msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates."
+msgstr ""
+
+msgid "There are no issues to show"
+msgstr ""
+
+msgid "There are no issues to show."
+msgstr ""
+
+msgid "There are no labels yet"
+msgstr ""
+
+msgid "There are no matching files"
+msgstr ""
+
+msgid "There are no open issues"
+msgstr ""
+
+msgid "There are no open merge requests"
+msgstr ""
+
+msgid "There are no packages yet"
+msgstr ""
+
+msgid "There are no projects shared with this group yet"
+msgstr ""
+
+msgid "There are no staged changes"
+msgstr ""
+
+msgid "There are no unstaged changes"
+msgstr ""
+
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
+msgid "There is already a repository with that name on disk"
+msgstr ""
+
+msgid "There is no data available. Please change your selection."
+msgstr ""
+
+msgid "There was a problem communicating with your device."
+msgstr ""
+
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
+msgid "There was a problem sending the confirmation email"
+msgstr ""
+
+msgid "There was an error %{message} todo."
+msgstr ""
+
+msgid "There was an error adding a To Do."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
+msgid "There was an error creating the issue"
+msgstr ""
+
+msgid "There was an error deleting the To Do."
+msgstr ""
+
+msgid "There was an error fetching configuration for charts"
+msgstr ""
+
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
+msgstr ""
+
+msgid "There was an error gathering the chart data"
+msgstr ""
+
+msgid "There was an error loading users activity calendar."
+msgstr ""
+
+msgid "There was an error removing the e-mail."
+msgstr ""
+
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
+msgid "There was an error resetting group pipeline minutes."
+msgstr ""
+
+msgid "There was an error resetting user pipeline minutes."
+msgstr ""
+
+msgid "There was an error saving your changes."
+msgstr ""
+
+msgid "There was an error saving your notification settings."
+msgstr ""
+
+msgid "There was an error subscribing to this label."
+msgstr ""
+
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
+msgid "There was an error trying to validate your query"
+msgstr ""
+
+msgid "There was an error when reseting email token."
+msgstr ""
+
+msgid "There was an error when subscribing to this label."
+msgstr ""
+
+msgid "There was an error when unsubscribing from this label."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
+msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
+msgstr ""
+
+msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
+msgstr ""
+
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
+msgid "They can be managed using the %{link}."
+msgstr ""
+
+msgid "Third party offers"
+msgstr ""
+
+msgid "This %{issuableDisplayName} is locked. Only project members can comment."
+msgstr ""
+
+msgid "This %{issuable} is locked. Only <strong>project members</strong> can comment."
+msgstr ""
+
+msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead."
+msgstr ""
+
+msgid "This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area."
+msgstr ""
+
+msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
+msgstr ""
+
+msgid "This also resolves the discussion"
+msgstr ""
+
+msgid "This application was created by %{link_to_owner}."
+msgstr ""
+
+msgid "This application will be able to:"
+msgstr ""
+
+msgid "This block is self-referential"
+msgstr ""
+
+msgid "This board's scope is reduced"
+msgstr ""
+
+msgid "This branch has changed since you started editing. Would you like to create a new branch?"
+msgstr ""
+
+msgid "This chart could not be displayed"
+msgstr ""
+
+msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost."
+msgstr ""
+
+msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request."
+msgstr ""
+
+msgid "This commit was signed with a <strong>verified</strong> signature and the committer email is verified to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with a different user's verified signature."
+msgstr ""
+
+msgid "This commit was signed with a verified signature, but the committer email is <strong>not verified</strong> to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with an <strong>unverified</strong> signature."
+msgstr ""
+
+msgid "This date is after the due date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This date is before the start date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This device has already been registered with us."
+msgstr ""
+
+msgid "This device has not been registered with us."
+msgstr ""
+
+msgid "This diff is collapsed."
+msgstr ""
+
+msgid "This diff was suppressed by a .gitattributes entry."
+msgstr ""
+
+msgid "This directory"
+msgstr ""
+
+msgid "This domain is not verified. You will need to verify ownership before access is enabled."
+msgstr ""
+
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
+msgid "This environment has no deployments yet."
+msgstr ""
+
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr ""
+
+msgid "This feature requires local storage to be enabled"
+msgstr ""
+
+msgid "This field is required."
+msgstr ""
+
+msgid "This group"
+msgstr ""
+
+msgid "This group does not provide any group Runners yet."
+msgstr ""
+
+msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
+msgstr ""
+
+msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
+msgstr ""
+
+msgid "This is a Work in Progress"
+msgstr ""
+
+msgid "This is a confidential issue."
+msgstr ""
+
+msgid "This is a delayed job to run in %{remainingTime}"
+msgstr ""
+
+msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
+msgstr ""
+
+msgid "This is a security log of important events involving your account."
+msgstr ""
+
+msgid "This is the author's first Merge Request to this project."
+msgstr ""
+
+msgid "This is the maximum number of users that have existed at the same time since the license started. This is the minimum number of seats you will need to buy when you renew your license."
+msgstr ""
+
+msgid "This is your current session"
+msgstr ""
+
+msgid "This issue is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
+msgstr ""
+
+msgid "This issue is confidential"
+msgstr ""
+
+msgid "This issue is locked."
+msgstr ""
+
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
+msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
+msgstr ""
+
+msgid "This job does not have a trace."
+msgstr ""
+
+msgid "This job has been canceled"
+msgstr ""
+
+msgid "This job has been skipped"
+msgstr ""
+
+msgid "This job has not been triggered yet"
+msgstr ""
+
+msgid "This job has not started yet"
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is archived. Only the complete pipeline can be retried."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
+msgid "This job is in pending state and is waiting to be picked by a runner"
+msgstr ""
+
+msgid "This job is performing tasks that must complete before it can start"
+msgstr ""
+
+msgid "This job is preparing to start"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners online with any of these tags assigned to them:"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners that can run this job."
+msgstr ""
+
+msgid "This job is waiting for resource: "
+msgstr ""
+
+msgid "This job requires a manual action"
+msgstr ""
+
+msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
+msgstr ""
+
+msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action."
+msgstr ""
+
+msgid "This may expose confidential information as the selected fork is in another namespace that can have other members."
+msgstr ""
+
+msgid "This means you can not push code until you create an empty repository or import existing one."
+msgstr ""
+
+msgid "This merge request is locked."
+msgstr ""
+
+msgid "This namespace has already been taken! Please choose another one."
+msgstr ""
+
+msgid "This option is disabled as you don't have write permissions for the current branch"
+msgstr ""
+
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
+msgid "This page is unavailable because you are not allowed to read information across multiple projects."
+msgstr ""
+
+msgid "This page will be removed in a future release."
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
+msgstr ""
+
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
+msgid "This project"
+msgstr ""
+
+msgid "This project does not belong to a group and can therefore not make use of group Runners."
+msgstr ""
+
+msgid "This project does not have a wiki homepage yet"
+msgstr ""
+
+msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
+msgstr ""
+
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
+msgid "This repository"
+msgstr ""
+
+msgid "This repository is currently empty. A new Auto DevOps pipeline will be created after a new file has been pushed to a branch."
+msgstr ""
+
+msgid "This runner will only run on pipelines triggered on protected branches"
+msgstr ""
+
+msgid "This setting can be overridden in each project."
+msgstr ""
+
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgstr ""
+
+msgid "This subscription is for"
+msgstr ""
+
+msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "This user cannot be unlocked manually from GitLab"
+msgstr ""
+
+msgid "This user has no active %{type} Tokens."
+msgstr ""
+
+msgid "This user has no identities"
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches. Upon creation or when reassigning you can only assign yourself to be the mirror user."
+msgstr ""
+
+msgid "This will redirect you to an external sign in page."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr ""
+
+msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
+msgstr ""
+
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
+msgid "Thursday"
+msgstr ""
+
+msgid "Time"
+msgstr ""
+
+msgid "Time based: Yes"
+msgstr ""
+
+msgid "Time before an issue gets scheduled"
+msgstr ""
+
+msgid "Time before an issue starts implementation"
+msgstr ""
+
+msgid "Time before enforced"
+msgstr ""
+
+msgid "Time between merge request creation and merge/close"
+msgstr ""
+
+msgid "Time estimate"
+msgstr ""
+
+msgid "Time from first comment to last commit"
+msgstr ""
+
+msgid "Time from first commit until first comment"
+msgstr ""
+
+msgid "Time from last commit to merge"
+msgstr ""
+
+msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied."
+msgstr ""
+
+msgid "Time remaining"
+msgstr ""
+
+msgid "Time spent"
+msgstr ""
+
+msgid "Time to merge"
+msgstr ""
+
+msgid "Time tracking"
+msgstr ""
+
+msgid "Time until first merge request"
+msgstr ""
+
+msgid "TimeTrackingEstimated|Est"
+msgstr ""
+
+msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Estimated:"
+msgstr ""
+
+msgid "TimeTracking|Over by %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Spent"
+msgstr ""
+
+msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "Timeago|%s days ago"
+msgstr ""
+
+msgid "Timeago|%s days remaining"
+msgstr ""
+
+msgid "Timeago|%s hours ago"
+msgstr ""
+
+msgid "Timeago|%s hours remaining"
+msgstr ""
+
+msgid "Timeago|%s minutes ago"
+msgstr ""
+
+msgid "Timeago|%s minutes remaining"
+msgstr ""
+
+msgid "Timeago|%s months ago"
+msgstr ""
+
+msgid "Timeago|%s months remaining"
+msgstr ""
+
+msgid "Timeago|%s seconds remaining"
+msgstr ""
+
+msgid "Timeago|%s weeks ago"
+msgstr ""
+
+msgid "Timeago|%s weeks remaining"
+msgstr ""
+
+msgid "Timeago|%s years ago"
+msgstr ""
+
+msgid "Timeago|%s years remaining"
+msgstr ""
+
+msgid "Timeago|1 day ago"
+msgstr ""
+
+msgid "Timeago|1 day remaining"
+msgstr ""
+
+msgid "Timeago|1 hour ago"
+msgstr ""
+
+msgid "Timeago|1 hour remaining"
+msgstr ""
+
+msgid "Timeago|1 minute ago"
+msgstr ""
+
+msgid "Timeago|1 minute remaining"
+msgstr ""
+
+msgid "Timeago|1 month ago"
+msgstr ""
+
+msgid "Timeago|1 month remaining"
+msgstr ""
+
+msgid "Timeago|1 week ago"
+msgstr ""
+
+msgid "Timeago|1 week remaining"
+msgstr ""
+
+msgid "Timeago|1 year ago"
+msgstr ""
+
+msgid "Timeago|1 year remaining"
+msgstr ""
+
+msgid "Timeago|Past due"
+msgstr ""
+
+msgid "Timeago|in %s days"
+msgstr ""
+
+msgid "Timeago|in %s hours"
+msgstr ""
+
+msgid "Timeago|in %s minutes"
+msgstr ""
+
+msgid "Timeago|in %s months"
+msgstr ""
+
+msgid "Timeago|in %s seconds"
+msgstr ""
+
+msgid "Timeago|in %s weeks"
+msgstr ""
+
+msgid "Timeago|in %s years"
+msgstr ""
+
+msgid "Timeago|in 1 day"
+msgstr ""
+
+msgid "Timeago|in 1 hour"
+msgstr ""
+
+msgid "Timeago|in 1 minute"
+msgstr ""
+
+msgid "Timeago|in 1 month"
+msgstr ""
+
+msgid "Timeago|in 1 week"
+msgstr ""
+
+msgid "Timeago|in 1 year"
+msgstr ""
+
+msgid "Timeago|just now"
+msgstr ""
+
+msgid "Timeago|right now"
+msgstr ""
+
+msgid "Timeout"
+msgstr ""
+
+msgid "Time|hr"
+msgid_plural "Time|hrs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|min"
+msgid_plural "Time|mins"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|s"
+msgstr ""
+
+msgid "Tip:"
+msgstr ""
+
+msgid "Title"
+msgstr ""
+
+msgid "Title:"
+msgstr ""
+
+msgid "Titles and Filenames"
+msgstr ""
+
+msgid "To"
+msgstr ""
+
+msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
+msgstr ""
+
+msgid "To Do"
+msgstr ""
+
+msgid "To GitLab"
+msgstr ""
+
+msgid "To access this domain create a new DNS record"
+msgstr ""
+
+msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
+msgstr ""
+
+msgid "To add the entry manually, provide the following details to the application on your phone."
+msgstr ""
+
+msgid "To connect GitHub repositories, you can use a %{personal_access_token_link}. When you create your Personal Access Token, you will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to connect."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:"
+msgstr ""
+
+msgid "To connect an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To define internal users, first enable new users set to external"
+msgstr ""
+
+msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
+msgstr ""
+
+msgid "To get started you enter your FogBugz URL and login information below. In the next steps, you'll be able to map users and select the projects you want to import."
+msgstr ""
+
+msgid "To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}"
+msgstr ""
+
+msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
+msgstr ""
+
+msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
+msgstr ""
+
+msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}"
+msgstr ""
+
+msgid "To import an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To keep this project going, create a new issue"
+msgstr ""
+
+msgid "To keep this project going, create a new merge request"
+msgstr ""
+
+msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token."
+msgstr ""
+
+msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
+msgstr ""
+
+msgid "To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>."
+msgstr ""
+
+msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
+msgstr ""
+
+msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, a private fork of this project was selected."
+msgstr ""
+
+msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
+msgstr ""
+
+msgid "To see all the user's personal access tokens you must impersonate them first."
+msgstr ""
+
+msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
+msgstr ""
+
+msgid "To set up this service:"
+msgstr ""
+
+msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
+msgstr ""
+
+msgid "To start serving your jobs you can add Runners to your group"
+msgstr ""
+
+msgid "To start serving your jobs you can either add specific Runners to your project or use shared Runners"
+msgstr ""
+
+msgid "To this GitLab instance"
+msgstr ""
+
+msgid "To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button."
+msgstr ""
+
+msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
+msgstr ""
+
+msgid "To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "To widen your search, change or remove filters."
+msgstr ""
+
+msgid "To-Do List"
+msgstr ""
+
+msgid "To-do item successfully marked as done."
+msgstr ""
+
+msgid "Today"
+msgstr ""
+
+msgid "Toggle Markdown preview"
+msgstr ""
+
+msgid "Toggle Sidebar"
+msgstr ""
+
+msgid "Toggle backtrace"
+msgstr ""
+
+msgid "Toggle collapse"
+msgstr ""
+
+msgid "Toggle comments for this file"
+msgstr ""
+
+msgid "Toggle commit description"
+msgstr ""
+
+msgid "Toggle commit list"
+msgstr ""
+
+msgid "Toggle emoji award"
+msgstr ""
+
+msgid "Toggle navigation"
+msgstr ""
+
+msgid "Toggle project"
+msgstr ""
+
+msgid "Toggle sidebar"
+msgstr ""
+
+msgid "Toggle the Performance Bar"
+msgstr ""
+
+msgid "Toggle this dialog"
+msgstr ""
+
+msgid "Toggle thread"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: OFF"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: ON"
+msgstr ""
+
+msgid "Toggled :%{name}: emoji award."
+msgstr ""
+
+msgid "Toggles :%{name}: emoji award."
+msgstr ""
+
+msgid "Tomorrow"
+msgstr ""
+
+msgid "Too many changes to show."
+msgstr ""
+
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Topics"
+msgstr ""
+
+msgid "Total"
+msgstr ""
+
+msgid "Total Contributions"
+msgstr ""
+
+msgid "Total artifacts size: %{total_size}"
+msgstr ""
+
+msgid "Total issues"
+msgstr ""
+
+msgid "Total test time for all commits/merges"
+msgstr ""
+
+msgid "Total weight"
+msgstr ""
+
+msgid "Total: %{total}"
+msgstr ""
+
+msgid "Trace"
+msgstr ""
+
+msgid "Tracing"
+msgstr ""
+
+msgid "Track activity with Contribution Analytics."
+msgstr ""
+
+msgid "Track groups of issues that share a theme, across projects and milestones"
+msgstr ""
+
+msgid "Track time with quick actions"
+msgstr ""
+
+msgid "Track your GitLab projects with GitLab for Slack."
+msgstr ""
+
+msgid "Track your project with Audit Events."
+msgstr ""
+
+msgid "Transfer project"
+msgstr ""
+
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "TransferGroup|Database is not supported."
+msgstr ""
+
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
+msgid "TransferGroup|Group is already a root group."
+msgstr ""
+
+msgid "TransferGroup|Group is already associated to the parent group."
+msgstr ""
+
+msgid "TransferGroup|The parent group already has a subgroup with the same path."
+msgstr ""
+
+msgid "TransferGroup|Transfer failed: %{error_message}"
+msgstr ""
+
+msgid "TransferGroup|You don't have enough permissions."
+msgstr ""
+
+msgid "TransferProject|Cannot move project"
+msgstr ""
+
+msgid "TransferProject|Please select a new namespace for your project."
+msgstr ""
+
+msgid "TransferProject|Project cannot be transferred, because tags are present in its container registry"
+msgstr ""
+
+msgid "TransferProject|Project with same name or path in target namespace already exists"
+msgstr ""
+
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
+msgid "TransferProject|Transfer failed, please contact an admin."
+msgstr ""
+
+msgid "Tree view"
+msgstr ""
+
+msgid "Trending"
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
+
+msgid "Trigger pipelines for mirror updates"
+msgstr ""
+
+msgid "Trigger pipelines when branches or tags are updated from the upstream repository. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Only enable this if you know they can handle the load."
+msgstr ""
+
+msgid "Trigger removed."
+msgstr ""
+
+msgid "Trigger this manual action"
+msgstr ""
+
+msgid "Trigger token:"
+msgstr ""
+
+msgid "Trigger variables:"
+msgstr ""
+
+msgid "Trigger was created successfully."
+msgstr ""
+
+msgid "Trigger was successfully updated."
+msgstr ""
+
+msgid "Triggerer"
+msgstr ""
+
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
+
+msgid "Troubleshoot and monitor your application with tracing"
+msgstr ""
+
+msgid "Try again"
+msgstr ""
+
+msgid "Try again?"
+msgstr ""
+
+msgid "Try all GitLab has to offer for 30 days."
+msgstr ""
+
+msgid "Try to fork again"
+msgstr ""
+
+msgid "Try using a different search term to find the file you are looking for."
+msgstr ""
+
+msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
+msgstr ""
+
+msgid "Tuesday"
+msgstr ""
+
+msgid "Turn Off"
+msgstr ""
+
+msgid "Turn On"
+msgstr ""
+
+msgid "Turn on Service Desk"
+msgstr ""
+
+msgid "Twitter"
+msgstr ""
+
+msgid "Two-Factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication Recovery codes"
+msgstr ""
+
+msgid "Two-factor Authentication has been disabled for this user"
+msgstr ""
+
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Type"
+msgstr ""
+
+msgid "Type/State"
+msgstr ""
+
+msgid "U2F Devices (%{length})"
+msgstr ""
+
+msgid "U2F only works with HTTPS-enabled websites. Contact your administrator for more details."
+msgstr ""
+
+msgid "URL"
+msgstr ""
+
+msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
+msgstr ""
+
+msgid "URL or request ID"
+msgstr ""
+
+msgid "Unable to apply suggestions to a deleted line."
+msgstr ""
+
+msgid "Unable to build Slack link."
+msgstr ""
+
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
+msgid "Unable to connect to Prometheus server"
+msgstr ""
+
+msgid "Unable to connect to server: %{error}"
+msgstr ""
+
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
+msgid "Unable to generate new instance ID"
+msgstr ""
+
+msgid "Unable to load the diff. %{button_try_again}"
+msgstr ""
+
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
+msgid "Unable to resolve"
+msgstr ""
+
+msgid "Unable to save your changes. Please try again."
+msgstr ""
+
+msgid "Unable to schedule a pipeline to run immediately"
+msgstr ""
+
+msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
+msgstr ""
+
+msgid "Unable to update label prioritization at this time"
+msgstr ""
+
+msgid "Unable to update this epic at this time."
+msgstr ""
+
+msgid "Unable to update this issue at this time."
+msgstr ""
+
+msgid "Unarchive project"
+msgstr ""
+
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr ""
+
+msgid "Unblock"
+msgstr ""
+
+msgid "Undo"
+msgstr ""
+
+msgid "Unfortunately, your email message to GitLab could not be processed."
+msgstr ""
+
+msgid "Uninstall"
+msgstr ""
+
+msgid "Uninstalling"
+msgstr ""
+
+msgid "Unknown"
+msgstr ""
+
+msgid "Unknown Error"
+msgstr ""
+
+msgid "Unknown encryption strategy: %{encrypted_strategy}!"
+msgstr ""
+
+msgid "Unknown format"
+msgstr ""
+
+msgid "Unknown response text"
+msgstr ""
+
+msgid "Unlimited"
+msgstr ""
+
+msgid "Unlock"
+msgstr ""
+
+msgid "Unlock the discussion"
+msgstr ""
+
+msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgstr ""
+
+msgid "Unlocked"
+msgstr ""
+
+msgid "Unlocked the discussion."
+msgstr ""
+
+msgid "Unlocks the discussion."
+msgstr ""
+
+msgid "Unmarked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unmarks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unresolve discussion"
+msgstr ""
+
+msgid "Unresolve thread"
+msgstr ""
+
+msgid "Unschedule job"
+msgstr ""
+
+msgid "Unstage"
+msgstr ""
+
+msgid "Unstage all changes"
+msgstr ""
+
+msgid "Unstaged"
+msgstr ""
+
+msgid "Unstaged %{type}"
+msgstr ""
+
+msgid "Unstaged and staged %{type}"
+msgstr ""
+
+msgid "Unstar"
+msgstr ""
+
+msgid "Unsubscribe"
+msgstr ""
+
+msgid "Unsubscribe at group level"
+msgstr ""
+
+msgid "Unsubscribe at project level"
+msgstr ""
+
+msgid "Unsubscribe from %{type}"
+msgstr ""
+
+msgid "Unsubscribed from this %{quick_action_target}."
+msgstr ""
+
+msgid "Unsubscribes from this %{quick_action_target}."
+msgstr ""
+
+msgid "Until"
+msgstr ""
+
+msgid "Until that time, the project can be restored."
+msgstr ""
+
+msgid "Unverified"
+msgstr ""
+
+msgid "Up to date"
+msgstr ""
+
+msgid "Upcoming"
+msgstr ""
+
+msgid "Upcoming Release"
+msgstr ""
+
+msgid "Update"
+msgstr ""
+
+msgid "Update all"
+msgstr ""
+
+msgid "Update approval rule"
+msgstr ""
+
+msgid "Update failed"
+msgstr ""
+
+msgid "Update failed. Please try again."
+msgstr ""
+
+msgid "Update it"
+msgstr ""
+
+msgid "Update now"
+msgstr ""
+
+msgid "Update your bookmarked URLs as filtered/sorted branches URL has been changed."
+msgstr ""
+
+msgid "Update your group name, description, avatar, and visibility."
+msgstr ""
+
+msgid "Update your project name, topics, description and avatar."
+msgstr ""
+
+msgid "UpdateProject|Cannot rename project because it contains container registry tags!"
+msgstr ""
+
+msgid "UpdateProject|Could not set the default branch"
+msgstr ""
+
+msgid "UpdateProject|New visibility level not allowed!"
+msgstr ""
+
+msgid "UpdateProject|Project could not be updated!"
+msgstr ""
+
+msgid "Updated"
+msgstr ""
+
+msgid "Updated %{updated_at} by %{updated_by}"
+msgstr ""
+
+msgid "Updated at"
+msgstr ""
+
+msgid "Updated to"
+msgstr ""
+
+msgid "Updating"
+msgstr ""
+
+msgid "Upgrade plan to unlock Canary Deployments feature"
+msgstr ""
+
+msgid "Upgrade your plan"
+msgstr ""
+
+msgid "Upgrade your plan to activate Advanced Global Search."
+msgstr ""
+
+msgid "Upgrade your plan to activate Audit Events."
+msgstr ""
+
+msgid "Upgrade your plan to activate Contribution Analytics."
+msgstr ""
+
+msgid "Upgrade your plan to activate Group Webhooks."
+msgstr ""
+
+msgid "Upgrade your plan to improve Issue boards."
+msgstr ""
+
+msgid "Upgrade your plan to improve Merge Requests."
+msgstr ""
+
+msgid "Upload <code>GoogleCodeProjectHosting.json</code> here:"
+msgstr ""
+
+msgid "Upload CSV file"
+msgstr ""
+
+msgid "Upload New File"
+msgstr ""
+
+msgid "Upload a certificate for your domain with all intermediates"
+msgstr ""
+
+msgid "Upload a private key for your certificate"
+msgstr ""
+
+msgid "Upload file"
+msgstr ""
+
+msgid "Upload object map"
+msgstr ""
+
+msgid "UploadLink|click to upload"
+msgstr ""
+
+msgid "Uploaded on"
+msgstr ""
+
+msgid "Uploading changes to terminal"
+msgstr ""
+
+msgid "Uploads"
+msgstr ""
+
+msgid "Upstream"
+msgstr ""
+
+msgid "Uptime"
+msgstr ""
+
+msgid "Upvotes"
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Usage ping is not enabled"
+msgstr ""
+
+msgid "Usage quotas help link"
+msgstr ""
+
+msgid "Usage statistics"
+msgstr ""
+
+msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage"
+msgstr ""
+
+msgid "UsageQuota|Artifacts"
+msgstr ""
+
+msgid "UsageQuota|Buy additional minutes"
+msgstr ""
+
+msgid "UsageQuota|Current period usage"
+msgstr ""
+
+msgid "UsageQuota|LFS Storage"
+msgstr ""
+
+msgid "UsageQuota|Packages"
+msgstr ""
+
+msgid "UsageQuota|Pipelines"
+msgstr ""
+
+msgid "UsageQuota|Repository"
+msgstr ""
+
+msgid "UsageQuota|Storage"
+msgstr ""
+
+msgid "UsageQuota|This namespace has no projects which use shared runners"
+msgstr ""
+
+msgid "UsageQuota|Unlimited"
+msgstr ""
+
+msgid "UsageQuota|Usage"
+msgstr ""
+
+msgid "UsageQuota|Usage Quotas"
+msgstr ""
+
+msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
+msgstr ""
+
+msgid "UsageQuota|Usage since"
+msgstr ""
+
+msgid "UsageQuota|Wiki"
+msgstr ""
+
+msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
+msgstr ""
+
+msgid "Use <code>%{native_redirect_uri}</code> for local tests"
+msgstr ""
+
+msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
+msgstr ""
+
+msgid "Use a hardware device to add the second factor of authentication."
+msgstr ""
+
+msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
+msgstr ""
+
+msgid "Use group milestones to manage issues from multiple projects in the same milestone."
+msgstr ""
+
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
+msgid "Use one line per URI"
+msgstr ""
+
+msgid "Use template"
+msgstr ""
+
+msgid "Use the following registration token during setup:"
+msgstr ""
+
+msgid "Use your global notification setting"
+msgstr ""
+
+msgid "Use your smart card to authenticate with the LDAP server."
+msgstr ""
+
+msgid "Used by members to sign in to your group in GitLab"
+msgstr ""
+
+msgid "Used to help configure your identity provider"
+msgstr ""
+
+msgid "User"
+msgstr ""
+
+msgid "User %{current_user_username} has started impersonating %{username}"
+msgstr ""
+
+msgid "User %{username} was successfully removed."
+msgstr ""
+
+msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
+msgstr ""
+
+msgid "User OAuth applications"
+msgstr ""
+
+msgid "User Settings"
+msgstr ""
+
+msgid "User and IP Rate Limits"
+msgstr ""
+
+msgid "User identity was successfully created."
+msgstr ""
+
+msgid "User identity was successfully removed."
+msgstr ""
+
+msgid "User identity was successfully updated."
+msgstr ""
+
+msgid "User key was successfully removed."
+msgstr ""
+
+msgid "User map"
+msgstr ""
+
+msgid "User pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "User restrictions"
+msgstr ""
+
+msgid "User settings"
+msgstr ""
+
+msgid "User was successfully created."
+msgstr ""
+
+msgid "User was successfully removed from group and any subresources."
+msgstr ""
+
+msgid "User was successfully removed from project."
+msgstr ""
+
+msgid "User was successfully updated."
+msgstr ""
+
+msgid "UserOnboardingTour|%{activeTour}/%{totalTours}"
+msgstr ""
+
+msgid "UserOnboardingTour|%{completed}/%{total} steps completed"
+msgstr ""
+
+msgid "UserOnboardingTour|%{emphasisStart}Well done!%{emphasisEnd}%{lineBreak}%{lineBreak}That's it for our guided tour, congratulations for making it all the way to the end!%{lineBreak}%{lineBreak}We hope this gave you a good overview of GitLab and how it can help you. We'll now show you how to create your own project and invite your colleagues."
+msgstr ""
+
+msgid "UserOnboardingTour|Adding other members to a project is done through Project Settings. Click on %{emphasisStart}Settings%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Alright, that's it for Commits. Let's take a look at the %{emphasisStart}Branches%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Awesome! Now click on %{emphasisStart}Members%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}Compare%{emphasisEnd} buttons to compare a branch to master."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}pipeline IDs%{emphasisEnd} to see the details of a pipeline."
+msgstr ""
+
+msgid "UserOnboardingTour|Click to open the latest commit to see its details."
+msgstr ""
+
+msgid "UserOnboardingTour|Close 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Commits are shown in chronological order and can be filtered by the commit message or by the branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Create a project"
+msgstr ""
+
+msgid "UserOnboardingTour|Exit 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Got it"
+msgstr ""
+
+msgid "UserOnboardingTour|Great job! %{clapHands} We hope the tour was helpful and that you learned how to use GitLab.%{lineBreak}%{lineBreak}We'd love to get your feedback on this tour.%{lineBreak}%{lineBreak}%{emphasisStart}How helpful would you say this guided tour was?%{emphasisEnd}%{lineBreak}%{lineBreak}"
+msgstr ""
+
+msgid "UserOnboardingTour|Guided GitLab Tour"
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the current members of the project (just you at the moment) and invite new members.%{lineBreak}%{lineBreak}You can invite multiple members at once (existing GitLab users or invite by email) and you can also set their roles and permissions.%{lineBreak}%{lineBreak}Add a few members and click on %{emphasisStart}Add to project%{emphasisEnd} to complete this step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
+msgstr ""
+
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Invite colleagues"
+msgstr ""
+
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
+msgstr ""
+
+msgid "UserOnboardingTour|Learn GitLab"
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at a merge request. Click on the title of one."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at all the commits. Click on %{emphasisStart}Commits%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at the repository of this project. Click on %{emphasisStart}Repository%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|No thanks"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, let's go"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, show me"
+msgstr ""
+
+msgid "UserOnboardingTour|Open one of the issues by clicking on its title."
+msgstr ""
+
+msgid "UserOnboardingTour|Restart this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Skip this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgstr ""
+
+msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgstr ""
+
+msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the CI/CD pipelines we have for our %{emphasisStart}%{projectName}%{emphasisEnd} project.%{lineBreak}%{lineBreak}Here you can see the status of each pipeline, for what commit it's running for, its stages and the status for them."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the issues that are available for community contributions. Let's take a closer look at one of them."
+msgstr ""
+
+msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgstr ""
+
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr ""
+
+msgid "UserProfile|Activity"
+msgstr ""
+
+msgid "UserProfile|Already reported for abuse"
+msgstr ""
+
+msgid "UserProfile|Blocked user"
+msgstr ""
+
+msgid "UserProfile|Contributed projects"
+msgstr ""
+
+msgid "UserProfile|Edit profile"
+msgstr ""
+
+msgid "UserProfile|Explore public groups to find projects to contribute to."
+msgstr ""
+
+msgid "UserProfile|Groups"
+msgstr ""
+
+msgid "UserProfile|Groups are the best way to manage projects and members."
+msgstr ""
+
+msgid "UserProfile|Join or create a group to start contributing by commenting on issues or submitting merge requests!"
+msgstr ""
+
+msgid "UserProfile|Most Recent Activity"
+msgstr ""
+
+msgid "UserProfile|No snippets found."
+msgstr ""
+
+msgid "UserProfile|Overview"
+msgstr ""
+
+msgid "UserProfile|Personal projects"
+msgstr ""
+
+msgid "UserProfile|Report abuse"
+msgstr ""
+
+msgid "UserProfile|Snippets"
+msgstr ""
+
+msgid "UserProfile|Snippets in GitLab can either be private, internal, or public."
+msgstr ""
+
+msgid "UserProfile|Star projects to track their progress and show your appreciation."
+msgstr ""
+
+msgid "UserProfile|Starred projects"
+msgstr ""
+
+msgid "UserProfile|Subscribe"
+msgstr ""
+
+msgid "UserProfile|This user doesn't have any personal projects"
+msgstr ""
+
+msgid "UserProfile|This user has a private profile"
+msgstr ""
+
+msgid "UserProfile|This user hasn't contributed to any projects"
+msgstr ""
+
+msgid "UserProfile|This user hasn't starred any projects"
+msgstr ""
+
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
+msgid "UserProfile|View all"
+msgstr ""
+
+msgid "UserProfile|View user in admin area"
+msgstr ""
+
+msgid "UserProfile|You can create a group for several dependent projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any personal projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any snippets."
+msgstr ""
+
+msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice."
+msgstr ""
+
+msgid "Username (optional)"
+msgstr ""
+
+msgid "Username is already taken."
+msgstr ""
+
+msgid "Username is available."
+msgstr ""
+
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Username or email"
+msgstr ""
+
+msgid "Users"
+msgstr ""
+
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
+msgid "Users outside of license"
+msgstr ""
+
+msgid "Users requesting access to"
+msgstr ""
+
+msgid "Users were successfully added."
+msgstr ""
+
+msgid "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
+msgstr ""
+
+msgid "UsersSelect|%{name} + %{length} more"
+msgstr ""
+
+msgid "UsersSelect|Any User"
+msgstr ""
+
+msgid "UsersSelect|Assignee"
+msgstr ""
+
+msgid "UsersSelect|No assignee - %{openingTag} assign yourself %{closingTag}"
+msgstr ""
+
+msgid "UsersSelect|Unassigned"
+msgstr ""
+
+msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%{link_end}"
+msgstr ""
+
+msgid "Using required encryption strategy when encrypted field is missing!"
+msgstr ""
+
+msgid "Validate"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration file"
+msgstr ""
+
+msgid "Validations failed."
+msgstr ""
+
+msgid "Validity"
+msgstr ""
+
+msgid "Value"
+msgstr ""
+
+msgid "Variables"
+msgstr ""
+
+msgid "Various container registry settings."
+msgstr ""
+
+msgid "Various email settings."
+msgstr ""
+
+msgid "Various localization settings."
+msgstr ""
+
+msgid "Various settings that affect GitLab performance."
+msgstr ""
+
+msgid "Verification information"
+msgstr ""
+
+msgid "Verification status"
+msgstr ""
+
+msgid "Verified"
+msgstr ""
+
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
+msgid "Version"
+msgstr ""
+
+msgid "Very helpful"
+msgstr ""
+
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
+
+msgid "View dependency details for your project"
+msgstr ""
+
+msgid "View deployment"
+msgstr ""
+
+msgid "View details: %{details_url}"
+msgstr ""
+
+msgid "View documentation"
+msgstr ""
+
+msgid "View eligible approvers"
+msgstr ""
+
+msgid "View epics list"
+msgstr ""
+
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "View file @ "
+msgstr ""
+
+msgid "View full dashboard"
+msgstr ""
+
+msgid "View group labels"
+msgstr ""
+
+msgid "View issue"
+msgstr ""
+
+msgid "View it on GitLab"
+msgstr ""
+
+msgid "View job"
+msgstr ""
+
+msgid "View job log"
+msgstr ""
+
+msgid "View jobs"
+msgstr ""
+
+msgid "View labels"
+msgstr ""
+
+msgid "View log"
+msgstr ""
+
+msgid "View open merge request"
+msgstr ""
+
+msgid "View project"
+msgstr ""
+
+msgid "View project labels"
+msgstr ""
+
+msgid "View replaced file @ "
+msgstr ""
+
+msgid "View the documentation"
+msgstr ""
+
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
+msgid "Viewing commit"
+msgstr ""
+
+msgid "Visibility"
+msgstr ""
+
+msgid "Visibility and access controls"
+msgstr ""
+
+msgid "Visibility level"
+msgstr ""
+
+msgid "Visibility level:"
+msgstr ""
+
+msgid "Visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Visibility, project features, permissions"
+msgstr ""
+
+msgid "Visibility:"
+msgstr ""
+
+msgid "VisibilityLevel|Internal"
+msgstr ""
+
+msgid "VisibilityLevel|Private"
+msgstr ""
+
+msgid "VisibilityLevel|Public"
+msgstr ""
+
+msgid "VisibilityLevel|Unknown"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
+msgstr ""
+
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr ""
+
+msgid "VisualReviewApp|Copy script"
+msgstr ""
+
+msgid "VisualReviewApp|Enable Visual Reviews"
+msgstr ""
+
+msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application."
+msgstr ""
+
+msgid "VisualReviewApp|Open review app"
+msgstr ""
+
+msgid "VisualReviewApp|Review"
+msgstr ""
+
+msgid "VisualReviewApp|Steps 1 and 2 (and sometimes 3) are performed once by the developer before requesting feedback. Steps 3 (if necessary), 4, and 5 are performed by the reviewer each time they perform a review."
+msgstr ""
+
+msgid "Vulnerabilities"
+msgstr ""
+
+msgid "Vulnerabilities over time"
+msgstr ""
+
+msgid "Vulnerability-Check"
+msgstr ""
+
+msgid "VulnerabilityChart|%{formattedStartDate} to today"
+msgstr ""
+
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
+msgid "Vulnerability|Class"
+msgstr ""
+
+msgid "Vulnerability|Confidence"
+msgstr ""
+
+msgid "Vulnerability|Description"
+msgstr ""
+
+msgid "Vulnerability|File"
+msgstr ""
+
+msgid "Vulnerability|Identifiers"
+msgstr ""
+
+msgid "Vulnerability|Image"
+msgstr ""
+
+msgid "Vulnerability|Instances"
+msgstr ""
+
+msgid "Vulnerability|Links"
+msgstr ""
+
+msgid "Vulnerability|Namespace"
+msgstr ""
+
+msgid "Vulnerability|Project"
+msgstr ""
+
+msgid "Vulnerability|Report Type"
+msgstr ""
+
+msgid "Vulnerability|Severity"
+msgstr ""
+
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
+msgstr ""
+
+msgid "Waiting for performance data"
+msgstr ""
+
+msgid "Want to see the data? Please ask an administrator for access."
+msgstr ""
+
+msgid "Warning:"
+msgstr ""
+
+msgid "We could not determine the path to remove the epic"
+msgstr ""
+
+msgid "We could not determine the path to remove the issue"
+msgstr ""
+
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
+msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgstr ""
+
+msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
+msgstr ""
+
+msgid "We don't have enough data to show this stage."
+msgstr ""
+
+msgid "We have found the following errors:"
+msgstr ""
+
+msgid "We heard back from your U2F device. You have been authenticated."
+msgstr ""
+
+msgid "We sent you an email with reset password instructions"
+msgstr ""
+
+msgid "We want to be sure it is you, please confirm you are not a robot."
+msgstr ""
+
+msgid "We've found no vulnerabilities"
+msgstr ""
+
+msgid "Web IDE"
+msgstr ""
+
+msgid "Web Terminal"
+msgstr ""
+
+msgid "Web terminal"
+msgstr ""
+
+msgid "Webhooks"
+msgstr ""
+
+msgid "Webhooks Help"
+msgstr ""
+
+msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group."
+msgstr ""
+
+msgid "Wednesday"
+msgstr ""
+
+msgid "Weeks"
+msgstr ""
+
+msgid "Weight"
+msgstr ""
+
+msgid "Weight %{weight}"
+msgstr ""
+
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
+msgid "Welcome to the Guided GitLab Tour"
+msgstr ""
+
+msgid "Welcome to your Issue Board!"
+msgstr ""
+
+msgid "What are you searching for?"
+msgstr ""
+
+msgid "When a runner is locked, it cannot be assigned to other projects"
+msgstr ""
+
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "When enabled, users cannot use GitLab until the terms have been accepted."
+msgstr ""
+
+msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgstr ""
+
+msgid "When this merge request is accepted"
+msgid_plural "When these merge requests are accepted"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
+msgstr ""
+
+msgid "When:"
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "White helpers give contextual information."
+msgstr ""
+
+msgid "Whitelist to allow requests to the local network from hooks and services"
+msgstr ""
+
+msgid "Who can be an approver?"
+msgstr ""
+
+msgid "Who can see this group?"
+msgstr ""
+
+msgid "Who will be able to see this group?"
+msgstr ""
+
+msgid "Wiki"
+msgstr ""
+
+msgid "Wiki pages"
+msgstr ""
+
+msgid "Wiki was successfully updated."
+msgstr ""
+
+msgid "WikiClone|Clone your wiki"
+msgstr ""
+
+msgid "WikiClone|Git Access"
+msgstr ""
+
+msgid "WikiClone|Install Gollum"
+msgstr ""
+
+msgid "WikiClone|It is recommended to install %{markdown} so that GFM features render locally:"
+msgstr ""
+
+msgid "WikiClone|Start Gollum and edit locally"
+msgstr ""
+
+msgid "WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title."
+msgstr ""
+
+msgid "WikiEdit|There is already a page with the same title in that path."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|You must be a project member in order to add wiki pages. If you have suggestions for how to improve the wiki for this project, consider opening an issue in the %{issues_link}."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|issue tracker"
+msgstr ""
+
+msgid "WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on."
+msgstr ""
+
+msgid "WikiEmpty|Create your first page"
+msgstr ""
+
+msgid "WikiEmpty|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmpty|The wiki lets you write documentation for your project"
+msgstr ""
+
+msgid "WikiEmpty|This project has no wiki pages"
+msgstr ""
+
+msgid "WikiEmpty|You must be a project member in order to add wiki pages."
+msgstr ""
+
+msgid "WikiHistoricalPage|This is an old version of this page."
+msgstr ""
+
+msgid "WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}."
+msgstr ""
+
+msgid "WikiHistoricalPage|history"
+msgstr ""
+
+msgid "WikiHistoricalPage|most recent version"
+msgstr ""
+
+msgid "WikiMarkdownDocs|More examples are in the %{docs_link}"
+msgstr ""
+
+msgid "WikiMarkdownDocs|documentation"
+msgstr ""
+
+msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}"
+msgstr ""
+
+msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Are you sure you want to delete this page?"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page %{pageTitle}?"
+msgstr ""
+
+msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{page_link} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "WikiPageConflictMessage|the page"
+msgstr ""
+
+msgid "WikiPageCreate|Create %{pageTitle}"
+msgstr ""
+
+msgid "WikiPageEdit|Update %{pageTitle}"
+msgstr ""
+
+msgid "WikiPage|Write your content or drag files here…"
+msgstr ""
+
+msgid "Wiki|Create New Page"
+msgstr ""
+
+msgid "Wiki|Create page"
+msgstr ""
+
+msgid "Wiki|Created date"
+msgstr ""
+
+msgid "Wiki|Edit Page"
+msgstr ""
+
+msgid "Wiki|More Pages"
+msgstr ""
+
+msgid "Wiki|New page"
+msgstr ""
+
+msgid "Wiki|Page history"
+msgstr ""
+
+msgid "Wiki|Page title"
+msgstr ""
+
+msgid "Wiki|Page version"
+msgstr ""
+
+msgid "Wiki|Pages"
+msgstr ""
+
+msgid "Wiki|Title"
+msgstr ""
+
+msgid "Wiki|Wiki Pages"
+msgstr ""
+
+msgid "Will deploy to"
+msgstr ""
+
+msgid "With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members."
+msgstr ""
+
+msgid "Withdraw Access Request"
+msgstr ""
+
+msgid "Work in Progress Limit"
+msgstr ""
+
+msgid "Workflow Help"
+msgstr ""
+
+msgid "Write"
+msgstr ""
+
+msgid "Write a comment or drag your files here…"
+msgstr ""
+
+msgid "Write a comment…"
+msgstr ""
+
+msgid "Write access allowed"
+msgstr ""
+
+msgid "Write milestone description..."
+msgstr ""
+
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
+msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
+msgstr ""
+
+msgid "Yes"
+msgstr ""
+
+msgid "Yes or No"
+msgstr ""
+
+msgid "Yes, add it"
+msgstr ""
+
+msgid "Yes, let me map Google Code users to full names or GitLab users."
+msgstr ""
+
+msgid "Yesterday"
+msgstr ""
+
+msgid "You"
+msgstr ""
+
+msgid "You are an admin, which means granting access to <strong>%{client_name}</strong> will allow them to interact with GitLab as an admin as well. Proceed with caution."
+msgstr ""
+
+msgid "You are attempting to delete a file that has been previously updated."
+msgstr ""
+
+msgid "You are attempting to update a file that has changed since you started editing it."
+msgstr ""
+
+msgid "You are connected to the Prometheus server, but there is currently no data to display."
+msgstr ""
+
+msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are not allowed to unlink your primary login account"
+msgstr ""
+
+msgid "You are not authorized to perform this action"
+msgstr ""
+
+msgid "You are now impersonating %{username}"
+msgstr ""
+
+msgid "You are on a read-only GitLab instance."
+msgstr ""
+
+msgid "You are receiving this message because you are a GitLab administrator for %{url}."
+msgstr ""
+
+msgid "You can %{linkStart}view the blob%{linkEnd} instead."
+msgstr ""
+
+msgid "You can also create a project from the command line."
+msgstr ""
+
+msgid "You can also press &#8984;-Enter"
+msgstr ""
+
+msgid "You can also press Ctrl-Enter"
+msgstr ""
+
+msgid "You can also star a label to make it a priority label."
+msgstr ""
+
+msgid "You can also test your %{gitlab_ci_yml} in %{lint_link_start}CI Lint%{lint_link_end}"
+msgstr ""
+
+msgid "You can also upload existing files from your computer using the instructions below."
+msgstr ""
+
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can create files directly in GitLab using one of the following options."
+msgstr ""
+
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can easily contribute to them by requesting to join these groups."
+msgstr ""
+
+msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}"
+msgstr ""
+
+msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can move around the graph by using the arrow keys."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original branch."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original project."
+msgstr ""
+
+msgid "You can only add files when you are on a branch"
+msgstr ""
+
+msgid "You can only edit files when you are on a branch"
+msgstr ""
+
+msgid "You can only merge once the items above are resolved."
+msgstr ""
+
+msgid "You can only merge once this merge request is approved."
+msgstr ""
+
+msgid "You can only transfer the project to namespaces you manage."
+msgstr ""
+
+msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}"
+msgstr ""
+
+msgid "You can see your chat accounts."
+msgstr ""
+
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
+msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
+msgstr ""
+
+msgid "You can specify notification level per group or per project."
+msgstr ""
+
+msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
+msgstr ""
+
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
+msgid "You cannot access the raw file. Please wait a minute."
+msgstr ""
+
+msgid "You cannot impersonate a blocked user"
+msgstr ""
+
+msgid "You cannot impersonate a user who cannot log in"
+msgstr ""
+
+msgid "You cannot impersonate an internal user"
+msgstr ""
+
+msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
+msgstr ""
+
+msgid "You cannot write to a read-only secondary GitLab Geo instance. Please use %{link_to_primary_node} instead."
+msgstr ""
+
+msgid "You cannot write to this read-only GitLab instance."
+msgstr ""
+
+msgid "You could not create a new trigger."
+msgstr ""
+
+msgid "You do not have any subscriptions yet"
+msgstr ""
+
+msgid "You do not have permission to leave this %{namespaceType}."
+msgstr ""
+
+msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
+msgstr ""
+
+msgid "You do not have the correct permissions to override the settings from the LDAP group sync."
+msgstr ""
+
+msgid "You don't have any U2F devices registered yet."
+msgstr ""
+
+msgid "You don't have any active chat names."
+msgstr ""
+
+msgid "You don't have any applications"
+msgstr ""
+
+msgid "You don't have any authorized applications"
+msgstr ""
+
+msgid "You don't have any deployments right now."
+msgstr ""
+
+msgid "You don't have any projects available."
+msgstr ""
+
+msgid "You don't have any recent searches"
+msgstr ""
+
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
+msgid "You don’t have access to Cycle Analytics for this group"
+msgstr ""
+
+msgid "You don’t have access to Productivity Analytics in this group"
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to %{label}."
+msgstr ""
+
+msgid "You have been unsubscribed from this thread."
+msgstr ""
+
+msgid "You have declined the invitation to join %{label}."
+msgstr ""
+
+msgid "You have no permissions"
+msgstr ""
+
+msgid "You have not added any approvers. Start by adding users or groups."
+msgstr ""
+
+msgid "You have reached your project limit"
+msgstr ""
+
+msgid "You haven't added any issues to your project yet"
+msgstr ""
+
+msgid "You haven't selected any issues yet"
+msgstr ""
+
+msgid "You left the \"%{membershipable_human_name}\" %{source_type}."
+msgstr ""
+
+msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
+msgstr ""
+
+msgid "You may close the milestone now."
+msgstr ""
+
+msgid "You must accept our Terms of Service and privacy policy in order to register an account"
+msgstr ""
+
+msgid "You must have maintainer access to force delete a lock"
+msgstr ""
+
+msgid "You must have permission to create a project in a namespace before forking."
+msgstr ""
+
+msgid "You must provide a valid current password"
+msgstr ""
+
+msgid "You must provide your current password in order to change it."
+msgstr ""
+
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
+msgid "You need a different license to enable FileLocks feature"
+msgstr ""
+
+msgid "You need a different license to use Geo replication."
+msgstr ""
+
+msgid "You need git-lfs version %{min_git_lfs_version} (or greater) to continue. Please visit https://git-lfs.github.com"
+msgstr ""
+
+msgid "You need permission."
+msgstr ""
+
+msgid "You need to be logged in."
+msgstr ""
+
+msgid "You need to register a two-factor authentication app before you can set up a U2F device."
+msgstr ""
+
+msgid "You need to specify both an Access Token and a Host URL."
+msgstr ""
+
+msgid "You need to upload a GitLab project export archive (ending in .gz)."
+msgstr ""
+
+msgid "You need to upload a Google Takeout archive."
+msgstr ""
+
+msgid "You tried to fork %{link_to_the_project} but it failed for the following reason:"
+msgstr ""
+
+msgid "You will lose all changes you've made to this file. This action cannot be undone."
+msgstr ""
+
+msgid "You will lose all the unstaged changes you've made in this project. This action cannot be undone."
+msgstr ""
+
+msgid "You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "You will not get any notifications via email"
+msgstr ""
+
+msgid "You will only receive notifications for the events you choose"
+msgstr ""
+
+msgid "You will only receive notifications for threads you have participated in"
+msgstr ""
+
+msgid "You will receive notifications for any activity"
+msgstr ""
+
+msgid "You will receive notifications only for comments in which you were @mentioned"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via %{protocol} until you %{set_password_link} on your account"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you %{add_ssh_key_link} to your profile"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
+msgstr ""
+
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
+msgid "You'll be signed out from your current account automatically."
+msgstr ""
+
+msgid "You'll need to use different branch names to get a valid comparison."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
+msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project is being created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgstr ""
+
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
+msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
+msgstr ""
+
+msgid "YouTube"
+msgstr ""
+
+msgid "Your Commit Email will be used for web based operations, such as edits and merges."
+msgstr ""
+
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr ""
+
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
+
+msgid "Your GPG keys (%{count})"
+msgstr ""
+
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
+msgid "Your Groups"
+msgstr ""
+
+msgid "Your New Personal Access Token"
+msgstr ""
+
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
+msgid "Your Primary Email will be used for avatar detection."
+msgstr ""
+
+msgid "Your Projects (default)"
+msgstr ""
+
+msgid "Your Projects' Activity"
+msgstr ""
+
+msgid "Your Public Email will be displayed on your public profile."
+msgstr ""
+
+msgid "Your SSH keys (%{count})"
+msgstr ""
+
+msgid "Your To-Do List"
+msgstr ""
+
+msgid "Your U2F device did not send a valid JSON response."
+msgstr ""
+
+msgid "Your U2F device needs to be set up. Plug it in (if not already) and click the button on the left."
+msgstr ""
+
+msgid "Your U2F device was registered!"
+msgstr ""
+
+msgid "Your access request to the %{source_type} has been withdrawn."
+msgstr ""
+
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
+msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
+msgstr ""
+
+msgid "Your applications (%{size})"
+msgstr ""
+
+msgid "Your authorized applications"
+msgstr ""
+
+msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
+msgstr ""
+
+msgid "Your changes can be committed to %{branch_name} because a merge request is open."
+msgstr ""
+
+msgid "Your changes have been committed. Commit %{commitId} %{commitStats}"
+msgstr ""
+
+msgid "Your changes have been saved"
+msgstr ""
+
+msgid "Your changes have been successfully committed."
+msgstr ""
+
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
+msgid "Your comment could not be submitted! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your comment could not be updated! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
+msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
+msgstr ""
+
+msgid "Your device was successfully set up! Give it a name and register it with the GitLab server."
+msgstr ""
+
+msgid "Your groups"
+msgstr ""
+
+msgid "Your issues are being imported. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your issues will be imported in the background. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your message here"
+msgstr ""
+
+msgid "Your name"
+msgstr ""
+
+msgid "Your new SCIM token"
+msgstr ""
+
+msgid "Your new personal access token has been created."
+msgstr ""
+
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
+msgstr ""
+
+msgid "Your password reset token has expired."
+msgstr ""
+
+msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
+msgstr ""
+
+msgid "Your projects"
+msgstr ""
+
+msgid "Your request for access has been queued for review."
+msgstr ""
+
+msgid "Zoom meeting added"
+msgstr ""
+
+msgid "Zoom meeting removed"
+msgstr ""
+
+msgid "a deleted user"
+msgstr ""
+
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "added %{created_at_timeago}"
+msgstr ""
+
+msgid "added a Zoom call to this issue"
+msgstr ""
+
+msgid "ago"
+msgstr ""
+
+msgid "allowed to fail"
+msgstr ""
+
+msgid "already being used for another group or project milestone."
+msgstr ""
+
+msgid "already has a \"created\" issue link"
+msgstr ""
+
+msgid "already shared with this group"
+msgstr ""
+
+msgid "among other things"
+msgstr ""
+
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
+msgid "assign yourself"
+msgstr ""
+
+msgid "attach a new file"
+msgstr ""
+
+msgid "authored"
+msgstr ""
+
+msgid "blocks"
+msgstr ""
+
+msgid "branch name"
+msgstr ""
+
+msgid "by"
+msgstr ""
+
+msgid "cannot be changed if a personal project has container registry tags."
+msgstr ""
+
+msgid "cannot be enabled unless all domains have TLS certificates"
+msgstr ""
+
+msgid "cannot be modified"
+msgstr ""
+
+msgid "cannot block others"
+msgstr ""
+
+msgid "cannot include leading slash or directory traversal."
+msgstr ""
+
+msgid "cannot itself be blocked"
+msgstr ""
+
+msgid "cannot merge"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about DAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Dependency Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{namespace} is affected by %{vulnerability}."
+msgstr ""
+
+msgid "ciReport|%{remainingPackagesCount} more"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} new vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{fixedCount} fixed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected no new vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} is loading"
+msgstr ""
+
+msgid "ciReport|%{reportType}: Loading resulted in an error"
+msgstr ""
+
+msgid "ciReport|%{vulnerability} in %{featurename}"
+msgstr ""
+
+msgid "ciReport|(errors when loading results)"
+msgstr ""
+
+msgid "ciReport|(is loading)"
+msgstr ""
+
+msgid "ciReport|(is loading, errors when loading results)"
+msgstr ""
+
+msgid "ciReport|All confidence levels"
+msgstr ""
+
+msgid "ciReport|All projects"
+msgstr ""
+
+msgid "ciReport|All report types"
+msgstr ""
+
+msgid "ciReport|All severities"
+msgstr ""
+
+msgid "ciReport|Automatically apply the patch in a new branch"
+msgstr ""
+
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
+msgid "ciReport|Class"
+msgstr ""
+
+msgid "ciReport|Code quality"
+msgstr ""
+
+msgid "ciReport|Confidence"
+msgstr ""
+
+msgid "ciReport|Container Scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning detects known vulnerabilities in your docker images."
+msgstr ""
+
+msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
+msgstr ""
+
+msgid "ciReport|Create issue"
+msgstr ""
+
+msgid "ciReport|DAST"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning detects known vulnerabilities in your source code's dependencies."
+msgstr ""
+
+msgid "ciReport|Dependency scanning"
+msgstr ""
+
+msgid "ciReport|Description"
+msgstr ""
+
+msgid "ciReport|Download patch to resolve"
+msgstr ""
+
+msgid "ciReport|Download the patch to apply it manually"
+msgstr ""
+
+msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application."
+msgstr ""
+
+msgid "ciReport|Failed to load %{reportName} report"
+msgstr ""
+
+msgid "ciReport|File"
+msgstr ""
+
+msgid "ciReport|Fixed:"
+msgstr ""
+
+msgid "ciReport|Identifiers"
+msgstr ""
+
+msgid "ciReport|Image"
+msgstr ""
+
+msgid "ciReport|Instances"
+msgstr ""
+
+msgid "ciReport|Investigate this vulnerability by creating an issue"
+msgstr ""
+
+msgid "ciReport|Learn more about interacting with security reports"
+msgstr ""
+
+msgid "ciReport|Links"
+msgstr ""
+
+msgid "ciReport|Loading %{reportName} report"
+msgstr ""
+
+msgid "ciReport|Manage licenses"
+msgstr ""
+
+msgid "ciReport|Method"
+msgstr ""
+
+msgid "ciReport|Namespace"
+msgstr ""
+
+msgid "ciReport|No changes to code quality"
+msgstr ""
+
+msgid "ciReport|No changes to performance metrics"
+msgstr ""
+
+msgid "ciReport|Performance metrics"
+msgstr ""
+
+msgid "ciReport|Resolve with merge request"
+msgstr ""
+
+msgid "ciReport|SAST"
+msgstr ""
+
+msgid "ciReport|Security scanning"
+msgstr ""
+
+msgid "ciReport|Security scanning failed loading any results"
+msgstr ""
+
+msgid "ciReport|Severity"
+msgstr ""
+
+msgid "ciReport|Solution"
+msgstr ""
+
+msgid "ciReport|Static Application Security Testing (SAST) detects known vulnerabilities in your source code."
+msgstr ""
+
+msgid "ciReport|There was an error creating the issue. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error creating the merge request. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error reverting the dismissal. Please try again."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} from %{version} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Used by %{packagesString}"
+msgid_plural "ciReport|Used by %{packagesString}, and %{lastPackage}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|View full report"
+msgstr ""
+
+msgid "comment"
+msgstr ""
+
+msgid "commented on %{link_to_project}"
+msgstr ""
+
+msgid "commit %{commit_id}"
+msgstr ""
+
+msgid "confidence|Confirmed"
+msgstr ""
+
+msgid "confidence|Experimental"
+msgstr ""
+
+msgid "confidence|High"
+msgstr ""
+
+msgid "confidence|Ignore"
+msgstr ""
+
+msgid "confidence|Low"
+msgstr ""
+
+msgid "confidence|Medium"
+msgstr ""
+
+msgid "confidence|Undefined"
+msgstr ""
+
+msgid "confidence|Unknown"
+msgstr ""
+
+msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
+msgstr ""
+
+msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
+msgstr ""
+
+msgid "connecting"
+msgstr ""
+
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "could not read private key, is the passphrase correct?"
+msgstr ""
+
+msgid "created"
+msgstr ""
+
+msgid "customize"
+msgstr ""
+
+msgid "date must not be after 9999-12-31"
+msgstr ""
+
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "default branch"
+msgstr ""
+
+msgid "deleted"
+msgstr ""
+
+msgid "deploy"
+msgstr ""
+
+msgid "design"
+msgstr ""
+
+msgid "designs"
+msgstr ""
+
+msgid "detached"
+msgstr ""
+
+msgid "disabled"
+msgstr ""
+
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
+msgid "done"
+msgstr ""
+
+msgid "draft"
+msgid_plural "drafts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "e.g. %{token}"
+msgstr ""
+
+msgid "element is not a hierarchy"
+msgstr ""
+
+msgid "email '%{email}' does not match the allowed domain of '%{email_domain}'"
+msgstr ""
+
+msgid "enabled"
+msgstr ""
+
+msgid "encrypted: needs to be a :required, :optional or :migrating!"
+msgstr ""
+
+msgid "entries cannot be larger than 255 characters"
+msgstr ""
+
+msgid "entries cannot be nil"
+msgstr ""
+
+msgid "entries cannot contain HTML tags"
+msgstr ""
+
+msgid "error"
+msgstr ""
+
+msgid "error code:"
+msgstr ""
+
+msgid "estimateCommand|%{slash_command} will update the estimated time with the latest command."
+msgstr ""
+
+msgid "expired on %{milestone_due_date}"
+msgstr ""
+
+msgid "expires on %{milestone_due_date}"
+msgstr ""
+
+msgid "failed"
+msgstr ""
+
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch} into %{link_to_merge_request_target_branch}"
+msgstr ""
+
+msgid "for %{link_to_pipeline_ref}"
+msgstr ""
+
+msgid "for %{ref}"
+msgstr ""
+
+msgid "for this project"
+msgstr ""
+
+msgid "fork this project"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
+msgid "group"
+msgstr ""
+
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
+msgid "has already been taken"
+msgstr ""
+
+msgid "help"
+msgstr ""
+
+msgid "here"
+msgstr ""
+
+msgid "https://your-bitbucket-server"
+msgstr ""
+
+msgid "image diff"
+msgstr ""
+
+msgid "import flow"
+msgstr ""
+
+msgid "importing"
+msgstr ""
+
+msgid "in group %{link_to_group}"
+msgstr ""
+
+msgid "in project %{link_to_project}"
+msgstr ""
+
+msgid "index"
+msgstr ""
+
+msgid "instance completed"
+msgid_plural "instances completed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "invalid milestone state `%{state}`"
+msgstr ""
+
+msgid "is an invalid IP address range"
+msgstr ""
+
+msgid "is blocked by"
+msgstr ""
+
+msgid "is enabled."
+msgstr ""
+
+msgid "is invalid because there is downstream lock"
+msgstr ""
+
+msgid "is invalid because there is upstream lock"
+msgstr ""
+
+msgid "is not a descendant of the Group owning the template"
+msgstr ""
+
+msgid "is not a valid X509 certificate."
+msgstr ""
+
+msgid "is not an email you own"
+msgstr ""
+
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
+msgid "is too long (maximum is 1000 entries)"
+msgstr ""
+
+msgid "issue"
+msgstr ""
+
+msgid "it is stored externally"
+msgstr ""
+
+msgid "it is stored in LFS"
+msgstr ""
+
+msgid "it is too large"
+msgstr ""
+
+msgid "jigsaw is not defined"
+msgstr ""
+
+msgid "latest"
+msgstr ""
+
+msgid "latest deployment"
+msgstr ""
+
+msgid "latest version"
+msgstr ""
+
+msgid "leave %{group_name}"
+msgstr ""
+
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
+msgid "locked by %{path_lock_user_name} %{created_at}"
+msgstr ""
+
+msgid "log in"
+msgstr ""
+
+msgid "manual"
+msgstr ""
+
+msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead."
+msgstr ""
+
+msgid "math|There was an error rendering this math block"
+msgstr ""
+
+msgid "merge request"
+msgid_plural "merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "milestone should belong either to a project or a group."
+msgstr ""
+
+msgid "missing"
+msgstr ""
+
+msgid "most recent deployment"
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|1 merge commit"
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you have made to a project and discuss those changes with others."
+msgstr ""
+
+msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
+msgstr ""
+
+msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} increased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
+msgstr ""
+
+msgid "mrWidget|Added to the merge train by"
+msgstr ""
+
+msgid "mrWidget|Allows commits from members who can merge to the target branch"
+msgstr ""
+
+msgid "mrWidget|An error occurred while removing your approval."
+msgstr ""
+
+msgid "mrWidget|An error occurred while retrieving approval data for this merge request."
+msgstr ""
+
+msgid "mrWidget|An error occurred while submitting your approval."
+msgstr ""
+
+msgid "mrWidget|Approval password is invalid."
+msgstr ""
+
+msgid "mrWidget|Approve"
+msgstr ""
+
+msgid "mrWidget|Approve additionally"
+msgstr ""
+
+msgid "mrWidget|Approved by"
+msgstr ""
+
+msgid "mrWidget|Cancel automatic merge"
+msgstr ""
+
+msgid "mrWidget|Check out branch"
+msgstr ""
+
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Closed"
+msgstr ""
+
+msgid "mrWidget|Closed by"
+msgstr ""
+
+msgid "mrWidget|Closes"
+msgstr ""
+
+msgid "mrWidget|Create an issue to resolve them later"
+msgstr ""
+
+msgid "mrWidget|Delete source branch"
+msgstr ""
+
+msgid "mrWidget|Deployment statistics are not available currently"
+msgstr ""
+
+msgid "mrWidget|Did not close"
+msgstr ""
+
+msgid "mrWidget|Email patches"
+msgstr ""
+
+msgid "mrWidget|Failed to load deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
+msgstr ""
+
+msgid "mrWidget|Fork merge requests do not create merge request pipelines which validate a post merge result"
+msgstr ""
+
+msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgstr ""
+
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
+msgid "mrWidget|Loading deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Mentions"
+msgstr ""
+
+msgid "mrWidget|Merge"
+msgstr ""
+
+msgid "mrWidget|Merge failed."
+msgstr ""
+
+msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
+msgstr ""
+
+msgid "mrWidget|Merge locally"
+msgstr ""
+
+msgid "mrWidget|Merge request approved."
+msgstr ""
+
+msgid "mrWidget|Merged by"
+msgstr ""
+
+msgid "mrWidget|More information"
+msgstr ""
+
+msgid "mrWidget|No approval required"
+msgstr ""
+
+msgid "mrWidget|No approval required; you can still approve"
+msgstr ""
+
+msgid "mrWidget|Open in Web IDE"
+msgstr ""
+
+msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a manual action to proceed"
+msgstr ""
+
+msgid "mrWidget|Plain diff"
+msgstr ""
+
+msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
+msgstr ""
+
+msgid "mrWidget|Refresh"
+msgstr ""
+
+msgid "mrWidget|Refresh now"
+msgstr ""
+
+msgid "mrWidget|Refreshing now"
+msgstr ""
+
+msgid "mrWidget|Remove from merge train"
+msgstr ""
+
+msgid "mrWidget|Request to merge"
+msgstr ""
+
+msgid "mrWidget|Resolve WIP status"
+msgstr ""
+
+msgid "mrWidget|Resolve conflicts"
+msgstr ""
+
+msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally"
+msgstr ""
+
+msgid "mrWidget|Revert"
+msgstr ""
+
+msgid "mrWidget|Revert this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Revoke approval"
+msgstr ""
+
+msgid "mrWidget|Set by"
+msgstr ""
+
+msgid "mrWidget|The changes were merged into"
+msgstr ""
+
+msgid "mrWidget|The changes were not merged into"
+msgstr ""
+
+msgid "mrWidget|The changes will be merged into"
+msgstr ""
+
+msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure"
+msgstr ""
+
+msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging"
+msgstr ""
+
+msgid "mrWidget|The source branch has been deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch is %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} the target branch"
+msgstr ""
+
+msgid "mrWidget|The source branch is being deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will be deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will not be deleted"
+msgstr ""
+
+msgid "mrWidget|There are merge conflicts"
+msgstr ""
+
+msgid "mrWidget|There are unresolved threads. Please resolve these threads"
+msgstr ""
+
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgstr ""
+
+msgid "mrWidget|This merge request failed to be merged automatically"
+msgstr ""
+
+msgid "mrWidget|This merge request is in the process of being merged"
+msgstr ""
+
+msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This project is archived, write access has been disabled"
+msgstr ""
+
+msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
+msgstr ""
+
+msgid "mrWidget|When this merge request is ready, remove the WIP: prefix from the title to allow it to be merged"
+msgstr ""
+
+msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
+msgstr ""
+
+msgid "mrWidget|You can delete the source branch now"
+msgstr ""
+
+msgid "mrWidget|You can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|Your password"
+msgstr ""
+
+msgid "mrWidget|branch does not exist."
+msgstr ""
+
+msgid "mrWidget|command line"
+msgstr ""
+
+msgid "mrWidget|into"
+msgstr ""
+
+msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to be merged automatically when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to start a merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "must be greater than start date"
+msgstr ""
+
+msgid "n/a"
+msgstr ""
+
+msgid "needs to be between 10 minutes and 1 month"
+msgstr ""
+
+msgid "never expires"
+msgstr ""
+
+msgid "new merge request"
+msgstr ""
+
+msgid "no contributions"
+msgstr ""
+
+msgid "no one can merge"
+msgstr ""
+
+msgid "none"
+msgstr ""
+
+msgid "not found"
+msgstr ""
+
+msgid "notification emails"
+msgstr ""
+
+msgid "nounSeries|%{firstItem} and %{lastItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, %{nextItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, and %{lastItem}"
+msgstr ""
+
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
+
+msgid "out of %d total test"
+msgid_plural "out of %d total tests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "parent"
+msgid_plural "parents"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "password"
+msgstr ""
+
+msgid "pending comment"
+msgstr ""
+
+msgid "pending removal"
+msgstr ""
+
+msgid "pipeline"
+msgstr ""
+
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "point"
+msgid_plural "points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "private"
+msgstr ""
+
+msgid "private key does not match certificate."
+msgstr ""
+
+msgid "processing"
+msgstr ""
+
+msgid "project"
+msgid_plural "projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "project avatar"
+msgstr ""
+
+msgid "quick actions"
+msgstr ""
+
+msgid "register"
+msgstr ""
+
+msgid "relates to"
+msgstr ""
+
+msgid "released %{time}"
+msgstr ""
+
+msgid "remaining"
+msgstr ""
+
+msgid "remove"
+msgstr ""
+
+msgid "remove due date"
+msgstr ""
+
+msgid "remove weight"
+msgstr ""
+
+msgid "removed a Zoom call from this issue"
+msgstr ""
+
+msgid "rendered diff"
+msgstr ""
+
+msgid "reply"
+msgid_plural "replies"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "reset it."
+msgstr ""
+
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
+msgid "score"
+msgstr ""
+
+msgid "security Reports|There was an error creating the merge request"
+msgstr ""
+
+msgid "severity|Critical"
+msgstr ""
+
+msgid "severity|High"
+msgstr ""
+
+msgid "severity|Info"
+msgstr ""
+
+msgid "severity|Low"
+msgstr ""
+
+msgid "severity|Medium"
+msgstr ""
+
+msgid "severity|None"
+msgstr ""
+
+msgid "severity|Undefined"
+msgstr ""
+
+msgid "severity|Unknown"
+msgstr ""
+
+msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
+msgstr ""
+
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
+msgid "show less"
+msgstr ""
+
+msgid "sign in"
+msgstr ""
+
+msgid "sort:"
+msgstr ""
+
+msgid "source"
+msgstr ""
+
+msgid "source diff"
+msgstr ""
+
+msgid "specified top is not part of the tree"
+msgstr ""
+
+msgid "spendCommand|%{slash_command} will update the sum of the time spent."
+msgstr ""
+
+msgid "started"
+msgstr ""
+
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
+msgid "started on %{milestone_start_date}"
+msgstr ""
+
+msgid "starts on %{milestone_start_date}"
+msgstr ""
+
+msgid "stuck"
+msgstr ""
+
+msgid "success"
+msgstr ""
+
+msgid "syntax is correct"
+msgstr ""
+
+msgid "syntax is incorrect"
+msgstr ""
+
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
+msgid "this document"
+msgstr ""
+
+msgid "thread resolved"
+msgid_plural "threads resolved"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "to help your contributors communicate effectively!"
+msgstr ""
+
+msgid "to list"
+msgstr ""
+
+msgid "toggle collapse"
+msgstr ""
+
+msgid "toggle dropdown"
+msgstr ""
+
+msgid "triggered"
+msgstr ""
+
+msgid "unicode domains should use IDNA encoding"
+msgstr ""
+
+msgid "updated"
+msgstr ""
+
+msgid "updated %{time_ago}"
+msgstr ""
+
+msgid "user avatar"
+msgstr ""
+
+msgid "username"
+msgstr ""
+
+msgid "uses Kubernetes clusters to deploy your code!"
+msgstr ""
+
+msgid "verify ownership"
+msgstr ""
+
+msgid "version %{versionIndex}"
+msgstr ""
+
+msgid "via %{closed_via}"
+msgstr ""
+
+msgid "via merge request %{link}"
+msgstr ""
+
+msgid "view it on GitLab"
+msgstr ""
+
+msgid "view the blob"
+msgstr ""
+
+msgid "vulnerability|Add a comment or reason for dismissal"
+msgstr ""
+
+msgid "vulnerability|Add comment"
+msgstr ""
+
+msgid "vulnerability|Add comment & dismiss"
+msgstr ""
+
+msgid "vulnerability|Dismiss vulnerability"
+msgstr ""
+
+msgid "vulnerability|Save comment"
+msgstr ""
+
+msgid "vulnerability|Undo dismiss"
+msgstr ""
+
+msgid "vulnerability|dismissed"
+msgstr ""
+
+msgid "with %{additions} additions, %{deletions} deletions."
+msgstr ""
+
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
+
+msgid "yaml invalid"
+msgstr ""
+
diff --git a/locale/uz_UZ/gitlab.po b/locale/uz_UZ/gitlab.po
new file mode 100644
index 00000000000..b05679363d7
--- /dev/null
+++ b/locale/uz_UZ/gitlab.po
@@ -0,0 +1,22997 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: gitlab-ee\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Uzbek\n"
+"Language: uz_UZ\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Crowdin-Project: gitlab-ee\n"
+"X-Crowdin-Language: uz\n"
+"X-Crowdin-File: /master/locale/gitlab.pot\n"
+"PO-Revision-Date: 2020-01-22 09:29\n"
+
+msgid " (from %{timeoutSource})"
+msgstr ""
+
+msgid " Please sign in."
+msgstr ""
+
+msgid " Try to %{action} this file again."
+msgstr ""
+
+msgid " You need to do this before %{grace_period_deadline}."
+msgstr ""
+
+msgid " and"
+msgstr ""
+
+msgid " and "
+msgstr ""
+
+msgid " and %{sliced}"
+msgstr ""
+
+msgid " degraded on %d point"
+msgid_plural " degraded on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " improved on %d point"
+msgid_plural " improved on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " or "
+msgstr ""
+
+msgid " or <!merge request id>"
+msgstr ""
+
+msgid " or <#issue id>"
+msgstr ""
+
+msgid " or <&epic id>"
+msgstr ""
+
+msgid " or references (e.g. path/to/project!merge_request_id)"
+msgstr ""
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit"
+msgid_plural "%d commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit behind"
+msgid_plural "%d commits behind"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit,"
+msgid_plural "%d commits,"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commits"
+msgstr ""
+
+msgid "%d contribution"
+msgid_plural "%d contributions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d exporter"
+msgid_plural "%d exporters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d fixed test result"
+msgid_plural "%d fixed test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d inaccessible merge request"
+msgid_plural "%d inaccessible merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue"
+msgid_plural "%d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue selected"
+msgid_plural "%d issues selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d layer"
+msgid_plural "%d layers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request"
+msgid_plural "%d merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d merge request that you don't have access to."
+msgid_plural "%d merge requests that you don't have access to."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d metric"
+msgid_plural "%d metrics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d more comment"
+msgid_plural "%d more comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d staged change"
+msgid_plural "%d staged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d unstaged change"
+msgid_plural "%d unstaged changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%s additional commit has been omitted to prevent performance issues."
+msgid_plural "%s additional commits have been omitted to prevent performance issues."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{actionText} & %{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{authorsName}'s thread"
+msgstr ""
+
+msgid "%{commit_author_link} authored %{commit_timeago}"
+msgstr ""
+
+msgid "%{cores} cores"
+msgstr ""
+
+msgid "%{count} LOC/commit"
+msgstr ""
+
+msgid "%{count} approval required from %{name}"
+msgid_plural "%{count} approvals required from %{name}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} files touched"
+msgstr ""
+
+msgid "%{count} more"
+msgstr ""
+
+msgid "%{count} more assignees"
+msgstr ""
+
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} of %{required} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} of %{total}"
+msgstr ""
+
+msgid "%{count} participant"
+msgid_plural "%{count} participants"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} pending comment"
+msgid_plural "%{count} pending comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
+msgid "%{duration}ms"
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
+msgstr ""
+
+msgid "%{edit_in_new_fork_notice} Try to upload a file again."
+msgstr ""
+
+msgid "%{extra} more downstream pipelines"
+msgstr ""
+
+msgid "%{filePath} deleted"
+msgstr ""
+
+msgid "%{firstLabel} +%{labelCount} more"
+msgstr ""
+
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
+
+msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
+msgstr ""
+
+msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
+msgstr ""
+
+msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
+msgstr ""
+
+msgid "%{issuableType} will be removed! Are you sure?"
+msgstr ""
+
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
+msgid "%{label_for_message} unavailable"
+msgstr ""
+
+msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
+msgstr ""
+
+msgid "%{level_name} is not allowed in a %{group_level_name} group."
+msgstr ""
+
+msgid "%{level_name} is not allowed since the fork source project has lower visibility."
+msgstr ""
+
+msgid "%{link_start}Read more%{link_end} about role permissions"
+msgstr ""
+
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
+msgid "%{listToShow}, and %{awardsListLength} more."
+msgstr ""
+
+msgid "%{loadingIcon} Started"
+msgstr ""
+
+msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
+msgstr ""
+
+msgid "%{mergeLength}/%{usersLength} can merge"
+msgstr ""
+
+msgid "%{mrText}, this issue will be closed automatically."
+msgstr ""
+
+msgid "%{name} contained %{resultsString}"
+msgstr ""
+
+msgid "%{name} found %{resultsString}"
+msgstr ""
+
+msgid "%{name}'s avatar"
+msgstr ""
+
+msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead"
+msgstr ""
+
+msgid "%{openOrClose} %{noteable}"
+msgstr ""
+
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
+msgid "%{percent}%% complete"
+msgstr ""
+
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{service_title} activated."
+msgstr ""
+
+msgid "%{service_title} settings saved, but not activated."
+msgstr ""
+
+msgid "%{size} GiB"
+msgstr ""
+
+msgid "%{size} KiB"
+msgstr ""
+
+msgid "%{size} MiB"
+msgstr ""
+
+msgid "%{size} bytes"
+msgstr ""
+
+msgid "%{spammable_titlecase} was submitted to Akismet successfully."
+msgstr ""
+
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
+msgid "%{state} epics"
+msgstr ""
+
+msgid "%{strong_start}%{branch_count}%{strong_end} Branch"
+msgid_plural "%{strong_start}%{branch_count}%{strong_end} Branches"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{commit_count}%{strong_end} Commit"
+msgid_plural "%{strong_start}%{commit_count}%{strong_end} Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{human_size}%{strong_end} Files"
+msgstr ""
+
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
+msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{tabname} changed"
+msgstr ""
+
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
+msgid "%{text} %{files}"
+msgid_plural "%{text} %{files} files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{text} is available"
+msgstr ""
+
+msgid "%{title} %{operator} %{threshold}"
+msgstr ""
+
+msgid "%{title} changes"
+msgstr ""
+
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
+msgid "%{unstaged} unstaged and %{staged} staged changes"
+msgstr ""
+
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgstr ""
+
+msgid "%{userName} (cannot merge)"
+msgstr ""
+
+msgid "%{userName}'s avatar"
+msgstr ""
+
+msgid "%{user_name} profile page"
+msgstr ""
+
+msgid "%{username}'s avatar"
+msgstr ""
+
+msgid "%{value} ms"
+msgstr ""
+
+msgid "%{verb} %{time_spent_value} spent time."
+msgstr ""
+
+msgid "'%{level}' is not a valid visibility level"
+msgstr ""
+
+msgid "'%{source}' is not a import source"
+msgstr ""
+
+msgid "'%{template_name}' is unknown or invalid"
+msgstr ""
+
+msgid "(%d closed)"
+msgid_plural "(%d closed)"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "(%{mrCount} merged)"
+msgstr ""
+
+msgid "(No changes)"
+msgstr ""
+
+msgid "(Show all)"
+msgstr ""
+
+msgid "(check progress)"
+msgstr ""
+
+msgid "(external source)"
+msgstr ""
+
+msgid "(removed)"
+msgstr ""
+
+msgid "+ %{amount} more"
+msgstr ""
+
+msgid "+ %{count} more"
+msgstr ""
+
+msgid "+ %{moreCount} more"
+msgstr ""
+
+msgid "+ %{numberOfHiddenAssignees} more"
+msgstr ""
+
+msgid "+%{extraOptionCount} more"
+msgstr ""
+
+msgid ", or "
+msgstr ""
+
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- Runner is active and can process any new jobs"
+msgstr ""
+
+msgid "- Runner is paused and will not receive any new jobs"
+msgstr ""
+
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- show less"
+msgstr ""
+
+msgid "0 for unlimited"
+msgstr ""
+
+msgid "1 %{type} addition"
+msgid_plural "%{count} %{type} additions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 %{type} modification"
+msgid_plural "%{count} %{type} modifications"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 Day"
+msgid_plural "%d Days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed issue"
+msgid_plural "%{issues} closed issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed merge request"
+msgid_plural "%{merge_requests} closed merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 day"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 group"
+msgid_plural "%d groups"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 merged merge request"
+msgid_plural "%{merge_requests} merged merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open issue"
+msgid_plural "%{issues} open issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open merge request"
+msgid_plural "%{merge_requests} open merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 pipeline"
+msgid_plural "%d pipelines"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 role"
+msgid_plural "%d roles"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 user"
+msgid_plural "%d users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 week"
+msgstr ""
+
+msgid "1-9 contributions"
+msgstr ""
+
+msgid "10-19 contributions"
+msgstr ""
+
+msgid "1st contribution!"
+msgstr ""
+
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
+msgid "20-29 contributions"
+msgstr ""
+
+msgid "24 hours"
+msgstr ""
+
+msgid "2FA"
+msgstr ""
+
+msgid "2FADevice|Registered On"
+msgstr ""
+
+msgid "3 days"
+msgstr ""
+
+msgid "3 hours"
+msgstr ""
+
+msgid "30 days"
+msgstr ""
+
+msgid "30 minutes"
+msgstr ""
+
+msgid "30+ contributions"
+msgstr ""
+
+msgid "4 hours"
+msgstr ""
+
+msgid "403|Please contact your GitLab administrator to get permission."
+msgstr ""
+
+msgid "403|You don't have the permission to access this page."
+msgstr ""
+
+msgid "404|Make sure the address is correct and the page hasn't moved."
+msgstr ""
+
+msgid "404|Page Not Found"
+msgstr ""
+
+msgid "404|Please contact your GitLab administrator if you think this is a mistake."
+msgstr ""
+
+msgid "7 days"
+msgstr ""
+
+msgid "8 hours"
+msgstr ""
+
+msgid "< 1 hour"
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"John Smith\"</code> will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
+msgstr ""
+
+msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will add \"By <a href=\"#\">johnsmith@example.com</a>\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
+msgstr ""
+
+msgid "<no name set>"
+msgstr ""
+
+msgid "<no scopes selected>"
+msgstr ""
+
+msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
+msgstr ""
+
+msgid "<strong>%{group_name}</strong> group members"
+msgstr ""
+
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
+
+msgid "<strong>Deletes</strong> source branch"
+msgstr ""
+
+msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
+msgstr ""
+
+msgid "A .NET Core console application template, customizable for any .NET Core project"
+msgstr ""
+
+msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
+msgstr ""
+
+msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
+msgstr ""
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
+msgid "A default branch cannot be chosen for an empty project."
+msgstr ""
+
+msgid "A deleted user"
+msgstr ""
+
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
+msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgstr ""
+
+msgid "A member of the abuse team will review your report as soon as possible."
+msgstr ""
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
+msgid "A new branch will be created in your fork and a new merge request will be started."
+msgstr ""
+
+msgid "A new impersonation token has been created."
+msgstr ""
+
+msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
+msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
+msgstr ""
+
+msgid "A ready-to-go template for use with Android apps."
+msgstr ""
+
+msgid "A ready-to-go template for use with iOS Swift apps."
+msgstr ""
+
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
+
+msgid "A secure token that identifies an external storage request."
+msgstr ""
+
+msgid "A user with write access to the source branch selected this option"
+msgstr ""
+
+msgid "API Help"
+msgstr ""
+
+msgid "API Token"
+msgstr ""
+
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "Abort"
+msgstr ""
+
+msgid "About GitLab"
+msgstr ""
+
+msgid "About GitLab CE"
+msgstr ""
+
+msgid "About auto deploy"
+msgstr ""
+
+msgid "About this feature"
+msgstr ""
+
+msgid "Abuse Reports"
+msgstr ""
+
+msgid "Abuse reports"
+msgstr ""
+
+msgid "Accept invitation"
+msgstr ""
+
+msgid "Accept terms"
+msgstr ""
+
+msgid "Accepted MR"
+msgstr ""
+
+msgid "Access Tokens"
+msgstr ""
+
+msgid "Access denied for your LDAP account."
+msgstr ""
+
+msgid "Access denied! Please verify you can add deploy keys to this repository."
+msgstr ""
+
+msgid "Access expiration date"
+msgstr ""
+
+msgid "Access forbidden. Check your access level."
+msgstr ""
+
+msgid "Access to '%{classification_label}' not allowed"
+msgstr ""
+
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
+msgid "AccessDropdown|Groups"
+msgstr ""
+
+msgid "AccessDropdown|Roles"
+msgstr ""
+
+msgid "AccessDropdown|Users"
+msgstr ""
+
+msgid "AccessTokens|Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Are you sure?"
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Created"
+msgstr ""
+
+msgid "AccessTokens|Feed token"
+msgstr ""
+
+msgid "AccessTokens|Incoming email token"
+msgstr ""
+
+msgid "AccessTokens|It cannot be used to access any other data."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Personal Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Static object token"
+msgstr ""
+
+msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
+msgstr ""
+
+msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP."
+msgstr ""
+
+msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
+msgstr ""
+
+msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
+msgstr ""
+
+msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
+msgstr ""
+
+msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
+msgstr ""
+
+msgid "AccessTokens|reset it"
+msgstr ""
+
+msgid "Account"
+msgstr ""
+
+msgid "Account ID"
+msgstr ""
+
+msgid "Account and limit"
+msgstr ""
+
+msgid "Account: %{account}"
+msgstr ""
+
+msgid "Action to take when receiving an alert."
+msgstr ""
+
+msgid "Activate"
+msgstr ""
+
+msgid "Activate Service Desk"
+msgstr ""
+
+msgid "Active"
+msgstr ""
+
+msgid "Active %{type} Tokens (%{token_length})"
+msgstr ""
+
+msgid "Active Sessions"
+msgstr ""
+
+msgid "Activity"
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add %d issue"
+msgid_plural "Add %d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Add CHANGELOG"
+msgstr ""
+
+msgid "Add CONTRIBUTING"
+msgstr ""
+
+msgid "Add GitLab to Slack"
+msgstr ""
+
+msgid "Add Group Webhooks and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Add Jaeger URL"
+msgstr ""
+
+msgid "Add Kubernetes cluster"
+msgstr ""
+
+msgid "Add LICENSE"
+msgstr ""
+
+msgid "Add README"
+msgstr ""
+
+msgid "Add Zoom meeting"
+msgstr ""
+
+msgid "Add a %{type} token"
+msgstr ""
+
+msgid "Add a GPG key"
+msgstr ""
+
+msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
+msgstr ""
+
+msgid "Add a To Do"
+msgstr ""
+
+msgid "Add a bullet list"
+msgstr ""
+
+msgid "Add a general comment to this %{noteableDisplayName}."
+msgstr ""
+
+msgid "Add a general comment to this %{noteable_name}."
+msgstr ""
+
+msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message."
+msgstr ""
+
+msgid "Add a link"
+msgstr ""
+
+msgid "Add a numbered list"
+msgstr ""
+
+msgid "Add a table"
+msgstr ""
+
+msgid "Add a task list"
+msgstr ""
+
+msgid "Add additional text to appear in all email communications. %{character_limit} character limit"
+msgstr ""
+
+msgid "Add an SSH key"
+msgstr ""
+
+msgid "Add an existing issue to the epic."
+msgstr ""
+
+msgid "Add an issue"
+msgstr ""
+
+msgid "Add approval rule"
+msgstr ""
+
+msgid "Add bold text"
+msgstr ""
+
+msgid "Add child epic to an epic"
+msgstr ""
+
+msgid "Add comment now"
+msgstr ""
+
+msgid "Add email address"
+msgstr ""
+
+msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
+msgstr ""
+
+msgid "Add image comment"
+msgstr ""
+
+msgid "Add issues"
+msgstr ""
+
+msgid "Add italic text"
+msgstr ""
+
+msgid "Add label(s)"
+msgstr ""
+
+msgid "Add license"
+msgstr ""
+
+msgid "Add list"
+msgstr ""
+
+msgid "Add new application"
+msgstr ""
+
+msgid "Add new directory"
+msgstr ""
+
+msgid "Add or subtract spent time"
+msgstr ""
+
+msgid "Add reaction"
+msgstr ""
+
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
+msgid "Add to Slack"
+msgstr ""
+
+msgid "Add to epic"
+msgstr ""
+
+msgid "Add to merge train"
+msgstr ""
+
+msgid "Add to merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Add to review"
+msgstr ""
+
+msgid "Add to tree"
+msgstr ""
+
+msgid "Add user(s) to the group:"
+msgstr ""
+
+msgid "Add users to group"
+msgstr ""
+
+msgid "Add webhook"
+msgstr ""
+
+msgid "AddMember|No users specified."
+msgstr ""
+
+msgid "AddMember|Too many users specified (limit is %{user_limit})"
+msgstr ""
+
+msgid "Added"
+msgstr ""
+
+msgid "Added %{epic_ref} as a child epic."
+msgstr ""
+
+msgid "Added %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Added a To Do."
+msgstr ""
+
+msgid "Added an issue to an epic."
+msgstr ""
+
+msgid "Added at"
+msgstr ""
+
+msgid "Added in this version"
+msgstr ""
+
+msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
+msgstr ""
+
+msgid "Additional minutes"
+msgstr ""
+
+msgid "Additional text"
+msgstr ""
+
+msgid "Adds"
+msgstr ""
+
+msgid "Adds %{epic_ref} as child epic."
+msgstr ""
+
+msgid "Adds %{labels} %{label_text}."
+msgstr ""
+
+msgid "Adds a To Do."
+msgstr ""
+
+msgid "Adds a Zoom meeting"
+msgstr ""
+
+msgid "Adds an issue to an epic."
+msgstr ""
+
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
+msgid "Admin Area"
+msgstr ""
+
+msgid "Admin Overview"
+msgstr ""
+
+msgid "Admin Section"
+msgstr ""
+
+msgid "Admin mode already enabled"
+msgstr ""
+
+msgid "Admin mode disabled"
+msgstr ""
+
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs"
+msgstr ""
+
+msgid "AdminArea|Stop all jobs?"
+msgstr ""
+
+msgid "AdminArea|Stop jobs"
+msgstr ""
+
+msgid "AdminArea|Stopping jobs failed"
+msgstr ""
+
+msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
+msgstr ""
+
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
+msgid "AdminDashboard|Error loading the statistics. Please try again"
+msgstr ""
+
+msgid "AdminNote|Note"
+msgstr ""
+
+msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminProjects|Delete"
+msgstr ""
+
+msgid "AdminProjects|Delete Project %{projectName}?"
+msgstr ""
+
+msgid "AdminProjects|Delete project"
+msgstr ""
+
+msgid "AdminSettings|Auto DevOps domain"
+msgstr ""
+
+msgid "AdminSettings|Enable shared runners for new projects"
+msgstr ""
+
+msgid "AdminSettings|Environment variables are protected by default"
+msgstr ""
+
+msgid "AdminSettings|No required pipeline"
+msgstr ""
+
+msgid "AdminSettings|Required pipeline configuration"
+msgstr ""
+
+msgid "AdminSettings|Select a pipeline configuration file"
+msgstr ""
+
+msgid "AdminSettings|Select a template"
+msgstr ""
+
+msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
+msgstr ""
+
+msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
+msgstr ""
+
+msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
+msgstr ""
+
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminStatistics|Active Users"
+msgstr ""
+
+msgid "AdminStatistics|Forks"
+msgstr ""
+
+msgid "AdminStatistics|Issues"
+msgstr ""
+
+msgid "AdminStatistics|Merge Requests"
+msgstr ""
+
+msgid "AdminStatistics|Milestones"
+msgstr ""
+
+msgid "AdminStatistics|Notes"
+msgstr ""
+
+msgid "AdminStatistics|SSH Keys"
+msgstr ""
+
+msgid "AdminStatistics|Snippets"
+msgstr ""
+
+msgid "AdminUsers|2FA Disabled"
+msgstr ""
+
+msgid "AdminUsers|2FA Enabled"
+msgstr ""
+
+msgid "AdminUsers|Active"
+msgstr ""
+
+msgid "AdminUsers|Admin"
+msgstr ""
+
+msgid "AdminUsers|Admins"
+msgstr ""
+
+msgid "AdminUsers|Block"
+msgstr ""
+
+msgid "AdminUsers|Block user"
+msgstr ""
+
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Blocked"
+msgstr ""
+
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Cannot unblock LDAP blocked users"
+msgstr ""
+
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username} and contributions?"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Delete user"
+msgstr ""
+
+msgid "AdminUsers|Delete user and contributions"
+msgstr ""
+
+msgid "AdminUsers|External"
+msgstr ""
+
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
+msgid "AdminUsers|It's you!"
+msgstr ""
+
+msgid "AdminUsers|New user"
+msgstr ""
+
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
+msgid "AdminUsers|No users found"
+msgstr ""
+
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
+msgid "AdminUsers|Search by name, email or username"
+msgstr ""
+
+msgid "AdminUsers|Search users"
+msgstr ""
+
+msgid "AdminUsers|Send email to users"
+msgstr ""
+
+msgid "AdminUsers|Sort by"
+msgstr ""
+
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{projectName}"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{username}"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
+
+msgid "AdminUsers|Without projects"
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Advanced"
+msgstr ""
+
+msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
+msgstr ""
+
+msgid "Advanced search functionality"
+msgstr ""
+
+msgid "Advanced settings"
+msgstr ""
+
+msgid "After a successful password update you will be redirected to login screen."
+msgstr ""
+
+msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
+msgstr ""
+
+msgid "Alert"
+msgid_plural "Alerts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
+msgstr ""
+
+msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
+msgstr ""
+
+msgid "Alerts"
+msgstr ""
+
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
+msgid "All"
+msgstr ""
+
+msgid "All Members"
+msgstr ""
+
+msgid "All branches"
+msgstr ""
+
+msgid "All changes are committed"
+msgstr ""
+
+msgid "All email addresses will be used to identify your commits."
+msgstr ""
+
+msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
+msgstr ""
+
+msgid "All groups and projects"
+msgstr ""
+
+msgid "All issues for this milestone are closed."
+msgstr ""
+
+msgid "All issues for this milestone are closed. You may close this milestone now."
+msgstr ""
+
+msgid "All merge conflicts were resolved. The merge request can now be merged."
+msgstr ""
+
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
+msgid "All projects"
+msgstr ""
+
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
+msgid "All users"
+msgstr ""
+
+msgid "All users must have a name."
+msgstr ""
+
+msgid "Allow \"%{group_name}\" to sign you in"
+msgstr ""
+
+msgid "Allow commits from members who can merge to the target branch."
+msgstr ""
+
+msgid "Allow group owners to manage LDAP-related settings"
+msgstr ""
+
+msgid "Allow only the selected protocols to be used for Git access."
+msgstr ""
+
+msgid "Allow projects within this group to use Git LFS"
+msgstr ""
+
+msgid "Allow public access to pipelines and job details, including output logs and artifacts"
+msgstr ""
+
+msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
+msgstr ""
+
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
+msgid "Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
+msgstr ""
+
+msgid "Allow users to register any application to use GitLab as an OAuth provider"
+msgstr ""
+
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr ""
+
+msgid "Allowed email domain restriction only permitted for top-level groups"
+msgstr ""
+
+msgid "Allowed to fail"
+msgstr ""
+
+msgid "Allows you to add and manage Kubernetes clusters."
+msgstr ""
+
+msgid "Almost there"
+msgstr ""
+
+msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
+msgstr ""
+
+msgid "Also called \"Relying party service URL\" or \"Reply URL\""
+msgstr ""
+
+msgid "Alternate support URL for help page and help dropdown"
+msgstr ""
+
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
+msgstr ""
+
+msgid "An application called %{link_to_client} is requesting access to your GitLab account."
+msgstr ""
+
+msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator."
+msgstr ""
+
+msgid "An error has occurred"
+msgstr ""
+
+msgid "An error occurred adding a draft to the thread."
+msgstr ""
+
+msgid "An error occurred adding a new draft."
+msgstr ""
+
+msgid "An error occurred creating the new branch."
+msgstr ""
+
+msgid "An error occurred fetching the approval rules."
+msgstr ""
+
+msgid "An error occurred fetching the approvers for the new rule."
+msgstr ""
+
+msgid "An error occurred fetching the dropdown data."
+msgstr ""
+
+msgid "An error occurred previewing the blob"
+msgstr ""
+
+msgid "An error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "An error occurred when trying to resolve a comment. Please try again."
+msgstr ""
+
+msgid "An error occurred when trying to resolve a discussion. Please try again."
+msgstr ""
+
+msgid "An error occurred when updating the issue weight"
+msgstr ""
+
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
+msgid "An error occurred while deleting the approvers group"
+msgstr ""
+
+msgid "An error occurred while deleting the comment"
+msgstr ""
+
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
+msgid "An error occurred while detecting host keys"
+msgstr ""
+
+msgid "An error occurred while disabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while dismissing the alert. Refresh the page and try again."
+msgstr ""
+
+msgid "An error occurred while dismissing the feature highlight. Refresh the page and try dismissing again."
+msgstr ""
+
+msgid "An error occurred while enabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while fetching environments."
+msgstr ""
+
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
+msgid "An error occurred while fetching folder content."
+msgstr ""
+
+msgid "An error occurred while fetching issues."
+msgstr ""
+
+msgid "An error occurred while fetching label colors."
+msgstr ""
+
+msgid "An error occurred while fetching markdown preview"
+msgstr ""
+
+msgid "An error occurred while fetching pending comments"
+msgstr ""
+
+msgid "An error occurred while fetching projects autocomplete."
+msgstr ""
+
+msgid "An error occurred while fetching sidebar data"
+msgstr ""
+
+msgid "An error occurred while fetching the Service Desk address."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching the builds."
+msgstr ""
+
+msgid "An error occurred while fetching the job log."
+msgstr ""
+
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
+msgid "An error occurred while fetching the job."
+msgstr ""
+
+msgid "An error occurred while fetching the jobs."
+msgstr ""
+
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the releases. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching this tab."
+msgstr ""
+
+msgid "An error occurred while generating a username. Please try again."
+msgstr ""
+
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
+msgid "An error occurred while getting projects"
+msgstr ""
+
+msgid "An error occurred while importing project: %{details}"
+msgstr ""
+
+msgid "An error occurred while initializing path locks"
+msgstr ""
+
+msgid "An error occurred while loading all the files."
+msgstr ""
+
+msgid "An error occurred while loading chart data"
+msgstr ""
+
+msgid "An error occurred while loading commit signatures"
+msgstr ""
+
+msgid "An error occurred while loading designs. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading diff"
+msgstr ""
+
+msgid "An error occurred while loading filenames"
+msgstr ""
+
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading the file"
+msgstr ""
+
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
+msgid "An error occurred while loading the subscription details."
+msgstr ""
+
+msgid "An error occurred while making the request."
+msgstr ""
+
+msgid "An error occurred while moving the issue."
+msgstr ""
+
+msgid "An error occurred while parsing recent searches"
+msgstr ""
+
+msgid "An error occurred while removing epics."
+msgstr ""
+
+msgid "An error occurred while removing issues."
+msgstr ""
+
+msgid "An error occurred while rendering preview broadcast message"
+msgstr ""
+
+msgid "An error occurred while reordering issues."
+msgstr ""
+
+msgid "An error occurred while retrieving calendar activity"
+msgstr ""
+
+msgid "An error occurred while retrieving diff"
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
+msgstr ""
+
+msgid "An error occurred while saving the approval settings"
+msgstr ""
+
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
+msgid "An error occurred while subscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while triggering the job."
+msgstr ""
+
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgstr ""
+
+msgid "An error occurred while unsubscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while updating approvers"
+msgstr ""
+
+msgid "An error occurred while updating the comment"
+msgstr ""
+
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
+msgstr ""
+
+msgid "An error occurred. Please try again."
+msgstr ""
+
+msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project environment."
+msgstr ""
+
+msgid "An unexpected error occurred while checking the project runners."
+msgstr ""
+
+msgid "An unexpected error occurred while communicating with the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while starting the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while stopping the Web Terminal."
+msgstr ""
+
+msgid "Analytics"
+msgstr ""
+
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
+msgstr ""
+
+msgid "Ancestors"
+msgstr ""
+
+msgid "Anonymous"
+msgstr ""
+
+msgid "Anti-spam verification"
+msgstr ""
+
+msgid "Any"
+msgstr ""
+
+msgid "Any Label"
+msgstr ""
+
+msgid "Any Milestone"
+msgstr ""
+
+msgid "Any eligible user"
+msgstr ""
+
+msgid "Any encrypted tokens"
+msgstr ""
+
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
+msgid "Any namespace"
+msgstr ""
+
+msgid "Any user"
+msgstr ""
+
+msgid "App ID"
+msgstr ""
+
+msgid "Appearance"
+msgstr ""
+
+msgid "Appearance was successfully created."
+msgstr ""
+
+msgid "Appearance was successfully updated."
+msgstr ""
+
+msgid "Append the comment with %{shrug}"
+msgstr ""
+
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
+msgid "Application"
+msgstr ""
+
+msgid "Application ID"
+msgstr ""
+
+msgid "Application settings saved successfully"
+msgstr ""
+
+msgid "Application uninstalled but failed to destroy: %{error_message}"
+msgstr ""
+
+msgid "Application was successfully destroyed."
+msgstr ""
+
+msgid "Application was successfully updated."
+msgstr ""
+
+msgid "Application: %{name}"
+msgstr ""
+
+msgid "Applications"
+msgstr ""
+
+msgid "Applied"
+msgstr ""
+
+msgid "Apply"
+msgstr ""
+
+msgid "Apply a label"
+msgstr ""
+
+msgid "Apply a template"
+msgstr ""
+
+msgid "Apply suggestion"
+msgstr ""
+
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
+msgid "Applying command"
+msgstr ""
+
+msgid "Applying command to %{commandDescription}"
+msgstr ""
+
+msgid "Applying multiple commands"
+msgstr ""
+
+msgid "Applying suggestion"
+msgstr ""
+
+msgid "Approval rules"
+msgstr ""
+
+msgid "ApprovalRuleRemove|%d member"
+msgid_plural "ApprovalRuleRemove|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
+msgstr ""
+
+msgid "ApprovalRuleSummary|%d member"
+msgid_plural "ApprovalRuleSummary|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
+msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRule|Approvers"
+msgstr ""
+
+msgid "ApprovalRule|Name"
+msgstr ""
+
+msgid "ApprovalRule|No. approvals required"
+msgstr ""
+
+msgid "ApprovalRule|Rule name"
+msgstr ""
+
+msgid "ApprovalRule|e.g. QA, Security, etc."
+msgstr ""
+
+msgid "Approvals"
+msgstr ""
+
+msgid "Approve"
+msgstr ""
+
+msgid "Approve a merge request"
+msgstr ""
+
+msgid "Approve the current merge request."
+msgstr ""
+
+msgid "Approved the current merge request."
+msgstr ""
+
+msgid "Approver"
+msgstr ""
+
+msgid "Apr"
+msgstr ""
+
+msgid "April"
+msgstr ""
+
+msgid "Archive jobs"
+msgstr ""
+
+msgid "Archive project"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read-only"
+msgstr ""
+
+msgid "Archived projects"
+msgstr ""
+
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
+
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
+
+msgid "Are you sure that you want to archive this project?"
+msgstr ""
+
+msgid "Are you sure that you want to unarchive this project?"
+msgstr ""
+
+msgid "Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Are you sure you want to cancel editing this comment?"
+msgstr ""
+
+msgid "Are you sure you want to delete these artifacts?"
+msgstr ""
+
+msgid "Are you sure you want to delete this %{typeOfComment}?"
+msgstr ""
+
+msgid "Are you sure you want to delete this board?"
+msgstr ""
+
+msgid "Are you sure you want to delete this device? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to delete this list?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline schedule?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to erase this build?"
+msgstr ""
+
+msgid "Are you sure you want to lose unsaved changes?"
+msgstr ""
+
+msgid "Are you sure you want to lose your issue information?"
+msgstr ""
+
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
+msgid "Are you sure you want to permanently delete this license?"
+msgstr ""
+
+msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again."
+msgstr ""
+
+msgid "Are you sure you want to remove %{group_name}?"
+msgstr ""
+
+msgid "Are you sure you want to remove the attachment?"
+msgstr ""
+
+msgid "Are you sure you want to remove this identity?"
+msgstr ""
+
+msgid "Are you sure you want to reset registration token?"
+msgstr ""
+
+msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
+msgstr ""
+
+msgid "Are you sure you want to reset the health check token?"
+msgstr ""
+
+msgid "Are you sure you want to revoke this %{type} Token? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to revoke this nickname?"
+msgstr ""
+
+msgid "Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Are you sure you want to unlock %{path_lock_path}?"
+msgstr ""
+
+msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
+msgstr ""
+
+msgid "Are you sure?"
+msgstr ""
+
+msgid "Are you sure? All commits that were signed with this GPG key will be unverified."
+msgstr ""
+
+msgid "Are you sure? Removing this GPG key does not affect already signed commits."
+msgstr ""
+
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
+msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+msgstr ""
+
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
+msgid "Artifact ID"
+msgstr ""
+
+msgid "Artifact could not be deleted."
+msgstr ""
+
+msgid "Artifact was successfully deleted."
+msgstr ""
+
+msgid "Artifacts"
+msgstr ""
+
+msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
+msgstr ""
+
+msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
+msgstr ""
+
+msgid "AsanaService|Asana - Teamwork without email"
+msgstr ""
+
+msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "AsanaService|User Personal Access Token. User must have access to task, all comments will be attributed to this user."
+msgstr ""
+
+msgid "Ascending"
+msgstr ""
+
+msgid "Ask your group maintainer to set up a group Runner."
+msgstr ""
+
+msgid "Assertion consumer service URL"
+msgstr ""
+
+msgid "Assets"
+msgstr ""
+
+msgid "Assets:"
+msgstr ""
+
+msgid "Assign"
+msgstr ""
+
+msgid "Assign custom color like #FF0000"
+msgstr ""
+
+msgid "Assign epic"
+msgstr ""
+
+msgid "Assign labels"
+msgstr ""
+
+msgid "Assign milestone"
+msgstr ""
+
+msgid "Assign some issues to this milestone."
+msgstr ""
+
+msgid "Assign to"
+msgstr ""
+
+msgid "Assign yourself to these issues"
+msgstr ""
+
+msgid "Assign yourself to this issue"
+msgstr ""
+
+msgid "Assigned %{assignee_users_sentence}."
+msgstr ""
+
+msgid "Assigned Issues"
+msgstr ""
+
+msgid "Assigned Merge Requests"
+msgstr ""
+
+msgid "Assigned to me"
+msgstr ""
+
+msgid "Assignee"
+msgid_plural "%d Assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Assignee lists not available with your current license"
+msgstr ""
+
+msgid "Assignee lists show all issues assigned to the selected user."
+msgstr ""
+
+msgid "Assignee(s)"
+msgstr ""
+
+msgid "Assigns %{assignee_users_sentence}."
+msgstr ""
+
+msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
+msgstr ""
+
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
+msgid "Attach a file"
+msgstr ""
+
+msgid "Attach a file by drag &amp; drop or %{upload_link}"
+msgstr ""
+
+msgid "Attaching a file"
+msgid_plural "Attaching %d files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Attaching the file failed."
+msgstr ""
+
+msgid "Audit Events"
+msgstr ""
+
+msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr ""
+
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
+msgid "Aug"
+msgstr ""
+
+msgid "August"
+msgstr ""
+
+msgid "Authenticate"
+msgstr ""
+
+msgid "Authenticate with GitHub"
+msgstr ""
+
+msgid "Authenticating"
+msgstr ""
+
+msgid "Authentication Log"
+msgstr ""
+
+msgid "Authentication failed: %{error_message}"
+msgstr ""
+
+msgid "Authentication log"
+msgstr ""
+
+msgid "Authentication method"
+msgstr ""
+
+msgid "Authentication method updated"
+msgstr ""
+
+msgid "Authentication via U2F device failed."
+msgstr ""
+
+msgid "Author"
+msgstr ""
+
+msgid "Authorization code:"
+msgstr ""
+
+msgid "Authorization key"
+msgstr ""
+
+msgid "Authorization was granted by entering your username and password in the application."
+msgstr ""
+
+msgid "Authorize"
+msgstr ""
+
+msgid "Authorize %{link_to_client} to use your account?"
+msgstr ""
+
+msgid "Authorized %{new_chat_name}"
+msgstr ""
+
+msgid "Authorized At"
+msgstr ""
+
+msgid "Authorized applications (%{size})"
+msgstr ""
+
+msgid "Authors: %{authors}"
+msgstr ""
+
+msgid "Auto DevOps"
+msgstr ""
+
+msgid "Auto DevOps enabled"
+msgstr ""
+
+msgid "Auto DevOps, runners and job artifacts"
+msgstr ""
+
+msgid "Auto License Compliance"
+msgstr ""
+
+msgid "Auto stop successfully canceled."
+msgstr ""
+
+msgid "Auto-cancel redundant, pending pipelines"
+msgstr ""
+
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps documentation"
+msgstr ""
+
+msgid "AutoDevOps|Enable in settings"
+msgstr ""
+
+msgid "AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration."
+msgstr ""
+
+msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
+msgstr ""
+
+msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}"
+msgstr ""
+
+msgid "Autocomplete"
+msgstr ""
+
+msgid "Autocomplete description"
+msgstr ""
+
+msgid "Autocomplete hint"
+msgstr ""
+
+msgid "Autocomplete usage hint"
+msgstr ""
+
+msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
+msgstr ""
+
+msgid "Automatic certificate management using Let's Encrypt"
+msgstr ""
+
+msgid "Automatically marked as default internal user"
+msgstr ""
+
+msgid "Automatically resolved"
+msgstr ""
+
+msgid "Automatically update this project's branches and tags from the upstream repository every hour."
+msgstr ""
+
+msgid "Autosave|Note"
+msgstr ""
+
+msgid "Available"
+msgstr ""
+
+msgid "Available group Runners: %{runners}"
+msgstr ""
+
+msgid "Available shared Runners:"
+msgstr ""
+
+msgid "Available specific runners"
+msgstr ""
+
+msgid "Avatar for %{assigneeName}"
+msgstr ""
+
+msgid "Avatar for %{name}"
+msgstr ""
+
+msgid "Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Average per day: %{average}"
+msgstr ""
+
+msgid "Background Color"
+msgstr ""
+
+msgid "Background Jobs"
+msgstr ""
+
+msgid "Background color"
+msgstr ""
+
+msgid "Badges"
+msgstr ""
+
+msgid "Badges|A new badge was added."
+msgstr ""
+
+msgid "Badges|Add badge"
+msgstr ""
+
+msgid "Badges|Adding the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|Badge image URL"
+msgstr ""
+
+msgid "Badges|Badge image preview"
+msgstr ""
+
+msgid "Badges|Delete badge"
+msgstr ""
+
+msgid "Badges|Delete badge?"
+msgstr ""
+
+msgid "Badges|Deleting the badge failed, please try again."
+msgstr ""
+
+msgid "Badges|Group Badge"
+msgstr ""
+
+msgid "Badges|Link"
+msgstr ""
+
+msgid "Badges|Name"
+msgstr ""
+
+msgid "Badges|No badge image"
+msgstr ""
+
+msgid "Badges|No image to preview"
+msgstr ""
+
+msgid "Badges|Please fill in a valid URL"
+msgstr ""
+
+msgid "Badges|Project Badge"
+msgstr ""
+
+msgid "Badges|Reload badge image"
+msgstr ""
+
+msgid "Badges|Save changes"
+msgstr ""
+
+msgid "Badges|Saving the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|The %{docsLinkStart}variables%{docsLinkEnd} GitLab supports: %{placeholders}"
+msgstr ""
+
+msgid "Badges|The badge was deleted."
+msgstr ""
+
+msgid "Badges|The badge was saved."
+msgstr ""
+
+msgid "Badges|This group has no badges"
+msgstr ""
+
+msgid "Badges|This project has no badges"
+msgstr ""
+
+msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgstr ""
+
+msgid "Badges|Your badges"
+msgstr ""
+
+msgid "Badges|e.g. %{exampleUrl}"
+msgstr ""
+
+msgid "Badge|New"
+msgstr ""
+
+msgid "Balsamiq file could not be loaded."
+msgstr ""
+
+msgid "BambooService|A continuous integration and build server"
+msgstr ""
+
+msgid "BambooService|A user with API access, if applicable"
+msgstr ""
+
+msgid "BambooService|Atlassian Bamboo CI"
+msgstr ""
+
+msgid "BambooService|Bamboo build plan key like KEY"
+msgstr ""
+
+msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgstr ""
+
+msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgstr ""
+
+msgid "Batch operations"
+msgstr ""
+
+msgid "BatchComments|Delete all pending comments"
+msgstr ""
+
+msgid "BatchComments|Discard review?"
+msgstr ""
+
+msgid "BatchComments|You're about to discard your review which will delete all of your pending comments. The deleted comments %{strong_start}cannot%{strong_end} be restored."
+msgstr ""
+
+msgid "Be careful. Changing the project's namespace can have unintended side effects."
+msgstr ""
+
+msgid "Be careful. Renaming a project's repository can have unintended side effects."
+msgstr ""
+
+msgid "Begin with the selected commit"
+msgstr ""
+
+msgid "Below are examples of regex for existing tools:"
+msgstr ""
+
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
+msgid "Below you will find all the groups that are public."
+msgstr ""
+
+msgid "Billing"
+msgstr ""
+
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
+
+msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Manage plan"
+msgstr ""
+
+msgid "BillingPlans|Pricing page"
+msgstr ""
+
+msgid "BillingPlans|See all %{plan_name} features"
+msgstr ""
+
+msgid "BillingPlans|This group uses the plan associated with its parent group."
+msgstr ""
+
+msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
+msgstr ""
+
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
+
+msgid "BillingPlans|frequently asked questions"
+msgstr ""
+
+msgid "BillingPlans|monthly"
+msgstr ""
+
+msgid "BillingPlans|per user"
+msgstr ""
+
+msgid "BillingPlan|Upgrade"
+msgstr ""
+
+msgid "Bitbucket Server Import"
+msgstr ""
+
+msgid "Bitbucket import"
+msgstr ""
+
+msgid "Blocked"
+msgstr ""
+
+msgid "Blocks"
+msgstr ""
+
+msgid "Blog"
+msgstr ""
+
+msgid "Blue helpers indicate an action to be taken."
+msgstr ""
+
+msgid "Board name"
+msgstr ""
+
+msgid "Board scope"
+msgstr ""
+
+msgid "Board scope affects which issues are displayed for anyone who visits this board"
+msgstr ""
+
+msgid "BoardBlankState|Add default lists"
+msgstr ""
+
+msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
+msgstr ""
+
+msgid "BoardBlankState|Nevermind, I'll use my own"
+msgstr ""
+
+msgid "BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board."
+msgstr ""
+
+msgid "Boards"
+msgstr ""
+
+msgid "Boards|Collapse"
+msgstr ""
+
+msgid "Boards|Edit board"
+msgstr ""
+
+msgid "Boards|Expand"
+msgstr ""
+
+msgid "Boards|View scope"
+msgstr ""
+
+msgid "Branch"
+msgstr ""
+
+msgid "Branch %{branchName} was not found in this project's repository."
+msgstr ""
+
+msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+msgstr ""
+
+msgid "Branch has changed"
+msgstr ""
+
+msgid "Branch is already taken"
+msgstr ""
+
+msgid "Branch name"
+msgstr ""
+
+msgid "Branch not loaded - %{branchId}"
+msgstr ""
+
+msgid "Branch prefix"
+msgstr ""
+
+msgid "BranchSwitcherPlaceholder|Search branches"
+msgstr ""
+
+msgid "BranchSwitcherTitle|Switch branch"
+msgstr ""
+
+msgid "Branches"
+msgstr ""
+
+msgid "Branches|Active"
+msgstr ""
+
+msgid "Branches|Active branches"
+msgstr ""
+
+msgid "Branches|All"
+msgstr ""
+
+msgid "Branches|Cant find HEAD commit for this branch"
+msgstr ""
+
+msgid "Branches|Compare"
+msgstr ""
+
+msgid "Branches|Delete all branches that are merged into '%{default_branch}'"
+msgstr ""
+
+msgid "Branches|Delete branch"
+msgstr ""
+
+msgid "Branches|Delete merged branches"
+msgstr ""
+
+msgid "Branches|Delete protected branch"
+msgstr ""
+
+msgid "Branches|Delete protected branch '%{branch_name}'?"
+msgstr ""
+
+msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Filter by branch name"
+msgstr ""
+
+msgid "Branches|Merged into %{default_branch}"
+msgstr ""
+
+msgid "Branches|New branch"
+msgstr ""
+
+msgid "Branches|No branches to show"
+msgstr ""
+
+msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Branches|Only a project maintainer or owner can delete a protected branch"
+msgstr ""
+
+msgid "Branches|Overview"
+msgstr ""
+
+msgid "Branches|Protected branches can be managed in %{project_settings_link}."
+msgstr ""
+
+msgid "Branches|Show active branches"
+msgstr ""
+
+msgid "Branches|Show all branches"
+msgstr ""
+
+msgid "Branches|Show more active branches"
+msgstr ""
+
+msgid "Branches|Show more stale branches"
+msgstr ""
+
+msgid "Branches|Show overview of the branches"
+msgstr ""
+
+msgid "Branches|Show stale branches"
+msgstr ""
+
+msgid "Branches|Sort by"
+msgstr ""
+
+msgid "Branches|Stale"
+msgstr ""
+
+msgid "Branches|Stale branches"
+msgstr ""
+
+msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
+msgstr ""
+
+msgid "Branches|The default branch cannot be deleted"
+msgstr ""
+
+msgid "Branches|This branch hasn’t been merged into %{default_branch}."
+msgstr ""
+
+msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
+msgstr ""
+
+msgid "Branches|To confirm, type %{branch_name_confirmation}:"
+msgstr ""
+
+msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
+msgstr ""
+
+msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
+msgstr ""
+
+msgid "Branches|diverged from upstream"
+msgstr ""
+
+msgid "Branches|merged"
+msgstr ""
+
+msgid "Branches|project settings"
+msgstr ""
+
+msgid "Branches|protected"
+msgstr ""
+
+msgid "Broadcast Message was successfully created."
+msgstr ""
+
+msgid "Broadcast Message was successfully updated."
+msgstr ""
+
+msgid "Browse Directory"
+msgstr ""
+
+msgid "Browse File"
+msgstr ""
+
+msgid "Browse Files"
+msgstr ""
+
+msgid "Browse artifacts"
+msgstr ""
+
+msgid "Browse files"
+msgstr ""
+
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
+msgid "Built-in"
+msgstr ""
+
+msgid "Burndown chart"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issue weight"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issues"
+msgstr ""
+
+msgid "Business"
+msgstr ""
+
+msgid "Business metrics (Custom)"
+msgstr ""
+
+msgid "Buy EE"
+msgstr ""
+
+msgid "Buy GitLab Enterprise Edition"
+msgstr ""
+
+msgid "By %{user_name}"
+msgstr ""
+
+msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
+msgstr ""
+
+msgid "By default, all projects and groups will use the global notifications setting."
+msgstr ""
+
+msgid "ByAuthor|by"
+msgstr ""
+
+msgid "CHANGELOG"
+msgstr ""
+
+msgid "CI / CD"
+msgstr ""
+
+msgid "CI / CD Charts"
+msgstr ""
+
+msgid "CI / CD Settings"
+msgstr ""
+
+msgid "CI Lint"
+msgstr ""
+
+msgid "CI variables"
+msgstr ""
+
+msgid "CI will run using the credentials assigned above."
+msgstr ""
+
+msgid "CI/CD"
+msgstr ""
+
+msgid "CI/CD configuration"
+msgstr ""
+
+msgid "CI/CD for external repo"
+msgstr ""
+
+msgid "CI/CD settings"
+msgstr ""
+
+msgid "CICD|Auto DevOps"
+msgstr ""
+
+msgid "CICD|Automatic deployment to staging, manual deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production using timed incremental rollout"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline for all projects"
+msgstr ""
+
+msgid "CICD|Deployment strategy"
+msgstr ""
+
+msgid "CICD|Jobs"
+msgstr ""
+
+msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
+msgstr ""
+
+msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} to this project with a domain in order for your deployment strategy to work correctly."
+msgstr ""
+
+msgid "CICD|group enabled"
+msgstr ""
+
+msgid "CICD|instance enabled"
+msgstr ""
+
+msgid "CLOSED"
+msgstr ""
+
+msgid "CLOSED (MOVED)"
+msgstr ""
+
+msgid "CONTRIBUTING"
+msgstr ""
+
+msgid "CPU"
+msgstr ""
+
+msgid "Callback URL"
+msgstr ""
+
+msgid "Can be manually deployed to"
+msgstr ""
+
+msgid "Can override approvers and approvals required per merge request"
+msgstr ""
+
+msgid "Can't find HEAD commit for this branch"
+msgstr ""
+
+msgid "Can't find variable: ZiteReader"
+msgstr ""
+
+msgid "Can't remove group members without group managed account"
+msgstr ""
+
+msgid "Can't scan the code?"
+msgstr ""
+
+msgid "Canary"
+msgstr ""
+
+msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "Cancel running"
+msgstr ""
+
+msgid "Cancel this job"
+msgstr ""
+
+msgid "Canceled deployment to"
+msgstr ""
+
+msgid "Cancelling Preview"
+msgstr ""
+
+msgid "Cannot be merged automatically"
+msgstr ""
+
+msgid "Cannot create the abuse report. The user has been deleted."
+msgstr ""
+
+msgid "Cannot create the abuse report. This user has been blocked."
+msgstr ""
+
+msgid "Cannot merge"
+msgstr ""
+
+msgid "Cannot modify managed Kubernetes cluster"
+msgstr ""
+
+msgid "Cannot refer to a group milestone by an internal id!"
+msgstr ""
+
+msgid "Cannot render the image. Maximum character count (%{charLimit}) has been exceeded."
+msgstr ""
+
+msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
+msgstr ""
+
+msgid "Cannot skip two factor authentication setup"
+msgstr ""
+
+msgid "Capacity threshold"
+msgstr ""
+
+msgid "Certificate"
+msgstr ""
+
+msgid "Certificate (PEM)"
+msgstr ""
+
+msgid "Change assignee"
+msgstr ""
+
+msgid "Change assignee(s)"
+msgstr ""
+
+msgid "Change assignee(s)."
+msgstr ""
+
+msgid "Change branches"
+msgstr ""
+
+msgid "Change label"
+msgstr ""
+
+msgid "Change milestone"
+msgstr ""
+
+msgid "Change path"
+msgstr ""
+
+msgid "Change permissions"
+msgstr ""
+
+msgid "Change template"
+msgstr ""
+
+msgid "Change this value to influence how frequently the GitLab UI polls for updates."
+msgstr ""
+
+msgid "Change title"
+msgstr ""
+
+msgid "Change your password"
+msgstr ""
+
+msgid "Change your password or recover your current one"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Pick into branch"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Revert in branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Cherry-pick"
+msgstr ""
+
+msgid "ChangeTypeAction|Revert"
+msgstr ""
+
+msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes."
+msgstr ""
+
+msgid "Changed assignee(s)."
+msgstr ""
+
+msgid "Changed the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes"
+msgstr ""
+
+msgid "Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision."
+msgstr ""
+
+msgid "Changes suppressed. Click to show."
+msgstr ""
+
+msgid "Changes the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
+msgstr ""
+
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "Charts"
+msgstr ""
+
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
+msgid "Chat"
+msgstr ""
+
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Branch"
+msgstr ""
+
+msgid "ChatMessage|Commit"
+msgstr ""
+
+msgid "ChatMessage|Failed job"
+msgstr ""
+
+msgid "ChatMessage|Failed stage"
+msgstr ""
+
+msgid "ChatMessage|Invalid CI config YAML file"
+msgstr ""
+
+msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
+msgstr ""
+
+msgid "ChatMessage|Tag"
+msgstr ""
+
+msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
+msgstr ""
+
+msgid "ChatMessage|failed"
+msgstr ""
+
+msgid "ChatMessage|has failed"
+msgstr ""
+
+msgid "ChatMessage|has passed"
+msgstr ""
+
+msgid "ChatMessage|has passed with warnings"
+msgstr ""
+
+msgid "ChatMessage|in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|in %{project_link}"
+msgstr ""
+
+msgid "ChatMessage|passed"
+msgstr ""
+
+msgid "Check again"
+msgstr ""
+
+msgid "Check feature availability on namespace plan"
+msgstr ""
+
+msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
+msgstr ""
+
+msgid "Check your .gitlab-ci.yml"
+msgstr ""
+
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
+msgid "Checking %{text} availability…"
+msgstr ""
+
+msgid "Checking approval status"
+msgstr ""
+
+msgid "Checking branch availability..."
+msgstr ""
+
+msgid "Checking group path availability..."
+msgstr ""
+
+msgid "Checking username availability..."
+msgstr ""
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
+msgid "Cherry-pick this commit"
+msgstr ""
+
+msgid "Cherry-pick this merge request"
+msgstr ""
+
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
+msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
+msgstr ""
+
+msgid "Choose <strong>Next</strong> at the bottom of the page."
+msgstr ""
+
+msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
+msgstr ""
+
+msgid "Choose a file"
+msgstr ""
+
+msgid "Choose a group"
+msgstr ""
+
+msgid "Choose a role permission"
+msgstr ""
+
+msgid "Choose a template"
+msgstr ""
+
+msgid "Choose a template..."
+msgstr ""
+
+msgid "Choose a type..."
+msgstr ""
+
+msgid "Choose any color."
+msgstr ""
+
+msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
+msgstr ""
+
+msgid "Choose file…"
+msgstr ""
+
+msgid "Choose the top-level group for your repository imports."
+msgstr ""
+
+msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
+msgstr ""
+
+msgid "Choose what content you want to see on a group’s overview page"
+msgstr ""
+
+msgid "Choose which repositories you want to connect and run CI/CD pipelines."
+msgstr ""
+
+msgid "Choose which shards you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "CiStatusLabel|canceled"
+msgstr ""
+
+msgid "CiStatusLabel|created"
+msgstr ""
+
+msgid "CiStatusLabel|delayed"
+msgstr ""
+
+msgid "CiStatusLabel|failed"
+msgstr ""
+
+msgid "CiStatusLabel|manual action"
+msgstr ""
+
+msgid "CiStatusLabel|passed"
+msgstr ""
+
+msgid "CiStatusLabel|passed with warnings"
+msgstr ""
+
+msgid "CiStatusLabel|pending"
+msgstr ""
+
+msgid "CiStatusLabel|preparing"
+msgstr ""
+
+msgid "CiStatusLabel|skipped"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for delayed job"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for manual action"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
+msgid "CiStatusText|blocked"
+msgstr ""
+
+msgid "CiStatusText|canceled"
+msgstr ""
+
+msgid "CiStatusText|created"
+msgstr ""
+
+msgid "CiStatusText|delayed"
+msgstr ""
+
+msgid "CiStatusText|failed"
+msgstr ""
+
+msgid "CiStatusText|manual"
+msgstr ""
+
+msgid "CiStatusText|passed"
+msgstr ""
+
+msgid "CiStatusText|pending"
+msgstr ""
+
+msgid "CiStatusText|preparing"
+msgstr ""
+
+msgid "CiStatusText|skipped"
+msgstr ""
+
+msgid "CiStatusText|waiting"
+msgstr ""
+
+msgid "CiStatus|running"
+msgstr ""
+
+msgid "CiVariables|Cannot use Masked Variable with current value"
+msgstr ""
+
+msgid "CiVariables|Input variable key"
+msgstr ""
+
+msgid "CiVariables|Input variable value"
+msgstr ""
+
+msgid "CiVariables|Key"
+msgstr ""
+
+msgid "CiVariables|Masked"
+msgstr ""
+
+msgid "CiVariables|Remove variable row"
+msgstr ""
+
+msgid "CiVariables|Scope"
+msgstr ""
+
+msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
+msgstr ""
+
+msgid "CiVariables|State"
+msgstr ""
+
+msgid "CiVariables|Type"
+msgstr ""
+
+msgid "CiVariables|Value"
+msgstr ""
+
+msgid "CiVariables|Variables"
+msgstr ""
+
+msgid "CiVariable|* (All environments)"
+msgstr ""
+
+msgid "CiVariable|All environments"
+msgstr ""
+
+msgid "CiVariable|Create wildcard"
+msgstr ""
+
+msgid "CiVariable|Error occurred while saving variables"
+msgstr ""
+
+msgid "CiVariable|Masked"
+msgstr ""
+
+msgid "CiVariable|New environment"
+msgstr ""
+
+msgid "CiVariable|Protected"
+msgstr ""
+
+msgid "CiVariable|Search environments"
+msgstr ""
+
+msgid "CiVariable|Toggle masked"
+msgstr ""
+
+msgid "CiVariable|Toggle protected"
+msgstr ""
+
+msgid "CiVariable|Validation failed"
+msgstr ""
+
+msgid "Class"
+msgstr ""
+
+msgid "Classification Label (optional)"
+msgstr ""
+
+msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Clear chart filters"
+msgstr ""
+
+msgid "Clear input"
+msgstr ""
+
+msgid "Clear recent searches"
+msgstr ""
+
+msgid "Clear search"
+msgstr ""
+
+msgid "Clear search input"
+msgstr ""
+
+msgid "Clear templates search input"
+msgstr ""
+
+msgid "Clear weight"
+msgstr ""
+
+msgid "Cleared weight."
+msgstr ""
+
+msgid "Clears weight."
+msgstr ""
+
+msgid "Click any <strong>project name</strong> in the project list below to navigate to the project milestone."
+msgstr ""
+
+msgid "Click here"
+msgstr ""
+
+msgid "Click the <strong>Download</strong> button and wait for downloading to complete."
+msgstr ""
+
+msgid "Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone."
+msgstr ""
+
+msgid "Click the <strong>Select none</strong> button on the right, since we only need \"Google Code Project Hosting\"."
+msgstr ""
+
+msgid "Click the button below to begin the install process by navigating to the Kubernetes page"
+msgstr ""
+
+msgid "Click the image where you'd like to start a new discussion"
+msgstr ""
+
+msgid "Click to expand it."
+msgstr ""
+
+msgid "Click to expand text"
+msgstr ""
+
+msgid "Client authentication certificate"
+msgstr ""
+
+msgid "Client authentication key"
+msgstr ""
+
+msgid "Client authentication key password"
+msgstr ""
+
+msgid "Clients"
+msgstr ""
+
+msgid "Clone"
+msgstr ""
+
+msgid "Clone repository"
+msgstr ""
+
+msgid "Clone with %{http_label}"
+msgstr ""
+
+msgid "Clone with KRB5"
+msgstr ""
+
+msgid "Clone with SSH"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Close %{tabname}"
+msgstr ""
+
+msgid "Close epic"
+msgstr ""
+
+msgid "Close milestone"
+msgstr ""
+
+msgid "Close sidebar"
+msgstr ""
+
+msgid "Close this %{quick_action_target}"
+msgstr ""
+
+msgid "Closed"
+msgstr ""
+
+msgid "Closed issues"
+msgstr ""
+
+msgid "Closed this %{quick_action_target}."
+msgstr ""
+
+msgid "Closes this %{quick_action_target}."
+msgstr ""
+
+msgid "Cluster Health"
+msgstr ""
+
+msgid "Cluster cache cleared."
+msgstr ""
+
+msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgstr ""
+
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
+msgid "ClusterIntegration| can be used instead of a custom domain."
+msgstr ""
+
+msgid "ClusterIntegration| is the default environment scope for this cluster. This means that all jobs, regardless of their environment, will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
+msgstr ""
+
+msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|%{title} uninstalled successfully."
+msgstr ""
+
+msgid "ClusterIntegration|%{title} updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
+msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
+msgstr ""
+
+msgid "ClusterIntegration|API URL"
+msgstr ""
+
+msgid "ClusterIntegration|API URL should be a valid http/https url."
+msgstr ""
+
+msgid "ClusterIntegration|Add Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Add a Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster to your group will automatically share the cluster across all your projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding a Kubernetes cluster will automatically share the cluster across all projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration to your group will share the cluster across all your projects."
+msgstr ""
+
+msgid "ClusterIntegration|Adding an integration will share the cluster across all projects."
+msgstr ""
+
+msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integration"
+msgstr ""
+
+msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|All data will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Alternatively"
+msgstr ""
+
+msgid "ClusterIntegration|Amazon EKS"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch project zones: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch your projects: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|Any running pipelines will be canceled."
+msgstr ""
+
+msgid "ClusterIntegration|Applications"
+msgstr ""
+
+msgid "ClusterIntegration|Apply for credit"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
+
+msgid "ClusterIntegration|Base domain"
+msgstr ""
+
+msgid "ClusterIntegration|CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by %{letsEncrypt} and ensure that certificates are valid and up-to-date."
+msgstr ""
+
+msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which of your environments will use this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
+msgid "ClusterIntegration|Cloud Run"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster health"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster name is required."
+msgstr ""
+
+msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
+msgstr ""
+
+msgid "ClusterIntegration|Copy API URL"
+msgstr ""
+
+msgid "ClusterIntegration|Copy CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Create Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Create cluster on"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
+msgid "ClusterIntegration|Did you know?"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
+msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
+msgstr ""
+
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Environment scope"
+msgstr ""
+
+msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to run Kubeclient: %{message}"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching projects"
+msgstr ""
+
+msgid "ClusterIntegration|Fetching zones"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner connects to the repository and executes CI/CD jobs, pushing results back and deploying applications to production."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab-managed cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|Google Cloud Platform project"
+msgstr ""
+
+msgid "ClusterIntegration|Google GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine project"
+msgstr ""
+
+msgid "ClusterIntegration|Group cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Helm Tiller"
+msgstr ""
+
+msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
+msgstr ""
+
+msgid "ClusterIntegration|Hide"
+msgstr ""
+
+msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
+msgstr ""
+
+msgid "ClusterIntegration|Ingress"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint."
+msgstr ""
+
+msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn more about %{pricingLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Instance cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
+msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
+msgstr ""
+
+msgid "ClusterIntegration|Integration status"
+msgstr ""
+
+msgid "ClusterIntegration|Issuer Email"
+msgstr ""
+
+msgid "ClusterIntegration|Issuers represent a certificate authority. You must provide an email address for your Issuer. "
+msgstr ""
+
+msgid "ClusterIntegration|Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
+msgstr ""
+
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
+msgid "ClusterIntegration|Knative"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Domain Name:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Endpoint:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative domain name was updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster details"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Let's Encrypt"
+msgstr ""
+
+msgid "ClusterIntegration|Loading IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Regions"
+msgstr ""
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
+
+msgid "ClusterIntegration|No IAM Roles found"
+msgstr ""
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
+msgid "ClusterIntegration|No machine types matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No region found"
+msgstr ""
+
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
+msgid "ClusterIntegration|No zones matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes must be a numerical value."
+msgstr ""
+
+msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
+msgstr ""
+
+msgid "ClusterIntegration|Point a wildcard DNS to this generated endpoint in order to access your application after it has been deployed."
+msgstr ""
+
+msgid "ClusterIntegration|Project cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
+msgstr ""
+
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
+msgid "ClusterIntegration|RBAC-enabled cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|Region"
+msgstr ""
+
+msgid "ClusterIntegration|Remove Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
+msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin installing failed"
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin uninstalling failed"
+msgstr ""
+
+msgid "ClusterIntegration|Save changes"
+msgstr ""
+
+msgid "ClusterIntegration|Search IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Search machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
+msgid "ClusterIntegration|Search projects"
+msgstr ""
+
+msgid "ClusterIntegration|Search regions"
+msgstr ""
+
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Search zones"
+msgstr ""
+
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
+msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
+msgid "ClusterIntegration|Select machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project"
+msgstr ""
+
+msgid "ClusterIntegration|Select project and zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project to choose zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Service Token"
+msgstr ""
+
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
+msgid "ClusterIntegration|Service token is required."
+msgstr ""
+
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
+msgid "ClusterIntegration|Show"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong on our end."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while installing %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
+msgstr ""
+
+msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+msgstr ""
+
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
+msgstr ""
+
+msgid "ClusterIntegration|The URL used to access the Kubernetes API."
+msgstr ""
+
+msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
+msgstr ""
+
+msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
+msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
+msgstr ""
+
+msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, pod logs, and Web terminals."
+msgstr ""
+
+msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
+msgstr ""
+
+msgid "ClusterIntegration|This account must have permissions to create a Kubernetes cluster in the %{link_to_container_project} specified below"
+msgstr ""
+
+msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
+msgstr ""
+
+msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|Toggle Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Uninstall %{appTitle}"
+msgstr ""
+
+msgid "ClusterIntegration|Update failed. Please check the logs and try again."
+msgstr ""
+
+msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Validating project billing status"
+msgstr ""
+
+msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
+msgstr ""
+
+msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
+msgstr ""
+
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
+msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
+msgstr ""
+
+msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
+msgstr ""
+
+msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
+msgstr ""
+
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Zone"
+msgstr ""
+
+msgid "ClusterIntegration|access to Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|documentation"
+msgstr ""
+
+msgid "ClusterIntegration|installed via %{installed_via}"
+msgstr ""
+
+msgid "ClusterIntegration|meets the requirements"
+msgstr ""
+
+msgid "ClusterIntegration|pricing"
+msgstr ""
+
+msgid "ClusterIntegration|sign up"
+msgstr ""
+
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
+msgid "ClusterIntergation|Select a region"
+msgstr ""
+
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
+msgstr ""
+
+msgid "Code"
+msgstr ""
+
+msgid "Code Owners"
+msgstr ""
+
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
+msgid "Code owner approval is required"
+msgstr ""
+
+msgid "Code owners"
+msgstr ""
+
+msgid "CodeOwner|Pattern"
+msgstr ""
+
+msgid "Cohorts"
+msgstr ""
+
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
+msgid "Collapse"
+msgstr ""
+
+msgid "Collapse approvers"
+msgstr ""
+
+msgid "Collapse sidebar"
+msgstr ""
+
+msgid "Collector hostname"
+msgstr ""
+
+msgid "ComboSearch is not defined"
+msgstr ""
+
+msgid "Command"
+msgstr ""
+
+msgid "Command line instructions"
+msgstr ""
+
+msgid "Commands applied"
+msgstr ""
+
+msgid "Commands did not apply"
+msgstr ""
+
+msgid "Comment"
+msgstr ""
+
+msgid "Comment & close %{noteable_name}"
+msgstr ""
+
+msgid "Comment & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Comment & resolve thread"
+msgstr ""
+
+msgid "Comment & unresolve thread"
+msgstr ""
+
+msgid "Comment form position"
+msgstr ""
+
+msgid "Comment is being updated"
+msgstr ""
+
+msgid "Comment/Reply (quoting selected text)"
+msgstr ""
+
+msgid "Comments"
+msgstr ""
+
+msgid "Commit"
+msgid_plural "Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Commit %{commit_id}"
+msgstr ""
+
+msgid "Commit (when editing commit message)"
+msgstr ""
+
+msgid "Commit Message"
+msgstr ""
+
+msgid "Commit deleted"
+msgstr ""
+
+msgid "Commit duration in minutes for last 30 commits"
+msgstr ""
+
+msgid "Commit message"
+msgstr ""
+
+msgid "Commit message (optional)"
+msgstr ""
+
+msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
+msgstr ""
+
+msgid "Commit to %{branchName} branch"
+msgstr ""
+
+msgid "CommitBoxTitle|Commit"
+msgstr ""
+
+msgid "CommitMessage|Add %{file_name}"
+msgstr ""
+
+msgid "CommitWidget|authored"
+msgstr ""
+
+msgid "Commits"
+msgstr ""
+
+msgid "Commits feed"
+msgstr ""
+
+msgid "Commits per day hour (UTC)"
+msgstr ""
+
+msgid "Commits per day of month"
+msgstr ""
+
+msgid "Commits per weekday"
+msgstr ""
+
+msgid "Commits to"
+msgstr ""
+
+msgid "Commits|An error occurred while fetching merge requests data."
+msgstr ""
+
+msgid "Commits|Commit: %{commitText}"
+msgstr ""
+
+msgid "Commits|History"
+msgstr ""
+
+msgid "Commits|No related merge requests found"
+msgstr ""
+
+msgid "Committed by"
+msgstr ""
+
+msgid "Commit…"
+msgstr ""
+
+msgid "Company"
+msgstr ""
+
+msgid "Company name"
+msgstr ""
+
+msgid "Compare"
+msgstr ""
+
+msgid "Compare Git revisions"
+msgstr ""
+
+msgid "Compare Revisions"
+msgstr ""
+
+msgid "Compare changes"
+msgstr ""
+
+msgid "Compare changes with the last commit"
+msgstr ""
+
+msgid "Compare changes with the merge request target branch"
+msgstr ""
+
+msgid "Compare with previous version"
+msgstr ""
+
+msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
+msgstr ""
+
+msgid "CompareBranches|Compare"
+msgstr ""
+
+msgid "CompareBranches|Source"
+msgstr ""
+
+msgid "CompareBranches|Target"
+msgstr ""
+
+msgid "CompareBranches|There isn't anything to compare."
+msgstr ""
+
+msgid "Complete"
+msgstr ""
+
+msgid "Confidence: %{confidence}"
+msgstr ""
+
+msgid "Confidential"
+msgstr ""
+
+msgid "Confidentiality"
+msgstr ""
+
+msgid "Configuration"
+msgstr ""
+
+msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure Gitaly timeouts."
+msgstr ""
+
+msgid "Configure Let's Encrypt"
+msgstr ""
+
+msgid "Configure Prometheus"
+msgstr ""
+
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
+msgid "Configure Tracing"
+msgstr ""
+
+msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure automatic git checks and housekeeping on repositories."
+msgstr ""
+
+msgid "Configure existing installation"
+msgstr ""
+
+msgid "Configure limits for web and API requests."
+msgstr ""
+
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
+
+msgid "Configure storage path settings."
+msgstr ""
+
+msgid "Configure the %{link} integration."
+msgstr ""
+
+msgid "Configure the way a user creates a new account."
+msgstr ""
+
+msgid "Confirm"
+msgstr ""
+
+msgid "Confirmation email sent to %{email}"
+msgstr ""
+
+msgid "Confirmation required"
+msgstr ""
+
+msgid "Congratulations! You have enabled Two-factor Authentication!"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect all repositories"
+msgstr ""
+
+msgid "Connect repositories from GitHub"
+msgstr ""
+
+msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
+msgstr ""
+
+msgid "Connecting"
+msgstr ""
+
+msgid "Connecting to terminal sync service"
+msgstr ""
+
+msgid "Connecting..."
+msgstr ""
+
+msgid "Connection failed"
+msgstr ""
+
+msgid "Connection failure"
+msgstr ""
+
+msgid "Connection timed out"
+msgstr ""
+
+msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
+msgstr ""
+
+msgid "Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
+msgstr ""
+
+msgid "Contact sales to upgrade"
+msgstr ""
+
+msgid "Contact your Administrator to upgrade your license."
+msgstr ""
+
+msgid "Container Registry"
+msgstr ""
+
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
+msgid "Container registry images"
+msgstr ""
+
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
+msgid "ContainerRegistry|Container Registry"
+msgstr ""
+
+msgid "ContainerRegistry|Copy build command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
+msgstr ""
+
+msgid "ContainerRegistry|Docker connection error"
+msgstr ""
+
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
+msgstr ""
+
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ContainerRegistry|Size"
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Tag"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images stored for this project"
+msgstr ""
+
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
+msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
+msgstr ""
+
+msgid "ContainerRegistry|You can add an image to this registry with the following commands:"
+msgstr ""
+
+msgid "Contains %{count} blobs of images (%{size})"
+msgstr ""
+
+msgid "Contents of .gitlab-ci.yml"
+msgstr ""
+
+msgid "Continue"
+msgstr ""
+
+msgid "Continue to the next step"
+msgstr ""
+
+msgid "Continuous Integration and Deployment"
+msgstr ""
+
+msgid "Contribute to GitLab"
+msgstr ""
+
+msgid "Contribution"
+msgstr ""
+
+msgid "Contribution Analytics"
+msgstr ""
+
+msgid "Contribution Charts"
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr ""
+
+msgid "Control emails linked to your account"
+msgstr ""
+
+msgid "Control the display of third party offers."
+msgstr ""
+
+msgid "Control the maximum concurrency of repository backfill for this secondary node"
+msgstr ""
+
+msgid "Cookie domain"
+msgstr ""
+
+msgid "Copied"
+msgstr ""
+
+msgid "Copied labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
+msgid "Copy %{http_label} clone URL"
+msgstr ""
+
+msgid "Copy %{protocol} clone URL"
+msgstr ""
+
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
+
+msgid "Copy KRB5 clone URL"
+msgstr ""
+
+msgid "Copy SSH clone URL"
+msgstr ""
+
+msgid "Copy SSH public key"
+msgstr ""
+
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
+
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
+
+msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy labels and milestone from other issue or merge request in this project"
+msgstr ""
+
+msgid "Copy link"
+msgstr ""
+
+msgid "Copy personal access token"
+msgstr ""
+
+msgid "Copy reference"
+msgstr ""
+
+msgid "Copy secret"
+msgstr ""
+
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Could not add admins as members"
+msgstr ""
+
+msgid "Could not authorize chat nickname. Try again!"
+msgstr ""
+
+msgid "Could not change HEAD: branch '%{branch}' does not exist"
+msgstr ""
+
+msgid "Could not connect to FogBugz, check your URL"
+msgstr ""
+
+msgid "Could not connect to Web IDE file mirror service."
+msgstr ""
+
+msgid "Could not create Wiki Repository at this time. Please try again later."
+msgstr ""
+
+msgid "Could not create group"
+msgstr ""
+
+msgid "Could not create issue"
+msgstr ""
+
+msgid "Could not create project"
+msgstr ""
+
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
+msgid "Could not delete chat nickname %{chat_name}."
+msgstr ""
+
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
+msgid "Could not remove the trigger."
+msgstr ""
+
+msgid "Could not restore the group"
+msgstr ""
+
+msgid "Could not revoke impersonation token %{token_name}."
+msgstr ""
+
+msgid "Could not revoke personal access token %{personal_access_token_name}."
+msgstr ""
+
+msgid "Could not save group ID"
+msgstr ""
+
+msgid "Could not save project ID"
+msgstr ""
+
+msgid "Could not save prometheus manual configuration"
+msgstr ""
+
+msgid "Country"
+msgstr ""
+
+msgid "Coverage"
+msgstr ""
+
+msgid "Create"
+msgstr ""
+
+msgid "Create %{type} token"
+msgstr ""
+
+msgid "Create New Directory"
+msgstr ""
+
+msgid "Create New Domain"
+msgstr ""
+
+msgid "Create Project"
+msgstr ""
+
+msgid "Create a GitLab account first, and then connect it to your %{label} account."
+msgstr ""
+
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
+msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
+msgstr ""
+
+msgid "Create a merge request"
+msgstr ""
+
+msgid "Create a new branch"
+msgstr ""
+
+msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Create a new issue"
+msgstr ""
+
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
+msgid "Create a new repository"
+msgstr ""
+
+msgid "Create a personal access token on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
+msgid "Create an issue. Issues are created for each alert triggered."
+msgstr ""
+
+msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to import."
+msgstr ""
+
+msgid "Create board"
+msgstr ""
+
+msgid "Create branch"
+msgstr ""
+
+msgid "Create commit"
+msgstr ""
+
+msgid "Create confidential merge request"
+msgstr ""
+
+msgid "Create confidential merge request and branch"
+msgstr ""
+
+msgid "Create directory"
+msgstr ""
+
+msgid "Create empty repository"
+msgstr ""
+
+msgid "Create epic"
+msgstr ""
+
+msgid "Create file"
+msgstr ""
+
+msgid "Create group"
+msgstr ""
+
+msgid "Create group label"
+msgstr ""
+
+msgid "Create issue"
+msgstr ""
+
+msgid "Create lists from labels. Issues with that label appear in that list."
+msgstr ""
+
+msgid "Create merge request"
+msgstr ""
+
+msgid "Create merge request and branch"
+msgstr ""
+
+msgid "Create milestone"
+msgstr ""
+
+msgid "Create new board"
+msgstr ""
+
+msgid "Create new branch"
+msgstr ""
+
+msgid "Create new directory"
+msgstr ""
+
+msgid "Create new file"
+msgstr ""
+
+msgid "Create new file or directory"
+msgstr ""
+
+msgid "Create new label"
+msgstr ""
+
+msgid "Create new..."
+msgstr ""
+
+msgid "Create project"
+msgstr ""
+
+msgid "Create project label"
+msgstr ""
+
+msgid "Create your first page"
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
+msgstr ""
+
+msgid "CreateGroup|You don’t have permission to create groups."
+msgstr ""
+
+msgid "CreateTag|Tag"
+msgstr ""
+
+msgid "CreateTokenToCloneLink|create a personal access token"
+msgstr ""
+
+msgid "Created"
+msgstr ""
+
+msgid "Created At"
+msgstr ""
+
+msgid "Created On"
+msgstr ""
+
+msgid "Created a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
+msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created by me"
+msgstr ""
+
+msgid "Created issue %{issueLink}"
+msgstr ""
+
+msgid "Created issue %{issueLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink}"
+msgstr ""
+
+msgid "Created merge request %{mergeRequestLink} at %{projectLink}"
+msgstr ""
+
+msgid "Created on"
+msgstr ""
+
+msgid "Created on:"
+msgstr ""
+
+msgid "Creates a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Creating epic"
+msgstr ""
+
+msgid "Creating graphs uses the data from the Prometheus server. If this takes a long time, ensure that data is available."
+msgstr ""
+
+msgid "Creation date"
+msgstr ""
+
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
+msgid "Cron Timezone"
+msgstr ""
+
+msgid "Cron syntax"
+msgstr ""
+
+msgid "Crossplane"
+msgstr ""
+
+msgid "Current Branch"
+msgstr ""
+
+msgid "Current Plan"
+msgstr ""
+
+msgid "Current Project"
+msgstr ""
+
+msgid "Current node"
+msgstr ""
+
+msgid "Current password"
+msgstr ""
+
+msgid "Current vulnerabilities count"
+msgstr ""
+
+msgid "CurrentUser|Profile"
+msgstr ""
+
+msgid "CurrentUser|Settings"
+msgstr ""
+
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
+
+msgid "Custom hostname (for private commit emails)"
+msgstr ""
+
+msgid "Custom notification events"
+msgstr ""
+
+msgid "Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out %{notification_link}."
+msgstr ""
+
+msgid "Custom project templates"
+msgstr ""
+
+msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
+msgstr ""
+
+msgid "Custom range"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add a stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Enter a name for the stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Name"
+msgstr ""
+
+msgid "CustomCycleAnalytics|New stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Please select a start event first"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
+msgid "Customize colors"
+msgstr ""
+
+msgid "Customize how FogBugz email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize how Google Code email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize icon"
+msgstr ""
+
+msgid "Customize language and region related settings."
+msgstr ""
+
+msgid "Customize name"
+msgstr ""
+
+msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
+msgstr ""
+
+msgid "Customize your pipeline configuration."
+msgstr ""
+
+msgid "Cycle Analytics"
+msgstr ""
+
+msgid "Cycle Analytics can help you determine your team’s velocity"
+msgstr ""
+
+msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request first deployed to production"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build finish time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last build start time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request merged"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Code"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Issue"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Plan"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Review"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Staging"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Test"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
+msgid_plural "CycleAnalytics|%d projects selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CycleAnalytics|Select labels"
+msgstr ""
+
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Stages"
+msgstr ""
+
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
+msgid "CycleAnalytics|group dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
+msgid "CycleAnalytics|project dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|stage dropdown"
+msgstr ""
+
+msgid "DNS"
+msgstr ""
+
+msgid "Dashboard"
+msgstr ""
+
+msgid "DashboardProjects|All"
+msgstr ""
+
+msgid "DashboardProjects|Personal"
+msgstr ""
+
+msgid "DashboardProjects|Trending"
+msgstr ""
+
+msgid "Dashboards"
+msgstr ""
+
+msgid "Dashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
+msgstr ""
+
+msgid "Data is still calculating..."
+msgstr ""
+
+msgid "Date"
+msgstr ""
+
+msgid "Date picker"
+msgstr ""
+
+msgid "DayTitle|F"
+msgstr ""
+
+msgid "DayTitle|M"
+msgstr ""
+
+msgid "DayTitle|S"
+msgstr ""
+
+msgid "DayTitle|W"
+msgstr ""
+
+msgid "Days"
+msgstr ""
+
+msgid "Days to merge"
+msgstr ""
+
+msgid "Debug"
+msgstr ""
+
+msgid "Dec"
+msgstr ""
+
+msgid "December"
+msgstr ""
+
+msgid "Decline"
+msgstr ""
+
+msgid "Decline and sign out"
+msgstr ""
+
+msgid "Default Branch"
+msgstr ""
+
+msgid "Default CI configuration path"
+msgstr ""
+
+msgid "Default artifacts expiration"
+msgstr ""
+
+msgid "Default branch"
+msgstr ""
+
+msgid "Default branch and protected branches"
+msgstr ""
+
+msgid "Default classification label"
+msgstr ""
+
+msgid "Default deletion adjourned period"
+msgstr ""
+
+msgid "Default description template for issues"
+msgstr ""
+
+msgid "Default description template for merge requests"
+msgstr ""
+
+msgid "Default first day of the week"
+msgstr ""
+
+msgid "Default first day of the week in calendars and date pickers."
+msgstr ""
+
+msgid "Default issue template"
+msgstr ""
+
+msgid "Default project deletion protection"
+msgstr ""
+
+msgid "Default: Directly import the Google Code email address or username"
+msgstr ""
+
+msgid "Default: Map a FogBugz account ID to a full name"
+msgstr ""
+
+msgid "Define a custom pattern with cron syntax"
+msgstr ""
+
+msgid "Define environments in the deploy stage(s) in <code>.gitlab-ci.yml</code> to track deployments here."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Start now"
+msgstr ""
+
+msgid "DelayedJobs|Unschedule"
+msgstr ""
+
+msgid "DelayedJobs|delayed"
+msgstr ""
+
+msgid "Delete"
+msgstr ""
+
+msgid "Delete Comment"
+msgstr ""
+
+msgid "Delete Package"
+msgstr ""
+
+msgid "Delete Snippet"
+msgstr ""
+
+msgid "Delete artifacts"
+msgstr ""
+
+msgid "Delete board"
+msgstr ""
+
+msgid "Delete comment"
+msgstr ""
+
+msgid "Delete license"
+msgstr ""
+
+msgid "Delete list"
+msgstr ""
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
+msgid "Delete source branch"
+msgstr ""
+
+msgid "Delete this attachment"
+msgstr ""
+
+msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore project repository. Please contact the administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore wiki repository. Please contact the administrator."
+msgstr ""
+
+msgid "Deleted"
+msgstr ""
+
+msgid "Deleted chat nickname: %{chat_name}!"
+msgstr ""
+
+msgid "Deleted in this version"
+msgstr ""
+
+msgid "Deleting the license failed."
+msgstr ""
+
+msgid "Deleting the license failed. The license was not found."
+msgstr ""
+
+msgid "Deleting the license failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
+msgid "Denied authorization of chat nickname %{user_name}."
+msgstr ""
+
+msgid "Deny"
+msgstr ""
+
+msgid "Dependencies"
+msgstr ""
+
+msgid "Dependencies help page link"
+msgstr ""
+
+msgid "Dependencies|%d additional vulnerability not shown"
+msgid_plural "Dependencies|%d additional vulnerabilities not shown"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%d vulnerability"
+msgid_plural "Dependencies|%d vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%{remainingLicensesCount} more"
+msgstr ""
+
+msgid "Dependencies|All"
+msgstr ""
+
+msgid "Dependencies|Component"
+msgstr ""
+
+msgid "Dependencies|Component name"
+msgstr ""
+
+msgid "Dependencies|Export as JSON"
+msgstr ""
+
+msgid "Dependencies|Job failed to generate the dependency list"
+msgstr ""
+
+msgid "Dependencies|License"
+msgstr ""
+
+msgid "Dependencies|Location"
+msgstr ""
+
+msgid "Dependencies|Packager"
+msgstr ""
+
+msgid "Dependencies|Safe"
+msgstr ""
+
+msgid "Dependencies|Status"
+msgstr ""
+
+msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
+msgstr ""
+
+msgid "Dependencies|Unsupported file(s) detected"
+msgstr ""
+
+msgid "Dependencies|Version"
+msgstr ""
+
+msgid "Dependencies|Vulnerable components"
+msgstr ""
+
+msgid "Dependency List"
+msgstr ""
+
+msgid "Dependency Proxy"
+msgstr ""
+
+msgid "Dependency Scanning"
+msgstr ""
+
+msgid "Dependency proxy"
+msgstr ""
+
+msgid "Dependency proxy URL"
+msgstr ""
+
+msgid "Dependency proxy feature is limited to public groups for now."
+msgstr ""
+
+msgid "DependencyProxy|Toggle Dependency Proxy"
+msgstr ""
+
+msgid "Depends on %d merge request being merged"
+msgid_plural "Depends on %d merge requests being merged"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Depends on <strong>%d closed</strong> merge request."
+msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy"
+msgid_plural "Deploys"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy Keys"
+msgstr ""
+
+msgid "Deploy key was successfully updated."
+msgstr ""
+
+msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
+msgstr ""
+
+msgid "Deploy to..."
+msgstr ""
+
+msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
+msgstr ""
+
+msgid "DeployKeys|+%{count} others"
+msgstr ""
+
+msgid "DeployKeys|Current project"
+msgstr ""
+
+msgid "DeployKeys|Deploy key"
+msgstr ""
+
+msgid "DeployKeys|Enabled deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error enabling deploy key"
+msgstr ""
+
+msgid "DeployKeys|Error getting deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error removing deploy key"
+msgstr ""
+
+msgid "DeployKeys|Expand %{count} other projects"
+msgstr ""
+
+msgid "DeployKeys|Loading deploy keys"
+msgstr ""
+
+msgid "DeployKeys|No deploy keys found. Create one with the form above."
+msgstr ""
+
+msgid "DeployKeys|Privately accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Project usage"
+msgstr ""
+
+msgid "DeployKeys|Publicly accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Read access only"
+msgstr ""
+
+msgid "DeployKeys|Write access allowed"
+msgstr ""
+
+msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
+msgstr ""
+
+msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
+msgstr ""
+
+msgid "DeployTokens|Add a deploy token"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the registry images"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the repository"
+msgstr ""
+
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
+
+msgid "DeployTokens|Copy username"
+msgstr ""
+
+msgid "DeployTokens|Create deploy token"
+msgstr ""
+
+msgid "DeployTokens|Created"
+msgstr ""
+
+msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
+msgstr ""
+
+msgid "DeployTokens|Deploy Tokens"
+msgstr ""
+
+msgid "DeployTokens|Deploy tokens allow read-only access to your repository and registry images."
+msgstr ""
+
+msgid "DeployTokens|Expires"
+msgstr ""
+
+msgid "DeployTokens|Name"
+msgstr ""
+
+msgid "DeployTokens|Pick a name for the application, and we'll give you a unique deploy token."
+msgstr ""
+
+msgid "DeployTokens|Revoke"
+msgstr ""
+
+msgid "DeployTokens|Revoke %{name}"
+msgstr ""
+
+msgid "DeployTokens|Scopes"
+msgstr ""
+
+msgid "DeployTokens|This action cannot be undone."
+msgstr ""
+
+msgid "DeployTokens|This project has no active Deploy Tokens."
+msgstr ""
+
+msgid "DeployTokens|Use this token as a password. Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "DeployTokens|Use this username as a login."
+msgstr ""
+
+msgid "DeployTokens|Username"
+msgstr ""
+
+msgid "DeployTokens|You are about to revoke"
+msgstr ""
+
+msgid "DeployTokens|Your New Deploy Token"
+msgstr ""
+
+msgid "DeployTokens|Your new project deploy token has been created."
+msgstr ""
+
+msgid "Deployed"
+msgstr ""
+
+msgid "Deployed to"
+msgstr ""
+
+msgid "Deploying to"
+msgstr ""
+
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
+msgid "Deprioritize label"
+msgstr ""
+
+msgid "Descending"
+msgstr ""
+
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
+msgid "Description"
+msgstr ""
+
+msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
+msgstr ""
+
+msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
+msgstr ""
+
+msgid "Description:"
+msgstr ""
+
+msgid "Descriptive label"
+msgstr ""
+
+msgid "Deselect all"
+msgstr ""
+
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
+msgid "DesignManagement|%{current_design} of %{designs_count}"
+msgstr ""
+
+msgid "DesignManagement|Add designs"
+msgstr ""
+
+msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Go back to designs"
+msgstr ""
+
+msgid "DesignManagement|Go to next design"
+msgstr ""
+
+msgid "DesignManagement|Go to previous design"
+msgstr ""
+
+msgid "DesignManagement|Keep comment"
+msgstr ""
+
+msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
+msgstr ""
+
+msgid "DesignManagement|Select all"
+msgstr ""
+
+msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
+msgstr ""
+
+msgid "DesignManagement|The one place for your designs"
+msgstr ""
+
+msgid "DesignManagement|Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date."
+msgstr ""
+
+msgid "Designs"
+msgstr ""
+
+msgid "Destroy"
+msgstr ""
+
+msgid "Details"
+msgstr ""
+
+msgid "Details (default)"
+msgstr ""
+
+msgid "Detect host keys"
+msgstr ""
+
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
+msgid "Diff content limits"
+msgstr ""
+
+msgid "Diff limits"
+msgstr ""
+
+msgid "Difference between start date and now"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(base)"
+msgstr ""
+
+msgid "Diffs|No file name available"
+msgstr ""
+
+msgid "Diffs|Show unchanged lines"
+msgstr ""
+
+msgid "Diffs|Something went wrong while fetching diff lines."
+msgstr ""
+
+msgid "Direction"
+msgstr ""
+
+msgid "Directory name"
+msgstr ""
+
+msgid "Disable"
+msgstr ""
+
+msgid "Disable for this project"
+msgstr ""
+
+msgid "Disable group Runners"
+msgstr ""
+
+msgid "Disable public access to Pages sites"
+msgstr ""
+
+msgid "Disable shared Runners"
+msgstr ""
+
+msgid "Disable two-factor authentication"
+msgstr ""
+
+msgid "Disabled"
+msgstr ""
+
+msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
+msgstr ""
+
+msgid "Discard"
+msgstr ""
+
+msgid "Discard all changes"
+msgstr ""
+
+msgid "Discard all unstaged changes?"
+msgstr ""
+
+msgid "Discard changes"
+msgstr ""
+
+msgid "Discard changes to %{path}?"
+msgstr ""
+
+msgid "Discard draft"
+msgstr ""
+
+msgid "Discard review"
+msgstr ""
+
+msgid "DiscordService|Discord Notifications"
+msgstr ""
+
+msgid "DiscordService|Receive event notifications in Discord"
+msgstr ""
+
+msgid "Discover GitLab Geo"
+msgstr ""
+
+msgid "Discover projects, groups and snippets. Share your projects with others"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved."
+msgstr ""
+
+msgid "Discuss a specific suggestion or question."
+msgstr ""
+
+msgid "Discussion"
+msgstr ""
+
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
+msgstr ""
+
+msgid "Dismiss Cycle Analytics introduction box"
+msgstr ""
+
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
+msgid "Dismiss Merge Request promotion"
+msgstr ""
+
+msgid "Dismiss trial promotion"
+msgstr ""
+
+msgid "Dismissed"
+msgstr ""
+
+msgid "Dismissed at %{projectLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink}"
+msgstr ""
+
+msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
+msgstr ""
+
+msgid "Display name"
+msgstr ""
+
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
+msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
+msgstr ""
+
+msgid "Dockerfile"
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid "Documentation for popular identity providers"
+msgstr ""
+
+msgid "Doing"
+msgstr ""
+
+msgid "Domain"
+msgstr ""
+
+msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
+msgstr ""
+
+msgid "Don't have an account yet?"
+msgstr ""
+
+msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
+msgstr ""
+
+msgid "Don't show again"
+msgstr ""
+
+msgid "Don't worry, you can access this tour by clicking on the help icon in the top right corner and choose <strong>Learn GitLab</strong>."
+msgstr ""
+
+msgid "Done"
+msgstr ""
+
+msgid "Download"
+msgstr ""
+
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
+msgid "Download CSV"
+msgstr ""
+
+msgid "Download artifacts"
+msgstr ""
+
+msgid "Download as"
+msgstr ""
+
+msgid "Download asset"
+msgstr ""
+
+msgid "Download codes"
+msgstr ""
+
+msgid "Download evidence JSON"
+msgstr ""
+
+msgid "Download export"
+msgstr ""
+
+msgid "Download image"
+msgstr ""
+
+msgid "Download license"
+msgstr ""
+
+msgid "Download source code"
+msgstr ""
+
+msgid "Download this directory"
+msgstr ""
+
+msgid "DownloadCommit|Email Patches"
+msgstr ""
+
+msgid "DownloadCommit|Plain Diff"
+msgstr ""
+
+msgid "DownloadSource|Download"
+msgstr ""
+
+msgid "Downstream"
+msgstr ""
+
+msgid "Downvotes"
+msgstr ""
+
+msgid "Due date"
+msgstr ""
+
+msgid "Duration"
+msgstr ""
+
+msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
+msgstr ""
+
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states:"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Edit %{issuable}"
+msgstr ""
+
+msgid "Edit %{name}"
+msgstr ""
+
+msgid "Edit Comment"
+msgstr ""
+
+msgid "Edit Deploy Key"
+msgstr ""
+
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
+msgid "Edit Label"
+msgstr ""
+
+msgid "Edit Milestone"
+msgstr ""
+
+msgid "Edit Password"
+msgstr ""
+
+msgid "Edit Pipeline Schedule %{id}"
+msgstr ""
+
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
+msgid "Edit Snippet"
+msgstr ""
+
+msgid "Edit System Hook"
+msgstr ""
+
+msgid "Edit application"
+msgstr ""
+
+msgid "Edit board"
+msgstr ""
+
+msgid "Edit comment"
+msgstr ""
+
+msgid "Edit dashboard"
+msgstr ""
+
+msgid "Edit description"
+msgstr ""
+
+msgid "Edit environment"
+msgstr ""
+
+msgid "Edit epic description"
+msgstr ""
+
+msgid "Edit file"
+msgstr ""
+
+msgid "Edit files in the editor and commit changes here"
+msgstr ""
+
+msgid "Edit group: %{group_name}"
+msgstr ""
+
+msgid "Edit identity for %{user_name}"
+msgstr ""
+
+msgid "Edit issues"
+msgstr ""
+
+msgid "Edit public deploy key"
+msgstr ""
+
+msgid "Edit stage"
+msgstr ""
+
+msgid "Edit this release"
+msgstr ""
+
+msgid "Edit wiki page"
+msgstr ""
+
+msgid "Edit your most recent comment in a thread (from an empty textarea)"
+msgstr ""
+
+msgid "Editing"
+msgstr ""
+
+msgid "Elasticsearch"
+msgstr ""
+
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
+msgid "Elasticsearch indexing restrictions"
+msgstr ""
+
+msgid "Elasticsearch indexing started"
+msgstr ""
+
+msgid "Elasticsearch integration. Elasticsearch AWS IAM."
+msgstr ""
+
+msgid "Elastic|None. Select namespaces to index."
+msgstr ""
+
+msgid "Elastic|None. Select projects to index."
+msgstr ""
+
+msgid "Email"
+msgstr ""
+
+msgid "Email address"
+msgstr ""
+
+msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
+msgid "Email patch"
+msgstr ""
+
+msgid "Email the pipelines status to a list of recipients."
+msgstr ""
+
+msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies."
+msgstr ""
+
+msgid "EmailError|The thread you are replying to no longer exists, perhaps it was deleted? If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is for. Please create your issue or comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is in reply to. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what user corresponds to the email. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't find the project. Please check if there's any typo."
+msgstr ""
+
+msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|Your account has been blocked. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailToken|reset it"
+msgstr ""
+
+msgid "EmailToken|resetting..."
+msgstr ""
+
+msgid "Emails"
+msgstr ""
+
+msgid "Emails separated by comma"
+msgstr ""
+
+msgid "EmailsOnPushService|Disable code diffs"
+msgstr ""
+
+msgid "EmailsOnPushService|Don't include possibly sensitive code diffs in notification body."
+msgstr ""
+
+msgid "EmailsOnPushService|Email the commits and diff of each push to a list of recipients."
+msgstr ""
+
+msgid "EmailsOnPushService|Emails on push"
+msgstr ""
+
+msgid "EmailsOnPushService|Emails separated by whitespace"
+msgstr ""
+
+msgid "EmailsOnPushService|Send from committer"
+msgstr ""
+
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains})."
+msgstr ""
+
+msgid "Embed"
+msgstr ""
+
+msgid "Empty file"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable Auto DevOps"
+msgstr ""
+
+msgid "Enable HTML emails"
+msgstr ""
+
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
+msgid "Enable Pseudonymizer data collection"
+msgstr ""
+
+msgid "Enable SAML authentication for this group"
+msgstr ""
+
+msgid "Enable access to Grafana"
+msgstr ""
+
+msgid "Enable access to the Performance Bar for a given group."
+msgstr ""
+
+msgid "Enable and configure Grafana."
+msgstr ""
+
+msgid "Enable and configure InfluxDB metrics."
+msgstr ""
+
+msgid "Enable and configure Prometheus metrics."
+msgstr ""
+
+msgid "Enable classification control using an external service"
+msgstr ""
+
+msgid "Enable error tracking"
+msgstr ""
+
+msgid "Enable feature to choose access level"
+msgstr ""
+
+msgid "Enable for this project"
+msgstr ""
+
+msgid "Enable group Runners"
+msgstr ""
+
+msgid "Enable header and footer in emails"
+msgstr ""
+
+msgid "Enable mirror configuration"
+msgstr ""
+
+msgid "Enable or disable the Pseudonymizer data collection."
+msgstr ""
+
+msgid "Enable or disable version check and usage ping."
+msgstr ""
+
+msgid "Enable protected paths rate limit"
+msgstr ""
+
+msgid "Enable proxy"
+msgstr ""
+
+msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
+msgstr ""
+
+msgid "Enable shared Runners"
+msgstr ""
+
+msgid "Enable snowplow tracking"
+msgstr ""
+
+msgid "Enable two-factor authentication"
+msgstr ""
+
+msgid "Enable usage ping"
+msgstr ""
+
+msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
+msgstr ""
+
+msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
+msgstr ""
+
+msgid "Enabled"
+msgstr ""
+
+msgid "Enabled Git access protocols"
+msgstr ""
+
+msgid "Enabled sources for code import during project creation. OmniAuth must be configured for GitHub"
+msgstr ""
+
+msgid "Enabling this will only make licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public."
+msgstr ""
+
+msgid "End date"
+msgstr ""
+
+msgid "Ends at (UTC)"
+msgstr ""
+
+msgid "Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "Ensure connectivity is available from the GitLab server to the Prometheus server"
+msgstr ""
+
+msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
+msgstr ""
+
+msgid "Enter Admin Mode"
+msgstr ""
+
+msgid "Enter IP address range"
+msgstr ""
+
+msgid "Enter a number"
+msgstr ""
+
+msgid "Enter at least three characters to search"
+msgstr ""
+
+msgid "Enter board name"
+msgstr ""
+
+msgid "Enter domain"
+msgstr ""
+
+msgid "Enter in your Bitbucket Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter in your Phabricator Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter merge request URLs"
+msgstr ""
+
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
+msgid "Enter the issue description"
+msgstr ""
+
+msgid "Enter the issue title"
+msgstr ""
+
+msgid "Enter the merge request description"
+msgstr ""
+
+msgid "Enter the merge request title"
+msgstr ""
+
+msgid "Enter your password to approve"
+msgstr ""
+
+msgid "Enter zen mode"
+msgstr ""
+
+msgid "Environment"
+msgstr ""
+
+msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want."
+msgstr ""
+
+msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default"
+msgstr ""
+
+msgid "Environment:"
+msgstr ""
+
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
+msgid "Environments"
+msgstr ""
+
+msgid "Environments Dashboard"
+msgstr ""
+
+msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
+msgstr ""
+
+msgid "Environments in %{name}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Add projects"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Environments Dashboard"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Job: %{job}"
+msgstr ""
+
+msgid "EnvironmentsDashboard|More actions"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
+msgid "EnvironmentsDashboard|Remove"
+msgstr ""
+
+msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
+msgstr ""
+
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while fetching the environments."
+msgstr ""
+
+msgid "Environments|An error occurred while making the request."
+msgstr ""
+
+msgid "Environments|An error occurred while re-deploying the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while rolling back the environment, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while stopping the environment, please try again"
+msgstr ""
+
+msgid "Environments|Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
+msgid "Environments|Commit"
+msgstr ""
+
+msgid "Environments|Deploy to..."
+msgstr ""
+
+msgid "Environments|Deployment"
+msgstr ""
+
+msgid "Environments|Environment"
+msgstr ""
+
+msgid "Environments|Environments"
+msgstr ""
+
+msgid "Environments|Environments are places where code gets deployed, such as staging or production."
+msgstr ""
+
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
+msgid "Environments|Job"
+msgstr ""
+
+msgid "Environments|Learn about environments"
+msgstr ""
+
+msgid "Environments|Learn more about stopping environments"
+msgstr ""
+
+msgid "Environments|New environment"
+msgstr ""
+
+msgid "Environments|No deployed environments"
+msgstr ""
+
+msgid "Environments|No deployments yet"
+msgstr ""
+
+msgid "Environments|No pods to display"
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
+msgstr ""
+
+msgid "Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file."
+msgstr ""
+
+msgid "Environments|Open live environment"
+msgstr ""
+
+msgid "Environments|Pod logs from"
+msgstr ""
+
+msgid "Environments|Re-deploy"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy to environment"
+msgstr ""
+
+msgid "Environments|Read more about environments"
+msgstr ""
+
+msgid "Environments|Rollback"
+msgstr ""
+
+msgid "Environments|Rollback environment"
+msgstr ""
+
+msgid "Environments|Rollback environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Rollback environment %{name}?"
+msgstr ""
+
+msgid "Environments|Search"
+msgstr ""
+
+msgid "Environments|Show all"
+msgstr ""
+
+msgid "Environments|Show last"
+msgstr ""
+
+msgid "Environments|Stop"
+msgstr ""
+
+msgid "Environments|Stop environment"
+msgstr ""
+
+msgid "Environments|Stopping"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|Updated"
+msgstr ""
+
+msgid "Environments|You don't have any environments right now"
+msgstr ""
+
+msgid "Environments|protected"
+msgstr ""
+
+msgid "Epic"
+msgstr ""
+
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
+msgid "Epics"
+msgstr ""
+
+msgid "Epics (Ultimate / Gold license only)"
+msgstr ""
+
+msgid "Epics Roadmap"
+msgstr ""
+
+msgid "Epics and Issues"
+msgstr ""
+
+msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
+msgstr ""
+
+msgid "Epics|Add an epic"
+msgstr ""
+
+msgid "Epics|Add an existing epic as a child epic."
+msgstr ""
+
+msgid "Epics|An error occurred while saving the %{epicDateType} date"
+msgstr ""
+
+msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?"
+msgstr ""
+
+msgid "Epics|Create an epic within this group and add it as a child epic."
+msgstr ""
+
+msgid "Epics|Create new epic"
+msgstr ""
+
+msgid "Epics|How can I solve this?"
+msgstr ""
+
+msgid "Epics|More information"
+msgstr ""
+
+msgid "Epics|Remove epic"
+msgstr ""
+
+msgid "Epics|Remove issue"
+msgstr ""
+
+msgid "Epics|Show more"
+msgstr ""
+
+msgid "Epics|Something went wrong while assigning issue to epic."
+msgstr ""
+
+msgid "Epics|Something went wrong while creating child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching group epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while ordering item."
+msgstr ""
+
+msgid "Epics|Something went wrong while removing issue from epic."
+msgstr ""
+
+msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
+msgstr ""
+
+msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?"
+msgstr ""
+
+msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a %{epicDateType} date to any issue in the epic."
+msgstr ""
+
+msgid "Epics|due"
+msgstr ""
+
+msgid "Epics|start"
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Error Details"
+msgstr ""
+
+msgid "Error Tracking"
+msgstr ""
+
+msgid "Error creating epic"
+msgstr ""
+
+msgid "Error deleting %{issuableType}"
+msgstr ""
+
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
+
+msgid "Error fetching diverging counts for branches. Please try again."
+msgstr ""
+
+msgid "Error fetching forked projects. Please try again."
+msgstr ""
+
+msgid "Error fetching labels."
+msgstr ""
+
+msgid "Error fetching network graph."
+msgstr ""
+
+msgid "Error fetching projects"
+msgstr ""
+
+msgid "Error fetching refs"
+msgstr ""
+
+msgid "Error fetching the dependency list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Error fetching usage ping data."
+msgstr ""
+
+msgid "Error loading branch data. Please try again."
+msgstr ""
+
+msgid "Error loading branches."
+msgstr ""
+
+msgid "Error loading burndown chart data"
+msgstr ""
+
+msgid "Error loading countries data."
+msgstr ""
+
+msgid "Error loading file viewer."
+msgstr ""
+
+msgid "Error loading last commit."
+msgstr ""
+
+msgid "Error loading markdown preview"
+msgstr ""
+
+msgid "Error loading merge requests."
+msgstr ""
+
+msgid "Error loading milestone tab"
+msgstr ""
+
+msgid "Error loading project data. Please try again."
+msgstr ""
+
+msgid "Error loading template types."
+msgstr ""
+
+msgid "Error loading template."
+msgstr ""
+
+msgid "Error loading viewer"
+msgstr ""
+
+msgid "Error occurred when fetching sidebar data"
+msgstr ""
+
+msgid "Error occurred when saving assignees"
+msgstr ""
+
+msgid "Error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "Error occurred while updating the issue weight"
+msgstr ""
+
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
+msgid "Error occurred. User was not blocked"
+msgstr ""
+
+msgid "Error occurred. User was not confirmed"
+msgstr ""
+
+msgid "Error occurred. User was not unblocked"
+msgstr ""
+
+msgid "Error occurred. User was not unlocked"
+msgstr ""
+
+msgid "Error rendering markdown preview"
+msgstr ""
+
+msgid "Error rendering query"
+msgstr ""
+
+msgid "Error saving label update."
+msgstr ""
+
+msgid "Error setting up editor. Please try again."
+msgstr ""
+
+msgid "Error updating %{issuableType}"
+msgstr ""
+
+msgid "Error updating status for all to-do items."
+msgstr ""
+
+msgid "Error updating status of to-do item."
+msgstr ""
+
+msgid "Error uploading file"
+msgstr ""
+
+msgid "Error uploading file: %{stripped}"
+msgstr ""
+
+msgid "Error while loading the merge request. Please try again."
+msgstr ""
+
+msgid "Error while loading the project data. Please try again."
+msgstr ""
+
+msgid "Error while migrating %{upload_id}: %{error_message}"
+msgstr ""
+
+msgid "Error with Akismet. Please check the logs for more info."
+msgstr ""
+
+msgid "ErrorTracking|Active"
+msgstr ""
+
+msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects"
+msgstr ""
+
+msgid "ErrorTracking|Auth Token"
+msgstr ""
+
+msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown."
+msgstr ""
+
+msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
+msgstr ""
+
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr ""
+
+msgid "ErrorTracking|No projects available"
+msgstr ""
+
+msgid "ErrorTracking|Select project"
+msgstr ""
+
+msgid "ErrorTracking|To enable project selection, enter a valid Auth Token"
+msgstr ""
+
+msgid "Errors"
+msgstr ""
+
+msgid "Estimated"
+msgstr ""
+
+msgid "Event Actions"
+msgstr ""
+
+msgid "EventFilterBy|Filter by all"
+msgstr ""
+
+msgid "EventFilterBy|Filter by comments"
+msgstr ""
+
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by issue events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by merge events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by push events"
+msgstr ""
+
+msgid "EventFilterBy|Filter by team"
+msgstr ""
+
+msgid "Events"
+msgstr ""
+
+msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
+msgstr ""
+
+msgid "Every day"
+msgstr ""
+
+msgid "Every day (at 4:00am)"
+msgstr ""
+
+msgid "Every month"
+msgstr ""
+
+msgid "Every month (on the 1st at 4:00am)"
+msgstr ""
+
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
+msgid "Every week (Sundays at 4:00am)"
+msgstr ""
+
+msgid "Everyone"
+msgstr ""
+
+msgid "Everyone With Access"
+msgstr ""
+
+msgid "Everyone can contribute"
+msgstr ""
+
+msgid "Everything on your to-do list is marked as done."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using GitBook."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hexo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Hugo."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using Jekyll."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using plain HTML."
+msgstr ""
+
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
+msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
+msgstr ""
+
+msgid "Except policy:"
+msgstr ""
+
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
+
+msgid "Existing members and groups"
+msgstr ""
+
+msgid "Existing shares"
+msgstr ""
+
+msgid "Expand"
+msgstr ""
+
+msgid "Expand all"
+msgstr ""
+
+msgid "Expand approvers"
+msgstr ""
+
+msgid "Expand down"
+msgstr ""
+
+msgid "Expand dropdown"
+msgstr ""
+
+msgid "Expand sidebar"
+msgstr ""
+
+msgid "Expand up"
+msgstr ""
+
+msgid "Expiration"
+msgstr ""
+
+msgid "Expiration date"
+msgstr ""
+
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
+msgid "Expired"
+msgstr ""
+
+msgid "Expired %{expiredOn}"
+msgstr ""
+
+msgid "Expires"
+msgstr ""
+
+msgid "Expires at"
+msgstr ""
+
+msgid "Expires in %{expires_at}"
+msgstr ""
+
+msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment."
+msgstr ""
+
+msgid "Explore"
+msgstr ""
+
+msgid "Explore GitLab"
+msgstr ""
+
+msgid "Explore Groups"
+msgstr ""
+
+msgid "Explore groups"
+msgstr ""
+
+msgid "Explore projects"
+msgstr ""
+
+msgid "Explore public groups"
+msgstr ""
+
+msgid "Export as CSV"
+msgstr ""
+
+msgid "Export issues"
+msgstr ""
+
+msgid "Export project"
+msgstr ""
+
+msgid "Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the \"New Project\" page."
+msgstr ""
+
+msgid "External Classification Policy Authorization"
+msgstr ""
+
+msgid "External ID"
+msgstr ""
+
+msgid "External URL"
+msgstr ""
+
+msgid "External Wiki"
+msgstr ""
+
+msgid "External authentication"
+msgstr ""
+
+msgid "External authorization denied access to this project"
+msgstr ""
+
+msgid "External authorization request timeout"
+msgstr ""
+
+msgid "External storage URL"
+msgstr ""
+
+msgid "External storage authentication token"
+msgstr ""
+
+msgid "ExternalAuthorizationService|Classification label"
+msgstr ""
+
+msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
+msgstr ""
+
+msgid "ExternalMetrics|Add a button to the metrics dashboard linking directly to your existing external dashboards."
+msgstr ""
+
+msgid "ExternalMetrics|Enter the URL of the dashboard you want to link to"
+msgstr ""
+
+msgid "ExternalMetrics|External Dashboard"
+msgstr ""
+
+msgid "ExternalMetrics|Full dashboard URL"
+msgstr ""
+
+msgid "ExternalWikiService|External Wiki"
+msgstr ""
+
+msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgstr ""
+
+msgid "ExternalWikiService|The URL of the external Wiki"
+msgstr ""
+
+msgid "Facebook"
+msgstr ""
+
+msgid "Failed"
+msgstr ""
+
+msgid "Failed Jobs"
+msgstr ""
+
+msgid "Failed create wiki"
+msgstr ""
+
+msgid "Failed to add a Zoom meeting"
+msgstr ""
+
+msgid "Failed to apply commands."
+msgstr ""
+
+msgid "Failed to assign a user because no user was found."
+msgstr ""
+
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
+msgstr ""
+
+msgid "Failed to create Merge Request. Please try again."
+msgstr ""
+
+msgid "Failed to create a branch for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to create repository via gitlab-shell"
+msgstr ""
+
+msgid "Failed to create resources"
+msgstr ""
+
+msgid "Failed to delete board. Please try again."
+msgstr ""
+
+msgid "Failed to deploy to"
+msgstr ""
+
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
+msgid "Failed to get ref."
+msgstr ""
+
+msgid "Failed to install."
+msgstr ""
+
+msgid "Failed to load emoji list."
+msgstr ""
+
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
+msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
+msgstr ""
+
+msgid "Failed to load groups & users."
+msgstr ""
+
+msgid "Failed to load related branches"
+msgstr ""
+
+msgid "Failed to load stacktrace."
+msgstr ""
+
+msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
+msgstr ""
+
+msgid "Failed to move this issue because label was not found."
+msgstr ""
+
+msgid "Failed to move this issue because only a single label can be provided."
+msgstr ""
+
+msgid "Failed to move this issue because target project doesn't exist."
+msgstr ""
+
+msgid "Failed to promote label due to internal error. Please contact administrators."
+msgstr ""
+
+msgid "Failed to protect the branch"
+msgstr ""
+
+msgid "Failed to protect the environment"
+msgstr ""
+
+msgid "Failed to remove a Zoom meeting"
+msgstr ""
+
+msgid "Failed to remove issue from board, please try again."
+msgstr ""
+
+msgid "Failed to remove mirror."
+msgstr ""
+
+msgid "Failed to remove the pipeline schedule"
+msgstr ""
+
+msgid "Failed to remove user identity."
+msgstr ""
+
+msgid "Failed to remove user key."
+msgstr ""
+
+msgid "Failed to reset key. Please try again."
+msgstr ""
+
+msgid "Failed to save merge conflicts resolutions. Please try again!"
+msgstr ""
+
+msgid "Failed to save new settings"
+msgstr ""
+
+msgid "Failed to save preferences (%{error_message})."
+msgstr ""
+
+msgid "Failed to save preferences."
+msgstr ""
+
+msgid "Failed to set due date because the date format is invalid."
+msgstr ""
+
+msgid "Failed to signing using smartcard authentication"
+msgstr ""
+
+msgid "Failed to update branch!"
+msgstr ""
+
+msgid "Failed to update environment!"
+msgstr ""
+
+msgid "Failed to update issue status"
+msgstr ""
+
+msgid "Failed to update issues, please try again."
+msgstr ""
+
+msgid "Failed to update tag!"
+msgstr ""
+
+msgid "Failed to update."
+msgstr ""
+
+msgid "Failed to upgrade."
+msgstr ""
+
+msgid "Failed to upload object map file"
+msgstr ""
+
+msgid "Failure"
+msgstr ""
+
+msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
+msgstr ""
+
+msgid "Fast-forward merge without a merge commit"
+msgstr ""
+
+msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
+msgstr ""
+
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
+msgid "Favicon was successfully removed."
+msgstr ""
+
+msgid "Feature Flags"
+msgstr ""
+
+msgid "Feature flag was not removed."
+msgstr ""
+
+msgid "Feature flag was successfully removed."
+msgstr ""
+
+msgid "FeatureFlags|* (All Environments)"
+msgstr ""
+
+msgid "FeatureFlags|* (All environments)"
+msgstr ""
+
+msgid "FeatureFlags|API URL"
+msgstr ""
+
+msgid "FeatureFlags|Active"
+msgstr ""
+
+msgid "FeatureFlags|All users"
+msgstr ""
+
+msgid "FeatureFlags|Configure"
+msgstr ""
+
+msgid "FeatureFlags|Configure feature flags"
+msgstr ""
+
+msgid "FeatureFlags|Create feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Delete %{name}?"
+msgstr ""
+
+msgid "FeatureFlags|Delete feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Description"
+msgstr ""
+
+msgid "FeatureFlags|Edit Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Environment Spec"
+msgstr ""
+
+msgid "FeatureFlags|Environment Specs"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag behavior is built up by creating a set of rules to define the status of target environments. A default wildcard rule %{codeStart}*%{codeEnd} for %{boldStart}All Environments%{boldEnd} is set, and you are able to add as many rules as you need by choosing environment specs below. You can toggle the behavior for each of your rules to set them %{boldStart}Active%{boldEnd} or %{boldStart}Inactive%{boldEnd}."
+msgstr ""
+
+msgid "FeatureFlags|Feature Flags"
+msgstr ""
+
+msgid "FeatureFlags|Feature flag %{name} will be removed. Are you sure?"
+msgstr ""
+
+msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality."
+msgstr ""
+
+msgid "FeatureFlags|Get started with feature flags"
+msgstr ""
+
+msgid "FeatureFlags|ID"
+msgstr ""
+
+msgid "FeatureFlags|Inactive"
+msgstr ""
+
+msgid "FeatureFlags|Inactive flag for %{scope}"
+msgstr ""
+
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
+msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
+msgstr ""
+
+msgid "FeatureFlags|Instance ID"
+msgstr ""
+
+msgid "FeatureFlags|Loading feature flags"
+msgstr ""
+
+msgid "FeatureFlags|More information"
+msgstr ""
+
+msgid "FeatureFlags|Name"
+msgstr ""
+
+msgid "FeatureFlags|New"
+msgstr ""
+
+msgid "FeatureFlags|New Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|New feature flag"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout (logged in users)"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100"
+msgstr ""
+
+msgid "FeatureFlags|Protected"
+msgstr ""
+
+msgid "FeatureFlags|Remove"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Percentage"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Strategy"
+msgstr ""
+
+msgid "FeatureFlags|Status"
+msgstr ""
+
+msgid "FeatureFlags|Target environments"
+msgstr ""
+
+msgid "FeatureFlags|There are no active feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There are no inactive feature flags"
+msgstr ""
+
+msgid "FeatureFlags|There was an error fetching the feature flags."
+msgstr ""
+
+msgid "FeatureFlags|Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "FeatureFlags|User IDs"
+msgstr ""
+
+msgid "Feb"
+msgstr ""
+
+msgid "February"
+msgstr ""
+
+msgid "Fetching incoming email"
+msgstr ""
+
+msgid "Fetching licenses failed."
+msgstr ""
+
+msgid "Fetching licenses failed. The request endpoint was not found."
+msgstr ""
+
+msgid "Fetching licenses failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "File"
+msgid_plural "Files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
+msgid "File added"
+msgstr ""
+
+msgid "File browser"
+msgstr ""
+
+msgid "File deleted"
+msgstr ""
+
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
+msgid "File mode changed from %{a_mode} to %{b_mode}"
+msgstr ""
+
+msgid "File moved"
+msgstr ""
+
+msgid "File name"
+msgstr ""
+
+msgid "File templates"
+msgstr ""
+
+msgid "File upload error."
+msgstr ""
+
+msgid "Files"
+msgstr ""
+
+msgid "Files breadcrumb"
+msgstr ""
+
+msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
+msgstr ""
+
+msgid "Filter"
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently closed."
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently opened."
+msgstr ""
+
+msgid "Filter by commit message"
+msgstr ""
+
+msgid "Filter by milestone name"
+msgstr ""
+
+msgid "Filter by name..."
+msgstr ""
+
+msgid "Filter by two-factor authentication"
+msgstr ""
+
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
+msgid "Filter results by group"
+msgstr ""
+
+msgid "Filter results by project"
+msgstr ""
+
+msgid "Filter your projects by name"
+msgstr ""
+
+msgid "Filter..."
+msgstr ""
+
+msgid "Find by path"
+msgstr ""
+
+msgid "Find existing members by name"
+msgstr ""
+
+msgid "Find file"
+msgstr ""
+
+msgid "Find the downloaded ZIP file and decompress it."
+msgstr ""
+
+msgid "Find the newly extracted <code>Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json</code> file."
+msgstr ""
+
+msgid "Fingerprint"
+msgstr ""
+
+msgid "Fingerprints"
+msgstr ""
+
+msgid "Finish editing this message first!"
+msgstr ""
+
+msgid "Finish review"
+msgstr ""
+
+msgid "Finish setting up your dedicated account for <strong>%{group_name}</strong>."
+msgstr ""
+
+msgid "Finished"
+msgstr ""
+
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
+msgid "First day of the week"
+msgstr ""
+
+msgid "First name"
+msgstr ""
+
+msgid "First seen"
+msgstr ""
+
+msgid "Fixed date"
+msgstr ""
+
+msgid "Fixed due date"
+msgstr ""
+
+msgid "Fixed start date"
+msgstr ""
+
+msgid "Fixed:"
+msgstr ""
+
+msgid "FlowdockService|Flowdock Git source token"
+msgstr ""
+
+msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgstr ""
+
+msgid "FogBugz Email"
+msgstr ""
+
+msgid "FogBugz Import"
+msgstr ""
+
+msgid "FogBugz Password"
+msgstr ""
+
+msgid "FogBugz URL"
+msgstr ""
+
+msgid "FogBugz import"
+msgstr ""
+
+msgid "Folder/%{name}"
+msgstr ""
+
+msgid "Follow the steps below to export your Google Code project data."
+msgstr ""
+
+msgid "Font Color"
+msgstr ""
+
+msgid "Footer message"
+msgstr ""
+
+msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For more info, read the documentation."
+msgstr ""
+
+msgid "For more information, go to the "
+msgstr ""
+
+msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
+msgstr ""
+
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
+msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
+msgstr ""
+
+msgid "For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For public projects, anyone can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "Forgot your password?"
+msgstr ""
+
+msgid "Fork"
+msgstr ""
+
+msgid "Fork Error!"
+msgstr ""
+
+msgid "Fork project"
+msgstr ""
+
+msgid "Fork project?"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
+
+msgid "Forking in progress"
+msgstr ""
+
+msgid "Forking repository"
+msgstr ""
+
+msgid "Forks"
+msgstr ""
+
+msgid "Format"
+msgstr ""
+
+msgid "Format: %{dateFormat}"
+msgstr ""
+
+msgid "Forward external support email address to"
+msgstr ""
+
+msgid "Found errors in your %{gitlab_ci_yml}:"
+msgstr ""
+
+msgid "Found errors in your .gitlab-ci.yml:"
+msgstr ""
+
+msgid "Free Trial"
+msgstr ""
+
+msgid "Free Trial of GitLab.com Gold"
+msgstr ""
+
+msgid "Frequency"
+msgstr ""
+
+msgid "Friday"
+msgstr ""
+
+msgid "From"
+msgstr ""
+
+msgid "From %{providerTitle}"
+msgstr ""
+
+msgid "From %{source_title} into"
+msgstr ""
+
+msgid "From Bitbucket"
+msgstr ""
+
+msgid "From Bitbucket Server"
+msgstr ""
+
+msgid "From FogBugz"
+msgstr ""
+
+msgid "From GitLab.com"
+msgstr ""
+
+msgid "From Google Code"
+msgstr ""
+
+msgid "From issue creation until deploy to production"
+msgstr ""
+
+msgid "From merge request merge until deploy to production"
+msgstr ""
+
+msgid "From the Kubernetes cluster details view, install Runner from the applications list"
+msgstr ""
+
+msgid "Full name"
+msgstr ""
+
+msgid "GPG Key ID:"
+msgstr ""
+
+msgid "GPG Keys"
+msgstr ""
+
+msgid "GPG keys allow you to verify signed commits."
+msgstr ""
+
+msgid "GPG signature (loading...)"
+msgstr ""
+
+msgid "General"
+msgstr ""
+
+msgid "General Settings"
+msgstr ""
+
+msgid "General pipelines"
+msgstr ""
+
+msgid "Generate a default set of labels"
+msgstr ""
+
+msgid "Generate key"
+msgstr ""
+
+msgid "Generate link to chart"
+msgstr ""
+
+msgid "Generate new export"
+msgstr ""
+
+msgid "Geo"
+msgstr ""
+
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
+msgid "Geo Nodes"
+msgstr ""
+
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
+msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
+msgstr ""
+
+msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is failing or broken."
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
+msgstr ""
+
+msgid "GeoNodes|Attachments"
+msgstr ""
+
+msgid "GeoNodes|Checksummed"
+msgstr ""
+
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
+msgid "GeoNodes|Data is out of date from %{timeago}"
+msgstr ""
+
+msgid "GeoNodes|Data replication lag"
+msgstr ""
+
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
+msgid "GeoNodes|Does not match the primary storage configuration"
+msgstr ""
+
+msgid "GeoNodes|Failed"
+msgstr ""
+
+msgid "GeoNodes|Full"
+msgstr ""
+
+msgid "GeoNodes|GitLab version"
+msgstr ""
+
+msgid "GeoNodes|GitLab version does not match the primary node version"
+msgstr ""
+
+msgid "GeoNodes|Health status"
+msgstr ""
+
+msgid "GeoNodes|Internal URL"
+msgstr ""
+
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
+msgid "GeoNodes|Last event ID processed by cursor"
+msgstr ""
+
+msgid "GeoNodes|Last event ID seen from primary"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Repository verification"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Wiki verification"
+msgstr ""
+
+msgid "GeoNodes|Loading nodes"
+msgstr ""
+
+msgid "GeoNodes|New node"
+msgstr ""
+
+msgid "GeoNodes|Node Authentication was successfully repaired."
+msgstr ""
+
+msgid "GeoNodes|Node URL"
+msgstr ""
+
+msgid "GeoNodes|Node was successfully removed."
+msgstr ""
+
+msgid "GeoNodes|Not checksummed"
+msgstr ""
+
+msgid "GeoNodes|Out of sync"
+msgstr ""
+
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Replication slot WAL"
+msgstr ""
+
+msgid "GeoNodes|Replication slots"
+msgstr ""
+
+msgid "GeoNodes|Repositories"
+msgstr ""
+
+msgid "GeoNodes|Repositories checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Repositories verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|Repository checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Repository verification progress"
+msgstr ""
+
+msgid "GeoNodes|Selective"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while changing node status"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while fetching nodes"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while removing node"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while repairing node"
+msgstr ""
+
+msgid "GeoNodes|Storage config"
+msgstr ""
+
+msgid "GeoNodes|Sync settings"
+msgstr ""
+
+msgid "GeoNodes|Synced"
+msgstr ""
+
+msgid "GeoNodes|Unused slots"
+msgstr ""
+
+msgid "GeoNodes|Unverified"
+msgstr ""
+
+msgid "GeoNodes|Used slots"
+msgstr ""
+
+msgid "GeoNodes|Verified"
+msgstr ""
+
+msgid "GeoNodes|Wiki checksum progress"
+msgstr ""
+
+msgid "GeoNodes|Wiki verification progress"
+msgstr ""
+
+msgid "GeoNodes|Wikis"
+msgstr ""
+
+msgid "GeoNodes|Wikis checksummed for verification with their counterparts on Secondary nodes"
+msgstr ""
+
+msgid "GeoNodes|Wikis verified with their counterparts on the Primary node"
+msgstr ""
+
+msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
+msgstr ""
+
+msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for forced re-download"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|%{name} is scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|All"
+msgstr ""
+
+msgid "Geo|All projects"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-sync"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for re-verify"
+msgstr ""
+
+msgid "Geo|Allow this secondary node to replicate content on Object Storage"
+msgstr ""
+
+msgid "Geo|Batch operations"
+msgstr ""
+
+msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
+msgstr ""
+
+msgid "Geo|Container repositories sync capacity"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of container repository operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the maximum concurrency of verification operations for this Geo node"
+msgstr ""
+
+msgid "Geo|Control the minimum interval in days that a repository should be reverified for this primary node"
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing project."
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing upload."
+msgstr ""
+
+msgid "Geo|Failed"
+msgstr ""
+
+msgid "Geo|File sync capacity"
+msgstr ""
+
+msgid "Geo|Geo Status"
+msgstr ""
+
+msgid "Geo|Groups to synchronize"
+msgstr ""
+
+msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
+msgstr ""
+
+msgid "Geo|In sync"
+msgstr ""
+
+msgid "Geo|Internal URL (optional)"
+msgstr ""
+
+msgid "Geo|Last repository check run"
+msgstr ""
+
+msgid "Geo|Last successful sync"
+msgstr ""
+
+msgid "Geo|Last sync attempt"
+msgstr ""
+
+msgid "Geo|Last time verified"
+msgstr ""
+
+msgid "Geo|Never"
+msgstr ""
+
+msgid "Geo|Next sync scheduled at"
+msgstr ""
+
+msgid "Geo|Not synced yet"
+msgstr ""
+
+msgid "Geo|Pending"
+msgstr ""
+
+msgid "Geo|Pending synchronization"
+msgstr ""
+
+msgid "Geo|Pending verification"
+msgstr ""
+
+msgid "Geo|Please refer to Geo Troubleshooting."
+msgstr ""
+
+msgid "Geo|Project"
+msgstr ""
+
+msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
+msgstr ""
+
+msgid "Geo|Projects in certain groups"
+msgstr ""
+
+msgid "Geo|Projects in certain storage shards"
+msgstr ""
+
+msgid "Geo|Re-verification interval"
+msgstr ""
+
+msgid "Geo|Redownload"
+msgstr ""
+
+msgid "Geo|Remove"
+msgstr ""
+
+msgid "Geo|Repository sync capacity"
+msgstr ""
+
+msgid "Geo|Resync"
+msgstr ""
+
+msgid "Geo|Resync all projects"
+msgstr ""
+
+msgid "Geo|Retry count"
+msgstr ""
+
+msgid "Geo|Reverify"
+msgstr ""
+
+msgid "Geo|Reverify all projects"
+msgstr ""
+
+msgid "Geo|Select groups to replicate."
+msgstr ""
+
+msgid "Geo|Selective synchronization"
+msgstr ""
+
+msgid "Geo|Shards to synchronize"
+msgstr ""
+
+msgid "Geo|Status"
+msgstr ""
+
+msgid "Geo|Sync"
+msgstr ""
+
+msgid "Geo|Synced"
+msgstr ""
+
+msgid "Geo|Synced at"
+msgstr ""
+
+msgid "Geo|Synchronization failed - %{error}"
+msgstr ""
+
+msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
+msgstr ""
+
+msgid "Geo|The database is currently %{db_lag} behind the primary node."
+msgstr ""
+
+msgid "Geo|The node is currently %{minutes_behind} behind the primary node."
+msgstr ""
+
+msgid "Geo|This is a primary node"
+msgstr ""
+
+msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|Tracking entry will be removed. Are you sure?"
+msgstr ""
+
+msgid "Geo|URL"
+msgstr ""
+
+msgid "Geo|Unknown state"
+msgstr ""
+
+msgid "Geo|Verification capacity"
+msgstr ""
+
+msgid "Geo|Verification failed - %{error}"
+msgstr ""
+
+msgid "Geo|Waiting for scheduler"
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. If you want to make changes, you must visit this page on the %{primary_node}."
+msgstr ""
+
+msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+msgstr ""
+
+msgid "Geo|misconfigured"
+msgstr ""
+
+msgid "Geo|primary"
+msgstr ""
+
+msgid "Geo|secondary"
+msgstr ""
+
+msgid "Get a free instance review"
+msgstr ""
+
+msgid "Get started with error tracking"
+msgstr ""
+
+msgid "Get started with performance monitoring"
+msgstr ""
+
+msgid "Get started!"
+msgstr ""
+
+msgid "Getting started with releases"
+msgstr ""
+
+msgid "Git"
+msgstr ""
+
+msgid "Git LFS is not enabled on this GitLab server, contact your admin."
+msgstr ""
+
+msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will <strong>not</strong> be synced in push mirrors."
+msgstr ""
+
+msgid "Git global setup"
+msgstr ""
+
+msgid "Git repository URL"
+msgstr ""
+
+msgid "Git revision"
+msgstr ""
+
+msgid "Git shallow clone"
+msgstr ""
+
+msgid "Git strategy for pipelines"
+msgstr ""
+
+msgid "Git version"
+msgstr ""
+
+msgid "GitHub import"
+msgstr ""
+
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
+msgid "GitLab CI Linter has been moved"
+msgstr ""
+
+msgid "GitLab Enterprise Edition %{plan}"
+msgstr ""
+
+msgid "GitLab Group Runners can execute code for all the projects in this group."
+msgstr ""
+
+msgid "GitLab Import"
+msgstr ""
+
+msgid "GitLab Issue"
+msgstr ""
+
+msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
+msgstr ""
+
+msgid "GitLab User"
+msgstr ""
+
+msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
+msgstr ""
+
+msgid "GitLab commit"
+msgstr ""
+
+msgid "GitLab for Slack"
+msgstr ""
+
+msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
+msgstr ""
+
+msgid "GitLab member or Email address"
+msgstr ""
+
+msgid "GitLab metadata URL"
+msgstr ""
+
+msgid "GitLab project export"
+msgstr ""
+
+msgid "GitLab restart is required to apply changes"
+msgstr ""
+
+msgid "GitLab single sign on URL"
+msgstr ""
+
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
+msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "GitLab.com import"
+msgstr ""
+
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
+msgid "Gitaly"
+msgstr ""
+
+msgid "Gitaly Servers"
+msgstr ""
+
+msgid "Gitaly|Address"
+msgstr ""
+
+msgid "Gitea Host URL"
+msgstr ""
+
+msgid "Gitea Import"
+msgstr ""
+
+msgid "Gitlab CI/CD"
+msgstr ""
+
+msgid "Gitlab Pages"
+msgstr ""
+
+msgid "Given access %{time_ago}"
+msgstr ""
+
+msgid "Given epic is already related to this epic."
+msgstr ""
+
+msgid "Global Shortcuts"
+msgstr ""
+
+msgid "Global notification settings"
+msgstr ""
+
+msgid "Go Back"
+msgstr ""
+
+msgid "Go Micro is a framework for micro service development."
+msgstr ""
+
+msgid "Go back"
+msgstr ""
+
+msgid "Go back (while searching for files)"
+msgstr ""
+
+msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
+msgstr ""
+
+msgid "Go full screen"
+msgstr ""
+
+msgid "Go to"
+msgstr ""
+
+msgid "Go to %{link_to_google_takeout}."
+msgstr ""
+
+msgid "Go to commits"
+msgstr ""
+
+msgid "Go to environments"
+msgstr ""
+
+msgid "Go to file"
+msgstr ""
+
+msgid "Go to file (MRs only)"
+msgstr ""
+
+msgid "Go to file permalink (while viewing a file)"
+msgstr ""
+
+msgid "Go to files"
+msgstr ""
+
+msgid "Go to find file"
+msgstr ""
+
+msgid "Go to issue boards"
+msgstr ""
+
+msgid "Go to issues"
+msgstr ""
+
+msgid "Go to jobs"
+msgstr ""
+
+msgid "Go to kubernetes"
+msgstr ""
+
+msgid "Go to merge requests"
+msgstr ""
+
+msgid "Go to metrics"
+msgstr ""
+
+msgid "Go to parent"
+msgstr ""
+
+msgid "Go to project"
+msgstr ""
+
+msgid "Go to releases"
+msgstr ""
+
+msgid "Go to repository charts"
+msgstr ""
+
+msgid "Go to repository graph"
+msgstr ""
+
+msgid "Go to snippets"
+msgstr ""
+
+msgid "Go to the activity feed"
+msgstr ""
+
+msgid "Go to the milestone list"
+msgstr ""
+
+msgid "Go to the project's activity feed"
+msgstr ""
+
+msgid "Go to the project's overview page"
+msgstr ""
+
+msgid "Go to wiki"
+msgstr ""
+
+msgid "Go to your To-Do list"
+msgstr ""
+
+msgid "Go to your fork"
+msgstr ""
+
+msgid "Go to your groups"
+msgstr ""
+
+msgid "Go to your issues"
+msgstr ""
+
+msgid "Go to your merge requests"
+msgstr ""
+
+msgid "Go to your projects"
+msgstr ""
+
+msgid "Go to your snippets"
+msgstr ""
+
+msgid "Golden Tanuki"
+msgstr ""
+
+msgid "Google Cloud Platform"
+msgstr ""
+
+msgid "Google Code import"
+msgstr ""
+
+msgid "Google Takeout"
+msgstr ""
+
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Got it"
+msgstr ""
+
+msgid "Got it!"
+msgstr ""
+
+msgid "Grafana URL"
+msgstr ""
+
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
+msgid "Grant access"
+msgstr ""
+
+msgid "Graph"
+msgstr ""
+
+msgid "Gravatar"
+msgstr ""
+
+msgid "Gravatar enabled"
+msgstr ""
+
+msgid "Group"
+msgstr ""
+
+msgid "Group %{group_name} was scheduled for deletion."
+msgstr ""
+
+msgid "Group %{group_name} was successfully created."
+msgstr ""
+
+msgid "Group CI/CD settings"
+msgstr ""
+
+msgid "Group Git LFS status:"
+msgstr ""
+
+msgid "Group Hooks"
+msgstr ""
+
+msgid "Group ID"
+msgstr ""
+
+msgid "Group ID: %{group_id}"
+msgstr ""
+
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
+msgid "Group Runners"
+msgstr ""
+
+msgid "Group SAML must be enabled to test"
+msgstr ""
+
+msgid "Group URL"
+msgstr ""
+
+msgid "Group avatar"
+msgstr ""
+
+msgid "Group description"
+msgstr ""
+
+msgid "Group description (optional)"
+msgstr ""
+
+msgid "Group details"
+msgstr ""
+
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
+msgid "Group info:"
+msgstr ""
+
+msgid "Group maintainers can register group runners in the %{link}"
+msgstr ""
+
+msgid "Group members"
+msgstr ""
+
+msgid "Group name"
+msgstr ""
+
+msgid "Group overview"
+msgstr ""
+
+msgid "Group overview content"
+msgstr ""
+
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
+msgid "Group pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "Group variables (inherited)"
+msgstr ""
+
+msgid "Group was successfully updated."
+msgstr ""
+
+msgid "Group: %{group_name}"
+msgstr ""
+
+msgid "Group: %{name}"
+msgstr ""
+
+msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
+msgstr ""
+
+msgid "GroupRoadmap|From %{dateWord}"
+msgstr ""
+
+msgid "GroupRoadmap|Something went wrong while fetching epics"
+msgstr ""
+
+msgid "GroupRoadmap|Sorry, no epics matched your search"
+msgstr ""
+
+msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
+msgstr ""
+
+msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your epics in this group or its subgroups; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}."
+msgstr ""
+
+msgid "GroupRoadmap|Until %{dateWord}"
+msgstr ""
+
+msgid "GroupSAML|Certificate fingerprint"
+msgstr ""
+
+msgid "GroupSAML|Configuration"
+msgstr ""
+
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|Enable SAML authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only membership for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforced SSO"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
+msgstr ""
+
+msgid "GroupSAML|Identity"
+msgstr ""
+
+msgid "GroupSAML|Identity provider single sign on URL"
+msgstr ""
+
+msgid "GroupSAML|Make sure you save this token — you won't be able to access it again."
+msgstr ""
+
+msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
+msgstr ""
+
+msgid "GroupSAML|Members"
+msgstr ""
+
+msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
+msgstr ""
+
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On Settings"
+msgstr ""
+
+msgid "GroupSAML|SCIM API endpoint URL"
+msgstr ""
+
+msgid "GroupSAML|SCIM Token"
+msgstr ""
+
+msgid "GroupSAML|SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"."
+msgstr ""
+
+msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
+msgstr ""
+
+msgid "GroupSAML|To be able to enable enforced SSO, you first need to enable SAML authentication."
+msgstr ""
+
+msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+msgstr ""
+
+msgid "GroupSAML|Toggle SAML authentication"
+msgstr ""
+
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
+msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
+msgstr ""
+
+msgid "GroupSAML|Your SCIM token"
+msgstr ""
+
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Badges"
+msgstr ""
+
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
+msgid "GroupSettings|Custom project templates"
+msgstr ""
+
+msgid "GroupSettings|Customize your group badges."
+msgstr ""
+
+msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
+msgstr ""
+
+msgid "GroupSettings|Disable email notifications"
+msgstr ""
+
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
+msgid "GroupSettings|Learn more about badges."
+msgstr ""
+
+msgid "GroupSettings|Learn more about group-level project templates."
+msgstr ""
+
+msgid "GroupSettings|New runners registration token has been generated!"
+msgstr ""
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
+msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
+msgstr ""
+
+msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
+msgstr ""
+
+msgid "GroupSettings|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually."
+msgstr ""
+
+msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
+msgstr ""
+
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
+msgstr ""
+
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
+msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
+msgstr ""
+
+msgid "Groups"
+msgstr ""
+
+msgid "Groups (%{count})"
+msgstr ""
+
+msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
+msgstr ""
+
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Groups with access to <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "GroupsDropdown|Frequently visited"
+msgstr ""
+
+msgid "GroupsDropdown|Groups you visit often will appear here"
+msgstr ""
+
+msgid "GroupsDropdown|Loading groups"
+msgstr ""
+
+msgid "GroupsDropdown|Search your groups"
+msgstr ""
+
+msgid "GroupsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "GroupsDropdown|Sorry, no groups matched your search"
+msgstr ""
+
+msgid "GroupsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "GroupsEmptyState|A group is a collection of several projects."
+msgstr ""
+
+msgid "GroupsEmptyState|If you organize your projects under a group, it works like a folder."
+msgstr ""
+
+msgid "GroupsEmptyState|No groups found"
+msgstr ""
+
+msgid "GroupsEmptyState|You can manage your group member’s permissions and access to each project in the group."
+msgstr ""
+
+msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" group?"
+msgstr ""
+
+msgid "GroupsTree|Create a project in this group."
+msgstr ""
+
+msgid "GroupsTree|Create a subgroup in this group."
+msgstr ""
+
+msgid "GroupsTree|Edit group"
+msgstr ""
+
+msgid "GroupsTree|Failed to leave the group. Please make sure you are not the only owner."
+msgstr ""
+
+msgid "GroupsTree|Leave this group"
+msgstr ""
+
+msgid "GroupsTree|Loading groups"
+msgstr ""
+
+msgid "GroupsTree|No groups matched your search"
+msgstr ""
+
+msgid "GroupsTree|No groups or projects matched your search"
+msgstr ""
+
+msgid "GroupsTree|Search by name"
+msgstr ""
+
+msgid "Guideline"
+msgstr ""
+
+msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
+msgstr ""
+
+msgid "Hashed repository storage paths"
+msgstr ""
+
+msgid "Have your users email"
+msgstr ""
+
+msgid "Header logo was successfully removed."
+msgstr ""
+
+msgid "Header message"
+msgstr ""
+
+msgid "Health Check"
+msgstr ""
+
+msgid "Health information can be retrieved from the following endpoints. More information is available"
+msgstr ""
+
+msgid "HealthCheck|Access token is"
+msgstr ""
+
+msgid "HealthCheck|Healthy"
+msgstr ""
+
+msgid "HealthCheck|No Health Problems Detected"
+msgstr ""
+
+msgid "HealthCheck|Unhealthy"
+msgstr ""
+
+msgid "Hello there"
+msgstr ""
+
+msgid "Help"
+msgstr ""
+
+msgid "Help page"
+msgstr ""
+
+msgid "Help page text and support page url."
+msgstr ""
+
+msgid "Helps prevent bots from brute-force attacks."
+msgstr ""
+
+msgid "Helps prevent bots from creating accounts."
+msgstr ""
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr ""
+
+msgid "Hide file browser"
+msgstr ""
+
+msgid "Hide group projects"
+msgstr ""
+
+msgid "Hide host keys manual input"
+msgstr ""
+
+msgid "Hide marketing-related entries from help"
+msgstr ""
+
+msgid "Hide payload"
+msgstr ""
+
+msgid "Hide shared projects"
+msgstr ""
+
+msgid "Hide stage"
+msgstr ""
+
+msgid "Hide value"
+msgid_plural "Hide values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Hide values"
+msgstr ""
+
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
+msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
+msgstr ""
+
+msgid "Highest role:"
+msgstr ""
+
+msgid "History"
+msgstr ""
+
+msgid "History of authentications"
+msgstr ""
+
+msgid "Hook execution failed. Ensure the group has a project with commits."
+msgstr ""
+
+msgid "Hook was successfully created."
+msgstr ""
+
+msgid "Hook was successfully updated."
+msgstr ""
+
+msgid "Housekeeping"
+msgstr ""
+
+msgid "Housekeeping successfully started"
+msgstr ""
+
+msgid "Housekeeping, export, path, transfer, remove, archive."
+msgstr ""
+
+msgid "How it works"
+msgstr ""
+
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
+msgid "How many replicas each Elasticsearch shard has."
+msgstr ""
+
+msgid "How many shards to split the Elasticsearch index over."
+msgstr ""
+
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
+msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
+msgstr ""
+
+msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
+msgstr ""
+
+msgid "I accept the %{terms_link}"
+msgstr ""
+
+msgid "I accept the|Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "I forgot my password"
+msgstr ""
+
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr ""
+
+msgid "I'd like to receive updates via email about GitLab"
+msgstr ""
+
+msgid "ID"
+msgstr ""
+
+msgid "ID:"
+msgstr ""
+
+msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation."
+msgstr ""
+
+msgid "IDE|Back"
+msgstr ""
+
+msgid "IDE|Client side evaluation"
+msgstr ""
+
+msgid "IDE|Commit"
+msgstr ""
+
+msgid "IDE|Edit"
+msgstr ""
+
+msgid "IDE|Get started with Live Preview"
+msgstr ""
+
+msgid "IDE|Go to project"
+msgstr ""
+
+msgid "IDE|Live Preview"
+msgstr ""
+
+msgid "IDE|Open in file view"
+msgstr ""
+
+msgid "IDE|Preview your web application using Web IDE client-side evaluation."
+msgstr ""
+
+msgid "IDE|Refresh preview"
+msgstr ""
+
+msgid "IDE|Review"
+msgstr ""
+
+msgid "IDE|Successful commit"
+msgstr ""
+
+msgid "IP Address"
+msgstr ""
+
+msgid "IP address restriction is not editable in subgroups. Value inherited from top-level parent group."
+msgstr ""
+
+msgid "IP subnet restriction only allowed for top-level groups"
+msgstr ""
+
+msgid "Identifier"
+msgstr ""
+
+msgid "Identifiers"
+msgstr ""
+
+msgid "Identities"
+msgstr ""
+
+msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "If checked, group owners can manage LDAP group links and LDAP member overrides"
+msgstr ""
+
+msgid "If checked, new group memberships and permissions can only be added via LDAP synchronization"
+msgstr ""
+
+msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
+msgstr ""
+
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr ""
+
+msgid "If disabled, the access level will depend on the user's permissions in the project."
+msgstr ""
+
+msgid "If enabled"
+msgstr ""
+
+msgid "If enabled, access to projects will be validated on an external service using their classification label."
+msgstr ""
+
+msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
+msgstr ""
+
+msgid "If this was a mistake you can leave the %{source_type}."
+msgstr ""
+
+msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
+msgstr ""
+
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
+msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgstr ""
+
+msgid "If your HTTP repository is not publicly accessible, add your credentials."
+msgstr ""
+
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
+msgid "ImageDiffViewer|2-up"
+msgstr ""
+
+msgid "ImageDiffViewer|Onion skin"
+msgstr ""
+
+msgid "ImageDiffViewer|Swipe"
+msgstr ""
+
+msgid "ImageViewerDimensions|H"
+msgstr ""
+
+msgid "ImageViewerDimensions|W"
+msgstr ""
+
+msgid "Impersonation has been disabled"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
+msgid "Import CSV"
+msgstr ""
+
+msgid "Import Projects from Gitea"
+msgstr ""
+
+msgid "Import all compatible projects"
+msgstr ""
+
+msgid "Import all projects"
+msgstr ""
+
+msgid "Import all repositories"
+msgstr ""
+
+msgid "Import an exported GitLab project"
+msgstr ""
+
+msgid "Import in progress"
+msgstr ""
+
+msgid "Import issues"
+msgstr ""
+
+msgid "Import members"
+msgstr ""
+
+msgid "Import members from another project"
+msgstr ""
+
+msgid "Import multiple repositories by uploading a manifest file."
+msgstr ""
+
+msgid "Import project"
+msgstr ""
+
+msgid "Import project members"
+msgstr ""
+
+msgid "Import projects from Bitbucket"
+msgstr ""
+
+msgid "Import projects from Bitbucket Server"
+msgstr ""
+
+msgid "Import projects from FogBugz"
+msgstr ""
+
+msgid "Import projects from GitLab.com"
+msgstr ""
+
+msgid "Import projects from Google Code"
+msgstr ""
+
+msgid "Import repositories from Bitbucket Server"
+msgstr ""
+
+msgid "Import repositories from GitHub"
+msgstr ""
+
+msgid "Import repository"
+msgstr ""
+
+msgid "Import tasks"
+msgstr ""
+
+msgid "Import tasks from Phabricator into issues"
+msgstr ""
+
+msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds"
+msgstr ""
+
+msgid "Import/Export illustration"
+msgstr ""
+
+msgid "ImportButtons|Connect repositories from"
+msgstr ""
+
+msgid "ImportProjects|Blocked import URL: %{message}"
+msgstr ""
+
+msgid "ImportProjects|Error importing repository %{project_safe_import_url} into %{project_full_path} - %{message}"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed"
+msgstr ""
+
+msgid "ImportProjects|Requesting your %{provider} repositories failed"
+msgstr ""
+
+msgid "ImportProjects|Select the projects you want to import"
+msgstr ""
+
+msgid "ImportProjects|The remote data could not be imported."
+msgstr ""
+
+msgid "ImportProjects|The repository could not be created."
+msgstr ""
+
+msgid "ImportProjects|Update of imported projects with realtime changes failed"
+msgstr ""
+
+msgid "Improve Issue boards"
+msgstr ""
+
+msgid "Improve Issue boards with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve issues management with Issue weight and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve search with Advanced Global Search and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgstr ""
+
+msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
+msgstr ""
+
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
+msgid "In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Incident Management Limits"
+msgstr ""
+
+msgid "Incidents"
+msgstr ""
+
+msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept."
+msgstr ""
+
+msgid "Include author name in notification email body"
+msgstr ""
+
+msgid "Include merge request description"
+msgstr ""
+
+msgid "Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>."
+msgstr ""
+
+msgid "Includes LFS objects. It can be overridden per group, or per project. 0 for unlimited."
+msgstr ""
+
+msgid "Includes an MVC structure to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, Gemfile, Rakefile, along with many others, to help you get started."
+msgstr ""
+
+msgid "Includes an MVC structure, mvnw and pom.xml to help you get started."
+msgstr ""
+
+msgid "Incoming email"
+msgstr ""
+
+msgid "Incompatible Project"
+msgstr ""
+
+msgid "Incompatible options set!"
+msgstr ""
+
+msgid "Index all projects"
+msgstr ""
+
+msgid "Indicates whether this runner can pick jobs without tags"
+msgstr ""
+
+msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
+msgstr ""
+
+msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
+msgstr ""
+
+msgid "Inherited:"
+msgstr ""
+
+msgid "Inline"
+msgstr ""
+
+msgid "Input host keys manually"
+msgstr ""
+
+msgid "Input your repository URL"
+msgstr ""
+
+msgid "Insert a quote"
+msgstr ""
+
+msgid "Insert code"
+msgstr ""
+
+msgid "Insert suggestion"
+msgstr ""
+
+msgid "Insights"
+msgstr ""
+
+msgid "Install"
+msgstr ""
+
+msgid "Install GitLab Runner"
+msgstr ""
+
+msgid "Install Runner on Kubernetes"
+msgstr ""
+
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
+
+msgid "Install on clusters"
+msgstr ""
+
+msgid "Installed"
+msgstr ""
+
+msgid "Installing"
+msgstr ""
+
+msgid "Instance"
+msgid_plural "Instances"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Instance Statistics visibility"
+msgstr ""
+
+msgid "Instance administrators group already exists"
+msgstr ""
+
+msgid "Instance does not support multiple Kubernetes clusters"
+msgstr ""
+
+msgid "Instance license"
+msgstr ""
+
+msgid "Integrations"
+msgstr ""
+
+msgid "Integrations Settings"
+msgstr ""
+
+msgid "Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "Internal"
+msgstr ""
+
+msgid "Internal - The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "Internal - The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "Internal users"
+msgstr ""
+
+msgid "Interval Pattern"
+msgstr ""
+
+msgid "Introducing Cycle Analytics"
+msgstr ""
+
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
+msgstr ""
+
+msgid "Invalid Insights config file detected"
+msgstr ""
+
+msgid "Invalid Login or password"
+msgstr ""
+
+msgid "Invalid URL"
+msgstr ""
+
+msgid "Invalid date"
+msgstr ""
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
+msgid "Invalid feature"
+msgstr ""
+
+msgid "Invalid field"
+msgstr ""
+
+msgid "Invalid file."
+msgstr ""
+
+msgid "Invalid import params"
+msgstr ""
+
+msgid "Invalid input, please avoid emojis"
+msgstr ""
+
+msgid "Invalid login or password"
+msgstr ""
+
+msgid "Invalid pin code"
+msgstr ""
+
+msgid "Invalid query"
+msgstr ""
+
+msgid "Invalid repository path"
+msgstr ""
+
+msgid "Invalid server response"
+msgstr ""
+
+msgid "Invalid start or end time format"
+msgstr ""
+
+msgid "Invalid two-factor code."
+msgstr ""
+
+msgid "Invitation"
+msgstr ""
+
+msgid "Invite"
+msgstr ""
+
+msgid "Invite \"%{trimmed}\" by email"
+msgstr ""
+
+msgid "Invite group"
+msgstr ""
+
+msgid "Invite member"
+msgstr ""
+
+msgid "Invocations"
+msgstr ""
+
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
+msgid "Is using license seat:"
+msgstr ""
+
+msgid "IssuableStatus|Closed"
+msgstr ""
+
+msgid "IssuableStatus|Closed (%{link})"
+msgstr ""
+
+msgid "IssuableStatus|duplicated"
+msgstr ""
+
+msgid "IssuableStatus|moved"
+msgstr ""
+
+msgid "IssuableStatus|promoted"
+msgstr ""
+
+msgid "Issue"
+msgstr ""
+
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
+msgid "Issue Boards"
+msgstr ""
+
+msgid "Issue board focus mode"
+msgstr ""
+
+msgid "Issue cannot be found."
+msgstr ""
+
+msgid "Issue events"
+msgstr ""
+
+msgid "Issue template (optional)"
+msgstr ""
+
+msgid "Issue update failed"
+msgstr ""
+
+msgid "Issue was closed by %{name} %{reason}"
+msgstr ""
+
+msgid "Issue weight"
+msgstr ""
+
+msgid "IssueBoards|Board"
+msgstr ""
+
+msgid "IssueBoards|Boards"
+msgstr ""
+
+msgid "IssueBoards|Create new board"
+msgstr ""
+
+msgid "IssueBoards|Delete board"
+msgstr ""
+
+msgid "IssueBoards|No matching boards found"
+msgstr ""
+
+msgid "IssueBoards|Some of your boards are hidden, activate a license to see them again."
+msgstr ""
+
+msgid "IssueBoards|Switch board"
+msgstr ""
+
+msgid "IssueTracker|Bugzilla issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|GitLab issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Redmine issue tracker"
+msgstr ""
+
+msgid "IssueTracker|YouTrack issue tracker"
+msgstr ""
+
+msgid "Issues"
+msgstr ""
+
+msgid "Issues / Merge Requests"
+msgstr ""
+
+msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
+msgstr ""
+
+msgid "Issues closed"
+msgstr ""
+
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
+msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
+msgstr ""
+
+msgid "Issues, merge requests, pushes, and comments."
+msgstr ""
+
+msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
+msgstr ""
+
+msgid "IssuesAnalytics|Avg/Month:"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues created per month"
+msgstr ""
+
+msgid "IssuesAnalytics|Last 12 months"
+msgstr ""
+
+msgid "IssuesAnalytics|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "IssuesAnalytics|There are no issues for the projects in your group"
+msgstr ""
+
+msgid "IssuesAnalytics|To widen your search, change or remove filters in the filter bar above"
+msgstr ""
+
+msgid "IssuesAnalytics|Total:"
+msgstr ""
+
+msgid "Issue|Title"
+msgstr ""
+
+msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
+msgstr ""
+
+msgid "It's you"
+msgstr ""
+
+msgid "Jaeger URL"
+msgstr ""
+
+msgid "Jaeger tracing"
+msgstr ""
+
+msgid "Jan"
+msgstr ""
+
+msgid "January"
+msgstr ""
+
+msgid "JiraService|Events for %{noteable_model_name} are disabled."
+msgstr ""
+
+msgid "JiraService|If different from Web URL"
+msgstr ""
+
+msgid "JiraService|Jira API URL"
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
+msgstr ""
+
+msgid "JiraService|Jira issue tracker"
+msgstr ""
+
+msgid "JiraService|Password or API token"
+msgstr ""
+
+msgid "JiraService|Transition ID(s)"
+msgstr ""
+
+msgid "JiraService|Use , or ; to separate multiple transition IDs"
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version"
+msgstr ""
+
+msgid "JiraService|Username or Email"
+msgstr ""
+
+msgid "JiraService|Web URL"
+msgstr ""
+
+msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
+msgstr ""
+
+msgid "Job"
+msgstr ""
+
+msgid "Job Failed #%{build_id}"
+msgstr ""
+
+msgid "Job ID"
+msgstr ""
+
+msgid "Job has been erased"
+msgstr ""
+
+msgid "Job has been successfully erased!"
+msgstr ""
+
+msgid "Job has wrong arguments format."
+msgstr ""
+
+msgid "Job is missing the `model_type` argument."
+msgstr ""
+
+msgid "Job is stuck. Check runners."
+msgstr ""
+
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job was retried"
+msgstr ""
+
+msgid "Jobs"
+msgstr ""
+
+msgid "Job|Browse"
+msgstr ""
+
+msgid "Job|Complete Raw"
+msgstr ""
+
+msgid "Job|Download"
+msgstr ""
+
+msgid "Job|Erase job log"
+msgstr ""
+
+msgid "Job|Job artifacts"
+msgstr ""
+
+msgid "Job|Job has been erased"
+msgstr ""
+
+msgid "Job|Job has been erased by"
+msgstr ""
+
+msgid "Job|Keep"
+msgstr ""
+
+msgid "Job|Pipeline"
+msgstr ""
+
+msgid "Job|Scroll to bottom"
+msgstr ""
+
+msgid "Job|Scroll to top"
+msgstr ""
+
+msgid "Job|Show complete raw"
+msgstr ""
+
+msgid "Job|The artifacts were removed"
+msgstr ""
+
+msgid "Job|The artifacts will be removed"
+msgstr ""
+
+msgid "Job|This job failed because the necessary resources were not successfully created."
+msgstr ""
+
+msgid "Job|This job is stuck because the project doesn't have any runners online assigned to it."
+msgstr ""
+
+msgid "Job|for"
+msgstr ""
+
+msgid "Job|into"
+msgstr ""
+
+msgid "Job|with"
+msgstr ""
+
+msgid "Join Zoom meeting"
+msgstr ""
+
+msgid "Jul"
+msgstr ""
+
+msgid "July"
+msgstr ""
+
+msgid "Jump to first unresolved discussion"
+msgstr ""
+
+msgid "Jump to next unresolved discussion"
+msgstr ""
+
+msgid "Jun"
+msgstr ""
+
+msgid "June"
+msgstr ""
+
+msgid "Key"
+msgstr ""
+
+msgid "Key (PEM)"
+msgstr ""
+
+msgid "Key: %{key}"
+msgstr ""
+
+msgid "Keyboard Shortcuts"
+msgstr ""
+
+msgid "Kubernetes"
+msgstr ""
+
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes Cluster"
+msgstr ""
+
+msgid "Kubernetes Clusters"
+msgstr ""
+
+msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
+msgstr ""
+
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
+
+msgid "Kubernetes cluster integration was successfully removed."
+msgstr ""
+
+msgid "Kubernetes cluster was successfully updated."
+msgstr ""
+
+msgid "Kubernetes configured"
+msgstr ""
+
+msgid "Kubernetes deployment not found"
+msgstr ""
+
+msgid "Kubernetes error: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes popover"
+msgstr ""
+
+msgid "LDAP"
+msgstr ""
+
+msgid "LDAP settings"
+msgstr ""
+
+msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
+msgstr ""
+
+msgid "LFS"
+msgstr ""
+
+msgid "LFS objects"
+msgstr ""
+
+msgid "LFSStatus|Disabled"
+msgstr ""
+
+msgid "LFSStatus|Enabled"
+msgstr ""
+
+msgid "LICENSE"
+msgstr ""
+
+msgid "Label"
+msgstr ""
+
+msgid "Label actions dropdown"
+msgstr ""
+
+msgid "Label lists show all issues with the selected label."
+msgstr ""
+
+msgid "Label was created"
+msgstr ""
+
+msgid "Label was removed"
+msgstr ""
+
+msgid "Label was successfully updated."
+msgstr ""
+
+msgid "LabelSelect|%{firstLabelName} +%{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|%{labelsString}, and %{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|Labels"
+msgstr ""
+
+msgid "Labels"
+msgstr ""
+
+msgid "Labels can be applied to %{features}. Group labels are available for any project within the group."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests to categorize them."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests."
+msgstr ""
+
+msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgstr ""
+
+msgid "Labels|Promote Label"
+msgstr ""
+
+msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. This action cannot be reversed."
+msgstr ""
+
+msgid "Labels|and %{count} more"
+msgstr ""
+
+msgid "Language"
+msgstr ""
+
+msgid "Large File Storage"
+msgstr ""
+
+msgid "Last %d day"
+msgid_plural "Last %d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Last %{days} days"
+msgstr ""
+
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Last Pipeline"
+msgstr ""
+
+msgid "Last Seen"
+msgstr ""
+
+msgid "Last accessed on"
+msgstr ""
+
+msgid "Last activity"
+msgstr ""
+
+msgid "Last commit"
+msgstr ""
+
+msgid "Last contact"
+msgstr ""
+
+msgid "Last edited %{date}"
+msgstr ""
+
+msgid "Last edited by %{name}"
+msgstr ""
+
+msgid "Last name"
+msgstr ""
+
+msgid "Last reply by"
+msgstr ""
+
+msgid "Last repository check run"
+msgstr ""
+
+msgid "Last seen"
+msgstr ""
+
+msgid "Last successful sync"
+msgstr ""
+
+msgid "Last successful update"
+msgstr ""
+
+msgid "Last time verified"
+msgstr ""
+
+msgid "Last update"
+msgstr ""
+
+msgid "Last update attempt"
+msgstr ""
+
+msgid "Last updated"
+msgstr ""
+
+msgid "Last used"
+msgstr ""
+
+msgid "Last used on:"
+msgstr ""
+
+msgid "LastCommit|authored"
+msgstr ""
+
+msgid "LastPushEvent|You pushed to"
+msgstr ""
+
+msgid "LastPushEvent|at"
+msgstr ""
+
+msgid "Latest changes"
+msgstr ""
+
+msgid "Latest pipeline for the most recent commit on this branch"
+msgstr ""
+
+msgid "Lead"
+msgstr ""
+
+msgid "Learn GitLab"
+msgstr ""
+
+msgid "Learn More"
+msgstr ""
+
+msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
+msgstr ""
+
+msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab."
+msgstr ""
+
+msgid "Learn more"
+msgstr ""
+
+msgid "Learn more about Auto DevOps"
+msgstr ""
+
+msgid "Learn more about Kubernetes"
+msgstr ""
+
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
+msgid "Learn more about Web Terminal"
+msgstr ""
+
+msgid "Learn more about adding certificates to your project by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "Learn more about approvals."
+msgstr ""
+
+msgid "Learn more about custom project templates"
+msgstr ""
+
+msgid "Learn more about deploying to a cluster"
+msgstr ""
+
+msgid "Learn more about group-level project templates"
+msgstr ""
+
+msgid "Learn more about signing commits"
+msgstr ""
+
+msgid "Learn more about the dependency list"
+msgstr ""
+
+msgid "Learn more in the"
+msgstr ""
+
+msgid "Learn more in the|pipeline schedules documentation"
+msgstr ""
+
+msgid "Leave"
+msgstr ""
+
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
+msgid "Leave edit mode? All unsaved changes will be lost."
+msgstr ""
+
+msgid "Leave group"
+msgstr ""
+
+msgid "Leave project"
+msgstr ""
+
+msgid "Leave the \"File type\" and \"Delivery method\" options on their default values."
+msgstr ""
+
+msgid "Let's Encrypt does not accept emails on example.com"
+msgstr ""
+
+msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) that gives digital certificates in order to enable HTTPS (SSL/TLS) for websites. Learn more about Let's Encrypt configuration by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid "License Compliance"
+msgstr ""
+
+msgid "License-Check"
+msgstr ""
+
+msgid "LicenseCompliance|Add a license"
+msgstr ""
+
+msgid "LicenseCompliance|Add licenses manually to approve or blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Approve"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license"
+msgstr ""
+
+msgid "LicenseCompliance|Approve license?"
+msgstr ""
+
+msgid "LicenseCompliance|Approved"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklist license?"
+msgstr ""
+
+msgid "LicenseCompliance|Blacklisted"
+msgstr ""
+
+msgid "LicenseCompliance|Cancel"
+msgstr ""
+
+msgid "LicenseCompliance|Here you can approve or blacklist licenses for this project. Using %{ci} or %{license} will allow you to see if there are any unmanaged licenses and approve or blacklist them in merge request."
+msgstr ""
+
+msgid "LicenseCompliance|License"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected no new licenses"
+msgstr ""
+
+msgid "LicenseCompliance|License details"
+msgstr ""
+
+msgid "LicenseCompliance|License name"
+msgstr ""
+
+msgid "LicenseCompliance|Packages"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license?"
+msgstr ""
+
+msgid "LicenseCompliance|Submit"
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgstr ""
+
+msgid "LicenseCompliance|This license already exists in this project."
+msgstr ""
+
+msgid "LicenseCompliance|URL"
+msgstr ""
+
+msgid "LicenseCompliance|You are about to remove the license, %{name}, from this project."
+msgstr ""
+
+msgid "Licensed Features"
+msgstr ""
+
+msgid "Licensed to"
+msgstr ""
+
+msgid "Licenses"
+msgstr ""
+
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
+msgid "Limit display of time tracking units to hours."
+msgstr ""
+
+msgid "Limit namespaces and projects that can be indexed"
+msgstr ""
+
+msgid "Limited to showing %d event at most"
+msgid_plural "Limited to showing %d events at most"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
+msgstr ""
+
+msgid "Linked emails (%{email_count})"
+msgstr ""
+
+msgid "Linked issues"
+msgstr ""
+
+msgid "LinkedIn"
+msgstr ""
+
+msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "List"
+msgstr ""
+
+msgid "List Settings"
+msgstr ""
+
+msgid "List Your Gitea Repositories"
+msgstr ""
+
+msgid "List available repositories"
+msgstr ""
+
+msgid "List of IPs and CIDRs of allowed secondary nodes. Comma-separated, e.g. \"1.1.1.1, 2.2.2.0/24\""
+msgstr ""
+
+msgid "List the merge requests that must be merged before this one."
+msgstr ""
+
+msgid "List view"
+msgstr ""
+
+msgid "List your Bitbucket Server repositories"
+msgstr ""
+
+msgid "Live preview"
+msgstr ""
+
+msgid "Loading contribution stats for group members"
+msgstr ""
+
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Loading functions timed out. Please reload the page to try again."
+msgstr ""
+
+msgid "Loading issues"
+msgstr ""
+
+msgid "Loading snippet"
+msgstr ""
+
+msgid "Loading the GitLab IDE..."
+msgstr ""
+
+msgid "Loading..."
+msgstr ""
+
+msgid "Loading…"
+msgstr ""
+
+msgid "Localization"
+msgstr ""
+
+msgid "Lock"
+msgstr ""
+
+msgid "Lock %{issuableDisplayName}"
+msgstr ""
+
+msgid "Lock memberships to LDAP synchronization"
+msgstr ""
+
+msgid "Lock not found"
+msgstr ""
+
+msgid "Lock the discussion"
+msgstr ""
+
+msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgstr ""
+
+msgid "Lock to current projects"
+msgstr ""
+
+msgid "Locked"
+msgstr ""
+
+msgid "Locked Files"
+msgstr ""
+
+msgid "Locked by %{fileLockUserName}"
+msgstr ""
+
+msgid "Locked the discussion."
+msgstr ""
+
+msgid "Locked to current projects"
+msgstr ""
+
+msgid "Locks give the ability to lock specific file or folder."
+msgstr ""
+
+msgid "Locks the discussion."
+msgstr ""
+
+msgid "Login with smartcard"
+msgstr ""
+
+msgid "Logo was successfully removed."
+msgstr ""
+
+msgid "Logs"
+msgstr ""
+
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
+msgid "MERGED"
+msgstr ""
+
+msgid "MRApprovals|Approved by"
+msgstr ""
+
+msgid "MRApprovals|Approvers"
+msgstr ""
+
+msgid "MRApprovals|Pending approvals"
+msgstr ""
+
+msgid "MRDiff|Show changes only"
+msgstr ""
+
+msgid "MRDiff|Show full file"
+msgstr ""
+
+msgid "Made this issue confidential."
+msgstr ""
+
+msgid "Make and review changes in the browser with the Web IDE"
+msgstr ""
+
+msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
+msgstr ""
+
+msgid "Make issue confidential"
+msgstr ""
+
+msgid "Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "Make sure you're logged into the account that owns the projects you'd like to import."
+msgstr ""
+
+msgid "Makes this issue confidential."
+msgstr ""
+
+msgid "Malformed string"
+msgstr ""
+
+msgid "Manage"
+msgstr ""
+
+msgid "Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki."
+msgstr ""
+
+msgid "Manage Web IDE features"
+msgstr ""
+
+msgid "Manage access"
+msgstr ""
+
+msgid "Manage all notifications"
+msgstr ""
+
+msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage group labels"
+msgstr ""
+
+msgid "Manage labels"
+msgstr ""
+
+msgid "Manage project labels"
+msgstr ""
+
+msgid "Manage two-factor authentication"
+msgstr ""
+
+msgid "Manifest"
+msgstr ""
+
+msgid "Manifest file import"
+msgstr ""
+
+msgid "Manual job"
+msgstr ""
+
+msgid "ManualOrdering|Couldn't save the order of the issues"
+msgstr ""
+
+msgid "Map a FogBugz account ID to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a full email address"
+msgstr ""
+
+msgid "Map a Google Code user to a full name"
+msgstr ""
+
+msgid "Mar"
+msgstr ""
+
+msgid "March"
+msgstr ""
+
+msgid "Mark To Do as done"
+msgstr ""
+
+msgid "Mark as done"
+msgstr ""
+
+msgid "Mark as resolved"
+msgstr ""
+
+msgid "Mark comment as resolved"
+msgstr ""
+
+msgid "Mark this issue as a duplicate of another issue"
+msgstr ""
+
+msgid "Mark this issue as related to another issue"
+msgstr ""
+
+msgid "Markdown"
+msgstr ""
+
+msgid "Markdown Help"
+msgstr ""
+
+msgid "Markdown enabled"
+msgstr ""
+
+msgid "Markdown is supported"
+msgstr ""
+
+msgid "Marked To Do as done."
+msgstr ""
+
+msgid "Marked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marked this issue as a duplicate of %{duplicate_param}."
+msgstr ""
+
+msgid "Marked this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Marks To Do as done."
+msgstr ""
+
+msgid "Marks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marks this issue as a duplicate of %{duplicate_reference}."
+msgstr ""
+
+msgid "Marks this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Match not found; try refining your search query."
+msgstr ""
+
+msgid "MattermostService|Add to Mattermost"
+msgstr ""
+
+msgid "MattermostService|Command trigger word"
+msgstr ""
+
+msgid "MattermostService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "MattermostService|Request URL"
+msgstr ""
+
+msgid "MattermostService|Request method"
+msgstr ""
+
+msgid "MattermostService|Response icon"
+msgstr ""
+
+msgid "MattermostService|Response username"
+msgstr ""
+
+msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
+msgstr ""
+
+msgid "MattermostService|Suggestions:"
+msgstr ""
+
+msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
+msgstr ""
+
+msgid "Maven Metadata"
+msgstr ""
+
+msgid "Max access level"
+msgstr ""
+
+msgid "Max seats used"
+msgstr ""
+
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
+msgid "Maximum artifacts size (MB)"
+msgstr ""
+
+msgid "Maximum attachment size (MB)"
+msgstr ""
+
+msgid "Maximum capacity"
+msgstr ""
+
+msgid "Maximum delay (Minutes)"
+msgstr ""
+
+msgid "Maximum job timeout"
+msgstr ""
+
+msgid "Maximum job timeout has a value which could not be accepted"
+msgstr ""
+
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
+msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgstr ""
+
+msgid "Maximum push size (MB)"
+msgstr ""
+
+msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
+msgstr ""
+
+msgid "May"
+msgstr ""
+
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
+msgid "Median"
+msgstr ""
+
+msgid "Medium vulnerabilities present"
+msgstr ""
+
+msgid "Member lock"
+msgstr ""
+
+msgid "Member since %{date}"
+msgstr ""
+
+msgid "Members"
+msgstr ""
+
+msgid "Members can be added by project <i>Maintainers</i> or <i>Owners</i>"
+msgstr ""
+
+msgid "Members of <strong>%{project_name}</strong>"
+msgstr ""
+
+msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
+msgid "Merge"
+msgstr ""
+
+msgid "Merge (when the pipeline succeeds)"
+msgstr ""
+
+msgid "Merge Request"
+msgstr ""
+
+msgid "Merge Request Approvals"
+msgstr ""
+
+msgid "Merge Requests"
+msgstr ""
+
+msgid "Merge Requests created"
+msgstr ""
+
+msgid "Merge Requests in Review"
+msgstr ""
+
+msgid "Merge commit message"
+msgstr ""
+
+msgid "Merge events"
+msgstr ""
+
+msgid "Merge immediately"
+msgstr ""
+
+msgid "Merge in progress"
+msgstr ""
+
+msgid "Merge options"
+msgstr ""
+
+msgid "Merge request"
+msgstr ""
+
+msgid "Merge request %{iid} authored by %{authorName}"
+msgstr ""
+
+msgid "Merge request approvals"
+msgstr ""
+
+msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
+msgstr ""
+
+msgid "Merge request dependencies"
+msgstr ""
+
+msgid "Merge requests"
+msgstr ""
+
+msgid "Merge requests are a place to propose changes you've made to a project and discuss those changes with others"
+msgstr ""
+
+msgid "Merge requests are read-only in a secondary Geo node"
+msgstr ""
+
+msgid "Merge when pipeline succeeds"
+msgstr ""
+
+msgid "MergeConflict|Commit to source branch"
+msgstr ""
+
+msgid "MergeConflict|Committing..."
+msgstr ""
+
+msgid "MergeConflict|HEAD//our changes"
+msgstr ""
+
+msgid "MergeConflict|Use ours"
+msgstr ""
+
+msgid "MergeConflict|Use theirs"
+msgstr ""
+
+msgid "MergeConflict|conflict"
+msgstr ""
+
+msgid "MergeConflict|conflicts"
+msgstr ""
+
+msgid "MergeConflict|origin//their changes"
+msgstr ""
+
+msgid "MergeRequests|Add a reply"
+msgstr ""
+
+msgid "MergeRequests|An error occurred while saving the draft comment."
+msgstr ""
+
+msgid "MergeRequests|Failed to squash. Should be done manually."
+msgstr ""
+
+msgid "MergeRequests|Jump to next unresolved discussion"
+msgstr ""
+
+msgid "MergeRequests|Reply..."
+msgstr ""
+
+msgid "MergeRequests|Resolve this thread in a new issue"
+msgstr ""
+
+msgid "MergeRequests|Saving the comment failed"
+msgstr ""
+
+msgid "MergeRequests|Squash task canceled: another squash is already in progress."
+msgstr ""
+
+msgid "MergeRequests|Thread stays resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread stays unresolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be resolved"
+msgstr ""
+
+msgid "MergeRequests|Thread will be unresolved"
+msgstr ""
+
+msgid "MergeRequests|Toggle comments for this file"
+msgstr ""
+
+msgid "MergeRequests|View file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|View replaced file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|commented on commit %{commitLink}"
+msgstr ""
+
+msgid "MergeRequests|started a thread"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}an old version of the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Error loading full diff. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Filter files or search with %{modifier_key}+p"
+msgstr ""
+
+msgid "MergeRequest|No files found"
+msgstr ""
+
+msgid "Merged"
+msgstr ""
+
+msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Merges this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
+msgid "Messages"
+msgstr ""
+
+msgid "Method"
+msgstr ""
+
+msgid "Metric was successfully added."
+msgstr ""
+
+msgid "Metric was successfully updated."
+msgstr ""
+
+msgid "MetricChart|Please select a metric"
+msgstr ""
+
+msgid "MetricChart|Selected"
+msgstr ""
+
+msgid "Metrics"
+msgstr ""
+
+msgid "Metrics - Grafana"
+msgstr ""
+
+msgid "Metrics - Influx"
+msgstr ""
+
+msgid "Metrics - Prometheus"
+msgstr ""
+
+msgid "Metrics Dashboard"
+msgstr ""
+
+msgid "Metrics and profiling"
+msgstr ""
+
+msgid "Metrics for environment"
+msgstr ""
+
+msgid "Metrics|Add metric"
+msgstr ""
+
+msgid "Metrics|Avg"
+msgstr ""
+
+msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
+msgstr ""
+
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
+msgid "Metrics|Create metric"
+msgstr ""
+
+msgid "Metrics|Delete metric"
+msgstr ""
+
+msgid "Metrics|Delete metric?"
+msgstr ""
+
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
+msgid "Metrics|Edit metric"
+msgstr ""
+
+msgid "Metrics|Environment"
+msgstr ""
+
+msgid "Metrics|For grouping similar metrics"
+msgstr ""
+
+msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
+msgstr ""
+
+msgid "Metrics|Legend label (optional)"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
+msgid "Metrics|Must be a valid PromQL query."
+msgstr ""
+
+msgid "Metrics|New metric"
+msgstr ""
+
+msgid "Metrics|PromQL query is valid"
+msgstr ""
+
+msgid "Metrics|Prometheus Query Documentation"
+msgstr ""
+
+msgid "Metrics|Show last"
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the environments data, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error getting deployment information."
+msgstr ""
+
+msgid "Metrics|There was an error getting environments information."
+msgstr ""
+
+msgid "Metrics|There was an error trying to validate your query"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics"
+msgstr ""
+
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
+
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgstr ""
+
+msgid "Metrics|Unit label"
+msgstr ""
+
+msgid "Metrics|Used as a title for the chart"
+msgstr ""
+
+msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
+msgstr ""
+
+msgid "Metrics|Validating query"
+msgstr ""
+
+msgid "Metrics|Y-axis label"
+msgstr ""
+
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
+msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
+msgstr ""
+
+msgid "Metrics|e.g. HTTP requests"
+msgstr ""
+
+msgid "Metrics|e.g. Requests/second"
+msgstr ""
+
+msgid "Metrics|e.g. Throughput"
+msgstr ""
+
+msgid "Metrics|e.g. rate(http_requests_total[5m])"
+msgstr ""
+
+msgid "Metrics|e.g. req/sec"
+msgstr ""
+
+msgid "Microsoft Azure"
+msgstr ""
+
+msgid "Migrated %{success_count}/%{total_count} files."
+msgstr ""
+
+msgid "Migration successful."
+msgstr ""
+
+msgid "Milestone"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Milestone lists not available with your current license"
+msgstr ""
+
+msgid "Milestone lists show all issues from the selected milestone."
+msgstr ""
+
+msgid "Milestones"
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle} and remove it from %{issuesWithCount} and %{mergeRequestsWithCount}. Once deleted, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle}. This milestone is not currently used in any issues or merge requests."
+msgstr ""
+
+msgid "Milestones|Delete milestone"
+msgstr ""
+
+msgid "Milestones|Delete milestone %{milestoneTitle}?"
+msgstr ""
+
+msgid "Milestones|Failed to delete milestone %{milestoneTitle}"
+msgstr ""
+
+msgid "Milestones|Milestone %{milestoneTitle} was not found"
+msgstr ""
+
+msgid "Milestones|Promote %{milestoneTitle} to group milestone?"
+msgstr ""
+
+msgid "Milestones|Promote Milestone"
+msgstr ""
+
+msgid "Milestones|Promoting %{milestoneTitle} will make it available for all projects inside %{groupName}. Existing project milestones with the same title will be merged."
+msgstr ""
+
+msgid "Milestones|This action cannot be reversed."
+msgstr ""
+
+msgid "Minimum capacity to be available before we schedule more mirrors preemptively."
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters"
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters."
+msgstr ""
+
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
+msgid "Minutes"
+msgstr ""
+
+msgid "Mirror direction"
+msgstr ""
+
+msgid "Mirror repository"
+msgstr ""
+
+msgid "Mirror user"
+msgstr ""
+
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
+msgid "Mirrored repositories"
+msgstr ""
+
+msgid "Mirroring repositories"
+msgstr ""
+
+msgid "Mirroring settings were successfully updated."
+msgstr ""
+
+msgid "Mirroring settings were successfully updated. The project is being updated."
+msgstr ""
+
+msgid "Mirroring was successfully disabled."
+msgstr ""
+
+msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
+msgstr ""
+
+msgid "Missing commit signatures endpoint!"
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|add an SSH key"
+msgstr ""
+
+msgid "Modal|Cancel"
+msgstr ""
+
+msgid "Modal|Close"
+msgstr ""
+
+msgid "Modified in this version"
+msgstr ""
+
+msgid "Modify commit message"
+msgstr ""
+
+msgid "Modify commit messages"
+msgstr ""
+
+msgid "Modify merge commit"
+msgstr ""
+
+msgid "Monday"
+msgstr ""
+
+msgid "Monitor your errors by integrating with Sentry."
+msgstr ""
+
+msgid "Monitoring"
+msgstr ""
+
+msgid "Months"
+msgstr ""
+
+msgid "More"
+msgstr ""
+
+msgid "More Information"
+msgstr ""
+
+msgid "More Slack commands"
+msgstr ""
+
+msgid "More actions"
+msgstr ""
+
+msgid "More details"
+msgstr ""
+
+msgid "More info"
+msgstr ""
+
+msgid "More information"
+msgstr ""
+
+msgid "More information and share feedback"
+msgstr ""
+
+msgid "More information is available|here"
+msgstr ""
+
+msgid "More than %{number_commits_distance} commits different with %{default_branch}"
+msgstr ""
+
+msgid "Most stars"
+msgstr ""
+
+msgid "Mount point %{mounted_as} not found in %{model_class}."
+msgstr ""
+
+msgid "Move"
+msgstr ""
+
+msgid "Move issue"
+msgstr ""
+
+msgid "Move issue from one column of the board to another"
+msgstr ""
+
+msgid "Move selection down"
+msgstr ""
+
+msgid "Move selection up"
+msgstr ""
+
+msgid "Move this issue to another project."
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue due to insufficient permissions!"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue to project it originates from!"
+msgstr ""
+
+msgid "Moved issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moved this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Moves issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moves this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Multiple issue boards"
+msgstr ""
+
+msgid "Multiple model types found: %{model_types}"
+msgstr ""
+
+msgid "Multiple uploaders found: %{uploader_types}"
+msgstr ""
+
+msgid "My-Reaction"
+msgstr ""
+
+msgid "Name"
+msgstr ""
+
+msgid "Name has already been taken"
+msgstr ""
+
+msgid "Name new label"
+msgstr ""
+
+msgid "Name your individual key via a title"
+msgstr ""
+
+msgid "Name:"
+msgstr ""
+
+msgid "Namespace: %{namespace}"
+msgstr ""
+
+msgid "Namespaces to index"
+msgstr ""
+
+msgid "Naming, topics, avatar"
+msgstr ""
+
+msgid "Naming, visibility"
+msgstr ""
+
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
+msgid "Nav|Help"
+msgstr ""
+
+msgid "Nav|Home"
+msgstr ""
+
+msgid "Nav|Sign In / Register"
+msgstr ""
+
+msgid "Nav|Sign out and sign in with a different account"
+msgstr ""
+
+msgid "Need help?"
+msgstr ""
+
+msgid "Network"
+msgstr ""
+
+msgid "Never"
+msgstr ""
+
+msgid "New"
+msgstr ""
+
+msgid "New Application"
+msgstr ""
+
+msgid "New Environment"
+msgstr ""
+
+msgid "New Geo Node"
+msgstr ""
+
+msgid "New Group"
+msgstr ""
+
+msgid "New Group Name"
+msgstr ""
+
+msgid "New Identity"
+msgstr ""
+
+msgid "New Issue"
+msgid_plural "New Issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "New Label"
+msgstr ""
+
+msgid "New Milestone"
+msgstr ""
+
+msgid "New Pages Domain"
+msgstr ""
+
+msgid "New Password"
+msgstr ""
+
+msgid "New Pipeline Schedule"
+msgstr ""
+
+msgid "New Project"
+msgstr ""
+
+msgid "New Snippet"
+msgstr ""
+
+msgid "New branch"
+msgstr ""
+
+msgid "New branch unavailable"
+msgstr ""
+
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
+msgid "New deploy key"
+msgstr ""
+
+msgid "New directory"
+msgstr ""
+
+msgid "New environment"
+msgstr ""
+
+msgid "New epic"
+msgstr ""
+
+msgid "New epic title"
+msgstr ""
+
+msgid "New file"
+msgstr ""
+
+msgid "New group"
+msgstr ""
+
+msgid "New health check access token has been generated!"
+msgstr ""
+
+msgid "New identity"
+msgstr ""
+
+msgid "New issue"
+msgstr ""
+
+msgid "New issue title"
+msgstr ""
+
+msgid "New label"
+msgstr ""
+
+msgid "New merge request"
+msgstr ""
+
+msgid "New milestone"
+msgstr ""
+
+msgid "New password"
+msgstr ""
+
+msgid "New pipelines will cancel older, pending pipelines on the same branch"
+msgstr ""
+
+msgid "New project"
+msgstr ""
+
+msgid "New runners registration token has been generated!"
+msgstr ""
+
+msgid "New schedule"
+msgstr ""
+
+msgid "New snippet"
+msgstr ""
+
+msgid "New subgroup"
+msgstr ""
+
+msgid "New tag"
+msgstr ""
+
+msgid "New users set to external"
+msgstr ""
+
+msgid "New! Suggest changes directly"
+msgstr ""
+
+msgid "New..."
+msgstr ""
+
+msgid "Newly registered users will by default be external"
+msgstr ""
+
+msgid "Next"
+msgstr ""
+
+msgid "Next file in diff (MRs only)"
+msgstr ""
+
+msgid "Next unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Nickname"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No %{header} for this request."
+msgstr ""
+
+msgid "No %{providerTitle} repositories found"
+msgstr ""
+
+msgid "No Design Repositories match this filter"
+msgstr ""
+
+msgid "No Epic"
+msgstr ""
+
+msgid "No Label"
+msgstr ""
+
+msgid "No Milestone"
+msgstr ""
+
+msgid "No Scopes"
+msgstr ""
+
+msgid "No Tag"
+msgstr ""
+
+msgid "No active admin user found"
+msgstr ""
+
+msgid "No activities found"
+msgstr ""
+
+msgid "No application_settings found"
+msgstr ""
+
+msgid "No authentication methods configured."
+msgstr ""
+
+msgid "No available namespaces to fork the project."
+msgstr ""
+
+msgid "No branches found"
+msgstr ""
+
+msgid "No changes"
+msgstr ""
+
+msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}"
+msgstr ""
+
+msgid "No connection could be made to a Gitaly Server, please check your logs!"
+msgstr ""
+
+msgid "No contributions"
+msgstr ""
+
+msgid "No contributions were found"
+msgstr ""
+
+msgid "No credit card required."
+msgstr ""
+
+msgid "No data found"
+msgstr ""
+
+msgid "No data to display"
+msgstr ""
+
+msgid "No deployment platform available"
+msgstr ""
+
+msgid "No deployments found"
+msgstr ""
+
+msgid "No due date"
+msgstr ""
+
+msgid "No endpoint provided"
+msgstr ""
+
+msgid "No errors to display."
+msgstr ""
+
+msgid "No estimate or time spent"
+msgstr ""
+
+msgid "No file chosen"
+msgstr ""
+
+msgid "No file hooks found."
+msgstr ""
+
+msgid "No file selected"
+msgstr ""
+
+msgid "No files"
+msgstr ""
+
+msgid "No files found."
+msgstr ""
+
+msgid "No forks are available to you."
+msgstr ""
+
+msgid "No job log"
+msgstr ""
+
+msgid "No jobs to show"
+msgstr ""
+
+msgid "No labels with such name or description"
+msgstr ""
+
+msgid "No license. All rights reserved"
+msgstr ""
+
+msgid "No licenses found."
+msgstr ""
+
+msgid "No matching results"
+msgstr ""
+
+msgid "No merge requests found"
+msgstr ""
+
+msgid "No messages were logged"
+msgstr ""
+
+msgid "No milestones to show"
+msgstr ""
+
+msgid "No other labels with such name or description"
+msgstr ""
+
+msgid "No parent group"
+msgstr ""
+
+msgid "No pods available"
+msgstr ""
+
+msgid "No preview for this file type"
+msgstr ""
+
+msgid "No prioritized labels with such name or description"
+msgstr ""
+
+msgid "No public groups"
+msgstr ""
+
+msgid "No repository"
+msgstr ""
+
+msgid "No required pipeline"
+msgstr ""
+
+msgid "No runners found"
+msgstr ""
+
+msgid "No schedules"
+msgstr ""
+
+msgid "No starrers matched your search"
+msgstr ""
+
+msgid "No start date"
+msgstr ""
+
+msgid "No template"
+msgstr ""
+
+msgid "No value set by top-level parent group."
+msgstr ""
+
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
+msgid "No, directly import the existing email addresses and usernames."
+msgstr ""
+
+msgid "No, not interested right now"
+msgstr ""
+
+msgid "Nobody has starred this repository yet"
+msgstr ""
+
+msgid "Node was successfully created."
+msgstr ""
+
+msgid "Node was successfully updated."
+msgstr ""
+
+msgid "Nodes"
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "Not Implemented"
+msgstr ""
+
+msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
+msgstr ""
+
+msgid "Not available"
+msgstr ""
+
+msgid "Not available for private projects"
+msgstr ""
+
+msgid "Not available for protected branches"
+msgstr ""
+
+msgid "Not confidential"
+msgstr ""
+
+msgid "Not enough data"
+msgstr ""
+
+msgid "Not found."
+msgstr ""
+
+msgid "Not helpful"
+msgstr ""
+
+msgid "Not now"
+msgstr ""
+
+msgid "Not ready yet. Try again later."
+msgstr ""
+
+msgid "Not started"
+msgstr ""
+
+msgid "Note"
+msgstr ""
+
+msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "NoteForm|Note"
+msgstr ""
+
+msgid "Notes|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Notes|Collapse replies"
+msgstr ""
+
+msgid "Notes|Show all activity"
+msgstr ""
+
+msgid "Notes|Show comments only"
+msgstr ""
+
+msgid "Notes|Show history only"
+msgstr ""
+
+msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
+msgstr ""
+
+msgid "Nothing to preview."
+msgstr ""
+
+msgid "Notification events"
+msgstr ""
+
+msgid "Notification setting"
+msgstr ""
+
+msgid "Notification setting - %{notification_title}"
+msgstr ""
+
+msgid "Notification settings saved"
+msgstr ""
+
+msgid "NotificationEvent|Close issue"
+msgstr ""
+
+msgid "NotificationEvent|Close merge request"
+msgstr ""
+
+msgid "NotificationEvent|Failed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Merge merge request"
+msgstr ""
+
+msgid "NotificationEvent|New epic"
+msgstr ""
+
+msgid "NotificationEvent|New issue"
+msgstr ""
+
+msgid "NotificationEvent|New merge request"
+msgstr ""
+
+msgid "NotificationEvent|New note"
+msgstr ""
+
+msgid "NotificationEvent|New release"
+msgstr ""
+
+msgid "NotificationEvent|Reassign issue"
+msgstr ""
+
+msgid "NotificationEvent|Reassign merge request"
+msgstr ""
+
+msgid "NotificationEvent|Reopen issue"
+msgstr ""
+
+msgid "NotificationEvent|Successful pipeline"
+msgstr ""
+
+msgid "NotificationLevel|Custom"
+msgstr ""
+
+msgid "NotificationLevel|Disabled"
+msgstr ""
+
+msgid "NotificationLevel|Global"
+msgstr ""
+
+msgid "NotificationLevel|On mention"
+msgstr ""
+
+msgid "NotificationLevel|Participate"
+msgstr ""
+
+msgid "NotificationLevel|Watch"
+msgstr ""
+
+msgid "NotificationSetting|Custom"
+msgstr ""
+
+msgid "Notifications"
+msgstr ""
+
+msgid "Notifications have been disabled by the project or group owner"
+msgstr ""
+
+msgid "Notifications off"
+msgstr ""
+
+msgid "Notifications on"
+msgstr ""
+
+msgid "Nov"
+msgstr ""
+
+msgid "November"
+msgstr ""
+
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
+msgid "Number of Elasticsearch replicas"
+msgstr ""
+
+msgid "Number of Elasticsearch shards"
+msgstr ""
+
+msgid "Number of LOCs per commit"
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
+msgid "Number of commits per MR"
+msgstr ""
+
+msgid "Number of employees"
+msgstr ""
+
+msgid "Number of files touched"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Object Storage replication"
+msgstr ""
+
+msgid "Object does not exist on the server or you don't have permissions to access it"
+msgstr ""
+
+msgid "Oct"
+msgstr ""
+
+msgid "October"
+msgstr ""
+
+msgid "OfSearchInADropdown|Filter"
+msgstr ""
+
+msgid "Ok let's go"
+msgstr ""
+
+msgid "OmniAuth"
+msgstr ""
+
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
+msgid "Onboarding"
+msgstr ""
+
+msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
+msgstr ""
+
+msgid "Once removed, the fork relationship cannot be restored and you will no longer be able to send merge requests to the source."
+msgstr ""
+
+msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
+msgstr ""
+
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
+msgid "One more item"
+msgid_plural "%d more items"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "One or more groups that you don't have access to."
+msgstr ""
+
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
+msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your Google Code projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
+msgstr ""
+
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
+msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
+msgstr ""
+
+msgid "Only Project Members"
+msgstr ""
+
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
+msgid "Only admins"
+msgstr ""
+
+msgid "Only admins can delete project"
+msgstr ""
+
+msgid "Only mirror protected branches"
+msgstr ""
+
+msgid "Only policy:"
+msgstr ""
+
+msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign in."
+msgstr ""
+
+msgid "Only project members can comment."
+msgstr ""
+
+msgid "Only project members will be imported. Group members will be skipped."
+msgstr ""
+
+msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
+msgstr ""
+
+msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics."
+msgstr ""
+
+msgid "Oops, are you sure?"
+msgstr ""
+
+msgid "Open"
+msgstr ""
+
+msgid "Open Documentation"
+msgstr ""
+
+msgid "Open Selection"
+msgstr ""
+
+msgid "Open comment type dropdown"
+msgstr ""
+
+msgid "Open errors"
+msgstr ""
+
+msgid "Open in Xcode"
+msgstr ""
+
+msgid "Open in file view"
+msgstr ""
+
+msgid "Open issues"
+msgstr ""
+
+msgid "Open projects"
+msgstr ""
+
+msgid "Open raw"
+msgstr ""
+
+msgid "Open sidebar"
+msgstr ""
+
+msgid "Open source software to collaborate on code"
+msgstr ""
+
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
+msgid "Opened"
+msgstr ""
+
+msgid "Opened MR"
+msgstr ""
+
+msgid "Opened issues"
+msgstr ""
+
+msgid "OpenedNDaysAgo|Opened"
+msgstr ""
+
+msgid "Opens in a new window"
+msgstr ""
+
+msgid "Operation failed. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operations"
+msgstr ""
+
+msgid "Operations Dashboard"
+msgstr ""
+
+msgid "Operations Settings"
+msgstr ""
+
+msgid "OperationsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|Add projects"
+msgstr ""
+
+msgid "OperationsDashboard|More information"
+msgstr ""
+
+msgid "OperationsDashboard|Operations Dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses."
+msgstr ""
+
+msgid "Optional"
+msgstr ""
+
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how Google Code email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Options"
+msgstr ""
+
+msgid "Or you can choose one of the suggested colors below"
+msgstr ""
+
+msgid "Origin"
+msgstr ""
+
+msgid "Other Labels"
+msgstr ""
+
+msgid "Other information"
+msgstr ""
+
+msgid "Other merge requests block this MR"
+msgstr ""
+
+msgid "Other visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Outbound requests"
+msgstr ""
+
+msgid "Overview"
+msgstr ""
+
+msgid "Overwrite diverged branches"
+msgstr ""
+
+msgid "Owned by anyone"
+msgstr ""
+
+msgid "Owned by me"
+msgstr ""
+
+msgid "Owner"
+msgstr ""
+
+msgid "Package deleted successfully"
+msgstr ""
+
+msgid "Package information"
+msgstr ""
+
+msgid "Package was removed"
+msgstr ""
+
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
+msgid "PackageRegistry|Delete Package Version"
+msgstr ""
+
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
+msgid "PackageRegistry|There was a problem fetching the details for this package."
+msgstr ""
+
+msgid "PackageRegistry|Unable to load package"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
+msgid "Packages"
+msgstr ""
+
+msgid "Page not found"
+msgstr ""
+
+msgid "Page was successfully deleted"
+msgstr ""
+
+msgid "Pages"
+msgstr ""
+
+msgid "Pages Domain"
+msgstr ""
+
+msgid "Pages getting started guide"
+msgstr ""
+
+msgid "Pagination|Go to first page"
+msgstr ""
+
+msgid "Pagination|Go to last page"
+msgstr ""
+
+msgid "Pagination|Go to next page"
+msgstr ""
+
+msgid "Pagination|Go to previous page"
+msgstr ""
+
+msgid "Pagination|Last »"
+msgstr ""
+
+msgid "Pagination|Next ›"
+msgstr ""
+
+msgid "Pagination|« First"
+msgstr ""
+
+msgid "Pagination|‹ Prev"
+msgstr ""
+
+msgid "Parameter"
+msgstr ""
+
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
+msgid "Part of merge request changes"
+msgstr ""
+
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "Password (optional)"
+msgstr ""
+
+msgid "Password Policy Guidelines"
+msgstr ""
+
+msgid "Password authentication is unavailable."
+msgstr ""
+
+msgid "Password confirmation"
+msgstr ""
+
+msgid "Password successfully changed"
+msgstr ""
+
+msgid "Password was successfully updated. Please login with it"
+msgstr ""
+
+msgid "Past due"
+msgstr ""
+
+msgid "Past week"
+msgstr ""
+
+msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
+msgstr ""
+
+msgid "Paste epic link"
+msgstr ""
+
+msgid "Paste issue link"
+msgstr ""
+
+msgid "Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Don't use your private SSH key."
+msgstr ""
+
+msgid "Path"
+msgstr ""
+
+msgid "Path, transfer, remove"
+msgstr ""
+
+msgid "Path:"
+msgstr ""
+
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
+msgid "Pause"
+msgstr ""
+
+msgid "Pause replication"
+msgstr ""
+
+msgid "Paused Runners don't accept new jobs"
+msgstr ""
+
+msgid "Pending"
+msgstr ""
+
+msgid "People without permission will never get a notification and won't be able to comment."
+msgstr ""
+
+msgid "People without permission will never get a notification."
+msgstr ""
+
+msgid "Perform advanced options such as changing path, transferring, or removing the group."
+msgstr ""
+
+msgid "Perform common operations on GitLab project"
+msgstr ""
+
+msgid "Performance optimization"
+msgstr ""
+
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
+msgid "PerformanceBar|Gitaly calls"
+msgstr ""
+
+msgid "PerformanceBar|Redis calls"
+msgstr ""
+
+msgid "PerformanceBar|Rugged calls"
+msgstr ""
+
+msgid "PerformanceBar|SQL queries"
+msgstr ""
+
+msgid "PerformanceBar|trace"
+msgstr ""
+
+msgid "Permissions"
+msgstr ""
+
+msgid "Permissions Help"
+msgstr ""
+
+msgid "Permissions, LFS, 2FA"
+msgstr ""
+
+msgid "Personal Access Token"
+msgstr ""
+
+msgid "Personal project creation is not allowed. Please contact your administrator with questions"
+msgstr ""
+
+msgid "Phabricator Server Import"
+msgstr ""
+
+msgid "Phabricator Server URL"
+msgstr ""
+
+msgid "Phabricator Tasks"
+msgstr ""
+
+msgid "Pick a name"
+msgstr ""
+
+msgid "Pick a name for the application, and we'll give you a unique %{type} token."
+msgstr ""
+
+msgid "Pin code"
+msgstr ""
+
+msgid "Pipeline"
+msgstr ""
+
+msgid "Pipeline %{label}"
+msgstr ""
+
+msgid "Pipeline %{label} for \"%{dataTitle}\""
+msgstr ""
+
+msgid "Pipeline Schedule"
+msgstr ""
+
+msgid "Pipeline Schedules"
+msgstr ""
+
+msgid "Pipeline minutes quota"
+msgstr ""
+
+msgid "Pipeline quota"
+msgstr ""
+
+msgid "Pipeline subscriptions"
+msgstr ""
+
+msgid "Pipeline triggers"
+msgstr ""
+
+msgid "Pipeline: %{status}"
+msgstr ""
+
+msgid "PipelineCharts|Failed:"
+msgstr ""
+
+msgid "PipelineCharts|Overall statistics"
+msgstr ""
+
+msgid "PipelineCharts|Success ratio:"
+msgstr ""
+
+msgid "PipelineCharts|Successful:"
+msgstr ""
+
+msgid "PipelineCharts|Total:"
+msgstr ""
+
+msgid "PipelineSchedules|Activated"
+msgstr ""
+
+msgid "PipelineSchedules|Active"
+msgstr ""
+
+msgid "PipelineSchedules|All"
+msgstr ""
+
+msgid "PipelineSchedules|Inactive"
+msgstr ""
+
+msgid "PipelineSchedules|Next Run"
+msgstr ""
+
+msgid "PipelineSchedules|None"
+msgstr ""
+
+msgid "PipelineSchedules|Provide a short description for this pipeline"
+msgstr ""
+
+msgid "PipelineSchedules|Take ownership"
+msgstr ""
+
+msgid "PipelineSchedules|Target"
+msgstr ""
+
+msgid "PipelineSchedules|Variables"
+msgstr ""
+
+msgid "PipelineSheduleIntervalPattern|Custom"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
+msgstr ""
+
+msgid "Pipelines"
+msgstr ""
+
+msgid "Pipelines charts"
+msgstr ""
+
+msgid "Pipelines emails"
+msgstr ""
+
+msgid "Pipelines for last month"
+msgstr ""
+
+msgid "Pipelines for last week"
+msgstr ""
+
+msgid "Pipelines for last year"
+msgstr ""
+
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
+msgstr ""
+
+msgid "Pipelines settings for '%{project_name}' were successfully updated."
+msgstr ""
+
+msgid "Pipelines| to purchase more minutes."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has exceeded its pipeline minutes quota."
+msgstr ""
+
+msgid "Pipelines|%{namespace_name} has less than %{notification_level}%% of CI minutes available."
+msgstr ""
+
+msgid "Pipelines|API"
+msgstr ""
+
+msgid "Pipelines|Build with confidence"
+msgstr ""
+
+msgid "Pipelines|CI Lint"
+msgstr ""
+
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
+msgid "Pipelines|Clear Runner Caches"
+msgstr ""
+
+msgid "Pipelines|Continuous Integration can help catch bugs by running your tests automatically, while Continuous Deployment can help you deliver code to your product environment."
+msgstr ""
+
+msgid "Pipelines|Get started with Pipelines"
+msgstr ""
+
+msgid "Pipelines|Loading Pipelines"
+msgstr ""
+
+msgid "Pipelines|Pipelines will not run anymore on shared Runners."
+msgstr ""
+
+msgid "Pipelines|Project cache successfully reset."
+msgstr ""
+
+msgid "Pipelines|Run Pipeline"
+msgstr ""
+
+msgid "Pipelines|Something went wrong while cleaning runners cache."
+msgstr ""
+
+msgid "Pipelines|There are currently no %{scope} pipelines."
+msgstr ""
+
+msgid "Pipelines|There are currently no pipelines."
+msgstr ""
+
+msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
+msgid "Pipelines|This project is not currently set up to run pipelines."
+msgstr ""
+
+msgid "Pipelines|parent"
+msgstr ""
+
+msgid "Pipeline|Commit"
+msgstr ""
+
+msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation.%{linkEnd}"
+msgstr ""
+
+msgid "Pipeline|Coverage"
+msgstr ""
+
+msgid "Pipeline|Detached merge request pipeline"
+msgstr ""
+
+msgid "Pipeline|Duration"
+msgstr ""
+
+msgid "Pipeline|Existing branch name or tag"
+msgstr ""
+
+msgid "Pipeline|Key"
+msgstr ""
+
+msgid "Pipeline|Merge train pipeline"
+msgstr ""
+
+msgid "Pipeline|Merged result pipeline"
+msgstr ""
+
+msgid "Pipeline|Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run for"
+msgstr ""
+
+msgid "Pipeline|Search branches"
+msgstr ""
+
+msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default."
+msgstr ""
+
+msgid "Pipeline|Stages"
+msgstr ""
+
+msgid "Pipeline|Status"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline #%{pipelineId}?"
+msgstr ""
+
+msgid "Pipeline|Triggerer"
+msgstr ""
+
+msgid "Pipeline|Value"
+msgstr ""
+
+msgid "Pipeline|Variables"
+msgstr ""
+
+msgid "Pipeline|You’re about to stop pipeline %{pipelineId}."
+msgstr ""
+
+msgid "Pipeline|all"
+msgstr ""
+
+msgid "Pipeline|for"
+msgstr ""
+
+msgid "Pipeline|on"
+msgstr ""
+
+msgid "Pipeline|success"
+msgstr ""
+
+msgid "Pipeline|with stage"
+msgstr ""
+
+msgid "Pipeline|with stages"
+msgstr ""
+
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgstr ""
+
+msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgstr ""
+
+msgid "Plain diff"
+msgstr ""
+
+msgid "PlantUML"
+msgstr ""
+
+msgid "Play"
+msgstr ""
+
+msgid "Play all manual"
+msgstr ""
+
+msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
+msgstr ""
+
+msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
+msgstr ""
+
+msgid "Please accept the Terms of Service before continuing."
+msgstr ""
+
+msgid "Please add a comment in the text area above"
+msgstr ""
+
+msgid "Please add a list to your board first"
+msgstr ""
+
+msgid "Please check the configuration file for this chart"
+msgstr ""
+
+msgid "Please check the configuration file to ensure that a collection of charts has been declared."
+msgstr ""
+
+msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
+msgstr ""
+
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr ""
+
+msgid "Please choose a group URL with no special characters."
+msgstr ""
+
+msgid "Please complete your profile with email address"
+msgstr ""
+
+msgid "Please convert them to %{link_to_git}, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please convert them to Git on Google Code, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please create a password for your new account."
+msgstr ""
+
+msgid "Please create a username with only alphanumeric characters."
+msgstr ""
+
+msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please enter a non-negative number"
+msgstr ""
+
+msgid "Please enter a number greater than %{number} (from the project settings)"
+msgstr ""
+
+msgid "Please enter a valid number"
+msgstr ""
+
+msgid "Please enter or upload a license."
+msgstr ""
+
+msgid "Please fill in a descriptive name for your group."
+msgstr ""
+
+msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access."
+msgstr ""
+
+msgid "Please provide a name"
+msgstr ""
+
+msgid "Please provide a valid email address."
+msgstr ""
+
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
+msgid "Please retype the email address."
+msgstr ""
+
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
+msgid "Please select a file"
+msgstr ""
+
+msgid "Please select a group."
+msgstr ""
+
+msgid "Please select and add a member"
+msgstr ""
+
+msgid "Please select at least one filter to see results"
+msgstr ""
+
+msgid "Please set a new password before proceeding."
+msgstr ""
+
+msgid "Please solve the reCAPTCHA"
+msgstr ""
+
+msgid "Please try again"
+msgstr ""
+
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
+msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
+msgstr ""
+
+msgid "Please use this form to report to the admin users who create spam issues, comments or behave inappropriately."
+msgstr ""
+
+msgid "Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "Please wait while we connect to your repository. Refresh at will."
+msgstr ""
+
+msgid "Please wait while we import the repository for you. Refresh at will."
+msgstr ""
+
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
+msgid "Pods in use"
+msgstr ""
+
+msgid "Preferences"
+msgstr ""
+
+msgid "Preferences saved."
+msgstr ""
+
+msgid "Preferences|Behavior"
+msgstr ""
+
+msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout."
+msgstr ""
+
+msgid "Preferences|Choose what content you want to see on a project’s overview page."
+msgstr ""
+
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgstr ""
+
+msgid "Preferences|Default dashboard"
+msgstr ""
+
+msgid "Preferences|Display time in 24-hour format"
+msgstr ""
+
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
+msgid "Preferences|For example: 30 mins ago."
+msgstr ""
+
+msgid "Preferences|Integrations"
+msgstr ""
+
+msgid "Preferences|Layout width"
+msgstr ""
+
+msgid "Preferences|Navigation theme"
+msgstr ""
+
+msgid "Preferences|Project overview content"
+msgstr ""
+
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
+msgstr ""
+
+msgid "Preferences|Syntax highlighting theme"
+msgstr ""
+
+msgid "Preferences|These settings will update how dates and times are displayed for you."
+msgstr ""
+
+msgid "Preferences|This feature is experimental and translations are not complete yet"
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the appearance of the syntax."
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views."
+msgstr ""
+
+msgid "Preferences|Time display"
+msgstr ""
+
+msgid "Preferences|Time format"
+msgstr ""
+
+msgid "Preferences|Time preferences"
+msgstr ""
+
+msgid "Preferences|Use relative times"
+msgstr ""
+
+msgid "Press %{key}-C to copy"
+msgstr ""
+
+msgid "Prevent adding new members to project membership within this group"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request author"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request committers"
+msgstr ""
+
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
+msgid "Preview"
+msgstr ""
+
+msgid "Preview Markdown"
+msgstr ""
+
+msgid "Preview changes"
+msgstr ""
+
+msgid "Preview payload"
+msgstr ""
+
+msgid "Previous Artifacts"
+msgstr ""
+
+msgid "Previous file in diff (MRs only)"
+msgstr ""
+
+msgid "Previous unresolved discussion (MRs only)"
+msgstr ""
+
+msgid "Primary"
+msgstr ""
+
+msgid "Prioritize"
+msgstr ""
+
+msgid "Prioritize label"
+msgstr ""
+
+msgid "Prioritized Labels"
+msgstr ""
+
+msgid "Prioritized label"
+msgstr ""
+
+msgid "Private"
+msgstr ""
+
+msgid "Private - Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Private - The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "Private group(s)"
+msgstr ""
+
+msgid "Private profile"
+msgstr ""
+
+msgid "Private projects can be created in your personal namespace with:"
+msgstr ""
+
+msgid "Proceed"
+msgstr ""
+
+msgid "Productivity Analytics"
+msgstr ""
+
+msgid "Productivity analytics can help identify the problems that are delaying your team"
+msgstr ""
+
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Ascending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
+msgid "ProductivityAnalytics|Days to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Descending"
+msgstr ""
+
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
+msgid "Profile"
+msgstr ""
+
+msgid "Profile Settings"
+msgstr ""
+
+msgid "ProfileSession|on"
+msgstr ""
+
+msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
+msgstr ""
+
+msgid "Profiles|@username"
+msgstr ""
+
+msgid "Profiles|Account scheduled for removal."
+msgstr ""
+
+msgid "Profiles|Activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Active"
+msgstr ""
+
+msgid "Profiles|Add key"
+msgstr ""
+
+msgid "Profiles|Add status emoji"
+msgstr ""
+
+msgid "Profiles|Avatar cropper"
+msgstr ""
+
+msgid "Profiles|Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Profiles|Bio"
+msgstr ""
+
+msgid "Profiles|Change username"
+msgstr ""
+
+msgid "Profiles|Changing your username can have unintended side effects."
+msgstr ""
+
+msgid "Profiles|Choose file..."
+msgstr ""
+
+msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information"
+msgstr ""
+
+msgid "Profiles|City, country"
+msgstr ""
+
+msgid "Profiles|Clear status"
+msgstr ""
+
+msgid "Profiles|Click on icon to activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Commit email"
+msgstr ""
+
+msgid "Profiles|Connect"
+msgstr ""
+
+msgid "Profiles|Connected Accounts"
+msgstr ""
+
+msgid "Profiles|Current path: %{path}"
+msgstr ""
+
+msgid "Profiles|Current status"
+msgstr ""
+
+msgid "Profiles|Default notification email"
+msgstr ""
+
+msgid "Profiles|Delete Account"
+msgstr ""
+
+msgid "Profiles|Delete account"
+msgstr ""
+
+msgid "Profiles|Delete your account?"
+msgstr ""
+
+msgid "Profiles|Deleting an account has the following effects:"
+msgstr ""
+
+msgid "Profiles|Disconnect"
+msgstr ""
+
+msgid "Profiles|Do not show on profile"
+msgstr ""
+
+msgid "Profiles|Don't display activity-related personal information on your profiles"
+msgstr ""
+
+msgid "Profiles|Edit Profile"
+msgstr ""
+
+msgid "Profiles|Enter your name, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Feed token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Full name"
+msgstr ""
+
+msgid "Profiles|Impersonation"
+msgstr ""
+
+msgid "Profiles|Include private contributions on my profile"
+msgstr ""
+
+msgid "Profiles|Incoming email token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
+msgstr ""
+
+msgid "Profiles|Invalid password"
+msgstr ""
+
+msgid "Profiles|Invalid username"
+msgstr ""
+
+msgid "Profiles|Key"
+msgstr ""
+
+msgid "Profiles|Learn more"
+msgstr ""
+
+msgid "Profiles|Location"
+msgstr ""
+
+msgid "Profiles|Made a private contribution"
+msgstr ""
+
+msgid "Profiles|Main settings"
+msgstr ""
+
+msgid "Profiles|No file chosen"
+msgstr ""
+
+msgid "Profiles|Notification email"
+msgstr ""
+
+msgid "Profiles|Organization"
+msgstr ""
+
+msgid "Profiles|Path"
+msgstr ""
+
+msgid "Profiles|Personal Access"
+msgstr ""
+
+msgid "Profiles|Position and size your new avatar"
+msgstr ""
+
+msgid "Profiles|Primary email"
+msgstr ""
+
+msgid "Profiles|Private contributions"
+msgstr ""
+
+msgid "Profiles|Profile was successfully updated"
+msgstr ""
+
+msgid "Profiles|Public Avatar"
+msgstr ""
+
+msgid "Profiles|Public email"
+msgstr ""
+
+msgid "Profiles|Remove avatar"
+msgstr ""
+
+msgid "Profiles|Set new profile picture"
+msgstr ""
+
+msgid "Profiles|Social sign-in"
+msgstr ""
+
+msgid "Profiles|Some options are unavailable for LDAP accounts"
+msgstr ""
+
+msgid "Profiles|Static object token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Tell us about yourself in fewer than 250 characters"
+msgstr ""
+
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
+msgid "Profiles|The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it?"
+msgstr ""
+
+msgid "Profiles|This email will be displayed on your public profile"
+msgstr ""
+
+msgid "Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}"
+msgstr ""
+
+msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
+msgstr ""
+
+msgid "Profiles|This information will appear on your profile"
+msgstr ""
+
+msgid "Profiles|Time settings"
+msgstr ""
+
+msgid "Profiles|Two-Factor Authentication"
+msgstr ""
+
+msgid "Profiles|Type your %{confirmationValue} to confirm:"
+msgstr ""
+
+msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
+msgstr ""
+
+msgid "Profiles|Update profile settings"
+msgstr ""
+
+msgid "Profiles|Update username"
+msgstr ""
+
+msgid "Profiles|Upload new avatar"
+msgstr ""
+
+msgid "Profiles|Use a private email - %{email}"
+msgstr ""
+
+msgid "Profiles|User ID"
+msgstr ""
+
+msgid "Profiles|Username change failed - %{message}"
+msgstr ""
+
+msgid "Profiles|Username successfully changed"
+msgstr ""
+
+msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead"
+msgstr ""
+
+msgid "Profiles|What's your status?"
+msgstr ""
+
+msgid "Profiles|Who you represent or work for"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here or remove the current avatar to revert to %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You can set your current timezone here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here or change it at %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You don't have access to delete this user."
+msgstr ""
+
+msgid "Profiles|You must transfer ownership or delete these groups before you can delete your account."
+msgstr ""
+
+msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename"
+msgstr ""
+
+msgid "Profiles|Your account is currently an owner in these groups:"
+msgstr ""
+
+msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your name was automatically set based on your %{provider_label} account, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Your status"
+msgstr ""
+
+msgid "Profiles|e.g. My MacBook key"
+msgstr ""
+
+msgid "Profiles|impersonation"
+msgstr ""
+
+msgid "Profiles|personal access"
+msgstr ""
+
+msgid "Profiles|username"
+msgstr ""
+
+msgid "Profiles|website.com"
+msgstr ""
+
+msgid "Profiles|your account"
+msgstr ""
+
+msgid "Profiling - Performance bar"
+msgstr ""
+
+msgid "Programming languages used in this repository"
+msgstr ""
+
+msgid "Progress"
+msgstr ""
+
+msgid "Project"
+msgstr ""
+
+msgid "Project \"%{name}\" is no longer available. Select another project to continue."
+msgstr ""
+
+msgid "Project %{project_repo} could not be found"
+msgstr ""
+
+msgid "Project '%{project_name}' is being imported."
+msgstr ""
+
+msgid "Project '%{project_name}' is in the process of being deleted."
+msgstr ""
+
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
+msgid "Project '%{project_name}' queued for deletion."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully created."
+msgstr ""
+
+msgid "Project '%{project_name}' was successfully updated."
+msgstr ""
+
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
+msgid "Project Badges"
+msgstr ""
+
+msgid "Project Files"
+msgstr ""
+
+msgid "Project Hooks"
+msgstr ""
+
+msgid "Project ID"
+msgstr ""
+
+msgid "Project URL"
+msgstr ""
+
+msgid "Project access must be granted explicitly to each user."
+msgstr ""
+
+msgid "Project already deleted"
+msgstr ""
+
+msgid "Project and wiki repositories"
+msgstr ""
+
+msgid "Project avatar"
+msgstr ""
+
+msgid "Project cannot be shared with the group it is in or one of its ancestors."
+msgstr ""
+
+msgid "Project configuration, including services"
+msgstr ""
+
+msgid "Project description (optional)"
+msgstr ""
+
+msgid "Project details"
+msgstr ""
+
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
+msgid "Project export could not be deleted."
+msgstr ""
+
+msgid "Project export enabled"
+msgstr ""
+
+msgid "Project export has been deleted."
+msgstr ""
+
+msgid "Project export link has expired. Please generate a new export from your project settings."
+msgstr ""
+
+msgid "Project export started. A download link will be sent by email."
+msgstr ""
+
+msgid "Project has too many %{label_for_message} to search"
+msgstr ""
+
+msgid "Project members"
+msgstr ""
+
+msgid "Project name"
+msgstr ""
+
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
+msgid "Project slug"
+msgstr ""
+
+msgid "Project uploads"
+msgstr ""
+
+msgid "Project visibility level will be changed to match namespace rules when transferring to a group."
+msgstr ""
+
+msgid "Project: %{name}"
+msgstr ""
+
+msgid "ProjectActivityRSS|Subscribe"
+msgstr ""
+
+msgid "ProjectCreationLevel|Allowed to create projects"
+msgstr ""
+
+msgid "ProjectCreationLevel|Default project creation protection"
+msgstr ""
+
+msgid "ProjectCreationLevel|Developers + Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|Maintainers"
+msgstr ""
+
+msgid "ProjectCreationLevel|No one"
+msgstr ""
+
+msgid "ProjectFileTree|Name"
+msgstr ""
+
+msgid "ProjectLastActivity|Never"
+msgstr ""
+
+msgid "ProjectLifecycle|Stage"
+msgstr ""
+
+msgid "ProjectOverview|Fork"
+msgstr ""
+
+msgid "ProjectOverview|Forks"
+msgstr ""
+
+msgid "ProjectOverview|Go to your fork"
+msgstr ""
+
+msgid "ProjectOverview|Star"
+msgstr ""
+
+msgid "ProjectOverview|Starrer"
+msgstr ""
+
+msgid "ProjectOverview|Starrers"
+msgstr ""
+
+msgid "ProjectOverview|Unstar"
+msgstr ""
+
+msgid "ProjectOverview|You have reached your project limit"
+msgstr ""
+
+msgid "ProjectOverview|You must sign in to star a project"
+msgstr ""
+
+msgid "ProjectPage|Project ID: %{project_id}"
+msgstr ""
+
+msgid "ProjectSelect| or group"
+msgstr ""
+
+msgid "ProjectSelect|Search for project"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status off"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status on"
+msgstr ""
+
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
+msgid "ProjectService|Integrations"
+msgstr ""
+
+msgid "ProjectService|Last edit"
+msgstr ""
+
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr ""
+
+msgid "ProjectService|Project services"
+msgstr ""
+
+msgid "ProjectService|Project services allow you to integrate GitLab with other applications"
+msgstr ""
+
+msgid "ProjectService|Service"
+msgstr ""
+
+msgid "ProjectService|Services"
+msgstr ""
+
+msgid "ProjectService|Settings"
+msgstr ""
+
+msgid "ProjectService|To set up this service:"
+msgstr ""
+
+msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed"
+msgstr ""
+
+msgid "ProjectSettings|All discussions must be resolved"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
+msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
+msgstr ""
+
+msgid "ProjectSettings|Badges"
+msgstr ""
+
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
+
+msgid "ProjectSettings|Contact an admin to change this setting."
+msgstr ""
+
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
+msgid "ProjectSettings|Customize your project badges."
+msgstr ""
+
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
+msgid "ProjectSettings|Every merge creates a merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
+msgid "ProjectSettings|Failed to protect the tag"
+msgstr ""
+
+msgid "ProjectSettings|Failed to update tag!"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merge"
+msgstr ""
+
+msgid "ProjectSettings|Fast-forward merges only"
+msgstr ""
+
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
+msgid "ProjectSettings|Learn more about badges."
+msgstr ""
+
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
+msgid "ProjectSettings|Merge checks"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit with semi-linear history"
+msgstr ""
+
+msgid "ProjectSettings|Merge method"
+msgstr ""
+
+msgid "ProjectSettings|Merge options"
+msgstr ""
+
+msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
+msgid "ProjectSettings|No merge commits are created"
+msgstr ""
+
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
+msgid "ProjectSettings|Only signed commits can be pushed to this repository."
+msgstr ""
+
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines must succeed"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
+msgstr ""
+
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
+msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
+msgstr ""
+
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
+msgid "ProjectSettings|These checks must pass before merge requests can be merged"
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level but has been overridden for this project."
+msgstr ""
+
+msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
+msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
+msgstr ""
+
+msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
+msgstr ""
+
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
+msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
+msgstr ""
+
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
+msgid "ProjectTemplates|.NET Core"
+msgstr ""
+
+msgid "ProjectTemplates|Android"
+msgstr ""
+
+msgid "ProjectTemplates|Go Micro"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Netlify/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|NodeJS Express"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/GitBook"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hexo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Hugo"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Jekyll"
+msgstr ""
+
+msgid "ProjectTemplates|Pages/Plain HTML"
+msgstr ""
+
+msgid "ProjectTemplates|Ruby on Rails"
+msgstr ""
+
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
+msgid "ProjectTemplates|Spring"
+msgstr ""
+
+msgid "ProjectTemplates|iOS (Swift)"
+msgstr ""
+
+msgid "Projects"
+msgstr ""
+
+msgid "Projects (%{count})"
+msgstr ""
+
+msgid "Projects Successfully Retrieved"
+msgstr ""
+
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
+msgid "Projects shared with %{group_name}"
+msgstr ""
+
+msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group."
+msgstr ""
+
+msgid "Projects to index"
+msgstr ""
+
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
+msgid "Projects with write access"
+msgstr ""
+
+msgid "ProjectsDropdown|Frequently visited"
+msgstr ""
+
+msgid "ProjectsDropdown|Loading projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Projects you visit often will appear here"
+msgstr ""
+
+msgid "ProjectsDropdown|Search your projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "ProjectsDropdown|Sorry, no projects matched your search"
+msgstr ""
+
+msgid "ProjectsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
+msgstr ""
+
+msgid "ProjectsNew|Blank"
+msgstr ""
+
+msgid "ProjectsNew|Blank project"
+msgstr ""
+
+msgid "ProjectsNew|Contact an administrator to enable options for importing your project."
+msgstr ""
+
+msgid "ProjectsNew|Create from template"
+msgstr ""
+
+msgid "ProjectsNew|Creating project & repository."
+msgstr ""
+
+msgid "ProjectsNew|Description format"
+msgstr ""
+
+msgid "ProjectsNew|Import"
+msgstr ""
+
+msgid "ProjectsNew|Import project"
+msgstr ""
+
+msgid "ProjectsNew|Initialize repository with a README"
+msgstr ""
+
+msgid "ProjectsNew|No import options available"
+msgstr ""
+
+msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
+msgstr ""
+
+msgid "ProjectsNew|Template"
+msgstr ""
+
+msgid "ProjectsNew|Visibility Level"
+msgstr ""
+
+msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
+msgstr ""
+
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr ""
+
+msgid "PrometheusAlerts|Add alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Edit alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error creating alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error deleting alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error fetching alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error saving alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Operator"
+msgstr ""
+
+msgid "PrometheusAlerts|Select query"
+msgstr ""
+
+msgid "PrometheusAlerts|Threshold"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgstr ""
+
+msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgstr ""
+
+msgid "PrometheusService|Active"
+msgstr ""
+
+msgid "PrometheusService|Auto configuration"
+msgstr ""
+
+msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments"
+msgstr ""
+
+msgid "PrometheusService|Common metrics"
+msgstr ""
+
+msgid "PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters."
+msgstr ""
+
+msgid "PrometheusService|Custom metrics"
+msgstr ""
+
+msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
+msgstr ""
+
+msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
+msgstr ""
+
+msgid "PrometheusService|Finding and configuring metrics..."
+msgstr ""
+
+msgid "PrometheusService|Finding custom metrics..."
+msgstr ""
+
+msgid "PrometheusService|Install Prometheus on clusters"
+msgstr ""
+
+msgid "PrometheusService|Manage clusters"
+msgstr ""
+
+msgid "PrometheusService|Manual configuration"
+msgstr ""
+
+msgid "PrometheusService|Metrics"
+msgstr ""
+
+msgid "PrometheusService|Missing environment variable"
+msgstr ""
+
+msgid "PrometheusService|More information"
+msgstr ""
+
+msgid "PrometheusService|New metric"
+msgstr ""
+
+msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
+msgstr ""
+
+msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
+msgstr ""
+
+msgid "PrometheusService|Prometheus is being automatically managed on your clusters"
+msgstr ""
+
+msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment"
+msgstr ""
+
+msgid "PrometheusService|Time-series monitoring service"
+msgstr ""
+
+msgid "PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters"
+msgstr ""
+
+msgid "PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below"
+msgstr ""
+
+msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
+msgstr ""
+
+msgid "Promote"
+msgstr ""
+
+msgid "Promote confidential issue to a non-confidential epic"
+msgstr ""
+
+msgid "Promote issue to an epic"
+msgstr ""
+
+msgid "Promote these project milestones into a group milestone."
+msgstr ""
+
+msgid "Promote to Group Milestone"
+msgstr ""
+
+msgid "Promote to group label"
+msgstr ""
+
+msgid "PromoteMilestone|Only project milestones can be promoted."
+msgstr ""
+
+msgid "PromoteMilestone|Project does not belong to a group."
+msgstr ""
+
+msgid "PromoteMilestone|Promotion failed - %{message}"
+msgstr ""
+
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
+msgid "Promoted issue to an epic."
+msgstr ""
+
+msgid "Promotions|Don't show me this again"
+msgstr ""
+
+msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
+msgstr ""
+
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
+msgid "Promotions|This feature is locked."
+msgstr ""
+
+msgid "Promotions|Upgrade plan"
+msgstr ""
+
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
+msgid "Prompt users to upload SSH keys"
+msgstr ""
+
+msgid "Protected"
+msgstr ""
+
+msgid "Protected Branch"
+msgstr ""
+
+msgid "Protected Environment"
+msgstr ""
+
+msgid "Protected Environments"
+msgstr ""
+
+msgid "Protected Paths"
+msgstr ""
+
+msgid "Protected Tag"
+msgstr ""
+
+msgid "Protected branches"
+msgstr ""
+
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
+msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
+msgstr ""
+
+msgid "ProtectedEnvironment|Allowed to deploy"
+msgstr ""
+
+msgid "ProtectedEnvironment|Environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
+msgstr ""
+
+msgid "ProtectedEnvironment|Select an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
+msgstr ""
+
+msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
+msgstr ""
+
+msgid "ProtectedEnvironment|Unprotect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment can't be unprotected"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been protected."
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been unprotected"
+msgstr ""
+
+msgid "Protip:"
+msgstr ""
+
+msgid "Provider"
+msgstr ""
+
+msgid "Pseudonymizer data collection"
+msgstr ""
+
+msgid "Public"
+msgstr ""
+
+msgid "Public - The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "Public - The project can be accessed without any authentication."
+msgstr ""
+
+msgid "Public Access Help"
+msgstr ""
+
+msgid "Public deploy keys (%{deploy_keys_count})"
+msgstr ""
+
+msgid "Public pipelines"
+msgstr ""
+
+msgid "Pull"
+msgstr ""
+
+msgid "Purchase more minutes"
+msgstr ""
+
+msgid "Push"
+msgstr ""
+
+msgid "Push Rule updated successfully."
+msgstr ""
+
+msgid "Push Rules"
+msgstr ""
+
+msgid "Push Rules updated successfully."
+msgstr ""
+
+msgid "Push an existing Git repository"
+msgstr ""
+
+msgid "Push an existing folder"
+msgstr ""
+
+msgid "Push events"
+msgstr ""
+
+msgid "Push project from command line"
+msgstr ""
+
+msgid "Push to create a project"
+msgstr ""
+
+msgid "PushRule|Committer restriction"
+msgstr ""
+
+msgid "Pushed"
+msgstr ""
+
+msgid "Pushes"
+msgstr ""
+
+msgid "PushoverService|%{user_name} deleted branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} push to branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|High Priority"
+msgstr ""
+
+msgid "PushoverService|Leave blank for all active devices"
+msgstr ""
+
+msgid "PushoverService|Low Priority"
+msgstr ""
+
+msgid "PushoverService|Lowest Priority"
+msgstr ""
+
+msgid "PushoverService|Normal Priority"
+msgstr ""
+
+msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
+msgstr ""
+
+msgid "PushoverService|See project %{project_full_name}"
+msgstr ""
+
+msgid "PushoverService|Total commits count: %{total_commits_count}"
+msgstr ""
+
+msgid "PushoverService|Your application key"
+msgstr ""
+
+msgid "PushoverService|Your user key"
+msgstr ""
+
+msgid "Quarters"
+msgstr ""
+
+msgid "Query"
+msgstr ""
+
+msgid "Query cannot be processed"
+msgstr ""
+
+msgid "Query is valid"
+msgstr ""
+
+msgid "Quick actions can be used in the issues description and comment boxes."
+msgstr ""
+
+msgid "Quick range"
+msgstr ""
+
+msgid "README"
+msgstr ""
+
+msgid "Rake Tasks Help"
+msgstr ""
+
+msgid "Raw blob request rate limit per minute"
+msgstr ""
+
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
+msgid "Read more"
+msgstr ""
+
+msgid "Read more about environments"
+msgstr ""
+
+msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
+msgstr ""
+
+msgid "Read more about related issues"
+msgstr ""
+
+msgid "Real-time features"
+msgstr ""
+
+msgid "Rebase"
+msgstr ""
+
+msgid "Rebase in progress"
+msgstr ""
+
+msgid "Receive alerts from manually configured Prometheus servers."
+msgstr ""
+
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
+msgid "Receive notifications about your own activity"
+msgstr ""
+
+msgid "Recent"
+msgstr ""
+
+msgid "Recent Activity"
+msgstr ""
+
+msgid "Recent Project Activity"
+msgstr ""
+
+msgid "Recent Searches Service is unavailable"
+msgstr ""
+
+msgid "Recent searches"
+msgstr ""
+
+msgid "Recipe"
+msgstr ""
+
+msgid "Recovery Codes"
+msgstr ""
+
+msgid "Redirect to SAML provider to test configuration"
+msgstr ""
+
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
+msgid "Reference:"
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "Refreshing in a second to show the updated status..."
+msgid_plural "Refreshing in %d seconds to show the updated status..."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Regenerate instance ID"
+msgstr ""
+
+msgid "Regenerate key"
+msgstr ""
+
+msgid "Regenerate recovery codes"
+msgstr ""
+
+msgid "Regenerating the instance ID can break integration depending on the client you are using."
+msgstr ""
+
+msgid "Regex pattern"
+msgstr ""
+
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
+msgid "Register"
+msgstr ""
+
+msgid "Register / Sign In"
+msgstr ""
+
+msgid "Register Two-Factor Authenticator"
+msgstr ""
+
+msgid "Register U2F device"
+msgstr ""
+
+msgid "Register Universal Two-Factor (U2F) Device"
+msgstr ""
+
+msgid "Register for GitLab"
+msgstr ""
+
+msgid "Register now"
+msgstr ""
+
+msgid "Register with two-factor app"
+msgstr ""
+
+msgid "Registration"
+msgstr ""
+
+msgid "Related Deployed Jobs"
+msgstr ""
+
+msgid "Related Issues"
+msgstr ""
+
+msgid "Related Jobs"
+msgstr ""
+
+msgid "Related Merge Requests"
+msgstr ""
+
+msgid "Related Merged Requests"
+msgstr ""
+
+msgid "Related issues"
+msgstr ""
+
+msgid "Related merge requests"
+msgstr ""
+
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
+msgid "Releases"
+msgstr ""
+
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr ""
+
+msgid "Remember me"
+msgstr ""
+
+msgid "Remind later"
+msgstr ""
+
+msgid "Remote object has no absolute path."
+msgstr ""
+
+msgid "Remove"
+msgstr ""
+
+msgid "Remove %{displayReference}"
+msgstr ""
+
+msgid "Remove Runner"
+msgstr ""
+
+msgid "Remove Zoom meeting"
+msgstr ""
+
+msgid "Remove all approvals in a merge request when new commits are pushed to its source branch"
+msgstr ""
+
+msgid "Remove all or specific assignee(s)"
+msgstr ""
+
+msgid "Remove all or specific label(s)"
+msgstr ""
+
+msgid "Remove approvers"
+msgstr ""
+
+msgid "Remove approvers?"
+msgstr ""
+
+msgid "Remove assignee"
+msgstr ""
+
+msgid "Remove avatar"
+msgstr ""
+
+msgid "Remove card"
+msgstr ""
+
+msgid "Remove child epic from an epic"
+msgstr ""
+
+msgid "Remove due date"
+msgstr ""
+
+msgid "Remove fork relationship"
+msgstr ""
+
+msgid "Remove from board"
+msgstr ""
+
+msgid "Remove from epic"
+msgstr ""
+
+msgid "Remove group"
+msgstr ""
+
+msgid "Remove milestone"
+msgstr ""
+
+msgid "Remove node"
+msgstr ""
+
+msgid "Remove parent epic from an epic"
+msgstr ""
+
+msgid "Remove primary node"
+msgstr ""
+
+msgid "Remove priority"
+msgstr ""
+
+msgid "Remove project"
+msgstr ""
+
+msgid "Remove secondary node"
+msgstr ""
+
+msgid "Remove spent time"
+msgstr ""
+
+msgid "Remove stage"
+msgstr ""
+
+msgid "Remove time estimate"
+msgstr ""
+
+msgid "Removed"
+msgstr ""
+
+msgid "Removed %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removed %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removed %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removed %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removed %{type} with id %{id}"
+msgstr ""
+
+msgid "Removed all labels."
+msgstr ""
+
+msgid "Removed an issue from an epic."
+msgstr ""
+
+msgid "Removed group can not be restored!"
+msgstr ""
+
+msgid "Removed parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removed projects cannot be restored!"
+msgstr ""
+
+msgid "Removed spent time."
+msgstr ""
+
+msgid "Removed the due date."
+msgstr ""
+
+msgid "Removed time estimate."
+msgstr ""
+
+msgid "Removes %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removes %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removes %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removes %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removes all labels."
+msgstr ""
+
+msgid "Removes an issue from an epic."
+msgstr ""
+
+msgid "Removes parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removes spent time."
+msgstr ""
+
+msgid "Removes the due date."
+msgstr ""
+
+msgid "Removes time estimate."
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
+msgid "Removing group will cause all child projects and resources to be removed."
+msgstr ""
+
+msgid "Removing license…"
+msgstr ""
+
+msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
+msgid "Rename"
+msgstr ""
+
+msgid "Rename file"
+msgstr ""
+
+msgid "Rename folder"
+msgstr ""
+
+msgid "Reopen epic"
+msgstr ""
+
+msgid "Reopen milestone"
+msgstr ""
+
+msgid "Reopen this %{quick_action_target}"
+msgstr ""
+
+msgid "Reopened this %{quick_action_target}."
+msgstr ""
+
+msgid "Reopens this %{quick_action_target}."
+msgstr ""
+
+msgid "Repair authentication"
+msgstr ""
+
+msgid "Replace"
+msgstr ""
+
+msgid "Replace all label(s)"
+msgstr ""
+
+msgid "Replaced all labels with %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Replaces the clone URL root."
+msgstr ""
+
+msgid "Reply by email"
+msgstr ""
+
+msgid "Reply to comment"
+msgstr ""
+
+msgid "Reply to this email directly or %{view_it_on_gitlab}."
+msgstr ""
+
+msgid "Reply..."
+msgstr ""
+
+msgid "Repo by URL"
+msgstr ""
+
+msgid "Report Type: %{report_type}"
+msgstr ""
+
+msgid "Report abuse to admin"
+msgstr ""
+
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
+msgid "Reporting"
+msgstr ""
+
+msgid "Reports|%{failedString} and %{resolvedString}"
+msgstr ""
+
+msgid "Reports|Actions"
+msgstr ""
+
+msgid "Reports|Class"
+msgstr ""
+
+msgid "Reports|Classname"
+msgstr ""
+
+msgid "Reports|Confidence"
+msgstr ""
+
+msgid "Reports|Execution time"
+msgstr ""
+
+msgid "Reports|Failure"
+msgstr ""
+
+msgid "Reports|Metrics reports are loading"
+msgstr ""
+
+msgid "Reports|Metrics reports changed on %{numberOfChanges} %{pointsString}"
+msgstr ""
+
+msgid "Reports|Metrics reports did not change"
+msgstr ""
+
+msgid "Reports|Metrics reports failed loading results"
+msgstr ""
+
+msgid "Reports|Severity"
+msgstr ""
+
+msgid "Reports|System output"
+msgstr ""
+
+msgid "Reports|Test summary"
+msgstr ""
+
+msgid "Reports|Test summary failed loading results"
+msgstr ""
+
+msgid "Reports|Test summary results are being parsed"
+msgstr ""
+
+msgid "Reports|Vulnerability"
+msgstr ""
+
+msgid "Reports|no changed test results"
+msgstr ""
+
+msgid "Repository"
+msgstr ""
+
+msgid "Repository Graph"
+msgstr ""
+
+msgid "Repository Settings"
+msgstr ""
+
+msgid "Repository URL"
+msgstr ""
+
+msgid "Repository check was triggered."
+msgstr ""
+
+msgid "Repository cleanup"
+msgstr ""
+
+msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete."
+msgstr ""
+
+msgid "Repository has no locks."
+msgstr ""
+
+msgid "Repository maintenance"
+msgstr ""
+
+msgid "Repository mirroring"
+msgstr ""
+
+msgid "Repository static objects"
+msgstr ""
+
+msgid "Repository storage"
+msgstr ""
+
+msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
+msgstr ""
+
+msgid "RepositorySettingsAccessLevel|Select"
+msgstr ""
+
+msgid "Request Access"
+msgstr ""
+
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
+msgid "Requested %{time_ago}"
+msgstr ""
+
+msgid "Requested design version does not exist"
+msgstr ""
+
+msgid "Requests Profiles"
+msgstr ""
+
+msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The whitelist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
+msgstr ""
+
+msgid "Require all users in this group to setup Two-factor authentication"
+msgstr ""
+
+msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
+msgstr ""
+
+msgid "Require user password to approve"
+msgstr ""
+
+msgid "Require users to prove ownership of custom domains"
+msgstr ""
+
+msgid "Requires approval from %{names}."
+msgid_plural "Requires %{count} more approvals from %{names}."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires approval."
+msgid_plural "Requires %d more approvals."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Resend confirmation email"
+msgstr ""
+
+msgid "Resend invite"
+msgstr ""
+
+msgid "Resend it"
+msgstr ""
+
+msgid "Reset authorization key"
+msgstr ""
+
+msgid "Reset authorization key?"
+msgstr ""
+
+msgid "Reset health check access token"
+msgstr ""
+
+msgid "Reset key"
+msgstr ""
+
+msgid "Reset runners registration token"
+msgstr ""
+
+msgid "Reset template"
+msgstr ""
+
+msgid "Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
+msgstr ""
+
+msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
+msgstr ""
+
+msgid "Resolve"
+msgstr ""
+
+msgid "Resolve all threads in new issue"
+msgstr ""
+
+msgid "Resolve conflicts on source branch"
+msgstr ""
+
+msgid "Resolve discussion"
+msgstr ""
+
+msgid "Resolve thread"
+msgstr ""
+
+msgid "Resolved"
+msgstr ""
+
+msgid "Resolved 1 discussion."
+msgstr ""
+
+msgid "Resolved all discussions."
+msgstr ""
+
+msgid "Resolved by %{name}"
+msgstr ""
+
+msgid "Resolved by %{resolvedByName}"
+msgstr ""
+
+msgid "Resolves IP addresses once and uses them to submit requests"
+msgstr ""
+
+msgid "Response"
+msgstr ""
+
+msgid "Response didn't include `service_desk_address`"
+msgstr ""
+
+msgid "Response metrics (AWS ELB)"
+msgstr ""
+
+msgid "Response metrics (Custom)"
+msgstr ""
+
+msgid "Response metrics (HA Proxy)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress VTS)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress)"
+msgstr ""
+
+msgid "Response metrics (NGINX)"
+msgstr ""
+
+msgid "Restart Terminal"
+msgstr ""
+
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
+msgid "Restrict access by IP address"
+msgstr ""
+
+msgid "Restrict membership by email"
+msgstr ""
+
+msgid "Resume"
+msgstr ""
+
+msgid "Resume replication"
+msgstr ""
+
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
+msgid "Retry"
+msgstr ""
+
+msgid "Retry this job"
+msgstr ""
+
+msgid "Retry this job in order to create the necessary resources."
+msgstr ""
+
+msgid "Retry update"
+msgstr ""
+
+msgid "Retry verification"
+msgstr ""
+
+msgid "Reveal value"
+msgid_plural "Reveal values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reveal values"
+msgstr ""
+
+msgid "Revert this commit"
+msgstr ""
+
+msgid "Revert this merge request"
+msgstr ""
+
+msgid "Review"
+msgstr ""
+
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
+msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
+msgstr ""
+
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
+msgid "Reviewing"
+msgstr ""
+
+msgid "Reviewing (merge request !%{mergeRequestId})"
+msgstr ""
+
+msgid "Revoke"
+msgstr ""
+
+msgid "Revoked impersonation token %{token_name}!"
+msgstr ""
+
+msgid "Revoked personal access token %{personal_access_token_name}!"
+msgstr ""
+
+msgid "RightSidebar|adding a"
+msgstr ""
+
+msgid "RightSidebar|deleting the"
+msgstr ""
+
+msgid "Roadmap"
+msgstr ""
+
+msgid "Role"
+msgstr ""
+
+msgid "Rollback"
+msgstr ""
+
+msgid "Rook"
+msgstr ""
+
+msgid "Run CI/CD pipelines for external repositories"
+msgstr ""
+
+msgid "Run housekeeping"
+msgstr ""
+
+msgid "Run tests against your code live using the Web Terminal"
+msgstr ""
+
+msgid "Run untagged jobs"
+msgstr ""
+
+msgid "Runner cannot be assigned to other projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects in its group"
+msgstr ""
+
+msgid "Runner runs jobs from assigned projects"
+msgstr ""
+
+msgid "Runner token"
+msgstr ""
+
+msgid "Runner was not updated."
+msgstr ""
+
+msgid "Runner was successfully updated."
+msgstr ""
+
+msgid "Runner will not receive any new jobs"
+msgstr ""
+
+msgid "Runners"
+msgstr ""
+
+msgid "Runners API"
+msgstr ""
+
+msgid "Runners activated for this project"
+msgstr ""
+
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, and even on your local machine."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, even on your local machine."
+msgstr ""
+
+msgid "Runners currently online: %{active_runners_count}"
+msgstr ""
+
+msgid "Runners page"
+msgstr ""
+
+msgid "Runners page."
+msgstr ""
+
+msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
+msgstr ""
+
+msgid "Running"
+msgstr ""
+
+msgid "Running…"
+msgstr ""
+
+msgid "Runs a number of housekeeping tasks within the current repository, such as compressing file revisions and removing unreachable objects."
+msgstr ""
+
+msgid "SAML SSO"
+msgstr ""
+
+msgid "SAML SSO for %{group_name}"
+msgstr ""
+
+msgid "SAML for %{group_name}"
+msgstr ""
+
+msgid "SHA256"
+msgstr ""
+
+msgid "SSH Key"
+msgstr ""
+
+msgid "SSH Keys"
+msgstr ""
+
+msgid "SSH Keys Help"
+msgstr ""
+
+msgid "SSH host key fingerprints"
+msgstr ""
+
+msgid "SSH host keys"
+msgstr ""
+
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
+msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
+msgstr ""
+
+msgid "SSH public key"
+msgstr ""
+
+msgid "SSL Verification:"
+msgstr ""
+
+msgid "Saturday"
+msgstr ""
+
+msgid "Save"
+msgstr ""
+
+msgid "Save Changes"
+msgstr ""
+
+msgid "Save anyway"
+msgstr ""
+
+msgid "Save application"
+msgstr ""
+
+msgid "Save changes"
+msgstr ""
+
+msgid "Save changes before testing"
+msgstr ""
+
+msgid "Save comment"
+msgstr ""
+
+msgid "Save expiration policy"
+msgstr ""
+
+msgid "Save password"
+msgstr ""
+
+msgid "Save pipeline schedule"
+msgstr ""
+
+msgid "Save template"
+msgstr ""
+
+msgid "Save variables"
+msgstr ""
+
+msgid "Saving"
+msgstr ""
+
+msgid "Saving project."
+msgstr ""
+
+msgid "Schedule a new pipeline"
+msgstr ""
+
+msgid "Scheduled"
+msgstr ""
+
+msgid "Scheduled to merge this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Schedules"
+msgstr ""
+
+msgid "Scheduling"
+msgstr ""
+
+msgid "Scheduling Pipelines"
+msgstr ""
+
+msgid "Scope"
+msgstr ""
+
+msgid "Scope not supported with disabled 'users_search' feature!"
+msgstr ""
+
+msgid "Scoped issue boards"
+msgstr ""
+
+msgid "Scoped label"
+msgstr ""
+
+msgid "Scopes"
+msgstr ""
+
+msgid "Scroll down"
+msgstr ""
+
+msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
+msgstr ""
+
+msgid "Scroll left"
+msgstr ""
+
+msgid "Scroll right"
+msgstr ""
+
+msgid "Scroll to bottom"
+msgstr ""
+
+msgid "Scroll to top"
+msgstr ""
+
+msgid "Scroll up"
+msgstr ""
+
+msgid "Search"
+msgstr ""
+
+msgid "Search Button"
+msgstr ""
+
+msgid "Search an environment spec"
+msgstr ""
+
+msgid "Search branches"
+msgstr ""
+
+msgid "Search branches and tags"
+msgstr ""
+
+msgid "Search files"
+msgstr ""
+
+msgid "Search for a LDAP group"
+msgstr ""
+
+msgid "Search for a group"
+msgstr ""
+
+msgid "Search for a user"
+msgstr ""
+
+msgid "Search for projects, issues, etc."
+msgstr ""
+
+msgid "Search for this text"
+msgstr ""
+
+msgid "Search forks"
+msgstr ""
+
+msgid "Search groups"
+msgstr ""
+
+msgid "Search merge requests"
+msgstr ""
+
+msgid "Search milestones"
+msgstr ""
+
+msgid "Search or filter results..."
+msgstr ""
+
+msgid "Search or filter results…"
+msgstr ""
+
+msgid "Search or jump to…"
+msgstr ""
+
+msgid "Search project"
+msgstr ""
+
+msgid "Search projects"
+msgstr ""
+
+msgid "Search projects..."
+msgstr ""
+
+msgid "Search users"
+msgstr ""
+
+msgid "Search users or groups"
+msgstr ""
+
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
+msgid "Search your projects"
+msgstr ""
+
+msgid "SearchAutocomplete|All GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|in all GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|in this group"
+msgstr ""
+
+msgid "SearchAutocomplete|in this project"
+msgstr ""
+
+msgid "SearchCodeResults|in"
+msgstr ""
+
+msgid "SearchCodeResults|of %{link_to_project}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
+msgstr ""
+
+msgid "SearchResults|code result"
+msgid_plural "SearchResults|code results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|comment"
+msgid_plural "SearchResults|comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|commit"
+msgid_plural "SearchResults|commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|issue"
+msgid_plural "SearchResults|issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|merge request"
+msgid_plural "SearchResults|merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|milestone"
+msgid_plural "SearchResults|milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|project"
+msgid_plural "SearchResults|projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet"
+msgid_plural "SearchResults|snippets"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet result"
+msgid_plural "SearchResults|snippet results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|user"
+msgid_plural "SearchResults|users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|wiki result"
+msgid_plural "SearchResults|wiki results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Seats currently in use"
+msgstr ""
+
+msgid "Seats in license"
+msgstr ""
+
+msgid "Secret"
+msgstr ""
+
+msgid "Security"
+msgstr ""
+
+msgid "Security & Compliance"
+msgstr ""
+
+msgid "Security Configuration"
+msgstr ""
+
+msgid "Security Dashboard"
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the dashboard data. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability counts. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Error fetching the vulnerability list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Security Dashboard|Issue Created"
+msgstr ""
+
+msgid "Security Reports|Comment added to '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment deleted on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Comment edited on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Create issue"
+msgstr ""
+
+msgid "Security Reports|Dismiss vulnerability"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
+msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
+msgstr ""
+
+msgid "Security Reports|Learn more about setting up your dashboard"
+msgstr ""
+
+msgid "Security Reports|More info"
+msgstr ""
+
+msgid "Security Reports|Oops, something doesn't seem right."
+msgstr ""
+
+msgid "Security Reports|There was an error adding the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the issue."
+msgstr ""
+
+msgid "Security Reports|There was an error creating the merge request."
+msgstr ""
+
+msgid "Security Reports|There was an error deleting the comment."
+msgstr ""
+
+msgid "Security Reports|There was an error dismissing the vulnerability."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting the dismissal."
+msgstr ""
+
+msgid "Security Reports|There was an error reverting this dismissal."
+msgstr ""
+
+msgid "Security Reports|Undo dismiss"
+msgstr ""
+
+msgid "Security configuration help link"
+msgstr ""
+
+msgid "Security dashboard"
+msgstr ""
+
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
+msgstr ""
+
+msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
+msgid "SecurityDashboard|Confidence"
+msgstr ""
+
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Hide dismissed"
+msgstr ""
+
+msgid "SecurityDashboard|Monitor vulnerabilities in your code"
+msgstr ""
+
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
+
+msgid "SecurityDashboard|Project"
+msgstr ""
+
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Report type"
+msgstr ""
+
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
+msgid "SecurityDashboard|Severity"
+msgstr ""
+
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
+msgid "See metrics"
+msgstr ""
+
+msgid "See the affected projects in the GitLab admin panel"
+msgstr ""
+
+msgid "Select"
+msgstr ""
+
+msgid "Select Archive Format"
+msgstr ""
+
+msgid "Select GitLab project to link with your Slack team"
+msgstr ""
+
+msgid "Select Page"
+msgstr ""
+
+msgid "Select Stack"
+msgstr ""
+
+msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Select a group to invite"
+msgstr ""
+
+msgid "Select a label"
+msgstr ""
+
+msgid "Select a namespace to fork the project"
+msgstr ""
+
+msgid "Select a new namespace"
+msgstr ""
+
+msgid "Select a project"
+msgstr ""
+
+msgid "Select a project to read Insights configuration file"
+msgstr ""
+
+msgid "Select a repository"
+msgstr ""
+
+msgid "Select a template repository"
+msgstr ""
+
+msgid "Select a template type"
+msgstr ""
+
+msgid "Select a timezone"
+msgstr ""
+
+msgid "Select all"
+msgstr ""
+
+msgid "Select an existing Kubernetes cluster or create a new one"
+msgstr ""
+
+msgid "Select branch"
+msgstr ""
+
+msgid "Select branch/tag"
+msgstr ""
+
+msgid "Select group or project"
+msgstr ""
+
+msgid "Select labels"
+msgstr ""
+
+msgid "Select merge moment"
+msgstr ""
+
+msgid "Select milestone"
+msgstr ""
+
+msgid "Select private project"
+msgstr ""
+
+msgid "Select project"
+msgstr ""
+
+msgid "Select project and zone to choose machine type"
+msgstr ""
+
+msgid "Select project to choose zone"
+msgstr ""
+
+msgid "Select projects"
+msgstr ""
+
+msgid "Select projects you want to import."
+msgstr ""
+
+msgid "Select source branch"
+msgstr ""
+
+msgid "Select target branch"
+msgstr ""
+
+msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
+msgstr ""
+
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
+msgid "Select the custom project template source group."
+msgstr ""
+
+msgid "Select timeframe"
+msgstr ""
+
+msgid "Select user"
+msgstr ""
+
+msgid "Select your role"
+msgstr ""
+
+msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
+msgstr ""
+
+msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
+msgstr ""
+
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
+msgid "Send a separate email notification to Developers."
+msgstr ""
+
+msgid "Send confirmation email"
+msgstr ""
+
+msgid "Send email"
+msgstr ""
+
+msgid "Send report"
+msgstr ""
+
+msgid "Send usage data"
+msgstr ""
+
+msgid "Sentry API URL"
+msgstr ""
+
+msgid "Sentry event"
+msgstr ""
+
+msgid "Sep"
+msgstr ""
+
+msgid "Separate topics with commas."
+msgstr ""
+
+msgid "September"
+msgstr ""
+
+msgid "SeriesFinalConjunction|and"
+msgstr ""
+
+msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)."
+msgstr ""
+
+msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
+msgstr ""
+
+msgid "Server version"
+msgstr ""
+
+msgid "Serverless"
+msgstr ""
+
+msgid "ServerlessDetails|Function invocation metrics require Prometheus to be installed first."
+msgstr ""
+
+msgid "ServerlessDetails|Install Prometheus"
+msgstr ""
+
+msgid "ServerlessDetails|Invocation metrics loading or not available at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Invocations"
+msgstr ""
+
+msgid "ServerlessDetails|Kubernetes Pods"
+msgstr ""
+
+msgid "ServerlessDetails|More information"
+msgstr ""
+
+msgid "ServerlessDetails|No pods loaded at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity."
+msgstr ""
+
+msgid "ServerlessDetails|pod in use"
+msgstr ""
+
+msgid "ServerlessDetails|pods in use"
+msgstr ""
+
+msgid "ServerlessURL|Copy URL"
+msgstr ""
+
+msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
+msgstr ""
+
+msgid "Serverless|Getting started with serverless"
+msgstr ""
+
+msgid "Serverless|If you believe none of these apply, please check back later as the function data may be in the process of becoming available."
+msgstr ""
+
+msgid "Serverless|Install Knative"
+msgstr ""
+
+msgid "Serverless|Learn more about Serverless"
+msgstr ""
+
+msgid "Serverless|No functions available"
+msgstr ""
+
+msgid "Serverless|The deploy job has not finished."
+msgstr ""
+
+msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag} file don't match the namespace of your cluster."
+msgstr ""
+
+msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:"
+msgstr ""
+
+msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured."
+msgstr ""
+
+msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file."
+msgstr ""
+
+msgid "Service"
+msgstr ""
+
+msgid "Service Desk"
+msgstr ""
+
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
+msgid "Service Templates"
+msgstr ""
+
+msgid "Service URL"
+msgstr ""
+
+msgid "Session duration (minutes)"
+msgstr ""
+
+msgid "Session expiration, projects limit and attachment size."
+msgstr ""
+
+msgid "Set %{epic_ref} as the parent epic."
+msgstr ""
+
+msgid "Set a default template for issue descriptions."
+msgstr ""
+
+msgid "Set a number of approvals required, the approvers and other approval settings."
+msgstr ""
+
+msgid "Set a password on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Set a template repository for projects in this group"
+msgstr ""
+
+msgid "Set default and restrict visibility levels. Configure import sources and git access protocol."
+msgstr ""
+
+msgid "Set due date"
+msgstr ""
+
+msgid "Set instance-wide template repository"
+msgstr ""
+
+msgid "Set max session time for web terminal."
+msgstr ""
+
+msgid "Set milestone"
+msgstr ""
+
+msgid "Set new password"
+msgstr ""
+
+msgid "Set notification email for abuse reports."
+msgstr ""
+
+msgid "Set parent epic to an epic"
+msgstr ""
+
+msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
+msgstr ""
+
+msgid "Set target branch"
+msgstr ""
+
+msgid "Set target branch to %{branch_name}."
+msgstr ""
+
+msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: <code>4 mins 2 sec</code>, <code>2h42min</code>."
+msgstr ""
+
+msgid "Set the due date to %{due_date}."
+msgstr ""
+
+msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>."
+msgstr ""
+
+msgid "Set the maximum file size for each job's artifacts"
+msgstr ""
+
+msgid "Set the maximum number of pipeline minutes that a group can use on shared Runners per month. 0 for unlimited."
+msgstr ""
+
+msgid "Set the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Set time estimate"
+msgstr ""
+
+msgid "Set time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Set up CI/CD"
+msgstr ""
+
+msgid "Set up a %{type} Runner automatically"
+msgstr ""
+
+msgid "Set up a %{type} Runner manually"
+msgstr ""
+
+msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}"
+msgstr ""
+
+msgid "Set up new U2F device"
+msgstr ""
+
+msgid "Set up new password"
+msgstr ""
+
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
+msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
+msgstr ""
+
+msgid "Set weight"
+msgstr ""
+
+msgid "Set weight to %{weight}."
+msgstr ""
+
+msgid "SetPasswordToCloneLink|set a password"
+msgstr ""
+
+msgid "SetStatusModal|Add status emoji"
+msgstr ""
+
+msgid "SetStatusModal|Clear status"
+msgstr ""
+
+msgid "SetStatusModal|Edit status"
+msgstr ""
+
+msgid "SetStatusModal|Remove status"
+msgstr ""
+
+msgid "SetStatusModal|Set a status"
+msgstr ""
+
+msgid "SetStatusModal|Set status"
+msgstr ""
+
+msgid "SetStatusModal|Sorry, we weren't able to set your status. Please try again later."
+msgstr ""
+
+msgid "SetStatusModal|What's your status?"
+msgstr ""
+
+msgid "Sets %{epic_ref} as parent epic."
+msgstr ""
+
+msgid "Sets target branch to %{branch_name}."
+msgstr ""
+
+msgid "Sets the due date to %{due_date}."
+msgstr ""
+
+msgid "Sets the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Sets time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Sets weight to %{weight}."
+msgstr ""
+
+msgid "Settings"
+msgstr ""
+
+msgid "Severity: %{severity}"
+msgstr ""
+
+msgid "Share"
+msgstr ""
+
+msgid "Share the <strong>%{sso_label}</strong> with members so they can sign in to your group through your identity provider"
+msgstr ""
+
+msgid "Shared Runners"
+msgstr ""
+
+msgid "Shared projects"
+msgstr ""
+
+msgid "Shared runners help link"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero."
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset pipeline minutes"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
+msgstr ""
+
+msgid "Sherlock Transactions"
+msgstr ""
+
+msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
+msgstr ""
+
+msgid "Show all activity"
+msgstr ""
+
+msgid "Show all members"
+msgstr ""
+
+msgid "Show archived projects"
+msgstr ""
+
+msgid "Show archived projects only"
+msgstr ""
+
+msgid "Show command"
+msgstr ""
+
+msgid "Show comments"
+msgstr ""
+
+msgid "Show comments only"
+msgstr ""
+
+msgid "Show commit description"
+msgstr ""
+
+msgid "Show complete raw log"
+msgstr ""
+
+msgid "Show file browser"
+msgstr ""
+
+msgid "Show latest version"
+msgstr ""
+
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
+msgid "Show parent pages"
+msgstr ""
+
+msgid "Show parent subgroups"
+msgstr ""
+
+msgid "Show whitespace changes"
+msgstr ""
+
+msgid "Showing %d event"
+msgid_plural "Showing %d events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
+msgid "Showing Latest Version"
+msgstr ""
+
+msgid "Showing Version #%{versionNumber}"
+msgstr ""
+
+msgid "Showing all issues"
+msgstr ""
+
+msgid "Showing all labels"
+msgstr ""
+
+msgid "Showing last %{size} of log -"
+msgstr ""
+
+msgid "Side-by-side"
+msgstr ""
+
+msgid "Sidebar|Change weight"
+msgstr ""
+
+msgid "Sidebar|None"
+msgstr ""
+
+msgid "Sidebar|Only numeral characters allowed"
+msgstr ""
+
+msgid "Sidebar|Weight"
+msgstr ""
+
+msgid "Sign in"
+msgstr ""
+
+msgid "Sign in / Register"
+msgstr ""
+
+msgid "Sign in to \"%{group_name}\""
+msgstr ""
+
+msgid "Sign in using smart card"
+msgstr ""
+
+msgid "Sign in via 2FA code"
+msgstr ""
+
+msgid "Sign in with Single Sign-On"
+msgstr ""
+
+msgid "Sign in with smart card"
+msgstr ""
+
+msgid "Sign out"
+msgstr ""
+
+msgid "Sign out & Register"
+msgstr ""
+
+msgid "Sign up"
+msgstr ""
+
+msgid "Sign up was successful! Please confirm your email to sign in."
+msgstr ""
+
+msgid "Sign-in restrictions"
+msgstr ""
+
+msgid "Sign-up restrictions"
+msgstr ""
+
+msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Signed in"
+msgstr ""
+
+msgid "Signed in with %{authentication} authentication"
+msgstr ""
+
+msgid "Signing in using %{label} has been disabled"
+msgstr ""
+
+msgid "Signing in using your %{label} account without a pre-existing GitLab account is not allowed."
+msgstr ""
+
+msgid "Similar issues"
+msgstr ""
+
+msgid "Single or combined queries"
+msgstr ""
+
+msgid "Size"
+msgstr ""
+
+msgid "Size and domain settings for static websites"
+msgstr ""
+
+msgid "Size limit per repository (MB)"
+msgstr ""
+
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
+msgid "Skip this for now"
+msgstr ""
+
+msgid "Skipped"
+msgstr ""
+
+msgid "Slack application"
+msgstr ""
+
+msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
+msgstr ""
+
+msgid "SlackService|2. Paste the <strong>Token</strong> into the field below"
+msgstr ""
+
+msgid "SlackService|3. Select the <strong>Active</strong> checkbox, press <strong>Save changes</strong> and start using GitLab inside Slack!"
+msgstr ""
+
+msgid "SlackService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "SlackService|See list of available commands in Slack after setting up this service, by entering"
+msgstr ""
+
+msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack."
+msgstr ""
+
+msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
+msgstr ""
+
+msgid "Smartcard"
+msgstr ""
+
+msgid "Smartcard authentication failed: client certificate header is missing."
+msgstr ""
+
+msgid "Snippet Contents"
+msgstr ""
+
+msgid "Snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|Explore public snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|New snippet"
+msgstr ""
+
+msgid "SnippetsEmptyState|No snippets found"
+msgstr ""
+
+msgid "SnippetsEmptyState|Snippets are small pieces of code or notes that you want to keep."
+msgstr ""
+
+msgid "SnippetsEmptyState|There are no snippets to show."
+msgstr ""
+
+msgid "SnippetsEmptyState|They can be either public or private."
+msgstr ""
+
+msgid "Snowplow"
+msgstr ""
+
+msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
+msgstr ""
+
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
+msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again."
+msgstr ""
+
+msgid "Someone edited this merge request at the same time you did. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Something went wrong on our end"
+msgstr ""
+
+msgid "Something went wrong on our end."
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again!"
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again."
+msgstr ""
+
+msgid "Something went wrong trying to change the confidentiality of this issue"
+msgstr ""
+
+msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
+msgstr ""
+
+msgid "Something went wrong when toggling the button"
+msgstr ""
+
+msgid "Something went wrong while adding your award. Please try again."
+msgstr ""
+
+msgid "Something went wrong while applying the suggestion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while closing the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
+msgid "Something went wrong while deleting the source branch. Please try again."
+msgstr ""
+
+msgid "Something went wrong while deleting your note. Please try again."
+msgstr ""
+
+msgid "Something went wrong while editing your comment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching %{listType} list"
+msgstr ""
+
+msgid "Something went wrong while fetching comments. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching group member contributions"
+msgstr ""
+
+msgid "Something went wrong while fetching latest comments."
+msgstr ""
+
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
+msgid "Something went wrong while fetching related merge requests."
+msgstr ""
+
+msgid "Something went wrong while fetching the environments for this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
+msgid "Something went wrong while fetching the projects."
+msgstr ""
+
+msgid "Something went wrong while fetching the registry list."
+msgstr ""
+
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
+msgid "Something went wrong while merging this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
+msgid "Something went wrong while reopening the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while resolving this discussion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while stopping this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
+msgid "Something went wrong, unable to add %{project} to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
+msgid "Something went wrong, unable to get projects"
+msgstr ""
+
+msgid "Something went wrong, unable to remove project"
+msgstr ""
+
+msgid "Something went wrong, unable to search projects"
+msgstr ""
+
+msgid "Something went wrong. Please try again."
+msgstr ""
+
+msgid "Something went wrong. Try again later."
+msgstr ""
+
+msgid "Sorry, no epics matched your search"
+msgstr ""
+
+msgid "Sorry, no projects matched your search"
+msgstr ""
+
+msgid "Sorry, your filter produced no results"
+msgstr ""
+
+msgid "Sort by"
+msgstr ""
+
+msgid "Sort direction"
+msgstr ""
+
+msgid "SortOptions|Access level, ascending"
+msgstr ""
+
+msgid "SortOptions|Access level, descending"
+msgstr ""
+
+msgid "SortOptions|Created date"
+msgstr ""
+
+msgid "SortOptions|Due date"
+msgstr ""
+
+msgid "SortOptions|Due later"
+msgstr ""
+
+msgid "SortOptions|Due soon"
+msgstr ""
+
+msgid "SortOptions|Expired date"
+msgstr ""
+
+msgid "SortOptions|Label priority"
+msgstr ""
+
+msgid "SortOptions|Largest group"
+msgstr ""
+
+msgid "SortOptions|Largest repository"
+msgstr ""
+
+msgid "SortOptions|Last Contact"
+msgstr ""
+
+msgid "SortOptions|Last created"
+msgstr ""
+
+msgid "SortOptions|Last joined"
+msgstr ""
+
+msgid "SortOptions|Last updated"
+msgstr ""
+
+msgid "SortOptions|Least popular"
+msgstr ""
+
+msgid "SortOptions|Less weight"
+msgstr ""
+
+msgid "SortOptions|Manual"
+msgstr ""
+
+msgid "SortOptions|Milestone due date"
+msgstr ""
+
+msgid "SortOptions|Milestone due later"
+msgstr ""
+
+msgid "SortOptions|Milestone due soon"
+msgstr ""
+
+msgid "SortOptions|More weight"
+msgstr ""
+
+msgid "SortOptions|Most popular"
+msgstr ""
+
+msgid "SortOptions|Most stars"
+msgstr ""
+
+msgid "SortOptions|Name"
+msgstr ""
+
+msgid "SortOptions|Name, ascending"
+msgstr ""
+
+msgid "SortOptions|Name, descending"
+msgstr ""
+
+msgid "SortOptions|Oldest created"
+msgstr ""
+
+msgid "SortOptions|Oldest joined"
+msgstr ""
+
+msgid "SortOptions|Oldest last activity"
+msgstr ""
+
+msgid "SortOptions|Oldest sign in"
+msgstr ""
+
+msgid "SortOptions|Oldest starred"
+msgstr ""
+
+msgid "SortOptions|Oldest updated"
+msgstr ""
+
+msgid "SortOptions|Popularity"
+msgstr ""
+
+msgid "SortOptions|Priority"
+msgstr ""
+
+msgid "SortOptions|Project"
+msgstr ""
+
+msgid "SortOptions|Recent last activity"
+msgstr ""
+
+msgid "SortOptions|Recent sign in"
+msgstr ""
+
+msgid "SortOptions|Recently starred"
+msgstr ""
+
+msgid "SortOptions|Size"
+msgstr ""
+
+msgid "SortOptions|Sort direction"
+msgstr ""
+
+msgid "SortOptions|Stars"
+msgstr ""
+
+msgid "SortOptions|Start date"
+msgstr ""
+
+msgid "SortOptions|Start later"
+msgstr ""
+
+msgid "SortOptions|Start soon"
+msgstr ""
+
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
+msgid "SortOptions|Weight"
+msgstr ""
+
+msgid "Source"
+msgstr ""
+
+msgid "Source (branch or tag)"
+msgstr ""
+
+msgid "Source code"
+msgstr ""
+
+msgid "Source is not available"
+msgstr ""
+
+msgid "Source project cannot be found."
+msgstr ""
+
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
+msgid "Spam Logs"
+msgstr ""
+
+msgid "Spam and Anti-bot Protection"
+msgstr ""
+
+msgid "Spam log successfully submitted as ham."
+msgstr ""
+
+msgid "Specific Runners"
+msgstr ""
+
+msgid "Specify an e-mail address regex pattern to identify default internal users."
+msgstr ""
+
+msgid "Specify the following URL during the Runner setup:"
+msgstr ""
+
+msgid "Squash commit message"
+msgstr ""
+
+msgid "Squash commits"
+msgstr ""
+
+msgid "Stack trace"
+msgstr ""
+
+msgid "Stage"
+msgstr ""
+
+msgid "Stage & Commit"
+msgstr ""
+
+msgid "Stage all changes"
+msgstr ""
+
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
+
+msgid "Staged"
+msgstr ""
+
+msgid "Staged %{type}"
+msgstr ""
+
+msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging."
+msgstr ""
+
+msgid "Star labels to start sorting by priority"
+msgstr ""
+
+msgid "Star toggle failed. Try again later."
+msgstr ""
+
+msgid "StarProject|Star"
+msgstr ""
+
+msgid "Starred Projects"
+msgstr ""
+
+msgid "Starred Projects' Activity"
+msgstr ""
+
+msgid "Starred projects"
+msgstr ""
+
+msgid "StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page."
+msgstr ""
+
+msgid "StarredProjectsEmptyState|You don't have starred projects yet."
+msgstr ""
+
+msgid "Starrers"
+msgstr ""
+
+msgid "Stars"
+msgstr ""
+
+msgid "Start GitLab Ultimate trial"
+msgstr ""
+
+msgid "Start Web Terminal"
+msgstr ""
+
+msgid "Start a %{new_merge_request} with these changes"
+msgstr ""
+
+msgid "Start a Free Gold Trial"
+msgstr ""
+
+msgid "Start a new discussion..."
+msgstr ""
+
+msgid "Start a new merge request"
+msgstr ""
+
+msgid "Start a review"
+msgstr ""
+
+msgid "Start and due date"
+msgstr ""
+
+msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
+msgstr ""
+
+msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors."
+msgstr ""
+
+msgid "Start cleanup"
+msgstr ""
+
+msgid "Start date"
+msgstr ""
+
+msgid "Start merge train"
+msgstr ""
+
+msgid "Start merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Start search"
+msgstr ""
+
+msgid "Start the Runner!"
+msgstr ""
+
+msgid "Start thread"
+msgstr ""
+
+msgid "Start thread & close %{noteable_name}"
+msgstr ""
+
+msgid "Start thread & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
+msgid "Start your trial"
+msgstr ""
+
+msgid "Started"
+msgstr ""
+
+msgid "Started %{startsIn}"
+msgstr ""
+
+msgid "Started asynchronous removal of all repository check states."
+msgstr ""
+
+msgid "Starting..."
+msgstr ""
+
+msgid "Starts %{startsIn}"
+msgstr ""
+
+msgid "Starts at (UTC)"
+msgstr ""
+
+msgid "State your message to activate"
+msgstr ""
+
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
+msgid "Statistics"
+msgstr ""
+
+msgid "Status"
+msgstr ""
+
+msgid "Status:"
+msgstr ""
+
+msgid "Stay updated about the performance and health of your environment by configuring Prometheus to monitor your deployments."
+msgstr ""
+
+msgid "Stop Terminal"
+msgstr ""
+
+msgid "Stop environment"
+msgstr ""
+
+msgid "Stop impersonation"
+msgstr ""
+
+msgid "Stop this environment"
+msgstr ""
+
+msgid "Stopped"
+msgstr ""
+
+msgid "Stopping this environment is currently not possible as a deployment is in progress"
+msgstr ""
+
+msgid "Stopping..."
+msgstr ""
+
+msgid "Storage"
+msgstr ""
+
+msgid "Storage nodes for new projects"
+msgstr ""
+
+msgid "Storage:"
+msgstr ""
+
+msgid "StorageSize|Unknown"
+msgstr ""
+
+msgid "Subgroup overview"
+msgstr ""
+
+msgid "SubgroupCreationLevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Maintainers"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Owners"
+msgstr ""
+
+msgid "Subgroups"
+msgstr ""
+
+msgid "Subgroups and projects"
+msgstr ""
+
+msgid "Subkeys"
+msgstr ""
+
+msgid "Submit a review"
+msgstr ""
+
+msgid "Submit as spam"
+msgstr ""
+
+msgid "Submit feedback"
+msgstr ""
+
+msgid "Submit issue"
+msgstr ""
+
+msgid "Submit review"
+msgstr ""
+
+msgid "Submit search"
+msgstr ""
+
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
+msgid "Subscribe"
+msgstr ""
+
+msgid "Subscribe at group level"
+msgstr ""
+
+msgid "Subscribe at project level"
+msgstr ""
+
+msgid "Subscribe to RSS feed"
+msgstr ""
+
+msgid "Subscribe to calendar"
+msgstr ""
+
+msgid "Subscribed"
+msgstr ""
+
+msgid "Subscribed to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscribes to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscription"
+msgstr ""
+
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
+msgid "SubscriptionTable|Billing"
+msgstr ""
+
+msgid "SubscriptionTable|Free"
+msgstr ""
+
+msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal."
+msgstr ""
+
+msgid "SubscriptionTable|Last invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Loading subscriptions"
+msgstr ""
+
+msgid "SubscriptionTable|Manage"
+msgstr ""
+
+msgid "SubscriptionTable|Max seats used"
+msgstr ""
+
+msgid "SubscriptionTable|Next invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Seats currently in use"
+msgstr ""
+
+msgid "SubscriptionTable|Seats in subscription"
+msgstr ""
+
+msgid "SubscriptionTable|Seats owed"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription end date"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription start date"
+msgstr ""
+
+msgid "SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started."
+msgstr ""
+
+msgid "SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan."
+msgstr ""
+
+msgid "SubscriptionTable|Trial"
+msgstr ""
+
+msgid "SubscriptionTable|Trial end date"
+msgstr ""
+
+msgid "SubscriptionTable|Trial start date"
+msgstr ""
+
+msgid "SubscriptionTable|Upgrade"
+msgstr ""
+
+msgid "SubscriptionTable|Usage"
+msgstr ""
+
+msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
+msgstr ""
+
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
+msgid "Subtracted"
+msgstr ""
+
+msgid "Subtracts"
+msgstr ""
+
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr ""
+
+msgid "Successfully confirmed"
+msgstr ""
+
+msgid "Successfully deactivated"
+msgstr ""
+
+msgid "Successfully deleted U2F device."
+msgstr ""
+
+msgid "Successfully removed email."
+msgstr ""
+
+msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details."
+msgstr ""
+
+msgid "Successfully unblocked"
+msgstr ""
+
+msgid "Successfully unlocked"
+msgstr ""
+
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
+
+msgid "Suggested change"
+msgstr ""
+
+msgid "SuggestedColors|Bright green"
+msgstr ""
+
+msgid "SuggestedColors|Dark grayish cyan"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate orange"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate pink"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate violet"
+msgstr ""
+
+msgid "SuggestedColors|Feijoa"
+msgstr ""
+
+msgid "SuggestedColors|Lime green"
+msgstr ""
+
+msgid "SuggestedColors|Moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Pure red"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated green"
+msgstr ""
+
+msgid "SuggestedColors|Soft orange"
+msgstr ""
+
+msgid "SuggestedColors|Soft red"
+msgstr ""
+
+msgid "SuggestedColors|Strong pink"
+msgstr ""
+
+msgid "SuggestedColors|Strong red"
+msgstr ""
+
+msgid "SuggestedColors|Strong yellow"
+msgstr ""
+
+msgid "SuggestedColors|UA blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark lime green"
+msgstr ""
+
+msgid "SuggestedColors|Very pale orange"
+msgstr ""
+
+msgid "Suggestions:"
+msgstr ""
+
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
+msgid "Sunday"
+msgstr ""
+
+msgid "Support"
+msgstr ""
+
+msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "Support page URL"
+msgstr ""
+
+msgid "Switch branch/tag"
+msgstr ""
+
+msgid "Switch to GitLab Next"
+msgstr ""
+
+msgid "Switch to the source to copy the file contents"
+msgstr ""
+
+msgid "Sync information"
+msgstr ""
+
+msgid "System"
+msgstr ""
+
+msgid "System Hooks"
+msgstr ""
+
+msgid "System Hooks Help"
+msgstr ""
+
+msgid "System Info"
+msgstr ""
+
+msgid "System default (%{default})"
+msgstr ""
+
+msgid "System header and footer"
+msgstr ""
+
+msgid "System hook was successfully updated."
+msgstr ""
+
+msgid "System metrics (Custom)"
+msgstr ""
+
+msgid "System metrics (Kubernetes)"
+msgstr ""
+
+msgid "Table of Contents"
+msgstr ""
+
+msgid "Tag"
+msgstr ""
+
+msgid "Tag list:"
+msgstr ""
+
+msgid "Tag name"
+msgstr ""
+
+msgid "Tag this commit."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags"
+msgstr ""
+
+msgid "Tags feed"
+msgstr ""
+
+msgid "Tags this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tags this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags:"
+msgstr ""
+
+msgid "TagsPage|Browse commits"
+msgstr ""
+
+msgid "TagsPage|Browse files"
+msgstr ""
+
+msgid "TagsPage|Can't find HEAD commit for this tag"
+msgstr ""
+
+msgid "TagsPage|Cancel"
+msgstr ""
+
+msgid "TagsPage|Create tag"
+msgstr ""
+
+msgid "TagsPage|Delete tag"
+msgstr ""
+
+msgid "TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "TagsPage|Edit release notes"
+msgstr ""
+
+msgid "TagsPage|Existing branch name, tag, or commit SHA"
+msgstr ""
+
+msgid "TagsPage|Filter by tag name"
+msgstr ""
+
+msgid "TagsPage|New Tag"
+msgstr ""
+
+msgid "TagsPage|New tag"
+msgstr ""
+
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
+
+msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
+msgstr ""
+
+msgid "TagsPage|Release notes"
+msgstr ""
+
+msgid "TagsPage|Repository has no tags yet."
+msgstr ""
+
+msgid "TagsPage|Sort by"
+msgstr ""
+
+msgid "TagsPage|Tags"
+msgstr ""
+
+msgid "TagsPage|Tags give the ability to mark specific points in history as being important"
+msgstr ""
+
+msgid "TagsPage|This tag has no release notes."
+msgstr ""
+
+msgid "TagsPage|Use git tag command to add a new one:"
+msgstr ""
+
+msgid "TagsPage|Write your release notes or drag files here…"
+msgstr ""
+
+msgid "TagsPage|protected"
+msgstr ""
+
+msgid "Target Branch"
+msgstr ""
+
+msgid "Target Path"
+msgstr ""
+
+msgid "Target branch"
+msgstr ""
+
+msgid "Target-Branch"
+msgstr ""
+
+msgid "Team"
+msgstr ""
+
+msgid "Team domain"
+msgstr ""
+
+msgid "Telephone number"
+msgstr ""
+
+msgid "Template"
+msgstr ""
+
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
+msgid "Templates"
+msgstr ""
+
+msgid "Terminal"
+msgstr ""
+
+msgid "Terminal for environment"
+msgstr ""
+
+msgid "Terminal sync service is running"
+msgstr ""
+
+msgid "Terms of Service Agreement and Privacy Policy"
+msgstr ""
+
+msgid "Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "Test"
+msgstr ""
+
+msgid "Test coverage parsing"
+msgstr ""
+
+msgid "Test failed."
+msgstr ""
+
+msgid "Test settings and save changes"
+msgstr ""
+
+msgid "TestHooks|Ensure one of your projects has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI jobs."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI pipelines."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has at least one commit."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has issues."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has notes."
+msgstr ""
+
+msgid "TestHooks|Ensure the wiki is enabled and has pages."
+msgstr ""
+
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
+msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
+msgstr ""
+
+msgid "Thank you for your report. A GitLab administrator will look into it shortly."
+msgstr ""
+
+msgid "Thanks! Don't show me this again"
+msgstr ""
+
+msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
+msgstr ""
+
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
+msgid "The %{type} contains the following error:"
+msgid_plural "The %{type} contains the following errors:"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
+msgstr ""
+
+msgid "The CSV export will be created in the background. Once finished, it will be sent to <strong>%{email}</strong> in an attachment."
+msgstr ""
+
+msgid "The Git LFS objects will <strong>not</strong> be synced."
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project"
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
+msgstr ""
+
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
+msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
+msgstr ""
+
+msgid "The amount of seconds after which a request to get a secondary node status will time out."
+msgstr ""
+
+msgid "The branch for this project has no active pipeline configuration."
+msgstr ""
+
+msgid "The branch or tag does not exist"
+msgstr ""
+
+msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
+msgstr ""
+
+msgid "The coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request."
+msgstr ""
+
+msgid "The collection of events added to the data gathered for that stage."
+msgstr ""
+
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
+msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
+msgstr ""
+
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
+msgid "The dependency list details information about the components used within your project."
+msgstr ""
+
+msgid "The deployment of this job to %{environmentLink} did not succeed."
+msgstr ""
+
+msgid "The directory has been successfully created."
+msgstr ""
+
+msgid "The domain you entered is misformatted."
+msgstr ""
+
+msgid "The domain you entered is not allowed."
+msgstr ""
+
+msgid "The entered user map is not a valid JSON user map."
+msgstr ""
+
+msgid "The file has been successfully created."
+msgstr ""
+
+msgid "The file has been successfully deleted."
+msgstr ""
+
+msgid "The file name should have a .yml extension"
+msgstr ""
+
+msgid "The following items will NOT be exported:"
+msgstr ""
+
+msgid "The following items will be exported:"
+msgstr ""
+
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "The fork relationship has been removed."
+msgstr ""
+
+msgid "The global settings require you to enable Two-Factor Authentication for your account."
+msgstr ""
+
+msgid "The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "The group has already been shared with this group"
+msgstr ""
+
+msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
+msgstr ""
+
+msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The invitation could not be accepted."
+msgstr ""
+
+msgid "The invitation could not be declined."
+msgstr ""
+
+msgid "The invitation has already been accepted."
+msgstr ""
+
+msgid "The invitation was successfully resent."
+msgstr ""
+
+msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
+msgstr ""
+
+msgid "The license was removed. GitLab has fallen back on the previous license."
+msgstr ""
+
+msgid "The license was removed. GitLab now no longer has a valid license."
+msgstr ""
+
+msgid "The license was successfully uploaded and is now active. You can see the details below."
+msgstr ""
+
+msgid "The maximum file size allowed is %{size}."
+msgstr ""
+
+msgid "The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
+msgstr ""
+
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
+
+msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
+msgstr ""
+
+msgid "The number of times an upload record could not find its file"
+msgstr ""
+
+msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
+msgstr ""
+
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
+
+msgid "The phase of the development lifecycle."
+msgstr ""
+
+msgid "The pipeline has been deleted"
+msgstr ""
+
+msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
+msgstr ""
+
+msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit."
+msgstr ""
+
+msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
+msgstr ""
+
+msgid "The production stage shows the total time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "The project can be accessed by any user who is logged in."
+msgstr ""
+
+msgid "The project can be accessed by anyone, regardless of authentication."
+msgstr ""
+
+msgid "The project can be accessed without any authentication."
+msgstr ""
+
+msgid "The project is accessible only by members of the project. Access must be granted explicitly to each user."
+msgstr ""
+
+msgid "The project is still being deleted. Please try again later."
+msgstr ""
+
+msgid "The project was successfully forked."
+msgstr ""
+
+msgid "The project was successfully imported."
+msgstr ""
+
+msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "The remote mirror took to long to complete."
+msgstr ""
+
+msgid "The remote repository is being updated..."
+msgstr ""
+
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
+msgid "The repository for this project does not exist."
+msgstr ""
+
+msgid "The repository for this project is empty"
+msgstr ""
+
+msgid "The repository is being updated..."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
+msgstr ""
+
+msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
+msgstr ""
+
+msgid "The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "The schedule time must be in the future!"
+msgstr ""
+
+msgid "The snippet can be accessed without any authentication."
+msgstr ""
+
+msgid "The snippet is visible only to me."
+msgstr ""
+
+msgid "The snippet is visible only to project members."
+msgstr ""
+
+msgid "The snippet is visible to any logged in user."
+msgstr ""
+
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgstr ""
+
+msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
+msgstr ""
+
+msgid "The time taken by each data entry gathered by that stage."
+msgstr ""
+
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgstr ""
+
+msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
+msgstr ""
+
+msgid "The uploaded file is not a valid Google Takeout archive."
+msgstr ""
+
+msgid "The usage ping is disabled, and cannot be configured through this form."
+msgstr ""
+
+msgid "The user is being deleted."
+msgstr ""
+
+msgid "The user map has been saved. Continue by selecting the projects you want to import."
+msgstr ""
+
+msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of <code>:</code>. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
+msgstr ""
+
+msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
+msgstr ""
+
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
+msgid "The user-facing URL of the Geo node"
+msgstr ""
+
+msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
+msgstr ""
+
+msgid "There are no GPG keys associated with this account."
+msgstr ""
+
+msgid "There are no GPG keys with access to your account."
+msgstr ""
+
+msgid "There are no SSH keys associated with this account."
+msgstr ""
+
+msgid "There are no SSH keys with access to your account."
+msgstr ""
+
+msgid "There are no archived projects yet"
+msgstr ""
+
+msgid "There are no charts configured for this page"
+msgstr ""
+
+msgid "There are no closed issues"
+msgstr ""
+
+msgid "There are no closed merge requests"
+msgstr ""
+
+msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates."
+msgstr ""
+
+msgid "There are no issues to show"
+msgstr ""
+
+msgid "There are no issues to show."
+msgstr ""
+
+msgid "There are no labels yet"
+msgstr ""
+
+msgid "There are no matching files"
+msgstr ""
+
+msgid "There are no open issues"
+msgstr ""
+
+msgid "There are no open merge requests"
+msgstr ""
+
+msgid "There are no packages yet"
+msgstr ""
+
+msgid "There are no projects shared with this group yet"
+msgstr ""
+
+msgid "There are no staged changes"
+msgstr ""
+
+msgid "There are no unstaged changes"
+msgstr ""
+
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
+msgid "There is already a repository with that name on disk"
+msgstr ""
+
+msgid "There is no data available. Please change your selection."
+msgstr ""
+
+msgid "There was a problem communicating with your device."
+msgstr ""
+
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
+msgid "There was a problem sending the confirmation email"
+msgstr ""
+
+msgid "There was an error %{message} todo."
+msgstr ""
+
+msgid "There was an error adding a To Do."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
+msgid "There was an error creating the issue"
+msgstr ""
+
+msgid "There was an error deleting the To Do."
+msgstr ""
+
+msgid "There was an error fetching configuration for charts"
+msgstr ""
+
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
+msgstr ""
+
+msgid "There was an error gathering the chart data"
+msgstr ""
+
+msgid "There was an error loading users activity calendar."
+msgstr ""
+
+msgid "There was an error removing the e-mail."
+msgstr ""
+
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
+msgid "There was an error resetting group pipeline minutes."
+msgstr ""
+
+msgid "There was an error resetting user pipeline minutes."
+msgstr ""
+
+msgid "There was an error saving your changes."
+msgstr ""
+
+msgid "There was an error saving your notification settings."
+msgstr ""
+
+msgid "There was an error subscribing to this label."
+msgstr ""
+
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
+msgid "There was an error trying to validate your query"
+msgstr ""
+
+msgid "There was an error when reseting email token."
+msgstr ""
+
+msgid "There was an error when subscribing to this label."
+msgstr ""
+
+msgid "There was an error when unsubscribing from this label."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
+msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
+msgstr ""
+
+msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
+msgstr ""
+
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
+msgid "They can be managed using the %{link}."
+msgstr ""
+
+msgid "Third party offers"
+msgstr ""
+
+msgid "This %{issuableDisplayName} is locked. Only project members can comment."
+msgstr ""
+
+msgid "This %{issuable} is locked. Only <strong>project members</strong> can comment."
+msgstr ""
+
+msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead."
+msgstr ""
+
+msgid "This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area."
+msgstr ""
+
+msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
+msgstr ""
+
+msgid "This also resolves the discussion"
+msgstr ""
+
+msgid "This application was created by %{link_to_owner}."
+msgstr ""
+
+msgid "This application will be able to:"
+msgstr ""
+
+msgid "This block is self-referential"
+msgstr ""
+
+msgid "This board's scope is reduced"
+msgstr ""
+
+msgid "This branch has changed since you started editing. Would you like to create a new branch?"
+msgstr ""
+
+msgid "This chart could not be displayed"
+msgstr ""
+
+msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost."
+msgstr ""
+
+msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request."
+msgstr ""
+
+msgid "This commit was signed with a <strong>verified</strong> signature and the committer email is verified to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with a different user's verified signature."
+msgstr ""
+
+msgid "This commit was signed with a verified signature, but the committer email is <strong>not verified</strong> to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with an <strong>unverified</strong> signature."
+msgstr ""
+
+msgid "This date is after the due date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This date is before the start date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This device has already been registered with us."
+msgstr ""
+
+msgid "This device has not been registered with us."
+msgstr ""
+
+msgid "This diff is collapsed."
+msgstr ""
+
+msgid "This diff was suppressed by a .gitattributes entry."
+msgstr ""
+
+msgid "This directory"
+msgstr ""
+
+msgid "This domain is not verified. You will need to verify ownership before access is enabled."
+msgstr ""
+
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
+msgid "This environment has no deployments yet."
+msgstr ""
+
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr ""
+
+msgid "This feature requires local storage to be enabled"
+msgstr ""
+
+msgid "This field is required."
+msgstr ""
+
+msgid "This group"
+msgstr ""
+
+msgid "This group does not provide any group Runners yet."
+msgstr ""
+
+msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
+msgstr ""
+
+msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
+msgstr ""
+
+msgid "This is a Work in Progress"
+msgstr ""
+
+msgid "This is a confidential issue."
+msgstr ""
+
+msgid "This is a delayed job to run in %{remainingTime}"
+msgstr ""
+
+msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
+msgstr ""
+
+msgid "This is a security log of important events involving your account."
+msgstr ""
+
+msgid "This is the author's first Merge Request to this project."
+msgstr ""
+
+msgid "This is the maximum number of users that have existed at the same time since the license started. This is the minimum number of seats you will need to buy when you renew your license."
+msgstr ""
+
+msgid "This is your current session"
+msgstr ""
+
+msgid "This issue is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
+msgstr ""
+
+msgid "This issue is confidential"
+msgstr ""
+
+msgid "This issue is locked."
+msgstr ""
+
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
+msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
+msgstr ""
+
+msgid "This job does not have a trace."
+msgstr ""
+
+msgid "This job has been canceled"
+msgstr ""
+
+msgid "This job has been skipped"
+msgstr ""
+
+msgid "This job has not been triggered yet"
+msgstr ""
+
+msgid "This job has not started yet"
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is archived. Only the complete pipeline can be retried."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
+msgid "This job is in pending state and is waiting to be picked by a runner"
+msgstr ""
+
+msgid "This job is performing tasks that must complete before it can start"
+msgstr ""
+
+msgid "This job is preparing to start"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners online with any of these tags assigned to them:"
+msgstr ""
+
+msgid "This job is stuck because you don't have any active runners that can run this job."
+msgstr ""
+
+msgid "This job is waiting for resource: "
+msgstr ""
+
+msgid "This job requires a manual action"
+msgstr ""
+
+msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
+msgstr ""
+
+msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action."
+msgstr ""
+
+msgid "This may expose confidential information as the selected fork is in another namespace that can have other members."
+msgstr ""
+
+msgid "This means you can not push code until you create an empty repository or import existing one."
+msgstr ""
+
+msgid "This merge request is locked."
+msgstr ""
+
+msgid "This namespace has already been taken! Please choose another one."
+msgstr ""
+
+msgid "This option is disabled as you don't have write permissions for the current branch"
+msgstr ""
+
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
+msgid "This page is unavailable because you are not allowed to read information across multiple projects."
+msgstr ""
+
+msgid "This page will be removed in a future release."
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
+msgstr ""
+
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
+msgid "This project"
+msgstr ""
+
+msgid "This project does not belong to a group and can therefore not make use of group Runners."
+msgstr ""
+
+msgid "This project does not have a wiki homepage yet"
+msgstr ""
+
+msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
+msgstr ""
+
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
+msgid "This repository"
+msgstr ""
+
+msgid "This repository is currently empty. A new Auto DevOps pipeline will be created after a new file has been pushed to a branch."
+msgstr ""
+
+msgid "This runner will only run on pipelines triggered on protected branches"
+msgstr ""
+
+msgid "This setting can be overridden in each project."
+msgstr ""
+
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgstr ""
+
+msgid "This subscription is for"
+msgstr ""
+
+msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "This user cannot be unlocked manually from GitLab"
+msgstr ""
+
+msgid "This user has no active %{type} Tokens."
+msgstr ""
+
+msgid "This user has no identities"
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches. Upon creation or when reassigning you can only assign yourself to be the mirror user."
+msgstr ""
+
+msgid "This will redirect you to an external sign in page."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr ""
+
+msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
+msgstr ""
+
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
+msgid "Thursday"
+msgstr ""
+
+msgid "Time"
+msgstr ""
+
+msgid "Time based: Yes"
+msgstr ""
+
+msgid "Time before an issue gets scheduled"
+msgstr ""
+
+msgid "Time before an issue starts implementation"
+msgstr ""
+
+msgid "Time before enforced"
+msgstr ""
+
+msgid "Time between merge request creation and merge/close"
+msgstr ""
+
+msgid "Time estimate"
+msgstr ""
+
+msgid "Time from first comment to last commit"
+msgstr ""
+
+msgid "Time from first commit until first comment"
+msgstr ""
+
+msgid "Time from last commit to merge"
+msgstr ""
+
+msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied."
+msgstr ""
+
+msgid "Time remaining"
+msgstr ""
+
+msgid "Time spent"
+msgstr ""
+
+msgid "Time to merge"
+msgstr ""
+
+msgid "Time tracking"
+msgstr ""
+
+msgid "Time until first merge request"
+msgstr ""
+
+msgid "TimeTrackingEstimated|Est"
+msgstr ""
+
+msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Estimated:"
+msgstr ""
+
+msgid "TimeTracking|Over by %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Spent"
+msgstr ""
+
+msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "Timeago|%s days ago"
+msgstr ""
+
+msgid "Timeago|%s days remaining"
+msgstr ""
+
+msgid "Timeago|%s hours ago"
+msgstr ""
+
+msgid "Timeago|%s hours remaining"
+msgstr ""
+
+msgid "Timeago|%s minutes ago"
+msgstr ""
+
+msgid "Timeago|%s minutes remaining"
+msgstr ""
+
+msgid "Timeago|%s months ago"
+msgstr ""
+
+msgid "Timeago|%s months remaining"
+msgstr ""
+
+msgid "Timeago|%s seconds remaining"
+msgstr ""
+
+msgid "Timeago|%s weeks ago"
+msgstr ""
+
+msgid "Timeago|%s weeks remaining"
+msgstr ""
+
+msgid "Timeago|%s years ago"
+msgstr ""
+
+msgid "Timeago|%s years remaining"
+msgstr ""
+
+msgid "Timeago|1 day ago"
+msgstr ""
+
+msgid "Timeago|1 day remaining"
+msgstr ""
+
+msgid "Timeago|1 hour ago"
+msgstr ""
+
+msgid "Timeago|1 hour remaining"
+msgstr ""
+
+msgid "Timeago|1 minute ago"
+msgstr ""
+
+msgid "Timeago|1 minute remaining"
+msgstr ""
+
+msgid "Timeago|1 month ago"
+msgstr ""
+
+msgid "Timeago|1 month remaining"
+msgstr ""
+
+msgid "Timeago|1 week ago"
+msgstr ""
+
+msgid "Timeago|1 week remaining"
+msgstr ""
+
+msgid "Timeago|1 year ago"
+msgstr ""
+
+msgid "Timeago|1 year remaining"
+msgstr ""
+
+msgid "Timeago|Past due"
+msgstr ""
+
+msgid "Timeago|in %s days"
+msgstr ""
+
+msgid "Timeago|in %s hours"
+msgstr ""
+
+msgid "Timeago|in %s minutes"
+msgstr ""
+
+msgid "Timeago|in %s months"
+msgstr ""
+
+msgid "Timeago|in %s seconds"
+msgstr ""
+
+msgid "Timeago|in %s weeks"
+msgstr ""
+
+msgid "Timeago|in %s years"
+msgstr ""
+
+msgid "Timeago|in 1 day"
+msgstr ""
+
+msgid "Timeago|in 1 hour"
+msgstr ""
+
+msgid "Timeago|in 1 minute"
+msgstr ""
+
+msgid "Timeago|in 1 month"
+msgstr ""
+
+msgid "Timeago|in 1 week"
+msgstr ""
+
+msgid "Timeago|in 1 year"
+msgstr ""
+
+msgid "Timeago|just now"
+msgstr ""
+
+msgid "Timeago|right now"
+msgstr ""
+
+msgid "Timeout"
+msgstr ""
+
+msgid "Time|hr"
+msgid_plural "Time|hrs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|min"
+msgid_plural "Time|mins"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|s"
+msgstr ""
+
+msgid "Tip:"
+msgstr ""
+
+msgid "Title"
+msgstr ""
+
+msgid "Title:"
+msgstr ""
+
+msgid "Titles and Filenames"
+msgstr ""
+
+msgid "To"
+msgstr ""
+
+msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
+msgstr ""
+
+msgid "To Do"
+msgstr ""
+
+msgid "To GitLab"
+msgstr ""
+
+msgid "To access this domain create a new DNS record"
+msgstr ""
+
+msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
+msgstr ""
+
+msgid "To add the entry manually, provide the following details to the application on your phone."
+msgstr ""
+
+msgid "To connect GitHub repositories, you can use a %{personal_access_token_link}. When you create your Personal Access Token, you will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to connect."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
+msgstr ""
+
+msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:"
+msgstr ""
+
+msgid "To connect an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To define internal users, first enable new users set to external"
+msgstr ""
+
+msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
+msgstr ""
+
+msgid "To get started you enter your FogBugz URL and login information below. In the next steps, you'll be able to map users and select the projects you want to import."
+msgstr ""
+
+msgid "To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}"
+msgstr ""
+
+msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
+msgstr ""
+
+msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
+msgstr ""
+
+msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}"
+msgstr ""
+
+msgid "To import an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To keep this project going, create a new issue"
+msgstr ""
+
+msgid "To keep this project going, create a new merge request"
+msgstr ""
+
+msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token."
+msgstr ""
+
+msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
+msgstr ""
+
+msgid "To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>."
+msgstr ""
+
+msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
+msgstr ""
+
+msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, a private fork of this project was selected."
+msgstr ""
+
+msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
+msgstr ""
+
+msgid "To see all the user's personal access tokens you must impersonate them first."
+msgstr ""
+
+msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
+msgstr ""
+
+msgid "To set up this service:"
+msgstr ""
+
+msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
+msgstr ""
+
+msgid "To start serving your jobs you can add Runners to your group"
+msgstr ""
+
+msgid "To start serving your jobs you can either add specific Runners to your project or use shared Runners"
+msgstr ""
+
+msgid "To this GitLab instance"
+msgstr ""
+
+msgid "To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button."
+msgstr ""
+
+msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
+msgstr ""
+
+msgid "To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "To widen your search, change or remove filters."
+msgstr ""
+
+msgid "To-Do List"
+msgstr ""
+
+msgid "To-do item successfully marked as done."
+msgstr ""
+
+msgid "Today"
+msgstr ""
+
+msgid "Toggle Markdown preview"
+msgstr ""
+
+msgid "Toggle Sidebar"
+msgstr ""
+
+msgid "Toggle backtrace"
+msgstr ""
+
+msgid "Toggle collapse"
+msgstr ""
+
+msgid "Toggle comments for this file"
+msgstr ""
+
+msgid "Toggle commit description"
+msgstr ""
+
+msgid "Toggle commit list"
+msgstr ""
+
+msgid "Toggle emoji award"
+msgstr ""
+
+msgid "Toggle navigation"
+msgstr ""
+
+msgid "Toggle project"
+msgstr ""
+
+msgid "Toggle sidebar"
+msgstr ""
+
+msgid "Toggle the Performance Bar"
+msgstr ""
+
+msgid "Toggle this dialog"
+msgstr ""
+
+msgid "Toggle thread"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: OFF"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: ON"
+msgstr ""
+
+msgid "Toggled :%{name}: emoji award."
+msgstr ""
+
+msgid "Toggles :%{name}: emoji award."
+msgstr ""
+
+msgid "Tomorrow"
+msgstr ""
+
+msgid "Too many changes to show."
+msgstr ""
+
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Topics"
+msgstr ""
+
+msgid "Total"
+msgstr ""
+
+msgid "Total Contributions"
+msgstr ""
+
+msgid "Total artifacts size: %{total_size}"
+msgstr ""
+
+msgid "Total issues"
+msgstr ""
+
+msgid "Total test time for all commits/merges"
+msgstr ""
+
+msgid "Total weight"
+msgstr ""
+
+msgid "Total: %{total}"
+msgstr ""
+
+msgid "Trace"
+msgstr ""
+
+msgid "Tracing"
+msgstr ""
+
+msgid "Track activity with Contribution Analytics."
+msgstr ""
+
+msgid "Track groups of issues that share a theme, across projects and milestones"
+msgstr ""
+
+msgid "Track time with quick actions"
+msgstr ""
+
+msgid "Track your GitLab projects with GitLab for Slack."
+msgstr ""
+
+msgid "Track your project with Audit Events."
+msgstr ""
+
+msgid "Transfer project"
+msgstr ""
+
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "TransferGroup|Database is not supported."
+msgstr ""
+
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
+msgid "TransferGroup|Group is already a root group."
+msgstr ""
+
+msgid "TransferGroup|Group is already associated to the parent group."
+msgstr ""
+
+msgid "TransferGroup|The parent group already has a subgroup with the same path."
+msgstr ""
+
+msgid "TransferGroup|Transfer failed: %{error_message}"
+msgstr ""
+
+msgid "TransferGroup|You don't have enough permissions."
+msgstr ""
+
+msgid "TransferProject|Cannot move project"
+msgstr ""
+
+msgid "TransferProject|Please select a new namespace for your project."
+msgstr ""
+
+msgid "TransferProject|Project cannot be transferred, because tags are present in its container registry"
+msgstr ""
+
+msgid "TransferProject|Project with same name or path in target namespace already exists"
+msgstr ""
+
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
+msgid "TransferProject|Transfer failed, please contact an admin."
+msgstr ""
+
+msgid "Tree view"
+msgstr ""
+
+msgid "Trending"
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
+
+msgid "Trigger pipelines for mirror updates"
+msgstr ""
+
+msgid "Trigger pipelines when branches or tags are updated from the upstream repository. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Only enable this if you know they can handle the load."
+msgstr ""
+
+msgid "Trigger removed."
+msgstr ""
+
+msgid "Trigger this manual action"
+msgstr ""
+
+msgid "Trigger token:"
+msgstr ""
+
+msgid "Trigger variables:"
+msgstr ""
+
+msgid "Trigger was created successfully."
+msgstr ""
+
+msgid "Trigger was successfully updated."
+msgstr ""
+
+msgid "Triggerer"
+msgstr ""
+
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
+
+msgid "Troubleshoot and monitor your application with tracing"
+msgstr ""
+
+msgid "Try again"
+msgstr ""
+
+msgid "Try again?"
+msgstr ""
+
+msgid "Try all GitLab has to offer for 30 days."
+msgstr ""
+
+msgid "Try to fork again"
+msgstr ""
+
+msgid "Try using a different search term to find the file you are looking for."
+msgstr ""
+
+msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
+msgstr ""
+
+msgid "Tuesday"
+msgstr ""
+
+msgid "Turn Off"
+msgstr ""
+
+msgid "Turn On"
+msgstr ""
+
+msgid "Turn on Service Desk"
+msgstr ""
+
+msgid "Twitter"
+msgstr ""
+
+msgid "Two-Factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication Recovery codes"
+msgstr ""
+
+msgid "Two-factor Authentication has been disabled for this user"
+msgstr ""
+
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Type"
+msgstr ""
+
+msgid "Type/State"
+msgstr ""
+
+msgid "U2F Devices (%{length})"
+msgstr ""
+
+msgid "U2F only works with HTTPS-enabled websites. Contact your administrator for more details."
+msgstr ""
+
+msgid "URL"
+msgstr ""
+
+msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
+msgstr ""
+
+msgid "URL or request ID"
+msgstr ""
+
+msgid "Unable to apply suggestions to a deleted line."
+msgstr ""
+
+msgid "Unable to build Slack link."
+msgstr ""
+
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
+msgid "Unable to connect to Prometheus server"
+msgstr ""
+
+msgid "Unable to connect to server: %{error}"
+msgstr ""
+
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
+msgid "Unable to generate new instance ID"
+msgstr ""
+
+msgid "Unable to load the diff. %{button_try_again}"
+msgstr ""
+
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
+msgid "Unable to resolve"
+msgstr ""
+
+msgid "Unable to save your changes. Please try again."
+msgstr ""
+
+msgid "Unable to schedule a pipeline to run immediately"
+msgstr ""
+
+msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
+msgstr ""
+
+msgid "Unable to update label prioritization at this time"
+msgstr ""
+
+msgid "Unable to update this epic at this time."
+msgstr ""
+
+msgid "Unable to update this issue at this time."
+msgstr ""
+
+msgid "Unarchive project"
+msgstr ""
+
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr ""
+
+msgid "Unblock"
+msgstr ""
+
+msgid "Undo"
+msgstr ""
+
+msgid "Unfortunately, your email message to GitLab could not be processed."
+msgstr ""
+
+msgid "Uninstall"
+msgstr ""
+
+msgid "Uninstalling"
+msgstr ""
+
+msgid "Unknown"
+msgstr ""
+
+msgid "Unknown Error"
+msgstr ""
+
+msgid "Unknown encryption strategy: %{encrypted_strategy}!"
+msgstr ""
+
+msgid "Unknown format"
+msgstr ""
+
+msgid "Unknown response text"
+msgstr ""
+
+msgid "Unlimited"
+msgstr ""
+
+msgid "Unlock"
+msgstr ""
+
+msgid "Unlock the discussion"
+msgstr ""
+
+msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgstr ""
+
+msgid "Unlocked"
+msgstr ""
+
+msgid "Unlocked the discussion."
+msgstr ""
+
+msgid "Unlocks the discussion."
+msgstr ""
+
+msgid "Unmarked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unmarks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unresolve discussion"
+msgstr ""
+
+msgid "Unresolve thread"
+msgstr ""
+
+msgid "Unschedule job"
+msgstr ""
+
+msgid "Unstage"
+msgstr ""
+
+msgid "Unstage all changes"
+msgstr ""
+
+msgid "Unstaged"
+msgstr ""
+
+msgid "Unstaged %{type}"
+msgstr ""
+
+msgid "Unstaged and staged %{type}"
+msgstr ""
+
+msgid "Unstar"
+msgstr ""
+
+msgid "Unsubscribe"
+msgstr ""
+
+msgid "Unsubscribe at group level"
+msgstr ""
+
+msgid "Unsubscribe at project level"
+msgstr ""
+
+msgid "Unsubscribe from %{type}"
+msgstr ""
+
+msgid "Unsubscribed from this %{quick_action_target}."
+msgstr ""
+
+msgid "Unsubscribes from this %{quick_action_target}."
+msgstr ""
+
+msgid "Until"
+msgstr ""
+
+msgid "Until that time, the project can be restored."
+msgstr ""
+
+msgid "Unverified"
+msgstr ""
+
+msgid "Up to date"
+msgstr ""
+
+msgid "Upcoming"
+msgstr ""
+
+msgid "Upcoming Release"
+msgstr ""
+
+msgid "Update"
+msgstr ""
+
+msgid "Update all"
+msgstr ""
+
+msgid "Update approval rule"
+msgstr ""
+
+msgid "Update failed"
+msgstr ""
+
+msgid "Update failed. Please try again."
+msgstr ""
+
+msgid "Update it"
+msgstr ""
+
+msgid "Update now"
+msgstr ""
+
+msgid "Update your bookmarked URLs as filtered/sorted branches URL has been changed."
+msgstr ""
+
+msgid "Update your group name, description, avatar, and visibility."
+msgstr ""
+
+msgid "Update your project name, topics, description and avatar."
+msgstr ""
+
+msgid "UpdateProject|Cannot rename project because it contains container registry tags!"
+msgstr ""
+
+msgid "UpdateProject|Could not set the default branch"
+msgstr ""
+
+msgid "UpdateProject|New visibility level not allowed!"
+msgstr ""
+
+msgid "UpdateProject|Project could not be updated!"
+msgstr ""
+
+msgid "Updated"
+msgstr ""
+
+msgid "Updated %{updated_at} by %{updated_by}"
+msgstr ""
+
+msgid "Updated at"
+msgstr ""
+
+msgid "Updated to"
+msgstr ""
+
+msgid "Updating"
+msgstr ""
+
+msgid "Upgrade plan to unlock Canary Deployments feature"
+msgstr ""
+
+msgid "Upgrade your plan"
+msgstr ""
+
+msgid "Upgrade your plan to activate Advanced Global Search."
+msgstr ""
+
+msgid "Upgrade your plan to activate Audit Events."
+msgstr ""
+
+msgid "Upgrade your plan to activate Contribution Analytics."
+msgstr ""
+
+msgid "Upgrade your plan to activate Group Webhooks."
+msgstr ""
+
+msgid "Upgrade your plan to improve Issue boards."
+msgstr ""
+
+msgid "Upgrade your plan to improve Merge Requests."
+msgstr ""
+
+msgid "Upload <code>GoogleCodeProjectHosting.json</code> here:"
+msgstr ""
+
+msgid "Upload CSV file"
+msgstr ""
+
+msgid "Upload New File"
+msgstr ""
+
+msgid "Upload a certificate for your domain with all intermediates"
+msgstr ""
+
+msgid "Upload a private key for your certificate"
+msgstr ""
+
+msgid "Upload file"
+msgstr ""
+
+msgid "Upload object map"
+msgstr ""
+
+msgid "UploadLink|click to upload"
+msgstr ""
+
+msgid "Uploaded on"
+msgstr ""
+
+msgid "Uploading changes to terminal"
+msgstr ""
+
+msgid "Uploads"
+msgstr ""
+
+msgid "Upstream"
+msgstr ""
+
+msgid "Uptime"
+msgstr ""
+
+msgid "Upvotes"
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Usage ping is not enabled"
+msgstr ""
+
+msgid "Usage quotas help link"
+msgstr ""
+
+msgid "Usage statistics"
+msgstr ""
+
+msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage"
+msgstr ""
+
+msgid "UsageQuota|Artifacts"
+msgstr ""
+
+msgid "UsageQuota|Buy additional minutes"
+msgstr ""
+
+msgid "UsageQuota|Current period usage"
+msgstr ""
+
+msgid "UsageQuota|LFS Storage"
+msgstr ""
+
+msgid "UsageQuota|Packages"
+msgstr ""
+
+msgid "UsageQuota|Pipelines"
+msgstr ""
+
+msgid "UsageQuota|Repository"
+msgstr ""
+
+msgid "UsageQuota|Storage"
+msgstr ""
+
+msgid "UsageQuota|This namespace has no projects which use shared runners"
+msgstr ""
+
+msgid "UsageQuota|Unlimited"
+msgstr ""
+
+msgid "UsageQuota|Usage"
+msgstr ""
+
+msgid "UsageQuota|Usage Quotas"
+msgstr ""
+
+msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
+msgstr ""
+
+msgid "UsageQuota|Usage since"
+msgstr ""
+
+msgid "UsageQuota|Wiki"
+msgstr ""
+
+msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
+msgstr ""
+
+msgid "Use <code>%{native_redirect_uri}</code> for local tests"
+msgstr ""
+
+msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
+msgstr ""
+
+msgid "Use a hardware device to add the second factor of authentication."
+msgstr ""
+
+msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
+msgstr ""
+
+msgid "Use group milestones to manage issues from multiple projects in the same milestone."
+msgstr ""
+
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
+msgid "Use one line per URI"
+msgstr ""
+
+msgid "Use template"
+msgstr ""
+
+msgid "Use the following registration token during setup:"
+msgstr ""
+
+msgid "Use your global notification setting"
+msgstr ""
+
+msgid "Use your smart card to authenticate with the LDAP server."
+msgstr ""
+
+msgid "Used by members to sign in to your group in GitLab"
+msgstr ""
+
+msgid "Used to help configure your identity provider"
+msgstr ""
+
+msgid "User"
+msgstr ""
+
+msgid "User %{current_user_username} has started impersonating %{username}"
+msgstr ""
+
+msgid "User %{username} was successfully removed."
+msgstr ""
+
+msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
+msgstr ""
+
+msgid "User OAuth applications"
+msgstr ""
+
+msgid "User Settings"
+msgstr ""
+
+msgid "User and IP Rate Limits"
+msgstr ""
+
+msgid "User identity was successfully created."
+msgstr ""
+
+msgid "User identity was successfully removed."
+msgstr ""
+
+msgid "User identity was successfully updated."
+msgstr ""
+
+msgid "User key was successfully removed."
+msgstr ""
+
+msgid "User map"
+msgstr ""
+
+msgid "User pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "User restrictions"
+msgstr ""
+
+msgid "User settings"
+msgstr ""
+
+msgid "User was successfully created."
+msgstr ""
+
+msgid "User was successfully removed from group and any subresources."
+msgstr ""
+
+msgid "User was successfully removed from project."
+msgstr ""
+
+msgid "User was successfully updated."
+msgstr ""
+
+msgid "UserOnboardingTour|%{activeTour}/%{totalTours}"
+msgstr ""
+
+msgid "UserOnboardingTour|%{completed}/%{total} steps completed"
+msgstr ""
+
+msgid "UserOnboardingTour|%{emphasisStart}Well done!%{emphasisEnd}%{lineBreak}%{lineBreak}That's it for our guided tour, congratulations for making it all the way to the end!%{lineBreak}%{lineBreak}We hope this gave you a good overview of GitLab and how it can help you. We'll now show you how to create your own project and invite your colleagues."
+msgstr ""
+
+msgid "UserOnboardingTour|Adding other members to a project is done through Project Settings. Click on %{emphasisStart}Settings%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Alright, that's it for Commits. Let's take a look at the %{emphasisStart}Branches%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Awesome! Now click on %{emphasisStart}Members%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}Compare%{emphasisEnd} buttons to compare a branch to master."
+msgstr ""
+
+msgid "UserOnboardingTour|Click on one of the %{emphasisStart}pipeline IDs%{emphasisEnd} to see the details of a pipeline."
+msgstr ""
+
+msgid "UserOnboardingTour|Click to open the latest commit to see its details."
+msgstr ""
+
+msgid "UserOnboardingTour|Close 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Commits are shown in chronological order and can be filtered by the commit message or by the branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Create a project"
+msgstr ""
+
+msgid "UserOnboardingTour|Exit 'Learn GitLab'"
+msgstr ""
+
+msgid "UserOnboardingTour|Got it"
+msgstr ""
+
+msgid "UserOnboardingTour|Great job! %{clapHands} We hope the tour was helpful and that you learned how to use GitLab.%{lineBreak}%{lineBreak}We'd love to get your feedback on this tour.%{lineBreak}%{lineBreak}%{emphasisStart}How helpful would you say this guided tour was?%{emphasisEnd}%{lineBreak}%{lineBreak}"
+msgstr ""
+
+msgid "UserOnboardingTour|Guided GitLab Tour"
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see the current members of the project (just you at the moment) and invite new members.%{lineBreak}%{lineBreak}You can invite multiple members at once (existing GitLab users or invite by email) and you can also set their roles and permissions.%{lineBreak}%{lineBreak}Add a few members and click on %{emphasisStart}Add to project%{emphasisEnd} to complete this step."
+msgstr ""
+
+msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
+msgstr ""
+
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgstr ""
+
+msgid "UserOnboardingTour|Invite colleagues"
+msgstr ""
+
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
+msgstr ""
+
+msgid "UserOnboardingTour|Learn GitLab"
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at a merge request. Click on the title of one."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at all the commits. Click on %{emphasisStart}Commits%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|Let's take a closer look at the repository of this project. Click on %{emphasisStart}Repository%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|No thanks"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, let's go"
+msgstr ""
+
+msgid "UserOnboardingTour|Ok, show me"
+msgstr ""
+
+msgid "UserOnboardingTour|Open one of the issues by clicking on its title."
+msgstr ""
+
+msgid "UserOnboardingTour|Restart this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Skip this step"
+msgstr ""
+
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgstr ""
+
+msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
+msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
+msgstr ""
+
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgstr ""
+
+msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the CI/CD pipelines we have for our %{emphasisStart}%{projectName}%{emphasisEnd} project.%{lineBreak}%{lineBreak}Here you can see the status of each pipeline, for what commit it's running for, its stages and the status for them."
+msgstr ""
+
+msgid "UserOnboardingTour|These are all the issues that are available for community contributions. Let's take a closer look at one of them."
+msgstr ""
+
+msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
+msgstr ""
+
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgstr ""
+
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr ""
+
+msgid "UserProfile|Activity"
+msgstr ""
+
+msgid "UserProfile|Already reported for abuse"
+msgstr ""
+
+msgid "UserProfile|Blocked user"
+msgstr ""
+
+msgid "UserProfile|Contributed projects"
+msgstr ""
+
+msgid "UserProfile|Edit profile"
+msgstr ""
+
+msgid "UserProfile|Explore public groups to find projects to contribute to."
+msgstr ""
+
+msgid "UserProfile|Groups"
+msgstr ""
+
+msgid "UserProfile|Groups are the best way to manage projects and members."
+msgstr ""
+
+msgid "UserProfile|Join or create a group to start contributing by commenting on issues or submitting merge requests!"
+msgstr ""
+
+msgid "UserProfile|Most Recent Activity"
+msgstr ""
+
+msgid "UserProfile|No snippets found."
+msgstr ""
+
+msgid "UserProfile|Overview"
+msgstr ""
+
+msgid "UserProfile|Personal projects"
+msgstr ""
+
+msgid "UserProfile|Report abuse"
+msgstr ""
+
+msgid "UserProfile|Snippets"
+msgstr ""
+
+msgid "UserProfile|Snippets in GitLab can either be private, internal, or public."
+msgstr ""
+
+msgid "UserProfile|Star projects to track their progress and show your appreciation."
+msgstr ""
+
+msgid "UserProfile|Starred projects"
+msgstr ""
+
+msgid "UserProfile|Subscribe"
+msgstr ""
+
+msgid "UserProfile|This user doesn't have any personal projects"
+msgstr ""
+
+msgid "UserProfile|This user has a private profile"
+msgstr ""
+
+msgid "UserProfile|This user hasn't contributed to any projects"
+msgstr ""
+
+msgid "UserProfile|This user hasn't starred any projects"
+msgstr ""
+
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
+msgid "UserProfile|View all"
+msgstr ""
+
+msgid "UserProfile|View user in admin area"
+msgstr ""
+
+msgid "UserProfile|You can create a group for several dependent projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any personal projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any snippets."
+msgstr ""
+
+msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice."
+msgstr ""
+
+msgid "Username (optional)"
+msgstr ""
+
+msgid "Username is already taken."
+msgstr ""
+
+msgid "Username is available."
+msgstr ""
+
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Username or email"
+msgstr ""
+
+msgid "Users"
+msgstr ""
+
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
+msgid "Users outside of license"
+msgstr ""
+
+msgid "Users requesting access to"
+msgstr ""
+
+msgid "Users were successfully added."
+msgstr ""
+
+msgid "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
+msgstr ""
+
+msgid "UsersSelect|%{name} + %{length} more"
+msgstr ""
+
+msgid "UsersSelect|Any User"
+msgstr ""
+
+msgid "UsersSelect|Assignee"
+msgstr ""
+
+msgid "UsersSelect|No assignee - %{openingTag} assign yourself %{closingTag}"
+msgstr ""
+
+msgid "UsersSelect|Unassigned"
+msgstr ""
+
+msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%{link_end}"
+msgstr ""
+
+msgid "Using required encryption strategy when encrypted field is missing!"
+msgstr ""
+
+msgid "Validate"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration file"
+msgstr ""
+
+msgid "Validations failed."
+msgstr ""
+
+msgid "Validity"
+msgstr ""
+
+msgid "Value"
+msgstr ""
+
+msgid "Variables"
+msgstr ""
+
+msgid "Various container registry settings."
+msgstr ""
+
+msgid "Various email settings."
+msgstr ""
+
+msgid "Various localization settings."
+msgstr ""
+
+msgid "Various settings that affect GitLab performance."
+msgstr ""
+
+msgid "Verification information"
+msgstr ""
+
+msgid "Verification status"
+msgstr ""
+
+msgid "Verified"
+msgstr ""
+
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
+msgid "Version"
+msgstr ""
+
+msgid "Very helpful"
+msgstr ""
+
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
+
+msgid "View dependency details for your project"
+msgstr ""
+
+msgid "View deployment"
+msgstr ""
+
+msgid "View details: %{details_url}"
+msgstr ""
+
+msgid "View documentation"
+msgstr ""
+
+msgid "View eligible approvers"
+msgstr ""
+
+msgid "View epics list"
+msgstr ""
+
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "View file @ "
+msgstr ""
+
+msgid "View full dashboard"
+msgstr ""
+
+msgid "View group labels"
+msgstr ""
+
+msgid "View issue"
+msgstr ""
+
+msgid "View it on GitLab"
+msgstr ""
+
+msgid "View job"
+msgstr ""
+
+msgid "View job log"
+msgstr ""
+
+msgid "View jobs"
+msgstr ""
+
+msgid "View labels"
+msgstr ""
+
+msgid "View log"
+msgstr ""
+
+msgid "View open merge request"
+msgstr ""
+
+msgid "View project"
+msgstr ""
+
+msgid "View project labels"
+msgstr ""
+
+msgid "View replaced file @ "
+msgstr ""
+
+msgid "View the documentation"
+msgstr ""
+
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
+msgid "Viewing commit"
+msgstr ""
+
+msgid "Visibility"
+msgstr ""
+
+msgid "Visibility and access controls"
+msgstr ""
+
+msgid "Visibility level"
+msgstr ""
+
+msgid "Visibility level:"
+msgstr ""
+
+msgid "Visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Visibility, project features, permissions"
+msgstr ""
+
+msgid "Visibility:"
+msgstr ""
+
+msgid "VisibilityLevel|Internal"
+msgstr ""
+
+msgid "VisibilityLevel|Private"
+msgstr ""
+
+msgid "VisibilityLevel|Public"
+msgstr ""
+
+msgid "VisibilityLevel|Unknown"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
+msgstr ""
+
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr ""
+
+msgid "VisualReviewApp|Copy script"
+msgstr ""
+
+msgid "VisualReviewApp|Enable Visual Reviews"
+msgstr ""
+
+msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application."
+msgstr ""
+
+msgid "VisualReviewApp|Open review app"
+msgstr ""
+
+msgid "VisualReviewApp|Review"
+msgstr ""
+
+msgid "VisualReviewApp|Steps 1 and 2 (and sometimes 3) are performed once by the developer before requesting feedback. Steps 3 (if necessary), 4, and 5 are performed by the reviewer each time they perform a review."
+msgstr ""
+
+msgid "Vulnerabilities"
+msgstr ""
+
+msgid "Vulnerabilities over time"
+msgstr ""
+
+msgid "Vulnerability-Check"
+msgstr ""
+
+msgid "VulnerabilityChart|%{formattedStartDate} to today"
+msgstr ""
+
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
+msgid "Vulnerability|Class"
+msgstr ""
+
+msgid "Vulnerability|Confidence"
+msgstr ""
+
+msgid "Vulnerability|Description"
+msgstr ""
+
+msgid "Vulnerability|File"
+msgstr ""
+
+msgid "Vulnerability|Identifiers"
+msgstr ""
+
+msgid "Vulnerability|Image"
+msgstr ""
+
+msgid "Vulnerability|Instances"
+msgstr ""
+
+msgid "Vulnerability|Links"
+msgstr ""
+
+msgid "Vulnerability|Namespace"
+msgstr ""
+
+msgid "Vulnerability|Project"
+msgstr ""
+
+msgid "Vulnerability|Report Type"
+msgstr ""
+
+msgid "Vulnerability|Severity"
+msgstr ""
+
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
+msgstr ""
+
+msgid "Waiting for performance data"
+msgstr ""
+
+msgid "Want to see the data? Please ask an administrator for access."
+msgstr ""
+
+msgid "Warning:"
+msgstr ""
+
+msgid "We could not determine the path to remove the epic"
+msgstr ""
+
+msgid "We could not determine the path to remove the issue"
+msgstr ""
+
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
+msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
+msgstr ""
+
+msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
+msgstr ""
+
+msgid "We don't have enough data to show this stage."
+msgstr ""
+
+msgid "We have found the following errors:"
+msgstr ""
+
+msgid "We heard back from your U2F device. You have been authenticated."
+msgstr ""
+
+msgid "We sent you an email with reset password instructions"
+msgstr ""
+
+msgid "We want to be sure it is you, please confirm you are not a robot."
+msgstr ""
+
+msgid "We've found no vulnerabilities"
+msgstr ""
+
+msgid "Web IDE"
+msgstr ""
+
+msgid "Web Terminal"
+msgstr ""
+
+msgid "Web terminal"
+msgstr ""
+
+msgid "Webhooks"
+msgstr ""
+
+msgid "Webhooks Help"
+msgstr ""
+
+msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group."
+msgstr ""
+
+msgid "Wednesday"
+msgstr ""
+
+msgid "Weeks"
+msgstr ""
+
+msgid "Weight"
+msgstr ""
+
+msgid "Weight %{weight}"
+msgstr ""
+
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
+msgid "Welcome to the Guided GitLab Tour"
+msgstr ""
+
+msgid "Welcome to your Issue Board!"
+msgstr ""
+
+msgid "What are you searching for?"
+msgstr ""
+
+msgid "When a runner is locked, it cannot be assigned to other projects"
+msgstr ""
+
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "When enabled, users cannot use GitLab until the terms have been accepted."
+msgstr ""
+
+msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgstr ""
+
+msgid "When this merge request is accepted"
+msgid_plural "When these merge requests are accepted"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
+msgstr ""
+
+msgid "When:"
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "White helpers give contextual information."
+msgstr ""
+
+msgid "Whitelist to allow requests to the local network from hooks and services"
+msgstr ""
+
+msgid "Who can be an approver?"
+msgstr ""
+
+msgid "Who can see this group?"
+msgstr ""
+
+msgid "Who will be able to see this group?"
+msgstr ""
+
+msgid "Wiki"
+msgstr ""
+
+msgid "Wiki pages"
+msgstr ""
+
+msgid "Wiki was successfully updated."
+msgstr ""
+
+msgid "WikiClone|Clone your wiki"
+msgstr ""
+
+msgid "WikiClone|Git Access"
+msgstr ""
+
+msgid "WikiClone|Install Gollum"
+msgstr ""
+
+msgid "WikiClone|It is recommended to install %{markdown} so that GFM features render locally:"
+msgstr ""
+
+msgid "WikiClone|Start Gollum and edit locally"
+msgstr ""
+
+msgid "WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title."
+msgstr ""
+
+msgid "WikiEdit|There is already a page with the same title in that path."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|You must be a project member in order to add wiki pages. If you have suggestions for how to improve the wiki for this project, consider opening an issue in the %{issues_link}."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|issue tracker"
+msgstr ""
+
+msgid "WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on."
+msgstr ""
+
+msgid "WikiEmpty|Create your first page"
+msgstr ""
+
+msgid "WikiEmpty|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmpty|The wiki lets you write documentation for your project"
+msgstr ""
+
+msgid "WikiEmpty|This project has no wiki pages"
+msgstr ""
+
+msgid "WikiEmpty|You must be a project member in order to add wiki pages."
+msgstr ""
+
+msgid "WikiHistoricalPage|This is an old version of this page."
+msgstr ""
+
+msgid "WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}."
+msgstr ""
+
+msgid "WikiHistoricalPage|history"
+msgstr ""
+
+msgid "WikiHistoricalPage|most recent version"
+msgstr ""
+
+msgid "WikiMarkdownDocs|More examples are in the %{docs_link}"
+msgstr ""
+
+msgid "WikiMarkdownDocs|documentation"
+msgstr ""
+
+msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}"
+msgstr ""
+
+msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Are you sure you want to delete this page?"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page %{pageTitle}?"
+msgstr ""
+
+msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{page_link} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "WikiPageConflictMessage|the page"
+msgstr ""
+
+msgid "WikiPageCreate|Create %{pageTitle}"
+msgstr ""
+
+msgid "WikiPageEdit|Update %{pageTitle}"
+msgstr ""
+
+msgid "WikiPage|Write your content or drag files here…"
+msgstr ""
+
+msgid "Wiki|Create New Page"
+msgstr ""
+
+msgid "Wiki|Create page"
+msgstr ""
+
+msgid "Wiki|Created date"
+msgstr ""
+
+msgid "Wiki|Edit Page"
+msgstr ""
+
+msgid "Wiki|More Pages"
+msgstr ""
+
+msgid "Wiki|New page"
+msgstr ""
+
+msgid "Wiki|Page history"
+msgstr ""
+
+msgid "Wiki|Page title"
+msgstr ""
+
+msgid "Wiki|Page version"
+msgstr ""
+
+msgid "Wiki|Pages"
+msgstr ""
+
+msgid "Wiki|Title"
+msgstr ""
+
+msgid "Wiki|Wiki Pages"
+msgstr ""
+
+msgid "Will deploy to"
+msgstr ""
+
+msgid "With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members."
+msgstr ""
+
+msgid "Withdraw Access Request"
+msgstr ""
+
+msgid "Work in Progress Limit"
+msgstr ""
+
+msgid "Workflow Help"
+msgstr ""
+
+msgid "Write"
+msgstr ""
+
+msgid "Write a comment or drag your files here…"
+msgstr ""
+
+msgid "Write a comment…"
+msgstr ""
+
+msgid "Write access allowed"
+msgstr ""
+
+msgid "Write milestone description..."
+msgstr ""
+
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
+msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
+msgstr ""
+
+msgid "Yes"
+msgstr ""
+
+msgid "Yes or No"
+msgstr ""
+
+msgid "Yes, add it"
+msgstr ""
+
+msgid "Yes, let me map Google Code users to full names or GitLab users."
+msgstr ""
+
+msgid "Yesterday"
+msgstr ""
+
+msgid "You"
+msgstr ""
+
+msgid "You are an admin, which means granting access to <strong>%{client_name}</strong> will allow them to interact with GitLab as an admin as well. Proceed with caution."
+msgstr ""
+
+msgid "You are attempting to delete a file that has been previously updated."
+msgstr ""
+
+msgid "You are attempting to update a file that has changed since you started editing it."
+msgstr ""
+
+msgid "You are connected to the Prometheus server, but there is currently no data to display."
+msgstr ""
+
+msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are not allowed to unlink your primary login account"
+msgstr ""
+
+msgid "You are not authorized to perform this action"
+msgstr ""
+
+msgid "You are now impersonating %{username}"
+msgstr ""
+
+msgid "You are on a read-only GitLab instance."
+msgstr ""
+
+msgid "You are receiving this message because you are a GitLab administrator for %{url}."
+msgstr ""
+
+msgid "You can %{linkStart}view the blob%{linkEnd} instead."
+msgstr ""
+
+msgid "You can also create a project from the command line."
+msgstr ""
+
+msgid "You can also press &#8984;-Enter"
+msgstr ""
+
+msgid "You can also press Ctrl-Enter"
+msgstr ""
+
+msgid "You can also star a label to make it a priority label."
+msgstr ""
+
+msgid "You can also test your %{gitlab_ci_yml} in %{lint_link_start}CI Lint%{lint_link_end}"
+msgstr ""
+
+msgid "You can also upload existing files from your computer using the instructions below."
+msgstr ""
+
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can create files directly in GitLab using one of the following options."
+msgstr ""
+
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can easily contribute to them by requesting to join these groups."
+msgstr ""
+
+msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}"
+msgstr ""
+
+msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgstr ""
+
+msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgstr ""
+
+msgid "You can move around the graph by using the arrow keys."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original branch."
+msgstr ""
+
+msgid "You can now submit a merge request to get this change into the original project."
+msgstr ""
+
+msgid "You can only add files when you are on a branch"
+msgstr ""
+
+msgid "You can only edit files when you are on a branch"
+msgstr ""
+
+msgid "You can only merge once the items above are resolved."
+msgstr ""
+
+msgid "You can only merge once this merge request is approved."
+msgstr ""
+
+msgid "You can only transfer the project to namespaces you manage."
+msgstr ""
+
+msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}"
+msgstr ""
+
+msgid "You can see your chat accounts."
+msgstr ""
+
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
+msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
+msgstr ""
+
+msgid "You can specify notification level per group or per project."
+msgstr ""
+
+msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
+msgstr ""
+
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
+msgid "You cannot access the raw file. Please wait a minute."
+msgstr ""
+
+msgid "You cannot impersonate a blocked user"
+msgstr ""
+
+msgid "You cannot impersonate a user who cannot log in"
+msgstr ""
+
+msgid "You cannot impersonate an internal user"
+msgstr ""
+
+msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
+msgstr ""
+
+msgid "You cannot write to a read-only secondary GitLab Geo instance. Please use %{link_to_primary_node} instead."
+msgstr ""
+
+msgid "You cannot write to this read-only GitLab instance."
+msgstr ""
+
+msgid "You could not create a new trigger."
+msgstr ""
+
+msgid "You do not have any subscriptions yet"
+msgstr ""
+
+msgid "You do not have permission to leave this %{namespaceType}."
+msgstr ""
+
+msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
+msgstr ""
+
+msgid "You do not have the correct permissions to override the settings from the LDAP group sync."
+msgstr ""
+
+msgid "You don't have any U2F devices registered yet."
+msgstr ""
+
+msgid "You don't have any active chat names."
+msgstr ""
+
+msgid "You don't have any applications"
+msgstr ""
+
+msgid "You don't have any authorized applications"
+msgstr ""
+
+msgid "You don't have any deployments right now."
+msgstr ""
+
+msgid "You don't have any projects available."
+msgstr ""
+
+msgid "You don't have any recent searches"
+msgstr ""
+
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
+msgid "You don’t have access to Cycle Analytics for this group"
+msgstr ""
+
+msgid "You don’t have access to Productivity Analytics in this group"
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to %{label}."
+msgstr ""
+
+msgid "You have been unsubscribed from this thread."
+msgstr ""
+
+msgid "You have declined the invitation to join %{label}."
+msgstr ""
+
+msgid "You have no permissions"
+msgstr ""
+
+msgid "You have not added any approvers. Start by adding users or groups."
+msgstr ""
+
+msgid "You have reached your project limit"
+msgstr ""
+
+msgid "You haven't added any issues to your project yet"
+msgstr ""
+
+msgid "You haven't selected any issues yet"
+msgstr ""
+
+msgid "You left the \"%{membershipable_human_name}\" %{source_type}."
+msgstr ""
+
+msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
+msgstr ""
+
+msgid "You may close the milestone now."
+msgstr ""
+
+msgid "You must accept our Terms of Service and privacy policy in order to register an account"
+msgstr ""
+
+msgid "You must have maintainer access to force delete a lock"
+msgstr ""
+
+msgid "You must have permission to create a project in a namespace before forking."
+msgstr ""
+
+msgid "You must provide a valid current password"
+msgstr ""
+
+msgid "You must provide your current password in order to change it."
+msgstr ""
+
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
+msgid "You need a different license to enable FileLocks feature"
+msgstr ""
+
+msgid "You need a different license to use Geo replication."
+msgstr ""
+
+msgid "You need git-lfs version %{min_git_lfs_version} (or greater) to continue. Please visit https://git-lfs.github.com"
+msgstr ""
+
+msgid "You need permission."
+msgstr ""
+
+msgid "You need to be logged in."
+msgstr ""
+
+msgid "You need to register a two-factor authentication app before you can set up a U2F device."
+msgstr ""
+
+msgid "You need to specify both an Access Token and a Host URL."
+msgstr ""
+
+msgid "You need to upload a GitLab project export archive (ending in .gz)."
+msgstr ""
+
+msgid "You need to upload a Google Takeout archive."
+msgstr ""
+
+msgid "You tried to fork %{link_to_the_project} but it failed for the following reason:"
+msgstr ""
+
+msgid "You will lose all changes you've made to this file. This action cannot be undone."
+msgstr ""
+
+msgid "You will lose all the unstaged changes you've made in this project. This action cannot be undone."
+msgstr ""
+
+msgid "You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "You will not get any notifications via email"
+msgstr ""
+
+msgid "You will only receive notifications for the events you choose"
+msgstr ""
+
+msgid "You will only receive notifications for threads you have participated in"
+msgstr ""
+
+msgid "You will receive notifications for any activity"
+msgstr ""
+
+msgid "You will receive notifications only for comments in which you were @mentioned"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via %{protocol} until you %{set_password_link} on your account"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you %{add_ssh_key_link} to your profile"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
+msgstr ""
+
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
+msgid "You'll be signed out from your current account automatically."
+msgstr ""
+
+msgid "You'll need to use different branch names to get a valid comparison."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
+msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're not allowed to make changes to this project directly. A fork of this project is being created that you can make changes in, so you can submit a merge request."
+msgstr ""
+
+msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgstr ""
+
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
+msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
+msgstr ""
+
+msgid "YouTube"
+msgstr ""
+
+msgid "Your Commit Email will be used for web based operations, such as edits and merges."
+msgstr ""
+
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr ""
+
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
+
+msgid "Your GPG keys (%{count})"
+msgstr ""
+
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
+msgid "Your Groups"
+msgstr ""
+
+msgid "Your New Personal Access Token"
+msgstr ""
+
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
+msgid "Your Primary Email will be used for avatar detection."
+msgstr ""
+
+msgid "Your Projects (default)"
+msgstr ""
+
+msgid "Your Projects' Activity"
+msgstr ""
+
+msgid "Your Public Email will be displayed on your public profile."
+msgstr ""
+
+msgid "Your SSH keys (%{count})"
+msgstr ""
+
+msgid "Your To-Do List"
+msgstr ""
+
+msgid "Your U2F device did not send a valid JSON response."
+msgstr ""
+
+msgid "Your U2F device needs to be set up. Plug it in (if not already) and click the button on the left."
+msgstr ""
+
+msgid "Your U2F device was registered!"
+msgstr ""
+
+msgid "Your access request to the %{source_type} has been withdrawn."
+msgstr ""
+
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
+msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
+msgstr ""
+
+msgid "Your applications (%{size})"
+msgstr ""
+
+msgid "Your authorized applications"
+msgstr ""
+
+msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
+msgstr ""
+
+msgid "Your changes can be committed to %{branch_name} because a merge request is open."
+msgstr ""
+
+msgid "Your changes have been committed. Commit %{commitId} %{commitStats}"
+msgstr ""
+
+msgid "Your changes have been saved"
+msgstr ""
+
+msgid "Your changes have been successfully committed."
+msgstr ""
+
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
+msgid "Your comment could not be submitted! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your comment could not be updated! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
+msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
+msgstr ""
+
+msgid "Your device was successfully set up! Give it a name and register it with the GitLab server."
+msgstr ""
+
+msgid "Your groups"
+msgstr ""
+
+msgid "Your issues are being imported. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your issues will be imported in the background. Once finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your message here"
+msgstr ""
+
+msgid "Your name"
+msgstr ""
+
+msgid "Your new SCIM token"
+msgstr ""
+
+msgid "Your new personal access token has been created."
+msgstr ""
+
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
+msgstr ""
+
+msgid "Your password reset token has expired."
+msgstr ""
+
+msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
+msgstr ""
+
+msgid "Your projects"
+msgstr ""
+
+msgid "Your request for access has been queued for review."
+msgstr ""
+
+msgid "Zoom meeting added"
+msgstr ""
+
+msgid "Zoom meeting removed"
+msgstr ""
+
+msgid "a deleted user"
+msgstr ""
+
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "added %{created_at_timeago}"
+msgstr ""
+
+msgid "added a Zoom call to this issue"
+msgstr ""
+
+msgid "ago"
+msgstr ""
+
+msgid "allowed to fail"
+msgstr ""
+
+msgid "already being used for another group or project milestone."
+msgstr ""
+
+msgid "already has a \"created\" issue link"
+msgstr ""
+
+msgid "already shared with this group"
+msgstr ""
+
+msgid "among other things"
+msgstr ""
+
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
+msgid "assign yourself"
+msgstr ""
+
+msgid "attach a new file"
+msgstr ""
+
+msgid "authored"
+msgstr ""
+
+msgid "blocks"
+msgstr ""
+
+msgid "branch name"
+msgstr ""
+
+msgid "by"
+msgstr ""
+
+msgid "cannot be changed if a personal project has container registry tags."
+msgstr ""
+
+msgid "cannot be enabled unless all domains have TLS certificates"
+msgstr ""
+
+msgid "cannot be modified"
+msgstr ""
+
+msgid "cannot block others"
+msgstr ""
+
+msgid "cannot include leading slash or directory traversal."
+msgstr ""
+
+msgid "cannot itself be blocked"
+msgstr ""
+
+msgid "cannot merge"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about DAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Dependency Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{namespace} is affected by %{vulnerability}."
+msgstr ""
+
+msgid "ciReport|%{remainingPackagesCount} more"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new vulnerability"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} new vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismissedCount} dismissed vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{fixedCount} fixed vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected %{newCount} vulnerability for the source branch only"
+msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} vulnerabilities for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|%{reportType} %{status} detected no new vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities"
+msgstr ""
+
+msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
+msgstr ""
+
+msgid "ciReport|%{reportType} is loading"
+msgstr ""
+
+msgid "ciReport|%{reportType}: Loading resulted in an error"
+msgstr ""
+
+msgid "ciReport|%{vulnerability} in %{featurename}"
+msgstr ""
+
+msgid "ciReport|(errors when loading results)"
+msgstr ""
+
+msgid "ciReport|(is loading)"
+msgstr ""
+
+msgid "ciReport|(is loading, errors when loading results)"
+msgstr ""
+
+msgid "ciReport|All confidence levels"
+msgstr ""
+
+msgid "ciReport|All projects"
+msgstr ""
+
+msgid "ciReport|All report types"
+msgstr ""
+
+msgid "ciReport|All severities"
+msgstr ""
+
+msgid "ciReport|Automatically apply the patch in a new branch"
+msgstr ""
+
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
+msgid "ciReport|Class"
+msgstr ""
+
+msgid "ciReport|Code quality"
+msgstr ""
+
+msgid "ciReport|Confidence"
+msgstr ""
+
+msgid "ciReport|Container Scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning"
+msgstr ""
+
+msgid "ciReport|Container scanning detects known vulnerabilities in your docker images."
+msgstr ""
+
+msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
+msgstr ""
+
+msgid "ciReport|Create issue"
+msgstr ""
+
+msgid "ciReport|DAST"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning"
+msgstr ""
+
+msgid "ciReport|Dependency Scanning detects known vulnerabilities in your source code's dependencies."
+msgstr ""
+
+msgid "ciReport|Dependency scanning"
+msgstr ""
+
+msgid "ciReport|Description"
+msgstr ""
+
+msgid "ciReport|Download patch to resolve"
+msgstr ""
+
+msgid "ciReport|Download the patch to apply it manually"
+msgstr ""
+
+msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application."
+msgstr ""
+
+msgid "ciReport|Failed to load %{reportName} report"
+msgstr ""
+
+msgid "ciReport|File"
+msgstr ""
+
+msgid "ciReport|Fixed:"
+msgstr ""
+
+msgid "ciReport|Identifiers"
+msgstr ""
+
+msgid "ciReport|Image"
+msgstr ""
+
+msgid "ciReport|Instances"
+msgstr ""
+
+msgid "ciReport|Investigate this vulnerability by creating an issue"
+msgstr ""
+
+msgid "ciReport|Learn more about interacting with security reports"
+msgstr ""
+
+msgid "ciReport|Links"
+msgstr ""
+
+msgid "ciReport|Loading %{reportName} report"
+msgstr ""
+
+msgid "ciReport|Manage licenses"
+msgstr ""
+
+msgid "ciReport|Method"
+msgstr ""
+
+msgid "ciReport|Namespace"
+msgstr ""
+
+msgid "ciReport|No changes to code quality"
+msgstr ""
+
+msgid "ciReport|No changes to performance metrics"
+msgstr ""
+
+msgid "ciReport|Performance metrics"
+msgstr ""
+
+msgid "ciReport|Resolve with merge request"
+msgstr ""
+
+msgid "ciReport|SAST"
+msgstr ""
+
+msgid "ciReport|Security scanning"
+msgstr ""
+
+msgid "ciReport|Security scanning failed loading any results"
+msgstr ""
+
+msgid "ciReport|Severity"
+msgstr ""
+
+msgid "ciReport|Solution"
+msgstr ""
+
+msgid "ciReport|Static Application Security Testing (SAST) detects known vulnerabilities in your source code."
+msgstr ""
+
+msgid "ciReport|There was an error creating the issue. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error creating the merge request. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
+msgstr ""
+
+msgid "ciReport|There was an error reverting the dismissal. Please try again."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} from %{version} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade %{name} to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Upgrade to %{fixed}."
+msgstr ""
+
+msgid "ciReport|Used by %{packagesString}"
+msgid_plural "ciReport|Used by %{packagesString}, and %{lastPackage}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|View full report"
+msgstr ""
+
+msgid "comment"
+msgstr ""
+
+msgid "commented on %{link_to_project}"
+msgstr ""
+
+msgid "commit %{commit_id}"
+msgstr ""
+
+msgid "confidence|Confirmed"
+msgstr ""
+
+msgid "confidence|Experimental"
+msgstr ""
+
+msgid "confidence|High"
+msgstr ""
+
+msgid "confidence|Ignore"
+msgstr ""
+
+msgid "confidence|Low"
+msgstr ""
+
+msgid "confidence|Medium"
+msgstr ""
+
+msgid "confidence|Undefined"
+msgstr ""
+
+msgid "confidence|Unknown"
+msgstr ""
+
+msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
+msgstr ""
+
+msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
+msgstr ""
+
+msgid "connecting"
+msgstr ""
+
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "could not read private key, is the passphrase correct?"
+msgstr ""
+
+msgid "created"
+msgstr ""
+
+msgid "customize"
+msgstr ""
+
+msgid "date must not be after 9999-12-31"
+msgstr ""
+
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "default branch"
+msgstr ""
+
+msgid "deleted"
+msgstr ""
+
+msgid "deploy"
+msgstr ""
+
+msgid "design"
+msgstr ""
+
+msgid "designs"
+msgstr ""
+
+msgid "detached"
+msgstr ""
+
+msgid "disabled"
+msgstr ""
+
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
+msgid "done"
+msgstr ""
+
+msgid "draft"
+msgid_plural "drafts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "e.g. %{token}"
+msgstr ""
+
+msgid "element is not a hierarchy"
+msgstr ""
+
+msgid "email '%{email}' does not match the allowed domain of '%{email_domain}'"
+msgstr ""
+
+msgid "enabled"
+msgstr ""
+
+msgid "encrypted: needs to be a :required, :optional or :migrating!"
+msgstr ""
+
+msgid "entries cannot be larger than 255 characters"
+msgstr ""
+
+msgid "entries cannot be nil"
+msgstr ""
+
+msgid "entries cannot contain HTML tags"
+msgstr ""
+
+msgid "error"
+msgstr ""
+
+msgid "error code:"
+msgstr ""
+
+msgid "estimateCommand|%{slash_command} will update the estimated time with the latest command."
+msgstr ""
+
+msgid "expired on %{milestone_due_date}"
+msgstr ""
+
+msgid "expires on %{milestone_due_date}"
+msgstr ""
+
+msgid "failed"
+msgstr ""
+
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch} into %{link_to_merge_request_target_branch}"
+msgstr ""
+
+msgid "for %{link_to_pipeline_ref}"
+msgstr ""
+
+msgid "for %{ref}"
+msgstr ""
+
+msgid "for this project"
+msgstr ""
+
+msgid "fork this project"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
+msgid "group"
+msgstr ""
+
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
+msgid "has already been taken"
+msgstr ""
+
+msgid "help"
+msgstr ""
+
+msgid "here"
+msgstr ""
+
+msgid "https://your-bitbucket-server"
+msgstr ""
+
+msgid "image diff"
+msgstr ""
+
+msgid "import flow"
+msgstr ""
+
+msgid "importing"
+msgstr ""
+
+msgid "in group %{link_to_group}"
+msgstr ""
+
+msgid "in project %{link_to_project}"
+msgstr ""
+
+msgid "index"
+msgstr ""
+
+msgid "instance completed"
+msgid_plural "instances completed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "invalid milestone state `%{state}`"
+msgstr ""
+
+msgid "is an invalid IP address range"
+msgstr ""
+
+msgid "is blocked by"
+msgstr ""
+
+msgid "is enabled."
+msgstr ""
+
+msgid "is invalid because there is downstream lock"
+msgstr ""
+
+msgid "is invalid because there is upstream lock"
+msgstr ""
+
+msgid "is not a descendant of the Group owning the template"
+msgstr ""
+
+msgid "is not a valid X509 certificate."
+msgstr ""
+
+msgid "is not an email you own"
+msgstr ""
+
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
+msgid "is too long (maximum is 1000 entries)"
+msgstr ""
+
+msgid "issue"
+msgstr ""
+
+msgid "it is stored externally"
+msgstr ""
+
+msgid "it is stored in LFS"
+msgstr ""
+
+msgid "it is too large"
+msgstr ""
+
+msgid "jigsaw is not defined"
+msgstr ""
+
+msgid "latest"
+msgstr ""
+
+msgid "latest deployment"
+msgstr ""
+
+msgid "latest version"
+msgstr ""
+
+msgid "leave %{group_name}"
+msgstr ""
+
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
+msgid "locked by %{path_lock_user_name} %{created_at}"
+msgstr ""
+
+msgid "log in"
+msgstr ""
+
+msgid "manual"
+msgstr ""
+
+msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead."
+msgstr ""
+
+msgid "math|There was an error rendering this math block"
+msgstr ""
+
+msgid "merge request"
+msgid_plural "merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "milestone should belong either to a project or a group."
+msgstr ""
+
+msgid "missing"
+msgstr ""
+
+msgid "most recent deployment"
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|1 merge commit"
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you have made to a project and discuss those changes with others."
+msgstr ""
+
+msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
+msgstr ""
+
+msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} increased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
+msgstr ""
+
+msgid "mrWidget|Added to the merge train by"
+msgstr ""
+
+msgid "mrWidget|Allows commits from members who can merge to the target branch"
+msgstr ""
+
+msgid "mrWidget|An error occurred while removing your approval."
+msgstr ""
+
+msgid "mrWidget|An error occurred while retrieving approval data for this merge request."
+msgstr ""
+
+msgid "mrWidget|An error occurred while submitting your approval."
+msgstr ""
+
+msgid "mrWidget|Approval password is invalid."
+msgstr ""
+
+msgid "mrWidget|Approve"
+msgstr ""
+
+msgid "mrWidget|Approve additionally"
+msgstr ""
+
+msgid "mrWidget|Approved by"
+msgstr ""
+
+msgid "mrWidget|Cancel automatic merge"
+msgstr ""
+
+msgid "mrWidget|Check out branch"
+msgstr ""
+
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick"
+msgstr ""
+
+msgid "mrWidget|Cherry-pick this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Closed"
+msgstr ""
+
+msgid "mrWidget|Closed by"
+msgstr ""
+
+msgid "mrWidget|Closes"
+msgstr ""
+
+msgid "mrWidget|Create an issue to resolve them later"
+msgstr ""
+
+msgid "mrWidget|Delete source branch"
+msgstr ""
+
+msgid "mrWidget|Deployment statistics are not available currently"
+msgstr ""
+
+msgid "mrWidget|Did not close"
+msgstr ""
+
+msgid "mrWidget|Email patches"
+msgstr ""
+
+msgid "mrWidget|Failed to load deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
+msgstr ""
+
+msgid "mrWidget|Fork merge requests do not create merge request pipelines which validate a post merge result"
+msgstr ""
+
+msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgstr ""
+
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
+msgid "mrWidget|Loading deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Mentions"
+msgstr ""
+
+msgid "mrWidget|Merge"
+msgstr ""
+
+msgid "mrWidget|Merge failed."
+msgstr ""
+
+msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
+msgstr ""
+
+msgid "mrWidget|Merge locally"
+msgstr ""
+
+msgid "mrWidget|Merge request approved."
+msgstr ""
+
+msgid "mrWidget|Merged by"
+msgstr ""
+
+msgid "mrWidget|More information"
+msgstr ""
+
+msgid "mrWidget|No approval required"
+msgstr ""
+
+msgid "mrWidget|No approval required; you can still approve"
+msgstr ""
+
+msgid "mrWidget|Open in Web IDE"
+msgstr ""
+
+msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a manual action to proceed"
+msgstr ""
+
+msgid "mrWidget|Plain diff"
+msgstr ""
+
+msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
+msgstr ""
+
+msgid "mrWidget|Refresh"
+msgstr ""
+
+msgid "mrWidget|Refresh now"
+msgstr ""
+
+msgid "mrWidget|Refreshing now"
+msgstr ""
+
+msgid "mrWidget|Remove from merge train"
+msgstr ""
+
+msgid "mrWidget|Request to merge"
+msgstr ""
+
+msgid "mrWidget|Resolve WIP status"
+msgstr ""
+
+msgid "mrWidget|Resolve conflicts"
+msgstr ""
+
+msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally"
+msgstr ""
+
+msgid "mrWidget|Revert"
+msgstr ""
+
+msgid "mrWidget|Revert this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Revoke approval"
+msgstr ""
+
+msgid "mrWidget|Set by"
+msgstr ""
+
+msgid "mrWidget|The changes were merged into"
+msgstr ""
+
+msgid "mrWidget|The changes were not merged into"
+msgstr ""
+
+msgid "mrWidget|The changes will be merged into"
+msgstr ""
+
+msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure"
+msgstr ""
+
+msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging"
+msgstr ""
+
+msgid "mrWidget|The source branch has been deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch is %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} the target branch"
+msgstr ""
+
+msgid "mrWidget|The source branch is being deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will be deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will not be deleted"
+msgstr ""
+
+msgid "mrWidget|There are merge conflicts"
+msgstr ""
+
+msgid "mrWidget|There are unresolved threads. Please resolve these threads"
+msgstr ""
+
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgstr ""
+
+msgid "mrWidget|This merge request failed to be merged automatically"
+msgstr ""
+
+msgid "mrWidget|This merge request is in the process of being merged"
+msgstr ""
+
+msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgstr ""
+
+msgid "mrWidget|This project is archived, write access has been disabled"
+msgstr ""
+
+msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
+msgstr ""
+
+msgid "mrWidget|When this merge request is ready, remove the WIP: prefix from the title to allow it to be merged"
+msgstr ""
+
+msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
+msgstr ""
+
+msgid "mrWidget|You can delete the source branch now"
+msgstr ""
+
+msgid "mrWidget|You can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|Your password"
+msgstr ""
+
+msgid "mrWidget|branch does not exist."
+msgstr ""
+
+msgid "mrWidget|command line"
+msgstr ""
+
+msgid "mrWidget|into"
+msgstr ""
+
+msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to be merged automatically when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to start a merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "must be greater than start date"
+msgstr ""
+
+msgid "n/a"
+msgstr ""
+
+msgid "needs to be between 10 minutes and 1 month"
+msgstr ""
+
+msgid "never expires"
+msgstr ""
+
+msgid "new merge request"
+msgstr ""
+
+msgid "no contributions"
+msgstr ""
+
+msgid "no one can merge"
+msgstr ""
+
+msgid "none"
+msgstr ""
+
+msgid "not found"
+msgstr ""
+
+msgid "notification emails"
+msgstr ""
+
+msgid "nounSeries|%{firstItem} and %{lastItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, %{nextItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, and %{lastItem}"
+msgstr ""
+
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
+
+msgid "out of %d total test"
+msgid_plural "out of %d total tests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "parent"
+msgid_plural "parents"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "password"
+msgstr ""
+
+msgid "pending comment"
+msgstr ""
+
+msgid "pending removal"
+msgstr ""
+
+msgid "pipeline"
+msgstr ""
+
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "point"
+msgid_plural "points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "private"
+msgstr ""
+
+msgid "private key does not match certificate."
+msgstr ""
+
+msgid "processing"
+msgstr ""
+
+msgid "project"
+msgid_plural "projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "project avatar"
+msgstr ""
+
+msgid "quick actions"
+msgstr ""
+
+msgid "register"
+msgstr ""
+
+msgid "relates to"
+msgstr ""
+
+msgid "released %{time}"
+msgstr ""
+
+msgid "remaining"
+msgstr ""
+
+msgid "remove"
+msgstr ""
+
+msgid "remove due date"
+msgstr ""
+
+msgid "remove weight"
+msgstr ""
+
+msgid "removed a Zoom call from this issue"
+msgstr ""
+
+msgid "rendered diff"
+msgstr ""
+
+msgid "reply"
+msgid_plural "replies"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "reset it."
+msgstr ""
+
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
+msgid "score"
+msgstr ""
+
+msgid "security Reports|There was an error creating the merge request"
+msgstr ""
+
+msgid "severity|Critical"
+msgstr ""
+
+msgid "severity|High"
+msgstr ""
+
+msgid "severity|Info"
+msgstr ""
+
+msgid "severity|Low"
+msgstr ""
+
+msgid "severity|Medium"
+msgstr ""
+
+msgid "severity|None"
+msgstr ""
+
+msgid "severity|Undefined"
+msgstr ""
+
+msgid "severity|Unknown"
+msgstr ""
+
+msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
+msgstr ""
+
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
+msgid "show less"
+msgstr ""
+
+msgid "sign in"
+msgstr ""
+
+msgid "sort:"
+msgstr ""
+
+msgid "source"
+msgstr ""
+
+msgid "source diff"
+msgstr ""
+
+msgid "specified top is not part of the tree"
+msgstr ""
+
+msgid "spendCommand|%{slash_command} will update the sum of the time spent."
+msgstr ""
+
+msgid "started"
+msgstr ""
+
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
+msgid "started on %{milestone_start_date}"
+msgstr ""
+
+msgid "starts on %{milestone_start_date}"
+msgstr ""
+
+msgid "stuck"
+msgstr ""
+
+msgid "success"
+msgstr ""
+
+msgid "syntax is correct"
+msgstr ""
+
+msgid "syntax is incorrect"
+msgstr ""
+
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
+msgid "this document"
+msgstr ""
+
+msgid "thread resolved"
+msgid_plural "threads resolved"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "to help your contributors communicate effectively!"
+msgstr ""
+
+msgid "to list"
+msgstr ""
+
+msgid "toggle collapse"
+msgstr ""
+
+msgid "toggle dropdown"
+msgstr ""
+
+msgid "triggered"
+msgstr ""
+
+msgid "unicode domains should use IDNA encoding"
+msgstr ""
+
+msgid "updated"
+msgstr ""
+
+msgid "updated %{time_ago}"
+msgstr ""
+
+msgid "user avatar"
+msgstr ""
+
+msgid "username"
+msgstr ""
+
+msgid "uses Kubernetes clusters to deploy your code!"
+msgstr ""
+
+msgid "verify ownership"
+msgstr ""
+
+msgid "version %{versionIndex}"
+msgstr ""
+
+msgid "via %{closed_via}"
+msgstr ""
+
+msgid "via merge request %{link}"
+msgstr ""
+
+msgid "view it on GitLab"
+msgstr ""
+
+msgid "view the blob"
+msgstr ""
+
+msgid "vulnerability|Add a comment or reason for dismissal"
+msgstr ""
+
+msgid "vulnerability|Add comment"
+msgstr ""
+
+msgid "vulnerability|Add comment & dismiss"
+msgstr ""
+
+msgid "vulnerability|Dismiss vulnerability"
+msgstr ""
+
+msgid "vulnerability|Save comment"
+msgstr ""
+
+msgid "vulnerability|Undo dismiss"
+msgstr ""
+
+msgid "vulnerability|dismissed"
+msgstr ""
+
+msgid "with %{additions} additions, %{deletions} deletions."
+msgstr ""
+
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
+
+msgid "yaml invalid"
+msgstr ""
+
diff --git a/locale/vi_VN/gitlab.po b/locale/vi_VN/gitlab.po
index 16064290acd..4e1e5056830 100644
--- a/locale/vi_VN/gitlab.po
+++ b/locale/vi_VN/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Vietnamese\n"
"Language: vi_VN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: vi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:16\n"
+"PO-Revision-Date: 2020-01-22 09:29\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -50,15 +49,18 @@ msgstr ""
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
+msgid " or <#issue id>"
msgstr ""
-msgid " or <#issue id>"
+msgid " or <&epic id>"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] ""
@@ -86,8 +88,8 @@ msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] ""
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
msgstr[0] ""
msgid "%d fixed test result"
@@ -130,6 +132,14 @@ msgid "%d more comment"
msgid_plural "%d more comments"
msgstr[0] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -138,6 +148,10 @@ msgid "%d staged change"
msgid_plural "%d staged changes"
msgstr[0] ""
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] ""
@@ -155,6 +169,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr ""
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -174,6 +191,10 @@ msgstr ""
msgid "%{count} more assignees"
msgstr ""
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr ""
@@ -188,6 +209,15 @@ msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
msgstr[0] ""
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -212,7 +242,7 @@ msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -227,6 +257,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr ""
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -242,6 +278,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -272,9 +311,25 @@ msgstr ""
msgid "%{openOrClose} %{noteable}"
msgstr ""
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr ""
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -296,6 +351,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -310,6 +377,10 @@ msgstr[0] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -317,6 +388,18 @@ msgstr[0] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] ""
@@ -330,6 +413,15 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
@@ -403,12 +495,20 @@ msgstr ""
msgid ", or "
msgstr ""
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr ""
msgid "- Runner is paused and will not receive any new jobs"
msgstr ""
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+
msgid "- show less"
msgstr ""
@@ -436,16 +536,25 @@ msgid_plural "%{merge_requests} closed merge requests"
msgstr[0] ""
msgid "1 day"
-msgstr ""
+msgid_plural "%d days"
+msgstr[0] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -478,9 +587,18 @@ msgstr ""
msgid "1st contribution!"
msgstr ""
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr ""
@@ -493,12 +611,18 @@ msgstr ""
msgid "3 hours"
msgstr ""
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr ""
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr ""
@@ -514,9 +638,15 @@ msgstr ""
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr ""
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr ""
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr ""
@@ -538,16 +668,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr ""
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -577,18 +701,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -598,6 +743,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr ""
@@ -607,7 +755,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -622,6 +770,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -670,6 +830,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -742,6 +905,9 @@ msgstr ""
msgid "Account"
msgstr ""
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -751,6 +917,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -791,6 +960,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr ""
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -839,13 +1011,13 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
-msgid "Add an issue"
+msgid "Add an existing issue to the epic."
msgstr ""
-msgid "Add approval rule"
+msgid "Add an issue"
msgstr ""
-msgid "Add approvers"
+msgid "Add approval rule"
msgstr ""
msgid "Add bold text"
@@ -887,15 +1059,18 @@ msgstr ""
msgid "Add new directory"
msgstr ""
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr ""
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -908,9 +1083,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -923,6 +1095,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -932,7 +1107,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -977,6 +1152,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr ""
@@ -986,13 +1164,16 @@ msgstr ""
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
+msgstr ""
+
+msgid "Admin notes"
msgstr ""
msgid "AdminArea|Stop all jobs"
@@ -1010,6 +1191,12 @@ msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr ""
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1100,15 +1287,39 @@ msgstr ""
msgid "AdminUsers|Admins"
msgstr ""
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr ""
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr ""
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -1124,15 +1335,36 @@ msgstr ""
msgid "AdminUsers|External"
msgstr ""
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1145,18 +1377,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr ""
msgid "AdminUsers|To confirm, type %{username}"
msgstr ""
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1188,6 +1447,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr ""
@@ -1200,9 +1465,6 @@ msgstr ""
msgid "All changes are committed"
msgstr ""
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1212,15 +1474,27 @@ msgstr ""
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr ""
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr ""
@@ -1236,9 +1510,6 @@ msgstr ""
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1251,6 +1522,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr ""
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr ""
@@ -1266,10 +1540,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1281,6 +1552,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr ""
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1290,6 +1564,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1335,12 +1621,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr ""
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1359,6 +1654,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1392,12 +1690,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr ""
@@ -1410,6 +1714,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr ""
@@ -1419,6 +1726,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1434,100 +1744,103 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
-msgid "An error occurred while loading the file"
+msgid "An error occurred while loading group members."
msgstr ""
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading issues"
msgstr ""
-msgid "An error occurred while making the request."
+msgid "An error occurred while loading merge requests."
msgstr ""
-msgid "An error occurred while moving the issue."
+msgid "An error occurred while loading the data. Please try again."
msgstr ""
-msgid "An error occurred while parsing recent searches"
+msgid "An error occurred while loading the file"
msgstr ""
-msgid "An error occurred while removing epics."
+msgid "An error occurred while loading the file content."
msgstr ""
-msgid "An error occurred while removing issues."
+msgid "An error occurred while loading the file."
msgstr ""
-msgid "An error occurred while rendering preview broadcast message"
+msgid "An error occurred while loading the merge request changes."
msgstr ""
-msgid "An error occurred while reordering issues."
+msgid "An error occurred while loading the merge request version data."
msgstr ""
-msgid "An error occurred while retrieving calendar activity"
+msgid "An error occurred while loading the merge request."
msgstr ""
-msgid "An error occurred while retrieving diff"
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while loading the subscription details."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while making the request."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while moving the issue."
msgstr ""
-msgid "An error occurred while subscribing to notifications."
+msgid "An error occurred while parsing recent searches"
msgstr ""
-msgid "An error occurred while triggering the job."
+msgid "An error occurred while removing epics."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while removing issues."
msgstr ""
-msgid "An error occurred while unsubscribing to notifications."
+msgid "An error occurred while rendering preview broadcast message"
msgstr ""
-msgid "An error occurred while updating approvers"
+msgid "An error occurred while reordering issues."
msgstr ""
-msgid "An error occurred while updating the comment"
+msgid "An error occurred while retrieving calendar activity"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while committing your changes."
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while fetching the job trace."
+msgid "An error occurred while saving assignees"
msgstr ""
-msgid "An error occurred while fetching the latest pipeline."
+msgid "An error occurred while saving the approval settings"
msgstr ""
-msgid "An error occurred while getting files for - %{branchId}"
+msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
-msgid "An error occurred while loading all the files."
+msgid "An error occurred while subscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the file content."
+msgid "An error occurred while triggering the job."
msgstr ""
-msgid "An error occurred while loading the file."
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
msgstr ""
-msgid "An error occurred while loading the merge request changes."
+msgid "An error occurred while unsubscribing to notifications."
msgstr ""
-msgid "An error occurred while loading the merge request version data."
+msgid "An error occurred while updating approvers"
msgstr ""
-msgid "An error occurred while loading the merge request."
+msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1554,7 +1867,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1575,15 +1894,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr ""
@@ -1593,10 +1921,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1626,12 +1954,24 @@ msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1644,6 +1984,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1663,9 +2006,6 @@ msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
msgstr[0] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1696,6 +2036,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr ""
@@ -1708,16 +2051,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1750,6 +2096,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr ""
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1759,6 +2108,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1807,9 +2159,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1849,6 +2210,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -1907,6 +2271,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1926,6 +2293,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr ""
@@ -1938,6 +2317,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -1998,12 +2380,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2115,6 +2506,9 @@ msgstr ""
msgid "Badges|Link"
msgstr ""
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr ""
@@ -2184,6 +2578,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2205,22 +2602,22 @@ msgstr ""
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2247,16 +2644,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2265,13 +2659,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr ""
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2280,10 +2671,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2349,6 +2740,9 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr ""
@@ -2499,22 +2893,22 @@ msgstr ""
msgid "Browse files"
msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2577,9 +2971,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2601,9 +2992,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2628,9 +3016,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2646,6 +3040,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2658,6 +3055,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2697,9 +3097,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr ""
-
msgid "Change assignee"
msgstr ""
@@ -2709,6 +3106,9 @@ msgstr ""
msgid "Change assignee(s)."
msgstr ""
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2772,13 +3172,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr ""
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2799,7 +3208,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2841,6 +3250,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2850,15 +3262,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr ""
msgid "Cherry-pick this merge request"
msgstr ""
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2946,6 +3442,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr ""
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr ""
@@ -2976,6 +3475,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr ""
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr ""
@@ -3048,6 +3550,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3057,6 +3562,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3165,15 +3673,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3189,6 +3700,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3228,6 +3742,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3255,7 +3772,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3273,7 +3793,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3282,12 +3808,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3300,13 +3835,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3315,27 +3850,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3345,9 +3943,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3375,6 +3979,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3402,6 +4009,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3420,6 +4030,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3441,6 +4054,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3462,13 +4078,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3477,13 +4093,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3501,24 +4126,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3528,6 +4186,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3561,10 +4228,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3576,9 +4246,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3588,30 +4270,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3624,7 +4351,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3636,16 +4363,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3660,6 +4393,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3678,6 +4417,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3696,6 +4438,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3708,6 +4456,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3717,12 +4468,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3732,6 +4492,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3741,9 +4504,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3756,10 +4516,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3768,6 +4549,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3780,6 +4567,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3856,6 +4661,9 @@ msgstr ""
msgid "Commit message"
msgstr ""
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3886,6 +4694,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3907,6 +4718,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr ""
@@ -3925,6 +4739,9 @@ msgstr ""
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3943,6 +4760,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr ""
@@ -3964,6 +4784,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -3979,7 +4802,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4015,15 +4844,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4039,68 +4877,134 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Expiration interval:"
msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+
msgid "ContainerRegistry|Size"
msgstr ""
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4136,25 +5040,49 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
msgstr ""
msgid "Control emails linked to your account"
@@ -4166,9 +5094,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4178,16 +5103,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4199,52 +5136,55 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
+msgid "Copy URL"
msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
+msgid "Copy commands"
msgstr ""
-msgid "Copy file path to clipboard"
+msgid "Copy commit SHA"
msgstr ""
-msgid "Copy labels and milestone from %{source_issuable_reference}."
+msgid "Copy file contents"
msgstr ""
-msgid "Copy labels and milestone from other issue or merge request in this project"
+msgid "Copy file path"
msgstr ""
-msgid "Copy link"
+msgid "Copy impersonation token"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy link"
msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4265,27 +5205,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4301,9 +5262,15 @@ msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4319,12 +5286,21 @@ msgstr ""
msgid "Create a new issue"
msgstr ""
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr ""
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4364,6 +5340,9 @@ msgstr ""
msgid "Create group label"
msgstr ""
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -4424,9 +5403,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4466,18 +5454,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr ""
msgid "Cron syntax"
msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4487,13 +5484,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4511,12 +5517,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4550,6 +5562,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4571,6 +5586,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr ""
@@ -4580,15 +5598,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4601,6 +5646,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4613,9 +5661,6 @@ msgstr ""
msgid "CycleAnalyticsStage|Plan"
msgstr ""
-msgid "CycleAnalyticsStage|Production"
-msgstr ""
-
msgid "CycleAnalyticsStage|Review"
msgstr ""
@@ -4625,23 +5670,73 @@ msgstr ""
msgid "CycleAnalyticsStage|Test"
msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4678,6 +5773,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4696,6 +5794,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4714,6 +5815,9 @@ msgstr ""
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4726,6 +5830,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4798,6 +5905,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4837,6 +5956,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4846,6 +5968,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4905,6 +6030,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5004,10 +6132,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5070,21 +6198,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr ""
@@ -5103,6 +6252,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5112,19 +6270,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Could not add a new comment. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Delete"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Delete designs confirmation"
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Delete selected"
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5136,12 +6312,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5166,19 +6345,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5193,15 +6381,15 @@ msgstr ""
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5262,15 +6450,21 @@ msgstr ""
msgid "Discussion"
msgstr ""
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5292,12 +6486,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5310,6 +6513,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5325,6 +6531,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5340,6 +6552,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5373,9 +6588,18 @@ msgstr ""
msgid "Due date"
msgstr ""
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5394,6 +6618,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5406,9 +6636,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr ""
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5418,6 +6657,9 @@ msgstr ""
msgid "Edit comment"
msgstr ""
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5448,6 +6690,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5460,6 +6705,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5484,6 +6732,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5562,6 +6813,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5610,6 +6867,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5661,6 +6921,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5685,6 +6948,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr ""
@@ -5703,9 +6969,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5718,6 +6981,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5727,6 +6999,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5742,12 +7017,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5766,6 +7050,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5784,19 +7074,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5838,9 +7137,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5856,10 +7161,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5874,6 +7179,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5889,9 +7200,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -5961,10 +7269,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -5973,7 +7281,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6009,6 +7317,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6048,6 +7359,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6063,6 +7380,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr ""
@@ -6096,9 +7416,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6114,7 +7431,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6132,12 +7449,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr ""
msgid "EventFilterBy|Filter by comments"
msgstr ""
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr ""
@@ -6156,12 +7479,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr ""
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr ""
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr ""
@@ -6192,18 +7530,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6225,9 +7572,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6279,6 +7632,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6348,13 +7704,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
-msgid "Failed to change the owner"
+msgid "Failed to cancel auto stop because failed to update the environment."
msgstr ""
-msgid "Failed to check related branches."
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
msgstr ""
-msgid "Failed to connect to the prometheus server"
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6375,6 +7737,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6384,6 +7749,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6393,6 +7761,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6435,9 +7806,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6462,6 +7830,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr ""
@@ -6489,6 +7860,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6513,15 +7887,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6543,9 +7911,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6570,12 +7935,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6621,15 +7992,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6667,6 +8032,12 @@ msgid "File"
msgid_plural "Files"
msgstr[0] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6676,12 +8047,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6715,9 +8092,18 @@ msgstr ""
msgid "Filter by milestone name"
msgstr ""
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6748,9 +8134,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6766,12 +8149,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6805,6 +8197,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6826,6 +8221,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6847,10 +8245,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6865,6 +8266,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6880,6 +8284,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6889,6 +8296,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6910,9 +8320,6 @@ msgstr ""
msgid "From merge request merge until deploy to production"
msgstr ""
-msgid "From milestones:"
-msgstr ""
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -6955,9 +8362,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -6970,15 +8389,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7000,6 +8428,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7021,24 +8455,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7048,13 +8473,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7363,6 +8788,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7396,13 +8824,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7411,6 +8839,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7420,6 +8851,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7441,12 +8875,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7471,6 +8995,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7597,13 +9124,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7615,6 +9145,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7642,12 +9193,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7669,21 +9226,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7726,6 +9304,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7747,6 +9328,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7756,9 +9340,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7786,21 +9385,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7813,6 +9433,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7822,6 +9448,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7834,6 +9466,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7849,9 +9484,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7864,6 +9514,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7930,9 +9583,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -7978,6 +9637,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8009,6 +9677,12 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8030,9 +9704,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8045,12 +9716,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8066,7 +9743,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8129,6 +9806,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8144,7 +9824,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8165,12 +9845,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8315,9 +10013,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8366,6 +10070,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8396,7 +10103,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8412,9 +10119,6 @@ msgid "Instance"
msgid_plural "Instances"
msgstr[0] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8454,7 +10158,10 @@ msgstr ""
msgid "Introducing Cycle Analytics"
msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8469,6 +10176,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8484,6 +10194,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8496,6 +10209,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8517,6 +10233,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8532,15 +10257,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr ""
@@ -8553,6 +10287,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr ""
@@ -8601,6 +10338,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8634,7 +10374,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8721,7 +10461,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8808,6 +10554,9 @@ msgstr ""
msgid "June"
msgstr ""
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8820,6 +10569,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8829,7 +10581,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8847,6 +10599,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8935,9 +10690,18 @@ msgstr[0] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr ""
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -8962,12 +10726,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr ""
@@ -8983,6 +10756,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr ""
@@ -9001,6 +10777,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9016,6 +10795,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9040,9 +10825,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr ""
@@ -9052,6 +10834,12 @@ msgstr ""
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9076,6 +10864,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9122,10 +10913,18 @@ msgid "LicenseCompliance|License Compliance detected %d license for the source b
msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9174,6 +10973,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9184,21 +11034,33 @@ msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9223,12 +11085,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9292,6 +11160,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9331,6 +11211,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9490,6 +11373,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9508,6 +11394,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9520,9 +11415,15 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr ""
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9544,6 +11445,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9562,6 +11469,9 @@ msgstr ""
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9574,6 +11484,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr ""
@@ -9586,6 +11499,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr ""
@@ -9679,13 +11595,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9709,6 +11622,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9751,9 +11667,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9763,6 +11685,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9775,19 +11706,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9799,9 +11730,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9814,10 +11754,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9829,9 +11769,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9850,6 +11796,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9857,7 +11806,8 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr ""
+msgid_plural "Milestones"
+msgstr[0] ""
msgid "Milestone lists not available with your current license"
msgstr ""
@@ -9907,6 +11857,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9919,6 +11872,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -9985,12 +11941,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr ""
@@ -10048,6 +12010,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10063,6 +12028,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10072,6 +12040,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10102,9 +12073,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr ""
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10139,6 +12116,9 @@ msgstr ""
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10169,6 +12149,9 @@ msgstr ""
msgid "New issue"
msgstr ""
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10235,6 +12218,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10244,6 +12230,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10289,15 +12278,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr ""
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10307,6 +12299,9 @@ msgstr ""
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10316,13 +12311,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
+msgid "No forks are available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr ""
-
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10340,9 +12332,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10358,16 +12347,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10394,6 +12383,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10415,6 +12419,9 @@ msgstr ""
msgid "None"
msgstr ""
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10466,9 +12473,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10529,6 +12533,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -10580,6 +12587,9 @@ msgstr ""
msgid "November"
msgstr ""
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10589,9 +12599,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10619,6 +12641,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10631,6 +12656,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10638,6 +12666,9 @@ msgstr[0] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10647,12 +12678,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10674,9 +12711,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10722,6 +12756,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10770,6 +12807,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10782,6 +12822,9 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10794,9 +12837,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10815,24 +12855,111 @@ msgstr ""
msgid "Owner"
msgstr ""
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10848,9 +12975,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10881,15 +13005,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10905,6 +13050,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10926,6 +13074,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -10953,6 +13104,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11022,6 +13179,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11100,7 +13260,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11124,6 +13284,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11157,9 +13320,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11289,7 +13458,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11340,9 +13509,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11364,6 +13542,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11379,6 +13560,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11397,6 +13584,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11406,9 +13596,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11418,7 +13614,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11451,9 +13653,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11463,6 +13662,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr ""
@@ -11526,15 +13731,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr ""
@@ -11733,6 +13971,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11874,6 +14115,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr ""
@@ -11883,12 +14127,21 @@ msgstr ""
msgid "Project '%{project_name}' was successfully updated."
msgstr ""
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11898,7 +14151,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11919,6 +14172,9 @@ msgstr ""
msgid "Project details"
msgstr ""
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr ""
@@ -11943,6 +14199,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12024,6 +14295,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12057,27 +14334,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12090,9 +14397,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12111,21 +14436,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12138,15 +14511,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12192,6 +14577,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12207,6 +14598,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12216,6 +14610,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12288,7 +14697,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12402,10 +14811,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12426,6 +14835,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12435,12 +14847,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12456,12 +14880,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12621,12 +15090,18 @@ msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12636,6 +15111,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr ""
@@ -12660,6 +15141,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12678,12 +15162,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr ""
@@ -12709,6 +15202,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12724,10 +15220,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12757,10 +15253,35 @@ msgstr ""
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12829,15 +15350,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr ""
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12919,6 +15449,12 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -12964,6 +15500,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -12979,9 +15518,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13066,7 +15611,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13084,9 +15629,18 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13099,18 +15653,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] ""
@@ -13152,6 +15700,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13209,6 +15760,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13221,6 +15778,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13252,9 +15815,21 @@ msgstr ""
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13279,9 +15854,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13327,6 +15908,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13363,6 +15947,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13372,16 +15959,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13408,12 +16001,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr ""
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13480,6 +16079,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13504,6 +16106,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13519,6 +16124,9 @@ msgstr ""
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13537,6 +16145,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13570,10 +16181,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13638,6 +16255,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13671,6 +16291,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13707,39 +16330,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13758,6 +16447,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13785,6 +16477,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr ""
@@ -13794,6 +16489,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr ""
@@ -13836,6 +16534,9 @@ msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13845,12 +16546,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13869,6 +16612,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr ""
@@ -13923,7 +16669,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -13965,6 +16711,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -13977,7 +16732,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14067,6 +16822,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14124,6 +16882,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14157,6 +16918,9 @@ msgstr ""
msgid "Show all activity"
msgstr ""
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14184,6 +16948,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14197,6 +16967,12 @@ msgid "Showing %d event"
msgid_plural "Showing %d events"
msgstr[0] ""
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14206,6 +16982,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14239,9 +17018,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14296,9 +17072,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14308,9 +17081,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14371,6 +17153,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14404,15 +17189,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14428,27 +17213,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14458,9 +17264,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14593,6 +17405,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14620,6 +17435,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr ""
@@ -14638,6 +17459,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14662,6 +17528,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14671,7 +17540,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14722,7 +17594,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14770,6 +17642,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14794,6 +17672,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14830,12 +17711,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14857,6 +17744,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14872,6 +17762,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14899,6 +17795,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -14968,18 +17873,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -14995,7 +17915,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15067,6 +17987,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr ""
@@ -15085,7 +18011,7 @@ msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15127,6 +18053,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15187,7 +18116,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15223,18 +18152,33 @@ msgstr ""
msgid "Target Branch"
msgstr ""
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr ""
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15253,7 +18197,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15289,6 +18233,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15301,13 +18278,13 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15323,6 +18300,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15332,6 +18315,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15341,12 +18327,27 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15371,12 +18372,19 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+
msgid "The fork relationship has been removed."
msgstr ""
@@ -15392,6 +18400,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15437,7 +18448,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15449,12 +18463,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr ""
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15500,6 +18517,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr ""
@@ -15536,10 +18556,10 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgid "The specified tab is invalid, please select another"
msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
@@ -15548,6 +18568,9 @@ msgstr ""
msgid "The time taken by each data entry gathered by that stage."
msgstr ""
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15572,6 +18595,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15635,6 +18661,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15644,6 +18673,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15653,6 +18685,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15662,7 +18700,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15674,6 +18727,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15689,6 +18745,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15704,12 +18763,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15770,9 +18841,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15797,10 +18865,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15854,6 +18928,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15872,21 +18949,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15902,7 +18994,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -15929,6 +19021,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -15941,6 +19036,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr ""
@@ -15953,6 +19054,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -15965,10 +19075,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -15992,12 +19102,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16190,9 +19354,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16219,6 +19380,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16294,7 +19458,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16411,6 +19575,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16420,18 +19590,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
+msgid "Total artifacts size: %{total_size}"
msgstr ""
-msgid "Total artifacts size: %{total_size}"
+msgid "Total issues"
msgstr ""
msgid "Total test time for all commits/merges"
msgstr ""
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16453,9 +19629,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16483,6 +19665,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16492,6 +19677,9 @@ msgstr ""
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16519,7 +19707,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16576,6 +19764,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16588,24 +19779,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16630,7 +19836,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16651,6 +19857,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16702,9 +19911,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16738,6 +19944,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -16798,6 +20007,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16822,9 +20034,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16849,9 +20058,6 @@ msgstr ""
msgid "Upload file"
msgstr ""
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16870,6 +20076,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -16951,6 +20160,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -16972,6 +20187,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17008,6 +20226,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17074,7 +20295,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17086,13 +20307,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17125,25 +20346,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17158,10 +20382,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17170,6 +20394,9 @@ msgstr ""
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr ""
@@ -17230,6 +20457,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17257,12 +20487,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17335,13 +20571,25 @@ msgstr ""
msgid "Verified"
msgstr ""
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17362,6 +20610,10 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+
msgid "View file @ "
msgstr ""
@@ -17371,7 +20623,7 @@ msgstr ""
msgid "View group labels"
msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17380,7 +20632,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17395,6 +20647,9 @@ msgstr ""
msgid "View open merge request"
msgstr ""
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr ""
@@ -17404,6 +20659,9 @@ msgstr ""
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17446,19 +20704,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17482,12 +20737,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17524,19 +20782,19 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
msgstr ""
-msgid "Waiting for performance data"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
-msgid "Want to see the data? Please ask an administrator for access."
+msgid "Waiting for performance data"
msgstr ""
-msgid "We can't find an epic that matches what you are looking for."
+msgid "Want to see the data? Please ask an administrator for access."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17545,6 +20803,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17554,6 +20815,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17563,6 +20827,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr ""
@@ -17593,6 +20860,15 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17605,6 +20881,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17621,12 +20900,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17783,6 +21077,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr ""
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17801,6 +21098,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17840,7 +21140,7 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
@@ -17849,6 +21149,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17879,9 +21182,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -17930,6 +21248,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -17939,6 +21260,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -17996,6 +21323,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18038,6 +21368,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18053,6 +21386,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18116,12 +21455,21 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18134,15 +21482,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr ""
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18152,21 +21506,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18197,6 +21557,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18221,12 +21584,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18254,7 +21623,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18278,6 +21647,13 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18293,12 +21669,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18308,6 +21696,9 @@ msgstr ""
msgid "authored"
msgstr ""
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr ""
@@ -18320,9 +21711,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18350,6 +21738,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18400,13 +21791,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18440,6 +21824,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18566,18 +21953,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18639,6 +22014,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18655,6 +22033,9 @@ msgid "day"
msgid_plural "days"
msgstr[0] ""
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18664,12 +22045,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18719,6 +22106,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18734,12 +22127,18 @@ msgstr ""
msgid "for this project"
msgstr ""
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18780,6 +22179,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18798,6 +22200,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18828,6 +22236,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18843,9 +22260,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18856,6 +22270,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18889,9 +22306,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -18925,7 +22339,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -18973,6 +22387,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19153,6 +22570,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr ""
@@ -19180,7 +22600,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19197,9 +22623,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19226,6 +22658,9 @@ msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19254,6 +22689,9 @@ msgstr[0] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19275,6 +22713,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19284,6 +22725,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19308,6 +22755,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19326,6 +22776,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19408,9 +22864,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/zh_CN/gitlab.po b/locale/zh_CN/gitlab.po
index 8b4414f2042..a07659ed383 100644
--- a/locale/zh_CN/gitlab.po
+++ b/locale/zh_CN/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: zh-CN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:19\n"
+"PO-Revision-Date: 2020-01-22 09:32\n"
msgid " (from %{timeoutSource})"
msgstr " (æ¥è‡ª %{timeoutSource})"
@@ -31,33 +30,36 @@ msgid " and"
msgstr "和"
msgid " and "
-msgstr ""
+msgstr "和"
msgid " and %{sliced}"
-msgstr ""
+msgstr "和%{sliced}"
msgid " degraded on %d point"
msgid_plural " degraded on %d points"
-msgstr[0] " ä¸‹é™ %d 点"
+msgstr[0] "于%d处有下é™"
msgid " improved on %d point"
msgid_plural " improved on %d points"
-msgstr[0] " æ高 %d 点"
+msgstr[0] "于%d处有æ高"
msgid " or "
msgstr " 或 "
msgid " or <!merge request id>"
-msgstr ""
-
-msgid " or <#epic id>"
-msgstr " 或<#epic id>"
+msgstr "或<!merge request id>"
msgid " or <#issue id>"
msgstr "或 <#issue id>"
+msgid " or <&epic id>"
+msgstr " 或<#epic id>"
+
msgid " or references (e.g. path/to/project!merge_request_id)"
-msgstr ""
+msgstr "或引用 (例如: path/to/project!merge_request_id)"
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "“%{ref}â€ä¸Šä¸å­˜åœ¨â€œ%{path}â€"
msgid "%d comment"
msgid_plural "%d comments"
@@ -86,9 +88,9 @@ msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] "%d 导出器"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d个失败的测试结果"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] "%d个失败/错误测试结果"
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -96,7 +98,7 @@ msgstr[0] "%d 个确定的测试结果"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
-msgstr[0] ""
+msgstr[0] "%d 个无法访问的åˆå¹¶è¯·æ±‚"
msgid "%d issue"
msgid_plural "%d issues"
@@ -124,20 +126,32 @@ msgstr[0] "%d 个指标"
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] ""
+msgstr[0] "%d分"
msgid "%d more comment"
msgid_plural "%d more comments"
msgstr[0] "%d个更多评论"
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d个项目"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d个带有警告的请求"
+
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] ""
+msgstr[0] "%d秒"
msgid "%d staged change"
msgid_plural "%d staged changes"
msgstr[0] "%d 个已暂存的修改"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d 个未暂存的修改"
@@ -150,13 +164,16 @@ msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} 和 %{openOrClose} %{noteable}"
msgid "%{authorsName}'s thread"
-msgstr ""
+msgstr "%{authorsName}çš„è¯é¢˜"
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "ç”± %{commit_author_link} æ交于 %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr "%{cores}个核心"
+
msgid "%{count} LOC/commit"
-msgstr ""
+msgstr "%{count} è¡Œ/æ¯æ交"
msgid "%{count} approval required from %{name}"
msgid_plural "%{count} approvals required from %{name}"
@@ -166,7 +183,7 @@ msgid "%{count} approvals from %{name}"
msgstr "æ¥è‡ª %{name} çš„ %{count} 个核准"
msgid "%{count} files touched"
-msgstr ""
+msgstr "已选择 %{count} 个文件"
msgid "%{count} more"
msgstr "其余%{count}项"
@@ -174,6 +191,10 @@ msgstr "其余%{count}项"
msgid "%{count} more assignees"
msgstr "åŠå…¶ä»–%{count}å指派人"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "%{count}个更多å‘布"
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{name} 的 %{count}/%{required} 个核准"
@@ -188,23 +209,32 @@ msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
msgstr[0] "%{count}个待处ç†çš„评论"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count}个相关的%{pluralized_subject}: %{links}"
+
+msgid "%{days} days until tags are automatically removed"
+msgstr "%{days}天,直到标签被自动删除"
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr "%{description}- Sentry事件: %{errorUrl}- 首次出现: %{firstSeen}- 最åŽå‡ºçŽ°: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+
msgid "%{duration}ms"
-msgstr ""
+msgstr "%{duration}毫秒"
msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
msgstr "%{edit_in_new_fork_notice} å°è¯•å†æ¬¡æ‹£é€‰æ­¤æ交。"
msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} å†æ¬¡å°è¯•åˆ›å»ºæ–°ç›®å½•ã€‚"
msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
msgstr "%{edit_in_new_fork_notice} Try to revert this commit again."
msgid "%{edit_in_new_fork_notice} Try to upload a file again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} å†æ¬¡å°è¯•ä¸Šä¼ æ–‡ä»¶ã€‚"
msgid "%{extra} more downstream pipelines"
-msgstr ""
+msgstr "å¦å¤– %{extra} 个下游æµæ°´çº¿"
msgid "%{filePath} deleted"
msgstr "%{filePath} 已删除"
@@ -212,8 +242,8 @@ msgstr "%{filePath} 已删除"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} 更多"
-msgid "%{gitlab_ci_yml} not found in this commit"
-msgstr "在此æ交中找ä¸åˆ° %{gitlab_ci_yml}"
+msgid "%{global_id} is not a valid id for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}群组%{group_docs_link_end} å…许您管ç†ã€å作多个项目。群组的æˆå‘˜å¯ä»¥è®¿é—®ç¾¤ç»„下的所有项目。"
@@ -222,11 +252,17 @@ msgid "%{group_name} uses group managed accounts. You need to create a new GitLa
msgstr "%{group_name}使用由群组管ç†çš„å¸æˆ·ã€‚您需è¦åˆ›å»ºä¸€ä¸ªæ–°çš„GitLabå¸æˆ·ï¼Œè¯¥å¸æˆ·å°†é€šè¿‡%{group_name}组æ¥ç®¡ç†ã€‚"
msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
-msgstr ""
+msgstr "%{icon} å³å°†åœ¨è®¨è®ºä¸­æ·»åŠ  %{usersTag} 个人, 请仔细检查。"
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} 将被删除ï¼æ‚¨ç¡®å®šå—?"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message}ä¸å¯ç”¨"
@@ -242,8 +278,11 @@ msgstr "由于派生的æºé¡¹ç›®å¯è§æ€§è¾ƒä½Žï¼Œå› æ­¤ä¸å…许使用%{level_n
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}查看更多%{link_end} 关于角色æƒé™"
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr "%{link}å¯ä»¥ç”¨äºŽç»‘定项目内å‘生æŸä»¶äº‹æƒ…的相关事件。"
+
msgid "%{listToShow}, and %{awardsListLength} more."
-msgstr ""
+msgstr "%{listToShow},还有 %{awardsListLength} 个。"
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} 已开始"
@@ -252,7 +291,7 @@ msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} 被GitLab用户 %{lock_user_id} é”定"
msgid "%{mergeLength}/%{usersLength} can merge"
-msgstr ""
+msgstr "%{mergeLength}/%{usersLength} å¯ä»¥åˆå¹¶"
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText},此议题将自动关闭。"
@@ -272,9 +311,25 @@ msgstr "%{number_commits_behind}个è½åŽäºŽ%{default_branch}分支的æ交, å
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "å·²å®Œæˆ %{percent}%%"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr "%{percent}%{percentSymbol}完æˆ"
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary} (%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases}个å‘布"
+
msgid "%{service_title} activated."
msgstr "%{service_title} 已激活。"
@@ -282,13 +337,13 @@ msgid "%{service_title} settings saved, but not activated."
msgstr "%{service_title} 设置已ä¿å­˜ï¼Œä½†æœªæ¿€æ´»ã€‚"
msgid "%{size} GiB"
-msgstr "%{size}G字节"
+msgstr "%{size} GiB"
msgid "%{size} KiB"
-msgstr "%{size}K字节"
+msgstr "%{size} KiB"
msgid "%{size} MiB"
-msgstr "%{size}M字节"
+msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size}字节"
@@ -296,6 +351,18 @@ msgstr "%{size}字节"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} æˆåŠŸåœ°æ交给 Akismet。"
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr "%{state}å²è¯—"
@@ -310,12 +377,28 @@ msgstr[0] "%{strong_start}%{commit_count}%{strong_end} 次æ交"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} 文件"
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] "%{strong_start}%{tag_count}%{strong_end} 个标签"
msgid "%{tabname} changed"
-msgstr ""
+msgstr "%{tabname} 已更改"
+
+msgid "%{tags} tag per image name"
+msgstr "æ¯ä¸ªé•œåƒå称具有%{tags}个标签"
+
+msgid "%{tags} tags per image name"
+msgstr "æ¯ä¸ªé•œåƒå称具有%{tags}个标签"
+
+msgid "%{tag}-evidence.json"
+msgstr "%{tag}-evidence.json"
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id}为未知或无效"
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
@@ -330,6 +413,15 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title}更改"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr "%{total}å¼€å¯è®®é¢˜æƒé‡"
+
+msgid "%{total} open issues"
+msgstr "%{total}个开å¯ä¸­çš„议题"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged}个未暂存的更改åŠ%{staged}个已暂存的更改"
@@ -337,19 +429,19 @@ msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what infor
msgstr "%{usage_ping_link_start}了解更多%{usage_ping_link_end}分享给GitLab Inc.çš„ä¿¡æ¯ã€‚"
msgid "%{userName} (cannot merge)"
-msgstr ""
+msgstr "%{userName} (无法åˆå¹¶)"
msgid "%{userName}'s avatar"
-msgstr ""
+msgstr "%{userName} 的头åƒ"
msgid "%{user_name} profile page"
msgstr "%{user_name}的个人资料"
msgid "%{username}'s avatar"
-msgstr ""
+msgstr "%{username} 的头åƒ"
msgid "%{value} ms"
-msgstr ""
+msgstr "%{value} 毫秒"
msgid "%{verb} %{time_spent_value} spent time."
msgstr "%{verb} 耗时 %{time_spent_value}"
@@ -361,7 +453,7 @@ msgid "'%{source}' is not a import source"
msgstr "'%{source}'ä¸æ˜¯ä¸€ä¸ªå¯¼å…¥æº"
msgid "'%{template_name}' is unknown or invalid"
-msgstr ""
+msgstr "未知或无效的'%{template_name}' "
msgid "(%d closed)"
msgid_plural "(%d closed)"
@@ -374,7 +466,7 @@ msgid "(No changes)"
msgstr "(æ— å˜æ›´å†…容)"
msgid "(Show all)"
-msgstr ""
+msgstr "(全部显示)"
msgid "(check progress)"
msgstr "(检查进度)"
@@ -383,10 +475,10 @@ msgid "(external source)"
msgstr "(外部资æº)"
msgid "(removed)"
-msgstr ""
+msgstr "(已删除)"
msgid "+ %{amount} more"
-msgstr ""
+msgstr "+ 其余 %{amount} 项"
msgid "+ %{count} more"
msgstr "+ 其余%{count}项"
@@ -395,7 +487,7 @@ msgid "+ %{moreCount} more"
msgstr "+ 其余%{moreCount}项"
msgid "+ %{numberOfHiddenAssignees} more"
-msgstr ""
+msgstr "+ 其余 %{numberOfHiddenAssignees} æ¡"
msgid "+%{extraOptionCount} more"
msgstr "+其余%{extraOptionCount}项"
@@ -403,12 +495,20 @@ msgstr "+其余%{extraOptionCount}项"
msgid ", or "
msgstr ",或"
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- 事件"
+
msgid "- Runner is active and can process any new jobs"
msgstr "- Runnerå·²å¯ç”¨ï¼Œéšæ—¶å¯ä»¥å¤„ç†æ–°ä½œä¸š"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- Runner已暂åœï¼Œæš‚æ—¶ä¸ä¼šæŽ¥å—新的作业"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- 用户"
+
msgid "- show less"
msgstr "- 显示较少"
@@ -436,16 +536,25 @@ msgid_plural "%{merge_requests} closed merge requests"
msgstr[0] "%{merge_requests}个已关闭的åˆå¹¶è¯·æ±‚"
msgid "1 day"
-msgstr "1天"
+msgid_plural "%d days"
+msgstr[0] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "%d 个群组"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] "%{merge_requests}个已åˆå¹¶çš„åˆå¹¶è¯·æ±‚"
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] "%{issues}个未关闭的问题"
@@ -478,9 +587,18 @@ msgstr "10-19项贡献"
msgid "1st contribution!"
msgstr "最高贡献"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr "20-29项贡献"
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "åŒé‡è®¤è¯"
@@ -493,12 +611,18 @@ msgstr "3天"
msgid "3 hours"
msgstr "3å°æ—¶"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30分钟"
msgid "30+ contributions"
msgstr "30+项贡献"
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "请è”系您的 GitLab 管ç†å‘˜èŽ·å–访问æƒé™ã€‚"
@@ -514,20 +638,26 @@ msgstr "页é¢æœªæ‰¾åˆ°"
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "如果您觉得这是一个错误的æ示信æ¯ï¼Œè¯·è”系您的 GitLab 管ç†å‘˜ã€‚"
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8å°æ—¶"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
-msgstr "<code>“johnsmith@example.comâ€ï¼šâ€œ@ johnsmithâ€</code> 将会把“By <a href=\"#\">@johnsmith</a>â€æ·»åŠ åˆ°åŽŸæœ¬ç”±johnsmith@example.com创建的所有议题和评论中,并将 <a href=\"#\">@johnsmith</a> 设为原本分é…ç»™johnsmith@example.com所有问题的å—让人。"
+msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> 将会把“由<a href=\"#\">@johnsmith</a>â€æ·»åŠ åˆ°åŽŸæœ¬ç”±johnsmith@example.com创建的所有议题和评论中,并将 <a href=\"#\">@johnsmith</a> 设为原本分é…ç»™johnsmith@example.com所有问题的å—让人。"
msgid "<code>\"johnsmith@example.com\": \"John Smith\"</code> will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
-msgstr "<code>“johnsmith@example.comâ€ï¼šâ€œ@ johnsmithâ€</code> 将会把\"By John Smith\"添加到原本由johnsmith@example.com创建的所有议题和评论中。"
+msgstr "<code>\"johnsmith@example.com\": \"John Smith\"</code> 将会把\"由John Smith\"添加到原本由johnsmith@example.com创建的所有议题和评论中。"
msgid "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
-msgstr "<code>“johnsmith@example.comâ€ï¼šâ€œ@ johnsmithâ€</code> 将会把\"By johnsm...@example.com\"添加到原本由johnsmith@example.com创建的所有议题和评论中。 为ä¿æŠ¤ç”¨æˆ·çš„éšç§ï¼Œç”µå­é‚®ä»¶åœ°å€æˆ–用户å将被å±è”½ã€‚"
+msgstr "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> 将会把\"ç”±johnsm...@example.com\"添加到原本由johnsmith@example.com创建的所有议题和评论中。 为ä¿æŠ¤ç”¨æˆ·çš„éšç§ï¼Œç”µå­é‚®ä»¶åœ°å€æˆ–用户å将被å±è”½ã€‚"
msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will add \"By <a href=\"#\">johnsmith@example.com</a>\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
-msgstr "<code>“johnsmith@example.comâ€ï¼šâ€œ@ johnsmithâ€</code> 将会把“By <a href=\"#\">@johnsmith</a>â€æ·»åŠ åˆ°åŽŸæœ¬ç”±johnsmith@example.com创建的所有议题和评论中。 为ä¿æŠ¤ç”¨æˆ·çš„éšç§ï¼Œç”µå­é‚®ä»¶åœ°å€æˆ–用户å默认将被å±è”½ã€‚如需显示完整邮件地å€ï¼Œå¯ä½¿ç”¨æ­¤é€‰é¡¹ã€‚"
+msgstr "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> 将会把“由<a href=\"#\">@johnsmith</a>â€æ·»åŠ åˆ°åŽŸæœ¬ç”±johnsmith@example.com创建的所有议题和评论中。 为ä¿æŠ¤ç”¨æˆ·çš„éšç§ï¼Œç”µå­é‚®ä»¶åœ°å€æˆ–用户å默认将被å±è”½ã€‚如需显示完整邮件地å€ï¼Œå¯ä½¿ç”¨æ­¤é€‰é¡¹ã€‚"
msgid "<no name set>"
msgstr "<未设置å称>"
@@ -538,17 +668,11 @@ msgstr "<未选择范围>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} 未暂存</strong> å’Œ <strong>%{stagedFilesLength} 已暂存</strong> å˜æ›´å†…容"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "已创建 <strong>%{created_count}</strong> 个, 已关闭 <strong>%{accepted_count}</strong> 个。"
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "已创建 <strong>%{created_count}</strong> 个, 已关闭 <strong>%{closed_count}</strong> 个。"
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> 群组æˆå‘˜"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "<strong>%{pushes}</strong>次推é€ï¼Œå«æ¥è‡ª<strong>%{people}</strong> å贡献者的<strong>%{commits}</strong>次以上æ交。"
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
msgstr "<strong>删除</strong>æºåˆ†æ”¯"
@@ -572,23 +696,44 @@ msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still wi
msgstr "一个Jekyll站点,它使用NetLifyæ¥ä»£æ›¿Gitlabçš„CI/CD,但ä»ç„¶å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„Gitlab功能。"
msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
-msgstr ""
+msgstr "验è¯ä½ çš„域å之å‰ï¼Œæˆ‘ä»¬æ— æ³•èŽ·å– Encrype SSL è¯ä¹¦ã€‚"
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr "将使用您的电å­é‚®ä»¶åœ°å€ä¸ºæ­¤GitLab安装并é…ç½®Let's Encryptå¸æˆ·ã€‚您将收到è¯ä¹¦å³å°†åˆ°æœŸçš„警告电å­é‚®ä»¶ã€‚"
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr "使用AWS Lambda,AWS API网关和GitLab Pages的基本页é¢å’Œæ— æœåŠ¡å™¨åŠŸèƒ½"
+
msgid "A default branch cannot be chosen for an empty project."
msgstr "无法为空项目选择默认分支。"
msgid "A deleted user"
msgstr "已删除的用户"
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr "派生是项目的副本。<br />仓库的派生å…许您在ä¸å½±å“原始项目的情况下进行更改。"
msgid "A member of the abuse team will review your report as soon as possible."
msgstr "GitLab滥用审查团队æˆå‘˜å°†ä¼šå°½å¿«æŸ¥çœ‹æ‚¨çš„报告。"
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr "当安全报告包å«ä¸¥é‡æ€§é«˜ï¼Œä¸¥é‡æˆ–未知的新æ¼æ´žæ—¶ï¼Œåˆå¹¶è¯·æ±‚批准为必需。"
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr "当许å¯è¯åˆè§„性报告包å«åˆ—入黑åå•çš„许å¯è¯æ—¶ï¼Œåˆå¹¶è¯·æ±‚批准为必需。"
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr "已创建新的Auto DevOpsæµæ°´çº¿ï¼Œè¯·è½¬åˆ° %{pipelines_link_start}æµæ°´çº¿é¡µé¢%{pipelines_link_end}查看详细信æ¯ã€‚"
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr "%{name}的新的版本%{tag}å·²å‘布。请访问 %{release_link_start}å‘布页é¢%{release_link_end}了解更多信æ¯ã€‚"
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr "%{name}的新的版本%{tag}å·²å‘布。请访问å‘布页é¢äº†è§£æ›´å¤šä¿¡æ¯ã€‚"
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "将在派生(fork)项目中中创建一个新的分支, 并开å¯ä¸€ä¸ªæ–°çš„åˆå¹¶è¯·æ±‚。"
@@ -598,6 +743,9 @@ msgstr "已创建新的身份模拟令牌。"
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr "一个纯HTML站点,它使用NetLifyæ¥ä»£æ›¿Gitlabçš„CI/CD,但ä»ç„¶å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„Gitlab功能。"
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr "使用Salesforce Developer工具开å‘Salesforce App的项目样æ¿ã€‚"
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "项目å¯ä»¥ç”¨äºŽå­˜æ”¾æ–‡ä»¶(仓库),安排计划(议题),并å‘布文档(wiki), %{among_other_things_link}。"
@@ -607,11 +755,11 @@ msgstr "适用于Android应用的éšæ—¶å¯ç”¨çš„模æ¿ã€‚"
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr "适用于iOS Swift应用的éšæ—¶å¯ç”¨çš„模æ¿ã€‚"
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr "用于在作业日志中查找匹é…测试覆盖率输出的正则表达å¼ã€‚留空则ç¦ç”¨"
msgid "A secure token that identifies an external storage request."
-msgstr ""
+msgstr "一个用于识别外部储存的请求安全令牌。"
msgid "A user with write access to the source branch selected this option"
msgstr "具有对æºåˆ†æ”¯çš„写入æƒé™çš„用户选择了此选项"
@@ -622,8 +770,20 @@ msgstr "API帮助"
msgid "API Token"
msgstr "API令牌"
+msgid "AWS Access Key"
+msgstr "AWS访问密钥"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr "AWS访问密钥。仅当ä¸ä½¿ç”¨è§’色实例凭æ®æ—¶æ‰éœ€è¦"
+
+msgid "AWS Secret Access Key"
+msgstr "AWS秘密访问密钥"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr "AWS秘密访问密钥。仅当ä¸ä½¿ç”¨è§’色实例凭æ®æ—¶æ‰éœ€è¦"
+
msgid "Abort"
-msgstr ""
+msgstr "终止"
msgid "About GitLab"
msgstr "关于 GitLab"
@@ -670,6 +830,9 @@ msgstr "访问被ç¦æ­¢ã€‚检查您的访问æƒé™ã€‚"
msgid "Access to '%{classification_label}' not allowed"
msgstr "ä¸å…许访问%{classification_label}"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr "群组"
@@ -683,7 +846,7 @@ msgid "AccessTokens|Access Tokens"
msgstr "访问令牌"
msgid "AccessTokens|Are you sure?"
-msgstr ""
+msgstr "你确定å—?"
msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
msgstr "您确定é‡ç½®Feed令牌å—?当å‰æ­£åœ¨ä½¿ç”¨çš„所有RSS或日历URL都将åœæ­¢å·¥ä½œã€‚"
@@ -704,7 +867,7 @@ msgid "AccessTokens|It cannot be used to access any other data."
msgstr "该令牌无法用于访问其它数æ®ã€‚"
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
-msgstr ""
+msgstr "请确ä¿è¯¥ä»¤ç‰Œçš„安全。任何æŒæœ‰è¯¥ä»¤ç‰Œçš„人,都å¯ä»¥ä»¥æ‚¨çš„身份æ¥åˆ›å»ºè®®é¢˜ã€‚如果令牌泄露,您应该%{reset_link_start}é‡ç½®ä»¤ç‰Œ %{reset_link_end} 。"
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
msgstr "请确ä¿è¯¥ä»¤ç‰Œçš„安全。任何æŒæœ‰è¯¥ä»¤ç‰Œçš„人,都å¯ä»¥ä»¥ä½ çš„身份æ¥åˆ›å»ºè®®é¢˜ã€‚如果令牌泄露,你应该%{link_reset_it} 。"
@@ -716,7 +879,7 @@ msgid "AccessTokens|Personal Access Tokens"
msgstr "个人访问令牌"
msgid "AccessTokens|Static object token"
-msgstr ""
+msgstr "é™æ€å¯¹è±¡ä»¤ç‰Œ"
msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
msgstr "当您å¯ç”¨ä¸¤æ­¥è®¤è¯(2FA)时,它们将是唯一å¯æŽ¥å—的密ç ã€‚"
@@ -734,7 +897,7 @@ msgid "AccessTokens|Your incoming email token is used to authenticate you when y
msgstr "当你使用电å­é‚®ä»¶åˆ›å»ºæ–°è®®é¢˜çš„时候,将使用接收邮件令牌进行验è¯ï¼Œè¯¥ä»¤ç‰Œä¹ŸåŒ…å«åœ¨ä¸ªäººçš„项目特定的电å­é‚®ä»¶åœ°å€ä¸­ã€‚"
msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
-msgstr ""
+msgstr "您的é™æ€å¯¹è±¡ä»¤ç‰Œç”¨äºŽä»Žå¤–部存储存å–é™æ€å¯¹è±¡ï¼ˆä¾‹å¦‚:存档ã€å—...)时对您进行身份验è¯ã€‚"
msgid "AccessTokens|reset it"
msgstr "é‡ç½®ä»¤ç‰Œ"
@@ -742,6 +905,9 @@ msgstr "é‡ç½®ä»¤ç‰Œ"
msgid "Account"
msgstr "å¸å·"
+msgid "Account ID"
+msgstr "å¸æˆ·ID"
+
msgid "Account and limit"
msgstr "å¸æˆ·å’Œé™åˆ¶"
@@ -751,6 +917,9 @@ msgstr "å¸æˆ·ï¼š%{account}"
msgid "Action to take when receiving an alert."
msgstr "接收警报时è¦æ‰§è¡Œçš„æ“作。"
+msgid "Activate"
+msgstr "激活"
+
msgid "Activate Service Desk"
msgstr "å¯ç”¨æœåŠ¡å°"
@@ -780,7 +949,7 @@ msgid "Add CONTRIBUTING"
msgstr "添加贡献信æ¯"
msgid "Add GitLab to Slack"
-msgstr ""
+msgstr "将 GitLab 添加到 Slack"
msgid "Add Group Webhooks and GitLab Enterprise Edition."
msgstr "添加组 Webhooks å’Œ GitLab ä¼ä¸šç‰ˆã€‚"
@@ -791,11 +960,14 @@ msgstr "增加 Jaeger 地å€"
msgid "Add Kubernetes cluster"
msgstr "添加 Kubernetes 集群"
+msgid "Add LICENSE"
+msgstr "添加LICENSE"
+
msgid "Add README"
msgstr "添加自述文件"
msgid "Add Zoom meeting"
-msgstr ""
+msgstr "添加 Zoom 会议"
msgid "Add a %{type} token"
msgstr "增加一个 %{type} 令牌"
@@ -804,16 +976,16 @@ msgid "Add a GPG key"
msgstr "添加GPG密钥"
msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
-msgstr ""
+msgstr "在监测部分的管ç†ä¾§æ æ·»åŠ ä¸€ä¸ª Grafana 按钮,以便访问关于GitLab è¿è¡ŒçŠ¶å†µå’Œæ€§èƒ½çš„å„ç§ç»Ÿè®¡æ•°æ®ã€‚"
msgid "Add a To Do"
-msgstr ""
+msgstr "添加一个待办事项"
msgid "Add a bullet list"
msgstr "添加一个符å·åˆ—表"
msgid "Add a general comment to this %{noteableDisplayName}."
-msgstr ""
+msgstr "添加一般评论 %{noteableDisplayName}。"
msgid "Add a general comment to this %{noteable_name}."
msgstr "添加一般评论 %{noteable_name}。"
@@ -839,14 +1011,14 @@ msgstr "添加包å«åœ¨æ‰€æœ‰ç”µå­é‚®ä»¶ä¸­çš„附加文本。 长度ä¸è¶…过%{
msgid "Add an SSH key"
msgstr "添加SSH密钥"
+msgid "Add an existing issue to the epic."
+msgstr "将现有议题添加到å²è¯—中。"
+
msgid "Add an issue"
msgstr "添加一个议题"
msgid "Add approval rule"
-msgstr ""
-
-msgid "Add approvers"
-msgstr "添加核准人"
+msgstr "添加批准规则"
msgid "Add bold text"
msgstr "添加粗体文本"
@@ -887,35 +1059,35 @@ msgstr "新建应用"
msgid "Add new directory"
msgstr "添加目录"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr "增加或å‡å°‘耗时"
msgid "Add reaction"
msgstr "添加回应"
+msgid "Add request manually"
+msgstr "手动添加请求"
+
+msgid "Add system hook"
+msgstr "添加系统钩å­"
+
msgid "Add to Slack"
-msgstr ""
+msgstr "添加到Slack"
msgid "Add to epic"
-msgstr ""
+msgstr "添加到å²è¯—"
msgid "Add to merge train"
-msgstr "添加到åˆå¹¶åˆ—车"
+msgstr "添加到åˆå¹¶é˜Ÿåˆ—"
msgid "Add to merge train when pipeline succeeds"
-msgstr "æµæ°´çº¿æˆåŠŸæ—¶æ·»åŠ åˆ°åˆå¹¶åˆ—车"
-
-msgid "Add to project"
-msgstr "添加到项目"
+msgstr "æµæ°´çº¿æˆåŠŸæ—¶æ·»åŠ åˆ°åˆå¹¶é˜Ÿåˆ—"
msgid "Add to review"
msgstr "添加到评审"
msgid "Add to tree"
-msgstr ""
+msgstr "添加到树"
msgid "Add user(s) to the group:"
msgstr "å‘群组添加用户"
@@ -923,6 +1095,9 @@ msgstr "å‘群组添加用户"
msgid "Add users to group"
msgstr "将用户加入群组"
+msgid "Add webhook"
+msgstr "添加webhook"
+
msgid "AddMember|No users specified."
msgstr "未指定用户。"
@@ -930,25 +1105,25 @@ msgid "AddMember|Too many users specified (limit is %{user_limit})"
msgstr "已指定太多用户(é™åˆ¶ä¸º %{user_limit})"
msgid "Added"
-msgstr ""
+msgstr "已添加"
-msgid "Added %{epic_ref} as child epic."
-msgstr ""
+msgid "Added %{epic_ref} as a child epic."
+msgstr "已添加 %{epic_ref} 为å­å²è¯—。"
msgid "Added %{label_references} %{label_text}."
-msgstr ""
+msgstr "已添加 %{label_references} %{label_text}。"
msgid "Added a To Do."
-msgstr ""
+msgstr "已添加一个待办事项。"
msgid "Added an issue to an epic."
-msgstr ""
+msgstr "为å²è¯—添加了一个议题。"
msgid "Added at"
msgstr "添加时间"
msgid "Added in this version"
-msgstr ""
+msgstr "此版本新增"
msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
msgstr "当å‰GitLab实例ç¦æ­¢æ·»åŠ æ–°åº”用程åºã€‚请è”系您的GitLab管ç†å‘˜ä»¥èŽ·å¾—相关æƒé™ã€‚"
@@ -966,16 +1141,19 @@ msgid "Adds %{epic_ref} as child epic."
msgstr "添加%{epic_ref}作为å­å²è¯—。"
msgid "Adds %{labels} %{label_text}."
-msgstr ""
+msgstr "添加%{labels}%{label_text}。"
msgid "Adds a To Do."
-msgstr ""
+msgstr "添加一个待办事项."
msgid "Adds a Zoom meeting"
-msgstr ""
+msgstr "添加一个Zoom会议"
msgid "Adds an issue to an epic."
-msgstr ""
+msgstr "将议题添加到å²è¯—。"
+
+msgid "Adjust your filters/search criteria above."
+msgstr "调整您的过滤器/æœç´¢æ¡ä»¶ã€‚"
msgid "Admin Area"
msgstr "管ç†ä¸­å¿ƒ"
@@ -986,14 +1164,17 @@ msgstr "管ç†æ¦‚览"
msgid "Admin Section"
msgstr "管ç†éƒ¨åˆ†"
-msgid "Admin notes"
-msgstr "管ç†å‘˜å¤‡æ³¨"
+msgid "Admin mode already enabled"
+msgstr "管ç†å‘˜æ¨¡å¼å·²å¯ç”¨"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "您å³å°†æ°¸ä¹…删除用户 %{username}。该用户的议题ã€åˆå¹¶è¯·æ±‚以åŠé“¾æŽ¥åˆ°è¯¥ç”¨æˆ·çš„群组将被转移到系统的“Ghost用户â€ã€‚为é¿å…æ•°æ®ä¸¢å¤±ï¼Œå»ºè®®æ‚¨ä½¿ç”¨ %{strong_start}ç¦ç”¨ç”¨æˆ·%{strong_end} 功能。一旦您 %{strong_start}删除用户%{strong_end},将无法撤消或æ¢å¤ã€‚"
+msgid "Admin mode disabled"
+msgstr "管ç†å‘˜æ¨¡å¼å·²åœç”¨"
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "您å³å°†æ°¸ä¹…删除用户 %{username}。此æ“作会删除该用户的所有议题ã€åˆå¹¶è¯·æ±‚以åŠé“¾æŽ¥åˆ°è¯¥ç”¨æˆ·çš„群组。为é¿å…æ•°æ®ä¸¢å¤±ï¼Œå»ºè®®æ‚¨ä½¿ç”¨ %{strong_start}ç¦ç”¨ç”¨æˆ·%{strong_end} 功能。一旦您 %{strong_start}删除用户%{strong_end},将无法撤消或æ¢å¤ã€‚"
+msgid "Admin mode enabled"
+msgstr "管ç†æ¨¡å¼å·²å¯ç”¨"
+
+msgid "Admin notes"
+msgstr "管ç†å‘˜å¤‡æ³¨"
msgid "AdminArea|Stop all jobs"
msgstr "åœæ­¢æ‰€æœ‰ä½œä¸š"
@@ -1010,14 +1191,20 @@ msgstr "åœæ­¢ä½œä¸šå¤±è´¥"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "您å³å°†åœæ­¢æ‰€æœ‰ä½œä¸šã€‚这会中断并结æŸæ‰€æœ‰æ­£åœ¨è¿è¡Œçš„作业。"
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr "个人访问令牌"
+
+msgid "AdminCredentials|SSH Keys"
+msgstr "SSH密钥"
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
-msgstr ""
+msgstr "加载统计数æ®æ—¶å‡ºé”™ã€‚请å†è¯•ä¸€æ¬¡"
msgid "AdminNote|Note"
msgstr " 备注"
msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
-msgstr "您å³å°†æ°¸ä¹…删除项目 %{projectName},其仓库以åŠæ‰€æœ‰ç›¸å…³èµ„æºï¼ŒåŒ…括问题ã€åˆå¹¶è¯·æ±‚等。一旦确认并点击 %{strong_start}删除项目%{strong_end},将无法撤消或æ¢å¤ã€‚"
+msgstr "您å³å°†æ°¸ä¹…删除项目 %{projectName},其仓库以åŠæ‰€æœ‰ç›¸å…³èµ„æºï¼ŒåŒ…括议题ã€åˆå¹¶è¯·æ±‚等。一旦确认并点击 %{strong_start}删除项目%{strong_end},将无法撤消或æ¢å¤ã€‚"
msgid "AdminProjects|Delete"
msgstr "删除"
@@ -1062,31 +1249,31 @@ msgid "AdminSettings|When creating a new environment variable it will be protect
msgstr "创建一个新的环境å˜é‡æ—¶ï¼Œå®ƒä¼šè¢«é»˜è®¤ä¿æŠ¤ã€‚"
msgid "AdminStatistics|Active Users"
-msgstr ""
+msgstr "活跃用户"
msgid "AdminStatistics|Forks"
-msgstr ""
+msgstr "派生"
msgid "AdminStatistics|Issues"
-msgstr ""
+msgstr "议题"
msgid "AdminStatistics|Merge Requests"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚"
msgid "AdminStatistics|Milestones"
-msgstr ""
+msgstr "里程碑"
msgid "AdminStatistics|Notes"
-msgstr ""
+msgstr "备注"
msgid "AdminStatistics|SSH Keys"
-msgstr ""
+msgstr "SSH密钥"
msgid "AdminStatistics|Snippets"
-msgstr ""
+msgstr "代ç ç‰‡æ®µ"
msgid "AdminUsers|2FA Disabled"
-msgstr "åŒé‡è®¤è¯å…³é—­"
+msgstr "未å¯ç”¨åŒé‡è®¤è¯"
msgid "AdminUsers|2FA Enabled"
msgstr "å¯ç”¨åŒé‡è®¤è¯"
@@ -1100,14 +1287,38 @@ msgstr "管ç†å‘˜"
msgid "AdminUsers|Admins"
msgstr "管ç†å‘˜"
+msgid "AdminUsers|Block"
+msgstr "ç¦ç”¨"
+
msgid "AdminUsers|Block user"
msgstr "ç¦ç”¨ç”¨æˆ·"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "ç¦ç”¨ç”¨æˆ·%{username}?"
+
msgid "AdminUsers|Blocked"
msgstr "å·²ç¦ç”¨"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "ç¦ç”¨ç”¨æˆ·å…·æœ‰ä»¥ä¸‹æ•ˆæžœï¼š"
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
-msgstr "无法解除已ç¦ç”¨çš„LDAP用户"
+msgstr "无法解除已ç¦ç”¨çš„ LDAP 用户"
+
+msgid "AdminUsers|Deactivate"
+msgstr "冻结"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "冻结用户%{username}?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr "冻结用户"
+
+msgid "AdminUsers|Deactivated"
+msgstr "已冻结"
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr "冻结用户具有以下效果:"
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "删除用户 %{username} 以åŠç›¸å…³è´¡çŒ®å—?"
@@ -1124,15 +1335,36 @@ msgstr "删除用户åŠç›¸å…³è´¡çŒ®"
msgid "AdminUsers|External"
msgstr "外部"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr "自己ï¼"
msgid "AdminUsers|New user"
msgstr "新用户"
+msgid "AdminUsers|No credentials found"
+msgstr "未å‘现凭æ®"
+
msgid "AdminUsers|No users found"
msgstr "未找到用户"
+msgid "AdminUsers|Owned groups will be left"
+msgstr "拥有的群组将被ä¿ç•™"
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr "个人项目将被ä¿ç•™"
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr "个人项目ã€ç¾¤ç»„和用户历å²å°†ä¿æŒä¸å˜"
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr "é‡æ–°æ¿€æ´»ç”¨æˆ·å°†ä¼šï¼š"
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr "æ¢å¤ç”¨æˆ·è®¿é—®è´¦æˆ·ï¼ŒåŒ…括网页ã€Gitå’ŒAPI。"
+
msgid "AdminUsers|Search by name, email or username"
msgstr "按åå­—ã€ç”µå­é‚®ä»¶æˆ–用户åæœç´¢"
@@ -1145,18 +1377,45 @@ msgstr "å‘用户å‘é€ç”µå­é‚®ä»¶"
msgid "AdminUsers|Sort by"
msgstr "排åºæ–¹å¼"
+msgid "AdminUsers|The user will be logged out"
+msgstr "此用户将被注销"
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr "此用户将无法访问git仓库"
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "此用户将无法访问API"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr "此用户无法使用斜线(/)命令"
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr "此用户将ä¸ä¼šæ”¶åˆ°ä»»ä½•é€šçŸ¥"
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "请输入 %{projectName} æ¥ç¡®è®¤"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "请输入 %{username} æ¥ç¡®è®¤"
-msgid "AdminUsers|User will be blocked"
-msgstr "用户将被ç¦ç”¨"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr "用户将无法访问git仓库"
+
+msgid "AdminUsers|User will not be able to login"
+msgstr "用户将无法登录"
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr "用户é‡æ–°ç™»å½•åŽï¼Œå…¶å¸æˆ·å°†æ¢å¤ä¸ºå®Œå…¨æœ‰æ•ˆçš„å¸æˆ·"
msgid "AdminUsers|Without projects"
msgstr "无项目"
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "您å³å°†æ°¸ä¹…删除用户 %{username}。该用户的议题ã€åˆå¹¶è¯·æ±‚以åŠç›¸å…³çš„群组将被转移到系统的“Ghost用户â€ã€‚为é¿å…æ•°æ®ä¸¢å¤±ï¼Œå»ºè®®æ‚¨ä½¿ç”¨ %{strong_start}ç¦ç”¨ç”¨æˆ·%{strong_end} 功能。一旦您 %{strong_start}删除用户%{strong_end},将无法撤消或æ¢å¤ã€‚"
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "您å³å°†æ°¸ä¹…删除用户 %{username}。此æ“作会删除该用户的所有议题ã€åˆå¹¶è¯·æ±‚以åŠç›¸å…³çš„群组。为é¿å…æ•°æ®ä¸¢å¤±ï¼Œå»ºè®®æ‚¨ä½¿ç”¨ %{strong_start}ç¦ç”¨ç”¨æˆ·%{strong_end} 功能。一旦您 %{strong_start}删除用户%{strong_end},将无法撤消或æ¢å¤ã€‚"
+
msgid "Advanced"
msgstr "高级"
@@ -1180,14 +1439,20 @@ msgid_plural "Alerts"
msgstr[0] "警报"
msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
-msgstr ""
+msgstr "%{linkStart}了解更多%{linkEnd}有关接收报警端点é…ç½®"
msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
-msgstr ""
+msgstr "æ¯ä¸ªè­¦å‘Šæºå¿…须使用以下网å€å’ŒæŽˆæƒå¯†é’¥è¿›è¡ŒæŽˆæƒã€‚"
msgid "Alerts"
msgstr "警报"
+msgid "Alerts endpoint"
+msgstr "警报端点"
+
+msgid "Algorithm"
+msgstr "算法"
+
msgid "All"
msgstr "全部"
@@ -1195,14 +1460,11 @@ msgid "All Members"
msgstr "所有æˆå‘˜"
msgid "All branches"
-msgstr ""
+msgstr "所有分支"
msgid "All changes are committed"
msgstr "所有更改å‡å·²æ交"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr "所有电å­é‚®ä»¶åœ°å€éƒ½å¯ç”¨äºŽæ ‡è¯†æ‚¨çš„æ交。"
@@ -1212,15 +1474,27 @@ msgstr "从模æ¿æˆ–导入时为空白项目将å¯ç”¨æ‰€æœ‰åŠŸèƒ½ï¼Œä½†å¯ä»¥åœ¨
msgid "All groups and projects"
msgstr "所有群组和项目"
+msgid "All issues for this milestone are closed."
+msgstr "此里程碑的所有议题å‡å·²å…³é—­ã€‚"
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "这个里程碑的所有议题都已关闭。现在您å¯ä»¥å…³é—­è¿™ä¸ªé‡Œç¨‹ç¢‘。"
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr "所有åˆå¹¶å†²çªéƒ½å·²è§£å†³ã€‚æ­¤åˆå¹¶è¯·æ±‚现在å¯ä»¥åˆå¹¶ã€‚"
+msgid "All merge request dependencies have been merged"
+msgstr "所有åˆå¹¶è¯·æ±‚ä¾èµ–项å‡å·²åˆå¹¶"
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr "所有路径都相对于GitLab URL。请ä¸è¦åŒ…å«%{relative_url_link_start}相对的URL%{relative_url_link_end}。"
+
msgid "All projects"
msgstr "所有项目"
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr "所有安全扫æ都已å¯ç”¨ï¼Œå› ä¸ºæ­¤é¡¹ç›®å·²å¼€å¯äº†%{linkStart}Auto DevOps%{linkEnd}"
+
msgid "All users"
msgstr "所有用户"
@@ -1236,9 +1510,6 @@ msgstr "å…许具有åˆå¹¶åˆ°ç›®æ ‡åˆ†æ”¯æƒé™çš„æˆå‘˜æ交"
msgid "Allow group owners to manage LDAP-related settings"
msgstr "å…è®¸ç¾¤ç»„æ‰€æœ‰è€…ç®¡ç† LDAP 相关的设置"
-msgid "Allow mirrors to be set up for projects"
-msgstr "å…许为项目设置镜åƒ"
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr "ä»…å…许所选å议用于 Git 访问。"
@@ -1251,14 +1522,17 @@ msgstr "å…许所有人访问æµæ°´çº¿å’Œä½œä¸šè¯¦æƒ…,包括输出日志和产
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "å…许在Asciidoc文档中渲染PlantUML图。"
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr "å…许项目维护者é…置仓库镜åƒ"
+
msgid "Allow requests to the local network from hooks and services."
msgstr "å…许æ¥è‡ªé’©å­å’ŒæœåŠ¡çš„对本地网络的请求。"
msgid "Allow requests to the local network from system hooks"
-msgstr ""
+msgstr "å…许系统钩å­å‘本地网络å‘é€çš„请求"
msgid "Allow requests to the local network from web hooks and services"
-msgstr ""
+msgstr "å…许Webhookå’ŒæœåŠ¡å¯¹æœ¬åœ°ç½‘络的请求"
msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
msgstr "åŒæ—¶å…许此秘钥推é€æ–‡ä»¶åˆ°ä»“库å—?(默认åªæ‹¥æœ‰æ‹‰å–æƒé™)"
@@ -1266,14 +1540,11 @@ msgstr "åŒæ—¶å…许此秘钥推é€æ–‡ä»¶åˆ°ä»“库å—?(默认åªæ‹¥æœ‰æ‹‰å–æ
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr "å…许用户注册任何应用程åºï¼Œä½¿ç”¨ GitLab 作为 OAuth æ供者"
-msgid "Allow users to request access"
-msgstr "å…许用户请求访问æƒé™"
-
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "如果是公开或内部å¯è§æ€§ï¼Œåˆ™å…许用户请求访问æƒé™ã€‚"
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr "å…许用户请求访问(如果å¯è§æ€§æ˜¯å…¬å¼€æˆ–内部的)"
msgid "Allowed email domain restriction only permitted for top-level groups"
-msgstr ""
+msgstr "å…许使用电å­é‚®ä»¶åŸŸåé™åˆ¶ä»…å¯ç”¨äºŽé¡¶çº§ç¾¤ç»„"
msgid "Allowed to fail"
msgstr "å…许失败"
@@ -1281,6 +1552,9 @@ msgstr "å…许失败"
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "这里å¯ä»¥æ·»åŠ å’Œç®¡ç† Kubernetes 集群。"
+msgid "Almost there"
+msgstr "å³å°†å®Œæˆ"
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "也称为“签å‘者â€æˆ–“ä¾èµ–方信任标识符â€"
@@ -1288,7 +1562,19 @@ msgid "Also called \"Relying party service URL\" or \"Reply URL\""
msgstr "也称为“ä¾èµ–æ–¹æœåŠ¡URLâ€æˆ–“回å¤URLâ€"
msgid "Alternate support URL for help page and help dropdown"
-msgstr ""
+msgstr "帮助页é¢å’Œå¸®åŠ©ä¸‹æ‹‰åˆ—表的备用支æŒç½‘å€"
+
+msgid "Amazon EKS"
+msgstr "Amazon EKS"
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr "Amazon EKS集æˆå…许您从GitLab管ç†EKS集群。"
+
+msgid "Amazon Web Services"
+msgstr "Amazon网络æœåŠ¡"
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr "Amazon的身份验è¯æœª%{link_start}正确é…ç½®%{link_end}。如需使用这项æœåŠ¡ï¼Œè¯·è”ç³»GitLab管ç†å‘˜ã€‚"
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr "å…许用户跳过强制é…ç½®åŒé‡è®¤è¯çš„时间(以å°æ—¶ä¸ºå•ä½ï¼‰"
@@ -1303,7 +1589,7 @@ msgid "An error has occurred"
msgstr "å‘生错误"
msgid "An error occurred adding a draft to the thread."
-msgstr ""
+msgstr "å‘è¯é¢˜æ·»åŠ è‰ç¨¿æ—¶å‡ºé”™ã€‚"
msgid "An error occurred adding a new draft."
msgstr "添加新è‰ç¨¿æ—¶å‡ºé”™ã€‚"
@@ -1335,12 +1621,21 @@ msgstr "å°è¯•è§£å†³è®¨è®ºæ—¶å‡ºé”™ã€‚请å†è¯•ä¸€æ¬¡ã€‚"
msgid "An error occurred when updating the issue weight"
msgstr "更新议题æƒé‡æ—¶å‘生错误"
+msgid "An error occurred while checking group path"
+msgstr "检查群组路径时å‘生错误"
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr "删除核准人群组时å‘生错误"
msgid "An error occurred while deleting the comment"
msgstr "删除评论时å‘生错误"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "检测主机密钥时å‘生错误"
@@ -1359,11 +1654,14 @@ msgstr "å¯ç”¨æœåŠ¡å°æ—¶å‘生错误。"
msgid "An error occurred while fetching environments."
msgstr "获å–环境时出错。"
+msgid "An error occurred while fetching exposed artifacts."
+msgstr "获å–展示产物时å‘生错误。"
+
msgid "An error occurred while fetching folder content."
msgstr "获å–文件夹内容时å‘生错误."
msgid "An error occurred while fetching issues."
-msgstr ""
+msgstr "获å–议题时å‘生错误。"
msgid "An error occurred while fetching label colors."
msgstr "获å–标记颜色时出错。"
@@ -1392,12 +1690,18 @@ msgstr "获å–该构建时å‘生了一个错误。"
msgid "An error occurred while fetching the job log."
msgstr "获å–作业日志时å‘生错误。"
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr "获å–作业详情时å‘生错误"
msgid "An error occurred while fetching the jobs."
msgstr "获å–作业列表时å‘生错误"
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "获å–æµæ°´çº¿æ—¶å‘生错误"
@@ -1408,6 +1712,9 @@ msgid "An error occurred while fetching this tab."
msgstr "获å–æ­¤é¢æ¿æ—¶å‘生了一个错误。"
msgid "An error occurred while generating a username. Please try again."
+msgstr "生æˆç”¨æˆ·å时出错。请é‡è¯•ã€‚"
+
+msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
msgid "An error occurred while getting projects"
@@ -1419,6 +1726,9 @@ msgstr "在导入项目时å‘生错误:%{details}"
msgid "An error occurred while initializing path locks"
msgstr "åˆå§‹åŒ–路径é”æ—¶å‘生错误"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr "加载图表数æ®æ—¶å‘生错误"
@@ -1434,9 +1744,39 @@ msgstr "加载差异时å‘生错误"
msgid "An error occurred while loading filenames"
msgstr "加载文件åæ—¶å‘生错误"
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr "加载议题时å‘生错误。"
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr "加载数æ®æ—¶å‡ºé”™ã€‚请é‡è¯•ã€‚"
+
msgid "An error occurred while loading the file"
msgstr "加载文件时å‘生错误"
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr "加载订阅信æ¯æ—¶å‘生错误。"
@@ -1459,7 +1799,7 @@ msgid "An error occurred while rendering preview broadcast message"
msgstr "渲染广播消æ¯æ—¶å‘生错误"
msgid "An error occurred while reordering issues."
-msgstr ""
+msgstr "é‡æ–°æŽ’åºè®®é¢˜æ—¶å‘生错误。"
msgid "An error occurred while retrieving calendar activity"
msgstr "获å–日历动æ€æ—¶å‘生错误"
@@ -1476,14 +1816,17 @@ msgstr "ä¿å­˜è¢«æŒ‡æ´¾äººæ—¶å‡ºçŽ°é”™è¯¯ã€‚"
msgid "An error occurred while saving the approval settings"
msgstr "ä¿å­˜æ ¸å‡†è®¾ç½®æ—¶å‘生错误"
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr "ä¿å­˜æ¨¡æ¿æ—¶å‡ºé”™ã€‚请检查模æ¿æ˜¯å¦å­˜åœ¨ã€‚"
+
msgid "An error occurred while subscribing to notifications."
msgstr "订阅通知时å‘生错误。"
msgid "An error occurred while triggering the job."
-msgstr ""
+msgstr "触å‘作业时å‘生错误。"
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr ""
+msgstr "å°è¯•ä¸ºæ­¤åˆå¹¶è¯·æ±‚è¿è¡Œæ–°æµæ°´çº¿æ—¶å‘生错误。"
msgid "An error occurred while unsubscribing to notifications."
msgstr "å–消订阅通知时å‘生错误。"
@@ -1494,42 +1837,12 @@ msgstr "更新核准人时å‘生错误"
msgid "An error occurred while updating the comment"
msgstr "更新评论时å‘生错误"
+msgid "An error occurred while validating group path"
+msgstr "验è¯ç¾¤ç»„路径时å‘生错误"
+
msgid "An error occurred while validating username"
msgstr "验è¯ç”¨æˆ·åæ—¶å‘生错误"
-msgid "An error occurred while committing your changes."
-msgstr "æ交更改时å‘生错误。"
-
-msgid "An error occurred while fetching the job trace."
-msgstr "获å–作业日志时å‘生错误。"
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr "获å–最新æµæ°´çº¿æ—¶å‘生错误。"
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr "获å–文件 - %{branchId} 时出错"
-
-msgid "An error occurred while loading all the files."
-msgstr "加载所有文件时å‘生错误。"
-
-msgid "An error occurred while loading the file content."
-msgstr "加载文件内容时å‘生错误。"
-
-msgid "An error occurred while loading the file."
-msgstr "加载文件时å‘生错误。"
-
-msgid "An error occurred while loading the merge request changes."
-msgstr "加载åˆå¹¶è¯·æ±‚çš„å˜æ›´å†…容时å‘生错误。"
-
-msgid "An error occurred while loading the merge request version data."
-msgstr "加载åˆå¹¶è¯·æ±‚的版本数æ®æ—¶å‘生错误。"
-
-msgid "An error occurred while loading the merge request."
-msgstr "加载åˆå¹¶è¯·æ±‚æ—¶å‘生错误。"
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr "加载æµæ°´çº¿ä½œä¸šæ—¶å‘生错误。"
-
msgid "An error occurred. Please try again."
msgstr "å‘生了错误,请å†è¯•ä¸€æ¬¡ã€‚"
@@ -1554,8 +1867,14 @@ msgstr "åœæ­¢Web终端时å‘生æ„外错误。"
msgid "Analytics"
msgstr "分æž"
-msgid "Analytics|Timeframe"
-msgstr ""
+msgid "Analyze a review version of your web application."
+msgstr "分æžWeb应用程åºçš„审阅版本。"
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr "分æžä¾èµ–项查找已知æ¼æ´ž"
+
+msgid "Analyze your source code for known vulnerabilities"
+msgstr "分æžæºä»£ç æŸ¥æ‰¾å·²çŸ¥æ¼æ´ž"
msgid "Ancestors"
msgstr "祖先"
@@ -1575,14 +1894,23 @@ msgstr "任何标记"
msgid "Any Milestone"
msgstr "任何里程碑"
+msgid "Any eligible user"
+msgstr "任何符åˆæ¡ä»¶çš„用户"
+
msgid "Any encrypted tokens"
msgstr "任何加密的令牌"
+msgid "Any member with Developer or higher permissions to the project."
+msgstr "任何具有开å‘者或更高æƒé™çš„项目æˆå‘˜ã€‚"
+
msgid "Any namespace"
msgstr "任何命å空间"
msgid "Any user"
-msgstr ""
+msgstr "任何用户"
+
+msgid "App ID"
+msgstr "应用ID"
msgid "Appearance"
msgstr "外观"
@@ -1593,12 +1921,12 @@ msgstr "å·²æˆåŠŸåˆ›å»ºå¤–观。"
msgid "Appearance was successfully updated."
msgstr "外观更新æˆåŠŸã€‚"
-msgid "Append the comment with %{TABLEFLIP}"
-msgstr "追加 %{TABLEFLIP} 到评论"
-
msgid "Append the comment with %{shrug}"
msgstr "追加 %{shrug} 到评论"
+msgid "Append the comment with %{tableflip}"
+msgstr "追加%{tableflip}到评论"
+
msgid "Application"
msgstr "应用"
@@ -1626,12 +1954,24 @@ msgstr "应用"
msgid "Applied"
msgstr "已应用"
+msgid "Apply"
+msgstr "应用"
+
msgid "Apply a label"
-msgstr ""
+msgstr "应用标记"
+
+msgid "Apply a template"
+msgstr "应用模æ¿"
msgid "Apply suggestion"
msgstr "应用建议"
+msgid "Apply template"
+msgstr "应用模æ¿"
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr "使用模æ¿å°†æ›¿æ¢å½“å‰çš„议题æ述。您所åšçš„任何更改都将丢失。"
+
msgid "Applying command"
msgstr "正在执行命令"
@@ -1644,6 +1984,9 @@ msgstr "正在执行多个命令"
msgid "Applying suggestion"
msgstr "正在应用建议"
+msgid "Approval rules"
+msgstr "批准规则"
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d æˆå‘˜"
@@ -1663,11 +2006,8 @@ msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
msgstr[0] "%{membersCount} éœ€è¦ %{count} 个核准"
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr "具有开å‘人员或更高级别角色的所有æˆå‘˜ä»¥åŠä»£ç æ‰€æœ‰è€…(如存在)"
-
msgid "ApprovalRule|Approvers"
-msgstr ""
+msgstr "核准人"
msgid "ApprovalRule|Name"
msgstr "å称"
@@ -1676,7 +2016,7 @@ msgid "ApprovalRule|No. approvals required"
msgstr "需è¦æ ¸å‡†çš„æ•°é‡"
msgid "ApprovalRule|Rule name"
-msgstr ""
+msgstr "规则å称"
msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr "例如质é‡ä¿è¯ã€å®‰å…¨ç­‰ç­‰ã€‚"
@@ -1685,15 +2025,18 @@ msgid "Approvals"
msgstr "核准"
msgid "Approve"
-msgstr ""
+msgstr "批准"
msgid "Approve a merge request"
-msgstr ""
+msgstr "批准åˆå¹¶è¯·æ±‚"
msgid "Approve the current merge request."
-msgstr ""
+msgstr "批准当å‰åˆå¹¶è¯·æ±‚。"
msgid "Approved the current merge request."
+msgstr "批准了当å‰çš„åˆå¹¶è¯·æ±‚。"
+
+msgid "Approver"
msgstr ""
msgid "Apr"
@@ -1708,17 +2051,20 @@ msgstr "归档作业"
msgid "Archive project"
msgstr "归档项目"
+msgid "Archived project! Repository and other project resources are read only"
+msgstr "已归档项目ï¼ä»“库和其他项目资æºå‡ä¸ºåªè¯»"
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr "已归档项目ï¼ä»“库和其他项目资æºå‡ä¸ºåªè¯»"
msgid "Archived projects"
msgstr "归档项目"
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
-msgstr "归档项目将使其完全åªè¯»ã€‚它将在ä¸ä¼šæ˜¾ç¤ºåœ¨ä»ªè¡¨æ¿åŠæœç´¢ç»“果中。 <strong>代ç å°†æ— æ³•æ交到仓库,也无法创建任何议题ã€æ³¨é‡Šæˆ–其他对象。</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr "归档项目将使其完全åªè¯»ã€‚仪表æ¿ä¸­å’Œæœç´¢ç»“果中都ä¸ä¼šå‡ºçŽ°è¯¥é¡¹ç›®ã€‚%{strong_start}代ç å°†æ— æ³•æ交到仓库,也无法创建任何议题ã€è¯„论其他对象。%{strong_end}"
-msgid "Are you sure"
-msgstr "您确定å—"
+msgid "Are you setting up GitLab for a company?"
+msgstr "您正在为公å¸é…ç½®GitLabå—?"
msgid "Are you sure that you want to archive this project?"
msgstr "确定è¦å½’档此项目å—?"
@@ -1733,13 +2079,13 @@ msgid "Are you sure you want to cancel editing this comment?"
msgstr "确定è¦å–消编辑此评论å—?"
msgid "Are you sure you want to delete these artifacts?"
-msgstr ""
+msgstr "确定è¦åˆ é™¤è¿™äº›äº§ç‰©å—?"
msgid "Are you sure you want to delete this %{typeOfComment}?"
-msgstr ""
+msgstr "确实è¦åˆ é™¤æ­¤%{typeOfComment}å—?"
msgid "Are you sure you want to delete this board?"
-msgstr ""
+msgstr "确定è¦åˆ é™¤æ­¤çœ‹æ¿å—?"
msgid "Are you sure you want to delete this device? This action cannot be undone."
msgstr "您确定è¦åˆ é™¤æ­¤è®¾å¤‡å—?此æ“作无法撤销。"
@@ -1750,6 +2096,9 @@ msgstr "确定è¦åˆ é™¤æ­¤åˆ—表å—?"
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "确定è¦åˆ é™¤æ­¤æµæ°´çº¿è®¡åˆ’å—?"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr "您确定è¦åˆ é™¤è¿™ä¸ªæž„建å—?"
@@ -1759,6 +2108,9 @@ msgstr "确定è¦æ”¾å¼ƒæœªä¿å­˜çš„更改å—?"
msgid "Are you sure you want to lose your issue information?"
msgstr "您确定è¦ä¸¢å¼ƒè®®é¢˜ä¿¡æ¯å—?"
+msgid "Are you sure you want to merge immediately?"
+msgstr "您确定è¦ç«‹å³åˆå¹¶å—?"
+
msgid "Are you sure you want to permanently delete this license?"
msgstr "确定è¦æ°¸ä¹…删除此许å¯è¯ï¼Ÿ"
@@ -1807,17 +2159,26 @@ msgstr "您确定è¦æ’¤é”€ä¹ˆï¼Ÿæ‰€æœ‰ä½¿ç”¨è¯¥GPG密钥签åçš„æ交都会被
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "您确认è¦åˆ é™¤GPG密钥么?删除此GPG密钥ä¸ä¼šå½±å“å·²ç»ç­¾åçš„æ交。"
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "你确定å—?这将使您的已注册应用和U2F设备失效。"
+msgid "Arrange charts"
+msgstr "排列图表"
+
+msgid "Artifact"
+msgstr "产物"
+
msgid "Artifact ID"
msgstr "作业产物ID"
msgid "Artifact could not be deleted."
-msgstr ""
+msgstr "无法删除产物。"
msgid "Artifact was successfully deleted."
-msgstr ""
+msgstr "产物已æˆåŠŸåˆ é™¤ã€‚"
msgid "Artifacts"
msgstr "产物"
@@ -1849,6 +2210,9 @@ msgstr "断言消费者æœåŠ¡ URL"
msgid "Assets"
msgstr "资æº"
+msgid "Assets:"
+msgstr "资æº:"
+
msgid "Assign"
msgstr "指派"
@@ -1856,7 +2220,7 @@ msgid "Assign custom color like #FF0000"
msgstr "分é…自定义颜色,如FF0000"
msgid "Assign epic"
-msgstr ""
+msgstr "分é…å²è¯—"
msgid "Assign labels"
msgstr "指派标记"
@@ -1877,7 +2241,7 @@ msgid "Assign yourself to this issue"
msgstr "将此议题分é…给自己"
msgid "Assigned %{assignee_users_sentence}."
-msgstr ""
+msgstr "已指派%{assignee_users_sentence}。"
msgid "Assigned Issues"
msgstr "已分é…议题"
@@ -1890,7 +2254,7 @@ msgstr "已分派给我"
msgid "Assignee"
msgid_plural "%d Assignees"
-msgstr[0] ""
+msgstr[0] "%dä½æŒ‡æ´¾äºº"
msgid "Assignee lists not available with your current license"
msgstr "当å‰è®¸å¯è¯æ— æ³•ä½¿ç”¨æŒ‡æ´¾åˆ—表"
@@ -1902,11 +2266,14 @@ msgid "Assignee(s)"
msgstr "指派人"
msgid "Assigns %{assignee_users_sentence}."
-msgstr ""
+msgstr "指派 %{assignee_users_sentence}。"
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr "至少需è¦ä¸€ä¸ªä»£ç æ‰€æœ‰è€…批准,以便更改符åˆç›¸åº”çš„ CODEEWNER 规则的文件。"
+msgid "At least one of group_id or project_id must be specified"
+msgstr "必须指定至少一个group_id或 project_id"
+
msgid "Attach a file"
msgstr "添加附件"
@@ -1924,7 +2291,19 @@ msgid "Audit Events"
msgstr "审计事件"
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
-msgstr ""
+msgstr "审计事件用æ¥è·Ÿè¸ªGitLab中å‘生的é‡è¦äº‹ä»¶ã€‚"
+
+msgid "AuditEvents|(removed)"
+msgstr "(已删除)"
+
+msgid "AuditEvents|Action"
+msgstr "æ“作"
+
+msgid "AuditEvents|At"
+msgstr "于"
+
+msgid "AuditEvents|Target"
+msgstr "目标"
msgid "Aug"
msgstr "8月"
@@ -1933,10 +2312,13 @@ msgid "August"
msgstr "8 月"
msgid "Authenticate"
-msgstr ""
+msgstr "验è¯"
msgid "Authenticate with GitHub"
-msgstr ""
+msgstr "使用GitHub身份验è¯"
+
+msgid "Authenticating"
+msgstr "认è¯"
msgid "Authentication Log"
msgstr "认è¯æ—¥å¿—"
@@ -1984,7 +2366,7 @@ msgid "Authorized applications (%{size})"
msgstr "已授æƒåº”用 (%{size})"
msgid "Authors: %{authors}"
-msgstr "作者:%{authors}"
+msgstr "作者人数:%{authors}"
msgid "Auto DevOps"
msgstr "Auto DevOps"
@@ -1996,14 +2378,23 @@ msgid "Auto DevOps, runners and job artifacts"
msgstr "Auto DevOps, runnersåŠä½œä¸šäº§ç‰©"
msgid "Auto License Compliance"
-msgstr ""
+msgstr "自动许å¯åˆè§„"
+
+msgid "Auto stop successfully canceled."
+msgstr "自动åœæ­¢å·²æˆåŠŸå–消。"
msgid "Auto-cancel redundant, pending pipelines"
msgstr "自动å–消多余且处于等待状æ€çš„æµæ°´çº¿"
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr "DevOps 自动化文档"
@@ -2020,16 +2411,16 @@ msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if
msgstr "Auto DevOpsæµæ°´çº¿å·²å¯ç”¨ã€‚如果未找到CIé…置文件,将使用该æµæ°´çº¿ã€‚ %{more_information_link}"
msgid "Autocomplete"
-msgstr ""
+msgstr "自动补全"
msgid "Autocomplete description"
-msgstr ""
+msgstr "自动补全æè¿°"
msgid "Autocomplete hint"
-msgstr ""
+msgstr "自动补全æ示"
msgid "Autocomplete usage hint"
-msgstr ""
+msgstr "自动补全使用æ示"
msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
msgstr "使用%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}自动管ç†è¯ä¹¦"
@@ -2077,7 +2468,7 @@ msgid "Background Color"
msgstr "背景é¡è‰²"
msgid "Background Jobs"
-msgstr "åŽå°ä½œä¸š"
+msgstr "åŽå°ä»»åŠ¡"
msgid "Background color"
msgstr "背景颜色"
@@ -2115,6 +2506,9 @@ msgstr "群组徽章"
msgid "Badges|Link"
msgstr "链接"
+msgid "Badges|Name"
+msgstr "å称"
+
msgid "Badges|No badge image"
msgstr "无徽章图片"
@@ -2184,6 +2578,9 @@ msgstr "Bamboo 根地å€ï¼Œä¾‹å¦‚:https://bambo.example.com"
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr "您必须在Bamboo中设置自动版本标签和仓库触å‘器。"
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr "删除所有待处ç†çš„评论"
@@ -2205,38 +2602,38 @@ msgstr "从选定的æ交开始"
msgid "Below are examples of regex for existing tools:"
msgstr "以下是现有工具的正则表达å¼ç¤ºä¾‹ï¼š"
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr "下é¢æ˜¯å½“å‰å®žä¾‹SSH主机密钥的指纹。"
+
msgid "Below you will find all the groups that are public."
msgstr "您将在下é¢æ‰¾åˆ°æ‰€æœ‰å…¬å¼€çš„群组。"
msgid "Billing"
msgstr "计费"
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
-msgstr ""
-
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
-msgstr ""
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr "%{group_name}正在使用%{plan_name}计划。"
-msgid "BillingPlans|Current plan"
-msgstr "当å‰è®¡åˆ’"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr "@%{user_name}您正在使用%{plan_name}计划。"
-msgid "BillingPlans|Downgrade"
-msgstr "é™çº§"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr "æ­å–œï¼Œæ‚¨çš„试用计划已å¯ç”¨"
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
-msgstr ""
+msgstr "如果您想è¦é™çº§æ‚¨çš„订阅计划,请è”ç³»%{support_link_start}客户支æŒ%{support_link_end}。"
msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
msgstr "请查阅%{faq_link}æ¥äº†è§£æœ‰å…³å„订阅计划的更多信æ¯ã€‚您å¯ä»¥é€šè¿‡ä»¥ä¸‹é“¾æŽ¥å…费试用GitLab.comçš„Gold计划30天。"
msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
-msgstr ""
+msgstr "通过阅读我们的 %{pricing_page_link} 了解有关æ¯ä¸ªè®¡åˆ’的更多信æ¯ã€‚"
msgid "BillingPlans|Manage plan"
msgstr "管ç†è®¡åˆ’"
msgid "BillingPlans|Pricing page"
-msgstr ""
+msgstr "定价页é¢"
msgid "BillingPlans|See all %{plan_name} features"
msgstr "查看 %{plan_name} 计划中的功能"
@@ -2247,17 +2644,14 @@ msgstr "使用与其父项目一致的计划"
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "访问%{parent_billing_page_link}的计费部分以管ç†è¯¥é¡¹ç›®çš„订阅计划。"
-msgid "BillingPlans|Upgrade"
-msgstr "å‡çº§"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr "您的GitLab.com%{plan}试用将在<strong>%{expiration_date}过期</strong>。您å¯ä»¥é€šè¿‡ä»¥ä¸‹æ–¹å¼å‡çº§ä»¥ä¿ç•™å¯¹%{plan}功能的访问æƒé™ã€‚"
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "您的GitLab.com试用期已在%{expiration_date}结æŸã€‚%{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
+msgstr "您的GitLab.com试用已于%{expiration_date}到期。您å¯ä»¥é€šè¿‡ä»¥ä¸‹å‡çº§éšæ—¶æ¢å¤å¯¹åŠŸèƒ½çš„访问。"
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
-msgstr ""
-
-msgid "BillingPlans|features"
-msgstr "功能"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr "æ¯å¹´æ”¯ä»˜%{price_per_year}"
msgid "BillingPlans|frequently asked questions"
msgstr "常è§é—®é¢˜"
@@ -2265,14 +2659,11 @@ msgstr "常è§é—®é¢˜"
msgid "BillingPlans|monthly"
msgstr "æ¯æœˆ"
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "æ¯å¹´æ”¯ä»˜ %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr "æ¯ç”¨æˆ·"
-msgid "BillingPlan|Upgrade plan"
-msgstr ""
+msgid "BillingPlan|Upgrade"
+msgstr "å‡çº§"
msgid "Bitbucket Server Import"
msgstr "BitbucketæœåŠ¡å™¨å¯¼å…¥"
@@ -2280,12 +2671,12 @@ msgstr "BitbucketæœåŠ¡å™¨å¯¼å…¥"
msgid "Bitbucket import"
msgstr "从 Bitbucket 导入"
-msgid "Block"
-msgstr "å±è”½"
-
msgid "Blocked"
msgstr "å·²ç¦ç”¨"
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
msgstr "åšå®¢"
@@ -2293,13 +2684,13 @@ msgid "Blue helpers indicate an action to be taken."
msgstr "è“色助手表示需è¦é‡‡å–的行动。"
msgid "Board name"
-msgstr ""
+msgstr "看æ¿å称"
msgid "Board scope"
-msgstr ""
+msgstr "看æ¿èŒƒå›´"
msgid "Board scope affects which issues are displayed for anyone who visits this board"
-msgstr ""
+msgstr "看æ¿èŒƒå›´ä¼šå½±å“访问此看æ¿çš„人å¯ä»¥æ˜¾ç¤ºå“ªäº›è®®é¢˜"
msgid "BoardBlankState|Add default lists"
msgstr "添加默认列表"
@@ -2329,7 +2720,7 @@ msgid "Boards|View scope"
msgstr "查看范围"
msgid "Branch"
-msgstr ""
+msgstr "分支"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "未在此项目的仓库中找到 %{branchName} 分支。"
@@ -2349,6 +2740,9 @@ msgstr "分支å称"
msgid "Branch not loaded - %{branchId}"
msgstr "分支未载入 - %{branchId}"
+msgid "Branch prefix"
+msgstr "分支å‰ç¼€"
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "æœç´¢åˆ†æ”¯"
@@ -2494,16 +2888,22 @@ msgid "Browse Files"
msgstr "æµè§ˆæ–‡ä»¶"
msgid "Browse artifacts"
-msgstr ""
+msgstr "æµè§ˆäº§ç‰©"
msgid "Browse files"
msgstr "æµè§ˆæ–‡ä»¶"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr "获å–产物时出错"
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr "加载产物中"
+
msgid "Built-in"
msgstr "内置"
-msgid "BurndownChartLabel|Guideline"
-msgstr "指å—"
+msgid "Burndown chart"
+msgstr "燃尽图"
msgid "BurndownChartLabel|Open issue weight"
msgstr "未解决议题æƒé‡"
@@ -2511,12 +2911,6 @@ msgstr "未解决议题æƒé‡"
msgid "BurndownChartLabel|Open issues"
msgstr "未解决议题"
-msgid "BurndownChartLabel|Progress"
-msgstr "进度"
-
-msgid "BurndownChartLabel|Remaining"
-msgstr "剩余"
-
msgid "Business"
msgstr "商业"
@@ -2577,9 +2971,6 @@ msgstr "CI/CD 设置"
msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "Auto DevOps 将根æ®é¢„定义的æŒç»­é›†æˆå’ŒæŒç»­äº¤ä»˜é…置自动化地构建ã€æµ‹è¯•å’Œéƒ¨ç½²åº”用程åºã€‚"
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr "自动部署到预å‘布环境,手动部署到生产环境"
@@ -2601,17 +2992,14 @@ msgstr "部署策略"
msgid "CICD|Jobs"
msgstr "作业"
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "了解更多Auto DevOps的相关信æ¯"
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr "在未找到备用CIé…置文件时使用Auto DevOpsæµæ°´çº¿ã€‚"
msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
-msgstr ""
+msgstr "您必须将 %{base_domain_link_start}基本域%{link_end} 添加到 %{kubernetes_cluster_link_start}Kubernetes群集%{link_end} ,æ‰èƒ½ä½¿æ‚¨çš„部署策略正常工作。"
msgid "CICD|You must add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} to this project with a domain in order for your deployment strategy to work correctly."
-msgstr ""
+msgstr "您必须添加一个%{kubernetes_cluster_link_start}Kubernetes集群集æˆ%{link_end}到此项目,以便您的部署策略正常工作。"
msgid "CICD|group enabled"
msgstr "群组已å¯ç”¨"
@@ -2620,17 +3008,23 @@ msgid "CICD|instance enabled"
msgstr "å·²å¯ç”¨çš„实例"
msgid "CLOSED"
-msgstr ""
+msgstr "已关闭"
msgid "CLOSED (MOVED)"
-msgstr ""
+msgstr "已关闭(已移走)"
msgid "CONTRIBUTING"
msgstr "贡献信æ¯"
+msgid "CPU"
+msgstr "CPU"
+
msgid "Callback URL"
msgstr "回调 URL"
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr "å¯ä»¥è¦†ç›–æ¯ä¸ªåˆå¹¶è¯·æ±‚所需的核准人和核准信æ¯"
@@ -2646,6 +3040,9 @@ msgstr "当群组没有管ç†å‘˜æ—¶, 无法删除群组æˆå‘˜"
msgid "Can't scan the code?"
msgstr "无法扫æ二维ç ï¼Ÿ"
+msgid "Canary"
+msgstr "金ä¸é›€"
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr "金ä¸é›€éƒ¨ç½²æ˜¯ä¸€é¡¹æµè¡Œçš„CI策略,其中一å°éƒ¨åˆ†èŠ‚点更新到您的新版本应用。"
@@ -2653,14 +3050,17 @@ msgid "Cancel"
msgstr "å–消"
msgid "Cancel running"
-msgstr ""
+msgstr "å–消è¿è¡Œ"
msgid "Cancel this job"
msgstr "å–消此作业"
-msgid "Cancelling Preview"
+msgid "Canceled deployment to"
msgstr ""
+msgid "Cancelling Preview"
+msgstr "å–消预览"
+
msgid "Cannot be merged automatically"
msgstr "无法自动åˆå¹¶"
@@ -2671,7 +3071,7 @@ msgid "Cannot create the abuse report. This user has been blocked."
msgstr "无法创建滥用报告。此用户已被ç¦ç”¨ã€‚"
msgid "Cannot merge"
-msgstr ""
+msgstr "无法åˆå¹¶"
msgid "Cannot modify managed Kubernetes cluster"
msgstr "无法修改托管的 Kubernetes 集群"
@@ -2697,11 +3097,8 @@ msgstr "è¯ä¹¦"
msgid "Certificate (PEM)"
msgstr "è¯ä¹¦(PEM)"
-msgid "Change Weight"
-msgstr "更改æƒé‡"
-
msgid "Change assignee"
-msgstr ""
+msgstr "å˜æ›´æŒ‡æ´¾äºº"
msgid "Change assignee(s)"
msgstr "更改指派人"
@@ -2709,11 +3106,14 @@ msgstr "更改指派人"
msgid "Change assignee(s)."
msgstr "更改指派人。"
+msgid "Change branches"
+msgstr "更改分支"
+
msgid "Change label"
-msgstr ""
+msgstr "更改标签"
msgid "Change milestone"
-msgstr ""
+msgstr "更改里程碑"
msgid "Change path"
msgstr "更改路径"
@@ -2752,10 +3152,10 @@ msgid "ChangeTypeAction|This will create a new commit in order to revert the exi
msgstr "这将创建一个新的æ交, æ¥è¿˜åŽŸçŽ°æœ‰çš„更改。"
msgid "Changed assignee(s)."
-msgstr ""
+msgstr "å·²å˜æ›´çš„指派人"
msgid "Changed the title to \"%{title_param}\"."
-msgstr ""
+msgstr "已将标题更改为“%{title_param}â€ã€‚"
msgid "Changes"
msgstr "å˜æ›´"
@@ -2772,62 +3172,71 @@ msgstr "将标题更改为“%{title_param}â€ã€‚"
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr "在索引 %{link_start}é‡æ–°åˆ›å»º%{link_end} 之å‰ï¼Œæ›´æ”¹å°†ä¸ä¼šå‘生。"
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr "åªå¯ä»¥é€šè¿‡Releases API更改å‘布标签。 %{linkStart}更多信æ¯%{linkEnd}"
+
+msgid "Changing group path can have unintended side effects."
+msgstr "更改群组路径å¯èƒ½ä¼šæœ‰æ„想ä¸åˆ°çš„副作用。"
+
msgid "Charts"
msgstr "统计图"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr "无法显示图表,因为数æ®è¯·æ±‚已超时。 %{documentationLink}"
+
msgid "Chat"
msgstr "å³æ—¶é€šè®¯"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
-msgstr ""
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgstr "%{project_link}:ç”±%{user_combined_name}%{humanized_status}触å‘çš„%{ref_type}%{ref_link}æµæ°´çº¿%{pipeline_link}耗时%{duration}"
msgid "ChatMessage|Branch"
-msgstr ""
+msgstr "分支"
msgid "ChatMessage|Commit"
-msgstr ""
+msgstr "æ交"
msgid "ChatMessage|Failed job"
-msgstr ""
+msgstr "失败的作业"
msgid "ChatMessage|Failed stage"
-msgstr ""
+msgstr "失败的阶段"
msgid "ChatMessage|Invalid CI config YAML file"
-msgstr ""
+msgstr "无效的CIé…ç½®YAML文件"
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
-msgstr ""
+msgstr "æµæ°´çº¿#%{pipeline_id}%{humanized_status}耗时%{duration}"
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
-msgstr ""
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
+msgstr "ç”±%{user_combined_name}%{humanized_status}触å‘çš„%{ref_type}%{ref_link}æµæ°´çº¿%{pipeline_link}"
msgid "ChatMessage|Tag"
-msgstr ""
+msgstr "标签"
msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
-msgstr ""
+msgstr "以åŠ[其余%{count}项](%{pipeline_failed_jobs_url})"
msgid "ChatMessage|failed"
-msgstr ""
+msgstr "已失败"
msgid "ChatMessage|has failed"
-msgstr ""
+msgstr "已失败"
msgid "ChatMessage|has passed"
-msgstr ""
+msgstr "已通过"
msgid "ChatMessage|has passed with warnings"
-msgstr ""
+msgstr "已通过但有警告"
msgid "ChatMessage|in %{duration}"
-msgstr ""
+msgstr "在%{duration}åŽ"
msgid "ChatMessage|in %{project_link}"
-msgstr ""
+msgstr "在%{project_link}中"
msgid "ChatMessage|passed"
-msgstr ""
+msgstr "已通过"
msgid "Check again"
msgstr "å†æ¬¡æ£€æŸ¥"
@@ -2841,6 +3250,9 @@ msgstr "查看%{docs_link_start}文档%{docs_link_end}。"
msgid "Check your .gitlab-ci.yml"
msgstr "检查您的.gitlab-ci.yml"
+msgid "Check your Docker images for known vulnerabilities"
+msgstr "检查您的Dockeré•œåƒæ˜¯å¦å­˜åœ¨å·²çŸ¥æ¼æ´ž"
+
msgid "Checking %{text} availability…"
msgstr "正在检查%{text}çš„å¯ç”¨æ€§..."
@@ -2850,15 +3262,99 @@ msgstr "检查批准状æ€"
msgid "Checking branch availability..."
msgstr "正在检查分支的å¯ç”¨æ€§..."
+msgid "Checking group path availability..."
+msgstr "正在检查群组路径是å¦å¯ç”¨..."
+
msgid "Checking username availability..."
msgstr "检查用户å是å¦å¯ç”¨..."
+msgid "Checkout"
+msgstr "检出"
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr "1. 您的个人资料"
+
+msgid "Checkout|2. Checkout"
+msgstr "2. 支付"
+
+msgid "Checkout|3. Your GitLab group"
+msgstr "3. 您的GitLab群组"
+
+msgid "Checkout|Checkout"
+msgstr " 支付"
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "拣选此æ交"
msgid "Cherry-pick this merge request"
msgstr "拣选此åˆå¹¶è¯·æ±‚"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr "å­å²è¯—ä¸å­˜åœ¨ã€‚"
+
+msgid "Child epic doesn't exist."
+msgstr "å­å²è¯—ä¸å­˜åœ¨ã€‚"
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr "选择<strong>创建归档</strong> 并等待归档过程完æˆã€‚"
@@ -2872,7 +3368,7 @@ msgid "Choose a file"
msgstr "选择一个文件"
msgid "Choose a group"
-msgstr ""
+msgstr "选择一个群组"
msgid "Choose a role permission"
msgstr "选择角色æƒé™"
@@ -2946,6 +3442,9 @@ msgstr "等待已延迟的作业"
msgid "CiStatusLabel|waiting for manual action"
msgstr "等待手动æ“作"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "已阻塞"
@@ -2976,6 +3475,9 @@ msgstr "准备"
msgid "CiStatusText|skipped"
msgstr "已跳过"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "è¿è¡Œä¸­"
@@ -3001,7 +3503,7 @@ msgid "CiVariables|Scope"
msgstr "范围"
msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
-msgstr ""
+msgstr "指定è¦åœ¨æ­¤è¿è¡Œä¸­ä½¿ç”¨çš„å˜é‡å€¼ã€‚ %{linkStart}CI/CD设置%{linkEnd}中指定的值将用作默认值"
msgid "CiVariables|State"
msgstr "状æ€"
@@ -3013,7 +3515,7 @@ msgid "CiVariables|Value"
msgstr "值"
msgid "CiVariables|Variables"
-msgstr ""
+msgstr "å˜é‡"
msgid "CiVariable|* (All environments)"
msgstr "* (所有环境)"
@@ -3048,6 +3550,9 @@ msgstr "开关ä¿æŠ¤çŠ¶æ€"
msgid "CiVariable|Validation failed"
msgstr "验è¯å¤±è´¥"
+msgid "Class"
+msgstr "类别"
+
msgid "Classification Label (optional)"
msgstr "分类标签(å¯é€‰)"
@@ -3057,11 +3562,14 @@ msgstr "ä¸å¯ç”¨: %{reason}"
msgid "Clear"
msgstr "清除"
+msgid "Clear chart filters"
+msgstr "清除图表过滤器"
+
msgid "Clear input"
msgstr "清除输入"
msgid "Clear recent searches"
-msgstr ""
+msgstr "清除最近的æœç´¢"
msgid "Clear search"
msgstr "清除æœç´¢"
@@ -3076,7 +3584,7 @@ msgid "Clear weight"
msgstr "清除æƒé‡"
msgid "Cleared weight."
-msgstr ""
+msgstr "å·²é‡ç½®çš„æƒé‡"
msgid "Clears weight."
msgstr "清除æƒé‡"
@@ -3100,7 +3608,7 @@ msgid "Click the button below to begin the install process by navigating to the
msgstr "点击下é¢çš„按钮转到Kubernetes页é¢å¼€å§‹å®‰è£…过程"
msgid "Click the image where you'd like to start a new discussion"
-msgstr ""
+msgstr "å•å‡»æ‚¨è¦å¼€å§‹æ–°è®¨è®ºçš„图åƒ"
msgid "Click to expand it."
msgstr "点击以展开。"
@@ -3139,7 +3647,7 @@ msgid "Close"
msgstr "关闭"
msgid "Close %{tabname}"
-msgstr ""
+msgstr "关闭%{tabname}"
msgid "Close epic"
msgstr "关闭å²è¯—"
@@ -3151,7 +3659,7 @@ msgid "Close sidebar"
msgstr "关闭侧边æ "
msgid "Close this %{quick_action_target}"
-msgstr ""
+msgstr "关闭此%{quick_action_target}"
msgid "Closed"
msgstr "已关闭"
@@ -3160,20 +3668,23 @@ msgid "Closed issues"
msgstr "已关闭议题"
msgid "Closed this %{quick_action_target}."
-msgstr ""
+msgstr "已关闭此%{quick_action_target}."
msgid "Closes this %{quick_action_target}."
-msgstr ""
-
-msgid "Cluster %{cluster} was used."
-msgstr ""
+msgstr "关闭此%{quick_action_target}."
msgid "Cluster Health"
-msgstr ""
+msgstr "集群å¥åº·"
+
+msgid "Cluster cache cleared."
+msgstr "群集缓存已清除。"
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr "%{custom_domain_start}更多信æ¯%{custom_domain_end}。"
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr "æ­¤æ“作将永久删除下列资æºï¼š <ul> <li>所有已安装的应用程åºå’Œç›¸å…³èµ„æº</li> <li> <code>GitLab管ç†çš„应用</code> 命å空间</li> <li>任何项目命å空间</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr "也å¯ä»¥ç”¨æ¥ä»£æ›¿è‡ªå®šä¹‰åŸŸã€‚"
@@ -3189,6 +3700,9 @@ msgstr "%{title} å·²æˆåŠŸå¸è½½ã€‚"
msgid "ClusterIntegration|%{title} updated successfully."
msgstr "%{title}æ›´æ–°æˆåŠŸã€‚"
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr "集群管ç†çš„项目å¯ä»¥é€šè¿‡Kubernetes<code>cluster-admin</code>æƒé™æ¥è¿è¡Œéƒ¨ç½²ä½œä¸šã€‚"
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr "在%{code}kube-system%{end_code}具有%{code}cluster-admin%{end_code}æƒé™çš„æœåŠ¡ä»¤ç‰Œ"
@@ -3220,7 +3734,7 @@ msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integrat
msgstr "Kubernetes集群集æˆçš„高级选项"
msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
-msgstr ""
+msgstr "所有未æ交到GitLabçš„æ•°æ®å°†è¢«åˆ é™¤ä¸”无法还原。"
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "所有数æ®å°†è¢«åˆ é™¤ï¼Œæ— æ³•æ¢å¤ã€‚"
@@ -3228,11 +3742,14 @@ msgstr "所有数æ®å°†è¢«åˆ é™¤ï¼Œæ— æ³•æ¢å¤ã€‚"
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "å…许 GitLab 管ç†æ­¤é›†ç¾¤çš„命å空间和æœåŠ¡è´¦æˆ·ã€‚"
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr "å…许GitLab管ç†æ­¤ç¾¤é›†çš„命å空间和æœåŠ¡è´¦æˆ·ã€‚%{startLink}更多信æ¯%{endLink}"
+
msgid "ClusterIntegration|Alternatively"
msgstr "此外,"
msgid "ClusterIntegration|Amazon EKS"
-msgstr ""
+msgstr "Amazon EKS"
msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
msgstr "å°è¯•è”ç³»Google Cloud APIæ—¶å‘生错误。请ç¨åŽå†è¯•ã€‚"
@@ -3255,8 +3772,11 @@ msgstr "应用程åº"
msgid "ClusterIntegration|Apply for credit"
msgstr "申请é¢åº¦"
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "确定è¦åˆ é™¤æ­¤Kubernetes集群的集æˆå—?注æ„这并ä¸ä¼šåˆ é™¤å®žé™…çš„Kubernetes集群本身。"
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr "通过AWS验è¯"
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr "通过Amazon网络æœåŠ¡éªŒè¯"
msgid "ClusterIntegration|Base domain"
msgstr "基础域"
@@ -3273,8 +3793,14 @@ msgstr "Cert-Manager 是一个本地的 Kubernetes è¯ä¹¦ç®¡ç†æŽ§åˆ¶å™¨ï¼Œå¯å¸
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr "è¯ä¹¦æŽˆæƒåŒ…(PEMæ ¼å¼)"
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
-msgstr ""
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr "选择应用于弹性网络接å£çš„%{startLink}安全组%{externalLinkIcon}%{endLink},该接å£åœ¨å·¥ä½œèŠ‚点å­ç½‘中创建并由EKS管ç†ã€‚"
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr "在VPC中选择è¿è¡Œå·¥ä½œèŠ‚点的%{startLink}å­ç½‘%{externalLinkIcon}%{endLink}。"
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr "选择工作节点的%{startLink}实例类型%{externalLinkIcon}%{endLink}。"
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
msgstr "选择è¦åœ¨ Kubernetes 群集上安装的应用程åºã€‚安装以下任何一个应用å‰éœ€è¦å…ˆå®‰è£…Helm Tiller。"
@@ -3282,17 +3808,26 @@ msgstr "选择è¦åœ¨ Kubernetes 群集上安装的应用程åºã€‚安装以下任
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "请选择使用此Kubernetes群集的环境。"
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr "清除集群缓存"
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr "清除å称空间和æœåŠ¡å¸æˆ·çš„本地缓存。如集æˆå·²å¤±åŽ»åŒæ­¥ï¼Œåˆ™æ­¤æ“作为必须。缓存将在所需å称空间和æœåŠ¡å¸æˆ·çš„下一个CI作业期间é‡æ–°ç”Ÿæˆã€‚"
+
msgid "ClusterIntegration|Cloud Run"
-msgstr ""
+msgstr "Cloud Run"
msgid "ClusterIntegration|Cluster health"
msgstr "集群è¿è¡ŒçŠ¶å†µ"
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr "集群管ç†é¡¹ç›®(alpha)"
+
msgid "ClusterIntegration|Cluster name is required."
msgstr "群集å称为必填项。"
msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
-msgstr "通过选择匹é…的环境范围的最近集群。例如,项目群集将优先于群组群集。"
+msgstr "层级中最低且匹é…环境范围的集群将会被使用。例如,项目群集将优先于群组群集。"
msgid "ClusterIntegration|Copy API URL"
msgstr "å¤åˆ¶API地å€"
@@ -3300,14 +3835,14 @@ msgstr "å¤åˆ¶API地å€"
msgid "ClusterIntegration|Copy CA Certificate"
msgstr "å¤åˆ¶CAè¯ä¹¦"
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
-msgstr "å¤åˆ¶ Ingress 节点到剪贴æ¿"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr "å¤åˆ¶Ingress Endpoint"
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "å°†Jupyter主机åå¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr "å¤åˆ¶Jupyter主机å"
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
-msgstr "å¤åˆ¶ Knative 节点到剪贴æ¿"
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr "å¤åˆ¶Knative Endpoint"
msgid "ClusterIntegration|Copy Kubernetes cluster name"
msgstr "å¤åˆ¶Kubernetes集群å称"
@@ -3315,19 +3850,76 @@ msgstr "å¤åˆ¶Kubernetes集群å称"
msgid "ClusterIntegration|Copy Service Token"
msgstr "å¤åˆ¶æœåŠ¡ä»¤ç‰Œ"
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr "无法加载IAM角色"
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr "无法加载密钥对"
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr "无法加载选定区域的VPC"
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr "无法加载实例类型"
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr "无法从您的AWS账户加载区域"
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr "无法加载选定VPC的安全组"
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr "无法加载选定VPCçš„å­ç½‘"
+
+msgid "ClusterIntegration|Could not load subnetworks"
msgstr ""
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr "创建Kubernetes集群"
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr "使用上é¢çš„å¸æˆ·å’Œå¤–部ID在%{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink}上创建一个预置角色。详è§%{startMoreInfoLink}更多信æ¯%{endLink}"
+
msgid "ClusterIntegration|Create cluster on"
-msgstr ""
+msgstr "创建集群于"
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr "创建新集群"
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr "在EKS上创建新集群"
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr "在GKE上创建新集群"
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr "正在创建 Kubernetes 集群"
+
+msgid "ClusterIntegration|Crossplane"
+msgstr "Crossplane"
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr "Crossplane支æŒä½¿ç”¨%{kubectl}或%{gitlabIntegrationLink}从您选择的云æœåŠ¡ä¸­ä»¥å£°æ˜Žæ–¹å¼æ供托管æœåŠ¡ã€‚ Crossplaneè¿è¡Œåœ¨æ‚¨çš„Kubernetes集群内部,并支æŒåº”用程åºå®¹å™¨ä¸Žå®ƒä»¬ä¾èµ–的云æœåŠ¡ä¹‹é—´çš„安全连接和密ç ç®¡ç†ã€‚"
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr "移除过程中删除此集群中的所有GitLab资æº"
msgid "ClusterIntegration|Did you know?"
msgstr "你是å¦äº†è§£ï¼Ÿ"
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr "Elastic Kubernetes Service(EKS)"
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr "Elastic Stack"
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
+msgstr "å¯ç”¨GKE上的Cloud Run(测试版)"
+
+msgid "ClusterIntegration|Enable Web Application Firewall"
msgstr ""
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
@@ -3336,6 +3928,12 @@ msgstr "å¯ç”¨æˆ–ç¦ç”¨GitLab与Kubernetes群集的连接。"
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr "如果使用基于角色的访问控制(RBAC),请å¯ç”¨æ­¤è®¾ç½®ã€‚"
+msgid "ClusterIntegration|Enabled stack"
+msgstr "å·²å¯ç”¨çš„æ ˆ"
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr "输入Amazon EKS Kubernetes集群的详细信æ¯"
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr "输入Kubernetes集群的详细信æ¯"
@@ -3345,9 +3943,15 @@ msgstr "环境范围"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "æ¯ä¸ªæ–°çš„ Google äº‘å¹³å° (GCP) å¸æˆ·ä½¿ç”¨æ­¤é“¾æŽ¥ %{sign_up_link} å¯ä»¥æ”¶åˆ° 价值300美元的å…è´¹é¢åº¦ã€‚通过与Google çš„åˆä½œï¼ŒGitLabå¯ä»¥ä¸ºæ–°æ³¨å†Œçš„和现有的 GCP å¸æˆ·æä¾›é¢å¤– 200 美元的é¢åº¦ï¼Œä»¥æ–¹ä¾¿å®žçŽ°GitLabå’Œ Google Kubernetes引擎的集æˆã€‚"
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr "无法é…ç½®EKSæ供程åºï¼š%{message}"
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr "é…置谷歌Kubernetes引擎(GKE)集群失败: %{message}"
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr "获å–CloudFormation stack失败:%{message}"
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr "请求Google云平å°å¤±è´¥: %{message}"
@@ -3375,11 +3979,14 @@ msgstr "GitLab Runner连接到仓库并执行CI/CD作业,返回结果并将应
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr "GitLab管ç†çš„集群"
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr "GitLab集æˆ"
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr "Google 云平å°é¡¹ç›®"
msgid "ClusterIntegration|Google GKE"
-msgstr ""
+msgstr "Google GKE"
msgid "ClusterIntegration|Google Kubernetes Engine"
msgstr "Google Kubernetes Engine"
@@ -3402,6 +4009,9 @@ msgstr "éšè—"
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "如果您正在设置多个群集并使用Auto DevOps,请%{help_link_start}先查阅此处%{help_link_end}。"
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr "如果您ä¸æƒ³åˆ é™¤æ‰€æœ‰ç›¸å…³çš„GitLab资æºï¼Œæ‚¨å¯ä»¥åªåˆ é™¤é›†æˆã€‚"
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr "è¦æŸ¥çœ‹é›†ç¾¤çš„è¿è¡ŒçŠ¶å†µï¼Œå¿…须先安装下é¢çš„ Prometheus。"
@@ -3420,6 +4030,9 @@ msgstr "安装 Ingress å¯èƒ½ä¼šäº§ç”Ÿé¢å¤–费用。了解更多 %{pricingLink}
msgid "ClusterIntegration|Instance cluster"
msgstr "实例集群"
+msgid "ClusterIntegration|Instance type"
+msgstr "实例类型"
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr "集æˆKubernetes集群自动化"
@@ -3441,6 +4054,9 @@ msgstr "JupyterHub"
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr "JupyterHub是一个多用户Hub,它生æˆï¼Œç®¡ç†å’Œä»£ç†å•ç”¨æˆ· Jupyter笔记本æœåŠ¡å™¨çš„多个实例。 JupyterHubå¯ç”¨äºŽä¸ºä¸€ç±»å­¦ç”Ÿï¼Œä¼ä¸šæ•°æ®ç§‘å­¦å°ç»„或科研å°ç»„æ供笔记本电脑。"
+msgid "ClusterIntegration|Key pair name"
+msgstr "密钥对å"
+
msgid "ClusterIntegration|Knative"
msgstr "Knative"
@@ -3462,14 +4078,14 @@ msgstr "Kubernetes 集群"
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr "Kubernetes集群详细信æ¯"
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "正在Google Kubernetes Engine上创建Kubernetes集群..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr "正在创建Kubernetes集群..."
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr "Kubernetes 集群å称"
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
-msgstr ""
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr "å·²æˆåŠŸåˆ›å»ºKubernetes集群。"
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "通过Kubernetes群集集æˆï¼Œå¯ä»¥è½»æ¾åœ°ä½¿ç”¨è¯„审应用ã€éƒ¨ç½²åº”用ã€è¿è¡Œæµæ°´çº¿ç­‰ç­‰ã€‚"
@@ -3477,15 +4093,24 @@ msgstr "通过Kubernetes群集集æˆï¼Œå¯ä»¥è½»æ¾åœ°ä½¿ç”¨è¯„审应用ã€éƒ¨ç½
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr "Kubernetes 集群å¯ç”¨äºŽéƒ¨ç½²åº”用程åºå’Œæ供此项目的评审应用"
+msgid "ClusterIntegration|Kubernetes version"
+msgstr "Kubernetes版本"
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr "找ä¸åˆ°Kubinetes版本"
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr "进一步了解 %{help_link_start_machine_type}实例类型%{help_link_end} å’Œ %{help_link_start_pricing}定价信æ¯%{help_link_end}。"
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr "进一步了解 %{help_link_start}地域%{help_link_end}。"
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
msgstr ""
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr "了解更多关于%{startLink}区域 %{externalLinkIcon}%{endLink}çš„ä¿¡æ¯ã€‚"
+
msgid "ClusterIntegration|Learn more about Kubernetes"
msgstr "了解更多的Kubernetesä¿¡æ¯"
@@ -3499,9 +4124,30 @@ msgid "ClusterIntegration|Let's Encrypt"
msgstr "Let's Encrypt"
msgid "ClusterIntegration|Loading IAM Roles"
-msgstr ""
+msgstr "加载IAM角色"
+
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr "加载密钥对"
msgid "ClusterIntegration|Loading Regions"
+msgstr "加载区域"
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr "加载VPC"
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr "正在加载实例类型"
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr "加载安全组"
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr "加载å­ç½‘"
+
+msgid "ClusterIntegration|Loading subnetworks"
msgstr ""
msgid "ClusterIntegration|Machine type"
@@ -3510,15 +4156,27 @@ msgstr "机器类型"
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr "请确ä¿æ‚¨çš„å¸æˆ·%{link_to_requirements}å¯ä»¥åˆ›å»º Kubernetes 集群"
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "通过访问 %{link_gke} ç®¡ç† Kubernetes 集群"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr "通过访问%{provider_link}管ç†Kubernetes群集"
msgid "ClusterIntegration|No IAM Roles found"
-msgstr ""
+msgstr "未找到IAM角色"
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr "没有找到密钥对"
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr "找ä¸åˆ°VPC"
+
+msgid "ClusterIntegration|No instance type found"
+msgstr "找ä¸åˆ°å®žä¾‹ç±»åž‹"
msgid "ClusterIntegration|No machine types matched your search"
msgstr "未找到您æœç´¢çš„实例类型"
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr "未找到项目"
@@ -3526,6 +4184,15 @@ msgid "ClusterIntegration|No projects matched your search"
msgstr "未找到您æœç´¢çš„项目"
msgid "ClusterIntegration|No region found"
+msgstr "未找到区域"
+
+msgid "ClusterIntegration|No security group found"
+msgstr "没有找到安全组"
+
+msgid "ClusterIntegration|No subnet found"
+msgstr "找ä¸åˆ°å­ç½‘"
+
+msgid "ClusterIntegration|No subnetworks found"
msgstr ""
msgid "ClusterIntegration|No zones matched your search"
@@ -3553,7 +4220,7 @@ msgid "ClusterIntegration|Project namespace (optional, unique)"
msgstr "项目命å空间(å¯é€‰ï¼Œå”¯ä¸€)"
msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
-msgstr ""
+msgstr "项目命å空间å‰ç¼€(å¯é€‰ï¼Œå”¯ä¸€)"
msgid "ClusterIntegration|Prometheus"
msgstr "Prometheus"
@@ -3561,14 +4228,17 @@ msgstr "Prometheus"
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr "Prometheus是一个开æºç›‘控系统,其中 %{gitlabIntegrationLink} 用于监控已部署的应用程åºã€‚"
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr "预置角色ARN"
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr "å¯ç”¨RBAC的群集"
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "请阅读关于Kubernetes集群集æˆçš„%{link_to_help_page}。"
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr "请查阅关于Kubernetes集群集æˆçš„%{link_start}帮助页é¢%{link_end}。"
msgid "ClusterIntegration|Region"
-msgstr ""
+msgstr "区域"
msgid "ClusterIntegration|Remove Kubernetes cluster integration"
msgstr "删除Kubernetes集群集æˆ"
@@ -3576,9 +4246,21 @@ msgstr "删除Kubernetes集群集æˆ"
msgid "ClusterIntegration|Remove integration"
msgstr "删除集æˆ"
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr "删除集æˆå’Œèµ„æº"
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr "删除集æˆå’Œèµ„æºå—?"
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr "删除集æˆå—?"
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr "从当å‰é¡¹ç›®ä¸­åˆ é™¤æ­¤Kubernetes集群的é…置。该æ“作并ä¸ä¼šåˆ é™¤å®žé™…Kubernetes集群。"
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr "从项目中删除集群,但ä¿ç•™ç›¸å…³èµ„æº"
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr "如果需è¦ï¼Œå¯å°†å…¶æ›¿æ¢ä¸ºæ‚¨è‡ªå·±çš„主机å。如果这样åšï¼Œè¯·å°†ä¸»æœºå从上级指å‘Ingress IP地å€ã€‚"
@@ -3588,30 +4270,75 @@ msgstr "请求å¯åŠ¨å®‰è£…失败"
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr "请求å¯åŠ¨å¸è½½å¤±è´¥"
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr "ä¿å­˜æ›´æ”¹"
msgid "ClusterIntegration|Search IAM Roles"
-msgstr ""
+msgstr "æœç´¢IAM角色"
+
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr "æœç´¢å¯†é’¥å¯¹"
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr "æœç´¢VPC"
+
+msgid "ClusterIntegration|Search instance types"
+msgstr "æœç´¢å®žä¾‹ç±»åž‹"
msgid "ClusterIntegration|Search machine types"
msgstr "æœç´¢å®žä¾‹ç±»åž‹"
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr "æœç´¢é¡¹ç›®"
msgid "ClusterIntegration|Search regions"
+msgstr "æœç´¢åŒºåŸŸ"
+
+msgid "ClusterIntegration|Search security groups"
+msgstr "æœç´¢å®‰å…¨ç»„"
+
+msgid "ClusterIntegration|Search subnets"
+msgstr "æœç´¢å­ç½‘"
+
+msgid "ClusterIntegration|Search subnetworks"
msgstr ""
msgid "ClusterIntegration|Search zones"
msgstr "æœç´¢åœ°åŸŸ"
+msgid "ClusterIntegration|Security group"
+msgstr "安全组"
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr "查看并编辑Kubernetes集群的详细信æ¯"
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr "请先选择一个区域然åŽé€‰æ‹©å®‰å…¨ç»„"
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr "请先选择一个区域然åŽé€‰æ‹©å­ç½‘"
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr "请选择EKS集群的VPC。如需使用新的VPC, 请先在%{startLink}Amazon Web Services%{externalLinkIcon}%{endLink}上创建一个。"
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr "请先选择一个区域然åŽé€‰æ‹©ä¸€ä¸ªå¯†é’¥å¯¹"
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr "请先选择一个区域然åŽé€‰æ‹©VPC"
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr "选择è¦å®‰è£…Crossplane的栈。"
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr "选择实例类型"
@@ -3624,8 +4351,8 @@ msgstr "按项目和地域选择实例类型"
msgid "ClusterIntegration|Select project to choose zone"
msgstr "按项目选择地域"
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
-msgstr ""
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr "选择将用于创建EC2节点的密钥对å称。如需è¦ä½¿ç”¨æ–°çš„密钥对å称,请先在%{startLink}Amazon Web Services%{externalLinkIcon}%{endLink}上创建一个。"
msgid "ClusterIntegration|Select zone"
msgstr "选择地域"
@@ -3636,17 +4363,23 @@ msgstr "按地域选择实例类型"
msgid "ClusterIntegration|Service Token"
msgstr "æœåŠ¡ä»¤ç‰Œ"
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr "æœåŠ¡ä»¤ç‰Œæ˜¯å¿…需的。"
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr "设置å称空间的å‰ç¼€ã€‚如未设置,则默认为项目路径。如进行了修改,则现有环境ä»å°†ä½¿ç”¨å…¶å½“å‰çš„å称空间,直到清除群集缓存。"
+
msgid "ClusterIntegration|Show"
msgstr "显示"
msgid "ClusterIntegration|Something went wrong on our end."
msgstr "å‘生了内部错误"
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "在 Google Kubernetes Engine 上创建Kubernetes集群时å‘生错误"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr "创建Kubernetes集群时å‘生错误"
msgid "ClusterIntegration|Something went wrong while installing %{title}"
msgstr "安装 %{title} æ—¶å‘生故障"
@@ -3660,6 +4393,12 @@ msgstr "æ›´æ–°Knative域å时出错。"
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr "指定域将å…许您使用%{auto_devops_start}Auto DevOps%{auto_devops_end}中的自动评审应用和自动部署阶段。域å应包å«ä¸ŽåŸŸåŒ¹é…的通é…符DNS。"
+msgid "ClusterIntegration|Subnets"
+msgstr "å­ç½‘"
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr "与您的角色关è”çš„Amazon资æºå称(ARN)。如果您没有é…置角色,请首先使用上述å¸æˆ·å’Œå¤–部ID在 %{startAwsLink}Amazon Web Services%{externalLinkIcon}%{endLink} 上创建一个。了解%{startMoreInfoLink}更多信æ¯%{endLink}"
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr "用于对群集进行身份验è¯çš„ Kubernetes è¯ä¹¦ã€‚"
@@ -3667,22 +4406,25 @@ msgid "ClusterIntegration|The URL used to access the Kubernetes API."
msgstr "用于访问 Kubernetes API 的 URL。"
msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
-msgstr ""
+msgstr "å…³è”çš„IPåŠæ‰€æœ‰å·²éƒ¨ç½²çš„æœåŠ¡å°†è¢«åˆ é™¤ï¼Œæ— æ³•æ¢å¤ã€‚å¸è½½Knative会åŒæ—¶ä»Žé›†ç¾¤ä¸­åˆ é™¤ Istio。此æ“作将ä¸ä¼šå½±å“任何其他应用。"
msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored."
-msgstr ""
+msgstr "å…³è”çš„Tiller容器,%{gitlabManagedAppsNamespace}å称空间åŠå…¶æ‰€æœ‰èµ„æºå°†è¢«åˆ é™¤ï¼Œå¹¶ä¸”无法还原。"
msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored."
msgstr "å…³è”çš„è´Ÿè½½å‡è¡¡å™¨å’ŒIP将被删除,无法还原。"
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
-msgstr ""
+msgstr "相关的ç§é’¥å°†è¢«åˆ é™¤ï¼Œæ— æ³•æ¢å¤ã€‚"
+
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr "Elastic stack从群集中的所有的Pod收集日志"
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr "节点正在分é…中。如果需è¦å¾ˆé•¿æ—¶é—´ï¼Œè¯·æ£€æŸ¥æ‚¨çš„ Kubernetes 集群或 Google Kubernetes Engine 上的é…é¢ã€‚"
msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, pod logs, and Web terminals."
-msgstr ""
+msgstr "与当å‰é¡¹ç›®ç›¸å…³è”的命å空间。用于部署看æ¿ã€pod日志和Web terminal。"
msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
msgstr "群集身份验è¯æ—¶å‡ºçŽ°é—®é¢˜ã€‚请确ä¿æ‚¨çš„CAè¯ä¹¦å’Œä»¤ç‰Œæœ‰æ•ˆã€‚"
@@ -3696,6 +4438,12 @@ msgstr "此选项å…许您在å¯ç”¨RBAC的群集上安装应用程åºã€‚"
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "è¦åœ¨éƒ¨ç½²åŽè®¿é—®æ‚¨çš„应用程åºï¼Œè¯·å°†é€šé…符 DNS æŒ‡å‘ Knative 节点。"
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr "è¦åˆ é™¤é›†æˆå’Œèµ„æºï¼Œè¯·è¾“å…¥%{clusterName}以确认:"
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr "è¦åˆ é™¤é›†æˆï¼Œè¯·è¾“å…¥%{clusterName}以确认:"
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr "开关Kubernetes 集群"
@@ -3706,7 +4454,10 @@ msgid "ClusterIntegration|Update failed. Please check the logs and try again."
msgstr "更新失败。请检查日志,然åŽé‡è¯•ã€‚"
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
-msgstr ""
+msgstr "为此集群使用Cloud Run,Istioå’ŒHTTP负载平衡æ’件。"
+
+msgid "ClusterIntegration|VPC"
+msgstr "VPC"
msgid "ClusterIntegration|Validating project billing status"
msgstr "验è¯é¡¹ç›®è´¦å•çŠ¶æ€"
@@ -3717,12 +4468,21 @@ msgstr "无法验è¯æ‚¨åœ¨ GCP 上的æŸä¸ªé¡¹ç›®æ˜¯å¦å¯ç”¨äº†è®¡è´¹ã€‚请é‡è
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr "使用与此项目关è”çš„Kubernetes集群,å¯ä»¥æ–¹ä¾¿åœ°ä½¿ç”¨è¯„审应用,部署应用程åºï¼Œè¿è¡Œæµæ°´çº¿ç­‰ç­‰ã€‚"
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr "您å³å°†åˆ é™¤é›†ç¾¤é›†æˆå’Œä¸Žæ­¤é›†ç¾¤ä¸­GitLab创建的所有资æºã€‚"
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr "å³å°†åˆ é™¤é›†ç¾¤é›†æˆã€‚"
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr "您å³å°†ä»Žæ‚¨çš„集群中å¸è½½ %{appTitle}。"
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr "在安装以下应用程åºä¹‹å‰ï¼Œå¿…须先安装Helm Tiller"
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr "您必须授予对组织的AWS资æºçš„访问æƒé™ï¼Œæ‰èƒ½åˆ›å»ºæ–°çš„EKS集群。è¦æŽˆäºˆè®¿é—®æƒé™ï¼Œè¯·ä½¿ç”¨ä¸‹é¢çš„å¸æˆ·å’Œå¤–部ID创建供应角色,并å‘æä¾›ARN。"
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr "您必须具有已å¯ç”¨RBAC的群集æ‰èƒ½å®‰è£…Knative。"
@@ -3732,6 +4492,9 @@ msgstr "您的å¸æˆ·å¿…须有æƒé™%{link_to_kubernetes_engine}"
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr "您的 API 无法访问。请确ä¿æ‚¨çš„ API URL 正确。"
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr "地域"
@@ -3741,11 +4504,8 @@ msgstr "访问 Google Kubernetes Engine"
msgid "ClusterIntegration|documentation"
msgstr "文档"
-msgid "ClusterIntegration|help page"
-msgstr "帮助页é¢"
-
msgid "ClusterIntegration|installed via %{installed_via}"
-msgstr ""
+msgstr "通过%{installed_via}安装"
msgid "ClusterIntegration|meets the requirements"
msgstr "符åˆç›¸å…³è¦æ±‚"
@@ -3756,10 +4516,31 @@ msgstr "定价"
msgid "ClusterIntegration|sign up"
msgstr "注册"
+msgid "ClusterIntergation|Select a VPC"
+msgstr "选择VPC"
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
+msgstr "选择区域"
+
+msgid "ClusterIntergation|Select a security group"
+msgstr "选择一个安全组"
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr "选择å­ç½‘"
+
+msgid "ClusterIntergation|Select a subnetwork"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select an instance type"
+msgstr "选择实例类型"
+
+msgid "ClusterIntergation|Select key pair"
+msgstr "选择密钥对"
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3768,6 +4549,12 @@ msgstr "代ç "
msgid "Code Owners"
msgstr "代ç æ‰€æœ‰è€…"
+msgid "Code Owners to the merge request changes."
+msgstr "åˆå¹¶è¯·æ±‚更改的代ç æ‰€æœ‰è€…。"
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr "代ç æ‰€æœ‰è€…的核准是必需的"
@@ -3780,6 +4567,24 @@ msgstr "模å¼"
msgid "Cohorts"
msgstr "世代表"
+msgid "Cohorts|Inactive users"
+msgstr "éžæ´»è·ƒç”¨æˆ·"
+
+msgid "Cohorts|Month %{month_index}"
+msgstr "月 %{month_index}"
+
+msgid "Cohorts|New users"
+msgstr "新用户"
+
+msgid "Cohorts|Registration month"
+msgstr "注册月"
+
+msgid "Cohorts|Returning users"
+msgstr "返回用户"
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr "用户世代表显示过去%{months_included}个月内的状况。åªæœ‰æ´»åŠ¨çš„用户被计入“新用户â€æ ï¼›éžæ´»åŠ¨ç”¨æˆ·ä¼šè¢«å•ç‹¬ç»Ÿè®¡ã€‚"
+
msgid "Collapse"
msgstr "收起"
@@ -3790,13 +4595,13 @@ msgid "Collapse sidebar"
msgstr "收起侧边æ "
msgid "Collector hostname"
-msgstr ""
+msgstr "Collector主机å"
msgid "ComboSearch is not defined"
msgstr "ComboSearch未定义"
msgid "Command"
-msgstr ""
+msgstr "命令"
msgid "Command line instructions"
msgstr "命令行指引"
@@ -3805,7 +4610,7 @@ msgid "Commands applied"
msgstr "命令已执行"
msgid "Commands did not apply"
-msgstr ""
+msgstr "命令未使用"
msgid "Comment"
msgstr "添加评论"
@@ -3817,10 +4622,10 @@ msgid "Comment & reopen %{noteable_name}"
msgstr "评论并é‡æ–°å¼€å¯ %{noteable_name}"
msgid "Comment & resolve thread"
-msgstr ""
+msgstr "评论并解决è¯é¢˜"
msgid "Comment & unresolve thread"
-msgstr ""
+msgstr "评论并将è¯é¢˜ç½®ä¸ºæœªè§£å†³"
msgid "Comment form position"
msgstr "评论框ä½ç½®"
@@ -3829,7 +4634,7 @@ msgid "Comment is being updated"
msgstr "评论正在更新"
msgid "Comment/Reply (quoting selected text)"
-msgstr ""
+msgstr "评论/å›žå¤ (引用选定的文本)"
msgid "Comments"
msgstr "评论"
@@ -3842,7 +4647,7 @@ msgid "Commit %{commit_id}"
msgstr "æ交 %{commit_id}"
msgid "Commit (when editing commit message)"
-msgstr ""
+msgstr "æ交(编辑æ交消æ¯æ—¶ï¼‰"
msgid "Commit Message"
msgstr "æ交消æ¯"
@@ -3856,6 +4661,9 @@ msgstr "最近30次æ交相应æŒç»­é›†æˆèŠ±è´¹çš„时间(分钟)"
msgid "Commit message"
msgstr "æ交信æ¯"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr "æ交统计 %{ref} %{start_time} - %{end_time}"
@@ -3886,6 +4694,9 @@ msgstr "一个月中æ¯å¤©çš„æ交数"
msgid "Commits per weekday"
msgstr "一周中æ¯æ—¥æ交数"
+msgid "Commits to"
+msgstr "æ交到"
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "获å–åˆå¹¶è¯·æ±‚æ•°æ®æ—¶å‡ºé”™"
@@ -3907,6 +4718,9 @@ msgstr "æ交..."
msgid "Company"
msgstr "å…¬å¸"
+msgid "Company name"
+msgstr "å…¬å¸å称"
+
msgid "Compare"
msgstr "比较"
@@ -3925,6 +4739,9 @@ msgstr "与上个æ交比较å˜æ›´å†…容"
msgid "Compare changes with the merge request target branch"
msgstr "与åˆå¹¶è¯·æ±‚的目标分支比较å˜æ›´å†…容"
+msgid "Compare with previous version"
+msgstr "与以å‰çš„版本比较"
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr "%{source_branch} å’Œ %{target_branch} 是相åŒçš„"
@@ -3941,6 +4758,9 @@ msgid "CompareBranches|There isn't anything to compare."
msgstr "无需比较。"
msgid "Complete"
+msgstr "完æˆ"
+
+msgid "Confidence: %{confidence}"
msgstr ""
msgid "Confidential"
@@ -3950,7 +4770,7 @@ msgid "Confidentiality"
msgstr "ç§å¯†æ€§"
msgid "Configuration"
-msgstr ""
+msgstr "é…ç½®"
msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr "é…ç½® GitLab Runner 以开始使用Web终端。 %{helpStart}了解更多。%{helpEnd}"
@@ -3964,6 +4784,9 @@ msgstr "é…ç½®Let's Encrypt"
msgid "Configure Prometheus"
msgstr "é…ç½®Promethes"
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr "é…置安全%{wordBreakOpportunity}与åˆè§„"
+
msgid "Configure Tracing"
msgstr "é…置跟踪"
@@ -3979,8 +4802,14 @@ msgstr "é…置现有安装"
msgid "Configure limits for web and API requests."
msgstr "é…ç½® web å’Œ API 请求é™åˆ¶ã€‚"
-msgid "Configure push mirrors."
-msgstr "设置推é€çš„é•œåƒã€‚"
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr "é…ç½®å¯ä»¥å‘é€åˆ°é¡¹ç›®çš„传入警告的数é‡ã€‚"
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr "é…ç½®è¦ä¿æŠ¤å…å—机架攻击的路径。更改设置åŽéœ€è¦é‡å¯webæœåŠ¡ã€‚"
+
+msgid "Configure repository mirroring."
+msgstr "é…置仓库镜åƒã€‚"
msgid "Configure storage path settings."
msgstr "é…置存储路径设置。"
@@ -4015,15 +4844,24 @@ msgstr "从 Github 中导入代ç ä»“库"
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr "连接外部仓库åŽï¼Œæ–°æ交将会å¯åŠ¨CI/CDæµæ°´çº¿ã€‚ä»…å¯ç”¨CI/CD功能的Gitlab项目将会被创建。"
+msgid "Connecting"
+msgstr "正在连接"
+
msgid "Connecting to terminal sync service"
msgstr "连接到终端åŒæ­¥æœåŠ¡"
msgid "Connecting..."
msgstr "正在连接..."
+msgid "Connection failed"
+msgstr "连接失败"
+
msgid "Connection failure"
msgstr "连接失败"
+msgid "Connection timed out"
+msgstr "连接超时"
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr "请è”ç³» %{namespace_name} 群组的所有者以å‡çº§è®¡åˆ’。"
@@ -4039,75 +4877,141 @@ msgstr "请与管ç†å‘˜è”系以å‡çº§è®¸å¯è¯ã€‚"
msgid "Container Registry"
msgstr "容器镜åƒåº“"
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr "容器扫æ"
+
msgid "Container registry images"
msgstr "容器镜åƒåº“é•œåƒ"
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
+msgstr "容器镜åƒåº“"
+
+msgid "ContainerRegistry|Copy build command"
+msgstr "å¤åˆ¶æž„建命令"
+
+msgid "ContainerRegistry|Copy login command"
+msgstr "å¤åˆ¶ç™»å½•å‘½ä»¤"
+
+msgid "ContainerRegistry|Copy push command"
+msgstr "å¤åˆ¶æŽ¨é€å‘½ä»¤"
+
+msgid "ContainerRegistry|Docker connection error"
+msgstr "Docker连接错误"
+
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Expiration interval:"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Docker connection error"
+msgid "ContainerRegistry|Expiration policy:"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
-msgstr "最近更新时间"
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "容器镜åƒåº“中没有此容器镜åƒçš„标签。"
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr "如果您尚未登录,您需è¦ä½¿ç”¨æ‚¨çš„GitLab用户å和密ç æ¥è¿›è¡Œèº«ä»½è®¤è¯ã€‚如果您å¯ç”¨ %{twofaDocLinkStart}åŒé‡èº«ä»½éªŒè¯%{twofaDocLinkEnd} ,请使用%{personalAccessTokensDocLinkStart}个人访问令牌%{personalAccessTokensDocLinkEnd}而ä¸æ˜¯å¯†ç ã€‚"
+
+msgid "ContainerRegistry|Image ID"
+msgstr "é•œåƒID"
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
+msgid "ContainerRegistry|Last Updated"
+msgstr "最近更新时间"
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Number of tags to retain:"
msgstr ""
+msgid "ContainerRegistry|Quick Start"
+msgstr "快速入门"
+
msgid "ContainerRegistry|Remove repository"
msgstr "删除仓库"
-msgid "ContainerRegistry|Remove selected images"
-msgstr ""
+msgid "ContainerRegistry|Remove selected tags"
+msgstr "删除选中的标签"
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] "删除标签"
msgid "ContainerRegistry|Size"
msgstr "大å°"
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr "标签"
-msgid "ContainerRegistry|Tag ID"
-msgstr "标签 ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
-msgid "ContainerRegistry|There are no container images stored for this project"
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr "与此镜åƒç›¸å…³çš„最åŽä¸€ä¸ªæ ‡ç­¾æœ€è¿‘已被删除。空镜åƒå’Œæ‰€æœ‰ç›¸å…³æ•°æ®å°†ä½œä¸ºå¸¸è§„垃圾收集过程的一部分自动清除。如有任何疑问,请与管ç†å‘˜è”系。"
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
msgstr ""
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr "当å‰ç¾¤ç»„没有容器镜åƒã€‚"
+
+msgid "ContainerRegistry|There are no container images stored for this project"
+msgstr "当å‰é¡¹ç›®æ²¡æœ‰å®¹å™¨é•œåƒã€‚"
+
+msgid "ContainerRegistry|This image has no active tags"
+msgstr "此镜åƒæ²¡æœ‰æ´»åŠ¨çš„标签"
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr "当å‰æ— æ³•è¿žæŽ¥åˆ°Docker。原因å¯èƒ½æ˜¯é¡¹ç›®å称或路径的问题。 %{docLinkStart}更多信æ¯%{docLinkEnd}"
+
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
msgstr ""
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
-msgstr ""
+msgstr "在容器镜åƒåº“中,æ¯ä¸ªé¡¹ç›®éƒ½æœ‰è‡ªå·±çš„空间æ¥å­˜å‚¨å®¹å™¨é•œåƒã€‚ %{docLinkStart}更多信æ¯%{docLinkEnd}"
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr "使用容器镜åƒåº“,æ¯ä¸ªé¡¹ç›®éƒ½å¯ä»¥æœ‰è‡ªå·±çš„空间æ¥å­˜å‚¨å…¶Dockeré•œåƒã€‚å‘此群组中的项目推é€è‡³å°‘一个Docker映åƒåŽï¼Œé•œåƒå°†ä¼šåœ¨æ­¤å¤„显示。 %{docLinkStart}更多信æ¯%{docLinkEnd}"
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
-msgstr ""
+msgstr "通过GitLab集æˆçš„Docker容器镜åƒåº“,æ¯ä¸ªé¡¹ç›®éƒ½æœ‰è‡ªå·±çš„空间æ¥å­˜å‚¨å®¹å™¨é•œåƒã€‚ %{docLinkStart}更多信æ¯%{docLinkEnd}"
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
-msgstr ""
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
+msgstr "å³å°†åˆ é™¤<b>%{count}</b>个标签。确定继续å—?"
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
-msgstr "å³å°†åˆ é™¤é•œåƒ <b>%{title}</b>。此æ“作将删除镜åƒå’ŒæŒ‡å‘此镜åƒçš„所有标签。"
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
+msgstr "å³å°†åˆ é™¤<b>%{title}</b>。确定继续å—?"
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
msgstr "å³å°†åˆ é™¤å­˜å‚¨åº“ <b>%{title}</b>。一旦确认,此存储库将被永久删除。"
msgid "ContainerRegistry|You can add an image to this registry with the following commands:"
-msgstr ""
+msgstr "您å¯ä»¥é€šè¿‡ä»¥ä¸‹å‘½ä»¤å°†é•œåƒæ·»åŠ åˆ°å®¹å™¨é•œåƒåº“:"
msgid "Contains %{count} blobs of images (%{size})"
msgstr "包å«å›¾åƒ(%{size})çš„%{count}个blob"
@@ -4136,6 +5040,42 @@ msgstr "贡献度分æž"
msgid "Contribution Charts"
msgstr "贡献图表"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
+
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
+
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
msgid "Contributions for <strong>%{calendar_date}</strong>"
msgstr "<strong>%{calendar_date}</strong>的贡献"
@@ -4145,18 +5085,6 @@ msgstr "群组æˆå‘˜è´¡çŒ®è¯¦æƒ…"
msgid "Contributors"
msgstr "贡献者"
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} – %{endDate}"
-
-msgid "ContributorsPage|Building repository graph."
-msgstr "构建图表中。"
-
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "%{branch_name} 分支上的æ交,ä¸å«åˆå¹¶æ交。é™6000次。"
-
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "请ç¨å€™ï¼Œå›¾è¡¨æž„建完æˆåŽé¡µé¢ä¼šè‡ªåŠ¨åˆ·æ–°ã€‚"
-
msgid "Control emails linked to your account"
msgstr "控制与您å¸æˆ·å…³è”的电å­é‚®ä»¶"
@@ -4166,17 +5094,20 @@ msgstr "控制第三方优惠的显示。"
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr "控制此次è¦èŠ‚点的åŒæ­¥ä»“库的最大并å‘"
-msgid "ConvDev Index"
-msgstr "ConvDev指数"
-
msgid "Cookie domain"
-msgstr ""
+msgstr "Cookie域"
msgid "Copied"
msgstr "å·²å¤åˆ¶"
msgid "Copied labels and milestone from %{source_issuable_reference}."
-msgstr ""
+msgstr "已从%{source_issuable_reference}å¤åˆ¶æ ‡è®°å’Œé‡Œç¨‹ç¢‘。"
+
+msgid "Copy"
+msgstr "å¤åˆ¶"
+
+msgid "Copy %{field}"
+msgstr "å¤åˆ¶%{field}"
msgid "Copy %{http_label} clone URL"
msgstr "å¤åˆ¶ %{http_label} 克隆地å€"
@@ -4184,11 +5115,17 @@ msgstr "å¤åˆ¶ %{http_label} 克隆地å€"
msgid "Copy %{protocol} clone URL"
msgstr "å¤åˆ¶ %{protocol} 克隆URL"
-msgid "Copy %{proxy_url} to clipboard"
-msgstr ""
+msgid "Copy %{proxy_url}"
+msgstr "å¤åˆ¶%{proxy_url}"
+
+msgid "Copy Account ID to clipboard"
+msgstr "å°†å¸æˆ·IDå¤åˆ¶åˆ°å‰ªè´´æ¿"
-msgid "Copy ID to clipboard"
-msgstr "å¤åˆ¶ID到剪贴æ¿"
+msgid "Copy External ID to clipboard"
+msgstr "将外部IDå¤åˆ¶åˆ°å‰ªè´´æ¿"
+
+msgid "Copy ID"
+msgstr "å¤åˆ¶ID"
msgid "Copy KRB5 clone URL"
msgstr "å¤åˆ¶KRB5克隆URL"
@@ -4199,20 +5136,29 @@ msgstr "å¤åˆ¶SSH克隆URL"
msgid "Copy SSH public key"
msgstr "å¤åˆ¶SSH公钥"
-msgid "Copy URL to clipboard"
-msgstr "å¤åˆ¶ URL 到剪贴æ¿"
+msgid "Copy URL"
+msgstr "å¤åˆ¶é“¾æŽ¥"
+
+msgid "Copy branch name"
+msgstr "å¤åˆ¶åˆ†æ”¯å称"
-msgid "Copy branch name to clipboard"
-msgstr "将分支å称å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "Copy command"
+msgstr "å¤åˆ¶å‘½ä»¤"
-msgid "Copy command to clipboard"
-msgstr "将命令å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "Copy commands"
+msgstr "å¤åˆ¶å‘½ä»¤"
-msgid "Copy commit SHA to clipboard"
-msgstr "å¤åˆ¶æ交 SHA 的值到剪贴æ¿"
+msgid "Copy commit SHA"
+msgstr "å¤åˆ¶æ交SHA"
-msgid "Copy file path to clipboard"
-msgstr "将文件路径å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "Copy file contents"
+msgstr "å¤åˆ¶æ–‡ä»¶å†…容"
+
+msgid "Copy file path"
+msgstr "å¤åˆ¶æ–‡ä»¶è·¯å¾„"
+
+msgid "Copy impersonation token"
+msgstr "å¤åˆ¶èº«ä»½æ¨¡æ‹Ÿä»¤ç‰Œ "
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr "从 %{source_issuable_reference} å¤åˆ¶æ ‡è®°å’Œé‡Œç¨‹ç¢‘。"
@@ -4223,29 +5169,23 @@ msgstr "从当å‰é¡¹ç›®ä¸­å…¶ä»–议题或åˆå¹¶è¯·æ±‚å¤åˆ¶æ ‡è®°å’Œé‡Œç¨‹ç¢‘"
msgid "Copy link"
msgstr "å¤åˆ¶é“¾æŽ¥"
-msgid "Copy personal access token to clipboard"
-msgstr "å¤åˆ¶ä¸ªäººè®¿é—®ä»¤ç‰Œåˆ°å‰ªè´´æ¿"
-
-msgid "Copy reference to clipboard"
-msgstr "将标识å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "Copy personal access token"
+msgstr "å¤åˆ¶ä¸ªäººè®¿é—®ä»¤ç‰Œ"
-msgid "Copy secret to clipboard"
-msgstr "å¤åˆ¶å¯†ç åˆ°å‰ªè´´æ¿"
+msgid "Copy reference"
+msgstr "å¤åˆ¶å‚ç…§"
-msgid "Copy source to clipboard"
-msgstr "å¤åˆ¶æºæ–‡ä»¶åˆ°å‰ªè´´æ¿"
+msgid "Copy secret"
+msgstr "å¤åˆ¶å¯†ç "
-msgid "Copy to clipboard"
-msgstr "å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "Copy token"
+msgstr "å¤åˆ¶ä»¤ç‰Œ"
-msgid "Copy token to clipboard"
-msgstr "将令牌å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "Copy trigger token"
+msgstr "å¤åˆ¶è§¦å‘令牌"
msgid "Could not add admins as members"
-msgstr ""
-
-msgid "Could not add prometheus URL to whitelist"
-msgstr ""
+msgstr "无法将管ç†å‘˜æ·»åŠ ä¸ºæˆå‘˜"
msgid "Could not authorize chat nickname. Try again!"
msgstr "无法授æƒèŠå¤©æ˜µç§°ã€‚å†è¯•ä¸€æ¬¡ï¼"
@@ -4263,28 +5203,49 @@ msgid "Could not create Wiki Repository at this time. Please try again later."
msgstr "ç›®å‰æ— æ³•åˆ›å»º Wiki 仓库。请ç¨åŽå†è¯•ã€‚"
msgid "Could not create group"
-msgstr ""
+msgstr "无法创建群组"
+
+msgid "Could not create issue"
+msgstr "无法创建议题"
msgid "Could not create project"
+msgstr "无法创建项目"
+
+msgid "Could not delete %{design}. Please try again."
msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "无法删除èŠå¤©æ˜µç§° %{chat_name}。"
+msgid "Could not fetch projects"
+msgstr "无法获å–项目"
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr "无法删除触å‘器。"
+msgid "Could not restore the group"
+msgstr "无法还原群组"
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr "无法撤消身份模拟令牌 %{token_name}。"
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr "无法撤消个人访问令牌 %{personal_access_token_name}。"
-msgid "Could not save project ID"
+msgid "Could not save group ID"
msgstr ""
+msgid "Could not save project ID"
+msgstr "无法ä¿å­˜é¡¹ç›®ID"
+
msgid "Could not save prometheus manual configuration"
-msgstr ""
+msgstr "无法ä¿å­˜prometheus手动é…ç½®"
+
+msgid "Country"
+msgstr "国家/地区"
msgid "Coverage"
msgstr "覆盖率"
@@ -4301,14 +5262,20 @@ msgstr "创建新目录"
msgid "Create New Domain"
msgstr "创建新域"
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr "请先创建一个GitLabå¸æˆ·ï¼Œç„¶åŽå°†å…¶è¿žæŽ¥åˆ°æ‚¨çš„ %{label} å¸æˆ·ã€‚"
+msgid "Create a Mattermost team for this group"
+msgstr "为这个群组创建一个Mattermost团队"
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr "创建本地代ç†ï¼Œç”¨äºŽå­˜å‚¨é¢‘ç¹ä½¿ç”¨çš„上游镜åƒã€‚ %{link_start}了解更多%{link_end} 关于ä¾èµ–代ç†çš„内容。"
msgid "Create a merge request"
-msgstr ""
+msgstr "创建一个åˆå¹¶ç”³è¯·"
msgid "Create a new branch"
msgstr "创建一个新分支"
@@ -4319,20 +5286,29 @@ msgstr "当å‰æ— æ–‡ä»¶ã€‚请先创建一个新文件。然åŽæ‚¨å°†èƒ½å¤Ÿæ交
msgid "Create a new issue"
msgstr "创建新议题"
+msgid "Create a new issue and add it to the epic."
+msgstr "创建一个新议题并将其添加到å²è¯—中。"
+
msgid "Create a new repository"
msgstr "创建一个新仓库"
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "在å¸æˆ·ä¸Šåˆ›å»ºä¸ªäººè®¿é—®ä»¤ç‰Œï¼Œä»¥é€šè¿‡ %{protocol} æ¥æ‹‰å–或推é€ã€‚"
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr "创建议题"
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr "创建一个议题。为已触å‘çš„æ¯ä¸ªè­¦æŠ¥åˆ›å»ºè®®é¢˜ã€‚"
msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to import."
-msgstr ""
+msgstr "请创建并æ供您的GitHub%{link_start}个人访问令牌%{link_end}。您需è¦é€‰æ‹©<code>repo</code>范围,这样我们æ‰å¯ä»¥æ˜¾ç¤ºå¯å¯¼å…¥çš„公共和ç§æœ‰ä»“库的列表。"
msgid "Create board"
-msgstr ""
+msgstr "新建看æ¿"
msgid "Create branch"
msgstr "创建分支"
@@ -4364,6 +5340,9 @@ msgstr "创建群组"
msgid "Create group label"
msgstr "创建群组标记"
+msgid "Create issue"
+msgstr "创建议题"
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "从标记创建列表,å«æœ‰è¯¥æ ‡è®°çš„议题将出现在相应的列中。"
@@ -4377,7 +5356,7 @@ msgid "Create milestone"
msgstr "创建里程碑"
msgid "Create new board"
-msgstr ""
+msgstr "新建看æ¿"
msgid "Create new branch"
msgstr "创建新分支"
@@ -4398,7 +5377,7 @@ msgid "Create new..."
msgstr "创建..."
msgid "Create project"
-msgstr ""
+msgstr "新建项目"
msgid "Create project label"
msgstr "创建项目标记"
@@ -4424,11 +5403,20 @@ msgstr "创建时间"
msgid "Created At"
msgstr "创建于"
+msgid "Created On"
+msgstr "创建于"
+
msgid "Created a branch and a merge request to resolve this issue."
-msgstr ""
+msgstr "创建了一个分支和一个åˆå¹¶è¯·æ±‚æ¥è§£å†³æ­¤è®®é¢˜ã€‚"
+
+msgid "Created after"
+msgstr "在此时间之åŽåˆ›å»º"
+
+msgid "Created before"
+msgstr "在此时间之å‰åˆ›å»º"
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
-msgstr ""
+msgstr "创建了分支“%{branch_name}â€å’Œåˆå¹¶è¯·æ±‚以解决此议题。"
msgid "Created by me"
msgstr "由我创建"
@@ -4452,10 +5440,10 @@ msgid "Created on:"
msgstr "创建于:"
msgid "Creates a branch and a merge request to resolve this issue."
-msgstr ""
+msgstr "创建分支和åˆå¹¶è¯·æ±‚æ¥è§£å†³è¿™ä¸ªè®®é¢˜ã€‚"
msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue."
-msgstr ""
+msgstr "创建分支“%{branch_name}â€å’Œåˆå¹¶è¯·æ±‚以解决此议题。"
msgid "Creating epic"
msgstr "创建å²è¯—中"
@@ -4464,7 +5452,13 @@ msgid "Creating graphs uses the data from the Prometheus server. If this takes a
msgstr "正在使用PrometheusæœåŠ¡å™¨ä¸­çš„æ•°æ®åˆ›å»ºå›¾è¡¨ã€‚如果这需è¦å¾ˆé•¿æ—¶é—´ï¼Œè¯·ç¡®ä¿æ•°æ®å¯ç”¨ã€‚"
msgid "Creation date"
-msgstr ""
+msgstr "创建日期"
+
+msgid "Credentials"
+msgstr "凭æ®"
+
+msgid "Critical vulnerabilities present"
+msgstr "存在严é‡æ¼æ´ž"
msgid "Cron Timezone"
msgstr "Cron 时区"
@@ -4472,12 +5466,15 @@ msgstr "Cron 时区"
msgid "Cron syntax"
msgstr "Cron 语法"
-msgid "Cross-project dependencies"
-msgstr ""
+msgid "Crossplane"
+msgstr "Crossplane"
msgid "Current Branch"
msgstr "当å‰åˆ†æ”¯"
+msgid "Current Plan"
+msgstr "当å‰è®¡åˆ’"
+
msgid "Current Project"
msgstr "当å‰é¡¹ç›®"
@@ -4487,15 +5484,24 @@ msgstr "当å‰èŠ‚点"
msgid "Current password"
msgstr "当å‰å¯†ç "
+msgid "Current vulnerabilities count"
+msgstr "当å‰æ¼æ´žæ•°é‡"
+
msgid "CurrentUser|Profile"
msgstr "用户资料"
msgid "CurrentUser|Settings"
msgstr "设置"
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr "开始试用金牌计划"
+
+msgid "Custom CI configuration path"
msgstr "自定义CIé…置路径"
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr "自定义HTTP(S)åè®®Git克隆URL"
+
msgid "Custom hostname (for private commit emails)"
msgstr "自定义主机å(用于ç§æœ‰æ交电å­é‚®ä»¶ï¼‰"
@@ -4511,44 +5517,53 @@ msgstr "自定义项目模æ¿"
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr "尚未为您所属的群组设置自定义项目模æ¿ã€‚请在群组的设置页é¢å¯ç”¨å®ƒã€‚è¦è®¾ç½®è‡ªå®šä¹‰é¡¹ç›®æ¨¡æ¿ï¼Œè¯·è”系群组的所有者或维护者。"
+msgid "Custom range"
+msgstr "自定义范围"
+
msgid "CustomCycleAnalytics|Add a stage"
-msgstr ""
+msgstr "添加新阶段"
msgid "CustomCycleAnalytics|Add stage"
-msgstr ""
+msgstr "添加新阶段"
+
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr "编辑阶段"
msgid "CustomCycleAnalytics|Enter a name for the stage"
-msgstr ""
+msgstr "输入阶段å称"
msgid "CustomCycleAnalytics|Name"
-msgstr ""
+msgstr "å称"
msgid "CustomCycleAnalytics|New stage"
-msgstr ""
+msgstr "新阶段"
msgid "CustomCycleAnalytics|Please select a start event first"
-msgstr ""
+msgstr "请先选择一个开始事件"
msgid "CustomCycleAnalytics|Select start event"
-msgstr ""
+msgstr "选择开始事件"
msgid "CustomCycleAnalytics|Select stop event"
-msgstr ""
+msgstr "选择åœæ­¢äº‹ä»¶"
msgid "CustomCycleAnalytics|Start event"
-msgstr ""
+msgstr "开始事件"
msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
-msgstr ""
+msgstr "开始事件已改å˜ï¼Œè¯·é€‰æ‹©ä¸€ä¸ªæœ‰æ•ˆçš„åœæ­¢äº‹ä»¶"
msgid "CustomCycleAnalytics|Start event label"
-msgstr ""
+msgstr "开始事件标记"
msgid "CustomCycleAnalytics|Stop event"
-msgstr ""
+msgstr "åœæ­¢äº‹ä»¶"
msgid "CustomCycleAnalytics|Stop event label"
-msgstr ""
+msgstr "åœæ­¢äº‹ä»¶æ ‡è®°"
+
+msgid "CustomCycleAnalytics|Update stage"
+msgstr "更新阶段"
msgid "Customize colors"
msgstr "自定义颜色"
@@ -4560,49 +5575,82 @@ msgid "Customize how Google Code email addresses and usernames are imported into
msgstr "自定义如何将Google Code电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·å导入GitLab。下一步将选择è¦å¯¼å…¥çš„项目。"
msgid "Customize icon"
-msgstr ""
+msgstr "自定义图标"
msgid "Customize language and region related settings."
msgstr "自定义语言和区域相关设置。"
msgid "Customize name"
-msgstr ""
+msgstr "自定义å称"
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr "自定义æµæ°´çº¿é…置,查看æµæ°´çº¿çŠ¶æ€å’Œè¦†ç›–率报告。"
+msgid "Customize your pipeline configuration."
+msgstr "自定义您的æµæ°´çº¿é…置。"
+
msgid "Cycle Analytics"
msgstr "周期分æž"
msgid "Cycle Analytics can help you determine your team’s velocity"
-msgstr ""
+msgstr "周期分æžå¯ä»¥å¸®åŠ©æ‚¨äº†è§£å›¢é˜Ÿçš„效率"
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr "周期分æžæ¦‚述了项目从想法到产å“实现的å„阶段所需的时间。"
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr "议题关闭"
+
msgid "CycleAnalyticsEvent|Issue created"
-msgstr ""
+msgstr "议题已创建"
+
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr "议题首次添加到看æ¿"
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr "议题首次与里程碑相关è”"
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
-msgstr ""
+msgstr "议题首次添加到里程碑或看æ¿"
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
-msgstr ""
+msgstr "议题首次在æ交中æåŠ"
+
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr "议题已添加标记"
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr "议题已删除标记"
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr "议题最åŽç¼–辑"
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr "åˆå¹¶è¯·æ±‚添加标记"
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr "åˆå¹¶è¯·æ±‚删除标记"
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr "åˆå¹¶è¯·æ±‚关闭"
msgid "CycleAnalyticsEvent|Merge request created"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚已创建"
msgid "CycleAnalyticsEvent|Merge request first deployed to production"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚首次部署到生产环境"
msgid "CycleAnalyticsEvent|Merge request last build finish time"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚上次构建完æˆæ—¶é—´"
msgid "CycleAnalyticsEvent|Merge request last build start time"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚上次构建开始时间"
+
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr "åˆå¹¶è¯·æ±‚最åŽç¼–辑"
msgid "CycleAnalyticsEvent|Merge request merged"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚å·²åˆå¹¶"
msgid "CycleAnalyticsStage|Code"
msgstr "ç¼–ç "
@@ -4613,9 +5661,6 @@ msgstr "议题"
msgid "CycleAnalyticsStage|Plan"
msgstr "计划"
-msgid "CycleAnalyticsStage|Production"
-msgstr "生产"
-
msgid "CycleAnalyticsStage|Review"
msgstr "评审"
@@ -4625,28 +5670,78 @@ msgstr "预å‘布"
msgid "CycleAnalyticsStage|Test"
msgstr "测试"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr "ä¸é€‚用于所选群组"
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr "应该属于一个群组"
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr "已选择%{stageCount}个阶段"
+
+msgid "CycleAnalytics|All stages"
+msgstr "所有阶段"
+
+msgid "CycleAnalytics|Date"
+msgstr "日期"
+
+msgid "CycleAnalytics|Days to completion"
+msgstr "完æˆæ‰€éœ€å¤©æ•°"
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr "未选择阶段"
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
+msgstr "阶段"
+
+msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|group dropdown filter"
+msgid "CycleAnalytics|Total days to completion"
+msgstr "完æˆæ‰€éœ€æ€»å¤©æ•°"
+
+msgid "CycleAnalytics|Type of work"
msgstr ""
+msgid "CycleAnalytics|group dropdown filter"
+msgstr "群组下拉列表过滤器"
+
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr "ä¸é€‚用于给定的开始事件"
+
msgid "CycleAnalytics|project dropdown filter"
-msgstr ""
+msgstr "项目下拉列表过滤器"
msgid "CycleAnalytics|stage dropdown"
-msgstr ""
+msgstr "阶段下拉列表"
msgid "DNS"
msgstr "DNS"
@@ -4673,11 +5768,14 @@ msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
msgstr "%{firstProject}ã€%{rest} å’Œ %{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
-msgstr ""
+msgstr "无法添加%{invalidProjects}。此仪表æ¿å¯ç”¨äºŽå…¬å¼€é¡¹ç›®ï¼Œä»¥åŠé“¶ç‰Œæ–¹æ¡ˆç¾¤ç»„中的ç§æœ‰é¡¹ç›®ã€‚"
msgid "Data is still calculating..."
msgstr "æ•°æ®ä»åœ¨è®¡ç®—中……"
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr "日期选择器"
@@ -4694,7 +5792,10 @@ msgid "DayTitle|W"
msgstr "三"
msgid "Days"
-msgstr ""
+msgstr "天"
+
+msgid "Days to merge"
+msgstr "åˆå¹¶æ‰€éœ€å¤©æ•°"
msgid "Debug"
msgstr "调试"
@@ -4714,18 +5815,24 @@ msgstr "æ‹’ç»å¹¶é€€å‡º"
msgid "Default Branch"
msgstr "默认分支"
+msgid "Default CI configuration path"
+msgstr "默认CIé…置路径"
+
msgid "Default artifacts expiration"
msgstr "默认产物过期时间"
msgid "Default branch"
-msgstr ""
+msgstr "默认分支"
msgid "Default branch and protected branches"
-msgstr ""
+msgstr "默认分支和å—ä¿æŠ¤çš„分支"
msgid "Default classification label"
msgstr "默认分类标记"
+msgid "Default deletion adjourned period"
+msgstr "默认删除延时"
+
msgid "Default description template for issues"
msgstr "议题的默认æ述模æ¿"
@@ -4775,7 +5882,7 @@ msgid "Delete"
msgstr "删除"
msgid "Delete Comment"
-msgstr ""
+msgstr "删除评论"
msgid "Delete Package"
msgstr "删除文件包"
@@ -4784,10 +5891,10 @@ msgid "Delete Snippet"
msgstr "删除代ç ç‰‡æ®µ"
msgid "Delete artifacts"
-msgstr ""
+msgstr "删除产物"
msgid "Delete board"
-msgstr ""
+msgstr "删除看æ¿"
msgid "Delete comment"
msgstr "删除评论"
@@ -4798,6 +5905,18 @@ msgstr "删除许å¯è¯"
msgid "Delete list"
msgstr "删除列表"
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr "删除代ç ç‰‡æ®µ"
+
+msgid "Delete snippet?"
+msgstr "删除代ç ç‰‡æ®µå—?"
+
msgid "Delete source branch"
msgstr "删除æºåˆ†æ”¯"
@@ -4826,7 +5945,7 @@ msgid "Deleted chat nickname: %{chat_name}!"
msgstr "已删除èŠå¤©çš„昵称: %{chat_name}!"
msgid "Deleted in this version"
-msgstr ""
+msgstr "此版本删除"
msgid "Deleting the license failed."
msgstr "删除许å¯è¯å¤±è´¥ã€‚"
@@ -4837,6 +5956,9 @@ msgstr "删除许å¯è¯å¤±è´¥ã€‚找ä¸åˆ°è®¸å¯è¯ã€‚"
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "删除许å¯è¯å¤±è´¥ã€‚ä¸å…许您执行此æ“作。"
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr "删除等待中。此项目将于%{date}被删除。仓库和其他项目资æºä¸ºåªè¯»ã€‚"
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "æ‹’ç»èŠå¤©æ˜µç§° %{user_name} 的授æƒã€‚"
@@ -4846,19 +5968,22 @@ msgstr "æ‹’ç»"
msgid "Dependencies"
msgstr "ä¾èµ–项"
+msgid "Dependencies help page link"
+msgstr "ä¾èµ–项帮助页é¢é“¾æŽ¥"
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
-msgstr[0] ""
+msgstr[0] "%d个其它æ¼æ´žæœªæ˜¾ç¤º"
msgid "Dependencies|%d vulnerability"
msgid_plural "Dependencies|%d vulnerabilities"
-msgstr[0] ""
+msgstr[0] "%d个æ¼æ´ž"
msgid "Dependencies|%{remainingLicensesCount} more"
-msgstr ""
+msgstr "其余%{remainingLicensesCount}项"
msgid "Dependencies|All"
-msgstr ""
+msgstr "所有"
msgid "Dependencies|Component"
msgstr "组件"
@@ -4873,7 +5998,7 @@ msgid "Dependencies|Job failed to generate the dependency list"
msgstr "作业无法生æˆä¾èµ–项列表"
msgid "Dependencies|License"
-msgstr ""
+msgstr "许å¯è¯"
msgid "Dependencies|Location"
msgstr "ä½ç½®"
@@ -4882,10 +6007,10 @@ msgid "Dependencies|Packager"
msgstr "打包程åº"
msgid "Dependencies|Safe"
-msgstr ""
+msgstr "安全"
msgid "Dependencies|Status"
-msgstr ""
+msgstr "状æ€"
msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
msgstr "%{codeStartTag}dependency_scanning%{codeEndTag} 作业失败,无法生æˆåˆ—表。请确ä¿ä½œä¸šæ­£å¸¸è¿è¡Œå¹¶é‡å¯æµæ°´çº¿ã€‚"
@@ -4897,7 +6022,7 @@ msgid "Dependencies|Version"
msgstr "版本"
msgid "Dependencies|Vulnerable components"
-msgstr ""
+msgstr "有æ¼æ´žçš„组件"
msgid "Dependency List"
msgstr "ä¾èµ–项列表"
@@ -4905,6 +6030,9 @@ msgstr "ä¾èµ–项列表"
msgid "Dependency Proxy"
msgstr "ä¾èµ–代ç†"
+msgid "Dependency Scanning"
+msgstr "ä¾èµ–项扫æ"
+
msgid "Dependency proxy"
msgstr "ä¾èµ–代ç†"
@@ -4919,11 +6047,11 @@ msgstr " 开关ä¾èµ–代ç†"
msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
-msgstr[0] ""
+msgstr[0] "ä¾èµ–于%d 个正在åˆå¹¶çš„åˆå¹¶è¯·æ±‚"
msgid "Depends on <strong>%d closed</strong> merge request."
msgid_plural "Depends on <strong>%d closed</strong> merge requests."
-msgstr[0] ""
+msgstr[0] "ä¾èµ–于<strong>%d个已关闭的</strong>åˆå¹¶è¯·æ±‚"
msgid "Deploy"
msgid_plural "Deploys"
@@ -4936,10 +6064,10 @@ msgid "Deploy key was successfully updated."
msgstr "部署密钥已æˆåŠŸæ›´æ–°ã€‚"
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
-msgstr ""
+msgstr "未找到部署进度。è¦æŸ¥çœ‹pod,请确ä¿æ‚¨çš„环境符åˆ%{linkStart}部署看æ¿æ¡ä»¶%{linkEnd}。"
msgid "Deploy to..."
-msgstr ""
+msgstr "部署到 ..."
msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
msgstr "部署é¢æ¿å·²åˆ é™¤æ ‡ç­¾%{appLabel}上的匹é…。è¦æŸ¥çœ‹éƒ¨ç½²é¢æ¿ä¸Šçš„所有实例,您必须更新Chart并é‡æ–°éƒ¨ç½²ã€‚"
@@ -5004,11 +6132,11 @@ msgstr "å…许对容器镜åƒåº“é•œåƒè¿›è¡Œåªè¯»è®¿é—®"
msgid "DeployTokens|Allows read-only access to the repository"
msgstr "å…许对仓库进行åªè¯»è®¿é—®"
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "将部署令牌å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "DeployTokens|Copy deploy token"
+msgstr "å¤åˆ¶éƒ¨ç½²ä»¤ç‰Œ"
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "将用户åå¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "DeployTokens|Copy username"
+msgstr "å¤åˆ¶ç”¨æˆ·å"
msgid "DeployTokens|Create deploy token"
msgstr "创建部署令牌"
@@ -5017,7 +6145,7 @@ msgid "DeployTokens|Created"
msgstr "创建时间"
msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
-msgstr ""
+msgstr "默认格å¼ä¸ºâ€œgitlab+deploy-token-{n}â€ã€‚如果è¦æ›´æ”¹è¯·è¾“入自定义用户å。"
msgid "DeployTokens|Deploy Tokens"
msgstr "部署令牌"
@@ -5070,21 +6198,42 @@ msgstr "新项目部署令牌已创建。"
msgid "Deployed"
msgstr "已部署"
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr "已部署到"
msgid "Deploying to"
msgstr "正在部署到"
+msgid "Deployment|API"
+msgstr "API"
+
+msgid "Deployment|This deployment was created using the API"
+msgstr "此部署使用API创建"
+
+msgid "Deployment|canceled"
+msgstr "å·²å–消"
+
+msgid "Deployment|created"
+msgstr "已创建"
+
+msgid "Deployment|failed"
+msgstr "已失败"
+
+msgid "Deployment|running"
+msgstr "è¿è¡Œä¸­"
+
+msgid "Deployment|success"
+msgstr "æˆåŠŸ"
+
msgid "Deprioritize label"
msgstr "å–消优先标记"
msgid "Descending"
msgstr "é™åº"
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr "æ述更改的目的以åŠè¯„审人员应注æ„的事项。"
+
msgid "Description"
msgstr "æè¿°"
@@ -5098,34 +6247,61 @@ msgid "Description:"
msgstr "æè¿°:"
msgid "Descriptive label"
-msgstr ""
+msgstr "æ述性标签"
msgid "Deselect all"
msgstr "å–消所有"
+msgid "Design Management"
+msgstr "设计管ç†"
+
+msgid "Design Management files and data"
+msgstr "设计管ç†æ–‡ä»¶å’Œæ•°æ®"
+
+msgid "Design Sync Not Enabled"
+msgstr "设计åŒæ­¥æœªå¯ç”¨"
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr "%{current_design}/%{designs_count}"
msgid "DesignManagement|Add designs"
-msgstr ""
+msgstr "添加设计"
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
-msgstr ""
+msgstr "添加具有相åŒæ–‡ä»¶å的设计会替æ¢ä¸ºæ–°ç‰ˆæœ¬çš„文件。"
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+msgstr "确定è¦åˆ é™¤é€‰ä¸­çš„设计å—?"
+
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
-msgstr "无法找到设计,请å†è¯•ä¸€æ¬¡ã€‚"
+msgid "DesignManagement|Could not create new discussion. Please try again."
+msgstr "无法创建新讨论。请å†è¯•ä¸€é。"
+
+msgid "DesignManagement|Delete"
+msgstr "删除"
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr "删除设计确认"
-msgid "DesignManagement|Error uploading a new design. Please try again"
-msgstr "上传新设计时出错。请å†è¯•ä¸€æ¬¡"
+msgid "DesignManagement|Delete selected"
+msgstr "删除所选项"
+
+msgid "DesignManagement|Deselect all"
+msgstr "å–消全部选择"
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
+msgstr ""
msgid "DesignManagement|Go back to designs"
msgstr "返回到设计"
@@ -5136,11 +6312,14 @@ msgstr "转到下一个设计"
msgid "DesignManagement|Go to previous design"
msgstr "转到上一个设计"
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
-msgstr ""
+msgstr "请求的设计版本ä¸å­˜åœ¨ã€‚显示最新版本"
+
+msgid "DesignManagement|Select all"
+msgstr "选择全部"
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr "å…许上传的设计最大数é‡ä¸º %{upload_limit}。请å†è¯•ä¸€æ¬¡ã€‚"
@@ -5166,20 +6345,29 @@ msgstr "详细信æ¯(默认)"
msgid "Detect host keys"
msgstr "检测主机密钥"
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr "DevOps指数"
+
msgid "Diff content limits"
msgstr "差异内容é™åˆ¶"
msgid "Diff limits"
msgstr "差异é™åˆ¶"
+msgid "Difference between start date and now"
+msgstr "开始日期和现在之间的差异"
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr "(æº)"
msgid "Diffs|No file name available"
msgstr "æ— å¯ç”¨çš„文件å"
-msgid "Diffs|Show all lines"
-msgstr ""
+msgid "Diffs|Show unchanged lines"
+msgstr "显示未改å˜çš„è¡Œ"
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "获å–差异线时å‘生错误。"
@@ -5193,15 +6381,15 @@ msgstr "目录å称"
msgid "Disable"
msgstr "ç¦ç”¨"
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr "在此项目中ç¦ç”¨"
msgid "Disable group Runners"
msgstr "ç¦ç”¨ç¾¤ç»„Runner"
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr "ç¦ç”¨å…±äº«Runner"
@@ -5254,23 +6442,29 @@ msgid "Discuss a specific suggestion or question that needs to be resolved"
msgstr "讨论需è¦è§£å†³çš„具体建议或议题"
msgid "Discuss a specific suggestion or question that needs to be resolved."
-msgstr ""
+msgstr "讨论需è¦è§£å†³çš„具体建议或问题。"
msgid "Discuss a specific suggestion or question."
-msgstr ""
+msgstr "讨论具体的建议或问题。"
msgid "Discussion"
msgstr "讨论"
+msgid "Discussion to reply to cannot be found"
+msgstr "无法找到è¦å›žå¤çš„讨论"
+
+msgid "Disk Usage"
+msgstr "ç£ç›˜ä½¿ç”¨æƒ…况"
+
msgid "Dismiss"
msgstr "忽略"
-msgid "Dismiss ConvDev introduction"
-msgstr "å–消 ConvDev 导入"
-
msgid "Dismiss Cycle Analytics introduction box"
msgstr "关闭循环分æžä»‹ç»æ¡†"
+msgid "Dismiss DevOps Score introduction"
+msgstr "ä¸å†æ˜¾ç¤ºDevOps指数介ç»"
+
msgid "Dismiss Merge Request promotion"
msgstr "关闭åˆå¹¶è¯·æ±‚推广"
@@ -5290,7 +6484,13 @@ msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "在%{projectLink} 中的æµæ°´çº¿ %{pipelineLink}上忽略"
msgid "Display name"
-msgstr ""
+msgstr "显示å称"
+
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr "æ ¹æ®%{linkStart}最近的æµæ°´çº¿%{linkEnd}展示ä¾èµ–项和已知æ¼æ´ž"
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr "ä¸åœ¨GitLab中显示æ¥è‡ªç¬¬ä¸‰æ–¹çš„推广"
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr "您想自定义如何将Google Code电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·å导入GitLabå—?"
@@ -5298,6 +6498,9 @@ msgstr "您想自定义如何将Google Code电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·å导入G
msgid "Dockerfile"
msgstr "Dockerfile"
+msgid "Documentation"
+msgstr "文档"
+
msgid "Documentation for popular identity providers"
msgstr "常è§çš„身份验è¯æ供商的相关文档"
@@ -5310,6 +6513,9 @@ msgstr "域å"
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr "域验è¯æ˜¯å…¬å…± GitLab 站点的基本安全措施。用户需è¦è¯æ˜Žä»–们在å¯ç”¨åŸŸä¹‹å‰æ‹¥æœ‰åŸŸçš„所有æƒ"
+msgid "Don't have an account yet?"
+msgstr "还没有账户?"
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr "ä¸è¦æŠŠGPG密钥中的ç§é’¥éƒ¨åˆ†è´´è¿‡æ¥ï¼Œè¯·åªç²˜è´´å…¬é’¥éƒ¨åˆ†ï¼Œå…¶å¼€å§‹äºŽ '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
@@ -5325,14 +6531,20 @@ msgstr "完æˆ"
msgid "Download"
msgstr "下载"
+msgid "Download %{format}"
+msgstr "下载%{format}"
+
+msgid "Download %{format}:"
+msgstr "下载%{format}:"
+
msgid "Download CSV"
-msgstr ""
+msgstr "下载CSV"
msgid "Download artifacts"
msgstr "下载产物"
msgid "Download as"
-msgstr ""
+msgstr "下载å¦å­˜ä¸º"
msgid "Download asset"
msgstr "下载资æº"
@@ -5340,11 +6552,14 @@ msgstr "下载资æº"
msgid "Download codes"
msgstr "下载代ç "
+msgid "Download evidence JSON"
+msgstr "下载凭è¯JSON"
+
msgid "Download export"
msgstr "下载导出"
msgid "Download image"
-msgstr ""
+msgstr "下载图片"
msgid "Download license"
msgstr "下载许å¯è¯"
@@ -5373,9 +6588,18 @@ msgstr "踩"
msgid "Due date"
msgstr "截止日期"
+msgid "Duration"
+msgstr "时长"
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "在此过程中,我们会è¦æ±‚您æä¾›æ¥è‡ª GitLab çš„ URL 。请使用下é¢çš„网å€ã€‚"
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr "动æ€åº”用程åºå®‰å…¨æ€§æµ‹è¯•(DAST)"
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr "æ¯ä¸ªRunnerå¯ä»¥åœ¨ä»¥ä¸‹çŠ¶æ€ä¹‹ä¸€å’Œ/或属于以下类型之一:"
+
msgid "Each Runner can be in one of the following states:"
msgstr "æ¯ä¸ªRunnerå¯ä»¥å¤„于以下状æ€ä¸­çš„其中一ç§ï¼š"
@@ -5383,17 +6607,23 @@ msgid "Edit"
msgstr "编辑"
msgid "Edit %{issuable}"
-msgstr ""
+msgstr "编辑%{issuable}"
msgid "Edit %{name}"
msgstr "编辑%{name}"
msgid "Edit Comment"
-msgstr ""
+msgstr "编辑评论"
msgid "Edit Deploy Key"
msgstr "编辑部署密钥"
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr "编辑群组钩å­"
+
msgid "Edit Label"
msgstr "编辑标签"
@@ -5406,26 +6636,38 @@ msgstr "编辑密ç "
msgid "Edit Pipeline Schedule %{id}"
msgstr "编辑 %{id} æµæ°´çº¿è®¡åˆ’"
+msgid "Edit Project Hook"
+msgstr "编辑项目钩å­"
+
+msgid "Edit Release"
+msgstr "编辑å‘布"
+
msgid "Edit Snippet"
msgstr "编辑代ç ç‰‡æ®µ"
+msgid "Edit System Hook"
+msgstr "编辑系统钩å­"
+
msgid "Edit application"
msgstr "编辑应用"
msgid "Edit board"
-msgstr ""
+msgstr "编辑看æ¿"
msgid "Edit comment"
msgstr "编辑评论"
+msgid "Edit dashboard"
+msgstr "编辑仪表æ¿"
+
msgid "Edit description"
-msgstr ""
+msgstr "编辑æè¿°ä¿¡æ¯"
msgid "Edit environment"
msgstr "编辑环境"
msgid "Edit epic description"
-msgstr ""
+msgstr "编辑å²è¯—æè¿°"
msgid "Edit file"
msgstr "编辑文件"
@@ -5446,20 +6688,26 @@ msgid "Edit public deploy key"
msgstr "编辑公共部署密钥"
msgid "Edit stage"
-msgstr ""
+msgstr "编辑阶段"
+
+msgid "Edit this release"
+msgstr "编辑此å‘布"
msgid "Edit wiki page"
-msgstr ""
+msgstr "编辑Wiki页é¢"
msgid "Edit your most recent comment in a thread (from an empty textarea)"
-msgstr ""
+msgstr "编辑你在最近è¯é¢˜ä¸­çš„评论(从空白文本区)"
msgid "Editing"
-msgstr ""
+msgstr "编辑中"
msgid "Elasticsearch"
msgstr "Elasticsearch"
+msgid "Elasticsearch AWS IAM credentials"
+msgstr "Elasticsearch AWS IAM凭æ®"
+
msgid "Elasticsearch indexing restrictions"
msgstr "Elasticsearch索引é™åˆ¶"
@@ -5482,7 +6730,10 @@ msgid "Email address"
msgstr "电å­é‚®ä»¶åœ°å€"
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
-msgstr ""
+msgstr "电å­é‚®ä»¶åŸŸåœ¨å­ç¾¤ç»„中ä¸å¯ç¼–辑。相关设置继承于最顶层的上级群组。"
+
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr "电å­é‚®ä»¶æœªéªŒè¯ã€‚请在Salesforce中验è¯æ‚¨çš„电å­é‚®ä»¶ã€‚"
msgid "Email patch"
msgstr "电å­é‚®ä»¶è¡¥ä¸"
@@ -5562,6 +6813,12 @@ msgstr "å¯ç”¨Auto DevOps"
msgid "Enable HTML emails"
msgstr "å¯ç”¨ HTML 电å­é‚®ä»¶"
+msgid "Enable Incident Management inbound alert limit"
+msgstr "å¯ç”¨äº‹ä»¶ç®¡ç†ä¼ å…¥è­¦å‘Šé™åˆ¶"
+
+msgid "Enable PlantUML"
+msgstr "å¯ç”¨PlantUML"
+
msgid "Enable Pseudonymizer data collection"
msgstr "å¯ç”¨åŒ¿å化的数æ®æ”¶é›†"
@@ -5569,13 +6826,13 @@ msgid "Enable SAML authentication for this group"
msgstr "为此群组å¯ç”¨ SAML 身份验è¯"
msgid "Enable access to Grafana"
-msgstr ""
+msgstr "å…许访问Grafana"
msgid "Enable access to the Performance Bar for a given group."
msgstr "为特定群组å¯ç”¨æ€§èƒ½æ çš„访问æƒé™ã€‚"
msgid "Enable and configure Grafana."
-msgstr ""
+msgstr "å¯ç”¨å¹¶é…ç½®Grafana。"
msgid "Enable and configure InfluxDB metrics."
msgstr "å¯ç”¨å¹¶é…ç½®InfluxDB指标。"
@@ -5590,7 +6847,7 @@ msgid "Enable error tracking"
msgstr "å¯ç”¨é”™è¯¯è·Ÿè¸ª"
msgid "Enable feature to choose access level"
-msgstr ""
+msgstr "å¯ç”¨åŠŸèƒ½å¹¶é€‰æ‹©è®¿é—®çº§åˆ«"
msgid "Enable for this project"
msgstr "在此项目中å¯ç”¨"
@@ -5610,17 +6867,20 @@ msgstr "å¯ç”¨æˆ–ç¦ç”¨åŒ¿å化数æ®æ”¶é›†."
msgid "Enable or disable version check and usage ping."
msgstr "å¯ç”¨æˆ–ç¦ç”¨ç‰ˆæœ¬æ£€æŸ¥åŠä½¿ç”¨æƒ…况检测(usage ping)。"
+msgid "Enable protected paths rate limit"
+msgstr "å¯ç”¨ä¿æŠ¤è·¯å¾„速率é™åˆ¶"
+
msgid "Enable proxy"
-msgstr ""
+msgstr "å¯ç”¨ä»£ç†"
msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
-msgstr ""
+msgstr "å¯ç”¨reCAPTCHA或Akismet并设置IPé™åˆ¶ã€‚对于reCAPTCHA,我们目å‰ä»…æ”¯æŒ %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgid "Enable shared Runners"
msgstr "å¯ç”¨å…±äº«Runner"
msgid "Enable snowplow tracking"
-msgstr ""
+msgstr "å¯ç”¨Snowplow跟踪"
msgid "Enable two-factor authentication"
msgstr "å¯ç”¨åŒé‡è®¤è¯"
@@ -5656,25 +6916,28 @@ msgid "Enforce DNS rebinding attack protection"
msgstr "强制DNSé‡æ–°ç»‘定攻击ä¿æŠ¤"
msgid "Ensure connectivity is available from the GitLab server to the Prometheus server"
-msgstr ""
+msgstr "ç¡®ä¿ä»ŽGitLabæœåŠ¡å™¨åˆ°PrometheusæœåŠ¡å™¨çš„连接"
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
-msgstr ""
+msgstr "如需跟踪到群集的部署,请确ä¿æ‚¨çš„%{linkStart}环境包å«äºŽCIæµæ°´çº¿çš„部署阶段%{linkEnd}。"
+
+msgid "Enter Admin Mode"
+msgstr "进入管ç†å‘˜æ¨¡å¼"
msgid "Enter IP address range"
msgstr "输入IP地å€èŒƒå›´"
msgid "Enter a number"
-msgstr ""
+msgstr "输入数字"
msgid "Enter at least three characters to search"
msgstr "请至少输入三个字符æ‰å¯æœç´¢"
msgid "Enter board name"
-msgstr ""
+msgstr "输入看æ¿å称"
msgid "Enter domain"
-msgstr ""
+msgstr "输入域å"
msgid "Enter in your Bitbucket Server URL and personal access token below"
msgstr "输入您的BitbucketæœåŠ¡å™¨URL和个人访问令牌"
@@ -5683,7 +6946,10 @@ msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "在下é¢è¾“入您的Phabricator Server URL和个人访问令牌"
msgid "Enter merge request URLs"
-msgstr ""
+msgstr "输入åˆå¹¶è¯·æ±‚网å€"
+
+msgid "Enter new AWS Secret Access Key"
+msgstr "输入新的AWS Secret Access密钥"
msgid "Enter the issue description"
msgstr "输入议题æè¿°"
@@ -5698,16 +6964,13 @@ msgid "Enter the merge request title"
msgstr "输入åˆå¹¶è¯·æ±‚标题"
msgid "Enter your password to approve"
-msgstr ""
+msgstr "输入批准密ç "
msgid "Enter zen mode"
-msgstr ""
-
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr "您正在查看最åŽæ›´æ–°çš„环境"
+msgstr "进入禅模å¼"
msgid "Environment"
-msgstr ""
+msgstr "环境"
msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want."
msgstr "环境å˜é‡é€šè¿‡Runner应用于环境。è¦ä¿æŠ¤å®ƒä»¬ï¼Œå¯å°†ä»–们仅开放给给å—ä¿æŠ¤çš„分支或标签。此外,它们å¯ä»¥è¢«å±è”½ï¼Œä»Žè€Œåœ¨ä½œä¸šæ—¥å¿—中éšè—它们,但必须符åˆä¸€å®šçš„正则表达å¼è¦æ±‚æ‰èƒ½è¢«å±è”½ã€‚您å¯ä»¥å°†çŽ¯å¢ƒå˜é‡ç”¨äºŽå¯†ç ã€å¯†é’¥æˆ–任何您想è¦ä½¿ç”¨çš„地方。"
@@ -5718,6 +6981,15 @@ msgstr "环境å˜é‡å·²è¢«ç®¡ç†å‘˜é…置为%{link_start}å—ä¿æŠ¤çš„(默认)%{l
msgid "Environment:"
msgstr "环境:"
+msgid "EnvironmentDashboard|API"
+msgstr "API"
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr "已通过部署API创建"
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr "环境"
@@ -5727,6 +6999,9 @@ msgstr "环境仪表æ¿"
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr "环境å…许您跟踪应用程åºçš„部署 %{link_to_read_more}。"
+msgid "Environments in %{name}"
+msgstr "%{name}中的环境"
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "将项目添加到仪表æ¿"
@@ -5742,12 +7017,21 @@ msgstr "作业:%{job}"
msgid "EnvironmentsDashboard|More actions"
msgstr "更多æ“作"
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr "删除"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "环境仪表æ¿æä¾›æ¯ä¸ªé¡¹ç›®çŽ¯å¢ƒçŠ¶æ€çš„摘è¦ï¼ŒåŒ…括æµæ°´çº¿å’Œè­¦æŠ¥çŠ¶æ€ã€‚"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr "获å–环境时å‘生错误。"
@@ -5766,6 +7050,12 @@ msgstr "终止环境时å‘生错误,请ç¨åŽé‡è¯•"
msgid "Environments|Are you sure you want to stop this environment?"
msgstr "是å¦ç¡®å®šç»ˆæ­¢å½“å‰çŽ¯å¢ƒï¼Ÿ"
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr "æ交"
@@ -5784,20 +7074,29 @@ msgstr "环境"
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr "环境是指部署代ç çš„ä½ç½®ï¼Œä¾‹å¦‚预生产或生产。"
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr "作业"
+msgid "Environments|Learn about environments"
+msgstr "了解环境"
+
msgid "Environments|Learn more about stopping environments"
msgstr "了解更多关于如何终止环境的信æ¯"
msgid "Environments|New environment"
msgstr "新建环境"
+msgid "Environments|No deployed environments"
+msgstr "没有已部署的环境"
+
msgid "Environments|No deployments yet"
msgstr "未部署"
-msgid "Environments|No pod name has been specified"
-msgstr "未指定podå称"
+msgid "Environments|No pods to display"
+msgstr "没有å¯æ˜¾ç¤ºçš„pod"
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
msgstr "注æ„:继续æ“作将终止当å‰çŽ¯å¢ƒï¼ç”±äºŽæœªåœ¨%{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd}文件中定义“终止环境æ“作â€ï¼Œå› æ­¤%{emphasisStart}ä¸ä¼š%{emphasisEnd}å½±å“å·²ç»å­˜åœ¨çš„部署。"
@@ -5838,9 +7137,15 @@ msgstr "回滚环境 %{environment_name}?"
msgid "Environments|Rollback environment %{name}?"
msgstr "回滚环境 %{name}?"
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr "显示全部"
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr "终止"
@@ -5856,12 +7161,12 @@ msgstr "æ­¤æ“作将é‡æ–°å¯åŠ¨æ交%{commit_id}的作业,将环境置于先
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr "æ­¤æ“作将é‡æ–°å¯åŠ¨æ交%{linkStart}%{commitId}%{linkEnd}的作业,将环境置于先å‰ç‰ˆæœ¬ä¸­ã€‚你确定你è¦ç»§ç»­å—?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr "æ­¤æ“作将è¿è¡Œç”±%{environment_name}定义的作业,使用æ交%{commit_id},将环境置于先å‰ç‰ˆæœ¬ä¸­ã€‚您å¯ä»¥é€šè¿‡é‡æ–°éƒ¨ç½²æœ€æ–°ç‰ˆæœ¬çš„应用程åºæ¥è¿˜åŽŸå®ƒã€‚确定继续å—?"
+
msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr "æ­¤æ“作将è¿è¡Œç”± %{name} 定义的作业,用于æ交 %{linkStart}%{commitId}%{linkEnd} 将环境置于先å‰ç‰ˆæœ¬ä¸­ã€‚您å¯ä»¥é€šè¿‡é‡æ–°éƒ¨ç½²æœ€æ–°ç‰ˆæœ¬çš„应用程åºæ¥è¿˜åŽŸå®ƒã€‚你确定你è¦ç»§ç»­å—?"
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
-msgstr "æ­¤æ“作将è¿è¡Œç”± staging 定义的作业,用于æ交 %{commit_id} 将环境置于先å‰ç‰ˆæœ¬ä¸­ã€‚您å¯ä»¥é€šè¿‡é‡æ–°éƒ¨ç½²æœ€æ–°ç‰ˆæœ¬çš„应用程åºæ¥è¿˜åŽŸå®ƒã€‚你确定你è¦ç»§ç»­å—?"
-
msgid "Environments|Updated"
msgstr "更新于"
@@ -5874,24 +7179,27 @@ msgstr "å—ä¿æŠ¤çš„"
msgid "Epic"
msgstr "å²è¯—"
+msgid "Epic cannot be found."
+msgstr "找ä¸åˆ°å²è¯—。"
+
+msgid "Epic events"
+msgstr "å²è¯—事件"
+
msgid "Epics"
msgstr "å²è¯—"
msgid "Epics (Ultimate / Gold license only)"
-msgstr ""
+msgstr "å²è¯—(仅旗舰版/金牌许å¯)"
msgid "Epics Roadmap"
msgstr "å²è¯—路线图"
msgid "Epics and Issues"
-msgstr ""
+msgstr "å²è¯—和议题"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "有效利用å²è¯—,您的产å“线管ç†ä¼šå˜å¾—æ›´è½»æ¾é«˜æ•ˆ"
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr "%{epicsCount}个epics和%{issuesCount}个议题"
-
msgid "Epics|Add an epic"
msgstr "添加一个å²è¯—"
@@ -5923,10 +7231,10 @@ msgid "Epics|Remove issue"
msgstr "删除议题"
msgid "Epics|Show more"
-msgstr ""
+msgstr "显示更多"
msgid "Epics|Something went wrong while assigning issue to epic."
-msgstr ""
+msgstr "分é…议题到å²è¯—时出错。"
msgid "Epics|Something went wrong while creating child epics."
msgstr "创建å­å²è¯—时出错。"
@@ -5935,13 +7243,13 @@ msgid "Epics|Something went wrong while fetching child epics."
msgstr "获å–å­å²è¯—时出错。"
msgid "Epics|Something went wrong while fetching group epics."
-msgstr ""
+msgstr "获å–群组å²è¯—时出错。"
msgid "Epics|Something went wrong while ordering item."
-msgstr ""
+msgstr "排åºæ—¶å‡ºé”™ã€‚"
msgid "Epics|Something went wrong while removing issue from epic."
-msgstr ""
+msgstr "从å²è¯—中删除议题时出错。"
msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
msgstr "这些日期会影å“å²è¯—在路线图中的显示方å¼ã€‚里程碑日期æ¥è‡ªäºŽå²è¯—故事中的议题所属的里程碑。您还å¯ä»¥è®¾ç½®å›ºå®šæ—¥æœŸæˆ–完全删除它们。"
@@ -5961,26 +7269,26 @@ msgstr "开始"
msgid "Error"
msgstr "错误"
+msgid "Error Details"
+msgstr "错误详情"
+
msgid "Error Tracking"
msgstr "错误跟踪"
-msgid "Error creating a new path"
-msgstr "创建新路径时出错"
-
msgid "Error creating epic"
msgstr "创建 å²è¯— 时出错"
msgid "Error deleting %{issuableType}"
msgstr "删除 %{issuableType} 时出错"
-msgid "Error fetching contributors data."
-msgstr "获å–贡献者数æ®æ—¶å‡ºé”™ã€‚"
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
-msgstr ""
+msgstr "获å–分支分å‰æ•°ç›®æ—¶å‡ºé”™ã€‚请é‡è¯•ã€‚"
msgid "Error fetching forked projects. Please try again."
-msgstr ""
+msgstr "读å–派生项目时出错。请é‡è¯•ã€‚"
msgid "Error fetching labels."
msgstr "获å–标记时出错。"
@@ -6009,6 +7317,9 @@ msgstr "加载分支时出错。"
msgid "Error loading burndown chart data"
msgstr "加载燃尽图数æ®æ—¶å‡ºé”™"
+msgid "Error loading countries data."
+msgstr "加载国家/地区数æ®æ—¶å‡ºé”™ã€‚"
+
msgid "Error loading file viewer."
msgstr "加载文件查看器时出错。"
@@ -6040,13 +7351,19 @@ msgid "Error occurred when fetching sidebar data"
msgstr "获å–侧边æ æ•°æ®æ—¶å‡ºé”™"
msgid "Error occurred when saving assignees"
-msgstr ""
+msgstr "ä¿å­˜è¢«æŒ‡æ´¾äººæ—¶å‡ºçŽ°é”™è¯¯ã€‚"
msgid "Error occurred when toggling the notification subscription"
msgstr "切æ¢é€šçŸ¥è®¢é˜…æ—¶å‘生错误"
msgid "Error occurred while updating the issue weight"
-msgstr ""
+msgstr "更新议题æƒé‡æ—¶å‡ºé”™"
+
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr "å‘生错误。无法冻结被ç¦ç”¨çš„用户"
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr "错误å‘生。已ç¦ç”¨ç”¨æˆ·å¿…须解除ç¦ç”¨åŽæ‰èƒ½è¢«æ¿€æ´»"
msgid "Error occurred. User was not blocked"
msgstr "å‘生了错误。用户未被ç¦ç”¨"
@@ -6063,20 +7380,23 @@ msgstr "å‘生了错误。用户未解除é”定"
msgid "Error rendering markdown preview"
msgstr "渲染Markdown预览时出错"
+msgid "Error rendering query"
+msgstr "错误渲染查询"
+
msgid "Error saving label update."
msgstr "ä¿å­˜æ ‡è®°æ›´æ–°æ—¶å‡ºé”™ã€‚"
msgid "Error setting up editor. Please try again."
-msgstr ""
+msgstr "设置编辑器时出错。请é‡è¯•ã€‚"
msgid "Error updating %{issuableType}"
msgstr "更新 %{issuableType} 时出错"
msgid "Error updating status for all to-do items."
-msgstr ""
+msgstr "更新所有待办事项状æ€æ—¶å‡ºé”™ã€‚"
msgid "Error updating status of to-do item."
-msgstr ""
+msgstr "更新待办事项状æ€æ—¶å‡ºé”™ã€‚"
msgid "Error uploading file"
msgstr "上传文件时出错"
@@ -6096,9 +7416,6 @@ msgstr "è¿ç§» %{upload_id} 时出错 : %{error_message}"
msgid "Error with Akismet. Please check the logs for more info."
msgstr "Akismet 错误。请检查日志以获å–更多信æ¯ã€‚"
-msgid "Error:"
-msgstr "错误:"
-
msgid "ErrorTracking|Active"
msgstr "å¯ç”¨"
@@ -6114,8 +7431,8 @@ msgstr "å•å‡»â€œè¿žæŽ¥â€ä»¥é‡æ–°å»ºç«‹ä¸ŽSentry的连接并激活下拉列表
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr "连接失败。请å†æ¬¡æ£€æŸ¥éªŒè¯ä»¤ç‰Œï¼Œç„¶åŽé‡è¯•ã€‚"
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
-msgstr "在Sentryå¸æˆ·è®¾ç½®é¡µé¢ä¸­æ‰¾åˆ°æ‚¨çš„主机å"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr "如果您自行管ç†Sentry,请输入Sentry实例的完整网å€ã€‚如果您使用的是Sentry的托管解决方案,请输入https://sentry.io"
msgid "ErrorTracking|No projects available"
msgstr "æ— å¯ç”¨çš„项目"
@@ -6132,12 +7449,18 @@ msgstr "错误"
msgid "Estimated"
msgstr "预计"
+msgid "Event Actions"
+msgstr "事件动作"
+
msgid "EventFilterBy|Filter by all"
msgstr "全部"
msgid "EventFilterBy|Filter by comments"
msgstr "åªæ˜¾ç¤ºè¯„论事件"
+msgid "EventFilterBy|Filter by epic events"
+msgstr "按å²è¯—事件筛选"
+
msgid "EventFilterBy|Filter by issue events"
msgstr "åªæ˜¾ç¤ºè®®é¢˜äº‹ä»¶"
@@ -6156,12 +7479,27 @@ msgstr "事件"
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr "所有 %{action} å°è¯•éƒ½å·²å¤±è´¥ï¼š %{job_error_message}。请å†è¯•ä¸€æ¬¡ã€‚"
+msgid "Every day"
+msgstr "æ¯å¤©"
+
msgid "Every day (at 4:00am)"
msgstr "æ¯æ—¥æ‰§è¡Œï¼ˆå‡Œæ™¨ 4 点)"
+msgid "Every month"
+msgstr "æ¯æœˆ"
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "æ¯æœˆæ‰§è¡Œï¼ˆæ¯æœˆ 1 日凌晨 4 点)"
+msgid "Every three months"
+msgstr "æ¯ä¸‰ä¸ªæœˆ"
+
+msgid "Every two weeks"
+msgstr "æ¯ä¸¤å‘¨"
+
+msgid "Every week"
+msgstr "æ¯å‘¨"
+
msgid "Every week (Sundays at 4:00am)"
msgstr "æ¯å‘¨æ‰§è¡Œï¼ˆå‘¨æ—¥å‡Œæ™¨ 4 点)"
@@ -6169,13 +7507,13 @@ msgid "Everyone"
msgstr "所有人"
msgid "Everyone With Access"
-msgstr ""
+msgstr "具有访问æƒé™çš„任何人"
msgid "Everyone can contribute"
msgstr "人人皆å¯è´¡çŒ®"
msgid "Everything on your to-do list is marked as done."
-msgstr ""
+msgstr "您的待办事项列表中的所有内容都标记为已完æˆã€‚"
msgid "Everything you need to create a GitLab Pages site using GitBook."
msgstr "使用GitBook创建GitLab Pages站点所需的一切。"
@@ -6192,17 +7530,26 @@ msgstr "使用Jekyll创建GitLab Pages站点所需的一切。"
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr "使用纯HTML创建GitLab Pages网站所需的一切。"
+msgid "Evidence collection"
+msgstr "凭è¯é›†"
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr "示例: @sub\\.company\\.com$"
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr "示例:使用é‡=å•ä¸€æŸ¥è¯¢ã€‚(请求)/(容é‡)=å½¢æˆå…¬å¼çš„多é‡æŸ¥è¯¢ã€‚"
msgid "Except policy:"
msgstr "策略以外:"
-msgid "Existing"
-msgstr ""
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr "ä¸åŒ…括åˆå¹¶æ交。仅é™6,000次æ交。"
msgid "Existing members and groups"
-msgstr "现有的æˆå‘˜å’Œç¾¤ç»„"
+msgstr "当å‰æˆå‘˜å’Œç¾¤ç»„"
+
+msgid "Existing shares"
+msgstr ""
msgid "Expand"
msgstr "展开"
@@ -6214,20 +7561,26 @@ msgid "Expand approvers"
msgstr "展开核准人"
msgid "Expand down"
-msgstr ""
+msgstr "å‘下展开"
msgid "Expand dropdown"
-msgstr ""
+msgstr "展开下拉列表"
msgid "Expand sidebar"
msgstr "展开侧边æ "
msgid "Expand up"
-msgstr ""
+msgstr "å‘上展开"
+
+msgid "Expiration"
+msgstr "过期时间"
msgid "Expiration date"
msgstr "到期时间"
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr "已过期"
@@ -6279,6 +7632,9 @@ msgstr "导出此项目åŠå…¶æ‰€æœ‰ç›¸å…³æ•°æ®ï¼Œä»¥ä¾¿å°†é¡¹ç›®ç§»åŠ¨åˆ°æ–°çš„
msgid "External Classification Policy Authorization"
msgstr "外部分类政策授æƒ"
+msgid "External ID"
+msgstr "外部ID"
+
msgid "External URL"
msgstr "外部URL"
@@ -6295,10 +7651,10 @@ msgid "External authorization request timeout"
msgstr "外部授æƒè¯·æ±‚超时"
msgid "External storage URL"
-msgstr ""
+msgstr "外部存储网å€"
msgid "External storage authentication token"
-msgstr ""
+msgstr "外部存储认è¯ä»¤ç‰Œ"
msgid "ExternalAuthorizationService|Classification label"
msgstr "分类标签"
@@ -6340,13 +7696,22 @@ msgid "Failed create wiki"
msgstr "创建 Wiki 失败"
msgid "Failed to add a Zoom meeting"
-msgstr ""
+msgstr "无法添加Zoom会议"
msgid "Failed to apply commands."
-msgstr ""
+msgstr "应用命令失败。"
msgid "Failed to assign a user because no user was found."
-msgstr ""
+msgstr "由于未找到用户,因此无法指派用户。"
+
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr "由于更新环境失败,å–消自动终止失败。"
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr "å–消自动åœæ­¢å¤±è´¥ï¼Œå› ä¸ºçŽ¯å¢ƒæ²¡æœ‰è®¾ç½®ä¸ºè‡ªåŠ¨ç»ˆæ­¢ã€‚"
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr "å–消自动终止失败,因为您没有更新环境的æƒé™ã€‚"
msgid "Failed to change the owner"
msgstr "无法å˜æ›´æ‰€æœ‰è€…"
@@ -6354,9 +7719,6 @@ msgstr "无法å˜æ›´æ‰€æœ‰è€…"
msgid "Failed to check related branches."
msgstr "无法检查相关分支。"
-msgid "Failed to connect to the prometheus server"
-msgstr "无法连接PrometheusæœåŠ¡å™¨"
-
msgid "Failed to create Merge Request. Please try again."
msgstr "创建åˆå¹¶è¯·æ±‚失败。请é‡è¯•ã€‚"
@@ -6370,11 +7732,14 @@ msgid "Failed to create resources"
msgstr "创建资æºå¤±è´¥"
msgid "Failed to delete board. Please try again."
-msgstr ""
+msgstr "删除看æ¿å¤±è´¥ã€‚请é‡è¯•ã€‚"
msgid "Failed to deploy to"
msgstr "无法部署到"
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr "无法将rebaseæ“作加入队列,å¯èƒ½æ˜¯ç”±äºŽäº‹åŠ¡æ—¶é—´è¿‡é•¿ã€‚ç¨åŽå†è¯•ã€‚"
+
msgid "Failed to get ref."
msgstr "获å–ref失败。"
@@ -6384,6 +7749,9 @@ msgstr "安装失败。"
msgid "Failed to load emoji list."
msgstr "无法加载表情列表。"
+msgid "Failed to load error details from Sentry."
+msgstr "无法从Sentry加载错误详细信æ¯ã€‚"
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr "无法从Sentry加载错误。错误消æ¯: %{errorMessage}"
@@ -6393,17 +7761,20 @@ msgstr "加载群组和用户失败。"
msgid "Failed to load related branches"
msgstr "加载相关分支失败"
+msgid "Failed to load stacktrace."
+msgstr "加载堆栈跟踪失败。"
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
-msgstr ""
+msgstr "无法将此议题标记为é‡å¤ï¼Œå› ä¸ºæœªæ‰¾åˆ°å¼•ç”¨çš„议题。"
msgid "Failed to move this issue because label was not found."
-msgstr ""
+msgstr "无法移动此议题,因为相关标记ä¸å­˜åœ¨ã€‚"
msgid "Failed to move this issue because only a single label can be provided."
-msgstr ""
+msgstr "无法移动此议题,因为åªèƒ½åªå¯æ供一个标记。"
msgid "Failed to move this issue because target project doesn't exist."
-msgstr ""
+msgstr "无法移动此议题,因为目标项目ä¸å­˜åœ¨ã€‚"
msgid "Failed to promote label due to internal error. Please contact administrators."
msgstr "由于内部错误而无法å‡çº§æ ‡è®°ã€‚请è”系管ç†å‘˜ã€‚"
@@ -6415,7 +7786,7 @@ msgid "Failed to protect the environment"
msgstr "ä¿æŠ¤çŽ¯å¢ƒå¤±è´¥"
msgid "Failed to remove a Zoom meeting"
-msgstr ""
+msgstr "无法删除Zoom会议"
msgid "Failed to remove issue from board, please try again."
msgstr "无法从看æ¿ç§»é™¤è®®é¢˜ï¼Œè¯·é‡è¯•ã€‚"
@@ -6435,9 +7806,6 @@ msgstr "无法删除用户密钥。"
msgid "Failed to reset key. Please try again."
msgstr "é‡ç½®å¯†é’¥å¤±è´¥ã€‚请é‡è¯•ã€‚"
-msgid "Failed to save comment!"
-msgstr "ä¿å­˜è¯„论失败ï¼"
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr "ä¿å­˜åˆå¹¶å†²çªè§£å†³åŠžæ³•å¤±è´¥ã€‚请é‡è¯•ï¼"
@@ -6451,7 +7819,7 @@ msgid "Failed to save preferences."
msgstr "无法ä¿å­˜å好设置。"
msgid "Failed to set due date because the date format is invalid."
-msgstr ""
+msgstr "由于日期格å¼æ— æ•ˆï¼Œè®¾ç½®åˆ°æœŸæ—¥æœŸå¤±è´¥ã€‚"
msgid "Failed to signing using smartcard authentication"
msgstr "无法使用智能å¡èº«ä»½éªŒè¯è¿›è¡Œç™»å½•"
@@ -6462,6 +7830,9 @@ msgstr "更新分支失败ï¼"
msgid "Failed to update environment!"
msgstr "更新环境失败ï¼"
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "更新议题失败, 请é‡è¯•"
@@ -6481,7 +7852,7 @@ msgid "Failure"
msgstr "失败"
msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
-msgstr ""
+msgstr "无法进行快进åˆå¹¶ã€‚请将æºåˆ†æ”¯åœ¨ç›®æ ‡åˆ†æ”¯ä¸Šå˜åŸºï¼Œæˆ–将目标分支与æºåˆ†æ”¯åˆå¹¶ï¼Œä»¥ä½¿è¯¥åˆå¹¶è¯·æ±‚å¯è¢«åˆå¹¶ã€‚"
msgid "Fast-forward merge without a merge commit"
msgstr "æ— åˆå¹¶æ交的快进å¼åˆå¹¶"
@@ -6489,6 +7860,9 @@ msgstr "æ— åˆå¹¶æ交的快进å¼åˆå¹¶"
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr "速度更快,因其é‡ç”¨äº†é¡¹ç›®çš„工作空间(如果它ä¸å­˜åœ¨ï¼Œå°†å›žé€€åˆ°å…‹éš†ï¼‰"
+msgid "Faster releases. Better code. Less pain."
+msgstr "æ›´å¿«çš„å‘布。更好的代ç ã€‚更少的苦æ¼ã€‚"
+
msgid "Favicon was successfully removed."
msgstr "网站图标已被æˆåŠŸåˆ é™¤ã€‚"
@@ -6513,14 +7887,8 @@ msgstr "API URL"
msgid "FeatureFlags|Active"
msgstr "å·²å¯ç”¨"
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
-msgstr ""
-
-msgid "FeatureFlags|Clear all"
-msgstr ""
+msgstr "所有用户"
msgid "FeatureFlags|Configure"
msgstr "é…ç½®"
@@ -6543,9 +7911,6 @@ msgstr "æè¿°"
msgid "FeatureFlags|Edit Feature Flag"
msgstr "编辑功能标志"
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr "环境规格"
@@ -6565,10 +7930,13 @@ msgid "FeatureFlags|Feature flag %{name} will be removed. Are you sure?"
msgstr "功能标志 %{name} 将被删除。您确定å—?"
msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality."
-msgstr ""
+msgstr "功能标志å…许通过动æ€åˆ‡æ¢æŸäº›åŠŸèƒ½ä½¿åº”用呈现ä¸åŒç‰¹æ€§ã€‚"
msgid "FeatureFlags|Get started with feature flags"
-msgstr ""
+msgstr "功能标志入门"
+
+msgid "FeatureFlags|ID"
+msgstr "ID"
msgid "FeatureFlags|Inactive"
msgstr "未å¯ç”¨"
@@ -6576,17 +7944,20 @@ msgstr "未å¯ç”¨"
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr "%{scope} çš„éžæ´»åŠ¨æ ‡å¿—"
+msgid "FeatureFlags|Include additional user IDs"
+msgstr "包括其他用户ID"
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
-msgstr ""
+msgstr "安装%{docs_link_anchored_start}兼容的客户端库%{docs_link_anchored_end} ,并在é…置中指定API URLã€åº”用程åºå称和实例ID。%{docs_link_start}更多信æ¯%{docs_link_end}"
msgid "FeatureFlags|Instance ID"
msgstr "实例ID"
msgid "FeatureFlags|Loading feature flags"
-msgstr ""
+msgstr "加载功能标志"
msgid "FeatureFlags|More information"
-msgstr ""
+msgstr "更多信æ¯"
msgid "FeatureFlags|Name"
msgstr "å称"
@@ -6598,43 +7969,37 @@ msgid "FeatureFlags|New Feature Flag"
msgstr "新建功能标志"
msgid "FeatureFlags|New feature flag"
-msgstr ""
+msgstr "新建功能标志"
msgid "FeatureFlags|Percent rollout (logged in users)"
-msgstr ""
+msgstr "百分比上线(登录用户)"
msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100"
-msgstr ""
+msgstr "百分比上线显示必须是0-100之间的整个数字"
msgid "FeatureFlags|Protected"
msgstr "å—ä¿æŠ¤"
msgid "FeatureFlags|Remove"
-msgstr ""
+msgstr "删除"
msgid "FeatureFlags|Rollout Percentage"
-msgstr ""
+msgstr "上线百分比"
msgid "FeatureFlags|Rollout Strategy"
-msgstr ""
+msgstr "上线策略"
msgid "FeatureFlags|Status"
msgstr "状æ€"
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr "目标环境"
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
-msgstr ""
+msgstr "没有å¯ç”¨çš„功能标志"
msgid "FeatureFlags|There are no inactive feature flags"
-msgstr ""
+msgstr "没有ç¦ç”¨çš„功能标志"
msgid "FeatureFlags|There was an error fetching the feature flags."
msgstr "获å–功能标志时出错。"
@@ -6643,7 +8008,7 @@ msgid "FeatureFlags|Try again in a few moments or contact your support team."
msgstr "请ç¨åŽé‡è¯•æˆ–è”系支æŒå›¢é˜Ÿã€‚"
msgid "FeatureFlags|User IDs"
-msgstr ""
+msgstr "用户ID"
msgid "Feb"
msgstr "2月"
@@ -6667,6 +8032,12 @@ msgid "File"
msgid_plural "Files"
msgstr[0] "文件"
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr "文件已添加"
@@ -6676,12 +8047,18 @@ msgstr "文件æµè§ˆ"
msgid "File deleted"
msgstr "文件已删除"
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr "文件模å¼ä»Ž %{a_mode} 更改为 %{b_mode}"
msgid "File moved"
msgstr "文件已移动"
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr "文件模æ¿"
@@ -6715,9 +8092,18 @@ msgstr "按æ交消æ¯è¿‡æ»¤"
msgid "Filter by milestone name"
msgstr "按里程碑å称过滤"
+msgid "Filter by name..."
+msgstr "按å称过滤..."
+
msgid "Filter by two-factor authentication"
msgstr "按åŒé‡è®¤è¯è¿‡æ»¤"
+msgid "Filter by user"
+msgstr "按用户筛选"
+
+msgid "Filter projects"
+msgstr "筛选项目"
+
msgid "Filter results by group"
msgstr "按群组过滤结果"
@@ -6725,7 +8111,7 @@ msgid "Filter results by project"
msgstr "按项目过滤结果"
msgid "Filter your projects by name"
-msgstr ""
+msgstr "按å称过滤您的项目"
msgid "Filter..."
msgstr "过滤..."
@@ -6748,9 +8134,6 @@ msgstr "查找新æå–çš„ <code>Takeout/Google Code项目托管/GoogleCodeProje
msgid "Fingerprint"
msgstr "指纹"
-msgid "Fingerprint:"
-msgstr "指纹:"
-
msgid "Fingerprints"
msgstr "指纹"
@@ -6766,11 +8149,20 @@ msgstr "完æˆæ‚¨çš„<strong>%{group_name}</strong>专用å¸æˆ·è®¾ç½®ã€‚"
msgid "Finished"
msgstr "已完æˆ"
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr "首次出现"
+
msgid "First day of the week"
msgstr "æ¯å‘¨çš„起始日"
msgid "First name"
-msgstr ""
+msgstr "åå­—"
+
+msgid "First seen"
+msgstr "首次出现"
msgid "Fixed date"
msgstr "固定日期"
@@ -6805,6 +8197,9 @@ msgstr "FogBugz网å€"
msgid "FogBugz import"
msgstr "FogBugz导入"
+msgid "Folder/%{name}"
+msgstr "文件夹/%{name}"
+
msgid "Follow the steps below to export your Google Code project data."
msgstr "请按照以下步骤导出您在Google Code上的项目数æ®ã€‚"
@@ -6826,6 +8221,9 @@ msgstr "如需了解详细信æ¯ï¼Œè¯·å‚阅"
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr "更多信æ¯è¯·æŸ¥é˜… %{link_start_tag}Jaeger çš„é…置文档%{link_end_tag}"
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr "欲了解更多相关信æ¯ï¼Œè¯·å‚阅 %{deactivating_usage_ping_link_start}使用情况检测(usage ping)%{deactivating_usage_ping_link_end}的文档。"
@@ -6836,7 +8234,7 @@ msgid "For public projects, anyone can view pipelines and access job details (ou
msgstr "对于公开项目,任何人都å¯ä»¥æŸ¥çœ‹æµæ°´çº¿å¹¶è®¿é—®ä½œä¸šè¯¦æƒ…(输出日志和产物)"
msgid "Forgot your password?"
-msgstr ""
+msgstr "忘记密ç ï¼Ÿ"
msgid "Fork"
msgstr "派生"
@@ -6847,11 +8245,14 @@ msgstr "派生错误ï¼"
msgid "Fork project"
msgstr "派生项目"
+msgid "Fork project?"
+msgstr "派生项目?"
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "派生自"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "派生自 %{project_name} (已删除)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr "从无法访问的项目派生"
msgid "Forking in progress"
msgstr "派生(Fork)中"
@@ -6865,6 +8266,9 @@ msgstr "派生"
msgid "Format"
msgstr "æ ¼å¼"
+msgid "Format: %{dateFormat}"
+msgstr "æ ¼å¼ï¼š%{dateFormat}"
+
msgid "Forward external support email address to"
msgstr "转å‘外部支æŒç”µå­é‚®ä»¶åœ°å€åˆ°"
@@ -6875,20 +8279,26 @@ msgid "Found errors in your .gitlab-ci.yml:"
msgstr "在.gitlab-ci.yml中å‘现错误:"
msgid "Free Trial"
-msgstr ""
+msgstr "å…费试用"
msgid "Free Trial of GitLab.com Gold"
msgstr "å…费试用gitlab.comçš„Gold计划"
+msgid "Frequency"
+msgstr "频率"
+
msgid "Friday"
msgstr "星期五"
msgid "From"
-msgstr ""
+msgstr "æ¥è‡ª"
msgid "From %{providerTitle}"
msgstr "%{providerTitle}æºåœ°å€"
+msgid "From %{source_title} into"
+msgstr "从%{source_title}导入"
+
msgid "From Bitbucket"
msgstr "æ¥è‡ªBitbucket"
@@ -6910,9 +8320,6 @@ msgstr "从创建议题到部署至生产环境"
msgid "From merge request merge until deploy to production"
msgstr "从åˆå¹¶è¯·æ±‚被åˆå¹¶åŽåˆ°éƒ¨ç½²è‡³ç”Ÿäº§çŽ¯å¢ƒ"
-msgid "From milestones:"
-msgstr "æ¥è‡ªé‡Œç¨‹ç¢‘:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr "在Kubernetes集群详细信æ¯è§†å›¾ä¸­ï¼Œä»Žåº”用程åºåˆ—表中安装Runner"
@@ -6947,7 +8354,7 @@ msgid "Generate key"
msgstr "生æˆå¯†é’¥"
msgid "Generate link to chart"
-msgstr ""
+msgstr "生æˆå›¾è¡¨é“¾æŽ¥"
msgid "Generate new export"
msgstr "生æˆæ–°çš„导出"
@@ -6955,14 +8362,26 @@ msgstr "生æˆæ–°çš„导出"
msgid "Geo"
msgstr "Geo"
+msgid "Geo Designs"
+msgstr "Geo设计"
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr "Geo 节点"
+msgid "Geo Settings"
+msgstr "Geo设置"
+
+msgid "Geo Troubleshooting"
+msgstr "Geo问题排查"
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "Geoå…许您将您的GitLab实例å¤åˆ¶åˆ°å…¶ä»–地ç†ä½ç½®ã€‚"
msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
-msgstr ""
+msgstr "%{timeAgoStr} (%{pendingEvents}事件)"
msgid "GeoNodeSyncStatus|Node is failing or broken."
msgstr "节点出现故障或æŸå。"
@@ -6970,15 +8389,24 @@ msgstr "节点出现故障或æŸå。"
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "节点è¿è¡Œç¼“æ…¢ã€è¶…è½½, 或者在åœæœºåŽåˆšåˆšæ¢å¤ã€‚"
+msgid "GeoNodes|Attachments"
+msgstr "附件"
+
msgid "GeoNodes|Checksummed"
msgstr "已校验"
+msgid "GeoNodes|Container repositories"
+msgstr "容器仓库"
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr "æ•°æ®ä»Ž %{timeago} 起过期"
msgid "GeoNodes|Data replication lag"
msgstr "æ•°æ®åº“åŒæ­¥æ»žåŽ"
+msgid "GeoNodes|Design repositories"
+msgstr "设计仓库"
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "与主存储é…ç½®ä¸ä¸€è‡´"
@@ -7000,6 +8428,12 @@ msgstr "è¿è¡ŒçŠ¶å†µçŠ¶æ€"
msgid "GeoNodes|Internal URL"
msgstr "内部URL"
+msgid "GeoNodes|Job artifacts"
+msgstr "作业产物"
+
+msgid "GeoNodes|LFS objects"
+msgstr "LFS对象"
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "游标处ç†çš„最åŽäº‹ä»¶ID"
@@ -7021,24 +8455,15 @@ msgstr "了解更多关于Wiki验è¯çš„ä¿¡æ¯"
msgid "GeoNodes|Loading nodes"
msgstr "载入节点"
-msgid "GeoNodes|Local LFS objects"
-msgstr "本地LFS对象"
-
-msgid "GeoNodes|Local attachments"
-msgstr "本地附件"
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr "本地作业产物"
-
msgid "GeoNodes|New node"
msgstr "新建节点"
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr "æˆåŠŸä¿®å¤èŠ‚点认è¯ã€‚"
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr "æˆåŠŸåˆ é™¤èŠ‚点。"
@@ -7048,14 +8473,14 @@ msgstr "未校验"
msgid "GeoNodes|Out of sync"
msgstr "ä¸åŒæ­¥"
-msgid "GeoNodes|Pausing replication stops the sync process."
-msgstr "æš‚åœå¤åˆ¶å°†åœæ­¢åŒæ­¥è¿›ç¨‹ã€‚"
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
-msgstr "删除主节点会åœæ­¢æ‰€æœ‰èŠ‚点的åŒæ­¥è¿›ç¨‹ã€‚如果ä¸ä¸¢å¤±æ‰€æœ‰è¾…助节点上的æŸäº›æ•°æ®ï¼Œåˆ™æ— æ³•æ¢å¤åŒæ­¥ã€‚在这ç§æƒ…况下,我们建议é‡æ–°è®¾ç½®æ‰€æœ‰èŠ‚点。你确定å—?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
-msgstr "删除辅助节点会åœæ­¢åŒæ­¥è¿›ç¨‹ã€‚ç›®å‰æ— æ³•åœ¨ä¸ä¸¢å¤±æŸäº›æ•°æ®çš„情况下添加相åŒçš„节点。我们åªå»ºè®®åœ¨è¿™ç§æƒ…况下设置一个新的辅助节点。你确定å—?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
msgid "GeoNodes|Replication slot WAL"
msgstr "å¤åˆ¶æ§½ WAL"
@@ -7142,7 +8567,7 @@ msgid "Geo|%{name} is scheduled for re-sync"
msgstr "%{name} 已计划é‡æ–°åŒæ­¥"
msgid "Geo|%{name} is scheduled for re-verify"
-msgstr ""
+msgstr "%{name}已计划é‡æ–°éªŒè¯"
msgid "Geo|All"
msgstr "全部"
@@ -7154,10 +8579,10 @@ msgid "Geo|All projects are being scheduled for re-sync"
msgstr "正在计划所有项目é‡æ–°åŒæ­¥"
msgid "Geo|All projects are being scheduled for re-verify"
-msgstr ""
+msgstr "所有项目正在计划é‡æ–°éªŒè¯"
msgid "Geo|Allow this secondary node to replicate content on Object Storage"
-msgstr ""
+msgstr "å…许此辅助节点在对象存储上å¤åˆ¶å†…容"
msgid "Geo|Batch operations"
msgstr "批é‡æ“作"
@@ -7166,13 +8591,13 @@ msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
msgstr "选择è¦ä¸Žæ­¤è¾…助节点åŒæ­¥çš„群组。"
msgid "Geo|Container repositories sync capacity"
-msgstr ""
+msgstr "容器镜åƒåº“åŒæ­¥èƒ½åŠ›"
msgid "Geo|Control the maximum concurrency of LFS/attachment backfill for this secondary node"
msgstr "控制此辅助节点的 LFS/附件回写的最大并å‘"
msgid "Geo|Control the maximum concurrency of container repository operations for this Geo node"
-msgstr ""
+msgstr "控制此Geo节点的容器镜åƒåº“æ“作的最大并å‘性"
msgid "Geo|Control the maximum concurrency of verification operations for this Geo node"
msgstr "控制此 Geo 节点的验è¯æ“作的最大并å‘"
@@ -7199,13 +8624,13 @@ msgid "Geo|Groups to synchronize"
msgstr "需åŒæ­¥çš„群组"
msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
-msgstr ""
+msgstr "如果å¯ç”¨ï¼Œå¹¶ä¸”å¯ç”¨äº†å¯¹è±¡å­˜å‚¨ï¼ŒGitLab将使用Geo处ç†å¯¹è±¡å­˜å‚¨å¤åˆ¶"
msgid "Geo|In sync"
msgstr "å·²åŒæ­¥"
msgid "Geo|Internal URL (optional)"
-msgstr ""
+msgstr "内部网å€(å¯é€‰)"
msgid "Geo|Last repository check run"
msgstr "上次仓库的è¿è¡Œæ£€æŸ¥"
@@ -7274,10 +8699,10 @@ msgid "Geo|Retry count"
msgstr "é‡è¯•è®¡æ•°"
msgid "Geo|Reverify"
-msgstr ""
+msgstr "é‡æ–°æ ¡éªŒ"
msgid "Geo|Reverify all projects"
-msgstr ""
+msgstr "é‡æ–°æ ¡éªŒæ‰€æœ‰é¡¹ç›®"
msgid "Geo|Select groups to replicate."
msgstr "选择è¦å¤åˆ¶çš„群组。"
@@ -7304,7 +8729,7 @@ msgid "Geo|Synchronization failed - %{error}"
msgstr "åŒæ­¥å¤±è´¥ - %{error}"
msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
-msgstr ""
+msgstr "在主节点上定义的URL,辅助节点应使用该URL与其è”系。缺çœä¸ºURL"
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr "æ•°æ®åº“当å‰è½åŽäºŽä¸»èŠ‚点%{db_lag}。"
@@ -7363,6 +8788,9 @@ msgstr "开始使用错误跟踪"
msgid "Get started with performance monitoring"
msgstr "开始进行性能监控"
+msgid "Get started!"
+msgstr "开始å§ï¼"
+
msgid "Getting started with releases"
msgstr "开始使用å‘布"
@@ -7396,21 +8824,24 @@ msgstr "Git 版本"
msgid "GitHub import"
msgstr "GitHub导入"
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
msgid "GitLab CI Linter has been moved"
msgstr "GitLab CI Linter已被转移"
msgid "GitLab Enterprise Edition %{plan}"
msgstr "GitLab ä¼ä¸šç‰ˆ %{plan}"
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "Gitlab群组Runnerå¯ä»¥ç”¨æ¥è¿è¡Œç¾¤ç»„内所有项目的代ç ã€‚"
msgid "GitLab Import"
msgstr "GitLab导入"
+msgid "GitLab Issue"
+msgstr "GitLab议题"
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr "GitLab 共享è¿è¡Œå™¨å°†åœ¨åŒä¸€ä¸ªè¿è¡Œå™¨ä¸Šæ‰§è¡Œä¸åŒé¡¹ç›®çš„代ç ï¼Œé™¤éžæ‚¨åœ¨GitLab上设置 MaxBuilds为1å’Œ GitLab è¿è¡Œå™¨è‡ªåŠ¨ç¼©æ”¾ã€‚"
@@ -7420,14 +8851,17 @@ msgstr "GitLab用户"
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr "å³ä½¿ç³»ç»Ÿä¸­çš„用户数已ç»è¶…过了许å¯ä¸­çš„数目,GitLabä¾ç„¶å…许继续使用当å‰è®¸å¯ã€‚续订许å¯æ—¶ï¼Œæ‚¨éœ€è¦æ”¯ä»˜è¿™äº›ç”¨æˆ·çš„费用。"
-msgid "GitLab for Slack"
+msgid "GitLab commit"
msgstr ""
+msgid "GitLab for Slack"
+msgstr "GitLab for Slack"
+
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
-msgstr ""
+msgstr "GitLab正在为该域获å–Let's Encrypt SSLè¯ä¹¦ã€‚这个过程å¯èƒ½éœ€è¦ä¸€äº›æ—¶é—´ã€‚请ç¨åŽå†è¯•ã€‚"
msgid "GitLab member or Email address"
-msgstr ""
+msgstr "GitLabæˆå‘˜æˆ–电å­é‚®ä»¶åœ°å€"
msgid "GitLab metadata URL"
msgstr "GitLab å…ƒæ•°æ® URL"
@@ -7441,12 +8875,102 @@ msgstr "需è¦é‡å¯ GitLab æ¥åº”用更改"
msgid "GitLab single sign on URL"
msgstr "GitLab SSO 地å€"
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr "GitLabå¯ä½¿ç”¨ %{jaeger_link}æ¥ç›‘控分布å¼ç³»ç»Ÿã€‚"
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr "GitLabå°†è¿è¡ŒåŽå°ä»»åŠ¡ï¼Œç”Ÿæˆæ•°æ®åº“的匿å化CSV,并上传到预先设定的对象存储目录。"
msgid "GitLab.com import"
msgstr "从GitLab.com导入"
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr "%{domain}尚未验è¯ã€‚请访问%{link_start}域详细信æ¯%{link_end}了解如何验è¯æ‰€æœ‰æƒã€‚"
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr "æ­¤Pages网站已å¯ç”¨è®¿é—®æŽ§åˆ¶ï¼›åªæœ‰ç»è¿‡æŽˆæƒçš„用户æ‰èƒ½è®¿é—®å®ƒã€‚如果è¦å…¬å¼€æ‚¨çš„网站,请转到你的项目的%{strong_start}设置 > 常规 > å¯è§æ€§%{strong_end}并在Pages部分选择%{strong_start}所有人%{strong_end}。请查阅%{link_start}文档%{link_end}以获å–更多信æ¯ã€‚"
+
+msgid "GitLabPages|Access pages"
+msgstr "访问页é¢"
+
+msgid "GitLabPages|Are you sure?"
+msgstr "确定继续�"
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr "è¯ä¹¦: %{subject}"
+
+msgid "GitLabPages|Configure pages"
+msgstr "é…置页é¢"
+
+msgid "GitLabPages|Domains"
+msgstr "域"
+
+msgid "GitLabPages|Edit"
+msgstr "编辑"
+
+msgid "GitLabPages|Expired"
+msgstr "已过期"
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr "强制HTTPS (需è¦æœ‰æ•ˆçš„è¯ä¹¦)"
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr "此项目ç¦ç”¨GitLab Pages。您å¯ä»¥åœ¨æ‚¨çš„项目的%{strong_start}设置 > 常规 > å¯è§æ€§%{strong_end} 页é¢å¯ç”¨ã€‚"
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr "首次部署åŽï¼Œç«™ç‚¹å¯èƒ½éœ€è¦è‡³å¤š30分钟æ‰å¯ç”¨ã€‚"
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr "了解如何上传é™æ€ç½‘站,并且通过按照%{link_start}GitLab Pages文档%{link_end}的指示æ¥ä½¿ç”¨GitLabæ¥æ供网站æœåŠ¡ã€‚"
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr "新域å"
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr "åªæœ‰é¡¹ç›®ç»´æŠ¤è€…å¯ä»¥åˆ é™¤é¡µé¢"
+
+msgid "GitLabPages|Pages"
+msgstr "页é¢"
+
+msgid "GitLabPages|Remove"
+msgstr "删除"
+
+msgid "GitLabPages|Remove pages"
+msgstr "删除页é¢"
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr "删除页é¢åŽå¤–部将无法访问。"
+
+msgid "GitLabPages|Save"
+msgstr "ä¿å­˜"
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr "域åå’Œè¯ä¹¦æ”¯æŒå·²è¢«ç¦ç”¨ã€‚请系统管ç†å‘˜å¯ç”¨ã€‚"
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr "未验è¯"
+
+msgid "GitLabPages|Verified"
+msgstr "已验è¯"
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr "使用GitLab Pages,您å¯ä»¥ä½¿ç”¨GitLab上为é™æ€ç½‘ç«™æ供网页æœåŠ¡ã€‚结åˆGitLab CI的功能和GitLab Runner的帮助,您å¯ä»¥ä¸ºå•ä¸ªé¡¹ç›®ï¼Œç”¨æˆ·æˆ–群组部署é™æ€é¡µé¢ã€‚"
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr "您的网页æœåŠ¡å¯é€šè¿‡ä»¥ä¸‹åœ°å€è®¿é—®:"
+
msgid "Gitaly"
msgstr "Gitaly"
@@ -7466,13 +8990,16 @@ msgid "Gitlab CI/CD"
msgstr "GitLab CI/CD"
msgid "Gitlab Pages"
-msgstr ""
+msgstr "GitLab Pages"
msgid "Given access %{time_ago}"
msgstr "%{time_ago}授æƒè®¿é—®"
+msgid "Given epic is already related to this epic."
+msgstr "给定å²è¯—å·²ç»ä¸Žæ­¤å²è¯—å…³è”。"
+
msgid "Global Shortcuts"
-msgstr ""
+msgstr "全局快æ·é”®"
msgid "Global notification settings"
msgstr "全局通知设置"
@@ -7487,7 +9014,7 @@ msgid "Go back"
msgstr "返回"
msgid "Go back (while searching for files)"
-msgstr ""
+msgstr "åŽé€€(在æœç´¢æ–‡ä»¶æ—¶)"
msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
msgstr "返回%{startTag}å¼€å¯çš„议题%{endTag}并选择è¦æ·»åŠ åˆ°çœ‹æ¿çš„议题。"
@@ -7502,43 +9029,43 @@ msgid "Go to %{link_to_google_takeout}."
msgstr "转至 %{link_to_google_takeout}。"
msgid "Go to commits"
-msgstr ""
+msgstr "转到æ交"
msgid "Go to environments"
-msgstr ""
+msgstr "转到环境"
msgid "Go to file"
-msgstr ""
+msgstr "转到文件"
msgid "Go to file (MRs only)"
-msgstr ""
+msgstr "转到文件 (仅 MR)"
msgid "Go to file permalink (while viewing a file)"
-msgstr ""
+msgstr "转到文件永久链接 (åŒæ—¶æŸ¥çœ‹æ–‡ä»¶)"
msgid "Go to files"
-msgstr ""
+msgstr "转到文件"
msgid "Go to find file"
-msgstr ""
+msgstr "转到查找文件"
msgid "Go to issue boards"
-msgstr ""
+msgstr "转到议题看æ¿"
msgid "Go to issues"
-msgstr ""
+msgstr "转到议题"
msgid "Go to jobs"
-msgstr ""
+msgstr "转到作业"
msgid "Go to kubernetes"
-msgstr ""
+msgstr "转到 kubernete"
msgid "Go to merge requests"
-msgstr ""
+msgstr "转到åˆå¹¶è¯·æ±‚"
msgid "Go to metrics"
-msgstr ""
+msgstr "转到指标"
msgid "Go to parent"
msgstr "转到上一级"
@@ -7547,64 +9074,67 @@ msgid "Go to project"
msgstr "跳转到项目"
msgid "Go to releases"
-msgstr ""
+msgstr "转到å‘布"
msgid "Go to repository charts"
-msgstr ""
+msgstr "转到仓库图表"
msgid "Go to repository graph"
-msgstr ""
+msgstr "转到仓库图表"
msgid "Go to snippets"
-msgstr ""
+msgstr "转到代ç ç‰‡æ®µ"
msgid "Go to the activity feed"
-msgstr ""
+msgstr "转到动æ€æº"
msgid "Go to the milestone list"
-msgstr ""
+msgstr "转到里程碑列表"
msgid "Go to the project's activity feed"
-msgstr ""
+msgstr "转到项目的动æ€æº"
msgid "Go to the project's overview page"
-msgstr ""
+msgstr "转到项目的概述页é¢"
msgid "Go to wiki"
-msgstr ""
+msgstr "转到wiki"
msgid "Go to your To-Do list"
-msgstr ""
+msgstr "转到您的待办事项列表"
msgid "Go to your fork"
msgstr "跳转到你的派生项目"
msgid "Go to your groups"
-msgstr ""
+msgstr "转到您的群组"
msgid "Go to your issues"
-msgstr ""
+msgstr "转到您的议题"
msgid "Go to your merge requests"
-msgstr ""
+msgstr "转到您的åˆå¹¶è¯·æ±‚"
msgid "Go to your projects"
-msgstr ""
+msgstr "转到您的项目"
msgid "Go to your snippets"
-msgstr ""
+msgstr "转到您的代ç ç‰‡æ®µ"
msgid "Golden Tanuki"
msgstr "金狸"
+msgid "Google Cloud Platform"
+msgstr "谷歌云平å°"
+
msgid "Google Code import"
msgstr "从Google Code导入"
msgid "Google Takeout"
msgstr "Google Takeout"
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
-msgstr ""
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr "谷歌的身份验è¯æœª%{link_start}正确é…ç½®%{link_end}。如需使用这项æœåŠ¡ï¼Œè¯·è”ç³»GitLab管ç†å‘˜ã€‚"
msgid "Got it"
msgstr "知é“了"
@@ -7613,7 +9143,28 @@ msgid "Got it!"
msgstr "了解ï¼"
msgid "Grafana URL"
-msgstr ""
+msgstr "Grafana网å€"
+
+msgid "GrafanaIntegration|API Token"
+msgstr "API令牌"
+
+msgid "GrafanaIntegration|Active"
+msgstr "å¯ç”¨"
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr "在GitLab议题中嵌入Grafana 图表。"
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr "输入Grafana API令牌。"
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr "输入Grafana实例的基础URL。"
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr "Grafana身份验è¯"
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr "Grafana URL"
msgid "Grant access"
msgstr "å…许访问"
@@ -7622,7 +9173,7 @@ msgid "Graph"
msgstr "分支图"
msgid "Gravatar"
-msgstr ""
+msgstr "Gravatar"
msgid "Gravatar enabled"
msgstr "å¯ç”¨ Gravatar"
@@ -7642,12 +9193,18 @@ msgstr "群组 CI/CD 设置"
msgid "Group Git LFS status:"
msgstr "群组Git LFS状æ€ï¼š"
+msgid "Group Hooks"
+msgstr "群组钩å­"
+
msgid "Group ID"
msgstr "群组 ID"
msgid "Group ID: %{group_id}"
msgstr "群组ID:%{group_id}"
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr "群组Runner"
@@ -7669,21 +9226,42 @@ msgstr "群组æ述(å¯é€‰ï¼‰"
msgid "Group details"
msgstr "群组详细信æ¯"
+msgid "Group has been already marked for deletion"
+msgstr "群组已标记为将被删除"
+
+msgid "Group has not been marked for deletion"
+msgstr "群组未标记为将被删除"
+
msgid "Group info:"
msgstr "群组信æ¯"
msgid "Group maintainers can register group runners in the %{link}"
msgstr "群组维护者å¯ä»¥åœ¨é€šè¿‡ %{link} 注册群组级 Runner"
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr "群组å称"
+msgid "Group overview"
+msgstr "群组概览"
+
msgid "Group overview content"
msgstr "群组概述内容"
+msgid "Group path is already taken. Suggestions: "
+msgstr "群组路径已被使用。建议: "
+
+msgid "Group path is available."
+msgstr "群组路径å¯ç”¨ã€‚"
+
msgid "Group pipeline minutes were successfully reset."
msgstr "群组æµæ°´çº¿åˆ†é’Ÿæ•°å·²æˆåŠŸé‡ç½®ã€‚"
+msgid "Group variables (inherited)"
+msgstr "群组å˜é‡ (继承)"
+
msgid "Group was successfully updated."
msgstr "群组已æˆåŠŸæ›´æ–°ã€‚"
@@ -7694,7 +9272,7 @@ msgid "Group: %{name}"
msgstr "群组: %{name}"
msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
-msgstr ""
+msgstr "%{startDateInWords} &ndash; %{endDateInWords}"
msgid "GroupRoadmap|From %{dateWord}"
msgstr "从 %{dateWord} 起"
@@ -7726,6 +9304,9 @@ msgstr "è¯ä¹¦æŒ‡çº¹"
msgid "GroupSAML|Configuration"
msgstr "é…ç½®"
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr "å¤åˆ¶SAMLå“应XML"
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr "为此群组å¯ç”¨SAML身份验è¯ã€‚"
@@ -7733,7 +9314,7 @@ msgid "GroupSAML|Enforce SSO-only authentication for this group."
msgstr "为此群组强制执行仅SSO身份验è¯ã€‚"
msgid "GroupSAML|Enforce SSO-only membership for this group."
-msgstr ""
+msgstr "ä»…å…许具有SSO身份的æˆå‘˜åŠ å…¥æ­¤ç¾¤ç»„"
msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
msgstr "强制用户为该群组设置专用的由群组管ç†å¸æˆ·ã€‚"
@@ -7747,6 +9328,9 @@ msgstr "ç”Ÿæˆ SCIM 令牌"
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr "ç”Ÿæˆ SCIM 令牌以设置系统进行跨域身份管ç†ã€‚"
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr "身份验è¯æ供商å•ç‚¹ç™»å½• URL"
@@ -7756,9 +9340,24 @@ msgstr "请妥善ä¿å­˜æ­¤ä»¤ç‰Œ-您将无法å†æ¬¡è®¿é—®å®ƒçš„内容。"
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr "通过SAML管ç†ç¾¤ç»„æˆå‘˜ï¼Œè¿›ä¸€æ­¥æ高安全性。"
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr "群组æˆå‘˜åœ¨ç™»å½•æ‚¨çš„群组时会跳转到此处。请从您的身份认è¯æ供商处获得该信æ¯ã€‚它å¯èƒ½å«åšâ€œSSOæœåŠ¡ä½ç½®ï¼ˆSSO Service Location)â€ï¼Œâ€œSAML令牌é¢å‘点(SAML Token Issuance Endpoint)â€æˆ–“SAML 2.0/W-Federation URLâ€ã€‚"
+msgid "GroupSAML|NameID"
+msgstr "NameID"
+
+msgid "GroupSAML|NameID Format"
+msgstr "NameIDæ ¼å¼"
+
+msgid "GroupSAML|SAML Response Output"
+msgstr "SAMLå“应输出"
+
+msgid "GroupSAML|SAML Response XML"
+msgstr "SAMLå“应XML"
+
msgid "GroupSAML|SAML Single Sign On"
msgstr "SAML å•ç‚¹ç™»å½•"
@@ -7786,21 +9385,42 @@ msgstr "为了能够å¯ç”¨ç”±ç¾¤ç»„管ç†å¸æˆ·ï¼Œé¦–先需è¦å¯ç”¨å¼ºåˆ¶SSO。
msgid "GroupSAML|Toggle SAML authentication"
msgstr "åˆ‡æ¢ SAML 身份验è¯"
+msgid "GroupSAML|Valid SAML Response"
+msgstr "有效的SAMLå“应"
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr "å¯ç”¨ç”±ç¾¤ç»„管ç†å¸æˆ·åŽï¼Œæ‰€æœ‰æ²¡æœ‰ç”±ç¾¤ç»„管ç†å¸æˆ·çš„用户将被从群组中排除在外。"
msgid "GroupSAML|Your SCIM token"
msgstr "您的 SCIM 令牌"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr "必须匹é…“%{extern_uid}â€å­˜å‚¨çš„NameID,因为它用æ¥æ ‡è¯†ç”¨æˆ·ã€‚如果NameID更改,则用户将无法登录。"
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr "应为“永久â€"
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr "应为éšæœºçš„永久性ID,ä¸å»ºè®®ä½¿ç”¨ç”µå­é‚®ç®±"
+
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr "已为群组更新 Auto DevOps æµæ°´çº¿"
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
-msgstr "Auto DevOps 将根æ®é¢„定义的æŒç»­é›†æˆå’Œäº¤ä»˜é…置自动构建ã€æµ‹è¯•å’Œéƒ¨ç½²æ‚¨çš„应用程åºã€‚ %{auto_devops_start}了解有关 Auto DevOps%{auto_devops_end} 的更多信æ¯"
-
msgid "GroupSettings|Badges"
msgstr "徽章"
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr "请注æ„。更改群组的父级å¯èƒ½ä¼šæœ‰%{side_effects_link_start}æ„外副作用%{side_effects_link_end}。"
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr "无法更新路径。因为此群组下的项目包å«äº†å®¹å™¨é•œåƒåº“çš„Dockeré•œåƒã€‚请先从您的项目中删除镜åƒåŽé‡è¯•ã€‚"
+
+msgid "GroupSettings|Change group path"
+msgstr "更改群组路径"
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr "更改群组路径å¯èƒ½ä¼šæœ‰æ„想ä¸åˆ°çš„副作用。"
+
msgid "GroupSettings|Custom project templates"
msgstr "自定义项目模æ¿"
@@ -7811,7 +9431,13 @@ msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within thi
msgstr "默认为此群组中所有项目的 Auto DevOps æµæ°´çº¿"
msgid "GroupSettings|Disable email notifications"
-msgstr ""
+msgstr "ç¦ç”¨ç”µå­é‚®ä»¶é€šçŸ¥"
+
+msgid "GroupSettings|Disable group mentions"
+msgstr "ç¦ç”¨ç¾¤ç»„æåŠ"
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr "如果新父群组的å¯è§æ€§ä½ŽäºŽå½“å‰ç¾¤ç»„çš„å¯è§æ€§ï¼Œå­ç¾¤ç»„和项目的å¯è§åº¦å°†ä¼šæ”¹å˜ï¼Œä»¥ä¾¿ä¸Žæ–°çˆ¶ç¾¤ç»„çš„å¯è§æ€§ç›¸åŒ¹é…。"
msgid "GroupSettings|Learn more about badges."
msgstr "了解有关徽章的更多信æ¯ã€‚"
@@ -7822,6 +9448,12 @@ msgstr "了解更多关于群组级项目模æ¿"
msgid "GroupSettings|New runners registration token has been generated!"
msgstr "已生æˆæ–°çš„Runner注册令牌ï¼"
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr "群组æµæ°´çº¿è®¾ç½®å·²æ›´æ–°"
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr "请选择ä¸å«ç‰¹æ®Šå­—符的群组路径。"
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "ç¦æ­¢ä¸Žå…¶ä»–群组共享 %{group} 中的项目"
@@ -7834,6 +9466,9 @@ msgstr "在未找到备用 CI é…置文件时使用 Auto DevOps æµæ°´çº¿ã€‚"
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr "æ›´æ–° Auto DevOps æµæ°´çº¿æ—¶å‡ºçŽ°é—®é¢˜ï¼š %{error_messages}。"
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr "æ›´æ–°æµæ°´çº¿è®¾ç½®æ—¶å‡ºçŽ°é—®é¢˜: %{error_messages}。"
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr "此设置已ç»åº”用于 %{ancestor_group},并已覆盖此å­ç»„的设置。"
@@ -7847,11 +9482,26 @@ msgid "GroupSettings|This setting will be applied to all subgroups unless overri
msgstr "此设置将应用于所有å­ç»„,除éžç”±ç»„所有者覆盖。已ç»æœ‰æƒè®¿é—®è¯¥é¡¹ç›®çš„群组将ä»ç„¶å…·æœ‰è®¿é—®æƒé™ï¼Œé™¤éžè®¿é—®æƒé™è¢«æ‰‹åŠ¨ç§»é™¤ã€‚"
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
-msgstr ""
+msgstr "此设置将覆盖所有æˆå‘˜ã€å­ç¾¤ç»„和项目的用户通知å好。"
+
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr "此设置将使群组æˆå‘˜åœ¨æåŠç¾¤ç»„æ—¶ä¸è¢«é€šçŸ¥ã€‚"
+
+msgid "GroupSettings|Transfer group"
+msgstr "转移群组"
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr "您åªèƒ½å°†å½“å‰ç¾¤ç»„转移到您管ç†ä¸‹çš„群组。"
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr "您需è¦æ›´æ–°æœ¬åœ°ä»“库以指å‘æ–°ä½ç½®ã€‚"
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr "无法ç¦ç”¨çˆ¶ç»„的“共享群组é”â€ï¼Œåªæœ‰çˆ¶ç¾¤ç»„的所有者æ‰å¯ä»¥æ“作ï¼"
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr "当群组中å«æœ‰NPM包的项目时,无法更改"
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "从 %{ancestor_group_name} 中删除共享群组é”"
@@ -7864,6 +9514,9 @@ msgstr "群组(%{count})"
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "也å¯ä»¥é€šè¿‡åˆ›å»º %{subgroup_docs_link_start}å­ç¾¤ç»„æ¥åµŒå¥—群组%{subgroup_docs_link_end}。"
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr "å¯ä»¥è®¿é—® <strong>%{project_name}</strong>"
@@ -7930,9 +9583,15 @@ msgstr "没有任何群组或项目符åˆæ‚¨çš„æœç´¢"
msgid "GroupsTree|Search by name"
msgstr "按å称æœç´¢"
+msgid "Guideline"
+msgstr "指å—"
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr "HTTP Basic:访问被拒ç»\\n您必须使用具有'api'æƒé™çš„个人访问令牌。\\n您å¯ä»¥åœ¨ %{profile_personal_access_tokens_url}中生æˆä¸€ä¸ª"
+msgid "Hashed repository storage paths"
+msgstr "哈希仓库存储路径"
+
msgid "Have your users email"
msgstr "请让用户å‘é€ç”µå­é‚®ä»¶è‡³"
@@ -7973,10 +9632,19 @@ msgid "Help page text and support page url."
msgstr "帮助页é¢æ–‡æœ¬å’Œæ”¯æŒé¡µé¢ç½‘å€ã€‚"
msgid "Helps prevent bots from brute-force attacks."
-msgstr ""
+msgstr "有助于防止机器人暴力攻击。"
msgid "Helps prevent bots from creating accounts."
-msgstr ""
+msgstr "有助于防止机器人程åºåˆ›å»ºè´¦æˆ·ã€‚"
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr "有助于å‡å°‘警报数é‡ï¼ˆä¾‹å¦‚,如果创建太多议题)"
+
+msgid "Helps reduce request volume for protected paths"
+msgstr "有助于帮助å‡å°‘å—ä¿æŠ¤è·¯å¾„的请求é‡"
+
+msgid "Hi %{username}!"
+msgstr "%{username},您好!"
msgid "Hide archived projects"
msgstr "éšè—已归档的项目"
@@ -8000,7 +9668,7 @@ msgid "Hide shared projects"
msgstr "éšè—共享项目"
msgid "Hide stage"
-msgstr ""
+msgstr "éšè—阶段"
msgid "Hide value"
msgid_plural "Hide values"
@@ -8009,8 +9677,14 @@ msgstr[0] "éšè—值"
msgid "Hide values"
msgstr "éšè—值"
+msgid "Hiding all labels"
+msgstr "éšè—所有标记"
+
+msgid "High or unknown vulnerabilities present"
+msgstr "存在高å±æˆ–未知æ¼æ´ž"
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
-msgstr ""
+msgstr "æ¯ä¸ªåŽŸå§‹è·¯å¾„æ¯åˆ†é’Ÿçš„最大请求数,默认为300. 如è¦ç¦ç”¨åˆ™è®¾ç½®ä¸º0。"
msgid "Highest role:"
msgstr "顶级角色:"
@@ -8030,9 +9704,6 @@ msgstr "Hook å·²æˆåŠŸåˆ›å»ºã€‚"
msgid "Hook was successfully updated."
msgstr "é’©å­å·²æˆåŠŸæ›´æ–°ã€‚"
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr "例行维护"
@@ -8043,7 +9714,10 @@ msgid "Housekeeping, export, path, transfer, remove, archive."
msgstr "管家,导出,路径,转移,删除,存档。"
msgid "How it works"
-msgstr ""
+msgstr "工作原ç†"
+
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr "对象标记被删除和实际被删除之间的天数。"
msgid "How many replicas each Elasticsearch shard has."
msgstr "æ¯ä¸ªElasticsearch分片有多少个副本。"
@@ -8051,11 +9725,14 @@ msgstr "æ¯ä¸ªElasticsearch分片有多少个副本。"
msgid "How many shards to split the Elasticsearch index over."
msgstr "å°†Elasticsearch索引拆分æˆå¤šå°‘个分片。"
+msgid "How many users will be evaluating the trial?"
+msgstr "有多少用户需è¦å‚与试用?"
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "但是,您已ç»æ˜¯ %{member_source} çš„æˆå‘˜ã€‚请使用其他å¸æˆ·ç™»å½•ä»¥æŽ¥å—邀请。"
msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
-msgstr ""
+msgstr "我接å—%{terms_link_start}æœåŠ¡æ¡æ¬¾å’Œéšç§æ”¿ç­–%{terms_link_end}"
msgid "I accept the %{terms_link}"
msgstr "æˆ‘æŽ¥å— %{terms_link}"
@@ -8066,17 +9743,17 @@ msgstr "æœåŠ¡æ¡æ¬¾å’Œéšç§æ”¿ç­–"
msgid "I forgot my password"
msgstr "我忘记了密ç "
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
-msgstr "我已阅读并åŒæ„Let's Encrypt %{link_start}æœåŠ¡æ¡æ¬¾%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr "我已ç»é˜…读并åŒæ„Let's Encryptçš„%{link_start}æœåŠ¡æ¡æ¬¾%{link_end}(PDF)"
msgid "I'd like to receive updates via email about GitLab"
-msgstr ""
+msgstr "我åŒæ„通过电å­é‚®ä»¶æŽ¥æ”¶æœ‰å…³GitLabçš„æ›´æ–°"
msgid "ID"
msgstr "ID"
msgid "ID:"
-msgstr ""
+msgstr "ID:"
msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation."
msgstr "å…许Web IDE中的JavaScript项目使用CodeSandbox客户端的实时预览。"
@@ -8115,7 +9792,7 @@ msgid "IDE|Review"
msgstr "审阅"
msgid "IDE|Successful commit"
-msgstr ""
+msgstr "æˆåŠŸæ交"
msgid "IP Address"
msgstr "IP地å€"
@@ -8129,6 +9806,9 @@ msgstr "åªå…许在最顶层群组设置IPå­ç½‘é™åˆ¶"
msgid "Identifier"
msgstr "身份标识"
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr "身份标识"
@@ -8136,7 +9816,7 @@ msgid "If any job surpasses this timeout threshold, it will be marked as failed.
msgstr "如果任何作业超过这个超时阈值,它将被标记为失败。å¯è¾“入英文语å¥ï¼Œå¦‚ “1 hourâ€ã€‚默认å•ä½ä¸ºç§’。"
msgid "If checked, group owners can manage LDAP group links and LDAP member overrides"
-msgstr "如果选中,则群组所有者å¯ä»¥ç®¡ç† LDAP 群组链接和 LDAP æˆå‘˜è¦†ç›–"
+msgstr "如选中,则群组所有者å¯ä»¥ç®¡ç†LDAP群组链接和 LDAPæˆå‘˜è¦†ç›–"
msgid "If checked, new group memberships and permissions can only be added via LDAP synchronization"
msgstr "选中åŽå°†åˆ™åªèƒ½é€šè¿‡LDAPåŒæ­¥æ·»åŠ æ–°çš„组æˆå‘˜èº«ä»½å’Œæƒé™"
@@ -8144,8 +9824,8 @@ msgstr "选中åŽå°†åˆ™åªèƒ½é€šè¿‡LDAPåŒæ­¥æ·»åŠ æ–°çš„组æˆå‘˜èº«ä»½å’Œæƒé™
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr "如果ç¦ç”¨ï¼Œåˆ™ä¸ä¼šä½¿ç”¨è¿œç¨‹å‰¯æœ¬çš„æ交自动更新分å‰çš„本地分支,以防止本地数æ®ä¸¢å¤±ã€‚如果默认分支 (%{default_branch}) 已分å‰ä¸”无法更新,则镜åƒå°†å¤±è´¥ã€‚其他分å‰çš„分支默默被忽略。"
-msgid "If disabled, only admins will be able to set up mirrors in projects."
-msgstr "如果ç¦ç”¨ï¼Œåˆ™åªæœ‰ç®¡ç†å‘˜æ‰èƒ½åœ¨é¡¹ç›®ä¸­è®¾ç½®é•œåƒã€‚"
+msgid "If disabled, only admins will be able to configure repository mirroring."
+msgstr "如果ç¦ç”¨ï¼Œåˆ™åªæœ‰ç®¡ç†å‘˜æ‰èƒ½é…置仓库镜åƒã€‚"
msgid "If disabled, the access level will depend on the user's permissions in the project."
msgstr "如果ç¦ç”¨ï¼Œåˆ™è®¿é—®çº§åˆ«å°†å–决于用户在项目中的æƒé™ã€‚"
@@ -8165,12 +9845,30 @@ msgstr "如果这是一个错误,你å¯ä»¥é€€å‡º%{source_type}。"
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr "如使用 GitHub,GitHubçš„æ交(commits)和拉å–请求(pull request) 页é¢å°†æ˜¾ç¤ºæµæ°´çº¿çŠ¶æ€ã€‚ %{more_info_link}"
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr "如果您认为这å¯èƒ½æ˜¯ä¸€ä¸ªé”™è¯¯ï¼Œè¯·å‚阅%{linkStart}GEO故障排除%{linkEnd}文档以了解更多信æ¯ã€‚"
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr "如果您认为此页é¢æœ‰è¯¯ï¼Œè¯·æŸ¥çœ‹ä»¥ä¸‹é“¾æŽ¥ä»¥èŽ·å–更多信æ¯ã€‚"
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr "如果您丢失了æ¢å¤ç ï¼Œæ‚¨å¯ä»¥ç”Ÿæˆæ–°çš„æ¢å¤ç ï¼Œæ‰€æœ‰ä»¥å‰çš„æ¢å¤ç å°†å¤±æ•ˆã€‚"
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr "如果您的HTTP仓库无法公开访问,需在地å€ä¸­æ·»åŠ å‡­æ®ã€‚"
+msgid "Iglu registry URL (optional)"
+msgstr "Iglu注册表网å€(å¯é€‰)"
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "并列(2-up)"
@@ -8181,10 +9879,10 @@ msgid "ImageDiffViewer|Swipe"
msgstr "滑动"
msgid "ImageViewerDimensions|H"
-msgstr ""
+msgstr "高"
msgid "ImageViewerDimensions|W"
-msgstr ""
+msgstr "宽"
msgid "Impersonation has been disabled"
msgstr "身份模拟已被ç¦ç”¨"
@@ -8292,7 +9990,7 @@ msgid "ImportProjects|The repository could not be created."
msgstr "无法创建仓库。"
msgid "ImportProjects|Update of imported projects with realtime changes failed"
-msgstr ""
+msgstr "导入项目实时更新失败"
msgid "Improve Issue boards"
msgstr "增强议题看æ¿"
@@ -8315,9 +10013,15 @@ msgstr "è¦å¯ç”¨å®žä¾‹çº§åˆ†æžï¼Œè¯·è¦æ±‚管ç†å‘˜å¯ç”¨ %{usage_ping_link_st
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr "为了收集准确的功能使用数æ®ï¼Œå¯èƒ½éœ€è¦1到2周æ‰èƒ½çœ‹åˆ°æ‚¨çš„指数。"
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr "为了能é‡èº«å®šåˆ¶æ‚¨åœ¨GitLab的体验,我们<br>希望对您有更多了解。"
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "继续下一步,选择想è¦å¯¼å…¥çš„项目"
+msgid "Incident Management Limits"
+msgstr "事件管ç†é™åˆ¶"
+
msgid "Incidents"
msgstr "事故"
@@ -8346,7 +10050,7 @@ msgid "Includes an MVC structure, mvnw and pom.xml to help you get started."
msgstr "包括一个MVC 结构,mvw å’Œ pom.xml æ¥å¸®åŠ©æ‚¨å¼€å§‹ã€‚"
msgid "Incoming email"
-msgstr ""
+msgstr "传入电å­é‚®ä»¶"
msgid "Incompatible Project"
msgstr "ä¸å…¼å®¹çš„项目"
@@ -8355,7 +10059,7 @@ msgid "Incompatible options set!"
msgstr "设置了ä¸å…¼å®¹çš„选项ï¼"
msgid "Index all projects"
-msgstr ""
+msgstr "索引所有项目"
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "指示此runner是å¦å¯ä»¥é€‰æ‹©æ— æ ‡è®°çš„作业"
@@ -8366,6 +10070,9 @@ msgstr "通知用户没有上传 SSH 密钥,如果没有 SSH 秘钥,将无æ³
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr "其他Pages模æ¿çš„ä¿¡æ¯åŠå®‰è£…指å—å¯ä»¥åœ¨%{pages_getting_started_guide}中找到."
+msgid "Inherited:"
+msgstr "继承:"
+
msgid "Inline"
msgstr "内è”"
@@ -8396,8 +10103,8 @@ msgstr "安装GitLab Runner"
msgid "Install Runner on Kubernetes"
msgstr "在Kubernetes上安装Runner"
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
-msgstr "请先从您的应用程åºåº“安装软件令牌验è¯å™¨ï¼Œå¦‚%{free_otp_link}或者谷歌验è¯å™¨ï¼Œç„¶åŽæ‰«æ这个QRç ã€‚更多信æ¯å¯ä»¥åœ¨æ­¤%{help_link_start}文档%{help_link_end}中找到。"
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr "从您的应用程åºåº“安装软令牌验è¯å™¨å¦‚ %{free_otp_link} 或者谷歌验è¯å™¨ï¼Œç„¶åŽä½¿ç”¨è¯¥éªŒè¯å™¨æ‰«æ此二维ç ã€‚更多信æ¯è¯·æŸ¥çœ‹%{help_link_start}文档%{help_link_end}。"
msgid "Install on clusters"
msgstr "在群集上安装"
@@ -8412,14 +10119,11 @@ msgid "Instance"
msgid_plural "Instances"
msgstr[0] "实例"
-msgid "Instance Statistics"
-msgstr "本站统计"
-
msgid "Instance Statistics visibility"
msgstr "实例统计信æ¯å¯è§æ€§"
msgid "Instance administrators group already exists"
-msgstr ""
+msgstr "实例管ç†å‘˜ç»„已存在"
msgid "Instance does not support multiple Kubernetes clusters"
msgstr "实例ä¸æ”¯æŒå¤šä¸ªKubernetes集群"
@@ -8454,8 +10158,11 @@ msgstr "循环周期"
msgid "Introducing Cycle Analytics"
msgstr "周期分æžç®€ä»‹"
-msgid "Introducing Your Conversational Development Index"
-msgstr "了解您的会è¯å¼€å‘指数"
+msgid "Introducing Your DevOps Score"
+msgstr "了解您的DevOps指数"
+
+msgid "Invalid Git ref"
+msgstr "无效的Git ref"
msgid "Invalid Insights config file detected"
msgstr "检测到无效的 Insights é…置文件"
@@ -8464,11 +10171,14 @@ msgid "Invalid Login or password"
msgstr "登录å或密ç æ— æ•ˆ"
msgid "Invalid URL"
-msgstr ""
+msgstr "无效的网å€"
msgid "Invalid date"
msgstr "无效日期"
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr "日期格å¼æ— æ•ˆã€‚请使用UTCæ ¼å¼ YYYY-MM-DD"
+
msgid "Invalid feature"
msgstr "无效的功能"
@@ -8484,6 +10194,9 @@ msgstr "无效导入å‚æ•°"
msgid "Invalid input, please avoid emojis"
msgstr "输入无效,请é¿å…使用表情符å·"
+msgid "Invalid login or password"
+msgstr "登录å或密ç æ— æ•ˆ"
+
msgid "Invalid pin code"
msgstr "无效的 pin ç "
@@ -8496,6 +10209,9 @@ msgstr "无效的仓库路径"
msgid "Invalid server response"
msgstr "无效的æœåŠ¡å™¨å“应"
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr "无效的åŒé‡è®¤è¯ç ã€‚"
@@ -8515,32 +10231,50 @@ msgid "Invite member"
msgstr "邀请æˆå‘˜"
msgid "Invocations"
+msgstr "调用"
+
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
msgstr ""
msgid "Is using license seat:"
msgstr "正在使用许å¯è¯ï¼š"
msgid "IssuableStatus|Closed"
-msgstr ""
+msgstr "已关闭"
msgid "IssuableStatus|Closed (%{link})"
-msgstr ""
+msgstr "关闭(%{link})"
msgid "IssuableStatus|duplicated"
-msgstr ""
+msgstr "é‡å¤"
msgid "IssuableStatus|moved"
-msgstr ""
+msgstr "已移动"
+
+msgid "IssuableStatus|promoted"
+msgstr "å·²æå‡"
msgid "Issue"
msgstr "议题"
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr "议题%{issue_reference}已被添加到å²è¯—%{epic_reference}。"
+
msgid "Issue Boards"
msgstr "议题看æ¿"
msgid "Issue board focus mode"
msgstr "议题看æ¿èšç„¦æ¨¡å¼"
+msgid "Issue cannot be found."
+msgstr "议题无法找到"
+
msgid "Issue events"
msgstr "议题事件"
@@ -8553,6 +10287,9 @@ msgstr "议题更新失败"
msgid "Issue was closed by %{name} %{reason}"
msgstr "议题由%{name}以%{reason}原因关闭"
+msgid "Issue weight"
+msgstr "议题æƒé‡"
+
msgid "IssueBoards|Board"
msgstr "看æ¿"
@@ -8575,25 +10312,25 @@ msgid "IssueBoards|Switch board"
msgstr "切æ¢çœ‹æ¿"
msgid "IssueTracker|Bugzilla issue tracker"
-msgstr ""
+msgstr "Bugzilla议题跟踪器"
msgid "IssueTracker|Custom issue tracker"
-msgstr ""
+msgstr "自定义议题跟踪器"
msgid "IssueTracker|GitLab issue tracker"
-msgstr ""
+msgstr "GitLab议题跟踪器"
msgid "IssueTracker|Redmine issue tracker"
-msgstr ""
+msgstr "Redmine议题跟踪器"
msgid "IssueTracker|YouTrack issue tracker"
-msgstr ""
+msgstr "YoutTrack议题跟踪器"
msgid "Issues"
msgstr "议题"
msgid "Issues / Merge Requests"
-msgstr ""
+msgstr "议题/åˆå¹¶è¯·æ±‚"
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
msgstr "议题å¯ä»¥æ˜¯ç¼ºé™·ï¼Œä»»åŠ¡æˆ–è¦è®¨è®ºçš„想法。此外,å¯ä»¥é€šè¿‡æœç´¢å’Œè¿‡æ»¤æ¥æŸ¥æ‰¾è®®é¢˜ã€‚"
@@ -8601,6 +10338,9 @@ msgstr "议题å¯ä»¥æ˜¯ç¼ºé™·ï¼Œä»»åŠ¡æˆ–è¦è®¨è®ºçš„想法。此外,å¯ä»¥é€š
msgid "Issues closed"
msgstr "关闭议题"
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr "议题评论,åˆå¹¶è¯·æ±‚的差异和评论,标记,里程碑,代ç ç‰‡æ®µå’Œå…¶ä»–项目实体"
@@ -8611,10 +10351,10 @@ msgid "IssuesAnalytics|After you begin creating issues for your projects, we can
msgstr "在您为项目创建议题åŽï¼Œæˆ‘们就会开始跟踪并显示它们的指标"
msgid "IssuesAnalytics|Avg/Month:"
-msgstr ""
+msgstr "月å‡ï¼š"
msgid "IssuesAnalytics|Issues created"
-msgstr ""
+msgstr "创建的议题数"
msgid "IssuesAnalytics|Issues created per month"
msgstr "æ¯æœˆåˆ›å»ºçš„议题"
@@ -8632,10 +10372,10 @@ msgid "IssuesAnalytics|To widen your search, change or remove filters in the fil
msgstr "è¦æ‰©å¤§æœç´¢èŒƒå›´ï¼Œè¯·æ›´æ”¹æˆ–删除上é¢çš„过滤æ¡ä»¶"
msgid "IssuesAnalytics|Total:"
-msgstr ""
+msgstr "总计:"
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
-msgstr ""
+msgid "Issue|Title"
+msgstr "标题"
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
msgstr "它必须有标题行和至少有两列:第一æ æ˜¯è®®é¢˜æ ‡é¢˜ï¼Œç¬¬äºŒæ æ˜¯è®®é¢˜æ述。自动检测分隔符。"
@@ -8719,11 +10459,17 @@ msgid "Job is missing the `model_type` argument."
msgstr "作业缺少 `model_type` å‚数。"
msgid "Job is stuck. Check runners."
-msgstr "作业已å¡ä½ã€‚请检查Runner。"
+msgstr "作业已阻塞。请检查Runner。"
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
msgstr "作业日志和产物"
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
+msgstr ""
+
msgid "Job was retried"
msgstr "作业已é‡è¯•"
@@ -8776,7 +10522,7 @@ msgid "Job|This job failed because the necessary resources were not successfully
msgstr "此作业已失败, 因为未æˆåŠŸåˆ›å»ºå¿…è¦çš„资æºã€‚"
msgid "Job|This job is stuck because the project doesn't have any runners online assigned to it."
-msgstr "此作业已å¡ä½ï¼Œå› ä¸ºè¯¥é¡¹ç›®æ²¡æœ‰åˆ†é…任何å¯ç”¨Runner。"
+msgstr "此作业已阻塞,因为该项目没有分é…任何å¯ç”¨Runner。"
msgid "Job|for"
msgstr "于"
@@ -8808,6 +10554,9 @@ msgstr "6月"
msgid "June"
msgstr "6月"
+msgid "Key"
+msgstr "é”®"
+
msgid "Key (PEM)"
msgstr "秘钥 (PEM)"
@@ -8815,11 +10564,14 @@ msgid "Key: %{key}"
msgstr "密钥: %{key}"
msgid "Keyboard Shortcuts"
-msgstr ""
+msgstr "键盘快æ·é”®"
msgid "Kubernetes"
msgstr "Kubernetes"
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr "Kubinentes API 返回状æ€ä»£ç : %{error_code}"
+
msgid "Kubernetes Cluster"
msgstr "Kubernetes集群"
@@ -8829,8 +10581,8 @@ msgstr "Kubernetes集群"
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr "Kubernetes集群创建时间超过超时; %{timeout}"
-msgid "Kubernetes cluster integration was not removed."
-msgstr "Kubernetes集群集æˆæœªè¢«åˆ é™¤ã€‚"
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr "Kubernetes集群集æˆå’Œèµ„æºæ­£åœ¨è¢«åˆ é™¤ã€‚"
msgid "Kubernetes cluster integration was successfully removed."
msgstr "Kubernetes集群集æˆå·²æˆåŠŸåˆ é™¤ã€‚"
@@ -8842,13 +10594,16 @@ msgid "Kubernetes configured"
msgstr "Kuberneteså·²é…ç½®"
msgid "Kubernetes deployment not found"
-msgstr ""
+msgstr "找ä¸åˆ°Kubinetes部署"
msgid "Kubernetes error: %{error_code}"
msgstr "Kubinentes 错误: %{error_code}"
+msgid "Kubernetes popover"
+msgstr "Kubernetes弹出信æ¯"
+
msgid "LDAP"
-msgstr ""
+msgstr "LDAP"
msgid "LDAP settings"
msgstr "LDAP 设置"
@@ -8933,11 +10688,20 @@ msgid_plural "Last %d days"
msgstr[0] "最近 %d 天"
msgid "Last %{days} days"
+msgstr "最近%{days}天"
+
+msgid "Last Accessed On"
+msgstr "最åŽè®¿é—®äºŽ"
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
msgstr ""
msgid "Last Pipeline"
msgstr "最新æµæ°´çº¿"
+msgid "Last Seen"
+msgstr "最åŽå‡ºçŽ°"
+
msgid "Last accessed on"
msgstr "最åŽè®¿é—®æ—¶é—´"
@@ -8957,22 +10721,31 @@ msgid "Last edited by %{name}"
msgstr "最åŽä¿®æ”¹æ¥è‡ªäºŽ%{name}"
msgid "Last name"
-msgstr ""
+msgstr "姓"
msgid "Last reply by"
msgstr "最åŽå›žå¤æ¥è‡ªäºŽ"
+msgid "Last repository check run"
+msgstr "上次仓库检查"
+
msgid "Last seen"
-msgstr "上次查看"
+msgstr "最åŽå‡ºçŽ°"
+
+msgid "Last successful sync"
+msgstr "上次æˆåŠŸåŒæ­¥"
msgid "Last successful update"
-msgstr ""
+msgstr "最近æˆåŠŸçš„æ›´æ–°"
+
+msgid "Last time verified"
+msgstr "最近一次验è¯"
msgid "Last update"
msgstr "最åŽæ›´æ–°"
msgid "Last update attempt"
-msgstr ""
+msgstr "上次更新å°è¯•"
msgid "Last updated"
msgstr "最近更新"
@@ -8983,6 +10756,9 @@ msgstr "最åŽä½¿ç”¨"
msgid "Last used on:"
msgstr "上次使用于:"
+msgid "LastCommit|authored"
+msgstr "作者为"
+
msgid "LastPushEvent|You pushed to"
msgstr "您推é€äº†"
@@ -8993,7 +10769,7 @@ msgid "Latest changes"
msgstr "最新更改"
msgid "Latest pipeline for the most recent commit on this branch"
-msgstr ""
+msgstr "此分支上最近æ交的最新æµæ°´çº¿"
msgid "Lead"
msgstr "最高"
@@ -9001,6 +10777,9 @@ msgstr "最高"
msgid "Learn GitLab"
msgstr "学习GitLab"
+msgid "Learn More"
+msgstr "了解更多"
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "了解如何 %{link_start}贡献到内置的模æ¿%{link_end}"
@@ -9016,6 +10795,12 @@ msgstr "了解更多关于Auto DevOps"
msgid "Learn more about Kubernetes"
msgstr "进一步了解关于Kubernetesçš„ä¿¡æ¯"
+msgid "Learn more about License-Check"
+msgstr "进一步了解有关许å¯è¯æ£€æŸ¥çš„ä¿¡æ¯"
+
+msgid "Learn more about Vulnerability-Check"
+msgstr "进一步了解有关æ¼æ´žæ£€æŸ¥çš„ä¿¡æ¯"
+
msgid "Learn more about Web Terminal"
msgstr "了解更多关于 Web 终端"
@@ -9029,7 +10814,7 @@ msgid "Learn more about custom project templates"
msgstr "了解更多关于自定义项目模æ¿"
msgid "Learn more about deploying to a cluster"
-msgstr ""
+msgstr "了解有关部署到群集的详细信æ¯"
msgid "Learn more about group-level project templates"
msgstr "了解更多关于群组级项目模æ¿"
@@ -9040,9 +10825,6 @@ msgstr "了解更多有关签åæ交的详细信æ¯"
msgid "Learn more about the dependency list"
msgstr "了解更多关于ä¾èµ–列表的信æ¯"
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "了解更多"
@@ -9052,6 +10834,12 @@ msgstr "æµæ°´çº¿è®¡åˆ’文档"
msgid "Leave"
msgstr "退出"
+msgid "Leave Admin Mode"
+msgstr "离开管ç†å‘˜æ¨¡å¼"
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr "留空为无é™åˆ¶ã€‚一旦设置,现有的个人访问令牌å¯èƒ½è¢«æ’¤é”€ã€‚"
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "退出编辑模å¼ï¼Ÿæ‰€æœ‰æœªä¿å­˜çš„更改都将丢失。"
@@ -9074,96 +10862,107 @@ msgid "License"
msgstr "许å¯è¯"
msgid "License Compliance"
-msgstr ""
+msgstr "许å¯è¯åˆè§„"
+
+msgid "License-Check"
+msgstr "许å¯è¯æ£€æŸ¥"
msgid "LicenseCompliance|Add a license"
-msgstr ""
+msgstr "添加许å¯è¯"
msgid "LicenseCompliance|Add licenses manually to approve or blacklist"
-msgstr ""
+msgstr "手动添加许å¯è¯ä»¥æ‰¹å‡†æˆ–拉黑"
msgid "LicenseCompliance|Approve"
-msgstr ""
+msgstr "批准"
msgid "LicenseCompliance|Approve license"
-msgstr ""
+msgstr "批准许å¯è¯"
msgid "LicenseCompliance|Approve license?"
-msgstr ""
+msgstr "批准许å¯è¯ï¼Ÿ"
msgid "LicenseCompliance|Approved"
-msgstr ""
+msgstr "已批准"
msgid "LicenseCompliance|Blacklist"
-msgstr ""
+msgstr "黑åå•"
msgid "LicenseCompliance|Blacklist license"
-msgstr ""
+msgstr "加入黑åå•"
msgid "LicenseCompliance|Blacklist license?"
-msgstr ""
+msgstr "加入黑åå•å—?"
msgid "LicenseCompliance|Blacklisted"
-msgstr ""
+msgstr "黑åå•"
msgid "LicenseCompliance|Cancel"
-msgstr ""
+msgstr "å–消"
msgid "LicenseCompliance|Here you can approve or blacklist licenses for this project. Using %{ci} or %{license} will allow you to see if there are any unmanaged licenses and approve or blacklist them in merge request."
-msgstr ""
+msgstr "您å¯ä»¥åœ¨æ­¤æ‰¹å‡†æˆ–拉黑该项目的许å¯è¯ã€‚使用 %{ci} 或 %{license} å°†å…许您查看是å¦å­˜åœ¨ä»»ä½•éžæ‰˜ç®¡è®¸å¯è¯ï¼Œå¹¶åœ¨åˆå¹¶è¯·æ±‚中批准或将其列入黑åå•ã€‚"
msgid "LicenseCompliance|License"
-msgstr ""
+msgstr "许å¯è¯"
msgid "LicenseCompliance|License Compliance"
-msgstr ""
+msgstr "许å¯è¯åˆè§„性"
msgid "LicenseCompliance|License Compliance detected %d license for the source branch only"
msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
-msgstr[0] ""
+msgstr[0] "许å¯è¯åˆè§„仅在æºåˆ†æ”¯æ£€æµ‹åˆ°%d个许å¯è¯"
+
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] "许å¯è¯åˆè§„检查åªåœ¨æºåˆ†æ”¯ä¸Šæ£€æµ‹åˆ°%d个许å¯è¯ã€‚需è¦æ‰¹å‡†ã€‚"
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
-msgstr[0] ""
+msgstr[0] "许å¯è¯åˆè§„检测到%d个新的许å¯è¯"
+
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] "许å¯è¯åˆè§„检测到%d个新的许å¯è¯ã€‚需è¦æ‰¹å‡†ã€‚"
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
-msgstr ""
+msgstr "许å¯è¯åˆè§„仅在æºåˆ†æ”¯æœªæ£€æµ‹åˆ°è®¸å¯è¯"
msgid "LicenseCompliance|License Compliance detected no new licenses"
-msgstr ""
+msgstr "许å¯è¯åˆè§„未检测到新许å¯è¯"
msgid "LicenseCompliance|License details"
-msgstr ""
+msgstr "许å¯è¯è¯¦ç»†ä¿¡æ¯"
msgid "LicenseCompliance|License name"
-msgstr ""
+msgstr "许å¯è¯å称"
msgid "LicenseCompliance|Packages"
-msgstr ""
+msgstr "软件包"
msgid "LicenseCompliance|Remove license"
-msgstr ""
+msgstr "删除许å¯è¯"
msgid "LicenseCompliance|Remove license?"
-msgstr ""
+msgstr "删除许å¯è¯å—?"
msgid "LicenseCompliance|Submit"
-msgstr ""
+msgstr "æ交"
msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr ""
+msgstr "此项目目å‰æ²¡æœ‰å·²æ‰¹å‡†æˆ–列入黑åå•çš„许å¯è¯ã€‚"
msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
-msgstr ""
+msgstr "此项目没有匹é…的已批准或列入黑åå•çš„许å¯è¯ã€‚"
msgid "LicenseCompliance|This license already exists in this project."
-msgstr ""
+msgstr "此许å¯è¯å·²ç»å­˜åœ¨äºŽè¯¥é¡¹ç›®ä¸­ã€‚"
msgid "LicenseCompliance|URL"
-msgstr ""
+msgstr "网å€"
msgid "LicenseCompliance|You are about to remove the license, %{name}, from this project."
-msgstr ""
+msgstr "您å³å°†ä»Žå½“å‰é¡¹ç›®ä¸­åˆ é™¤è®¸å¯è¯%{name}。"
msgid "Licensed Features"
msgstr "需è¦è®¸å¯çš„功能"
@@ -9174,6 +10973,57 @@ msgstr "授æƒç»™"
msgid "Licenses"
msgstr "许å¯è¯"
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr "其余%{remainingComponentsCount}项"
+
+msgid "Licenses|Component"
+msgstr "组件"
+
+msgid "Licenses|Components"
+msgstr "组件"
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr "在项目中检测到的许å¯è¯ï¼ŒåŸºäºŽ%{linkStart}最新的æµæ°´çº¿%{linkEnd}扫æ"
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr "获å–许å¯è¯åˆ—表时出错。请检查您的网络连接并é‡è¯•ã€‚"
+
+msgid "Licenses|Learn more about license compliance"
+msgstr "了解更多关于许å¯è¯åˆè§„情况的信æ¯"
+
+msgid "Licenses|License Compliance"
+msgstr "许å¯è¯åˆè§„性"
+
+msgid "Licenses|Name"
+msgstr "å称"
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr "许å¯è¯åˆ—表详细说明您项目中使用的许å¯è¯ä¿¡æ¯ã€‚"
+
+msgid "Licenses|View license details for your project"
+msgstr "查看您项目的许å¯è¯è¯¦ç»†ä¿¡æ¯"
+
+msgid "License|Buy license"
+msgstr "购买许å¯è¯"
+
+msgid "License|License"
+msgstr "许å¯è¯"
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr "您éšæ—¶å¯ä»¥é€šè¿‡å‡çº§è®¡åˆ’æ¥æ¢å¤å¯¹é‡‘牌功能的访问æƒé™ã€‚"
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr "您å¯ä»¥å…费试用GitLab Ultimate,而无需任何承诺或付款信æ¯ã€‚"
+
+msgid "License|You do not have a license."
+msgstr "没有许å¯è¯ã€‚"
+
+msgid "License|Your License"
+msgstr "您的许å¯è¯"
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr "您的GitLab Ultimateå…费试用将在%{trial_ends_on}到期。"
+
msgid "Limit display of time tracking units to hours."
msgstr "é™åˆ¶æ—¶é—´è·Ÿè¸ªå•ä½æ˜¾ç¤ºåˆ°å°æ—¶ã€‚"
@@ -9184,21 +11034,33 @@ msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
msgstr[0] "最多显示 %d 个事件"
-msgid "Link copied to clipboard"
+msgid "Line changes"
msgstr ""
+msgid "Link copied"
+msgstr "链接已å¤åˆ¶"
+
msgid "Linked emails (%{email_count})"
msgstr "链接的电å­é‚®ä»¶ (%{email_count})"
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr "领英(LinkedIn)"
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
+msgstr "%{counterLabel}个更多下游æµæ°´çº¿"
+
+msgid "Links"
msgstr ""
msgid "List"
msgstr "列表"
+msgid "List Settings"
+msgstr "列表设置"
+
msgid "List Your Gitea Repositories"
msgstr "列出Gitea仓库"
@@ -9209,7 +11071,7 @@ msgid "List of IPs and CIDRs of allowed secondary nodes. Comma-separated, e.g. \
msgstr "å…许的辅助节点IPå’ŒCIDR列表。以逗å·åˆ†éš”,例如“1.1.1.1,2.2.2.0/24â€"
msgid "List the merge requests that must be merged before this one."
-msgstr ""
+msgstr "列出在此之å‰å¿…é¡»åˆå¹¶çš„åˆå¹¶è¯·æ±‚。"
msgid "List view"
msgstr "列表视图"
@@ -9223,12 +11085,18 @@ msgstr "实时预览"
msgid "Loading contribution stats for group members"
msgstr "加载群组æˆå‘˜çš„贡献统计信æ¯"
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr "加载æ交引用%{ref}路径%{path}中的文件,目录和å­æ¨¡å—"
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr "加载功能超时。请刷新页é¢é‡è¯•ã€‚"
msgid "Loading issues"
msgstr "加载议题"
+msgid "Loading snippet"
+msgstr "正在加载代ç ç‰‡æ®µ"
+
msgid "Loading the GitLab IDE..."
msgstr "加载GitLab IDE..."
@@ -9269,10 +11137,10 @@ msgid "Locked Files"
msgstr "å·²é”定文件"
msgid "Locked by %{fileLockUserName}"
-msgstr ""
+msgstr "被%{fileLockUserName}é”定"
msgid "Locked the discussion."
-msgstr ""
+msgstr "é”定讨论."
msgid "Locked to current projects"
msgstr "å·²é”定到目å‰çš„项目"
@@ -9281,7 +11149,7 @@ msgid "Locks give the ability to lock specific file or folder."
msgstr "加é”å¯ä»¥é”定特定的文件或文件夹。"
msgid "Locks the discussion."
-msgstr ""
+msgstr "é”定讨论."
msgid "Login with smartcard"
msgstr "使用智能å¡ç™»å½•"
@@ -9292,8 +11160,20 @@ msgstr "徽标已æˆåŠŸåˆ é™¤ã€‚"
msgid "Logs"
msgstr "日志"
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr "è¦çœ‹åˆ°pod日志,请在环境中部署您的代ç ã€‚"
+
+msgid "Low vulnerabilities present"
+msgstr "存在低å±æ¼æ´ž"
+
+msgid "MB"
+msgstr "MB"
+
+msgid "MD5"
+msgstr "MD5"
+
msgid "MERGED"
-msgstr ""
+msgstr "å·²åˆå¹¶"
msgid "MRApprovals|Approved by"
msgstr "核准人是"
@@ -9311,7 +11191,7 @@ msgid "MRDiff|Show full file"
msgstr "显示全部文件"
msgid "Made this issue confidential."
-msgstr ""
+msgstr "将此议题设置为ç§å¯†."
msgid "Make and review changes in the browser with the Web IDE"
msgstr "使用Web IDE在æµè§ˆå™¨ä¸­åˆ›å»ºå’ŒæŸ¥çœ‹æ›´æ”¹"
@@ -9320,7 +11200,7 @@ msgid "Make everyone on your team more productive regardless of their location.
msgstr "GitLab Geoå¯ä»¥åˆ›å»ºGitLab实例的åªè¯»é•œåƒ, 使得从远端克隆和拉å–大型代ç ä»“库的时间大大缩短,从而æ高团队æˆå‘˜çš„工作效率。"
msgid "Make issue confidential"
-msgstr ""
+msgstr "将议题设置为ç§å¯†ã€‚"
msgid "Make sure you save it - you won't be able to access it again."
msgstr "请确ä¿å¦¥å–„ä¿å­˜å®ƒ - 您无法å†æ¬¡è®¿é—®å®ƒçš„内容。"
@@ -9329,7 +11209,10 @@ msgid "Make sure you're logged into the account that owns the projects you'd lik
msgstr "ç¡®ä¿æ‚¨å·²ç™»å½•åˆ°æ¬²å¯¼å…¥é¡¹ç›®æ‰€æœ‰è€…çš„å¸æˆ·ã€‚"
msgid "Makes this issue confidential."
-msgstr ""
+msgstr "将此议题设置为ç§å¯†."
+
+msgid "Malformed string"
+msgstr "字符串格å¼é”™è¯¯"
msgid "Manage"
msgstr "管ç†"
@@ -9395,10 +11278,10 @@ msgid "March"
msgstr "3月"
msgid "Mark To Do as done"
-msgstr ""
+msgstr "将待办事项标记为已完æˆã€‚"
msgid "Mark as done"
-msgstr ""
+msgstr "标记为已完æˆ"
msgid "Mark as resolved"
msgstr "标记为已解决"
@@ -9422,25 +11305,25 @@ msgid "Markdown enabled"
msgstr "支æŒMarkdownæ ¼å¼"
msgid "Markdown is supported"
-msgstr ""
+msgstr "支æŒMarkdown"
msgid "Marked To Do as done."
-msgstr ""
+msgstr "将待办事项标记为已完æˆã€‚"
msgid "Marked this %{noun} as Work In Progress."
-msgstr ""
+msgstr "æ­¤%{noun}已标记为“正在进行中â€ã€‚"
msgid "Marked this issue as a duplicate of %{duplicate_param}."
-msgstr ""
+msgstr "标记这个议题为%{duplicate_param}çš„é‡å¤é¡¹ã€‚"
msgid "Marked this issue as related to %{issue_ref}."
-msgstr ""
+msgstr "将此议题标记为%{issue_ref}的相关议题。"
msgid "Marks To Do as done."
-msgstr ""
+msgstr "将待办事项标记为已完æˆã€‚"
msgid "Marks this %{noun} as Work In Progress."
-msgstr ""
+msgstr "将此%{noun}标记为“正在进行中â€ã€‚"
msgid "Marks this issue as a duplicate of %{duplicate_reference}."
msgstr "将此议题标记为 %{duplicate_reference} çš„é‡å¤ã€‚"
@@ -9452,34 +11335,34 @@ msgid "Match not found; try refining your search query."
msgstr "未找到匹é…;请å°è¯•æ›´æ”¹æŸ¥è¯¢æ¡ä»¶ã€‚"
msgid "MattermostService|Add to Mattermost"
-msgstr ""
+msgstr "添加到Mattermost"
msgid "MattermostService|Command trigger word"
-msgstr ""
+msgstr "命令触å‘è¯"
msgid "MattermostService|Fill in the word that works best for your team."
-msgstr ""
+msgstr "填入最适åˆä½ çš„团队的文字。"
msgid "MattermostService|Request URL"
-msgstr ""
+msgstr "请求网å€"
msgid "MattermostService|Request method"
-msgstr ""
+msgstr "请求方法"
msgid "MattermostService|Response icon"
-msgstr ""
+msgstr "å“应图标"
msgid "MattermostService|Response username"
-msgstr ""
+msgstr "å“应用户å"
msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
-msgstr ""
+msgstr "设置此æœåŠ¡åŽï¼Œè¯·è¾“入以下内容,查看Mattermost中å¯ç”¨å‘½ä»¤çš„列表:"
msgid "MattermostService|Suggestions:"
-msgstr ""
+msgstr "建议:"
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
-msgstr ""
+msgstr "æ­¤æœåŠ¡å…许用户通过在Mattermost中输入斜æ å‘½ä»¤æ¥å¯¹è¯¥é¡¹ç›®æ‰§è¡Œå¸¸è§æ“作。"
msgid "Maven Metadata"
msgstr "Maven 元数æ®"
@@ -9490,6 +11373,9 @@ msgstr "最高访问级别"
msgid "Max seats used"
msgstr "已使用的用户数é‡"
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr "个人访问令牌的最长有效期(天)"
+
msgid "Maximum artifacts size (MB)"
msgstr "最大产物大å°ï¼ˆMB)"
@@ -9508,6 +11394,15 @@ msgstr "最大作业超时"
msgid "Maximum job timeout has a value which could not be accepted"
msgstr "作业最大超时设置无效"
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr "个人访问令牌有最长有效期设定,过期日期必须设为%{maximum_allowable_date}之å‰ã€‚"
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr "超过%{name}的最大数é‡(%{count})"
+
+msgid "Maximum number of comments exceeded"
+msgstr "超出最大评论数"
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr "å¯ä»¥åŒæ—¶åŒæ­¥çš„最大镜åƒæ•°ã€‚"
@@ -9520,9 +11415,15 @@ msgstr "åŒæ­¥é•œåƒè®¡åˆ’的最大时间间隔。"
msgid "May"
msgstr "5月"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "中ä½æ•°"
+msgid "Medium vulnerabilities present"
+msgstr "存在中å±æ¼æ´ž"
+
msgid "Member lock"
msgstr "æˆå‘˜é”"
@@ -9539,16 +11440,22 @@ msgid "Members of <strong>%{project_name}</strong>"
msgstr "<strong>%{project_name}</strong>çš„æˆå‘˜"
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
+msgstr "有æƒè®¿é—®%{strong_start}%{group_name}%{strong_end}çš„æˆå‘˜"
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
+msgstr "申请访问%{strong_start}%{group_name}%{strong_end}待定的æˆå‘˜"
+
+msgid "Memory Usage"
+msgstr "内存使用情况"
+
+msgid "Memory limit exceeded while rendering template"
+msgstr "渲染模æ¿æ—¶è¶…出了内存é™åˆ¶"
msgid "Merge"
msgstr "åˆå¹¶"
msgid "Merge (when the pipeline succeeds)"
-msgstr ""
+msgstr "åˆå¹¶(当æµæ°´çº¿æˆåŠŸæ—¶)"
msgid "Merge Request"
msgstr "åˆå¹¶è¯·æ±‚"
@@ -9562,6 +11469,9 @@ msgstr "åˆå¹¶è¯·æ±‚"
msgid "Merge Requests created"
msgstr "创建åˆå¹¶è¯·æ±‚"
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr "åˆå¹¶æ交消æ¯"
@@ -9574,11 +11484,14 @@ msgstr "ç«‹å³åˆå¹¶"
msgid "Merge in progress"
msgstr "正在åˆå¹¶"
+msgid "Merge options"
+msgstr "åˆå¹¶é€‰é¡¹"
+
msgid "Merge request"
msgstr "åˆå¹¶è¯·æ±‚"
msgid "Merge request %{iid} authored by %{authorName}"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚%{iid} 作者: %{authorName}"
msgid "Merge request approvals"
msgstr "åˆå¹¶è¯·æ±‚批准"
@@ -9586,6 +11499,9 @@ msgstr "åˆå¹¶è¯·æ±‚批准"
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr "åˆå¹¶è¯·æ±‚核准å…许您设置必è¦æ ¸å‡†çš„æ•°é‡ï¼Œå¹¶é¢„定义项目中æ¯ä¸ªåˆå¹¶è¯·æ±‚的核准者列表。"
+msgid "Merge request dependencies"
+msgstr "åˆå¹¶è¯·æ±‚ä¾èµ–"
+
msgid "Merge requests"
msgstr "åˆå¹¶è¯·æ±‚"
@@ -9593,7 +11509,7 @@ msgid "Merge requests are a place to propose changes you've made to a project an
msgstr "åˆå¹¶è¯·æ±‚用于æ出对项目的更改并与他人进行讨论"
msgid "Merge requests are read-only in a secondary Geo node"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚在Geo辅助节点中为åªè¯»"
msgid "Merge when pipeline succeeds"
msgstr "当æµæ°´çº¿æˆåŠŸæ—¶åˆå¹¶"
@@ -9638,7 +11554,7 @@ msgid "MergeRequests|Reply..."
msgstr "回å¤..."
msgid "MergeRequests|Resolve this thread in a new issue"
-msgstr ""
+msgstr "创建新议题以解决此è¯é¢˜"
msgid "MergeRequests|Saving the comment failed"
msgstr "ä¿å­˜è¯„论失败"
@@ -9647,16 +11563,16 @@ msgid "MergeRequests|Squash task canceled: another squash is already in progress
msgstr "压缩(Squash)任务已å–消:å¦ä¸€ä¸ªåŽ‹ç¼©å·²åœ¨è¿›è¡Œä¸­ã€‚"
msgid "MergeRequests|Thread stays resolved"
-msgstr ""
+msgstr "è¯é¢˜ä¿æŒå·²è§£å†³çŠ¶æ€"
msgid "MergeRequests|Thread stays unresolved"
-msgstr ""
+msgstr "è¯é¢˜ä¿æŒæœªè§£å†³çŠ¶æ€"
msgid "MergeRequests|Thread will be resolved"
-msgstr ""
+msgstr "è¯é¢˜å°†ç½®ä¸ºè§£å†³çŠ¶æ€"
msgid "MergeRequests|Thread will be unresolved"
-msgstr ""
+msgstr "è¯é¢˜å°†ç½®ä¸ºæœªè§£å†³çŠ¶æ€"
msgid "MergeRequests|Toggle comments for this file"
msgstr "开关此文件的讨论"
@@ -9671,22 +11587,19 @@ msgid "MergeRequests|commented on commit %{commitLink}"
msgstr "讨论%{commitLink}æ交"
msgid "MergeRequests|started a thread"
-msgstr ""
+msgstr "å¼€å¯æ–°è¯é¢˜"
msgid "MergeRequests|started a thread on %{linkStart}an old version of the diff%{linkEnd}"
-msgstr ""
+msgstr "å¼€å¯æœ‰å…³%{linkStart}旧版本差异%{linkEnd}çš„è¯é¢˜"
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
-msgstr ""
+msgstr "å¼€å¯æœ‰å…³%{linkStart}差异%{linkEnd}çš„è¯é¢˜"
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr "å¼€å¯æœ‰å…³%{linkStart}%{commitDisplay}%{linkEnd}中较旧的å˜æ›´çš„è¯é¢˜"
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart}%{timeDifferenceMinutes}%{descriptionChangedTimes}次更改了æè¿°%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr "å¼€å¯æœ‰å…³æ交%{linkStart}%{commitDisplay}%{linkEnd}çš„è¯é¢˜"
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr "关闭建议弹窗时出错。请å†è¯•ä¸€æ¬¡ã€‚"
@@ -9707,13 +11620,16 @@ msgid "Merged branches are being deleted. This can take some time depending on t
msgstr "å·²åˆå¹¶åˆ†æ”¯æ­£åœ¨è¢«åˆ é™¤ã€‚该æ“作å¯èƒ½éœ€è¦ä¸€äº›æ—¶é—´ï¼Œå…·ä½“å–决于分支的数é‡ã€‚请刷新页é¢ä»¥æŸ¥çœ‹æ›´æ–°ã€‚"
msgid "Merges this merge request when the pipeline succeeds."
-msgstr ""
+msgstr "当æµæ°´çº¿æˆåŠŸæ—¶åˆå¹¶æ­¤åˆå¹¶è¯·æ±‚。"
+
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr "ä¸å»ºè®®ç«‹å³åˆå¹¶ï¼Œå› ä¸ºå®ƒå¯èƒ½å¯¹çŽ°æœ‰åˆå¹¶åˆ—车产生ä¸åˆ©å½±å“。请查阅%{docsLinkStart}文档%{docsLinkEnd}以了解更多信æ¯ã€‚"
msgid "Messages"
msgstr "消æ¯"
msgid "Method"
-msgstr ""
+msgstr "方法"
msgid "Metric was successfully added."
msgstr "指标已æˆåŠŸæ·»åŠ ã€‚"
@@ -9722,16 +11638,16 @@ msgid "Metric was successfully updated."
msgstr "指标已æˆåŠŸæ›´æ–°ã€‚"
msgid "MetricChart|Please select a metric"
-msgstr ""
+msgstr "请选择一个指标"
msgid "MetricChart|Selected"
-msgstr ""
+msgstr "选中的"
msgid "Metrics"
msgstr "指标"
msgid "Metrics - Grafana"
-msgstr ""
+msgstr "指标 - Grafana"
msgid "Metrics - Influx"
msgstr "指标 - Influx"
@@ -9740,7 +11656,7 @@ msgid "Metrics - Prometheus"
msgstr "指标 - Prometheus"
msgid "Metrics Dashboard"
-msgstr ""
+msgstr "指标仪表æ¿"
msgid "Metrics and profiling"
msgstr "指标与分æž"
@@ -9751,9 +11667,15 @@ msgstr "环境指标"
msgid "Metrics|Add metric"
msgstr "添加指标"
+msgid "Metrics|Avg"
+msgstr "å¹³å‡"
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "查看有关部署到环境的CI/CD文档"
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr "创建指标"
@@ -9763,6 +11685,15 @@ msgstr "删除指标"
msgid "Metrics|Delete metric?"
msgstr "删除指标?"
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr "编辑指标"
@@ -9775,21 +11706,21 @@ msgstr "用于分组类似指标"
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr "Y轴是标签(通常是å•ä½)。X轴总是代表时间。"
-msgid "Metrics|Learn about environments"
-msgstr "了解环境"
-
msgid "Metrics|Legend label (optional)"
msgstr "图例标签(å¯é€‰ï¼‰"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr "最大值"
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "必须是有效的 PromQL 查询。"
msgid "Metrics|New metric"
msgstr "创建指标"
-msgid "Metrics|No deployed environments"
-msgstr "应用未部署到任何环境"
-
msgid "Metrics|PromQL query is valid"
msgstr "PromotQL 查询有效"
@@ -9799,9 +11730,18 @@ msgstr "Prometheus查询文档"
msgid "Metrics|Show last"
msgstr "显示最åŽ"
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr "获å–环境数æ®æ—¶å‡ºé”™ï¼Œè¯·é‡è¯•"
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr "获å–日志时出错,请é‡è¯•"
+
msgid "Metrics|There was an error getting deployment information."
msgstr "获å–部署信æ¯æ—¶å‡ºé”™ã€‚"
@@ -9814,12 +11754,12 @@ msgstr "å°è¯•éªŒè¯æ‚¨çš„查询时出错"
msgid "Metrics|There was an error while retrieving metrics"
msgstr "读å–指标时出错"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr "读å–指标时出错。%{message}"
+
msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr "æ¥è‡ªPrometheus终端节点的æ„外部署数æ®å“应"
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
-msgstr "æ¥è‡ªPrometheus终端节点的æ„外指标数æ®å“应"
-
msgid "Metrics|Unit label"
msgstr "å•ä½æ ‡ç­¾"
@@ -9829,9 +11769,15 @@ msgstr "用作图表的标题"
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr "用于查询返回å•ä¸ªç³»åˆ—时。如果返回多个系列,相应的图例标签将从返回数æ®ä¸­é€‰å–。"
+msgid "Metrics|Validating query"
+msgstr "正在验è¯æŸ¥è¯¢"
+
msgid "Metrics|Y-axis label"
msgstr "Y轴标签"
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr "您å³å°†æ°¸ä¹…删除此指标且无法撤消。"
@@ -9850,6 +11796,9 @@ msgstr "例如:速率(http_requests_total[5m])"
msgid "Metrics|e.g. req/sec"
msgstr "例如:req / sec"
+msgid "Microsoft Azure"
+msgstr "Microsoft Azure"
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr "å·²è¿ç§» %{success_count}/%{total_count} 文件。"
@@ -9857,7 +11806,8 @@ msgid "Migration successful."
msgstr "è¿ç§»æˆåŠŸã€‚"
msgid "Milestone"
-msgstr "里程碑"
+msgid_plural "Milestones"
+msgstr[0] "里程碑"
msgid "Milestone lists not available with your current license"
msgstr "当å‰è®¸å¯è¯æ— æ³•ä½¿ç”¨é‡Œç¨‹ç¢‘列表"
@@ -9907,6 +11857,9 @@ msgstr "最å°é•¿åº¦ä¸º%{minimum_password_length}个字符"
msgid "Minimum length is %{minimum_password_length} characters."
msgstr "最å°é•¿åº¦ä¸º%{minimum_password_length}个字符。"
+msgid "Minimum password length (number of characters)"
+msgstr "密ç æœ€å°é•¿åº¦ (字符数)"
+
msgid "Minutes"
msgstr "分钟"
@@ -9919,6 +11872,9 @@ msgstr "é•œåƒä»“库"
msgid "Mirror user"
msgstr "é•œåƒç”¨æˆ·"
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr "é•œåƒåˆ†æ”¯éœ€æœ‰æ­¤å‰ç¼€ã€‚如果å¯ç”¨â€œä»…é•œåƒä¿æŠ¤åˆ†æ”¯â€ï¼Œåˆ™éœ€è¦åœ¨æ­¤é¡¹ç›®ä¿æŠ¤åˆ†æ”¯ä¸­åŒ…å«æ­¤å‰ç¼€ï¼Œå¦åˆ™å°†æ— æ³•é•œåƒã€‚"
+
msgid "Mirrored repositories"
msgstr "é•œåƒçš„仓库"
@@ -9950,7 +11906,7 @@ msgid "Modal|Close"
msgstr "关闭"
msgid "Modified in this version"
-msgstr ""
+msgstr "此版本修改"
msgid "Modify commit message"
msgstr "修改æ交信æ¯"
@@ -9965,7 +11921,7 @@ msgid "Monday"
msgstr "星期一"
msgid "Monitor your errors by integrating with Sentry."
-msgstr ""
+msgstr "通过与Sentry集æˆæ¥ç›‘控您的错误。"
msgid "Monitoring"
msgstr "监控"
@@ -9980,17 +11936,23 @@ msgid "More Information"
msgstr "更多信æ¯"
msgid "More Slack commands"
-msgstr ""
+msgstr "更多Slack命令"
msgid "More actions"
msgstr "更多æ“作"
+msgid "More details"
+msgstr "更多详细信æ¯"
+
msgid "More info"
msgstr "更多信æ¯"
msgid "More information"
msgstr "更多信æ¯"
+msgid "More information and share feedback"
+msgstr "更多信æ¯å’Œå…±äº«å馈"
+
msgid "More information is available|here"
msgstr "帮助文档"
@@ -10013,10 +11975,10 @@ msgid "Move issue from one column of the board to another"
msgstr "将议题从看æ¿çš„一列移到å¦ä¸€åˆ—"
msgid "Move selection down"
-msgstr ""
+msgstr "下移所选的项目"
msgid "Move selection up"
-msgstr ""
+msgstr "上移所选的项目"
msgid "Move this issue to another project."
msgstr "将此议题移至å¦ä¸€ä¸ªé¡¹ç›®ã€‚"
@@ -10028,10 +11990,10 @@ msgid "MoveIssue|Cannot move issue to project it originates from!"
msgstr "无法将议题移动到æºé¡¹ç›®ä¸­!"
msgid "Moved issue to %{label} column in the board."
-msgstr ""
+msgstr "将议题移动到看æ¿ä¸­çš„%{label}列。"
msgid "Moved this issue to %{path_to_project}."
-msgstr ""
+msgstr "将此议题移动到%{path_to_project}。"
msgid "Moves issue to %{label} column in the board."
msgstr "将议题移至看æ¿çš„ %{label} 列中。"
@@ -10048,6 +12010,9 @@ msgstr "找到多个模型类型: %{model_types}"
msgid "Multiple uploaders found: %{uploader_types}"
msgstr "找到多个上传器: %{uploader_types}"
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr "å称"
@@ -10063,6 +12028,9 @@ msgstr "通过标题命å您的个人密钥"
msgid "Name:"
msgstr "å称:"
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr "è¦ç´¢å¼•çš„命å空间"
@@ -10072,6 +12040,9 @@ msgstr "命å,主题,头åƒ"
msgid "Naming, visibility"
msgstr "å称与å¯è§æ€§"
+msgid "Navigate to the project to close the milestone."
+msgstr "å‰å¾€è¯¥é¡¹ç›®ä»¥å…³é—­é‡Œç¨‹ç¢‘。"
+
msgid "Nav|Help"
msgstr "帮助"
@@ -10102,9 +12073,15 @@ msgstr "新建应用"
msgid "New Environment"
msgstr "新环境"
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "新建群组"
+msgid "New Group Name"
+msgstr "新群组å称"
+
msgid "New Identity"
msgstr "新建身份标识"
@@ -10128,7 +12105,7 @@ msgid "New Pipeline Schedule"
msgstr "创建æµæ°´çº¿è®¡åˆ’"
msgid "New Project"
-msgstr ""
+msgstr "新建项目"
msgid "New Snippet"
msgstr "新建代ç ç‰‡æ®µ"
@@ -10139,6 +12116,9 @@ msgstr "新建分支"
msgid "New branch unavailable"
msgstr "新分支ä¸å¯ç”¨"
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr "添加了新的å˜æ›´ã€‚ %{linkStart}é‡æ–°åŠ è½½é¡µé¢ä»¥æŸ¥çœ‹%{linkEnd}"
+
msgid "New deploy key"
msgstr "新建部署密钥"
@@ -10169,6 +12149,9 @@ msgstr "新建身份标识"
msgid "New issue"
msgstr "新建议题"
+msgid "New issue title"
+msgstr "新议题标题"
+
msgid "New label"
msgstr "新建标记"
@@ -10218,10 +12201,10 @@ msgid "Next"
msgstr "下一个"
msgid "Next file in diff (MRs only)"
-msgstr ""
+msgstr "差异中的下一个文件(仅MR)"
msgid "Next unresolved discussion (MRs only)"
-msgstr ""
+msgstr "下一个未解决的讨论(仅é™MR)"
msgid "Nickname"
msgstr "昵称"
@@ -10233,10 +12216,13 @@ msgid "No %{header} for this request."
msgstr "此请求没有%{header}。"
msgid "No %{providerTitle} repositories found"
-msgstr ""
+msgstr "找ä¸åˆ°%{providerTitle}的仓库"
+
+msgid "No Design Repositories match this filter"
+msgstr "没有符åˆæ­¤è¿‡æ»¤è§„则的设计仓库"
msgid "No Epic"
-msgstr ""
+msgstr "æ— å²è¯—"
msgid "No Label"
msgstr "无标记"
@@ -10244,20 +12230,23 @@ msgstr "无标记"
msgid "No Milestone"
msgstr "无里程碑"
+msgid "No Scopes"
+msgstr "无范围"
+
msgid "No Tag"
msgstr "无标签"
msgid "No active admin user found"
-msgstr ""
+msgstr "没有找到活动的管ç†å‘˜ç”¨æˆ·"
msgid "No activities found"
msgstr "没有å‘现任何活动"
msgid "No application_settings found"
-msgstr ""
+msgstr "未找到应用程åºè®¾ç½®"
msgid "No authentication methods configured."
-msgstr ""
+msgstr "未é…置身份验è¯æ–¹æ³•ã€‚"
msgid "No available namespaces to fork the project."
msgstr "没有å¯ç”¨çš„命å空间æ¥æ´¾ç”Ÿé¡¹ç›®ã€‚"
@@ -10287,17 +12276,20 @@ msgid "No data found"
msgstr "未找到数æ®"
msgid "No data to display"
-msgstr ""
+msgstr "没有å¯æ˜¾ç¤ºçš„æ•°æ®"
-msgid "No deployments found"
-msgstr ""
+msgid "No deployment platform available"
+msgstr "没有å¯ç”¨çš„部署平å°"
-msgid "No details available"
-msgstr "没有å¯ç”¨çš„详细信æ¯"
+msgid "No deployments found"
+msgstr "没有找到部署"
msgid "No due date"
msgstr "无截止日期"
+msgid "No endpoint provided"
+msgstr "未æ供端点"
+
msgid "No errors to display."
msgstr "没有è¦æ˜¾ç¤ºçš„错误."
@@ -10307,6 +12299,9 @@ msgstr "无预计或已用时间"
msgid "No file chosen"
msgstr "未选定任何文件"
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr "未选择任何文件"
@@ -10316,17 +12311,14 @@ msgstr "没有文件"
msgid "No files found."
msgstr "未找到文件。"
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
-msgstr "所选时间段无议题。"
+msgid "No forks are available to you."
+msgstr "没有您å¯ç”¨çš„派生。"
-msgid "No job trace"
+msgid "No job log"
msgstr "没有作业日志"
msgid "No jobs to show"
-msgstr ""
+msgstr "没有è¦æ˜¾ç¤ºçš„作业"
msgid "No labels with such name or description"
msgstr "没有具有此类å称或æ述的标记"
@@ -10340,9 +12332,6 @@ msgstr "未找到许å¯è¯ã€‚"
msgid "No matching results"
msgstr "没有匹é…的结果"
-msgid "No merge requests for the selected time period."
-msgstr "所选时间段无åˆå¹¶è¯·æ±‚。"
-
msgid "No merge requests found"
msgstr "找ä¸åˆ°åˆå¹¶è¯·æ±‚"
@@ -10358,18 +12347,18 @@ msgstr "没有其他具有此类å称或æ述的标记"
msgid "No parent group"
msgstr "父群组ä¸å­˜åœ¨"
+msgid "No pods available"
+msgstr "没有å¯ç”¨çš„pod"
+
msgid "No preview for this file type"
msgstr "无法预览此类型文件"
-msgid "No prioritised labels with such name or description"
-msgstr "无具有此类å称或æ述的优先标记"
+msgid "No prioritized labels with such name or description"
+msgstr "没有此å称或æ述的优先标记"
msgid "No public groups"
msgstr "无公开群组"
-msgid "No pushes for the selected time period."
-msgstr "所选时间段无推é€ã€‚"
-
msgid "No repository"
msgstr "无仓库"
@@ -10383,7 +12372,7 @@ msgid "No schedules"
msgstr "无计划"
msgid "No starrers matched your search"
-msgstr ""
+msgstr "没有符åˆæ‚¨æœç´¢æ¡ä»¶çš„星标用户"
msgid "No start date"
msgstr "没有开始日期"
@@ -10394,6 +12383,21 @@ msgstr "没有模æ¿"
msgid "No value set by top-level parent group."
msgstr "顶级群组未设置值。"
+msgid "No vulnerabilities found for this group"
+msgstr "在此群组中未å‘现æ¼æ´ž"
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr "在此æµæ°´çº¿ä¸­æœªå‘现æ¼æ´ž"
+
+msgid "No vulnerabilities found for this project"
+msgstr "在此项目中未å‘现æ¼æ´ž"
+
+msgid "No vulnerabilities present"
+msgstr "æ— æ¼æ´ž"
+
+msgid "No webhooks found, add one in the form above."
+msgstr "没有找到Webhook,请通过上é¢è¡¨å•æ·»åŠ ã€‚"
+
msgid "No, directly import the existing email addresses and usernames."
msgstr "å¦, 请直接导入现有电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·å。"
@@ -10401,7 +12405,7 @@ msgid "No, not interested right now"
msgstr "ä¸ï¼Œæš‚æ—¶ä¸æ„Ÿå…´è¶£"
msgid "Nobody has starred this repository yet"
-msgstr ""
+msgstr "当å‰æ— ç”¨æˆ·æ˜Ÿæ ‡æ­¤ä»“库"
msgid "Node was successfully created."
msgstr "节点已æˆåŠŸåˆ›å»ºã€‚"
@@ -10415,8 +12419,11 @@ msgstr "节点"
msgid "None"
msgstr "æ— "
+msgid "Not Implemented"
+msgstr "尚未实现"
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
-msgstr ""
+msgstr "尚未处ç†æ‰€æœ‰æ•°æ®ï¼Œå› æ­¤æ‰€é€‰æ—¶é—´èŒƒå›´å†…图表的ä¸ä¸€å®šå®Œå…¨å‡†ç¡®ã€‚"
msgid "Not available"
msgstr "æ•°æ®ä¸è¶³"
@@ -10437,7 +12444,7 @@ msgid "Not found."
msgstr "未找到。"
msgid "Not helpful"
-msgstr ""
+msgstr "没有帮助"
msgid "Not now"
msgstr "æš‚ä¸"
@@ -10449,7 +12456,7 @@ msgid "Not started"
msgstr "未开始"
msgid "Note"
-msgstr ""
+msgstr "备注"
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr "请注æ„,此邀请已å‘é€è‡³%{mail_to_invite_email},但您当å‰ä½¿ç”¨ç”µå­é‚®ä»¶%{mail_to_current_user}以%{link_to_current_user} 登录。"
@@ -10466,9 +12473,6 @@ msgstr "æ示:如GitLab管ç†å‘˜é…ç½® %{github_integration_link},将å…许
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr "æ示:如GitLab管ç†å‘˜é…ç½® %{github_integration_link},将å…许通过GitHub登录并å…许导入Github代ç ä»“库而ä¸éœ€è¦ä¸ªäººè®¿é—®ä»¤ç‰Œã€‚"
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr "注æ„"
@@ -10529,6 +12533,9 @@ msgstr "新建åˆå¹¶è¯·æ±‚"
msgid "NotificationEvent|New note"
msgstr "新建评论"
+msgid "NotificationEvent|New release"
+msgstr "æ–°å‘布"
+
msgid "NotificationEvent|Reassign issue"
msgstr "é‡æ–°æŒ‡æ´¾è®®é¢˜"
@@ -10566,7 +12573,7 @@ msgid "Notifications"
msgstr "通知"
msgid "Notifications have been disabled by the project or group owner"
-msgstr ""
+msgstr "项目或组所有者ç¦ç”¨äº†é€šçŸ¥"
msgid "Notifications off"
msgstr "ç¦ç”¨é€šçŸ¥"
@@ -10580,6 +12587,9 @@ msgstr "11月"
msgid "November"
msgstr "11月"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr "现在您å¯ä»¥åœ¨é¡¶éƒ¨è®¿é—®åˆå¹¶è¯·æ±‚的导航标签,它们更容易找到。"
+
msgid "Number of Elasticsearch replicas"
msgstr "Elasticsearch副本的数é‡"
@@ -10587,19 +12597,31 @@ msgid "Number of Elasticsearch shards"
msgstr "Elasticsearch分片数"
msgid "Number of LOCs per commit"
-msgstr ""
+msgstr "æ¯æ¬¡æ交的代ç è¡Œæ•°"
+
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr "å•ä¸ªæŽ¨é€ä¸­çš„å˜æ›´æ•°é‡(分支或标签),将决定创建多个å•ä¸€æŽ¨é€äº‹ä»¶è¿˜æ˜¯ä¸€ä¸ªæ‰¹é‡æŽ¨é€äº‹ä»¶ã€‚如果超过该值,将会创建批é‡æŽ¨é€äº‹ä»¶ã€‚"
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr "å•ä¸ªæŽ¨é€ä¸­çš„å˜æ›´æ•°é‡(分支或标签),将决定webhook或æœåŠ¡æ˜¯å¦ä¼šè§¦å‘。如果超过该值,webhookå’ŒæœåŠ¡å°†ä¸ä¼šæ交。"
+
+msgid "Number of commits"
+msgstr "æ交次数"
msgid "Number of commits per MR"
+msgstr "æ¯ä¸ªMR包å«çš„æ交数é‡"
+
+msgid "Number of employees"
msgstr ""
msgid "Number of files touched"
-msgstr ""
+msgstr "改动的文件数"
msgid "OK"
msgstr "确定"
msgid "Object Storage replication"
-msgstr ""
+msgstr "对象存储å¤åˆ¶"
msgid "Object does not exist on the server or you don't have permissions to access it"
msgstr "对象在æœåŠ¡å™¨ä¸Šä¸å­˜åœ¨, 或者您没有访问它的æƒé™"
@@ -10617,7 +12639,10 @@ msgid "Ok let's go"
msgstr "好的,我们开始å§"
msgid "OmniAuth"
-msgstr ""
+msgstr "OmniAuth"
+
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr "Omnibusä¿æŠ¤è·¯å¾„阈值已å¯ç”¨ã€‚从12.4èµ·Omnibus阈值已废弃,并将在未æ¥ç‰ˆæœ¬ä¸­ç§»é™¤ã€‚请å‚阅%{relative_url_link_start}è¿ç§»ä¿æŠ¤è·¯å¾„文档%{relative_url_link_end}。"
msgid "Onboarding"
msgstr "新手上路"
@@ -10631,6 +12656,9 @@ msgstr "删除åŽå°†æ— æ³•æ¢å¤æ´¾ç”Ÿå…³ç³»ï¼Œæ‚¨å°†æ— æ³•å†å‘æºé¡¹ç›®å‘é€
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr "导出的文件准备就绪åŽï¼Œæ‚¨å°†æ”¶åˆ°å¸¦æœ‰ä¸‹è½½é“¾æŽ¥çš„通知电å­é‚®ä»¶ï¼Œæˆ–者您å¯ä»¥ä»Žæ­¤é¡µé¢ä¸‹è½½ã€‚"
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr "一旦您确认并点击\"é™ä½Žé¡¹ç›®å¯è§æ€§\":"
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] "其余%d项"
@@ -10638,6 +12666,9 @@ msgstr[0] "其余%d项"
msgid "One or more groups that you don't have access to."
msgstr "您无æƒè®¿é—®çš„一个或多个群组。"
+msgid "One or more of you personal access tokens were revoked"
+msgstr "您的一个或多个个人访问令牌已被å–消"
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr "您的一个或多个Bitbucket项目无法直接导入GitLab,因为它们使用Subversion或Mercurial进行版本控制,而ä¸æ˜¯Git。"
@@ -10647,11 +12678,17 @@ msgstr "您的一个或多个Google Code项目无法直接导入GitLab,因为å
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr "有一个或多个ä¾èµ–项文件ä¸æ”¯æŒï¼Œå¹¶ä¸”ä¾èµ–项列表å¯èƒ½ä¸å®Œæ•´ã€‚以下是支æŒçš„文件类型列表。"
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr "您的一个或多个个人访问令牌将在%{days_to_expire}天内过期。"
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
-msgstr ""
+msgstr "åªæœ‰â€œé«˜çº§â€æˆ–“银牌â€åŠä»¥ä¸Šçº§åˆ«ä¸­çš„“Reporterâ€åŠä»¥ä¸Šè§’色å¯ä»¥æŸ¥çœ‹å‘¨æœŸåˆ†æžã€‚"
msgid "Only Project Members"
-msgstr ""
+msgstr "仅项目æˆå‘˜"
+
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr "仅活动的项目显示在æœç´¢å’Œä»ªè¡¨æ¿ä¸Šã€‚"
msgid "Only admins"
msgstr "仅管ç†å‘˜"
@@ -10674,14 +12711,11 @@ msgstr "åªæœ‰é¡¹ç›®æˆå‘˜å¯ä»¥å‘表评论。"
msgid "Only project members will be imported. Group members will be skipped."
msgstr "仅导入项目æˆå‘˜ã€‚群组æˆå‘˜å°†è¢«è·³è¿‡ã€‚"
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr "仅支æŒè¿™äº›æ‰©å±•: %{extension_list}"
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
-msgstr ""
+msgstr "åªæœ‰ç”¨æˆ·çš„电å­é‚®ä»¶åœ°å€å…·æœ‰æ­¤åŸŸåæ‰å¯ä»¥æ·»åŠ åˆ°ç¾¤ç»„。<br>例如: <code>girlab.com</code>。ç¦æ­¢ä½¿ç”¨æŸäº›å¸¸è§åŸŸå。 %{read_more_link}。"
msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics."
-msgstr ""
+msgstr "åªæœ‰â€œé«˜çº§â€æˆ–“银牌â€åŠä»¥ä¸Šçº§åˆ«ä¸­çš„“Reporterâ€åŠä»¥ä¸Šè§’色å¯ä»¥æŸ¥çœ‹æ•ˆçŽ‡åˆ†æžã€‚"
msgid "Oops, are you sure?"
msgstr "å•Š~~, 确定å—?"
@@ -10693,7 +12727,7 @@ msgid "Open Documentation"
msgstr "打开文档"
msgid "Open Selection"
-msgstr ""
+msgstr "打开所选项"
msgid "Open comment type dropdown"
msgstr "打开评论类型下拉列表"
@@ -10705,7 +12739,7 @@ msgid "Open in Xcode"
msgstr "用Xcode打开"
msgid "Open in file view"
-msgstr ""
+msgstr "在文件视图中打开"
msgid "Open issues"
msgstr "å¼€å¯çš„议题"
@@ -10722,6 +12756,9 @@ msgstr "打开侧边æ "
msgid "Open source software to collaborate on code"
msgstr "用于代ç å¼€å‘å作的开æºè½¯ä»¶"
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr "打开: %{open} • 关闭: %{closed}"
+
msgid "Opened"
msgstr "已打开"
@@ -10768,7 +12805,10 @@ msgid "OperationsDashboard|The operations dashboard provides a summary of each p
msgstr "è¿ç»´ä»ªè¡¨æ¿æä¾›æ¯ä¸ªé¡¹ç›®çš„è¿è¡ŒçŠ¶å†µçš„摘è¦ï¼ŒåŒ…括æµæ°´çº¿å’Œè­¦æŠ¥çŠ¶æ€ã€‚"
msgid "Optional"
-msgstr "å¯é€‰çš„"
+msgstr "å¯é€‰"
+
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr "å¯é€‰å‚数“å˜é‡â€å¿…须是键和值的数组。例如:[key1,value1,key2,value2]"
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr "您å¯ä»¥é€‰æ‹© %{link_to_customize} FogBugz的电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·å如何被导入到GitLab。"
@@ -10782,6 +12822,9 @@ msgstr "æ“作"
msgid "Or you can choose one of the suggested colors below"
msgstr "或者您å¯ä»¥é€‰æ‹©ä¸‹é¢çš„建议颜色之一"
+msgid "Origin"
+msgstr "æº"
+
msgid "Other Labels"
msgstr "其他标记"
@@ -10792,10 +12835,7 @@ msgid "Other merge requests block this MR"
msgstr "其他åˆå¹¶è¯·æ±‚阻止了此MR"
msgid "Other visibility settings have been disabled by the administrator."
-msgstr ""
-
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
+msgstr "其他å¯è§æ€§è®¾ç½®å·²è¢«ç®¡ç†å‘˜ç¦ç”¨ã€‚"
msgid "Outbound requests"
msgstr "外å‘请求"
@@ -10815,23 +12855,110 @@ msgstr "拥有者为我"
msgid "Owner"
msgstr "所有者"
+msgid "Package deleted successfully"
+msgstr "包已æˆåŠŸåˆ é™¤"
+
msgid "Package information"
msgstr "包信æ¯"
msgid "Package was removed"
msgstr "包已被删除"
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr "å¤åˆ¶Maven XML"
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr "å¤åˆ¶Maven命令"
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr "å¤åˆ¶Maven注册表XML"
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr "将其å¤åˆ¶å¹¶ç²˜è´´åˆ°æ‚¨çš„%{codeStart}pom.xml%{codeEnd}文件的%{codeStart}dependencies%{codeEnd}å—中。"
+
+msgid "PackageRegistry|Copy npm command"
+msgstr "å¤åˆ¶npm命令"
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr "å¤åˆ¶npm设置命令"
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr "å¤åˆ¶yarn命令"
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr "å¤åˆ¶yarn设置命令"
+
msgid "PackageRegistry|Delete Package Version"
+msgstr "删除软件包版本"
+
+msgid "PackageRegistry|Delete package"
+msgstr "删除软件包"
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
msgstr ""
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr "有关Maven的注册表的详细信æ¯ï¼Œ%{linkStart}请å‚阅文档%{linkEnd}。"
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr "如果尚未é…置,需è¦å°†ä»¥ä¸‹å†…容添加到%{codeStart}pom.xml%{codeEnd}文件中。"
+
+msgid "PackageRegistry|Installation"
+msgstr "安装"
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr "了解GitLab如何%{noPackagesLinkStart}å‘布和共享您的软件包%{noPackagesLinkEnd}。"
+
+msgid "PackageRegistry|Maven Command"
+msgstr "Maven命令"
+
+msgid "PackageRegistry|Maven XML"
+msgstr "Maven XML"
+
+msgid "PackageRegistry|Package installation"
+msgstr "软件包安装"
+
+msgid "PackageRegistry|Registry Setup"
+msgstr "é•œåƒåº“设置"
+
+msgid "PackageRegistry|Remove package"
+msgstr "删除软件包"
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr "当å‰æ— è½¯ä»¶åŒ…"
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
-msgstr ""
+msgstr "获å–此软件包的详细信æ¯æ—¶å‡ºçŽ°é—®é¢˜ã€‚"
msgid "PackageRegistry|Unable to load package"
-msgstr ""
+msgstr "无法加载软件包"
+
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr "您将è¦åˆ é™¤<b>%{packageName}</b>,此æ“作ä¸å¯é€†ï¼Œç¡®å®šç»§ç»­å—?"
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
-msgstr ""
+msgstr "å³å°†åˆ é™¤%{boldStart}%{name}%{boldEnd}çš„%{boldStart}%{version}%{boldEnd}版本,确定继续å—?"
+
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr "您å¯èƒ½è¿˜éœ€è¦ä½¿ç”¨è®¤è¯ä»¤ç‰Œè®¾ç½®èº«ä»½éªŒè¯ã€‚%{linkStart}请å‚阅文档%{linkEnd} 以了解更多信æ¯ã€‚"
+
+msgid "PackageRegistry|npm"
+msgstr "npm"
+
+msgid "PackageRegistry|yarn"
+msgstr "yarn"
msgid "Packages"
msgstr "软件包"
@@ -10848,9 +12975,6 @@ msgstr "Pages"
msgid "Pages Domain"
msgstr "Pages域å"
-msgid "Pages Domains"
-msgstr "Pages域å"
-
msgid "Pages getting started guide"
msgstr "Pages 入门指å—"
@@ -10881,15 +13005,36 @@ msgstr "‹ 上一页"
msgid "Parameter"
msgstr "å‚æ•°"
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr "父å²è¯—ä¸å­˜åœ¨ã€‚"
+
+msgid "Parent epic is not present."
+msgstr "父å²è¯—ä¸å­˜åœ¨ã€‚"
+
msgid "Part of merge request changes"
msgstr "包å«äºŽåˆå¹¶è¯·æ±‚å˜æ›´ä¸­"
+msgid "Participants"
+msgstr "å‚与者"
+
+msgid "Passed"
+msgstr "已通过"
+
msgid "Password"
msgstr "密ç "
msgid "Password (optional)"
msgstr "å¯†ç  (å¯é€‰)"
+msgid "Password Policy Guidelines"
+msgstr "密ç æ”¿ç­–准则"
+
msgid "Password authentication is unavailable."
msgstr "密ç éªŒè¯ä¸å¯ç”¨ã€‚"
@@ -10905,6 +13050,9 @@ msgstr "密ç æ›´æ–°æˆåŠŸã€‚请登录"
msgid "Past due"
msgstr "逾期"
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr "在此处粘贴计算机公钥。在%{link_start}这里%{link_end}了解更多关于如何产生公钥"
@@ -10926,6 +13074,9 @@ msgstr "路径,转移,删除"
msgid "Path:"
msgstr "路径:"
+msgid "Paths can contain wildcards, like */welcome"
+msgstr "路径å¯ä»¥åŒ…å«é€šé…符,如*/welcome"
+
msgid "Pause"
msgstr "æš‚åœ"
@@ -10948,19 +13099,25 @@ msgid "Perform advanced options such as changing path, transferring, or removing
msgstr "执行高级选项,例如更改路径,移动或删除群组。"
msgid "Perform common operations on GitLab project"
-msgstr ""
+msgstr "在GitLab项目上执行常è§æ“作"
msgid "Performance optimization"
msgstr "性能优化"
+msgid "PerformanceBar|Download"
+msgstr "下载"
+
+msgid "PerformanceBar|Frontend resources"
+msgstr "å‰ç«¯èµ„æº"
+
msgid "PerformanceBar|Gitaly calls"
msgstr "Gitaly调用"
msgid "PerformanceBar|Redis calls"
-msgstr ""
+msgstr "Redis调用"
msgid "PerformanceBar|Rugged calls"
-msgstr ""
+msgstr "Rugged调用"
msgid "PerformanceBar|SQL queries"
msgstr "SQL查询"
@@ -11005,10 +13162,10 @@ msgid "Pipeline"
msgstr "æµæ°´çº¿"
msgid "Pipeline %{label}"
-msgstr ""
+msgstr "æµæ°´çº¿%{label}"
msgid "Pipeline %{label} for \"%{dataTitle}\""
-msgstr ""
+msgstr "“%{dataTitle}â€çš„æµæ°´çº¿%{label}"
msgid "Pipeline Schedule"
msgstr "æµæ°´çº¿è®¡åˆ’"
@@ -11022,6 +13179,9 @@ msgstr "æµæ°´çº¿åˆ†é’Ÿæ•°é…é¢"
msgid "Pipeline quota"
msgstr "æµæ°´çº¿é…é¢"
+msgid "Pipeline subscriptions"
+msgstr "æµæ°´çº¿è®¢é˜…"
+
msgid "Pipeline triggers"
msgstr "æµæ°´çº¿è§¦å‘器"
@@ -11077,7 +13237,7 @@ msgid "PipelineSheduleIntervalPattern|Custom"
msgstr "自定义"
msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
-msgstr ""
+msgstr "æµæ°´çº¿ï¼š%{ciStatus}"
msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
msgstr "æµæ°´çº¿ï¼š%{ci_status}"
@@ -11100,8 +13260,8 @@ msgstr "上周的æµæ°´çº¿"
msgid "Pipelines for last year"
msgstr "去年的æµæ°´çº¿"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
-msgstr ""
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
+msgstr "åˆå¹¶è¯·æ±‚çš„æµæ°´çº¿å·²é…置。游离的æµæ°´çº¿è¿è¡ŒäºŽåˆå¹¶è¯·æ±‚环境,而éžåˆå¹¶ç»“果。更多内容请å‚阅关于åˆå¹¶ç»“果的æµæ°´çº¿æ–‡æ¡£ã€‚"
msgid "Pipelines settings for '%{project_name}' were successfully updated."
msgstr "“%{project_name}â€çš„æµæ°´çº¿è®¾ç½®å·²æˆåŠŸæ›´æ–°ã€‚"
@@ -11110,10 +13270,10 @@ msgid "Pipelines| to purchase more minutes."
msgstr "以购买更多的分钟数。"
msgid "Pipelines|%{namespace_name} has exceeded its pipeline minutes quota."
-msgstr ""
+msgstr "%{namespace_name}å·²ç»è¶…过其æµæ°´çº¿æ—¶é—´é…é¢ã€‚"
msgid "Pipelines|%{namespace_name} has less than %{notification_level}%% of CI minutes available."
-msgstr ""
+msgstr "%{namespace_name}çš„å¯ç”¨CI分钟数已少于%{notification_level}%%。"
msgid "Pipelines|API"
msgstr "API"
@@ -11124,6 +13284,9 @@ msgstr "自信地构建"
msgid "Pipelines|CI Lint"
msgstr "CI é…置检查(CI Lint)"
+msgid "Pipelines|Child pipeline"
+msgstr "å­æµæ°´çº¿"
+
msgid "Pipelines|Clear Runner Caches"
msgstr "清除Runner缓存"
@@ -11137,7 +13300,7 @@ msgid "Pipelines|Loading Pipelines"
msgstr "载入æµæ°´çº¿"
msgid "Pipelines|Pipelines will not run anymore on shared Runners."
-msgstr ""
+msgstr "æµæ°´çº¿å°†ä¸å†åœ¨å…±äº«çš„Runners上è¿è¡Œã€‚"
msgid "Pipelines|Project cache successfully reset."
msgstr "项目缓存é‡ç½®æˆåŠŸã€‚"
@@ -11157,20 +13320,26 @@ msgstr "当å‰æ— æµæ°´çº¿ã€‚"
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr "获å–æµæ°´çº¿æ—¶å‡ºé”™ã€‚请ç¨åŽé‡è¯•æˆ–è”系支æŒå›¢é˜Ÿã€‚"
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr "æ­¤æµæ°´çº¿ä¸ºå…·æœ‰çˆ¶æµæ°´çº¿çš„å­æµæ°´çº¿"
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "此项目当å‰æœªé…ç½®è¿è¡Œæµæ°´çº¿ã€‚"
+msgid "Pipelines|parent"
+msgstr "父级"
+
msgid "Pipeline|Commit"
msgstr "æ交"
msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation.%{linkEnd}"
-msgstr ""
+msgstr "无法获å–æµæ°´çº¿çŠ¶æ€ã€‚有关故障排除步骤,请å‚阅 %{linkStart}文档%{linkEnd}。"
msgid "Pipeline|Coverage"
msgstr "覆盖率"
msgid "Pipeline|Detached merge request pipeline"
-msgstr ""
+msgstr "游离的åˆå¹¶è¯·æ±‚æµæ°´çº¿"
msgid "Pipeline|Duration"
msgstr "时长"
@@ -11179,13 +13348,13 @@ msgid "Pipeline|Existing branch name or tag"
msgstr "现有分支å称或者标签"
msgid "Pipeline|Key"
-msgstr ""
+msgstr "é”®"
msgid "Pipeline|Merge train pipeline"
-msgstr ""
+msgstr "åˆå¹¶é˜Ÿåˆ—æµæ°´çº¿"
msgid "Pipeline|Merged result pipeline"
-msgstr ""
+msgstr "åˆå¹¶ç»“æžœæµæ°´çº¿"
msgid "Pipeline|Pipeline"
msgstr "æµæ°´çº¿"
@@ -11218,7 +13387,7 @@ msgid "Pipeline|Triggerer"
msgstr "触å‘者"
msgid "Pipeline|Value"
-msgstr ""
+msgstr "值"
msgid "Pipeline|Variables"
msgstr "å˜é‡"
@@ -11269,7 +13438,7 @@ msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "想è¦è¯„论请 %{link_to_register} 或 %{link_to_sign_in}"
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
-msgstr ""
+msgstr "请%{startTagRegister}注册%{endRegisterTag}或%{startTagSignIn}登录%{endSignInTag}å†å›žå¤"
msgid "Please accept the Terms of Service before continuing."
msgstr "请接å—æœåŠ¡æ¡æ¬¾ä»¥ç»§ç»­ã€‚"
@@ -11289,8 +13458,8 @@ msgstr "请检查é…置文件以确ä¿å·²å£°æ˜Žäº†ä¸€ç»„图表。"
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr "请检查é…置文件以确ä¿å®ƒå¯ç”¨ä¸”YAML有效"
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
-msgstr ""
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr "请检查您的电å­é‚®ä»¶(%{email})以确认您拥有此电å­é‚®ç®±å¹¶è§£é”CI/CD的强大功能。还没收到邮件? %{resend_link}。或是电å­é‚®ä»¶åœ°å€é”™è¯¯ï¼Ÿ%{update_link}。"
msgid "Please choose a group URL with no special characters."
msgstr "请选择无特殊字符的群组URL。"
@@ -11340,9 +13509,18 @@ msgstr "请æä¾›å称"
msgid "Please provide a valid email address."
msgstr "请æ供有效的电å­é‚®ä»¶åœ°å€ã€‚"
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr "请å‚考<a href=\"%{docs_url}\">%{docs_url}</a>"
+
msgid "Please retype the email address."
msgstr "请å†æ¬¡è¾“入电å­é‚®ä»¶åœ°å€ã€‚"
+msgid "Please select"
+msgstr "请选择"
+
+msgid "Please select a country"
+msgstr "请选择国家/地区"
+
msgid "Please select a file"
msgstr "请选择一个文件"
@@ -11364,6 +13542,9 @@ msgstr "请填写验è¯ç ã€‚"
msgid "Please try again"
msgstr "请å†è¯•ä¸€æ¬¡"
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr "请输入%{phrase_code}以继续或关闭此对è¯æ¡†ä»¥å–消。"
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr "请将PostgreSQLå‡çº§åˆ°9.6或更高版本。使用当å‰ç‰ˆæœ¬æ— æ³•å¯é åœ°ç¡®å®šå¤åˆ¶çš„状æ€ã€‚"
@@ -11379,8 +13560,14 @@ msgstr "连接代ç ä»“库中,请ç¨å€™ã€‚å¯åœ¨ä»»æ„时刻刷新以获å–当
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr "导入代ç ä»“库中,请ç¨å€™ã€‚å¯åœ¨ä»»æ„时刻刷新以获å–当å‰çŠ¶æ€ã€‚"
+msgid "Pod logs"
+msgstr "Pod日志"
+
+msgid "Pod not found"
+msgstr "未找到Pod"
+
msgid "Pods in use"
-msgstr ""
+msgstr "正在使用的Pod"
msgid "Preferences"
msgstr "å好设置"
@@ -11389,14 +13576,17 @@ msgid "Preferences saved."
msgstr "å好设置已ä¿å­˜ã€‚"
msgid "Preferences|Behavior"
-msgstr "呈现"
+msgstr "个性化"
msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout."
-msgstr ""
+msgstr "为应用程åºé€‰æ‹©å›ºå®šæ–¹å¼(最大值1280px)或æµåŠ¨æ–¹å¼(%{percentage})布局。"
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr "选择项目概览页é¢ä¸­æ‚¨æƒ³çœ‹åˆ°çš„内容。"
+msgid "Preferences|Customize integrations with third party services."
+msgstr "自定义与第三方æœåŠ¡çš„集æˆã€‚"
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "自定义应用程åºé¡¶éƒ¨å’Œå¯¼èˆªä¾§è¾¹æ çš„外观。"
@@ -11406,9 +13596,15 @@ msgstr "默认仪表æ¿"
msgid "Preferences|Display time in 24-hour format"
msgstr "以24å°æ—¶æ ¼å¼æ˜¾ç¤ºæ—¶é—´"
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr "å¯ç”¨ä»£ç è§†å›¾çš„集æˆä»£ç æ™ºèƒ½åŠŸèƒ½"
+
msgid "Preferences|For example: 30 mins ago."
msgstr "例如:30分钟å‰"
+msgid "Preferences|Integrations"
+msgstr "集æˆ"
+
msgid "Preferences|Layout width"
msgstr "布局宽度"
@@ -11418,9 +13614,15 @@ msgstr "导航主题"
msgid "Preferences|Project overview content"
msgstr "项目概览内容"
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
msgstr ""
+msgid "Preferences|Sourcegraph"
+msgstr "Sourcegraph"
+
msgid "Preferences|Syntax highlighting theme"
msgstr "语法高亮主题"
@@ -11451,9 +13653,6 @@ msgstr "使用相对时间"
msgid "Press %{key}-C to copy"
msgstr "按 %{key}-C å¤åˆ¶"
-msgid "Press Enter or click to search"
-msgstr "按 回车键或å•å‡»ä»¥æœç´¢"
-
msgid "Prevent adding new members to project membership within this group"
msgstr "ç¦æ­¢å‘当å‰ç¾¤ç»„中的项目添加新æˆå‘˜"
@@ -11463,6 +13662,12 @@ msgstr "阻止åˆå¹¶è¯·æ±‚作者核准åˆå¹¶è¯·æ±‚"
msgid "Prevent approval of merge requests by merge request committers"
msgstr "阻止åˆå¹¶è¯·æ±‚æ交者核准åˆå¹¶è¯·æ±‚"
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "预览"
@@ -11479,10 +13684,10 @@ msgid "Previous Artifacts"
msgstr "å‰ä¸€ä¸ªäº§ç‰©"
msgid "Previous file in diff (MRs only)"
-msgstr ""
+msgstr "差异中的上一个文件(仅MR)"
msgid "Previous unresolved discussion (MRs only)"
-msgstr ""
+msgstr "上一个未解决的讨论(仅é™MR)"
msgid "Primary"
msgstr "主è¦"
@@ -11521,19 +13726,52 @@ msgid "Proceed"
msgstr "继续"
msgid "Productivity Analytics"
-msgstr ""
+msgstr "效率分æž"
msgid "Productivity analytics can help identify the problems that are delaying your team"
-msgstr ""
+msgstr "效率分æžæœ‰åŠ©äºŽæ‰¾å‡ºé€ æˆå›¢é˜Ÿæ‹–延的问题"
+
+msgid "ProductivityAanalytics|Merge requests"
+msgstr "åˆå¹¶è¯·æ±‚"
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr "早于å…许的最早日期"
msgid "ProductivityAnalytics|Ascending"
-msgstr ""
+msgstr "å‡åº"
+
+msgid "ProductivityAnalytics|Days"
+msgstr "æ—¥"
msgid "ProductivityAnalytics|Days to merge"
-msgstr ""
+msgstr "完æˆåˆå¹¶æ‰€éœ€å¤©æ•°"
msgid "ProductivityAnalytics|Descending"
-msgstr ""
+msgstr "é™åº"
+
+msgid "ProductivityAnalytics|Hours"
+msgstr "å°æ—¶"
+
+msgid "ProductivityAnalytics|List"
+msgstr "列表"
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr "åˆå¹¶è¯·æ±‚"
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr "åˆå¹¶æ—¥æœŸ"
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr "åˆå¹¶è¯·æ±‚"
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr "åˆå¹¶æ—¶é—´"
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr "趋势"
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr "早于åˆå¹¶åŽæ—¥æœŸ"
msgid "Profile"
msgstr "用户资料"
@@ -11575,7 +13813,7 @@ msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "å³å°†åˆ é™¤å¤´åƒã€‚确定继续å—?"
msgid "Profiles|Bio"
-msgstr "简历"
+msgstr "自我介ç»"
msgid "Profiles|Change username"
msgstr "更改用户å"
@@ -11728,11 +13966,14 @@ msgid "Profiles|Some options are unavailable for LDAP accounts"
msgstr "æŸäº›é€‰é¡¹å¯¹äºŽ LDAP å¸æˆ·ä¸å¯ç”¨"
msgid "Profiles|Static object token was successfully reset"
-msgstr ""
+msgstr "é™æ€å¯¹è±¡ä»¤ç‰ŒæˆåŠŸé‡ç½®"
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr "请用少于250字符æ述您自己"
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "å…许的最大文件大å°ä¸º200KB。"
@@ -11874,6 +14115,9 @@ msgstr "正在导入项目 \"%{project_name}\"。"
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr "项目 “%{project_name}†正在被删除。"
+msgid "Project '%{project_name}' is restored."
+msgstr "项目'%{project_name}'å·²æ¢å¤ã€‚"
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "项目 '%{project_name}' 已进入删除队列。"
@@ -11883,11 +14127,20 @@ msgstr "项目 '%{project_name}' 已创建æˆåŠŸã€‚"
msgid "Project '%{project_name}' was successfully updated."
msgstr "项目 '%{project_name}' 已更新完æˆã€‚"
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr "项目%{project_name}将于%{date}被删除"
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr "项目徽章"
msgid "Project Files"
-msgstr ""
+msgstr "项目文件"
+
+msgid "Project Hooks"
+msgstr "项目钩å­"
msgid "Project ID"
msgstr "项目ID"
@@ -11898,8 +14151,8 @@ msgstr "项目 URL"
msgid "Project access must be granted explicitly to each user."
msgstr "项目访问æƒé™å¿…须明确授æƒç»™æ¯ä¸ªç”¨æˆ·ã€‚"
-msgid "Project already created"
-msgstr ""
+msgid "Project already deleted"
+msgstr "项目已被删除"
msgid "Project and wiki repositories"
msgstr "项目和wiki仓库"
@@ -11919,6 +14172,9 @@ msgstr "项目æè¿° (å¯é€‰)"
msgid "Project details"
msgstr "项目详情"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr "项目ä¸å­˜åœ¨æˆ–您没有æƒé™æ‰§è¡Œæ­¤æ“作"
+
msgid "Project export could not be deleted."
msgstr "无法删除项目导出。"
@@ -11943,6 +14199,21 @@ msgstr "项目æˆå‘˜"
msgid "Project name"
msgstr "项目å称"
+msgid "Project order will not be saved as local storage is not available."
+msgstr "由于本地存储ä¸å¯ç”¨ï¼Œå› æ­¤ä¸ä¼šä¿å­˜é¡¹ç›®é¡ºåºã€‚"
+
+msgid "Project overview"
+msgstr "项目概览"
+
+msgid "Project path"
+msgstr "项目路径"
+
+msgid "Project security status"
+msgstr "项目安全状æ€"
+
+msgid "Project security status help page"
+msgstr "项目安全状æ€å¸®åŠ©é¡µé¢"
+
msgid "Project slug"
msgstr "项目标识串"
@@ -11995,10 +14266,10 @@ msgid "ProjectOverview|Star"
msgstr "星标"
msgid "ProjectOverview|Starrer"
-msgstr ""
+msgstr "星标用户"
msgid "ProjectOverview|Starrers"
-msgstr ""
+msgstr "星标用户"
msgid "ProjectOverview|Unstar"
msgstr "å–消星标"
@@ -12019,37 +14290,43 @@ msgid "ProjectSelect|Search for project"
msgstr "æœç´¢é¡¹ç›®"
msgid "ProjectService|%{service_title}: status off"
-msgstr ""
+msgstr "%{service_title}: 状æ€å…³é—­"
msgid "ProjectService|%{service_title}: status on"
-msgstr ""
+msgstr "%{service_title}:状æ€å¼€å¯"
+
+msgid "ProjectService|Comment"
+msgstr "评论"
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr "评论将å‘布在æ¯ä¸ªäº‹ä»¶ä¸Š"
msgid "ProjectService|Integrations"
-msgstr ""
+msgstr "集æˆ"
msgid "ProjectService|Last edit"
-msgstr ""
+msgstr "上次编辑"
msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
-msgstr ""
+msgstr "在GitLab项目上执行常è§æ“作: %{project_name}"
msgid "ProjectService|Project services"
-msgstr ""
+msgstr "项目æœåŠ¡"
msgid "ProjectService|Project services allow you to integrate GitLab with other applications"
-msgstr ""
+msgstr "项目æœåŠ¡å…许您将GitLab与其他应用程åºé›†æˆ"
msgid "ProjectService|Service"
-msgstr ""
+msgstr "æœåŠ¡"
msgid "ProjectService|Services"
-msgstr ""
+msgstr "æœåŠ¡"
msgid "ProjectService|Settings"
-msgstr ""
+msgstr "设置"
msgid "ProjectService|To set up this service:"
-msgstr ""
+msgstr "è¦è®¾ç½®æ­¤æœåŠ¡ï¼š"
msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed"
msgstr "å½±å“åˆå¹¶æ‰§è¡Œæ–¹å¼å’Œæ—¶é—´çš„其他åˆå¹¶è¯·æ±‚功能"
@@ -12057,27 +14334,57 @@ msgstr "å½±å“åˆå¹¶æ‰§è¡Œæ–¹å¼å’Œæ—¶é—´çš„其他åˆå¹¶è¯·æ±‚功能"
msgid "ProjectSettings|All discussions must be resolved"
msgstr "所有讨论都必须解决"
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr "å…许用户请求访问æƒé™"
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr "自动解决过期的åˆå¹¶è¯·æ±‚差异相关讨论"
msgid "ProjectSettings|Badges"
msgstr "徽章"
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
-msgstr "选择åˆå¹¶æ–¹æ³•ã€åˆå¹¶é€‰é¡¹ä»¥åŠåˆå¹¶æ£€æŸ¥"
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr "构建ã€æµ‹è¯•å’Œéƒ¨ç½²æ‚¨çš„å˜æ›´"
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
-msgstr "选择åˆå¹¶æ–¹æ³•ã€åˆå¹¶é€‰é¡¹ã€åˆå¹¶æ£€æŸ¥ã€è®¾ç½®é»˜è®¤åˆå¹¶è¯·æ±‚æ述模æ¿"
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr "è”系管ç†å‘˜æ›´æ”¹æ­¤è®¾ç½®ã€‚"
+msgid "ProjectSettings|Container registry"
+msgstr "容器镜åƒåº“"
+
msgid "ProjectSettings|Customize your project badges."
msgstr "自定义您的项目徽章。"
+msgid "ProjectSettings|Disable email notifications"
+msgstr "ç¦ç”¨ç”µå­é‚®ä»¶é€šçŸ¥"
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr "默认å¯ç”¨\"删除æºåˆ†æ”¯\"选项"
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr "æ¯æ¬¡åˆå¹¶éƒ½ä¼šåˆ›å»ºåˆå¹¶æ交"
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr "æ¯ä¸ªé¡¹ç›®éƒ½å¯ä»¥æœ‰è‡ªå·±çš„空间æ¥å­˜å‚¨å…¶Dockeré•œåƒ"
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr "æ¯ä¸ªé¡¹ç›®éƒ½å¯ä»¥æœ‰è‡ªå·±çš„空间æ¥å­˜å‚¨å…¶è½¯ä»¶åŒ…"
+
+msgid "ProjectSettings|Everyone"
+msgstr "所有人"
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr "现有åˆå¹¶è¯·æ±‚å’Œå—ä¿æŠ¤çš„分支ä¸å—å½±å“"
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr "ä¿æŠ¤æ ‡ç­¾å¤±è´¥"
@@ -12090,9 +14397,27 @@ msgstr "å¿«è¿›å¼(Fast-forward)åˆå¹¶"
msgid "ProjectSettings|Fast-forward merges only"
msgstr "ä»…å¿«è¿›å¼(Fast-forward)åˆå¹¶"
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr "Git 大文件存储"
+
+msgid "ProjectSettings|Internal"
+msgstr "内部"
+
+msgid "ProjectSettings|Issues"
+msgstr "议题"
+
msgid "ProjectSettings|Learn more about badges."
msgstr "了解有关徽章的更多信æ¯ã€‚"
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr "此项目的轻é‡çº§è®®é¢˜è·Ÿè¸ªç³»ç»Ÿ"
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr "管ç†å¤§åž‹æ–‡ä»¶ï¼Œå¦‚音频ã€è§†é¢‘和图形文件"
+
msgid "ProjectSettings|Merge checks"
msgstr "åˆå¹¶æ£€æŸ¥"
@@ -12111,21 +14436,69 @@ msgstr "åˆå¹¶é€‰é¡¹"
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr "åˆå¹¶æµæ°´çº¿å°†å°è¯•åœ¨è¿›è¡Œå®žé™…åˆå¹¶ä¹‹å‰éªŒè¯åˆå¹¶ç»“æžœ"
+msgid "ProjectSettings|Merge requests"
+msgstr "åˆå¹¶è¯·æ±‚"
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr "未创建åˆå¹¶æ交"
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr "注æ„:公开项目中容器镜åƒåº“始终å¯è§"
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr "åªæœ‰å·²ç­¾ç½²æ交æ‰å¯ä»¥æŽ¨é€åˆ°æ­¤ä»“库。"
+msgid "ProjectSettings|Packages"
+msgstr "软件包"
+
+msgid "ProjectSettings|Pages"
+msgstr "Pages"
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr "用于项目文档的Pages"
+
+msgid "ProjectSettings|Pipelines"
+msgstr "æµæ°´çº¿"
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr "æµæ°´çº¿å¿…é¡»æˆåŠŸ"
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr "需é…ç½®æµæ°´çº¿ä»¥å¯ç”¨æ­¤åŠŸèƒ½ã€‚"
+msgid "ProjectSettings|Private"
+msgstr "ç§æœ‰çš„"
+
+msgid "ProjectSettings|Project visibility"
+msgstr "项目å¯è§æ€§"
+
+msgid "ProjectSettings|Public"
+msgstr "公开的"
+
+msgid "ProjectSettings|Repository"
+msgstr "仓库"
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr "在Git仓库中与其他人分享代ç "
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr "从命令行推é€æ—¶æ˜¾ç¤ºåˆ›å»º/查看åˆå¹¶è¯·æ±‚的链接"
+msgid "ProjectSettings|Snippets"
+msgstr "代ç ç‰‡æ®µ"
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr "æ交将åˆå¹¶å…¥ä¸Šæ¸¸çš„å˜æ›´"
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr "åˆå¹¶è¯·æ±‚在通过这些检查åŽæ‰å¯è¢«åˆå¹¶"
@@ -12138,15 +14511,27 @@ msgstr "此设置应用于æœåŠ¡å™¨çº§åˆ«ï¼Œä½†å·²è¢«è¯¥é¡¹ç›®è¦†ç›–。"
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "此设置将应用于所有项目,除éžè¢«ç®¡ç†å‘˜è¦†ç›–。"
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr "此设置将覆盖所有项目æˆå‘˜çš„用户通知å好。"
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr "这将对åˆå¹¶è¯·æ±‚完æˆæ—¶çš„æ交历å²è®°å½•äº§ç”Ÿå½±å“"
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "用户åªèƒ½é€šè¿‡è‡ªå·±å·²éªŒè¯çš„电å­é‚®ä»¶åœ°å€å°†æ交到此仓库中。"
+msgid "ProjectSettings|View and edit files in this project"
+msgstr "查看和编辑此项目中的文件"
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr "当出现冲çªæ—¶ï¼Œç”¨æˆ·å¯ä»¥é€‰æ‹©rebase"
+msgid "ProjectSettings|Wiki"
+msgstr "Wiki"
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr "使用GitLab Pages,您å¯ä»¥åœ¨GitLab上托管é™æ€ç½‘ç«™"
+
msgid "ProjectTemplates|.NET Core"
msgstr ".NET Core"
@@ -12192,6 +14577,12 @@ msgstr "Pages/Plain HTML"
msgid "ProjectTemplates|Ruby on Rails"
msgstr "Ruby on Rails"
+msgid "ProjectTemplates|SalesforceDX"
+msgstr "SalesforceDX"
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr "Serverless Framework/JS"
+
msgid "ProjectTemplates|Spring"
msgstr "Spring"
@@ -12207,6 +14598,9 @@ msgstr "项目 (%{count})"
msgid "Projects Successfully Retrieved"
msgstr "项目æˆåŠŸè¯»å–"
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr "项目按所包å«æœ€é«˜å±é™©ç¨‹åº¦å®‰å…¨æ¼æ´žåˆ†çº§ã€‚"
+
msgid "Projects shared with %{group_name}"
msgstr "与 %{group_name} 共享的项目"
@@ -12216,6 +14610,21 @@ msgstr "属于群组的项目以群组å称为å‰ç¼€ã€‚现有项目å¯ä»¥ç§»åŠ¨
msgid "Projects to index"
msgstr "è¦ç´¢å¼•çš„项目"
+msgid "Projects with critical vulnerabilities"
+msgstr "具有严é‡æ¼æ´žçš„项目"
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr "具有高å±æˆ–未知æ¼æ´žçš„项目"
+
+msgid "Projects with low vulnerabilities"
+msgstr "具有低å±æ¼æ´žçš„项目"
+
+msgid "Projects with medium vulnerabilities"
+msgstr "具有中å±æ¼æ´žçš„项目"
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr "未å¯ç”¨æ¼æ´žå’Œå®‰å…¨æ‰«æ的项目"
+
msgid "Projects with write access"
msgstr "具有写入æƒé™çš„项目"
@@ -12241,55 +14650,55 @@ msgid "ProjectsDropdown|This feature requires browser localStorage support"
msgstr "此功能需è¦æµè§ˆå™¨æ”¯æŒæœ¬åœ°å­˜å‚¨"
msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
-msgstr ""
+msgstr "å…许您立å³å…‹éš†è¿™ä¸ªé¡¹ç›®çš„仓库。如果您计划推é€ä¸€ä¸ªçŽ°æœ‰çš„仓库,请跳过这个步骤。"
msgid "ProjectsNew|Blank"
-msgstr ""
+msgstr "空白"
msgid "ProjectsNew|Blank project"
-msgstr ""
+msgstr "空白项目"
msgid "ProjectsNew|Contact an administrator to enable options for importing your project."
-msgstr ""
+msgstr "è”系管ç†å‘˜å¯ç”¨å¯¼å…¥é¡¹ç›®çš„选项。"
msgid "ProjectsNew|Create from template"
-msgstr ""
+msgstr "从模æ¿åˆ›å»º"
msgid "ProjectsNew|Creating project & repository."
-msgstr ""
+msgstr "创建项目和仓库。"
msgid "ProjectsNew|Description format"
-msgstr ""
+msgstr "æè¿°æ ¼å¼"
msgid "ProjectsNew|Import"
-msgstr ""
+msgstr "导入"
msgid "ProjectsNew|Import project"
-msgstr ""
+msgstr "导入项目"
msgid "ProjectsNew|Initialize repository with a README"
-msgstr ""
+msgstr "使用自述文件åˆå§‹åŒ–仓库"
msgid "ProjectsNew|No import options available"
-msgstr ""
+msgstr "没有å¯ç”¨çš„导入选项"
msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready."
-msgstr ""
+msgstr "请ç¨ç­‰ï¼Œæ­¤é¡µé¢ä¼šåœ¨å‡†å¤‡å¥½åŽè‡ªåŠ¨åˆ·æ–°ã€‚"
msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
-msgstr ""
+msgstr "项目æè¿°%{tag_start}(å¯é€‰)%{tag_end}"
msgid "ProjectsNew|Template"
-msgstr ""
+msgstr "模æ¿"
msgid "ProjectsNew|Visibility Level"
-msgstr ""
+msgstr "å¯è§æ€§çº§åˆ«"
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
-msgstr ""
+msgstr "想è¦åœ¨åŒä¸€å‘½å空间下存放几个ä¾èµ–项目?请%{link_start}创建一个群组。%{link_end}"
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
-msgstr ""
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr "%{count}项警告已应用"
msgid "PrometheusAlerts|Add alert"
msgstr "添加警报"
@@ -12343,7 +14752,7 @@ msgid "PrometheusService|Custom metrics"
msgstr "自定义指标"
msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
-msgstr ""
+msgstr "自定义指标è¦æ±‚Prometheus安装在具有环境范围“*â€çš„群集上,或者手动é…置的Prometheuså¯ç”¨ã€‚"
msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
msgstr "使用上é¢ä»»ä¸€é€‰é¡¹ä»¥å¯ç”¨ Prometheus æ¥å®šä¹‰è‡ªå®šä¹‰åº¦é‡æ ‡å‡†ï¼Œ"
@@ -12376,7 +14785,7 @@ msgid "PrometheusService|New metric"
msgstr "新建指标"
msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
-msgstr ""
+msgstr "尚未创建自定义指标。使用上é¢çš„按钮创建一个"
msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
msgstr "Prometheus API 地å€ï¼Œä¾‹å¦‚ http://prometheus.example.com/"
@@ -12402,11 +14811,11 @@ msgstr "等待首次部署到环境以查找常用指标"
msgid "Promote"
msgstr "å‡çº§"
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
-msgstr ""
+msgid "Promote issue to an epic"
+msgstr "将议题æå‡ä¸ºå²è¯—"
msgid "Promote these project milestones into a group milestone."
msgstr "将这些项目里程碑å‡çº§ä¸ºç¾¤ç»„里程碑。"
@@ -12426,21 +14835,36 @@ msgstr "项目ä¸å±žäºŽä»»ä½•ä¸€ä¸ªç¾¤ç»„。"
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr "å‡çº§å¤±è´¥ - %{message}"
-msgid "Promoted issue to an epic."
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
msgstr ""
+msgid "Promoted issue to an epic."
+msgstr "将议题æå‡ä¸ºå²è¯—."
+
msgid "Promotions|Don't show me this again"
msgstr "ä¸å†æ˜¾ç¤º"
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr "Epic 让您å¯ä»¥é€šè¿‡è¿½è¸ªè·¨é¡¹ç›®å’Œé‡Œç¨‹ç¢‘共享主题的问题组,更有效地管ç†é¡¹ç›®ç»„åˆã€‚"
+msgid "Promotions|Learn more"
+msgstr "了解更多"
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr "查看%{subscription_link_start}铜牌计划%{subscription_link_end}中的其他功能"
+
msgid "Promotions|This feature is locked."
msgstr "此功能已é”定"
msgid "Promotions|Upgrade plan"
msgstr "å‡çº§è®¢é˜…计划"
+msgid "Promotions|Weighting your issue"
+msgstr "使您的议题分出轻é‡"
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr "当议题数目很多时,很难得到一个整体情况。 通过给议题添加æƒé‡ï¼Œå¯ä»¥æ›´å¥½åœ°äº†è§£å·¥ä½œé‡ã€ æˆæœ¬ã€æ‰€éœ€æ—¶é—´æˆ–æ¯ä¸ªè®®é¢˜çš„价值,从而更好地进行管ç†ã€‚"
+
msgid "Prompt users to upload SSH keys"
msgstr "æ示用户上传 SSH 密钥"
@@ -12456,11 +14880,56 @@ msgstr "å—ä¿æŠ¤çš„环境"
msgid "Protected Environments"
msgstr "å—ä¿æŠ¤çš„环境"
+msgid "Protected Paths"
+msgstr "å—ä¿æŠ¤çš„路径"
+
msgid "Protected Tag"
msgstr "å—ä¿æŠ¤çš„标签"
msgid "Protected branches"
-msgstr ""
+msgstr "å—ä¿æŠ¤çš„分支"
+
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr "%{wildcards_link_start}通é…符%{wildcards_link_end} 例如 %{code_tag_start}*-stable%{code_tag_end}或%{code_tag_start}production/*%{code_tag_end}"
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr "å…许åˆå¹¶"
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr "å…许åˆå¹¶ï¼š"
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr "å…许推é€"
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr "å…许推é€ï¼š"
+
+msgid "ProtectedBranch|Branch"
+msgstr "分支"
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr "代ç æ‰€æœ‰è€…批准"
+
+msgid "ProtectedBranch|Protect"
+msgstr "ä¿æŠ¤"
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr "ä¿æŠ¤åˆ†æ”¯"
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr "å—ä¿æŠ¤åˆ†æ”¯ (%{protected_branches_count})"
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr "更改与CODEOWNERS文件中匹é…文件å的推é€å°†è¢«æ‹’ç»"
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr "需è¦ä»£ç æ‰€æœ‰è€…的批准:"
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr "当å‰æ²¡æœ‰å—ä¿æŠ¤çš„分支,请使用上述表å•æ¥ä¿æŠ¤åˆ†æ”¯ã€‚"
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr "切æ¢ä»£ç æ‰€æœ‰è€…的批准"
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} 将对开å‘人员å¯å†™ã€‚确定继续å—?"
@@ -12538,7 +15007,7 @@ msgid "Pull"
msgstr "拉å–"
msgid "Purchase more minutes"
-msgstr ""
+msgstr "购买更多时间"
msgid "Push"
msgstr "推é€"
@@ -12621,12 +15090,18 @@ msgstr "季度"
msgid "Query"
msgstr "查询"
+msgid "Query cannot be processed"
+msgstr "查询无法处ç†"
+
msgid "Query is valid"
msgstr "查询有效"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "快速æ“作å¯ç”¨äºŽè®®é¢˜æ述和评论框。"
+msgid "Quick range"
+msgstr "å¿«æ·èŒƒå›´"
+
msgid "README"
msgstr "自述文件"
@@ -12634,7 +15109,13 @@ msgid "Rake Tasks Help"
msgstr "Rake任务帮助"
msgid "Raw blob request rate limit per minute"
-msgstr ""
+msgstr "æ¯åˆ†é’ŸåŽŸå§‹Blob请求速率é™åˆ¶"
+
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr "é‡æ–°è®¤è¯æœŸå·²è¿‡æœŸæˆ–从未请求过。请å†è¯•ä¸€é"
+
+msgid "Re-authentication required"
+msgstr "需è¦é‡æ–°è®¤è¯"
msgid "Read more"
msgstr "进一步了解"
@@ -12646,20 +15127,23 @@ msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
msgstr "了解有关项目æƒé™çš„æ›´å¤šä¿¡æ¯ <strong>%{link_to_help}</strong>"
msgid "Read more about related issues"
-msgstr ""
+msgstr "了解更多关于相关议题的信æ¯"
msgid "Real-time features"
msgstr "实时功能"
msgid "Rebase"
-msgstr ""
+msgstr "å˜åŸº"
msgid "Rebase in progress"
-msgstr ""
+msgstr "Rebase正在进行中"
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "从手动é…置的 Prometheus æœåŠ¡å™¨æŽ¥æ”¶è­¦æŠ¥ã€‚"
+msgid "Receive alerts on GitLab from any source"
+msgstr "在GitLab上é¢æŽ¥å—æ¥è‡ªä»»ä½•æ¥æºçš„警告"
+
msgid "Receive notifications about your own activity"
msgstr "接收关于您自己活动的通知"
@@ -12667,7 +15151,7 @@ msgid "Recent"
msgstr "最近"
msgid "Recent Activity"
-msgstr ""
+msgstr "最近的活动"
msgid "Recent Project Activity"
msgstr "最近的项目动æ€"
@@ -12678,12 +15162,21 @@ msgstr "最近æœç´¢æœåŠ¡ä¸å¯ç”¨"
msgid "Recent searches"
msgstr "最近的æœç´¢"
+msgid "Recipe"
+msgstr "Recipe"
+
msgid "Recovery Codes"
msgstr "æ¢å¤ç "
msgid "Redirect to SAML provider to test configuration"
msgstr "跳转到SAML供应商以测试é…ç½®"
+msgid "Reduce project visibility"
+msgstr "é™ä½Žé¡¹ç›®å¯è§æ€§"
+
+msgid "Reduce this project’s visibility?"
+msgstr "é™ä½Žæ­¤é¡¹ç›®å¯è§æ€§å—?"
+
msgid "Reference:"
msgstr "标识:"
@@ -12709,6 +15202,9 @@ msgstr "é‡æ–°ç”Ÿæˆå®žä¾‹ ID,å¯èƒ½ä¼šæ‚¨ä½¿ç”¨çš„部分客户端的集æˆå¤±
msgid "Regex pattern"
msgstr "正则表达å¼"
+msgid "Region that Elasticsearch is configured"
+msgstr "å·²é…ç½®Elasticsearch的区域"
+
msgid "Register"
msgstr "注册"
@@ -12724,11 +15220,11 @@ msgstr "注册U2F设备"
msgid "Register Universal Two-Factor (U2F) Device"
msgstr "注册通用åŒé‡è®¤è¯è®¾å¤‡(U2F)"
-msgid "Register and see your runners for this group."
-msgstr "注册并查看当å‰ç¾¤ç»„çš„Runner。"
+msgid "Register for GitLab"
+msgstr "注册GitLabå¸æˆ·"
-msgid "Register and see your runners for this project."
-msgstr "注册和查看当å‰é¡¹ç›®çš„ Runner"
+msgid "Register now"
+msgstr "ç«‹å³æ³¨å†Œ"
msgid "Register with two-factor app"
msgstr "使用åŒé‡è®¤è¯åº”用注册"
@@ -12757,14 +15253,39 @@ msgstr "相关议题"
msgid "Related merge requests"
msgstr "相关åˆå¹¶è¯·æ±‚"
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] "å‘è¡Œ"
+
+msgid "Release notes"
+msgstr "å‘布说明"
+
+msgid "Release notes:"
+msgstr "å‘布说明:"
+
+msgid "Release title"
+msgstr "å‘布标题"
+
msgid "Releases"
msgstr "å‘布"
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
-msgstr "å‘布标志ç€é¡¹ç›®çš„å‘展历å²ä¸­çš„特定节点,传达相关的å˜æ›´ä¿¡æ¯ï¼Œå¹¶æä¾›ç»è¿‡ç¼–译并且已准备好交付的软件版本ã€ä»¥ä¾¿åœ¨å…¶å®ƒåœ°æ–¹é‡ç”¨ã€‚ç›®å‰ï¼Œåªèƒ½é€šè¿‡API创建å‘布。"
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr "å‘布基于Git标签。我们建议使用语义化版本命å标签,例如%{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}。"
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr "获å–å‘布详细信æ¯æ—¶å‡ºé”™"
+
+msgid "Release|Something went wrong while saving the release details"
+msgstr "ä¿å­˜å‘布详细信æ¯æ—¶å‡ºé”™"
msgid "Remember me"
-msgstr ""
+msgstr "è®°ä½è´¦å·"
msgid "Remind later"
msgstr "ç¨åŽæ醒"
@@ -12776,13 +15297,13 @@ msgid "Remove"
msgstr "删除"
msgid "Remove %{displayReference}"
-msgstr ""
+msgstr "删除%{displayReference}"
msgid "Remove Runner"
msgstr "移除Runner"
msgid "Remove Zoom meeting"
-msgstr ""
+msgstr "删除Zoom会议"
msgid "Remove all approvals in a merge request when new commits are pushed to its source branch"
msgstr "将新的æ交推é€åˆ°å…¶æºåˆ†æ”¯æ—¶ï¼Œåˆ é™¤åˆå¹¶è¯·æ±‚中的所有核准"
@@ -12806,7 +15327,7 @@ msgid "Remove avatar"
msgstr "删除头åƒ"
msgid "Remove card"
-msgstr ""
+msgstr "删除å¡ç‰‡"
msgid "Remove child epic from an epic"
msgstr "从å²è¯—中删除å­å²è¯—"
@@ -12821,7 +15342,7 @@ msgid "Remove from board"
msgstr "从看æ¿ç§»é™¤"
msgid "Remove from epic"
-msgstr ""
+msgstr "从å²è¯—中移除"
msgid "Remove group"
msgstr "删除群组"
@@ -12829,7 +15350,13 @@ msgstr "删除群组"
msgid "Remove milestone"
msgstr "删除里程碑"
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
+msgstr "从å²è¯—中移除父å²è¯—"
+
+msgid "Remove primary node"
msgstr ""
msgid "Remove priority"
@@ -12838,11 +15365,14 @@ msgstr "删除优先级"
msgid "Remove project"
msgstr "删除项目"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr "删除消耗时间"
msgid "Remove stage"
-msgstr ""
+msgstr "移除阶段"
msgid "Remove time estimate"
msgstr "删除时间估计"
@@ -12851,52 +15381,52 @@ msgid "Removed"
msgstr "已删除"
msgid "Removed %{assignee_text} %{assignee_references}."
-msgstr ""
+msgstr "已删除%{assignee_text}%{assignee_references}。"
msgid "Removed %{epic_ref} from child epics."
-msgstr ""
+msgstr "已从å­å²è¯—中删除%{epic_ref}。"
msgid "Removed %{label_references} %{label_text}."
-msgstr ""
+msgstr "已删除%{label_references}%{label_text}。"
msgid "Removed %{milestone_reference} milestone."
-msgstr ""
+msgstr "已删除里程碑%{milestone_reference} 。"
msgid "Removed %{type} with id %{id}"
msgstr "已删除 %{type} 的 id %{id}"
msgid "Removed all labels."
-msgstr ""
+msgstr "已删除所有标签。"
msgid "Removed an issue from an epic."
-msgstr ""
+msgstr "从å²è¯—中移除了一个议题。"
msgid "Removed group can not be restored!"
msgstr "已删除的群组无法æ¢å¤ï¼"
msgid "Removed parent epic %{epic_ref}."
-msgstr ""
+msgstr "已删除父å²è¯—%{epic_ref}。"
msgid "Removed projects cannot be restored!"
msgstr "已删除的项目无法æ¢å¤!"
msgid "Removed spent time."
-msgstr ""
+msgstr "已删除消耗时间."
msgid "Removed the due date."
-msgstr ""
+msgstr "已删除截止日期."
msgid "Removed time estimate."
-msgstr ""
+msgstr "已删除时间估计。"
msgid "Removes %{assignee_text} %{assignee_references}."
-msgstr ""
+msgstr "移除%{assignee_text} %{assignee_references}。"
msgid "Removes %{epic_ref} from child epics."
msgstr "从å­å²è¯—中删除%{epic_ref}。"
msgid "Removes %{label_references} %{label_text}."
-msgstr ""
+msgstr "删除%{label_references}%{label_text}."
msgid "Removes %{milestone_reference} milestone."
msgstr "删除里程碑%{milestone_reference}。"
@@ -12905,10 +15435,10 @@ msgid "Removes all labels."
msgstr "删除所有标记。"
msgid "Removes an issue from an epic."
-msgstr ""
+msgstr "从å²è¯—中移除一个议题。"
msgid "Removes parent epic %{epic_ref}."
-msgstr ""
+msgstr "删除父å²è¯—%{epic_ref}。"
msgid "Removes spent time."
msgstr "删除消耗时间."
@@ -12919,6 +15449,12 @@ msgstr "删除截止日期."
msgid "Removes time estimate."
msgstr "删除时间估计。"
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr "删除项目会将其置于åªè¯»çŠ¶æ€ç›´è‡³%{date}。届时项目将被永久删除。确定è¦åˆ é™¤å—?"
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr "删除项目会将其置于åªè¯»çŠ¶æ€ç›´è‡³%{date}。届时项目将被永久删除。"
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr "删除群组将导致所有å­é¡¹ç›®å’Œèµ„æºè¢«åˆ é™¤ã€‚"
@@ -12944,13 +15480,13 @@ msgid "Reopen milestone"
msgstr "é‡æ–°æ‰“开里程碑"
msgid "Reopen this %{quick_action_target}"
-msgstr ""
+msgstr "é‡æ–°æ‰“å¼€%{quick_action_target}"
msgid "Reopened this %{quick_action_target}."
-msgstr ""
+msgstr "é‡æ–°æ‰“å¼€%{quick_action_target}。"
msgid "Reopens this %{quick_action_target}."
-msgstr ""
+msgstr "é‡æ–°æ‰“å¼€%{quick_action_target}。"
msgid "Repair authentication"
msgstr "ä¿®å¤è®¤è¯"
@@ -12962,10 +15498,13 @@ msgid "Replace all label(s)"
msgstr "替æ¢æ‰€æœ‰æ ‡è®°"
msgid "Replaced all labels with %{label_references} %{label_text}."
-msgstr ""
+msgstr "已将所有标记替æ¢ä¸º%{label_references}%{label_text}。"
+
+msgid "Replaces the clone URL root."
+msgstr "替æ¢å…‹éš†URL根地å€ã€‚"
msgid "Reply by email"
-msgstr ""
+msgstr "通过电å­é‚®ä»¶å›žå¤"
msgid "Reply to comment"
msgstr "回å¤è¯„论"
@@ -12974,14 +15513,20 @@ msgid "Reply to this email directly or %{view_it_on_gitlab}."
msgstr "直接回å¤æ­¤é‚®ä»¶æˆ– %{view_it_on_gitlab}。"
msgid "Reply..."
-msgstr ""
+msgstr "回å¤..."
msgid "Repo by URL"
msgstr "从 URL 导入仓库"
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr "å‘管ç†å‘˜æŠ¥å‘Šæ»¥ç”¨è¡Œä¸º"
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr "由%{reportedBy}报告于%{timeAgo}"
+
msgid "Reporting"
msgstr "报告"
@@ -13043,7 +15588,7 @@ msgid "Repository"
msgstr "仓库"
msgid "Repository Graph"
-msgstr ""
+msgstr "仓库图"
msgid "Repository Settings"
msgstr "仓库设置"
@@ -13066,17 +15611,17 @@ msgstr "当å‰ä»“库无加é”文件。"
msgid "Repository maintenance"
msgstr "仓库维护"
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr "仓库镜åƒ"
msgid "Repository static objects"
-msgstr ""
+msgstr "仓库é™æ€å¯¹è±¡"
msgid "Repository storage"
msgstr "仓库存储"
msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
-msgstr ""
+msgstr "仓库: %{counter_repositories} /Wiki: %{counter_wikis} /构建 产物: %{counter_build_artifacts} /LFS: %{counter_lfs_objects}"
msgid "RepositorySettingsAccessLevel|Select"
msgstr "选择"
@@ -13084,14 +15629,23 @@ msgstr "选择"
msgid "Request Access"
msgstr "申请æƒé™"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr "链接SAMLå¸æˆ·çš„请求必须ç»è¿‡æŽˆæƒ"
+
msgid "Requested %{time_ago}"
msgstr "请求的 %{time_ago}"
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr "请求分æž"
msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The whitelist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
-msgstr ""
+msgstr "当ä¸å…许æ¥è‡ªé’©å­å’ŒæœåŠ¡çš„本地请求时,将å…许对本地网络上这些域/地å€çš„请求。å¯æ”¯æŒIP范围,例如1:0:0:0:0:0:0:0/124或127.0.0.0/28。当å‰ä¸æ”¯æŒåŸŸé€šé…符。多个æ¡ç›®éœ€ä½¿ç”¨é€—å·ï¼Œåˆ†å·æˆ–æ¢è¡Œç¬¦åˆ†éš”。白åå•æœ€å¤šå¯å®¹çº³1000个æ¡ç›®ã€‚域应使用IDNAç¼–ç ã€‚例如:example.com,192.168.1.1ã€127.0.0.0/28, xn--itlab-j1a.com。"
msgid "Require all users in this group to setup Two-factor authentication"
msgstr "è¦æ±‚此群组中的所有用户都å¯ç”¨åŒé‡è®¤è¯"
@@ -13099,18 +15653,12 @@ msgstr "è¦æ±‚此群组中的所有用户都å¯ç”¨åŒé‡è®¤è¯"
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "è¦æ±‚所有用户在访问GitLab时接å—æœåŠ¡æ¡æ¬¾å’Œéšç§æ”¿ç­–。"
-msgid "Require approval from code owners"
-msgstr "需è¦ä»£ç æ‰€æœ‰è€…的核准"
-
msgid "Require user password to approve"
msgstr "需è¦ç”¨æˆ·å¯†ç æ‰èƒ½æ‰¹å‡†"
msgid "Require users to prove ownership of custom domains"
msgstr "è¦æ±‚用户è¯æ˜Žè‡ªå®šä¹‰åŸŸçš„所有æƒ"
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] "éœ€è¦ %{count} 个 %{names} 的核准"
@@ -13126,7 +15674,7 @@ msgid "Resend invite"
msgstr "é‡æ–°å‘é€é‚€è¯·"
msgid "Resend it"
-msgstr ""
+msgstr "é‡æ–°å‘é€"
msgid "Reset authorization key"
msgstr "é‡ç½®æŽˆæƒå¯†é’¥"
@@ -13147,14 +15695,17 @@ msgid "Reset template"
msgstr "é‡ç½®æ¨¡æ¿"
msgid "Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
-msgstr ""
+msgstr "é‡ç½®æ­¤é¡¹ç›®çš„授æƒå¯†é’¥å°†éœ€è¦æ›´æ–°æ¯ä¸ªè­¦æŠ¥æºä¸­å¯ç”¨çš„授æƒå¯†é’¥ã€‚"
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr "é‡ç½®æŽˆæƒå¯†é’¥å°†ä¼šä½¿å…ˆå‰çš„密钥无效。现有警报é…置需è¦é€šè¿‡æ–°çš„密钥更新。"
-msgid "Resolve all threads in new issue"
+msgid "Resolve"
msgstr ""
+msgid "Resolve all threads in new issue"
+msgstr "在新议题中解决所有è¯é¢˜"
+
msgid "Resolve conflicts on source branch"
msgstr "在æºåˆ†æ”¯ä¸Šè§£å†³å†²çª"
@@ -13162,7 +15713,7 @@ msgid "Resolve discussion"
msgstr "解决讨论"
msgid "Resolve thread"
-msgstr ""
+msgstr "解决è¯é¢˜"
msgid "Resolved"
msgstr "已解决"
@@ -13177,7 +15728,7 @@ msgid "Resolved by %{name}"
msgstr "由%{name}解决"
msgid "Resolved by %{resolvedByName}"
-msgstr "由 %{resolvedByName} 解决"
+msgstr "由%{resolvedByName}解决"
msgid "Resolves IP addresses once and uses them to submit requests"
msgstr "解æžä¸€æ¬¡IP地å€å¹¶ä½¿ç”¨å®ƒä»¬æ交请求"
@@ -13209,11 +15760,17 @@ msgstr "å“应指标(NGINX)"
msgid "Restart Terminal"
msgstr "é‡å¯ç»ˆç«¯"
+msgid "Restore project"
+msgstr "æ¢å¤é¡¹ç›®"
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr "æ¢å¤è¯¥é¡¹ç›®å°†é˜²æ­¢é¡¹ç›®åœ¨æ­¤æ—¥æœŸè¢«åˆ é™¤å¹¶æ¢å¤ç”¨æˆ·å¯¹å…¶è¿›è¡Œæ›´æ”¹çš„能力。"
+
msgid "Restrict access by IP address"
msgstr "通过IP地å€é™åˆ¶è®¿é—®"
msgid "Restrict membership by email"
-msgstr ""
+msgstr "通过电å­é‚®ä»¶é™åˆ¶æˆå‘˜èµ„æ ¼"
msgid "Resume"
msgstr "æ¢å¤"
@@ -13221,6 +15778,12 @@ msgstr "æ¢å¤"
msgid "Resume replication"
msgstr "æ¢å¤å¤åˆ¶"
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr "é‡è¯•"
@@ -13252,9 +15815,21 @@ msgstr "还原此åˆå¹¶è¯·æ±‚"
msgid "Review"
msgstr "审阅"
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr "查看在您的身份验è¯æ供商中é…ç½®æœåŠ¡æ供商的æµç¨‹ - 在这里,GitLab是“æœåŠ¡æ供商â€æˆ–“ä¾èµ–æ–¹â€ã€‚"
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr "审阅中"
@@ -13279,8 +15854,14 @@ msgstr "删除"
msgid "Roadmap"
msgstr "路线图"
+msgid "Role"
+msgstr "角色"
+
msgid "Rollback"
-msgstr ""
+msgstr "回滚"
+
+msgid "Rook"
+msgstr "Rook"
msgid "Run CI/CD pipelines for external repositories"
msgstr "使用外部仓库的CI/CDæµæ°´çº¿"
@@ -13327,6 +15908,9 @@ msgstr "Runners API"
msgid "Runners activated for this project"
msgstr "此项目已激活的Runner"
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr "Runner是GitLab获å–和执行æµæ°´çº¿ä½œä¸šçš„进程。在这里您å¯ä»¥æ³¨å†Œå¹¶æŸ¥çœ‹å½“å‰é¡¹ç›®çš„Runner。"
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "Runnerå¯ä»¥æ”¾åœ¨ä¸åŒçš„用户ã€æœåŠ¡å™¨ï¼Œç”šè‡³æœ¬åœ°æœºå™¨ä¸Šã€‚"
@@ -13343,7 +15927,7 @@ msgid "Runners page."
msgstr "Runner页é¢."
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
-msgstr ""
+msgstr "您已使用了%{quotaUsed},超出了共享æµæ°´çº¿æ—¶é—´é…é¢é™åˆ¶ï¼ˆ%{quotaLimit} )。"
msgid "Running"
msgstr "è¿è¡Œä¸­"
@@ -13363,6 +15947,9 @@ msgstr "群组%{group_name} 的 SAML SSO"
msgid "SAML for %{group_name}"
msgstr "%{group_name} çš„ SAML"
+msgid "SHA256"
+msgstr "SHA256"
+
msgid "SSH Key"
msgstr "SSH密钥"
@@ -13372,17 +15959,23 @@ msgstr "SSH 密钥"
msgid "SSH Keys Help"
msgstr "SSH 密钥帮助"
+msgid "SSH host key fingerprints"
+msgstr "SSH主机密钥指纹"
+
msgid "SSH host keys"
msgstr "SSH主机密钥"
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr "SSH主机密钥在此系统上ä¸å¯ç”¨ã€‚请使用<code>ssh-keyscan</code>命令或与您的GitLab管ç†å‘˜è”系以获å–更多信æ¯ã€‚"
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "SSH密钥用于在您的电脑和GitLab建立安全连接。"
msgid "SSH public key"
msgstr "SSH公钥"
-msgid "SSL Verification"
-msgstr "SSL验è¯"
+msgid "SSL Verification:"
+msgstr "SSL验è¯ï¼š"
msgid "Saturday"
msgstr "星期六"
@@ -13408,17 +16001,23 @@ msgstr "测试å‰ä¿å­˜æ›´æ”¹"
msgid "Save comment"
msgstr "ä¿å­˜è¯„论"
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr "ä¿å­˜å¯†ç "
msgid "Save pipeline schedule"
msgstr "ä¿å­˜æµæ°´çº¿è®¡åˆ’"
+msgid "Save template"
+msgstr "ä¿å­˜æ¨¡æ¿"
+
msgid "Save variables"
msgstr "ä¿å­˜å˜é‡"
msgid "Saving"
-msgstr ""
+msgstr "ä¿å­˜ä¸­"
msgid "Saving project."
msgstr "正在ä¿å­˜é¡¹ç›®ã€‚"
@@ -13427,10 +16026,10 @@ msgid "Schedule a new pipeline"
msgstr "新建æµæ°´çº¿è®¡åˆ’"
msgid "Scheduled"
-msgstr "已加入日程"
+msgstr "已计划"
msgid "Scheduled to merge this merge request when the pipeline succeeds."
-msgstr ""
+msgstr "计划在æµæ°´çº¿æˆåŠŸæ—¶åˆå¹¶æ­¤åˆå¹¶è¯·æ±‚。"
msgid "Schedules"
msgstr "计划"
@@ -13457,16 +16056,16 @@ msgid "Scopes"
msgstr "范围"
msgid "Scroll down"
-msgstr ""
+msgstr "å‘下滚动"
msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
msgstr "å‘下滚动到 <strong>Google Code项目托管</strong> 并通过å³ä¾§çš„开关å¯ç”¨ã€‚"
msgid "Scroll left"
-msgstr ""
+msgstr "å‘左滚动"
msgid "Scroll right"
-msgstr ""
+msgstr "å‘å³æ»šåŠ¨"
msgid "Scroll to bottom"
msgstr "滚动到底部"
@@ -13475,11 +16074,14 @@ msgid "Scroll to top"
msgstr "滚动到顶部"
msgid "Scroll up"
-msgstr ""
+msgstr "å‘上滚动"
msgid "Search"
msgstr "æœç´¢"
+msgid "Search Button"
+msgstr "æœç´¢æŒ‰é’®"
+
msgid "Search an environment spec"
msgstr "æœç´¢çŽ¯å¢ƒè§„范"
@@ -13504,6 +16106,9 @@ msgstr "æœç´¢ç”¨æˆ·"
msgid "Search for projects, issues, etc."
msgstr "æœç´¢é¡¹ç›®ã€è®®é¢˜ç­‰ç­‰â€¦"
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr "æœç´¢æ´¾ç”Ÿ"
@@ -13519,6 +16124,9 @@ msgstr "æœç´¢é‡Œç¨‹ç¢‘"
msgid "Search or filter results..."
msgstr "æœç´¢æˆ–过滤结果......"
+msgid "Search or filter results…"
+msgstr "æœç´¢æˆ–过滤结果…"
+
msgid "Search or jump to…"
msgstr "æœç´¢æˆ–转到..."
@@ -13537,6 +16145,9 @@ msgstr "æœç´¢ç”¨æˆ·"
msgid "Search users or groups"
msgstr "æœç´¢ç”¨æˆ·æˆ–群组"
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr "æœç´¢æ‚¨çš„项目ä¾èµ–中的许å¯è¯å¹¶åº”用策略"
+
msgid "Search your projects"
msgstr "æœç´¢æ‚¨çš„项目"
@@ -13565,63 +16176,69 @@ msgid "SearchAutocomplete|in this project"
msgstr "在此项目"
msgid "SearchCodeResults|in"
-msgstr ""
+msgstr "于"
msgid "SearchCodeResults|of %{link_to_project}"
-msgstr ""
+msgstr "于%{link_to_project}项目中"
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
-msgstr ""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr "显示包å«%{term_element}中%{count}项的%{scope}"
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr "在个人和项目代ç ç‰‡æ®µä¸­æ˜¾ç¤ºæœç´¢%{term_element}结果的%{count}项%{scope}"
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr "显示%{term_element}的 %{from} - %{to}/ %{count} %{scope} "
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
-msgstr "显示%{scope}中共%{count}项\"%{term}\"的第%{from}项 - 第%{to}项"
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr "在个人和项目代ç ç‰‡æ®µä¸­æ˜¾ç¤ºæœç´¢%{term_element}结果的%{count}项%{scope}里的第%{from}项 - 第%{to}项"
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
-msgstr ""
+msgstr "找ä¸åˆ°ä»»ä½•åŒ¹é…%{term}çš„%{scope} "
msgid "SearchResults|code result"
msgid_plural "SearchResults|code results"
-msgstr[0] ""
+msgstr[0] "代ç ç»“æžœ"
msgid "SearchResults|comment"
msgid_plural "SearchResults|comments"
-msgstr[0] ""
+msgstr[0] "评论"
msgid "SearchResults|commit"
msgid_plural "SearchResults|commits"
-msgstr[0] ""
+msgstr[0] "æ交"
msgid "SearchResults|issue"
msgid_plural "SearchResults|issues"
-msgstr[0] ""
+msgstr[0] "议题"
msgid "SearchResults|merge request"
msgid_plural "SearchResults|merge requests"
-msgstr[0] ""
+msgstr[0] "åˆå¹¶è¯·æ±‚"
msgid "SearchResults|milestone"
msgid_plural "SearchResults|milestones"
-msgstr[0] ""
+msgstr[0] "里程碑"
msgid "SearchResults|project"
msgid_plural "SearchResults|projects"
-msgstr[0] ""
+msgstr[0] "项目"
msgid "SearchResults|snippet"
msgid_plural "SearchResults|snippets"
-msgstr[0] ""
+msgstr[0] "代ç ç‰‡æ®µ"
msgid "SearchResults|snippet result"
msgid_plural "SearchResults|snippet results"
-msgstr[0] ""
+msgstr[0] "代ç ç‰‡æ®µç»“æžœ"
msgid "SearchResults|user"
msgid_plural "SearchResults|users"
-msgstr[0] ""
+msgstr[0] "用户"
msgid "SearchResults|wiki result"
msgid_plural "SearchResults|wiki results"
-msgstr[0] ""
+msgstr[0] "wiki结果"
msgid "Seats currently in use"
msgstr "当å‰æ­£åœ¨ä½¿ç”¨çš„用户数é‡"
@@ -13636,7 +16253,10 @@ msgid "Security"
msgstr "安全"
msgid "Security & Compliance"
-msgstr ""
+msgstr "安全与åˆè§„"
+
+msgid "Security Configuration"
+msgstr "安全é…ç½®"
msgid "Security Dashboard"
msgstr "安全仪表æ¿"
@@ -13654,13 +16274,13 @@ msgid "Security Dashboard|Issue Created"
msgstr "已创建议题"
msgid "Security Reports|Comment added to '%{vulnerabilityName}'"
-msgstr ""
+msgstr "评论已添加到'%{vulnerabilityName}'"
msgid "Security Reports|Comment deleted on '%{vulnerabilityName}'"
-msgstr ""
+msgstr "评论已从'%{vulnerabilityName}' 删除"
msgid "Security Reports|Comment edited on '%{vulnerabilityName}'"
-msgstr ""
+msgstr "在'%{vulnerabilityName}' 上的评论被编辑"
msgid "Security Reports|Create issue"
msgstr "创建议题"
@@ -13669,10 +16289,13 @@ msgid "Security Reports|Dismiss vulnerability"
msgstr "忽略æ¼æ´ž"
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
-msgstr ""
+msgstr "已忽略的'%{vulnerabilityName}'"
+
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr "已忽略'%{vulnerabilityName}'。请关闭éšè—忽略开关以查看。"
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
-msgstr ""
+msgstr "您无æƒæŸ¥çœ‹æ­¤ä»ªè¡¨æ¿æˆ–尚未设置仪表æ¿ã€‚请与管ç†å‘˜æ ¸å®žæ‚¨çš„æƒé™è®¾ç½®ï¼Œæˆ–检查仪表æ¿é…置以继续。"
msgid "Security Reports|Learn more about setting up your dashboard"
msgstr "了解更多关于您的仪表æ¿è®¾ç½®"
@@ -13681,10 +16304,10 @@ msgid "Security Reports|More info"
msgstr "更多信æ¯"
msgid "Security Reports|Oops, something doesn't seem right."
-msgstr ""
+msgstr "哦,似乎有些ä¸æ­£ç¡®ã€‚"
msgid "Security Reports|There was an error adding the comment."
-msgstr ""
+msgstr "添加评论时出错。"
msgid "Security Reports|There was an error creating the issue."
msgstr "创建议题时出错。"
@@ -13693,7 +16316,7 @@ msgid "Security Reports|There was an error creating the merge request."
msgstr "创建åˆå¹¶è¯·æ±‚时出错。"
msgid "Security Reports|There was an error deleting the comment."
-msgstr ""
+msgstr "删除评论时出错。"
msgid "Security Reports|There was an error dismissing the vulnerability."
msgstr "忽略æ¼æ´žæ—¶å‡ºé”™ã€‚"
@@ -13707,39 +16330,105 @@ msgstr "å–消忽略时出错。"
msgid "Security Reports|Undo dismiss"
msgstr "撤消解除"
-msgid "Security Reports|We've found no vulnerabilities for your group"
-msgstr "我们没有在您的群组中å‘现æ¼æ´ž"
-
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
-msgstr "虽然您的群组中没有æ¼æ´žï¼Œä½†å®ƒå¯èƒ½ä¼šå‡ºçŽ°ã€‚无论如何,我们都建议您仔细检查您的设置以确ä¿æ‚¨å·²æ­£ç¡®çš„设置了您的仪表æ¿ã€‚"
+msgid "Security configuration help link"
+msgstr "安全é…置帮助链接"
msgid "Security dashboard"
msgstr "安全仪表盘"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr "å·²é…ç½®"
+
+msgid "SecurityConfiguration|Feature"
+msgstr "功能"
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr "功能文档"
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr "尚未é…ç½®"
+
+msgid "SecurityConfiguration|Secure features"
+msgstr "安全功能"
+
+msgid "SecurityConfiguration|Status"
+msgstr "状æ€"
+
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr "安全仪表æ¿æ˜¾ç¤ºæœ€æ–°çš„安全报告。用它æ¥æŸ¥æ‰¾å’Œä¿®å¤æ¼æ´žã€‚"
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr "%{firstProject}和%{secondProject}"
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr "%{firstProject},%{secondProject},åŠ%{rest}"
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr "将项目添加到仪表æ¿"
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr "å‘仪表æ¿æ·»åŠ æˆ–删除项目"
+
+msgid "SecurityDashboard|Add projects"
+msgstr "添加项目"
+
msgid "SecurityDashboard|Confidence"
msgstr "置信度"
+msgid "SecurityDashboard|Edit dashboard"
+msgstr "编辑仪表æ¿"
+
msgid "SecurityDashboard|Hide dismissed"
-msgstr ""
+msgstr "éšè—已忽略项"
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr "监控代ç ä¸­çš„æ¼æ´ž"
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "æµæ°´çº¿ %{pipelineLink} 已触å‘"
+msgid "SecurityDashboard|More information"
+msgstr "更多信æ¯"
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr "æµæ°´çº¿%{pipelineLink}于%{timeago}ç”±%{user}触å‘"
msgid "SecurityDashboard|Project"
msgstr "项目"
+msgid "SecurityDashboard|Projects added"
+msgstr "项目已添加"
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr "从仪表æ¿åˆ é™¤é¡¹ç›®"
+
msgid "SecurityDashboard|Report type"
msgstr "报表类型"
+msgid "SecurityDashboard|Return to dashboard"
+msgstr "返回仪表æ¿"
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr "安全仪表æ¿"
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr "请使用上é¢çš„项目æœç´¢å­—段æ¥é€‰æ‹©è¦æ·»åŠ çš„项目。"
+
msgid "SecurityDashboard|Severity"
msgstr "严é‡æ€§"
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr "安全é¢æ¿æ˜¾ç¤ºæ‚¨è¦ç›‘测项目的最新安全扫æ结果。选择“编辑仪表æ¿â€æ¥æ·»åŠ å¹¶ç§»é™¤é¡¹ç›®ã€‚"
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr "无法添加%{invalidProjects}"
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr "å‚è§GitLabçš„%{password_policy_guidelines}"
+
msgid "See metrics"
msgstr "查看指标"
@@ -13753,11 +16442,14 @@ msgid "Select Archive Format"
msgstr "选择下载格å¼"
msgid "Select GitLab project to link with your Slack team"
-msgstr ""
+msgstr "选择GitLab项目连接你的Slack团队"
msgid "Select Page"
msgstr "选择页é¢"
+msgid "Select Stack"
+msgstr "选择栈"
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr "请先从左侧边æ é€‰æ‹©ä¸€ä¸ªæ–‡ä»¶å¼€å§‹ç¼–辑,然åŽå°±å¯ä»¥æ交您的更改了。"
@@ -13765,7 +16457,7 @@ msgid "Select a group to invite"
msgstr "选择è¦é‚€è¯·çš„组"
msgid "Select a label"
-msgstr ""
+msgstr "选择一个标记"
msgid "Select a namespace to fork the project"
msgstr "选择一个命å空间æ¥æ´¾ç”Ÿé¡¹ç›®"
@@ -13785,6 +16477,9 @@ msgstr "选择一个仓库"
msgid "Select a template repository"
msgstr "选择模æ¿ä»“库"
+msgid "Select a template type"
+msgstr "选择模æ¿ç±»åž‹"
+
msgid "Select a timezone"
msgstr "选择时区"
@@ -13794,6 +16489,9 @@ msgstr "选择全部"
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr "选择一个既有的Kubernetes集群或者创建一个新的"
+msgid "Select branch"
+msgstr "选择分支"
+
msgid "Select branch/tag"
msgstr "选择分支/标签"
@@ -13801,16 +16499,16 @@ msgid "Select group or project"
msgstr "选择群组或项目"
msgid "Select labels"
-msgstr ""
+msgstr "选择标记"
msgid "Select merge moment"
-msgstr ""
+msgstr "选择åˆå¹¶æ—¶é—´"
msgid "Select milestone"
-msgstr ""
+msgstr "选择里程碑"
msgid "Select private project"
-msgstr ""
+msgstr "选择ç§æœ‰é¡¹ç›®"
msgid "Select project"
msgstr "选择项目"
@@ -13822,7 +16520,7 @@ msgid "Select project to choose zone"
msgstr "按项目选择地域"
msgid "Select projects"
-msgstr ""
+msgstr "选择项目"
msgid "Select projects you want to import."
msgstr "选择è¦å¯¼å…¥çš„项目。"
@@ -13836,14 +16534,20 @@ msgstr "选择目标分支"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr "选择当å‰é¡¹ç›®çš„默认分支。除éžå¦è¡ŒæŒ‡å®šï¼Œå¦åˆ™æ‰€æœ‰åˆå¹¶è¯·æ±‚å’Œæ交都将指å‘此分支。"
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr "请选择è¦ç”¨äºŽä¿å­˜æ–°é¡¹ç›®çš„å·²é…置存储。"
+
msgid "Select the custom project template source group."
msgstr "选择自定义项目模æ¿æºç¾¤ç»„。"
msgid "Select timeframe"
-msgstr ""
+msgstr "选择时间范围"
msgid "Select user"
-msgstr ""
+msgstr "选择用户"
+
+msgid "Select your role"
+msgstr "选择你的角色"
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr "éžç®¡ç†å‘˜ç”¨æˆ·æ— æ³•ä¸ºç¾¤ç»„ã€é¡¹ç›®æˆ–代ç ç‰‡æ®µä½¿ç”¨æ‰€é€‰çº§åˆ«ã€‚如果公共级别å—到é™åˆ¶ï¼Œåˆ™ç”¨æˆ·é…置文件仅对登录用户å¯è§ã€‚"
@@ -13851,6 +16555,45 @@ msgstr "éžç®¡ç†å‘˜ç”¨æˆ·æ— æ³•ä¸ºç¾¤ç»„ã€é¡¹ç›®æˆ–代ç ç‰‡æ®µä½¿ç”¨æ‰€é€‰çº§
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr "选中GitLab用户将在议题和评论的æ述中加入指å‘该GitLab用户的链接(例如“By <a href=\"#\">@johnsmith</a>â€ï¼‰ã€‚它还将与所选用户关è”å’Œ/或分é…这些议题和评论。"
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr "å‘å¼€å‘人员å‘é€å•ç‹¬çš„电å­é‚®ä»¶é€šçŸ¥ã€‚"
@@ -13869,6 +16612,9 @@ msgstr "å‘é€çš„使用情况数æ®"
msgid "Sentry API URL"
msgstr "Sentry API URL"
+msgid "Sentry event"
+msgstr "Sentry事件"
+
msgid "Sep"
msgstr "9月"
@@ -13879,10 +16625,10 @@ msgid "September"
msgstr "9月"
msgid "SeriesFinalConjunction|and"
-msgstr ""
+msgstr "与"
msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)."
-msgstr ""
+msgstr "将仓库é™æ€å¯¹è±¡(例如归档,二进制大对象)放在外部存储(例如CDN)上"
msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
msgstr "æœåŠ¡å™¨ä»…支æŒæ‰¹å¤„ç†API,请将您的Git LFS客户端更新到1.0.1åŠæ›´é«˜ç‰ˆæœ¬ã€‚"
@@ -13912,7 +16658,7 @@ msgid "ServerlessDetails|More information"
msgstr "更多信æ¯"
msgid "ServerlessDetails|No pods loaded at this time."
-msgstr ""
+msgstr "当å‰æœªåŠ è½½ä»»ä½•pod。"
msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity."
msgstr "æ ¹æ®éœ€è¦éšæ—¶é—´æŽ¨ç§»ä½¿ç”¨çš„Kubernetes Podæ•°é‡ã€‚"
@@ -13923,8 +16669,8 @@ msgstr "Pod正在使用"
msgid "ServerlessDetails|pods in use"
msgstr "Pods正在使用"
-msgid "ServerlessURL|Copy URL to clipboard"
-msgstr "å¤åˆ¶é“¾æŽ¥åˆ°å‰ªè´´æ¿"
+msgid "ServerlessURL|Copy URL"
+msgstr "å¤åˆ¶ç½‘å€"
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
msgstr "è¦å¼€å§‹å°†åŠŸèƒ½ä½œä¸ºä¸€ç§æœåŠ¡ï¼Œå¿…须先在Kubernetes群集上安装Knative。"
@@ -13945,19 +16691,19 @@ msgid "Serverless|No functions available"
msgstr "没有å¯ç”¨çš„功能"
msgid "Serverless|The deploy job has not finished."
-msgstr ""
+msgstr "部署作业尚未完æˆã€‚"
msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag} file don't match the namespace of your cluster."
-msgstr ""
+msgstr "%{startTag}serverless.yml%{endTag}中列出的功能与您的群集命å空间ä¸åŒ¹é…。"
msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:"
msgstr " Knativeç›®å‰æ²¡æœ‰å¯ç”¨çš„功能数æ®ã€‚è¿™å¯èƒ½æœ‰å¤šç§åŽŸå› ï¼ŒåŒ…括:"
msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured."
-msgstr ""
+msgstr "%{startTag}.gitab-ci.yml%{endTag}文件未正确é…置。"
msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file."
-msgstr ""
+msgstr "仓库中没有相应的%{startTag}serverless.yml%{endTag}文件。"
msgid "Service"
msgstr "æœåŠ¡"
@@ -13965,6 +16711,15 @@ msgstr "æœåŠ¡"
msgid "Service Desk"
msgstr "æœåŠ¡å°"
+msgid "Service Desk is enabled but not yet active"
+msgstr "æœåŠ¡å°å·²å¯ç”¨ä½†å°šæœªæ¿€æ´»"
+
+msgid "Service Desk is off"
+msgstr "æœåŠ¡å°å·²å…³é—­"
+
+msgid "Service Desk is on"
+msgstr "æœåŠ¡å°å·²å¼€å¯"
+
msgid "Service Templates"
msgstr "æœåŠ¡æ¨¡æ¿"
@@ -13977,8 +16732,8 @@ msgstr "会è¯æŒç»­æ—¶é—´(分钟)"
msgid "Session expiration, projects limit and attachment size."
msgstr "会è¯æœ‰æ•ˆæœŸï¼Œé¡¹ç›®é™åˆ¶åŠé™„件大å°ã€‚"
-msgid "Set %{epic_ref} as parent epic."
-msgstr ""
+msgid "Set %{epic_ref} as the parent epic."
+msgstr "å°†%{epic_ref}设置为父å²è¯—。"
msgid "Set a default template for issue descriptions."
msgstr "设置议题æ述的默认模æ¿ã€‚"
@@ -14014,22 +16769,22 @@ msgid "Set notification email for abuse reports."
msgstr "为滥用报告设置通知电å­é‚®ä»¶ã€‚"
msgid "Set parent epic to an epic"
-msgstr ""
+msgstr "为å²è¯—设置上级å²è¯—"
msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
msgstr "设定用户登录的æ¡ä»¶ã€‚å¯ç”¨å¼ºåˆ¶åŒé‡è®¤è¯ã€‚"
msgid "Set target branch"
-msgstr ""
+msgstr "设置目标分支"
msgid "Set target branch to %{branch_name}."
-msgstr ""
+msgstr "设置目标分支为%{branch_name}。"
msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: <code>4 mins 2 sec</code>, <code>2h42min</code>."
msgstr "设置æ¯ä¸ªä½œä¸šçš„产物的默认到期时间。 0 表示无é™åˆ¶ã€‚默认以秒为å•ä½ï¼Œä½†æ‚¨å¯ä»¥å®šä¹‰æ›¿ä»£æ–¹æ¡ˆã€‚例如:<code>4 mins 2 sec</code>, <code>2h42min</code>.。"
msgid "Set the due date to %{due_date}."
-msgstr ""
+msgstr "设置到期日期为%{due_date}。"
msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>."
msgstr "设置作业的过期时间。一旦逾期,作业将被归档并且ä¸èƒ½é‡è¯•ã€‚留空则永ä¸è¿‡æœŸã€‚必须设置为 1 天以上,例如: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>。"
@@ -14041,19 +16796,19 @@ msgid "Set the maximum number of pipeline minutes that a group can use on shared
msgstr "设置群组æ¯ä¸ªæœˆå¯åœ¨å…±äº«Runner上使用的最大æµæ°´çº¿åˆ†é’Ÿæ•°ã€‚ 0 表示无é™åˆ¶ã€‚"
msgid "Set the milestone to %{milestone_reference}."
-msgstr ""
+msgstr "将里程碑设置为%{milestone_reference}。"
msgid "Set time estimate"
msgstr "设置时间估计"
msgid "Set time estimate to %{time_estimate}."
-msgstr ""
+msgstr "将时间估计设置为%{time_estimate}。"
msgid "Set up CI/CD"
msgstr "é…ç½® CI/CD"
msgid "Set up a %{type} Runner automatically"
-msgstr ""
+msgstr "自动设置一个%{type}的Runner"
msgid "Set up a %{type} Runner manually"
msgstr "手动设置%{type} Runner "
@@ -14067,6 +16822,9 @@ msgstr "设置新的U2F设备"
msgid "Set up new password"
msgstr "设置新密ç "
+msgid "Set up pipeline subscriptions for this project."
+msgstr "为此项目设置æµæ°´çº¿è®¢é˜…。"
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr "设置项目以自动推é€å’Œ/或从å¦ä¸€ä¸ªä»“库中æå–更改。分支,标签和æ交将自动åŒæ­¥ã€‚"
@@ -14074,7 +16832,7 @@ msgid "Set weight"
msgstr "设置æƒé‡"
msgid "Set weight to %{weight}."
-msgstr ""
+msgstr "å°†æƒé‡è®¾ç½®ä¸º%{weight}。"
msgid "SetPasswordToCloneLink|set a password"
msgstr "设置密ç "
@@ -14104,10 +16862,10 @@ msgid "SetStatusModal|What's your status?"
msgstr "您的状æ€æ˜¯ä»€ä¹ˆï¼Ÿ"
msgid "Sets %{epic_ref} as parent epic."
-msgstr ""
+msgstr "å°†%{epic_ref}设置为父å²è¯—。"
msgid "Sets target branch to %{branch_name}."
-msgstr ""
+msgstr "设置目标分支为%{branch_name}。"
msgid "Sets the due date to %{due_date}."
msgstr "将截止日期设置为 %{due_date}。"
@@ -14124,6 +16882,9 @@ msgstr "å°†æƒé‡è®¾ç½®ä¸º %{weight}。"
msgid "Settings"
msgstr "设置"
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr "分享"
@@ -14157,6 +16918,9 @@ msgstr "如果您一旦丢失手机或无法访问一次性密ç å¯†ä¿ï¼Œæ‚¨å¯
msgid "Show all activity"
msgstr "显示所有活动"
+msgid "Show all members"
+msgstr "显示所有æˆå‘˜"
+
msgid "Show archived projects"
msgstr "显示已归档的项目"
@@ -14184,6 +16948,12 @@ msgstr "显示文件æµè§ˆå™¨"
msgid "Show latest version"
msgstr "显示最新版本"
+msgid "Show only direct members"
+msgstr "åªæ˜¾ç¤ºç›´æŽ¥æˆå‘˜"
+
+msgid "Show only inherited members"
+msgstr "åªæ˜¾ç¤ºç»§æ‰¿çš„æˆå‘˜"
+
msgid "Show parent pages"
msgstr "查看上级页é¢"
@@ -14197,15 +16967,24 @@ msgid "Showing %d event"
msgid_plural "Showing %d events"
msgstr[0] "显示 %d 个事件"
-msgid "Showing Latest Version"
+msgid "Showing %{limit} of %{total_count} issues. "
msgstr ""
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr "显示%{total}议题中的%{pageSize}项"
+
+msgid "Showing Latest Version"
+msgstr "显示最新版本"
+
msgid "Showing Version #%{versionNumber}"
-msgstr ""
+msgstr "显示版本#%{versionNumber}"
msgid "Showing all issues"
msgstr "显示所有议题"
+msgid "Showing all labels"
+msgstr "显示所有标记"
+
msgid "Showing last %{size} of log -"
msgstr "显示日志的最åŽ%{size} -"
@@ -14239,9 +17018,6 @@ msgstr "使用智能å¡ç™»å½•"
msgid "Sign in via 2FA code"
msgstr "通过2FA代ç ç™»å½•"
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr "使用å•ç‚¹ç™»å½•(SSO)进行登录"
@@ -14255,7 +17031,7 @@ msgid "Sign out & Register"
msgstr "退出并注册"
msgid "Sign up"
-msgstr ""
+msgstr "注册"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "注册æˆåŠŸï¼è¯·ç¡®è®¤æ‚¨çš„电å­é‚®ä»¶ä»¥ç™»å½•ã€‚"
@@ -14267,10 +17043,10 @@ msgid "Sign-up restrictions"
msgstr "注册é™åˆ¶"
msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
-msgstr ""
+msgstr "å字太长(最多%{max_length}字符)。"
msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)."
-msgstr ""
+msgstr "姓æ°å¤ªé•¿(最多%{max_length}字符)。"
msgid "SignUp|Name is too long (maximum is %{max_length} characters)."
msgstr "å称太长(最大为%{max_length}字符)。"
@@ -14296,9 +17072,6 @@ msgstr "相似议题"
msgid "Single or combined queries"
msgstr "å•ä¸ªæˆ–组åˆæŸ¥è¯¢"
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr "大å°"
@@ -14308,9 +17081,18 @@ msgstr "é™æ€ç½‘站的大å°å’ŒåŸŸè®¾ç½®"
msgid "Size limit per repository (MB)"
msgstr "æ¯ä¸ªä»“库的大å°é™åˆ¶ (MB)"
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr "跳过试用 (继续使用å…è´¹å¸æˆ·)"
+
msgid "Skip this for now"
msgstr "暂时跳过"
+msgid "Skipped"
+msgstr "已跳过"
+
msgid "Slack application"
msgstr "Slack应用"
@@ -14318,19 +17100,19 @@ msgid "Slack integration allows you to interact with GitLab via slash commands i
msgstr "Slack集æˆå…许您通过èŠå¤©çª—å£ä¸­çš„shash命令与GitLab交互。"
msgid "SlackService|2. Paste the <strong>Token</strong> into the field below"
-msgstr ""
+msgstr "2. å°†<strong>Token</strong>粘贴到下é¢çš„字段中"
msgid "SlackService|3. Select the <strong>Active</strong> checkbox, press <strong>Save changes</strong> and start using GitLab inside Slack!"
-msgstr ""
+msgstr "3. 选择<strong>Active</strong>å¤é€‰æ¡†ï¼Œç‚¹å‡»<strong>Save change</strong>åŽå¼€å§‹åœ¨Slack中使用GitLabï¼"
msgid "SlackService|Fill in the word that works best for your team."
-msgstr ""
+msgstr "填写最适åˆä½ çš„团队的文字。"
msgid "SlackService|See list of available commands in Slack after setting up this service, by entering"
-msgstr ""
+msgstr "设置此æœåŠ¡åŽï¼Œè¯·è¾“入以下内容,查看Slack中å¯ç”¨å‘½ä»¤çš„列表:"
msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack."
-msgstr ""
+msgstr "æ­¤æœåŠ¡å…许用户通过在Slack中输入斜æ å‘½ä»¤æ¥å¯¹è¯¥é¡¹ç›®æ‰§è¡Œå¸¸è§æ“作。"
msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
msgstr "更慢,但能确ä¿é¡¹ç›®å·¥ä½œç©ºé—´ä¸ŽåŽŸå§‹ç‰ˆæœ¬ä¸€è‡´ï¼›å› å…¶å¯¹æ¯ä¸ªä½œä¸šå‡ä»Žå¤´å¼€å§‹å…‹éš†ä»“库"
@@ -14366,13 +17148,16 @@ msgid "SnippetsEmptyState|They can be either public or private."
msgstr "它们å¯ä»¥è®¾ç½®ä¸ºå…¬å¼€æˆ–ç§æœ‰ã€‚"
msgid "Snowplow"
-msgstr ""
+msgstr "Snowplow"
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr "æŸäº›ç”µå­é‚®ä»¶æœåŠ¡å™¨ä¸æ”¯æŒè¦†ç›–电å­é‚®ä»¶çš„å‘件人å称。å¯ç”¨æ­¤é€‰é¡¹å¯ä»¥åœ¨ç”µå­é‚®ä»¶æ­£æ–‡ä¸­åŒ…å«è®®é¢˜çš„作者姓åã€åˆå¹¶è¯·æ±‚或评论。"
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr "您的æŸäº›å²è¯—å¯èƒ½ä¸å¯è§ã€‚路线图仅é™äºŽæ‚¨é€‰å®šæŽ’åºçš„å‰1000å²è¯—。"
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
-msgstr ""
+msgstr "其他用户åŒæ—¶ç¼–辑了这个议题。请检查%{linkStart}议题%{linkEnd}并确ä¿æ‚¨çš„更改ä¸ä¼šæ— æ„中移除他们的更改。"
msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again."
msgstr "有人与您åŒæ—¶ç¼–辑了%{issueType} 。æ述已被更新,您需è¦é‡æ–°ä¿®æ”¹ã€‚"
@@ -14404,23 +17189,23 @@ msgstr "点击按钮时出错"
msgid "Something went wrong while adding your award. Please try again."
msgstr "添加赞èµæ—¶å‡ºé”™ã€‚请å†è¯•ä¸€æ¬¡ã€‚"
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr "应用åŒæ„时出了点问题。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr "关闭 %{issuable} 时出错。请ç¨åŽé‡è¯•"
+msgid "Something went wrong while deleting the package."
+msgstr "删除软件包时出错。"
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr "删除æºåˆ†æ”¯æ—¶å‡ºé”™ã€‚请é‡è¯•ã€‚"
msgid "Something went wrong while deleting your note. Please try again."
-msgstr ""
+msgstr "删除备注时出错。请é‡è¯•ã€‚"
msgid "Something went wrong while editing your comment. Please try again."
-msgstr ""
+msgstr "编辑评论时出错。请é‡è¯•ã€‚"
msgid "Something went wrong while fetching %{listType} list"
msgstr "åœ¨èŽ·å– %{listType} 列表时出错了"
@@ -14428,27 +17213,48 @@ msgstr "åœ¨èŽ·å– %{listType} 列表时出错了"
msgid "Something went wrong while fetching comments. Please try again."
msgstr "获å–评论时出错。请ç¨åŽé‡è¯•ã€‚"
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr "获å–æè¿°å˜æ›´æ—¶å‡ºé”™äº†ï¼Œè¯·ç¨åŽé‡è¯•ã€‚"
+
msgid "Something went wrong while fetching group member contributions"
msgstr "获å–群组æˆå‘˜è´¡çŒ®æ—¶å‡ºé”™"
msgid "Something went wrong while fetching latest comments."
msgstr "获å–最新评论时出错。"
+msgid "Something went wrong while fetching projects"
+msgstr "获å–项目时出错。"
+
msgid "Something went wrong while fetching related merge requests."
msgstr "获å–相关的åˆå¹¶è¯·æ±‚时出错了。"
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr "获å–æ­¤åˆå¹¶è¯·æ±‚的环境时出错,请ç¨åŽé‡è¯•ã€‚"
+msgid "Something went wrong while fetching the package."
+msgstr "获å–软件包时出错。"
+
+msgid "Something went wrong while fetching the packages list."
+msgstr "获å–软件包列表时出错。"
+
msgid "Something went wrong while fetching the projects."
msgstr "拉å–项目时å‘生错误。"
msgid "Something went wrong while fetching the registry list."
msgstr "拉å–é•œåƒåº“列表时å‘生错误。"
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr "åˆå§‹åŒ–OpenAPI查看器时出错"
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr "åˆå¹¶æ­¤åˆå¹¶è¯·æ±‚时出错。请é‡è¯•ã€‚"
+msgid "Something went wrong while moving issues."
+msgstr "移动议题时出错。"
+
+msgid "Something went wrong while performing the action."
+msgstr "执行æ“作时出错。"
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr "é‡æ–°å¼€å¯ %{issuable} 时出错。请ç¨åŽå†è¯•"
@@ -14456,11 +17262,17 @@ msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "解决当å‰è®¨è®ºæ—¶å‡ºé”™ï¼Œè¯·é‡è¯•ã€‚"
msgid "Something went wrong while stopping this environment. Please try again."
+msgstr "åœæ­¢çŽ¯å¢ƒæ—¶å‡ºé”™ã€‚请é‡è¯•ã€‚"
+
+msgid "Something went wrong while updating your list settings"
msgstr ""
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr "å°†%{project} 添加到仪表æ¿æ—¶å‡ºé”™"
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr "出错了,无法将项目添加到仪表æ¿"
+
msgid "Something went wrong, unable to get projects"
msgstr "出现了错误,无法获å–项目"
@@ -14510,7 +17322,7 @@ msgid "SortOptions|Due soon"
msgstr "å³å°†æˆªæ­¢"
msgid "SortOptions|Expired date"
-msgstr ""
+msgstr "到期日期"
msgid "SortOptions|Label priority"
msgstr "标记优先"
@@ -14582,7 +17394,7 @@ msgid "SortOptions|Oldest sign in"
msgstr "最早的登录"
msgid "SortOptions|Oldest starred"
-msgstr ""
+msgstr "最早星标"
msgid "SortOptions|Oldest updated"
msgstr "最早更新"
@@ -14593,6 +17405,9 @@ msgstr "人气"
msgid "SortOptions|Priority"
msgstr "优先"
+msgid "SortOptions|Project"
+msgstr "项目"
+
msgid "SortOptions|Recent last activity"
msgstr "最近一次活动"
@@ -14600,10 +17415,10 @@ msgid "SortOptions|Recent sign in"
msgstr "最近登录"
msgid "SortOptions|Recently starred"
-msgstr ""
+msgstr "最近星标"
msgid "SortOptions|Size"
-msgstr ""
+msgstr "大å°"
msgid "SortOptions|Sort direction"
msgstr "排åºæ–¹å‘"
@@ -14620,6 +17435,12 @@ msgstr "ç¨åŽå¼€å§‹"
msgid "SortOptions|Start soon"
msgstr "现在开始"
+msgid "SortOptions|Type"
+msgstr "类型"
+
+msgid "SortOptions|Version"
+msgstr "版本"
+
msgid "SortOptions|Weight"
msgstr "æƒé‡"
@@ -14638,6 +17459,51 @@ msgstr "æºä¸å¯ç”¨"
msgid "Source project cannot be found."
msgstr "找ä¸åˆ°æºé¡¹ç›®ã€‚"
+msgid "Sourcegraph"
+msgstr "Sourcegraph"
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr "å±è”½ç§æœ‰å’Œå†…部项目"
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr "é…ç½®å¯è¯»å–GitLab项目的Sourcegraph实例网å€ã€‚"
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr "å¯ç”¨Sourcegraph"
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr "在您的GitLab实例的代ç è§†å›¾å’Œåˆå¹¶è¯·æ±‚上å¯ç”¨ç”±%{link_start}Sourcegraph%{link_end}æ供的代ç æ™ºèƒ½ã€‚"
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr "如果选中,åªæœ‰å…¬å¼€é¡¹ç›®ä¼šæ‹¥æœ‰ä»£ç æ™ºèƒ½å¹¶ä¸ŽSourcegraph通信。"
+
+msgid "SourcegraphAdmin|More information"
+msgstr "更多信æ¯"
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr "ä¿å­˜æ›´æ”¹"
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr "Sourcegraph网å€"
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr "例如:https://sourcegraph.example.com"
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr "此功能是实验性的,目å‰ä»…é™äºŽæŸäº›é¡¹ç›®ã€‚"
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr "此功能是实验性的,仅é™äºŽå…¬å¼€é¡¹ç›®ã€‚"
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr "此功能是实验性的。"
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr "使用%{link_start}Sourcegraph.com%{link_end}。"
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr "使用自定义的%{link_start}Sourcegraph实例%{link_end}."
+
msgid "Spam Logs"
msgstr "垃圾信æ¯æ—¥å¿—"
@@ -14657,10 +17523,13 @@ msgid "Specify the following URL during the Runner setup:"
msgstr "在 Runner 设置时指定以下 URL:"
msgid "Squash commit message"
-msgstr "Squashæ交消æ¯"
+msgstr "压缩æ交消æ¯"
msgid "Squash commits"
-msgstr "åˆå¹¶æ交"
+msgstr "压缩æ交"
+
+msgid "Stack trace"
+msgstr "堆栈跟踪"
msgid "Stage"
msgstr "æš‚å­˜"
@@ -14671,8 +17540,11 @@ msgstr "æš‚å­˜ & æ交"
msgid "Stage all changes"
msgstr "暂存全部更改"
-msgid "Stage changes"
-msgstr "暂存更改"
+msgid "Stage data updated"
+msgstr "阶段数æ®å·²æ›´æ–°"
+
+msgid "Stage removed"
+msgstr "阶段已删除"
msgid "Staged"
msgstr "已暂存"
@@ -14684,7 +17556,7 @@ msgid "Star a label to make it a priority label. Order the prioritized labels to
msgstr "把一个标记加上星标,å¯å°†å…¶å˜ä¸ºä¼˜å…ˆæ ‡è®°ã€‚通过拖放æ¥è°ƒæ•´ä¼˜å…ˆæ ‡è®°çš„顺åºï¼Œå¯ä»¥æ”¹å˜ä»–们的相对优先级。"
msgid "Star labels to start sorting by priority"
-msgstr ""
+msgstr "星标以优先级开始排åº"
msgid "Star toggle failed. Try again later."
msgstr "星标开关失败。请ç¨åŽå†è¯•ã€‚"
@@ -14708,13 +17580,13 @@ msgid "StarredProjectsEmptyState|You don't have starred projects yet."
msgstr "您还没有已加星标的项目。"
msgid "Starrers"
-msgstr ""
+msgstr "星标用户"
msgid "Stars"
msgstr "星标"
msgid "Start GitLab Ultimate trial"
-msgstr "å¯åŠ¨ GitLab Ultimate 试用"
+msgstr "å¯åŠ¨GitLab Ultimate试用"
msgid "Start Web Terminal"
msgstr "å¯åŠ¨Web终端"
@@ -14722,8 +17594,8 @@ msgstr "å¯åŠ¨Web终端"
msgid "Start a %{new_merge_request} with these changes"
msgstr "由此更改 %{new_merge_request}"
-msgid "Start a Free Trial"
-msgstr ""
+msgid "Start a Free Gold Trial"
+msgstr "开始å…费的金牌试用"
msgid "Start a new discussion..."
msgstr "å¯åŠ¨æ–°çš„讨论..."
@@ -14738,10 +17610,10 @@ msgid "Start and due date"
msgstr "开始和截止日期"
msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
-msgstr ""
+msgstr "选择一个群组,查看您的团队时间利用情况。然åŽï¼Œæ‚¨å¯ä»¥æ›´è¿›ä¸€æ­¥ï¼Œæ·±å…¥åˆ°é¡¹ç›®çº§åˆ«ã€‚"
msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors."
-msgstr ""
+msgstr "首先选择一个群组以开始æµè§ˆè¯¥ç¾¤ç»„中的åˆå¹¶è¯·æ±‚。然åŽæ‚¨å¯ä»¥æŒ‰é¡¹ç›®ã€æ ‡è®°ã€é‡Œç¨‹ç¢‘和作者进行过滤。"
msgid "Start cleanup"
msgstr "开始清ç†"
@@ -14750,26 +17622,32 @@ msgid "Start date"
msgstr "开始日期"
msgid "Start merge train"
-msgstr "å¯åŠ¨åˆå¹¶åˆ—车"
+msgstr "å¯åŠ¨åˆå¹¶é˜Ÿåˆ—"
msgid "Start merge train when pipeline succeeds"
-msgstr "æµæ°´çº¿æˆåŠŸæ—¶å¯åŠ¨åˆå¹¶åˆ—车"
+msgstr "æµæ°´çº¿æˆåŠŸæ—¶å¯åŠ¨åˆå¹¶é˜Ÿåˆ—"
msgid "Start search"
-msgstr ""
+msgstr "开始æœç´¢"
msgid "Start the Runner!"
msgstr "å¯åŠ¨ Runner!"
msgid "Start thread"
-msgstr ""
+msgstr "å¼€å¯è¯é¢˜"
msgid "Start thread & close %{noteable_name}"
-msgstr ""
+msgstr "开始è¯é¢˜å¹¶å…³é—­%{noteable_name}"
msgid "Start thread & reopen %{noteable_name}"
+msgstr "å¼€å¯è¯é¢˜å¹¶é‡æ–°æ‰“å¼€%{noteable_name}"
+
+msgid "Start your Free Gold Trial"
msgstr ""
+msgid "Start your free trial"
+msgstr "开始å…费试用"
+
msgid "Start your trial"
msgstr "开始试用"
@@ -14794,8 +17672,11 @@ msgstr "开始于(UTC)"
msgid "State your message to activate"
msgstr "输入消æ¯ä»¥å¯ç”¨"
+msgid "Static Application Security Testing (SAST)"
+msgstr "é™æ€åº”用程åºå®‰å…¨æµ‹è¯•(SAST)"
+
msgid "Statistics"
-msgstr ""
+msgstr "统计"
msgid "Status"
msgstr "状æ€"
@@ -14830,23 +17711,29 @@ msgstr "正在åœæ­¢â€¦â€¦"
msgid "Storage"
msgstr "存储"
+msgid "Storage nodes for new projects"
+msgstr "新项目的存储节点"
+
msgid "Storage:"
msgstr "存储:"
msgid "StorageSize|Unknown"
msgstr "未知"
+msgid "Subgroup overview"
+msgstr "å­ç¾¤ç»„概览"
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
-msgstr ""
+msgstr "å…许创建å­ç¾¤ç»„"
msgid "SubgroupCreationlevel|Allowed to create subgroups"
-msgstr ""
+msgstr "å…许创建å­ç¾¤ç»„"
msgid "SubgroupCreationlevel|Maintainers"
-msgstr ""
+msgstr "维护者"
msgid "SubgroupCreationlevel|Owners"
-msgstr ""
+msgstr "所有者"
msgid "Subgroups"
msgstr "å­ç¾¤ç»„"
@@ -14857,6 +17744,9 @@ msgstr "å­ç»„和项目"
msgid "Subkeys"
msgstr "å­å¯†é’¥"
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr "垃圾信æ¯ä¸¾æŠ¥"
@@ -14872,6 +17762,12 @@ msgstr "æ交评审"
msgid "Submit search"
msgstr "æ交æœç´¢"
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr "订阅"
@@ -14891,14 +17787,23 @@ msgid "Subscribed"
msgstr "已订阅"
msgid "Subscribed to this %{quick_action_target}."
-msgstr ""
+msgstr "已订阅 %{quick_action_target}。"
msgid "Subscribes to this %{quick_action_target}."
-msgstr ""
+msgstr "订阅%{quick_action_target}。"
msgid "Subscription"
msgstr "订阅"
+msgid "Subscription deletion failed."
+msgstr "订阅删除失败。"
+
+msgid "Subscription successfully created."
+msgstr "订阅已æˆåŠŸåˆ›å»ºã€‚"
+
+msgid "Subscription successfully deleted."
+msgstr "订阅已æˆåŠŸåˆ é™¤ã€‚"
+
msgid "SubscriptionTable|Billing"
msgstr "è´¦å•"
@@ -14968,18 +17873,33 @@ msgstr "使用情况"
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr "使用次数将在æ¯å¤©ä¸­åˆ12:00进行更新。"
+msgid "Subscriptions"
+msgstr "订阅"
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr "订阅会使订阅项目的%{default_branch_docs}æˆåŠŸå®Œæˆçš„æµæ°´çº¿è§¦å‘当å‰é¡¹ç›®çš„默认分支上的新æµæ°´çº¿ã€‚"
+
msgid "Subtracted"
-msgstr ""
+msgstr "å‡åŽ»"
msgid "Subtracts"
msgstr "å‡åŽ»"
+msgid "Succeeded"
+msgstr "å·²æˆåŠŸ"
+
+msgid "Successfully activated"
+msgstr "å·²æˆåŠŸæ¿€æ´»"
+
msgid "Successfully blocked"
msgstr "æˆåŠŸç¦ç”¨"
msgid "Successfully confirmed"
msgstr "æˆåŠŸç¡®è®¤"
+msgid "Successfully deactivated"
+msgstr "å·²æˆåŠŸå†»ç»“"
+
msgid "Successfully deleted U2F device."
msgstr "æˆåŠŸåˆ é™¤ U2F 设备。"
@@ -14995,8 +17915,8 @@ msgstr "æˆåŠŸè§£é™¤ç¦ç”¨"
msgid "Successfully unlocked"
msgstr "æˆåŠŸè§£é™¤ç¦ç”¨"
-msgid "Suggest code changes which are immediately applied. Try it out!"
-msgstr "å¯ä»¥ä¸€é”®åº”用的建议代ç æ›´æ”¹åŠŸèƒ½ã€‚试试看ï¼"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
msgid "Suggested change"
msgstr "å˜æ›´å»ºè®®"
@@ -15065,13 +17985,19 @@ msgid "SuggestedColors|Very pale orange"
msgstr "æžæ·¡æ©™è‰²"
msgid "Suggestions:"
-msgstr ""
+msgstr "建议:"
+
+msgid "Suite"
+msgstr "测试集"
+
+msgid "Summary"
+msgstr "概è¦"
msgid "Sunday"
msgstr "星期日"
msgid "Support"
-msgstr ""
+msgstr "支æŒ"
msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
msgstr "对自定义è¯ä¹¦çš„支æŒå·²ç¦ç”¨ã€‚请è”系系统管ç†å‘˜æ¥å¯ç”¨å®ƒã€‚"
@@ -15085,8 +18011,8 @@ msgstr "切æ¢åˆ†æ”¯/标签"
msgid "Switch to GitLab Next"
msgstr "切æ¢åˆ°GitLab Next"
-msgid "Switch to the source to copy it to the clipboard"
-msgstr "切æ¢åˆ°æºå°†å…¶å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "Switch to the source to copy the file contents"
+msgstr "切æ¢åˆ°æºæ¨¡å¼ä»¥å¤åˆ¶æ–‡ä»¶å†…容"
msgid "Sync information"
msgstr "åŒæ­¥ä¿¡æ¯"
@@ -15127,14 +18053,17 @@ msgstr "标签"
msgid "Tag list:"
msgstr "标签列表:"
+msgid "Tag name"
+msgstr "标签å称"
+
msgid "Tag this commit."
msgstr "为此æ交打标签。"
msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
-msgstr ""
+msgstr "使用“%{message}â€ä¸ºæ­¤æ交设置%{tag_name} 标签。"
msgid "Tagged this commit to %{tag_name}."
-msgstr ""
+msgstr "将此æ交标记为%{tag_name}。"
msgid "Tags"
msgstr "标签"
@@ -15187,8 +18116,8 @@ msgstr "新建标签"
msgid "TagsPage|New tag"
msgstr "新建标签"
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "(å¯é€‰)添加一æ¡æ¶ˆæ¯åˆ°æ ‡ç­¾ã€‚"
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr "也å¯ä»¥æ·»åŠ æ¶ˆæ¯åˆ°æ ‡ç­¾ã€‚ä¿ç•™ç©ºç™½åˆ™åˆ›å»º %{link_start}è½»é‡æ ‡ç­¾%{link_end}。"
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
msgstr "(å¯é€‰)å°†å‘行说明添加到标签。它们将被存储在GitLabæ•°æ®åº“中并显示在标签页上。"
@@ -15223,18 +18152,33 @@ msgstr "å·²ä¿æŠ¤"
msgid "Target Branch"
msgstr "目标分支"
+msgid "Target Path"
+msgstr "目标路径"
+
msgid "Target branch"
msgstr "目标分支"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "团队"
msgid "Team domain"
msgstr "团队域"
+msgid "Telephone number"
+msgstr "电è¯å·ç "
+
msgid "Template"
msgstr "模æ¿"
+msgid "Template to append to all Service Desk issues"
+msgstr "附加到所有æœåŠ¡å°é—®é¢˜çš„模æ¿"
+
+msgid "Template was successfully saved."
+msgstr "模æ¿å·²æˆåŠŸä¿å­˜ã€‚"
+
msgid "Templates"
msgstr "模æ¿"
@@ -15253,8 +18197,8 @@ msgstr "æœåŠ¡æ¡æ¬¾å议和éšç§æ”¿ç­–"
msgid "Terms of Service and Privacy Policy"
msgstr "æœåŠ¡æ¡æ¬¾å’Œéšç§æ”¿ç­–"
-msgid "Test SAML SSO"
-msgstr "测试 SAML SSO"
+msgid "Test"
+msgstr "测试"
msgid "Test coverage parsing"
msgstr "测试覆盖率解æž"
@@ -15289,8 +18233,41 @@ msgstr "ç¡®ä¿é¡¹ç›®æœ‰æ³¨é‡Šã€‚"
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr "ç¡®ä¿wikiå·²å¯ç”¨å¹¶å…·æœ‰é¡µé¢ã€‚"
+msgid "TestReports|%{count} errors"
+msgstr "%{count}个错误"
+
+msgid "TestReports|%{count} failures"
+msgstr "%{count}个失败"
+
+msgid "TestReports|%{count} jobs"
+msgstr "%{count}个作业"
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr "%{rate}%{sign}æˆåŠŸçŽ‡"
+
+msgid "TestReports|Test suites"
+msgstr "测试集"
+
+msgid "TestReports|Tests"
+msgstr "测试"
+
+msgid "TestReports|There are no test cases to display."
+msgstr "没有è¦æ˜¾ç¤ºçš„测试案例。"
+
+msgid "TestReports|There are no test suites to show."
+msgstr "没有è¦æ˜¾ç¤ºçš„测试集。"
+
+msgid "TestReports|There are no tests to show."
+msgstr "没有è¦æ˜¾ç¤ºçš„测试。"
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr "获å–测试报告时出错。"
+
+msgid "Tests"
+msgstr "测试"
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
-msgstr ""
+msgstr "感谢您注册å…费试用版ï¼éšåŽæ‚¨å°†æ”¶åˆ°æœ‰å…³å®‰è£…使用指å—的邮件。"
msgid "Thank you for your report. A GitLab administrator will look into it shortly."
msgstr "感谢您的报告。 GitLab管ç†å‘˜å°†å°½å¿«è¿›è¡Œè°ƒæŸ¥ã€‚"
@@ -15301,13 +18278,13 @@ msgstr "ä¸å†æ˜¾ç¤º"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr "群组“%{group_path}â€å…许您使用SSO以登录å¸æˆ·"
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr "“需è¦æ¥è‡ªä»£ç æ‰€æœ‰è€…的批准â€è®¾ç½®å·²ç§»è‡³%{banner_link_start}ä¿æŠ¤åˆ†æ”¯%{banner_link_end}"
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "%{type} 包å«ä»¥ä¸‹é”™è¯¯ï¼š"
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr "GitLab 中的高级全局æœç´¢åŠŸèƒ½æ˜¯ä¸€ä¸ªå¼ºå¤§ä¸”节çœæ‚¨çš„时间的æœç´¢æœåŠ¡ã€‚您å¯ä»¥æœç´¢å…¶ä»–团队的代ç ä»¥å¸®åŠ©æ‚¨å®Œå–„自己项目中的代ç ã€‚从而é¿å…创建é‡å¤çš„代ç æˆ–浪费时间。"
@@ -15323,6 +18300,12 @@ msgstr "议题跟踪用于管ç†éœ€æ±‚改进或者解决的问题"
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr "议题跟踪用于管ç†éœ€æ±‚改进或者解决的问题。请注册或登录åŽä¸ºå½“å‰é¡¹ç›®åˆ›å»ºè®®é¢˜ã€‚"
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr "PrometheusæœåŠ¡å™¨ä»¥â€œé”™è¯¯è¯·æ±‚â€å“应。请检查您的查询是å¦æ­£ç¡®ï¼Œå¹¶ä¸”当å‰çš„Prometheus版本支æŒã€‚ %{documentationLink}"
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr "用于连接到Elasticsearchçš„URL。使用逗å·åˆ†éš”的列表æ¥æ”¯æŒç¾¤é›†(例如,“http://localhost:9200, http://localhost:9201â€)。"
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr "在需è¦ç›¸äº’ TLS 与外部授æƒæœåŠ¡é€šä¿¡æ—¶ä½¿ç”¨çš„ X509 è¯ä¹¦ã€‚如果ä¿ç•™ä¸ºç©º, 则在访问 HTTPS æ—¶ä»ç„¶éªŒè¯æœåŠ¡å™¨è¯ä¹¦ã€‚"
@@ -15332,6 +18315,9 @@ msgstr "获å–辅助节点状æ€è¯·æ±‚超时的秒数。"
msgid "The branch for this project has no active pipeline configuration."
msgstr "此项目的分支没有活跃的æµæ°´çº¿é…置。"
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr "字符çªå‡ºæ˜¾ç¤ºå™¨å¸®åŠ©æ‚¨å°†ä¸»é¢˜è¡Œä¿æŒä¸º %{titleLength} 字符并将正文包装为 %{bodyLength} 以便它们在git中å¯è¯»ã€‚"
@@ -15341,12 +18327,27 @@ msgstr "ç¼–ç é˜¶æ®µæ¦‚述了从第一次æ交到创建åˆå¹¶è¯·æ±‚的时间。
msgid "The collection of events added to the data gathered for that stage."
msgstr "与该阶段相关的事件集åˆã€‚"
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr "下表的é…置状æ€ä»…适用于默认分支,并且基于%{linkStart}最新的æµæ°´çº¿%{linkEnd}。为默认分支é…置了扫æåŽï¼Œæ‚¨åˆ›å»ºçš„所有åŽç»­åŠŸèƒ½åˆ†æ”¯éƒ½å°†åŒ…å«è¯¥æ‰«æ。"
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "该连接将在 %{timeout}åŽè¶…时。如仓库导入耗时超过该时间,请使用克隆/推é€ç»„åˆã€‚"
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr "此页é¢çš„内容未以UTF-8ç¼–ç ã€‚编辑åªèƒ½é€šè¿‡Git仓库进行。"
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr "æ•°æ®æºå·²è¿žæŽ¥ï¼Œä½†æ²¡æœ‰å¯æ˜¾ç¤ºçš„æ•°æ®ã€‚ %{documentationLink}"
+
+msgid "The default CI configuration path for new projects."
+msgstr "新项目默认的CIé…置路径。"
+
msgid "The dependency list details information about the components used within your project."
msgstr "ä¾èµ–项列表详细说明了项目中使用组件的信æ¯ã€‚"
@@ -15357,10 +18358,10 @@ msgid "The directory has been successfully created."
msgstr "目录已æˆåŠŸåˆ›å»ºã€‚"
msgid "The domain you entered is misformatted."
-msgstr ""
+msgstr "您输入的域åæ ¼å¼é”™è¯¯ã€‚"
msgid "The domain you entered is not allowed."
-msgstr ""
+msgstr "您输入的域åä¸è¢«å…许。"
msgid "The entered user map is not a valid JSON user map."
msgstr "输入的用户映射ä¸æ˜¯æœ‰æ•ˆçš„JSON用户映射。"
@@ -15371,12 +18372,19 @@ msgstr "文件已æˆåŠŸåˆ›å»ºã€‚"
msgid "The file has been successfully deleted."
msgstr "文件已æˆåŠŸåˆ é™¤ã€‚"
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr "以下项目将ä¸ä¼šè¢«å¯¼å‡ºï¼š"
msgid "The following items will be exported:"
msgstr "以下项目将会被导出:"
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] "因为设置了新的个人访问令牌过期策略,以下个人访问令牌已被撤销:%{token_names} 。"
+
msgid "The fork relationship has been removed."
msgstr "派生关系已被删除。"
@@ -15392,6 +18400,9 @@ msgstr "群组和任何公共项目å¯ä»¥åœ¨æ²¡æœ‰ä»»ä½•èº«ä»½éªŒè¯çš„情况下
msgid "The group and its projects can only be viewed by members."
msgstr "群组åŠå…¶é¡¹ç›®åªèƒ½ç”±æˆå‘˜æŸ¥çœ‹ã€‚"
+msgid "The group has already been shared with this group"
+msgstr "该群组已与此群组共享"
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr "%{group_links} 的群组设置è¦æ±‚您为å¸æˆ·å¯ç”¨åŒé‡è®¤è¯ã€‚你也å¯ä»¥ %{leave_group_links}。"
@@ -15420,7 +18431,7 @@ msgid "The license was removed. GitLab now no longer has a valid license."
msgstr "许å¯è¯å·²è¢«åˆ é™¤ã€‚ GitLab当å‰æ— æœ‰æ•ˆçš„许å¯è¯ã€‚"
msgid "The license was successfully uploaded and is now active. You can see the details below."
-msgstr "许å¯è¯å·²æˆåŠŸä¸Šä¼ ï¼ŒçŽ°åœ¨å¤„于激活状æ€ã€‚详细信æ¯å¦‚下。"
+msgstr "许å¯è¯å·²æˆåŠŸä¸Šä¼ ï¼Œå¹¶å·²æ¿€æ´»ã€‚详细信æ¯å¦‚下。"
msgid "The maximum file size allowed is %{size}."
msgstr "å…许的最大文件大å°ä¸º %{size}。"
@@ -15437,8 +18448,11 @@ msgstr "æ­¤åˆå¹¶è¯·æ±‚çš„åˆå¹¶å†²çªå·²è§£å†³ã€‚"
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr "æ­¤åˆå¹¶è¯·æ±‚çš„åˆå¹¶å†²çªå·²å¾—到解决。请返回åˆå¹¶è¯·æ±‚。"
-msgid "The name %{entryName} is already taken in this directory."
-msgstr "å称%{entryName}在此目录中已使用。"
+msgid "The merge request can now be merged."
+msgstr "åˆå¹¶è¯·æ±‚现在å¯ä»¥åˆå¹¶äº†ã€‚"
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr "克隆仓库时从GitLab获å–çš„å˜æ›´æ•°ç›®ã€‚此设置å¯ä»¥åŠ å¿«æµæ°´çº¿çš„执行速度。ä¿æŒä¸ºç©ºæˆ–设置为0将默认ç¦ç”¨æµ…克隆,并使GitLab CIæ¯æ¬¡éƒ½èŽ·å–所有分支和标签。"
@@ -15449,12 +18463,15 @@ msgstr "上载记录无法找到相应文件的次数"
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "解密ç§é’¥æ‰€éœ€çš„密ç çŸ­è¯­ã€‚该项为å¯é€‰é¡¹, 并且内容被加密存储。"
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "CIé…置文件的路径。默认为 <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr "CIé…置文件的路径。默认为<code>.gitlab-ci.yml</code>"
msgid "The phase of the development lifecycle."
msgstr "项目生命周期中的å„个阶段。"
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr "æµæ°´çº¿è®¡åˆ’会在特定分支或标签上自动定期è¿è¡Œæµæ°´çº¿ã€‚这些计划的æµæ°´çº¿å°†ä»Žå…³è”用户继承有é™çš„项目访问æƒé™ã€‚"
@@ -15500,6 +18517,9 @@ msgstr "远程仓库镜åƒè¶…时未完æˆã€‚"
msgid "The remote repository is being updated..."
msgstr "远程仓库正在更新......"
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr "代ç å¯æ交到仓库,也å¯åˆ›å»ºæ–°çš„议题,评论和其他对象。"
+
msgid "The repository for this project does not exist."
msgstr "此项目的仓库ä¸å­˜åœ¨ã€‚"
@@ -15513,7 +18533,7 @@ msgid "The repository must be accessible over <code>http://</code>, <code>https:
msgstr "该仓库必须å¯é€šè¿‡<code>http://</code>, <code>https://</code> 或 <code>git://</code>进行访问。"
msgid "The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
-msgstr ""
+msgstr "该仓库必须å¯é€šè¿‡ <code>http://</code>,<code>https://</code>,<code>ssh://</code> 或 <code>git://</code>进行访问。"
msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
msgstr "审阅阶段概述了从创建åˆå¹¶è¯·æ±‚到被åˆå¹¶çš„时间。当创建第一个åˆå¹¶è¯·æ±‚åŽï¼Œæ•°æ®å°†è‡ªåŠ¨æ·»åŠ åˆ°æ­¤å¤„。"
@@ -15536,21 +18556,24 @@ msgstr "该代ç ç‰‡æ®µä»…对项目æˆå‘˜å¯è§ã€‚"
msgid "The snippet is visible to any logged in user."
msgstr "任何登录用户都å¯ä»¥çœ‹åˆ°è¯¥ä»£ç ç‰‡æ®µã€‚"
+msgid "The specified tab is invalid, please select another"
+msgstr "指定标签页无效,请选择å¦ä¸€ä¸ª"
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "预å‘布阶段概述了从åˆå¹¶è¯·æ±‚被åˆå¹¶åˆ°éƒ¨ç½²è‡³ç”Ÿäº§çŽ¯å¢ƒçš„总时间。首次部署到生产环境åŽï¼Œæ•°æ®å°†è‡ªåŠ¨æ·»åŠ åˆ°æ­¤å¤„。"
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "测试阶段概述了 GitLab CI 为相关åˆå¹¶è¯·æ±‚è¿è¡Œæ¯ä¸ªæµæ°´çº¿æ‰€éœ€çš„时间。当第一个æµæ°´çº¿è¿è¡Œå®ŒæˆåŽï¼Œæ•°æ®å°†è‡ªåŠ¨æ·»åŠ åˆ°æ­¤å¤„。"
msgid "The time taken by each data entry gathered by that stage."
msgstr "该阶段æ¯æ¡æ•°æ®æ‰€èŠ±çš„时间"
-msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
msgstr ""
+msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
+msgstr "Geo节点的唯一标识符。如果在gitlab.rb中设置, åˆ™å¿…é¡»åŒ¹é… \"geo_node_name\", å¦åˆ™å¿…须与 \"external_url\" 匹é…并以斜æ ç»“尾。"
+
msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
msgstr "æ›´æ–°æ“作将在 %{number_of_minutes} 分钟åŽè¶…时。对于大型仓库,请使用clone/push组åˆã€‚"
@@ -15572,8 +18595,11 @@ msgstr "用户映射是一个JSON文档,将å‚与项目的Google Code用户映
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "用户映射是å‚与项目的 FogBugz 用户的电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·å将被导入 GitLab çš„æ–¹å¼ã€‚您å¯ä»¥é€šè¿‡ä»¥ä¸‹è¡¨æ ¼æ¥ä¿®æ”¹æ˜ å°„关系。"
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr "您正在å°è¯•å†»ç»“的用户在过去%{minimum_inactive_days}天一直处于活动状æ€ï¼Œå› æ­¤æ— æ³•å†»ç»“。"
+
msgid "The user-facing URL of the Geo node"
-msgstr ""
+msgstr "Geo节点供用户访问的URL。"
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "中ä½æ•°æ˜¯ä¸€ä¸ªæ•°åˆ—中最中间的值。例如在 3ã€5ã€9 之间,中ä½æ•°æ˜¯ 5。在 3ã€5ã€7ã€8 之间,中ä½æ•°æ˜¯ (5 + 7)/ 2 = 6。"
@@ -15615,7 +18641,7 @@ msgid "There are no labels yet"
msgstr "ç›®å‰æ— æ ‡è®°"
msgid "There are no matching files"
-msgstr ""
+msgstr "没有匹é…的文件"
msgid "There are no open issues"
msgstr "没有未关闭的议题"
@@ -15635,15 +18661,21 @@ msgstr "无已暂存的修改"
msgid "There are no unstaged changes"
msgstr "无未暂存的修改"
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr "项目的订阅数é‡é™åˆ¶ä¸º100个。"
+
msgid "There is already a repository with that name on disk"
msgstr "ç£ç›˜ä¸Šå·²å­˜åœ¨å…·æœ‰è¯¥å称的仓库"
msgid "There is no data available. Please change your selection."
-msgstr ""
+msgstr "没有å¯ç”¨æ•°æ®ã€‚请更改选择。"
msgid "There was a problem communicating with your device."
msgstr "与您的设备通信时出现问题。"
+msgid "There was a problem saving your custom stage, please try again"
+msgstr "ä¿å­˜æ‚¨çš„自定义阶段时出错,请é‡è¯•"
+
msgid "There was a problem sending the confirmation email"
msgstr "å‘é€ç¡®è®¤é‚®ä»¶æ—¶å‡ºçŽ°é—®é¢˜"
@@ -15651,20 +18683,41 @@ msgid "There was an error %{message} todo."
msgstr "%{message}待办事项时出现错误"
msgid "There was an error adding a To Do."
+msgstr "添加待办事项时出现错误"
+
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
msgstr ""
msgid "There was an error creating the issue"
msgstr "创建议题时出错"
msgid "There was an error deleting the To Do."
-msgstr ""
+msgstr "删除待办事项时出现错误"
msgid "There was an error fetching configuration for charts"
msgstr "获å–图表的é…置时出错"
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr "获å–周期分æžé˜¶æ®µæ—¶å‡ºé”™ã€‚"
+
+msgid "There was an error fetching data for the selected stage"
+msgstr "获å–选定阶段的数æ®æ—¶å‡ºé”™"
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr "获å–选中群组的标记数æ®æ—¶å‡ºé”™"
+
+msgid "There was an error fetching median data for stages"
msgstr ""
+msgid "There was an error fetching the Designs"
+msgstr "获å–设计时出错"
+
msgid "There was an error gathering the chart data"
msgstr "收集图表数æ®æ—¶å‡ºé”™"
@@ -15674,6 +18727,9 @@ msgstr "加载用户活动日历时出错。"
msgid "There was an error removing the e-mail."
msgstr "删除电å­é‚®ä»¶æ—¶å‡ºé”™ã€‚"
+msgid "There was an error removing your custom stage, please try again"
+msgstr "删除自定义阶段时出错,请é‡è¯•"
+
msgid "There was an error resetting group pipeline minutes."
msgstr "é‡ç½®ç¾¤ç»„æµæ°´çº¿åˆ†é’Ÿæ•°æ—¶å‡ºé”™ã€‚"
@@ -15689,9 +18745,12 @@ msgstr "ä¿å­˜é€šçŸ¥è®¾ç½®æ—¶å‘生错误。"
msgid "There was an error subscribing to this label."
msgstr "订阅此标记时出错。"
-msgid "There was an error trying to validate your query"
+msgid "There was an error syncing the Design Repositories."
msgstr ""
+msgid "There was an error trying to validate your query"
+msgstr "å°è¯•éªŒè¯æ‚¨çš„查询时出错"
+
msgid "There was an error when reseting email token."
msgstr "é‡ç½®ç”µå­é‚®ä»¶ä»¤ç‰Œæ—¶å‡ºé”™ã€‚"
@@ -15704,12 +18763,24 @@ msgstr "å–消订阅此标记时出错。"
msgid "There was an error while fetching cycle analytics data."
msgstr "获å–周期分æžæ•°æ®æ—¶å‡ºé”™ã€‚"
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr "获å–周期分æžæŒç»­æ—¶é—´æ•°æ®æ—¶å‡ºé”™ã€‚"
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr "获å–周期分æžæ‘˜è¦æ•°æ®æ—¶å‡ºé”™ã€‚"
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "reCAPTCHA 验è¯é”™è¯¯ã€‚请å†æ¬¡éªŒè¯ reCAPTCHA。"
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr "这些现有的议题具有类似的标题。在那里评论å¯èƒ½æ›´å¥½ï¼Œè€Œä¸æ˜¯åˆ›å»ºå¦ä¸€ä¸ªç±»ä¼¼çš„问题。"
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr "这些é…置于父群组的å˜é‡ï¼Œå¯ä»¥å’Œé¡¹ç›®å˜é‡ä¸€èµ·ç”¨äºŽå½“å‰é¡¹ç›®ã€‚"
+
msgid "They can be managed using the %{link}."
msgstr "å¯ä»¥ä½¿ç”¨ %{link} 进行托管。"
@@ -15753,7 +18824,7 @@ msgid "This chart could not be displayed"
msgstr "无法显示此图表"
msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost."
-msgstr ""
+msgstr "此评论自您开始编辑以æ¥å·²å‘生改å˜ï¼Œè¯·æŸ¥çœ‹ %{startTag}更新的评论%{endTag} ,以确ä¿ä¿¡æ¯ä¸ä¼šä¸¢å¤±ã€‚"
msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request."
msgstr "æ­¤æ交是åˆå¹¶è¯·æ±‚ %{link_to_merge_request} 的一部分。此处创建的评论将在该åˆå¹¶è¯·æ±‚的上下文中创建。"
@@ -15770,9 +18841,6 @@ msgstr "æ­¤æ交已使用ç»è¿‡éªŒè¯çš„ç­¾å进行签å,但<strong>未验è
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr "æ­¤æ交使用 <strong>未ç»éªŒè¯çš„</strong> ç­¾å进行签å。"
-msgid "This container registry has been scheduled for deletion."
-msgstr "此容器镜åƒåº“已安排删除。"
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "此日期在截止日期之åŽï¼Œå› æ­¤è¯¥ å²è¯— ä¸ä¼šå‡ºçŽ°åœ¨è·¯çº¿å›¾ä¸­ã€‚"
@@ -15797,14 +18865,20 @@ msgstr "当å‰ç›®å½•"
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr "此域å未ç»è¿‡éªŒè¯ã€‚在å¯ç”¨è®¿é—®æƒé™ä¹‹å‰ï¼Œæ‚¨éœ€è¦éªŒè¯æ‰€æœ‰æƒã€‚"
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr "此端点请求次数过多。请ç¨åŽå†è¯•ã€‚"
+
msgid "This environment has no deployments yet."
msgstr "此环境还没有部署。"
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
-msgstr ""
+msgid "This epic already has the maximum number of child epics."
+msgstr "æ­¤å²è¯—çš„å­å²è¯—数目已达最大值。"
+
+msgid "This epic does not exist or you don't have sufficient permission."
+msgstr "æ­¤å²è¯—ä¸å­˜åœ¨æˆ–者您没有足够的æƒé™ã€‚"
msgid "This feature requires local storage to be enabled"
-msgstr ""
+msgstr "此功能需è¦æœ¬åœ°å­˜å‚¨ä»¥å¯ç”¨"
msgid "This field is required."
msgstr "该字段是必填字段。"
@@ -15816,13 +18890,13 @@ msgid "This group does not provide any group Runners yet."
msgstr "该群组未æ供任何群组Runner。"
msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
-msgstr ""
+msgstr "此群组,包括所有å­ç¾¤ç»„ã€é¡¹ç›®å’Œgit仓库,åªèƒ½ä»ŽæŒ‡å®šçš„IP地å€èŒƒå›´ä¸­è®¿é—®ã€‚支æŒç”¨é€—å·åˆ†éš”符分隔的多个地å€åˆ—表。例如: <code>192.168.0.0/24,168.1.0/24</code>. %{read_more_link}。"
msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed."
msgstr "此用户为“幽çµç”¨æˆ·â€ï¼Œç”¨äºŽæŒæœ‰è¢«åˆ é™¤ç”¨æˆ·çš„所有议题。该用户无法被删除。"
msgid "This is a Work in Progress"
-msgstr ""
+msgstr "这是一个正在进行中的工作"
msgid "This is a confidential issue."
msgstr "当å‰è®®é¢˜ä¸ºç§å¯†è®®é¢˜ã€‚"
@@ -15846,7 +18920,7 @@ msgid "This is your current session"
msgstr "这是您当å‰çš„会è¯"
msgid "This issue is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
-msgstr ""
+msgstr "此问题是%{confidentialLinkStart}机密的%{linkEnd}å’Œ%{lockedLinkStart}被é”定的%{linkEnd}。"
msgid "This issue is confidential"
msgstr "当å‰è®®é¢˜ä¸ºç§å¯†è®®é¢˜"
@@ -15854,6 +18928,9 @@ msgstr "当å‰è®®é¢˜ä¸ºç§å¯†è®®é¢˜"
msgid "This issue is locked."
msgstr "此议题已é”定。"
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr "该作业ä¾èµ–于其他产物已过期/已删除的作业:%{invalid_dependencies}"
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr "当å‰ä½œä¸šéœ€åœ¨ä¸Šçº§ä½œä¸šæˆåŠŸåŽæ‰å¯è¢«å¯åŠ¨ã€‚"
@@ -15872,21 +18949,36 @@ msgstr "作业还未被触å‘"
msgid "This job has not started yet"
msgstr "作业尚未开始"
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr "该作业是在集群%{clusterNameOrLink}上到%{environmentLink}的过期部署。"
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr "该作业是在集群%{clusterNameOrLink}上到%{environmentLink}的过期部署。查看%{deploymentLink}。"
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr "此项作业已过时,无法部署到 %{environmentLink}。"
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
-msgstr "此项作业已过时,无法部署到 %{environmentLink}。查看最新的部署 %{deploymentLink}。"
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr "该作业是到%{environmentLink}的过期部署。查看%{deploymentLink}。"
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr "这个作业已归档。åªèƒ½é‡è¯•æ•´ä¸ªæµæ°´çº¿ã€‚"
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
-msgstr "此作业将创建部署到 %{environmentLink} 并将覆盖已有部署%{deploymentLink} 。"
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr "该作业正在群集%{clusterNameOrLink}上创建到%{environmentLink}的部署。该部署将覆盖%{deploymentLink}。"
msgid "This job is creating a deployment to %{environmentLink}."
msgstr "当å‰ä½œä¸šæ­£åœ¨éƒ¨ç½²åº”用到%{environmentLink}。"
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr "此作业正在创建部署%{environmentLink}并将覆盖%{deploymentLink} 。"
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr "此作业被部署到%{clusterNameOrLink} 集群上的%{environmentLink}。"
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr "此作业已部署到%{environmentLink}。"
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr "作业挂起中,等待进入队列"
@@ -15897,25 +18989,25 @@ msgid "This job is preparing to start"
msgstr "此作业正准备开始"
msgid "This job is stuck because you don't have any active runners online with any of these tags assigned to them:"
-msgstr "此作业已å¡ä½ï¼Œå› ä¸ºæ‚¨æœªåˆ†é…任何具有这些标签的å¯ç”¨Runner:"
+msgstr "此作业已阻塞,因为您未分é…任何具有这些标签的å¯ç”¨Runner:"
msgid "This job is stuck because you don't have any active runners that can run this job."
-msgstr "由于您没有任何å¯ä»¥è¿è¡Œæ­¤ä½œä¸šçš„å¯ç”¨Runner,因此作业å¡ä½äº†ã€‚"
+msgstr "由于您没有任何å¯ä»¥è¿è¡Œæ­¤ä½œä¸šçš„å¯ç”¨Runner,因此作业阻塞了。"
-msgid "This job is the most recent deployment to %{link}."
-msgstr "此作业最近部署到 %{link}。"
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
msgstr "作业需手动æ“作"
msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
-msgstr ""
+msgstr "此作业需è¦æ‰‹åŠ¨å¹²é¢„æ‰èƒ½å¼€å§‹ã€‚在å¯åŠ¨æ¬¡ä½œä¸šä¹‹å‰ï¼Œæ‚¨å¯ä»¥åœ¨ä¸‹é¢æ·»åŠ å˜é‡ï¼Œè¿›è¡Œæœ€åŽæ—¶åˆ»çš„é…置更改。"
msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action."
msgstr "该作业将在计时器完æˆåŽè‡ªåŠ¨è¿è¡Œã€‚它们通常用于生产环境的增é‡éƒ¨ç½²ã€‚未计划时,它会转æ¢ä¸ºæ‰‹åŠ¨æ“作。"
msgid "This may expose confidential information as the selected fork is in another namespace that can have other members."
-msgstr ""
+msgstr "æ­¤æ“作å¯èƒ½ä¼šæ³„æ¼æœºå¯†ä¿¡æ¯ï¼Œå› ä¸ºé€‰å®šçš„派生ä½äºŽå¦ä¸€ä¸ªå字空间中,å¯èƒ½åŒ…å«å…¶ä»–æˆå‘˜ã€‚"
msgid "This means you can not push code until you create an empty repository or import existing one."
msgstr "在创建一个空的仓库或导入现有仓库之å‰ï¼Œå°†æ— æ³•æŽ¨é€ä»£ç ã€‚"
@@ -15929,6 +19021,9 @@ msgstr "此命å空间已被使用ï¼è¯·é€‰æ‹©å…¶ä»–命å空间。"
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr "由于您没有当å‰åˆ†æ”¯çš„写入æƒé™ï¼Œå› æ­¤ç¦ç”¨æ­¤é€‰é¡¹"
+msgid "This option is only available on GitLab.com"
+msgstr "此选项仅在GitLab.com上å¯ç”¨"
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr "此页é¢ä¸å¯ç”¨ï¼Œæ‚¨æ— æƒè·¨é¡¹ç›®é˜…读相关信æ¯ã€‚"
@@ -15941,6 +19036,12 @@ msgstr "æ­¤æµæ°´çº¿ä½¿ç”¨äº† %{strongStart}Auto DevOps 预先定义的并已å¯
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr "æ­¤æµæ°´çº¿ä½¿ç”¨äº† <b>Auto DevOps 预先定义的并已å¯ç”¨çš„ CI/CD é…置。</b>"
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "当å‰é¡¹ç›®"
@@ -15953,6 +19054,15 @@ msgstr "该项目尚无wiki主页"
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr "此项目未å¯ç”¨è´¦å•ã€‚è¦åˆ›å»ºç¾¤é›†ï¼Œè¯· <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">å¯ç”¨è´¦å• <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> 并é‡è¯•ã€‚"
+msgid "This project is archived and cannot be commented on."
+msgstr "此项目已存档,无法添加评论。"
+
+msgid "This project path either does not exist or is private."
+msgstr "该项目路径ä¸å­˜åœ¨æˆ–为ç§æœ‰ã€‚"
+
+msgid "This project will be removed on %{date}"
+msgstr "此项目将于%{date}被删除"
+
msgid "This repository"
msgstr "当å‰ä»“库"
@@ -15965,12 +19075,12 @@ msgstr "æ­¤Runner仅在å—ä¿æŠ¤åˆ†æ”¯ä¸Šè§¦å‘çš„æµæ°´çº¿ä¸Šè¿è¡Œ"
msgid "This setting can be overridden in each project."
msgstr "当å‰è®¾ç½®å¯åœ¨æ¯ä¸ªé¡¹ç›®ä¸­è¿›è¡Œæ›´æ”¹è¦†ç›–。"
-msgid "This setting will override user notification preferences for all project members."
-msgstr ""
-
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "此设置将更新用于生æˆç§æœ‰æ交电å­é‚®ä»¶çš„主机å。 %{learn_more}"
+msgid "This subscription is for"
+msgstr "此订阅适用于"
+
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
msgstr "当低于项目定义的超时时,此超时将优先,并å¯æŽ¥å—英文语å¥ï¼Œå¦‚“1 hourâ€ã€‚默认å•ä½ä¸ºç§’。"
@@ -15992,12 +19102,66 @@ msgstr "此用户将æˆä¸ºæ´»åŠ¨æµä¸­æ‰€æœ‰äº‹ä»¶çš„作者,例如创建新分
msgid "This will redirect you to an external sign in page."
msgstr "这会将您é‡å®šå‘到外部登录页é¢ã€‚"
-msgid "This will remove the fork relationship to source project"
-msgstr "æ­¤æ“作将删除与æºé¡¹ç›®çš„派生关系"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr "这将删除该项目和%{fork_source}之间的派生关系。"
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr "这将删除此项目与派生网络中其他项目之间的派生关系。"
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr "这些电å­é‚®ä»¶è‡ªåŠ¨ç”Ÿæˆä¸ºè®®é¢˜(评论生æˆä¸ºç”µå­é‚®ä»¶ä¼šè¯)并在此处列出。"
+msgid "Threat Monitoring"
+msgstr "å¨èƒç›‘测"
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr "Web应用程åºé˜²ç«å¢™(WAF)æ供监测和ä¿æŠ¤ç”Ÿäº§çŽ¯å¢ƒåº”用程åºçš„规则。 GitLab在您的Kubernetes集群中安装Inconges应用程åºæ—¶åŠ å…¥äº†modsecurity WAFæ’件。"
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr "当å‰å¨èƒç›‘测仅支æŒWAFæ•°æ®ã€‚"
+
+msgid "ThreatMonitoring|Environment"
+msgstr "环境"
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr "出现错误,无法获å–WAF统计"
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr "出现错误,无法获å–环境"
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr "下图是网络应用程åºé˜²ç«å¢™(WAF)跟踪应用程åºçš„æµé‡æ¦‚览。 请查看文档了解如何访问 WAF 日志,ç†è§£å“ªç§ç±»åž‹çš„æ¶æ„æµé‡è¯•å›¾è®¿é—®æ‚¨çš„应用。 点击下é¢æ ‡é¢˜æ—边的“?â€å›¾æ ‡ä¹Ÿå¯è®¿é—®æ–‡æ¡£é“¾æŽ¥ã€‚"
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr "å¨èƒç›‘测"
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr "å¨èƒç›‘视帮助页é¢é“¾æŽ¥"
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr "Web应用程åºé˜²ç«å¢™æœªå¯ç”¨"
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr "星期四"
@@ -16023,13 +19187,13 @@ msgid "Time estimate"
msgstr "预计时间"
msgid "Time from first comment to last commit"
-msgstr ""
+msgstr "第一次评论到最åŽä¸€æ¬¡æ交的时间"
msgid "Time from first commit until first comment"
-msgstr ""
+msgstr "第一次æ交至第一个评论的时间"
msgid "Time from last commit to merge"
-msgstr ""
+msgstr "最åŽä¸€æ¬¡æ交到åˆå¹¶çš„时间"
msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied."
msgstr "GitLab等待外部æœåŠ¡çš„å“应时间(秒)。当æœåŠ¡æ²¡æœ‰åŠæ—¶å“应时,访问将被拒ç»ã€‚"
@@ -16041,7 +19205,7 @@ msgid "Time spent"
msgstr "花费的时间"
msgid "Time to merge"
-msgstr ""
+msgstr "åˆå¹¶æ—¶é—´"
msgid "Time tracking"
msgstr "工时统计"
@@ -16053,22 +19217,22 @@ msgid "TimeTrackingEstimated|Est"
msgstr "预计"
msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}"
-msgstr ""
+msgstr "%{startTag}花费时间: %{endTag}%{timeSpentHumanReadable}"
msgid "TimeTracking|Estimated:"
msgstr "预计:"
msgid "TimeTracking|Over by %{timeRemainingHumanReadable}"
-msgstr ""
+msgstr "超时%{timeRemainingHumanReadable}"
msgid "TimeTracking|Spent"
msgstr "已用:"
msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}"
-msgstr ""
+msgstr "剩余时间: %{timeRemainingHumanReadable}"
msgid "Timeago|%s days ago"
-msgstr " %s天å‰"
+msgstr "%s天å‰"
msgid "Timeago|%s days remaining"
msgstr "剩余%s天"
@@ -16080,13 +19244,13 @@ msgid "Timeago|%s hours remaining"
msgstr "剩余%så°æ—¶"
msgid "Timeago|%s minutes ago"
-msgstr " %s分钟å‰"
+msgstr "%s分钟å‰"
msgid "Timeago|%s minutes remaining"
msgstr "剩余%s分钟"
msgid "Timeago|%s months ago"
-msgstr " %s个月å‰"
+msgstr "%s个月å‰"
msgid "Timeago|%s months remaining"
msgstr "剩余%s月"
@@ -16101,7 +19265,7 @@ msgid "Timeago|%s weeks remaining"
msgstr "剩余%s星期"
msgid "Timeago|%s years ago"
-msgstr " %så¹´å‰"
+msgstr "%så¹´å‰"
msgid "Timeago|%s years remaining"
msgstr "剩余%s年"
@@ -16190,9 +19354,6 @@ msgstr "刚刚"
msgid "Timeago|right now"
msgstr "ç«‹å³"
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr "超时"
@@ -16219,6 +19380,9 @@ msgstr "标题:"
msgid "Titles and Filenames"
msgstr "标题和文件å称"
+msgid "To"
+msgstr "到"
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr "è¦%{link_to_help}到您的域å,请将上述密钥添加到DNSé…置中的TXT记录。"
@@ -16241,7 +19405,7 @@ msgid "To connect GitHub repositories, you can use a %{personal_access_token_lin
msgstr "å¯ä»¥ä½¿ç”¨ %{personal_access_token_link} 连接GitHub仓库。当创建个人访问令牌时,需è¦é€‰æ‹© <code>repo</code> 范围,以显示å¯ä¾›è¿žæŽ¥çš„公开和ç§æœ‰çš„仓库列表。"
msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
-msgstr ""
+msgstr "è¦è¿žæŽ¥GitHub仓库,首先需è¦æŽˆæƒGitLab访问您的GitHub仓库列表。"
msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:"
msgstr "è¦è¿žæŽ¥GitHub仓库,首先需è¦æŽˆæƒGitLab访问列表中的GitHub仓库:"
@@ -16294,11 +19458,11 @@ msgstr "请将%{link} 页é¢è¿žæŽ¥åˆ°æ‚¨çš„ Jaeger æœåŠ¡å™¨ï¼Œä»¥ä¾¿åœ¨ GitLab
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr "为了ä¿æŒæ€§èƒ½ï¼Œä»…显示文件中的 <strong>%{display_size}/%{real_size}</strong>。"
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
-msgstr ""
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
+msgstr "为了ä¿è¯æ­¤è®®é¢˜çš„机密性,%{forkLink}并将派生项目的å¯è§æ€§è®¾ç½®ä¸ºç§æœ‰ã€‚"
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
-msgstr ""
+msgstr "为了ä¿è¯æ­¤è®®é¢˜çš„机密性,选择了该项目的ç§æœ‰æ´¾ç”Ÿã€‚"
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "è¦ä»Žæ‰‹åŠ¨é…置的PrometheusæœåŠ¡æŽ¥æ”¶è­¦æŠ¥ï¼Œè¯·å°†ä»¥ä¸‹URL和授æƒå¯†é’¥æ·»åŠ åˆ°Prometheus webhooké…置文件中。了解更多关于 %{linkStart}é…ç½®Prometheus%{linkEnd} 将警报å‘é€åˆ°GitLab。"
@@ -16307,16 +19471,16 @@ msgid "To see all the user's personal access tokens you must impersonate them fi
msgstr "è¦æŸ¥çœ‹ç”¨æˆ·çš„所有个人访问令牌,您必须先模拟其身份。"
msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
-msgstr ""
+msgstr "è¦æŸ¥çœ‹æ­¤é¡¹ç›®çš„è¿ç»´è¯¦ç»†ä¿¡æ¯ï¼Œ 需%{linkStart}å‡çº§ç¾¤ç»„计划为银牌计划%{linkEnd}。您也å¯ä»¥ä»Žä»ªè¡¨æ¿ä¸Šåˆ é™¤æ­¤é¡¹ç›®ã€‚"
msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
-msgstr ""
+msgstr "è¦æŸ¥çœ‹è¯¥é¡¹ç›®çš„è¿ç»´è¯¦ç»†ä¿¡æ¯ï¼Œè¯·ä¸Ž%{groupName}群组的所有者è”系以å‡çº§è®¢é˜…计划。或者您也å¯ä»¥ä»Žä»ªè¡¨æ¿ä¸Šåˆ é™¤æ­¤é¡¹ç›®ã€‚"
msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
msgstr "通过Azure,Okta,Onelogin,Ping Identity或自定义SAML 2.0等身份验è¯ç¨‹åºä¸ºæ‚¨çš„群组设置SAML身份验è¯ï¼š"
msgid "To set up this service:"
-msgstr ""
+msgstr "设置此æœåŠ¡ï¼š"
msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
msgstr "è‹¥è¦æŒ‡å®šæ‚¨æ‰€å±žçš„群组的æ¯ä¸ªé¡¹ç›®çš„通知级别,您需è¦è®¿é—®é¡¹ç›®é¡µé¢ï¼Œæ›´æ”¹é€šçŸ¥çº§åˆ«ã€‚"
@@ -16343,16 +19507,16 @@ msgid "To widen your search, change or remove filters."
msgstr "需è¦æ‰©å¤§æœç´¢èŒƒå›´ï¼Œè¯·æ›´æ”¹æˆ–移除过滤æ¡ä»¶ã€‚"
msgid "To-Do List"
-msgstr ""
+msgstr "待办事项列表"
msgid "To-do item successfully marked as done."
-msgstr ""
+msgstr "待办事项已æˆåŠŸæ ‡è®°ä¸ºå·²å®Œæˆã€‚"
msgid "Today"
msgstr "今日"
msgid "Toggle Markdown preview"
-msgstr ""
+msgstr "切æ¢Markdown预览"
msgid "Toggle Sidebar"
msgstr "切æ¢ä¾§è¾¹æ "
@@ -16361,7 +19525,7 @@ msgid "Toggle backtrace"
msgstr "切æ¢è°ƒç”¨æ ˆå›žæº¯(backtrace)"
msgid "Toggle collapse"
-msgstr ""
+msgstr "切æ¢æŠ˜å "
msgid "Toggle comments for this file"
msgstr "切æ¢æ­¤æ–‡ä»¶çš„评论"
@@ -16385,13 +19549,13 @@ msgid "Toggle sidebar"
msgstr "切æ¢è¾¹æ "
msgid "Toggle the Performance Bar"
-msgstr ""
+msgstr "切æ¢æ€§èƒ½æ "
msgid "Toggle this dialog"
-msgstr ""
+msgstr "切æ¢æ­¤å¯¹è¯æ¡†"
msgid "Toggle thread"
-msgstr ""
+msgstr "切æ¢è¯é¢˜"
msgid "ToggleButton|Toggle Status: OFF"
msgstr "开关状æ€ï¼šå…³é—­"
@@ -16400,7 +19564,7 @@ msgid "ToggleButton|Toggle Status: ON"
msgstr "开关状æ€ï¼šå¼€å¯"
msgid "Toggled :%{name}: emoji award."
-msgstr ""
+msgstr "åˆ‡æ¢ :%{name}: 表情符å·èµžèµã€‚"
msgid "Toggles :%{name}: emoji award."
msgstr "åˆ‡æ¢ :%{name}: 表情符å·èµžèµã€‚"
@@ -16411,6 +19575,12 @@ msgstr "明日"
msgid "Too many changes to show."
msgstr "è¦æ˜¾ç¤ºçš„å˜æ›´å¤ªå¤šã€‚"
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr "å¯ç”¨äº†å¤ªå¤šçš„命å空间。您需è¦é€šè¿‡æŽ§åˆ¶å°æˆ–APIæ¥ç®¡ç†å®ƒä»¬ã€‚"
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr "å¯ç”¨äº†å¤ªå¤šçš„项目。您需è¦é€šè¿‡æŽ§åˆ¶å°æˆ–APIæ¥ç®¡ç†å®ƒä»¬ã€‚"
+
msgid "Topics"
msgstr "主题"
@@ -16420,18 +19590,24 @@ msgstr "全部"
msgid "Total Contributions"
msgstr "贡献总计"
-msgid "Total Time"
-msgstr "总时间"
-
msgid "Total artifacts size: %{total_size}"
-msgstr ""
+msgstr "所有产物大å°ï¼š %{total_size}"
+
+msgid "Total issues"
+msgstr "总议题数"
msgid "Total test time for all commits/merges"
msgstr "所有æ交和åˆå¹¶çš„总测试时间"
+msgid "Total weight"
+msgstr "总æƒé‡"
+
msgid "Total: %{total}"
msgstr "总计:%{total}"
+msgid "Trace"
+msgstr "跟踪"
+
msgid "Tracing"
msgstr "跟踪"
@@ -16445,17 +19621,23 @@ msgid "Track time with quick actions"
msgstr "使用快æ·æ“作æ¥ç»Ÿè®¡å·¥æ—¶"
msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
+msgstr "使用GitLab for Slack跟踪您的GitLab项目。"
msgid "Track your project with Audit Events."
-msgstr ""
+msgstr "使用审计事件跟踪您的项目。"
msgid "Transfer project"
msgstr "转移项目"
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr "无法更新路径。因为此群组下的项目包å«äº†å®¹å™¨é•œåƒåº“çš„Dockeré•œåƒã€‚请先从您的项目中删除镜åƒåŽé‡è¯•ã€‚"
+
msgid "TransferGroup|Database is not supported."
msgstr "ä¸æ”¯æŒçš„æ•°æ®åº“。"
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr "群组包å«å¸¦æœ‰NPM软件包的项目。"
+
msgid "TransferGroup|Group is already a root group."
msgstr "群组已ç»æ˜¯ä¸€ä¸ªæ ¹ç¾¤ç»„。"
@@ -16483,6 +19665,9 @@ msgstr "项目无法转移,因为标签存在于其容器镜åƒåº“中"
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr "目标命å空间中已存在具有相åŒå称或路径的项目"
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr "如果项目具有NPM软件包,则无法更新根命å空间"
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr "转移失败,请è”系管ç†å‘˜ã€‚"
@@ -16492,6 +19677,9 @@ msgstr "树形视图"
msgid "Trending"
msgstr "热门"
+msgid "Trigger"
+msgstr "触å‘器"
+
msgid "Trigger pipelines for mirror updates"
msgstr "触å‘é•œåƒæ›´æ–°çš„æµæ°´çº¿"
@@ -16519,8 +19707,8 @@ msgstr "触å‘器已æˆåŠŸæ›´æ–°ã€‚"
msgid "Triggerer"
msgstr "触å‘者"
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "触å‘器å¯ä»¥é€šè¿‡ API 调用使特定的分支或标签被é‡æ–°æž„建,这些 token å¯ä½¿ç”¨ä¸Žå…¶å…³è”的用户(包括该用户对项目的访问æƒé™)的身份"
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr "触å‘器å¯ä»¥é€šè¿‡API调用使特定的分支或标签被é‡æ–°æž„建,这些token使用与其关è”的用户(包括该用户对项目的访问æƒé™ä»¥åŠé¡¹ç›®çš„æƒé™)的身份"
msgid "Troubleshoot and monitor your application with tracing"
msgstr "使用跟踪对应用程åºè¿›è¡Œæ•…障排除与监控"
@@ -16538,7 +19726,7 @@ msgid "Try to fork again"
msgstr "å°è¯•å†æ¬¡æ´¾ç”Ÿ"
msgid "Try using a different search term to find the file you are looking for."
-msgstr ""
+msgstr "å°è¯•ä½¿ç”¨ä¸åŒçš„æœç´¢è¯æŸ¥æ‰¾ä½ æƒ³è¦çš„文件。"
msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now."
msgstr "å°è¯•ä¸Žæ‚¨çš„设备通信。请将其æ’入并立å³æŒ‰ä¸‹ä¸Šçš„按钮。"
@@ -16547,10 +19735,10 @@ msgid "Tuesday"
msgstr "星期二"
msgid "Turn Off"
-msgstr ""
+msgstr "关闭"
msgid "Turn On"
-msgstr ""
+msgstr "å¼€å¯"
msgid "Turn on Service Desk"
msgstr "å¯ç”¨æœåŠ¡å°"
@@ -16576,6 +19764,9 @@ msgstr "åŒé‡è®¤è¯"
msgid "Type"
msgstr "类型"
+msgid "Type/State"
+msgstr "类型/状æ€"
+
msgid "U2F Devices (%{length})"
msgstr "U2F设备(%{length})"
@@ -16586,13 +19777,22 @@ msgid "URL"
msgstr "URL"
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
-msgstr ""
+msgstr "外部存储网å€å°†å­˜å‚¨ä»“库的é™æ€å¯¹è±¡ (例如,档案,åšå®¢ï¼Œ...)。"
+
+msgid "URL or request ID"
+msgstr "URL或请求ID"
msgid "Unable to apply suggestions to a deleted line."
-msgstr ""
+msgstr "无法将建议应用于已删除的行。"
msgid "Unable to build Slack link."
-msgstr ""
+msgstr "无法建立Slack连结。"
+
+msgid "Unable to collect CPU info"
+msgstr "无法收集CPUä¿¡æ¯"
+
+msgid "Unable to collect memory info"
+msgstr "无法收集内存信æ¯"
msgid "Unable to connect to Prometheus server"
msgstr "无法连接到PrometheusæœåŠ¡å™¨"
@@ -16600,17 +19800,23 @@ msgstr "无法连接到PrometheusæœåŠ¡å™¨"
msgid "Unable to connect to server: %{error}"
msgstr "无法连接到æœåŠ¡å™¨: %{error}"
+msgid "Unable to fetch vulnerable projects"
+msgstr "无法获å–å¯èƒ½å­˜åœ¨æ¼æ´žçš„项目"
+
msgid "Unable to generate new instance ID"
msgstr "无法生æˆæ–°çš„实例 ID"
msgid "Unable to load the diff. %{button_try_again}"
msgstr "无法加载差异。 %{button_try_again}"
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr "无法加载åˆå¹¶è¯·æ±‚部件。请å°è¯•é‡æ–°åŠ è½½é¡µé¢ã€‚"
+
msgid "Unable to resolve"
msgstr "无法解决"
msgid "Unable to save your changes. Please try again."
-msgstr ""
+msgstr "无法ä¿å­˜æ‚¨çš„更改。请é‡è¯•ã€‚"
msgid "Unable to schedule a pipeline to run immediately"
msgstr "无法安排æµæ°´çº¿ç«‹å³è¿è¡Œ"
@@ -16630,11 +19836,11 @@ msgstr "当å‰æ— æ³•æ›´æ–°è¿™ä¸ªè®®é¢˜ã€‚"
msgid "Unarchive project"
msgstr "å–消归档项目"
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
-msgstr "å–消项目存档将æ¢å¤ç”¨æˆ·å¯¹å…¶è¿›è¡Œæ›´æ”¹çš„能力。用户å¯ä»¥å°†æ交推é€åˆ°ä»“库, 并且å¯ä»¥åˆ›å»ºè®®é¢˜ã€è¯„论和其他对象。 <strong>此项目激活åŽ, 将显示在æœç´¢å’Œä»ªè¡¨æ¿ä¸Šã€‚</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr "å–消项目存档将æ¢å¤ç”¨æˆ·å¯¹å…¶è¿›è¡Œæ›´æ”¹çš„能力。æ交å¯ä»¥è¢«æŽ¨é€åˆ°ä»“库, 并且å¯ä»¥åˆ›å»ºè®®é¢˜ã€è¯„论和其他对象。%{strong_start}项目æ¢å¤åŽ, å°†å¯æ˜¾ç¤ºåœ¨æœç´¢å’Œä»ªè¡¨æ¿ä¸Šã€‚%{strong_end}"
msgid "Unblock"
-msgstr "解除é”定"
+msgstr "解除ç¦ç”¨"
msgid "Undo"
msgstr "撤消"
@@ -16643,14 +19849,17 @@ msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "很é—憾,您å‘é€ç»™GitLab的电å­é‚®ä»¶æ— æ³•å¤„ç†ã€‚"
msgid "Uninstall"
-msgstr ""
+msgstr "å¸è½½"
msgid "Uninstalling"
-msgstr ""
+msgstr "正在å¸è½½"
msgid "Unknown"
msgstr "未知的"
+msgid "Unknown Error"
+msgstr "未知错误"
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr "未知的加密策略: %{encrypted_strategy}!"
@@ -16676,22 +19885,22 @@ msgid "Unlocked"
msgstr "未é”定"
msgid "Unlocked the discussion."
-msgstr ""
+msgstr "解é”讨论。"
msgid "Unlocks the discussion."
-msgstr ""
+msgstr "解é”讨论。"
msgid "Unmarked this %{noun} as Work In Progress."
-msgstr ""
+msgstr "å–消%{noun}的“正在进行中â€æ ‡è®°ã€‚"
msgid "Unmarks this %{noun} as Work In Progress."
-msgstr ""
+msgstr "å–消 %{noun} 的“正在进行中â€æ ‡è®°ã€‚"
msgid "Unresolve discussion"
msgstr "待解决的讨论"
msgid "Unresolve thread"
-msgstr ""
+msgstr "å°†è¯é¢˜ç½®ä¸ºæœªè§£å†³"
msgid "Unschedule job"
msgstr "å–消作业计划"
@@ -16702,9 +19911,6 @@ msgstr "å–消暂存"
msgid "Unstage all changes"
msgstr "å–消全部暂存更改"
-msgid "Unstage changes"
-msgstr "å–消暂存更改"
-
msgid "Unstaged"
msgstr "未暂存"
@@ -16730,13 +19936,16 @@ msgid "Unsubscribe from %{type}"
msgstr "å–消订阅 %{type}"
msgid "Unsubscribed from this %{quick_action_target}."
-msgstr ""
+msgstr "å–消订阅%{quick_action_target}."
msgid "Unsubscribes from this %{quick_action_target}."
-msgstr ""
+msgstr "å–消订阅%{quick_action_target}."
msgid "Until"
-msgstr ""
+msgstr "直到"
+
+msgid "Until that time, the project can be restored."
+msgstr "在此时间之å‰ï¼Œè¯¥é¡¹ç›®å¯ä»¥æ¢å¤ã€‚"
msgid "Unverified"
msgstr "未验è¯"
@@ -16748,25 +19957,25 @@ msgid "Upcoming"
msgstr "å³å°†å¼€å§‹"
msgid "Upcoming Release"
-msgstr ""
+msgstr "未æ¥å‘布"
msgid "Update"
msgstr "æ›´æ–°"
msgid "Update all"
-msgstr ""
+msgstr "全部更新"
msgid "Update approval rule"
-msgstr ""
+msgstr "更新批准规则"
msgid "Update failed"
msgstr "更新失败"
msgid "Update failed. Please try again."
-msgstr ""
+msgstr "更新失败。请é‡è¯•ã€‚"
msgid "Update it"
-msgstr ""
+msgstr "æ›´æ–°"
msgid "Update now"
msgstr "ç«‹å³æ›´æ–°"
@@ -16793,13 +20002,16 @@ msgid "UpdateProject|Project could not be updated!"
msgstr "项目无法更新ï¼"
msgid "Updated"
-msgstr "已更新"
+msgstr "更新于"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "由%{updated_by}更新于%{updated_at}"
+msgid "Updated at"
+msgstr "更新于"
+
msgid "Updated to"
-msgstr ""
+msgstr "更新到"
msgid "Updating"
msgstr "更新中"
@@ -16814,7 +20026,7 @@ msgid "Upgrade your plan to activate Advanced Global Search."
msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨é«˜çº§å…¨å±€æœç´¢ã€‚"
msgid "Upgrade your plan to activate Audit Events."
-msgstr ""
+msgstr "å‡çº§æ‚¨çš„订阅计划以激活审计事件。"
msgid "Upgrade your plan to activate Contribution Analytics."
msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨è´¡çŒ®åº¦åˆ†æžã€‚"
@@ -16822,9 +20034,6 @@ msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨è´¡çŒ®åº¦åˆ†æžã€‚"
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨ç¾¤ç»„Webhook。"
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨è®®é¢˜æƒé‡ã€‚"
-
msgid "Upgrade your plan to improve Issue boards."
msgstr "å‡çº§æ‚¨çš„订阅计划以使用增强的议题看æ¿ã€‚"
@@ -16849,9 +20058,6 @@ msgstr "为您的è¯ä¹¦ä¸Šä¼ ä¸€ä¸ªç§é’¥"
msgid "Upload file"
msgstr "上传文件"
-msgid "Upload file does not exist"
-msgstr "上传的文件ä¸å­˜åœ¨"
-
msgid "Upload object map"
msgstr "上传对象图"
@@ -16870,6 +20076,9 @@ msgstr "上传"
msgid "Upstream"
msgstr "上游"
+msgid "Uptime"
+msgstr "è¿è¡Œæ—¶é—´"
+
msgid "Upvotes"
msgstr "顶"
@@ -16880,7 +20089,7 @@ msgid "Usage ping is not enabled"
msgstr "使用情况检测(usage ping)未å¯ç”¨"
msgid "Usage quotas help link"
-msgstr ""
+msgstr "使用é…é¢å¸®åŠ©é“¾æŽ¥"
msgid "Usage statistics"
msgstr "使用情况统计"
@@ -16951,6 +20160,12 @@ msgstr "在您的手机或计算机上使用一次密ç éªŒè¯å™¨å¯ç”¨åŒé‡è®¤
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr "使用群组里程碑å¯ä»¥ç»Ÿä¸€ç®¡ç†å¤šä¸ªé¡¹ç›®ä¸­åŒä¸€é‡Œç¨‹ç¢‘的议题。"
+msgid "Use hashed storage"
+msgstr "使用哈希存储"
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr "为新建和改å项目使用哈希存储路径。å¯ç”¨ä¸å¯å˜çš„ã€ä»¥åŸºäºŽå“ˆå¸Œçš„路径和仓库å称æ¥å­˜å‚¨ç£ç›˜ä¸Šçš„仓库。这样仓库在项目URL更改时无需移动或é‡æ–°å‘½å,并å¯ä»¥æ”¹è¿›ç£ç›˜ I/O 性能。"
+
msgid "Use one line per URI"
msgstr "æ¯ä¸ªURIå ä¸€è¡Œ"
@@ -16972,6 +20187,9 @@ msgstr "ä¾›æˆå‘˜ç™»å½•æ‚¨çš„GitLab群组"
msgid "Used to help configure your identity provider"
msgstr "用于帮助é…置您的身份æ供者"
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr "用户 %{current_user_username} 已开始使用%{username}的身份"
@@ -17008,6 +20226,9 @@ msgstr "用户映射"
msgid "User pipeline minutes were successfully reset."
msgstr "用户æµæ°´çº¿åˆ†é’Ÿæ•°å·²æˆåŠŸé‡ç½®ã€‚"
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr "用户设置"
@@ -17051,7 +20272,7 @@ msgid "UserOnboardingTour|Click to open the latest commit to see its details."
msgstr "点击打开最新æ交æ¥æŸ¥çœ‹è¯¦æƒ…。"
msgid "UserOnboardingTour|Close 'Learn GitLab'"
-msgstr ""
+msgstr "关闭 '学习 GitLab'"
msgid "UserOnboardingTour|Commits are shown in chronological order and can be filtered by the commit message or by the branch."
msgstr "æ交按时间顺åºæ˜¾ç¤ºï¼Œå¹¶å¯é€šè¿‡æ交消æ¯æˆ–分支进行过滤。"
@@ -17066,7 +20287,7 @@ msgid "UserOnboardingTour|Got it"
msgstr "知é“了"
msgid "UserOnboardingTour|Great job! %{clapHands} We hope the tour was helpful and that you learned how to use GitLab.%{lineBreak}%{lineBreak}We'd love to get your feedback on this tour.%{lineBreak}%{lineBreak}%{emphasisStart}How helpful would you say this guided tour was?%{emphasisEnd}%{lineBreak}%{lineBreak}"
-msgstr ""
+msgstr "好æžäº†ï¼ %{clapHands} 我们希望这个指å—对您有所帮助,并且您学会了如何使用GitLab。%{lineBreak}%{lineBreak}我们希望能收到您对本指å—çš„å馈。%{lineBreak}%{lineBreak}%{emphasisStart}您认为该指å—的用途有多大?%{emphasisEnd}%{lineBreak}%{lineBreak}"
msgid "UserOnboardingTour|Guided GitLab Tour"
msgstr "GitLab导览"
@@ -17074,8 +20295,8 @@ msgstr "GitLab导览"
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr "在这里,您å¯ä»¥å°†æ­¤åˆ†æ”¯çš„å˜æ›´ä¸Žå¦ä¸€ä¸ªåˆ†æ”¯è¿›è¡Œæ¯”较。å˜æ›´ä¾ç…§æ–‡ä»¶åˆ†ç»„,方便您查看更改的ä½ç½®ã€‚"
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
-msgstr "在这里,您å¯ä»¥ä»Žé›¶å¼€å§‹åˆ›å»ºé¡¹ç›®ï¼Œä¹Ÿå¯ä»¥ä»Žæ¨¡æ¿å¼€å§‹æˆ–从其他平å°å¯¼å…¥ä»“库。无论您选择哪ç§æ–¹å¼ï¼Œæˆ‘们都会指导您完æˆæ•´ä¸ªè¿‡ç¨‹ã€‚%{lineBreak}%{lineBreak}请选择创建项目的方法,然åŽå•å‡»%{emphasisStart}创建项目%{emphasisEnd}进入下一步。"
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgstr "在这里,您å¯ä»¥ä»Žé›¶å¼€å§‹åˆ›å»ºé¡¹ç›®ï¼Œä»Žæ¨¡æ¿å¼€å§‹æˆ–从其他平å°å¯¼å…¥ä»“库。无论您选择什么,我们都会指导您完æˆæ•´ä¸ªè¿‡ç¨‹ã€‚%{lineBreak}%{lineBreak}填写项目的信æ¯ï¼Œç„¶åŽå•å‡»%{emphasisStart}创建项目%{emphasisEnd}以进入下一步。"
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
msgstr "在这里您å¯ä»¥çœ‹åˆ°æµæ°´çº¿çš„组æˆï¼šæ‰€æœ‰é˜¶æ®µå’Œæ¯ä¸ªé˜¶æ®µçš„作业åŠå…¶çŠ¶æ€ã€‚%{lineBreak}%{lineBreak}我们的CI/CDæµæ°´çº¿éžå¸¸å¤æ‚,大多数用户拥有更少和更简å•çš„æµæ°´çº¿ã€‚"
@@ -17086,14 +20307,14 @@ msgstr "在这里,您å¯ä»¥çœ‹åˆ°é¡¹ç›®çš„当å‰æˆå‘˜(ç›®å‰æœ‰æ‚¨è‡ªå·±)并é
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr "在这里,您å¯ä»¥çœ‹åˆ°æ­¤æ交包å«äº†å“ªäº›æ›´æ”¹ï¼Œåœ¨å“ªä¸ªåˆ†æ”¯ä¸Šä»¥åŠæ˜¯å¦å­˜åœ¨ç›¸å…³çš„åˆå¹¶è¯·æ±‚。如果设置了CI/CD,æµæ°´çº¿çš„状æ€ä¹Ÿä¼šæ˜¾ç¤ºå‡ºæ¥ã€‚%{lineBreak}%{lineBreak}您还å¯ä»¥å¯¹å·²æ›´æ”¹çš„代ç è¡Œè¿›è¡Œè¯„论,并与åŒäº‹å¼€å§‹è®¨è®ºï¼"
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
-msgstr "这里是%{emphasisStart}%{projectName}%{emphasisEnd} 项目中分支的概览。分支在此被分类为活跃与éžæ´»è·ƒã€‚%{lineBreak}%{lineBreak}从这个界é¢ï¼Œæ‚¨å¯ä»¥ä»Žåˆ†æ”¯åˆ›å»ºæ–°çš„åˆå¹¶è¯·æ±‚,或者将分支与项目中的任何其他分支进行比较。默认情况下,它会将其与主分支进行比较。"
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgstr "这里是%{emphasisStart}%{projectName}%{emphasisEnd}项目中分支的概述。分支被分类为活跃和éžæ´»è·ƒã€‚%{lineBreak}%{lineBreak}从此处,您å¯ä»¥ä»Žåˆ†æ”¯åˆ›å»ºæ–°çš„åˆå¹¶è¯·æ±‚,或者将分支与项目中的任何其他分支进行比较。默认情况下,它会将其与主分支进行比较。"
msgid "UserOnboardingTour|Invite colleagues"
msgstr "邀请åŒäº‹"
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
-msgstr "议题éžå¸¸é€‚åˆåœ¨GitLab中进行沟通和跟踪进展。这些是在%{emphasisStart}%{projectName}%{emphasisEnd}项目中开å¯çš„所有议题。%{lineBreak}%{lineBreak}您å¯ä»¥é€šè¿‡ä¸ºæ ‡è®°ä¸º<span class=\"badge color-label accept-mr-label\">接å—åˆå¹¶è¯·æ±‚</span>的议题æ¥æœªæ”¹è¿›GitLab作出贡献。%{lineBreak}%{lineBreak}此列表å¯ä»¥æŒ‰æ ‡ç­¾ï¼Œé‡Œç¨‹ç¢‘,å—让人,作者进行过滤......我们将å‘您展示列表按标记过滤时的呈现。"
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
+msgstr "议题éžå¸¸é€‚åˆåœ¨GitLab中进行沟通和跟踪进展。这些是在%{emphasisStart}%{projectName}%{emphasisEnd}中开å¯çš„全部议题。%{lineBreak}%{lineBreak}您å¯ä»¥é€šè¿‡ä¸ºæ ‡è®°ä¸º<span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>的议题作出贡献æ¥å¸®åŠ©æˆ‘们改进GitLab。%{lineBreak}%{lineBreak}此列表å¯ä»¥æŒ‰æ ‡ç­¾ï¼Œé‡Œç¨‹ç¢‘,å—让人,作者进行过滤......我们将å‘您展示列表按标签过滤时的样å­ã€‚"
msgid "UserOnboardingTour|Learn GitLab"
msgstr "学习GitLab"
@@ -17125,26 +20346,29 @@ msgstr "é‡æ–°å¼€å§‹æ­¤æ­¥éª¤"
msgid "UserOnboardingTour|Skip this step"
msgstr "跳过此步骤"
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
-msgstr "好æžäº†ï¼æ‚¨çš„项目已就绪。%{lineBreak}%{lineBreak}您å¯ä»¥å°†æ–‡ä»¶æ·»åŠ åˆ°ä»“库或克隆。我们è¦å±•ç¤ºçš„最åŽä¸€ä»¶äº‹å°±æ˜¯å¦‚何邀请您的åŒäº‹åŠ å…¥æ‚¨çš„新项目。"
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgstr "好æžäº†ï¼æ‚¨çš„项目已创建æˆåŠŸå¯ä»¥ä½¿ç”¨ã€‚%{lineBreak}%{lineBreak}您å¯ä»¥å°†æ–‡ä»¶æ·»åŠ åˆ°ä»“库或克隆长裤。我们è¦å±•ç¤ºçš„最åŽä¸€ä»¶äº‹å°±æ˜¯å¦‚何邀请您的åŒäº‹åŠ å…¥æ‚¨çš„新项目。"
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr "这里是个éžå¸¸æœ‰ç”¨çš„èœå•ï¼Œå¯ä»¥å¿«é€Ÿåˆ›å»ºé—®é¢˜ã€åˆå¹¶è¯·æ±‚ã€ä»£ç ã€é¡¹ç›®å’Œç¾¤ç»„。点击并从“GitLabâ€éƒ¨åˆ†ä¸­é€‰æ‹©â€œæ–°å»ºé¡¹ç›®â€å¼€å§‹ã€‚"
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr "感谢您æµè§ˆGitLab导览。如需å†æ¬¡æŸ¥çœ‹ï¼Œå¯åœ¨å³ä¸Šè§’的帮助èœå•ä¸­ç‚¹å‡»%{emphasisStart}学习GitLab%{emphasisEnd}。"
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
-msgstr ""
+msgstr "æ„Ÿè°¢åé¦ˆï¼ %{thumbsUp}"
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr "这就是议题。接下æ¥è®©æˆ‘们进入%{emphasisStart}åˆå¹¶è¯·æ±‚%{emphasisEnd}。 "
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
-msgstr "åˆå¹¶è¯·æ±‚就介ç»åˆ°è¿™é‡Œã€‚现在为本导览的最åŽéƒ¨åˆ† - %{emphasisStart}CI/CD%{emphasisEnd}。"
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgstr "刚刚介ç»äº†åˆå¹¶è¯·æ±‚。现在为本导览的最åŽä¸€éƒ¨åˆ† - %{emphasisStart}CI/CD%{emphasisEnd}。"
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr "仓库就介ç»åˆ°è¿™é‡Œã€‚接下æ¥æˆ‘们一起æ¥äº†è§£%{emphasisStart}议题%{emphasisEnd}。"
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
-msgstr ""
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgstr "此页é¢çš„结构éžå¸¸ç±»ä¼¼äºŽè®®é¢˜ã€‚状æ€ã€æè¿°ã€è®¨è®ºå’Œä¾§è¾¹æ æ±‡èšäºŽæ­¤ã€‚%{lineBreak}%{lineBreak}ä½ å¯ä»¥ä»Žæ述中了解到关于åˆå¹¶è¯·æ±‚ã€CI/CDæµæ°´çº¿å’Œæ ¸å‡†é€‰é¡¹çš„更多信æ¯ã€‚%{lineBreak}%{lineBreak}除讨论以外,您还å¯ä»¥çœ‹åˆ°å½“å‰åˆå¹¶è¯·æ±‚中的æ交ã€æµæ°´çº¿çŠ¶æ€çš„进一步信æ¯ä»¥åŠæŸ¥çœ‹å…¶ä¸­åŒ…å«çš„所有å˜æ›´ã€‚"
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
msgstr "这里有éžå¸¸å¤šçš„ä¿¡æ¯ï¼Œä½†ä¸ç”¨æ‹…心,我们会一一解释。%{lineBreak}%{lineBreak}在界é¢é¡¶éƒ¨ï¼Œæ‚¨å¯ä»¥çœ‹åˆ°è®®é¢˜çš„状æ€ä»¥åŠå¼€å¯æ—¶é—´å’Œç”±è°æ‰“开。在正下方的是议题æ述,å†ä¸‹é¢æ˜¯å…¶ä»– %{emphasisStart}相关议题%{emphasisEnd}åŠ%{emphasisStart}åˆå¹¶è¯·æ±‚%{emphasisEnd}(如果有的è¯)。然åŽå†ä¸‹é¢æ˜¯%{emphasisStart}讨论区%{emphasisEnd},包å«äº†å¤§éƒ¨åˆ†å…³äºŽè®®é¢˜çš„交æµä¸Žæ²Ÿé€šã€‚%{lineBreak}%{lineBreak}ç•Œé¢å³ä¾§æ˜¯ä¾§è¾¹æ ï¼Œæ‚¨å¯ä»¥åœ¨å…¶ä¸­æŸ¥çœ‹/更改%{emphasisStart}å—让人,里程碑,截止日期,标签,æƒé‡%{emphasisEnd}等。"
@@ -17158,11 +20382,11 @@ msgstr "这些是所有开放社区贡献的议题。让我们仔细看一下其
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr "这就是对当å‰é¡¹ç›®æ‰€æœ‰åˆå¹¶è¯·æ±‚的概览。与议题概览类似,它å¯ä»¥é€šè¿‡æ ‡è®°ã€é‡Œç¨‹ç¢‘ã€ä½œè€…ã€å—让人等等æ¡ä»¶æ¥è¿‡æ»¤ã€‚"
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
-msgstr ""
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgstr "这是%{emphasisStart}%{projectName}%{emphasisEnd}项目的仓库。项目的所有代ç éƒ½å­˜å‚¨åœ¨è¿™é‡Œã€‚您å¯ä»¥éšæ„æµè§ˆå¹¶è¿›ä¸€æ­¥æŸ¥çœ‹æ–‡ä»¶å¤¹å’Œæ–‡ä»¶ã€‚%{lineBreak}%{lineBreak}在文件夹结构上方,您å¯ä»¥çœ‹åˆ°æœ€æ–°çš„æ交,作者是è°ä»¥åŠCI/CDæµæ°´çº¿çš„状æ€ã€‚%{lineBreak}%{lineBreak}如果å‘下滚动,在文件夹结构下方,您将找到此项目的自述文件。这在仓库根目录下的README.md文件中定义。"
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
-msgstr ""
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr "欢迎æ¥åˆ°%{emphasisStart}%{projectName}%{emphasisEnd}项目的概述。这将是我们在GitLab上进行开å‘工作的项目。一般地讲,项目åªåŒ…å«ä»£ç ä»“库,但GitLab项目å´ä¸ä»…如此。%{lineBreak}%{lineBreak}在GitLab项目里é¢ï¼Œæ‚¨å¯ä»¥åˆ›å»ºé¡¹ç›®æ¥æ‰˜ç®¡ä½ çš„代ç ï¼Œä½¿ç”¨å®ƒä½œä¸ºè®®é¢˜è¿½è¸ªå™¨ï¼Œå作开å‘代ç ï¼Œå¹¶ä¸”通过内置的GitLab CI/CD进行æŒç»­æž„建ã€æµ‹è¯•å’Œéƒ¨ç½²åº”用。"
msgid "UserProfile|Activity"
msgstr "活动"
@@ -17170,6 +20394,9 @@ msgstr "活动"
msgid "UserProfile|Already reported for abuse"
msgstr "已报告滥用"
+msgid "UserProfile|Blocked user"
+msgstr "å·²ç¦ç”¨ç”¨æˆ·"
+
msgid "UserProfile|Contributed projects"
msgstr "å‚与贡献的项目"
@@ -17210,10 +20437,10 @@ msgid "UserProfile|Snippets in GitLab can either be private, internal, or public
msgstr "GitLab 中的代ç ç‰‡æ®µå¯ä»¥æ˜¯ç§æœ‰çš„ã€å†…部或公开。"
msgid "UserProfile|Star projects to track their progress and show your appreciation."
-msgstr ""
+msgstr "给项目加星以跟踪其进度并表达您的赞èµã€‚"
msgid "UserProfile|Starred projects"
-msgstr ""
+msgstr "星标项目"
msgid "UserProfile|Subscribe"
msgstr "关注"
@@ -17228,7 +20455,10 @@ msgid "UserProfile|This user hasn't contributed to any projects"
msgstr "此用户未对任何项目åšå‡ºè´¡çŒ®"
msgid "UserProfile|This user hasn't starred any projects"
-msgstr ""
+msgstr "此用户没有星标任何项目"
+
+msgid "UserProfile|This user is blocked"
+msgstr "该用户已被ç¦ç”¨"
msgid "UserProfile|View all"
msgstr "查看全部"
@@ -17257,12 +20487,18 @@ msgstr "用户å已被使用。"
msgid "Username is available."
msgstr "用户åå¯ç”¨ã€‚"
-msgid "Username or email"
+msgid "Username is too long (maximum is %{max_length} characters)."
msgstr ""
+msgid "Username or email"
+msgstr "用户å或邮箱"
+
msgid "Users"
msgstr "用户"
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr "在项目或åˆå¹¶è¯·æ±‚的设置中设为审批人的用户或群组。"
+
msgid "Users outside of license"
msgstr "超出许å¯æ•°ç›®çš„用户"
@@ -17335,14 +20571,26 @@ msgstr "验è¯çŠ¶æ€"
msgid "Verified"
msgstr "已验è¯"
+msgid "Verify SAML Configuration"
+msgstr "验è¯SAMLé…ç½®"
+
+msgid "Verify configuration"
+msgstr "验è¯é…ç½®"
+
msgid "Version"
msgstr "版本"
msgid "Very helpful"
+msgstr "很有帮助"
+
+msgid "View Documentation"
msgstr ""
-msgid "View app"
-msgstr "查看应用程åº"
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr "查看您项目的ä¾èµ–详细信æ¯"
@@ -17362,6 +20610,10 @@ msgstr "查看具备相关资格的核准人"
msgid "View epics list"
msgstr "查看å²è¯—列表"
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] "查看%d项展示产物"
+
msgid "View file @ "
msgstr "æµè§ˆæ–‡ä»¶ @ "
@@ -17371,8 +20623,8 @@ msgstr "查看完整仪表æ¿"
msgid "View group labels"
msgstr "查看群组标记"
-msgid "View in Sentry"
-msgstr "在Sentry中查看"
+msgid "View issue"
+msgstr ""
msgid "View it on GitLab"
msgstr "使用GitLab查看"
@@ -17380,7 +20632,7 @@ msgstr "使用GitLab查看"
msgid "View job"
msgstr "查看作业"
-msgid "View job trace"
+msgid "View job log"
msgstr "查看作业日志"
msgid "View jobs"
@@ -17395,6 +20647,9 @@ msgstr "查看日志"
msgid "View open merge request"
msgstr "查看待处ç†çš„åˆå¹¶è¯·æ±‚"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "查看项目标记"
@@ -17404,6 +20659,9 @@ msgstr "查看替æ¢æ–‡ä»¶ @ "
msgid "View the documentation"
msgstr "查看文档"
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr "查看æ交"
@@ -17420,7 +20678,7 @@ msgid "Visibility level:"
msgstr "å¯è§æ€§çº§åˆ«:"
msgid "Visibility settings have been disabled by the administrator."
-msgstr ""
+msgstr "å¯è§æ€§è®¾ç½®å·²è¢«ç®¡ç†å‘˜ç¦ç”¨ã€‚"
msgid "Visibility, project features, permissions"
msgstr "å¯è§æ€§ï¼Œé¡¹ç›®åŠŸèƒ½ï¼Œæƒé™"
@@ -17444,28 +20702,25 @@ msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
msgstr "%{stepStart}步骤 1%{stepEnd}. å¤åˆ¶ä»¥ä¸‹è„šæœ¬ï¼š"
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
-msgstr ""
+msgstr "%{stepStart}步骤 2%{stepEnd}. 将它添加到您的应用程åºæ¯é¡µçš„%{headTags}标签,确ä¿åˆå¹¶è¯·æ±‚ID设置或ä¸è®¾ç½®ã€‚ "
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
-msgstr ""
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgstr "%{stepStart}步骤3%{stepEnd}. 如果开å‘人员尚未%{linkStart}é…ç½®%{linkEnd},需在æ示时输入åˆå¹¶è¯·æ±‚ID。该åˆå¹¶è¯·æ±‚çš„ID为%{stepStart}%{mrId}%{stepStart}."
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
-msgstr ""
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
+msgstr "%{stepStart}步骤4%{stepEnd}. 在审查应用程åºä¸­æä¾›å馈。"
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr "å¤åˆ¶åˆå¹¶è¯·æ±‚ID"
-msgid "VisualReviewApp|Copy script to clipboard"
-msgstr ""
+msgid "VisualReviewApp|Copy script"
+msgstr "å¤åˆ¶è„šæœ¬"
msgid "VisualReviewApp|Enable Visual Reviews"
-msgstr ""
+msgstr "å¯ç”¨Visual Reviews"
msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application."
-msgstr ""
+msgstr "按照以下步骤在您的应用程åºä¸­å¯ç”¨Visual Reviews。"
msgid "VisualReviewApp|Open review app"
msgstr "打开评审应用"
@@ -17474,19 +20729,22 @@ msgid "VisualReviewApp|Review"
msgstr "评审"
msgid "VisualReviewApp|Steps 1 and 2 (and sometimes 3) are performed once by the developer before requesting feedback. Steps 3 (if necessary), 4, and 5 are performed by the reviewer each time they perform a review."
-msgstr ""
+msgstr "步骤1å’Œ2(有时 3)由开å‘者在请求å馈之å‰è¿›è¡Œä¸€æ¬¡ã€‚步骤3(å¿…è¦æ—¶)ã€4å’Œ5由审核者æ¯æ¬¡è¿›è¡Œå®¡æŸ¥æ—¶æ‰§è¡Œã€‚"
msgid "Vulnerabilities"
msgstr "æ¼æ´ž"
msgid "Vulnerabilities over time"
-msgstr ""
+msgstr "æ¼æ´žéšæ—¶é—´å˜åŒ–图"
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
-msgstr ""
+msgid "Vulnerability-Check"
+msgstr "æ¼æ´žæ£€æŸ¥"
msgid "VulnerabilityChart|%{formattedStartDate} to today"
-msgstr ""
+msgstr "%{formattedStartDate}到今天"
+
+msgid "VulnerabilityChart|Severity"
+msgstr "严é‡çº§åˆ«"
msgid "Vulnerability|Class"
msgstr "类型"
@@ -17524,8 +20782,11 @@ msgstr "报告类型"
msgid "Vulnerability|Severity"
msgstr "严é‡çº§åˆ«"
-msgid "Wait for the source to load to copy it to the clipboard"
-msgstr "等待æºåŠ è½½ä»¥å°†å…¶å¤åˆ¶åˆ°å‰ªè´´æ¿"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
+msgstr "等待文件加载以å¤åˆ¶å…¶å†…容"
msgid "Waiting for performance data"
msgstr "等待性能数æ®"
@@ -17533,11 +20794,8 @@ msgstr "等待性能数æ®"
msgid "Want to see the data? Please ask an administrator for access."
msgstr "æƒé™ä¸è¶³ã€‚如需查看相关数æ®ï¼Œè¯·å‘管ç†å‘˜ç”³è¯·æƒé™ã€‚"
-msgid "We can't find an epic that matches what you are looking for."
-msgstr "我们找ä¸åˆ°ç¬¦åˆæ‚¨è¦æ±‚çš„å²è¯—。"
-
-msgid "We can't find an issue that matches what you are looking for."
-msgstr "我们找ä¸åˆ°ä¸Žæ‚¨è¦æŸ¥æ‰¾çš„内容相匹é…的议题。"
+msgid "Warning:"
+msgstr ""
msgid "We could not determine the path to remove the epic"
msgstr "我们无法确定删除å²è¯—的路径"
@@ -17545,8 +20803,11 @@ msgstr "我们无法确定删除å²è¯—的路径"
msgid "We could not determine the path to remove the issue"
msgstr "我们无法确定删除议题的路径"
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr "无法连接PrometheusæœåŠ¡å™¨ã€‚æœåŠ¡å™¨ä¸å†å­˜åœ¨ï¼Œæˆ–者é…置信æ¯éœ€è¦æ›´æ–°ã€‚"
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
-msgstr ""
+msgstr "我们准备了一个简短的指å—,以帮助您了解GitLab的基础知识以åŠå¦‚何帮助您更好地完æˆå·¥ä½œã€‚阅读指å—åªéœ€å‡ åˆ†é’Ÿæ—¶é—´ã€‚该指å—å«æœ‰é€šè¿‡ä¸åŒé¢œè‰²æ ‡ç¤ºçš„两ç§å¸®åŠ©ç¬¦æ¥ä¸ºæ‚¨æ供导引。"
msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
msgstr "我们在%{humanized_resource_name}检测到潜在滥用行为。请输入此reCAPTCHA验è¯ç å¹¶ç»§ç»­ã€‚"
@@ -17554,6 +20815,9 @@ msgstr "我们在%{humanized_resource_name}检测到潜在滥用行为。请输å
msgid "We don't have enough data to show this stage."
msgstr "该阶段的数æ®ä¸è¶³ï¼Œæ— æ³•æ˜¾ç¤ºã€‚"
+msgid "We have found the following errors:"
+msgstr "我们å‘现以下错误:"
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr "我们从您的U2F设备收到了回å¤ã€‚您已通过身份验è¯ã€‚"
@@ -17563,6 +20827,9 @@ msgstr "我们å‘é€äº†ä¸€å°å¸¦æœ‰é‡ç½®å¯†ç ä¿¡æ¯çš„电å­é‚®ä»¶"
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr "我们è¦ç¡®å®šæ‚¨æ˜¯ä¸æ˜¯æœºå™¨äººã€‚"
+msgid "We've found no vulnerabilities"
+msgstr "未å‘现安全æ¼æ´ž"
+
msgid "Web IDE"
msgstr "Web IDE"
@@ -17593,6 +20860,15 @@ msgstr "æƒé‡"
msgid "Weight %{weight}"
msgstr "æƒé‡ %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr "欢迎回æ¥ï¼æ‚¨çš„å¸æˆ·ä¹‹å‰å› ä¸ºæ²¡æœ‰æ´»åŠ¨è€Œè¢«å†»ç»“,但目å‰å·²è¢«é‡æ–°æ¿€æ´»ã€‚"
+
+msgid "Welcome to GitLab"
+msgstr "欢迎æ¥åˆ°GitLab"
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr "欢迎æ¥åˆ°Guided GitLab Tour"
@@ -17600,11 +20876,14 @@ msgid "Welcome to your Issue Board!"
msgstr "欢迎使用议题看æ¿"
msgid "What are you searching for?"
-msgstr ""
+msgstr "您正在æœç´¢ä»€ä¹ˆï¼Ÿ"
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "当Runner被é”定时,ä¸èƒ½å°†å…¶åˆ†é…给其他项目"
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr "该项å¯ç”¨åŽï¼Œç”¨æˆ·åœ¨æŽ¥å—æ¡æ¬¾è¢«å‰å°†ä¸èƒ½ä½¿ç”¨GitLab。"
@@ -17616,16 +20895,31 @@ msgid_plural "When these merge requests are accepted"
msgstr[0] "当åˆå¹¶è¯·æ±‚被接å—æ—¶"
msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
-msgstr ""
+msgstr "使用<code>http://</code>或<code>https://</code>å议时,请æ供仓库的实际地å€ã€‚ä¸æ”¯æŒHTTPé‡å®šå‘。"
msgid "When:"
msgstr "当:"
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr "虽然您的群组中没有æ¼æ´žï¼Œè¿™ç§çŽ°è±¡å¾ˆç½•è§ï¼Œä½†ä¹Ÿæ˜¯ç”±å¯èƒ½çš„。无论如何,建议您仔细检查设置以确ä¿ä»ªè¡¨æ¿çš„é…置正确。"
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr "虽然您的æµæ°´çº¿ä¸­æ²¡æœ‰æ¼æ´žï¼Œè¿™ç§çŽ°è±¡å¾ˆç½•è§ï¼Œä½†ä¹Ÿæ˜¯ç”±å¯èƒ½çš„。无论如何,建议您仔细检查设置以确ä¿ä»ªè¡¨æ¿çš„é…置正确。"
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr "虽然您的项目中没有æ¼æ´žï¼Œè¿™ç§çŽ°è±¡å¾ˆç½•è§ï¼Œä½†ä¹Ÿæ˜¯ç”±å¯èƒ½çš„。无论如何,建议您仔细检查设置以确ä¿ä»ªè¡¨æ¿çš„é…置正确。"
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr "虽然没有å‘现æ¼æ´žï¼Œè¿™ç§çŽ°è±¡å¾ˆç½•è§ï¼Œä½†ä¹Ÿæ˜¯ç”±å¯èƒ½çš„。无论如何,建议您仔细检查设置以确ä¿ä»ªè¡¨æ¿çš„é…置正确。"
+
msgid "White helpers give contextual information."
msgstr "白色助手给出了上下文信æ¯ã€‚"
msgid "Whitelist to allow requests to the local network from hooks and services"
-msgstr ""
+msgstr "白åå•ä»¥å…许æ¥è‡ªé’©å­å’ŒæœåŠ¡çš„对本地网络的请求。"
+
+msgid "Who can be an approver?"
+msgstr "è°å¯ä»¥æ˜¯å®¡æ ¸è€…?"
msgid "Who can see this group?"
msgstr "哪些人å¯ä»¥çœ‹åˆ°è¿™ä¸ªç¾¤ç»„?"
@@ -17637,7 +20931,7 @@ msgid "Wiki"
msgstr "Wiki"
msgid "Wiki pages"
-msgstr ""
+msgstr "Wiki页é¢"
msgid "Wiki was successfully updated."
msgstr "Wikiå·²æˆåŠŸæ›´æ–°ã€‚"
@@ -17730,16 +21024,16 @@ msgid "WikiPageConflictMessage|the page"
msgstr "这一页"
msgid "WikiPageCreate|Create %{pageTitle}"
-msgstr ""
+msgstr "创建%{pageTitle}"
msgid "WikiPageEdit|Update %{pageTitle}"
-msgstr ""
+msgstr "æ›´æ–°%{pageTitle}"
msgid "WikiPage|Write your content or drag files here…"
msgstr "在这里编写您的内容或将文件拖动到此处..."
msgid "Wiki|Create New Page"
-msgstr ""
+msgstr "创建新页é¢"
msgid "Wiki|Create page"
msgstr "创建页é¢"
@@ -17760,7 +21054,7 @@ msgid "Wiki|Page history"
msgstr "页é¢åŽ†å²"
msgid "Wiki|Page title"
-msgstr ""
+msgstr "页é¢æ ‡é¢˜"
msgid "Wiki|Page version"
msgstr "页é¢ç‰ˆæœ¬"
@@ -17783,6 +21077,9 @@ msgstr "通过贡献度分æžï¼Œæ‚¨å¯ä»¥ä»Žæ€»ä½“上了解您的组织åŠå…¶æˆ
msgid "Withdraw Access Request"
msgstr "å–消æƒé™ç”³è¯·"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr "工作æµå¸®åŠ©"
@@ -17793,7 +21090,7 @@ msgid "Write a comment or drag your files here…"
msgstr "在此写评论或拖动您的文件到这里…"
msgid "Write a comment…"
-msgstr ""
+msgstr "å‘表评论..."
msgid "Write access allowed"
msgstr "å·²å…许写入æƒé™"
@@ -17801,6 +21098,9 @@ msgstr "å·²å…许写入æƒé™"
msgid "Write milestone description..."
msgstr "写入里程碑æè¿°..."
+msgid "Write your release notes or drag your files here…"
+msgstr "编写å‘行说明(Release Notes) 或将文件拖动到此处..."
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr "æ供了错误的外部UID。请正确é…ç½®Auth0。"
@@ -17840,8 +21140,8 @@ msgstr "您将删除%{group_name},这也将删除其所有å­ç¾¤ç»„和项目ã€
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr "å°†è¦åˆ é™¤ %{project_full_name}。删除åŽå°†æ— æ³•æ¢å¤ï¼ç¡®å®šæ‰§è¡Œæ­¤æ“作?"
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "å³å°†åˆ é™¤ä¸Žæºé¡¹ç›® %{forked_from_project} 的派生关系。确定继续å—?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr "å³å°†åˆ é™¤ä¸Žæºé¡¹ç›®%{project_full_name}的派生关系。确定继续å—?"
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "å°†è¦æŠŠ %{project_full_name} 转移给å¦ä¸€ä¸ªæ‰€æœ‰è€…。确定执行此æ“作?"
@@ -17849,6 +21149,9 @@ msgstr "å°†è¦æŠŠ %{project_full_name} 转移给å¦ä¸€ä¸ªæ‰€æœ‰è€…。确定执è¡
msgid "You are not allowed to unlink your primary login account"
msgstr "您ä¸èƒ½å–消与主登录å¸æˆ·çš„å…³è”"
+msgid "You are not authorized to perform this action"
+msgstr "您无æƒæ‰§è¡Œæ­¤æ“作"
+
msgid "You are now impersonating %{username}"
msgstr "您正在使用%{username}的身份"
@@ -17879,9 +21182,24 @@ msgstr "您å¯ä»¥åœ¨ %{lint_link_start}CI Lint%{lint_link_end} 中测试 %{gitla
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "您还å¯ä»¥æŒ‰ç…§ä»¥ä¸‹è¯´æ˜Žä»Žè®¡ç®—机中上传现有文件。"
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr "您å¯ä»¥åœ¨æ‚¨çš„个人å¸æˆ·è¯•ç”¨æˆ–创建新群组试用。"
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr "您å¯ä»¥åœ¨%{pat_link_start}个人访问令牌%{pat_link_end}设置中创建新的令牌或检查现有的令牌。"
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr "您å¯ä»¥åœ¨ä¸ªäººè®¿é—®ä»¤ç‰Œè®¾ç½®%{pat_link}中创建新的访问令牌或检查现有的令牌。"
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr "您å¯ä»¥ä½¿ç”¨ä»¥ä¸‹é€‰é¡¹ä¹‹ä¸€ç›´æŽ¥åœ¨ GitLab 中创建文件。"
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr "您å¯ä»¥åœ¨%{pat_link_start}个人访问令牌%{pat_link_end}设置中创建新的令牌"
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr "您å¯ä»¥åœ¨ä¸ªäººè®¿é—®ä»¤ç‰Œè®¾ç½®%{pat_link}中创建新的访问令牌。"
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "您å¯ä»¥è¯·æ±‚加入这些群组,以便为群组项目åšå‡ºè´¡çŒ®ã€‚"
@@ -17889,7 +21207,7 @@ msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_p
msgstr "å¯ä»¥è½»æ¾åœ°åœ¨Kubernetes集群上安装Runner。 %{link_to_help_page}"
msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
-msgstr ""
+msgstr "您å¯ä»¥é€šè¿‡å•å‡»å›¾è¡¨ä¸­çš„列æ¥æŒ‰â€œåˆå¹¶å¤©æ•°â€è¿›è¡Œè¿‡æ»¤ã€‚"
msgid "You can invite a new member to <strong>%{project_name}</strong> or invite another group."
msgstr "邀请新æˆå‘˜æˆ–å¦ä¸€ä¸ªç¾¤ç»„加入<strong>%{project_name}</strong>。"
@@ -17916,10 +21234,10 @@ msgid "You can only edit files when you are on a branch"
msgstr "åªèƒ½åœ¨åˆ†æ”¯ä¸Šç¼–辑文件"
msgid "You can only merge once the items above are resolved."
-msgstr ""
+msgstr "解决以上问题åŽï¼Œæ‚¨æ‰èƒ½åˆå¹¶ã€‚"
msgid "You can only merge once this merge request is approved."
-msgstr ""
+msgstr "您åªèƒ½åœ¨æ­¤åˆå¹¶è¯·æ±‚被批准åŽåˆå¹¶ã€‚"
msgid "You can only transfer the project to namespaces you manage."
msgstr "您åªèƒ½å°†é¡¹ç›®è½¬ç§»åˆ°æ‚¨ç®¡ç†çš„命å空间。"
@@ -17930,6 +21248,9 @@ msgstr "您å¯ä»¥ä½¿ç”¨äº¤äº’模å¼ï¼Œé€šè¿‡é€‰æ‹© %{use_ours} 或 %{use_theirs}
msgid "You can see your chat accounts."
msgstr "您å¯ä»¥æŸ¥çœ‹æ‚¨çš„èŠå¤©è´¦æˆ·ã€‚"
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr "您å¯ä»¥æ ¹æ®éœ€è¦è®¾ç½®ä»»æ„æ•°é‡çš„Runner。"
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr "您å¯ä»¥å°†ä½œä¸šè®¾ç½®ä¸ºä»…使用具有特定标签的Runners。请使用逗å·åˆ†éš”ä¸åŒæ ‡ç­¾ã€‚"
@@ -17939,9 +21260,15 @@ msgstr "您å¯ä»¥æŒ‡å®šæ¯ä¸ªç¾¤ç»„或æ¯ä¸ªé¡¹ç›®çš„通知级别。"
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr "您也å¯ä»¥é€šè¿‡%{linkStart}Lint%{linkEnd}测试.gitlab-ci.yml."
-msgid "You cannot access the raw file. Please wait a minute."
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr "您å¯ä»¥ä½¿ç”¨%{begin_link}基本æœç´¢%{end_link}é‡æ–°å°è¯•"
+
+msgid "You can't commit to this project"
msgstr ""
+msgid "You cannot access the raw file. Please wait a minute."
+msgstr "您ä¸èƒ½è®¿é—®åŽŸå§‹æ–‡ä»¶ã€‚请ç¨å€™ã€‚"
+
msgid "You cannot impersonate a blocked user"
msgstr "您无法使用被ç¦ç”¨ç”¨æˆ·çš„身份"
@@ -17991,16 +21318,19 @@ msgid "You don't have any deployments right now."
msgstr "您现在没有任何部署。"
msgid "You don't have any projects available."
-msgstr ""
+msgstr "您没有任何å¯ç”¨çš„项目。"
msgid "You don't have any recent searches"
-msgstr ""
+msgstr "您没有任何近期的æœç´¢"
+
+msgid "You don't have sufficient permission to perform this action."
+msgstr "你没有足够的æƒé™æ¥æ‰§è¡Œæ­¤æ“作。"
msgid "You don’t have access to Cycle Analytics for this group"
-msgstr ""
+msgstr "您没有访问此群组周期分æžçš„æƒé™"
msgid "You don’t have access to Productivity Analytics in this group"
-msgstr ""
+msgstr "您没有访问此群组效率分æžçš„æƒé™"
msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}."
msgstr "你已被授予 %{access_level} 访问 %{source_link} %{source_type} çš„æƒé™ã€‚"
@@ -18038,6 +21368,9 @@ msgstr "ä½ å·²ç»ä»Žâ€œ%{membershipable_human_name}†%{source_type}退出。"
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr "您还å¯ä»¥é€šè¿‡åœ¨å˜é‡é”®å‰é¢åŠ ä¸Š<code>K8S_SECRET_</code>æ¥æ·»åŠ å¯ç”¨äºŽæ­£åœ¨è¿è¡Œçš„应用程åºçš„å˜é‡ã€‚"
+msgid "You may close the milestone now."
+msgstr "你现在å¯ä»¥å…³é—­è¿™ä¸ªé‡Œç¨‹ç¢‘。"
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr "您必须接å—我们的æœåŠ¡æ¡æ¬¾å’Œéšç§æ”¿ç­–æ‰èƒ½æ³¨å†Œå¸æˆ·"
@@ -18053,6 +21386,12 @@ msgstr "您必须æ供一个有效的当å‰å¯†ç "
msgid "You must provide your current password in order to change it."
msgstr "您必须æ供当å‰å¯†ç æ‰èƒ½è¿›è¡Œæ›´æ”¹ã€‚"
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr "必须选择一个栈æ¥é…置您的云供应商。了解更多有关信æ¯"
+
+msgid "You must set up incoming email before it becomes active."
+msgstr "您必须先设置传入的电å­é‚®ä»¶ï¼Œç„¶åŽæ‰èƒ½æ¿€æ´»å®ƒã€‚"
+
msgid "You need a different license to enable FileLocks feature"
msgstr "需è¦ä½¿ç”¨ä¸Žå½“å‰ä¸åŒçš„许å¯(license) æ‰èƒ½å¯ç”¨FileLocks功能"
@@ -18116,14 +21455,23 @@ msgstr "在账å·ä¸­ %{add_ssh_key_link} 之å‰å°†æ— æ³•é€šè¿‡ SSH 拉å–或推é
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "在您的个人资料中添加SSH密钥之å‰ï¼Œæ‚¨ä¸èƒ½é€šè¿‡SSHæ¥æ‹‰å–或推é€é¡¹ç›®ä»£ç ã€‚"
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr "您当å‰ä¸ä¼šèŽ·å¾—å…费试用,但您å¯ä»¥éšæ—¶ç‚¹å‡»å¤´åƒå¹¶é€‰æ‹©â€œå¼€å§‹å…费试用â€æ¥ç»§ç»­æ­¤æµç¨‹ã€‚"
+
msgid "You'll be signed out from your current account automatically."
msgstr "您将自动从当å‰å¸æˆ·é€€å‡ºã€‚"
msgid "You'll need to use different branch names to get a valid comparison."
msgstr "需è¦ä½¿ç”¨ä¸åŒçš„分支æ‰èƒ½è¿›è¡Œæœ‰æ•ˆçš„比较。"
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr "ä½ å°†è¦é™ä½Ž%{strong_start}%{group_name}%{strong_end}中%{strong_start}%{project_name}%{strong_end}项目的å¯è§æ€§ã€‚"
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr "ä½ å°†è¦é™ä½Žé¡¹ç›® %{strong_start}%{project_name}%{strong_end}çš„å¯è§æ€§ã€‚"
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
-msgstr ""
+msgstr "您无æƒç›´æŽ¥%{tag_start}编辑%{tag_end}这个项目的文件。请派生这个项目,并在派生中进行更改,然åŽæ交åˆå¹¶è¯·æ±‚。"
msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request."
msgstr "您ä¸èƒ½ç›´æŽ¥å¯¹æ­¤é¡¹ç›®è¿›è¡Œæ›´æ”¹ã€‚此项目的派生项目已ç»åˆ›å»ºï¼Œæ‚¨å¯ä»¥åœ¨æ´¾ç”Ÿé¡¹ç›®ä¸­è¿›è¡Œæ›´æ”¹ï¼Œä»¥ä¾¿æ交åˆå¹¶è¯·æ±‚。"
@@ -18134,15 +21482,21 @@ msgstr "您ä¸èƒ½ç›´æŽ¥å¯¹æ­¤é¡¹ç›®è¿›è¡Œæ›´æ”¹ã€‚此项目的派生项目正在
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr "您åªèƒ½åœ¨ä¿¡æ¯åŠ¨æ€ä¸­çœ‹åˆ° %{startTag}其他活动%{endTag} 。è¦æ·»åŠ è¯„论,请切æ¢åˆ°ä»¥ä¸‹é€‰é¡¹ä¹‹ä¸€ã€‚"
-msgid "You're receiving this email because %{reason}."
-msgstr "您收到此电å­é‚®ä»¶ï¼Œæ˜¯å› ä¸º%{reason}。"
-
msgid "You're receiving this email because of your account on %{host}."
msgstr "您收到这å°ç”µå­é‚®ä»¶ï¼Œæ˜¯å› ä¸ºæ‚¨åœ¨ %{host} 拥有å¸æˆ·ã€‚"
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "您收到这å°ç”µå­é‚®ä»¶æ˜¯å› ä¸ºä½ åœ¨ %{host} 拥有å¸æˆ·ã€‚ %{manage_notifications_link} &middot; %{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr "您在%{host}上有活动,因此收到此电å­é‚®ä»¶ã€‚"
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr "您收到此电å­é‚®ä»¶æ˜¯å› ä¸º%{host}上有æŸä¸ªé¡¹ç›®æŒ‡æ´¾ç»™æ‚¨ã€‚"
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr "您收到此电å­é‚®ä»¶æ˜¯å› ä¸º%{host}上æåŠäº†æ‚¨ã€‚"
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr "您已ç»ä½¿ç”¨ä¸€æ¬¡å¯†ç éªŒè¯å™¨å¯ç”¨äº†åŒé‡è®¤è¯ã€‚如果您è¦æ³¨å†Œä¸åŒçš„设备,您必须先ç¦ç”¨åŒé‡è®¤è¯ã€‚"
@@ -18152,21 +21506,27 @@ msgstr "YouTube"
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr "您的æ交电å­é‚®ä»¶å°†ç”¨äºŽåŸºäºŽwebçš„æ“作,例如编辑与åˆå¹¶ã€‚"
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
-msgstr "会è¯å¼€å‘指数从功能角度上展现了GitLab的使用情况。您å¯ä»¥æŸ¥çœ‹ä¸Žå…¶ä»–组织的比较,探索未使用的功能,并通过åšå®¢æ–‡ç« å’Œç™½çš®ä¹¦äº†è§£æœ€ä½³å®žè·µã€‚"
-
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "如果没有设置%{openingTag}群组特定的电å­é‚®ä»¶åœ°å€%{closingTag} ,您的默认通知电å­é‚®ä»¶å°†ç”¨äºŽå¸æˆ·é€šçŸ¥ã€‚"
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr "您的DevOps指数概述了从功能角度使用GitLabçš„æ–¹å¼ã€‚查看您与其他组织的比较,å‘现您未使用的功能,并通过åšå®¢æ–‡ç« å’Œç™½çš®ä¹¦äº†è§£æœ€ä½³å®žè·µã€‚"
+
msgid "Your GPG keys (%{count})"
msgstr "您的GPG密钥 (%{count})"
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr "您的群组"
msgid "Your New Personal Access Token"
msgstr "您的新个人访问令牌"
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr "您的个人访问令牌将在%{days_to_expire}天内过期。"
+
msgid "Your Primary Email will be used for avatar detection."
msgstr "您的主电å­é‚®ä»¶å°†ç”¨äºŽå¤´åƒæ£€æµ‹ã€‚"
@@ -18183,7 +21543,7 @@ msgid "Your SSH keys (%{count})"
msgstr "您的SSH密钥(%{count})"
msgid "Your To-Do List"
-msgstr ""
+msgstr "您的待办事项列表"
msgid "Your U2F device did not send a valid JSON response."
msgstr "您的 U2F 设备没有å‘é€æœ‰æ•ˆçš„ JSON å“应。"
@@ -18197,6 +21557,9 @@ msgstr "您的 U2F 设备已注册ï¼"
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr "您对 %{source_type} 访问请求已被撤消。"
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr "您的å¸æˆ·å·²è¢«ç®¡ç†å‘˜å†»ç»“。请é‡æ–°ç™»å½•ä»¥é‡æ–°æ¿€æ´»æ‚¨çš„å¸æˆ·ã€‚"
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr "您的å¸æˆ·ä½¿ç”¨ç¾¤ç»„“%{group_name}â€çš„专用凭æ®ï¼Œå¹¶ä¸”åªèƒ½é€šè¿‡SSO进行更新。"
@@ -18221,12 +21584,18 @@ msgstr "您的更改已ä¿å­˜"
msgid "Your changes have been successfully committed."
msgstr "您的更改已æˆåŠŸæ交。"
+msgid "Your comment could not be submitted because %{error}"
+msgstr "由于%{error}因此无法æ交您的评论"
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr "您的评论无法æ交ï¼è¯·æ£€æŸ¥æ‚¨çš„网络连接,然åŽé‡è¯•ã€‚"
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr "您的评论无法更新ï¼è¯·æ£€æŸ¥æ‚¨çš„网络连接,然åŽé‡è¯•ã€‚"
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr "您的部署æœåŠ¡å°†å¤±æ•ˆï¼Œéœ€è¦åœ¨é‡å‘½ååŽæ‰‹åŠ¨ä¿®å¤æœåŠ¡ã€‚"
@@ -18254,8 +21623,8 @@ msgstr "您的新 SCIM 令牌"
msgid "Your new personal access token has been created."
msgstr "您的新个人访问令牌已创建。"
-msgid "Your pages are served under:"
-msgstr ""
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
+msgstr "查看此页é¢ä¸éœ€è¦å¯†ç ã€‚如果è¦æ±‚输入密ç æˆ–其他任何个人详细信æ¯ï¼Œè¯·ä¸Žç®¡ç†å‘˜è”系以举报滥用行为。"
msgid "Your password reset token has expired."
msgstr "您的密ç é‡ç½®ä»¤ç‰Œå·²è¿‡æœŸã€‚"
@@ -18270,19 +21639,26 @@ msgid "Your request for access has been queued for review."
msgstr "您的访问请求已进入审核队列。"
msgid "Zoom meeting added"
-msgstr ""
+msgstr "已添加Zoom会议"
msgid "Zoom meeting removed"
-msgstr ""
+msgstr "已删除Zoom会议"
msgid "a deleted user"
msgstr "已删除的用户"
+msgid "a design"
+msgstr "一个设计"
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+
msgid "added %{created_at_timeago}"
msgstr "创建于 %{created_at_timeago}"
msgid "added a Zoom call to this issue"
-msgstr ""
+msgstr "添加Zoom通è¯åˆ°æ­¤è®®é¢˜"
msgid "ago"
msgstr "å‰"
@@ -18293,21 +21669,36 @@ msgstr "å…许失败"
msgid "already being used for another group or project milestone."
msgstr "å·²ç»ç”¨äºŽå¦ä¸€ç¾¤ç»„或项目里程碑。"
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr "已与该群组分享"
msgid "among other things"
msgstr "åŠå…¶ä»–功能"
-msgid "assign yourself"
+msgid "any-approver for the merge request already exists"
msgstr ""
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr "已存档"
+
+msgid "assign yourself"
+msgstr "分é…给自己"
+
msgid "attach a new file"
msgstr "添加新附件"
msgid "authored"
msgstr "编写于"
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "分支å称"
@@ -18320,11 +21711,8 @@ msgstr "如果个人项目具有容器镜åƒåº“标签,则无法更改。"
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr "除éžæ‰€æœ‰åŸŸéƒ½å…·æœ‰TLSè¯ä¹¦ï¼Œå¦åˆ™æ— æ³•å¯ç”¨"
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
-msgstr ""
+msgstr "无法修改"
msgid "cannot block others"
msgstr "ä¸ä¼šé˜»å¡žå…¶ä»–"
@@ -18336,7 +21724,7 @@ msgid "cannot itself be blocked"
msgstr "本身ä¸èƒ½è¢«é˜»å¡ž"
msgid "cannot merge"
-msgstr ""
+msgstr "无法åˆå¹¶"
msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
msgstr "%{linkStartTag}了解更多有关容器安全扫æçš„ä¿¡æ¯ %{linkEndTag}"
@@ -18350,6 +21738,9 @@ msgstr "%{linkStartTag}了解更多有关ä¾èµ–项扫æçš„ä¿¡æ¯ %{linkEndTag}"
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr "%{linkStartTag}了解更多有关SAST %{linkEndTag}çš„ä¿¡æ¯"
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr "ciReport|%{namespace} å— %{vulnerability} å½±å“。"
@@ -18400,13 +21791,6 @@ msgstr "%{reportType} %{status} 未å‘现安全æ¼æ´ž"
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr "%{reportType}%{status}未检测到仅在æºåˆ†æ”¯ä¸Šå­˜åœ¨çš„安全æ¼æ´ž"
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] "%{reportType}检测到%{vulnerabilityCount}个æ¼æ´ž"
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr "%{reportType} 未å‘现安全æ¼æ´ž"
-
msgid "ciReport|%{reportType} is loading"
msgstr "%{reportType} 加载中"
@@ -18440,6 +21824,9 @@ msgstr "全部严é‡çº§åˆ«"
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr "在新分支中自动应用补ä¸"
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr "ç±»"
@@ -18566,18 +21953,6 @@ msgstr "创建åˆå¹¶è¯·æ±‚时出错。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr "忽略此æ¼æ´žæ—¶å‘生错误。请å†è¯•ä¸€æ¬¡ã€‚"
-msgid "ciReport|There was an error loading DAST report"
-msgstr "加载 DAST 报告时出错"
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "加载SAST报告时出错"
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "加载容器扫æ报告时出错"
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "加载ä¾èµ–项扫æ报告时出错"
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr "å–消忽略æ“作时å‘生错误。请å†è¯•ä¸€æ¬¡ã€‚"
@@ -18598,7 +21973,7 @@ msgid "ciReport|View full report"
msgstr "查看完整报告"
msgid "comment"
-msgstr ""
+msgstr "评论"
msgid "commented on %{link_to_project}"
msgstr "评论 %{link_to_project}"
@@ -18639,11 +22014,14 @@ msgstr "å³å°†è®¾ç½®ç§å¯†æ€§ã€‚这将使得 <strong>至少有Reporter以上æƒé
msgid "connecting"
msgstr "连接中"
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr "container_nameä¸èƒ½è¶…过%{max_length}个字符"
+
msgid "could not read private key, is the passphrase correct?"
msgstr "无法读å–ç§é’¥ï¼Œå¯†ç çŸ­è¯­æ˜¯å¦æ­£ç¡®ï¼Ÿ"
msgid "created"
-msgstr ""
+msgstr "已创建"
msgid "customize"
msgstr "自定义"
@@ -18655,14 +22033,20 @@ msgid "day"
msgid_plural "days"
msgstr[0] "天"
+msgid "default branch"
+msgstr "默认分支"
+
msgid "deleted"
msgstr "已删除"
msgid "deploy"
-msgstr ""
+msgstr "部署"
msgid "design"
-msgstr ""
+msgstr "设计"
+
+msgid "designs"
+msgstr "设计"
msgid "detached"
msgstr "已游离"
@@ -18670,6 +22054,9 @@ msgstr "已游离"
msgid "disabled"
msgstr "å·²ç¦ç”¨"
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr "完æˆ"
@@ -18678,13 +22065,13 @@ msgid_plural "drafts"
msgstr[0] "è‰ç¨¿"
msgid "e.g. %{token}"
-msgstr ""
+msgstr "例如, %{token}"
msgid "element is not a hierarchy"
msgstr "此元素并éžç¾¤ç»„层级"
msgid "email '%{email}' does not match the allowed domain of '%{email_domain}'"
-msgstr ""
+msgstr "电å­é‚®ä»¶â€œ%{email}â€ä¸Žå…许的域å“%{email_domain}â€ä¸åŒ¹é…"
msgid "enabled"
msgstr "å·²å¯ç”¨"
@@ -18693,13 +22080,13 @@ msgid "encrypted: needs to be a :required, :optional or :migrating!"
msgstr "加密:必须是 :requiredã€:optional 或 :migrating 之一"
msgid "entries cannot be larger than 255 characters"
-msgstr ""
+msgstr "æ¡ç›®ä¸èƒ½è¶…过255个字符"
msgid "entries cannot be nil"
-msgstr ""
+msgstr "æ¡ç›®ä¸èƒ½ä¸ºç©º"
msgid "entries cannot contain HTML tags"
-msgstr ""
+msgstr "æ¡ç›®ä¸èƒ½åŒ…å«HTML标记"
msgid "error"
msgstr "错误"
@@ -18719,6 +22106,12 @@ msgstr "过期于 %{milestone_due_date}"
msgid "failed"
msgstr "已失败"
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr "无法忽略关è”çš„å‘现(id=%{finding_id}): %{message}"
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr "结果无法找到或已与æ¼æ´žå…³è”。"
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr "使用%{link_to_merge_request}于%{link_to_merge_request_source_branch}"
@@ -18734,17 +22127,23 @@ msgstr "于%{ref}"
msgid "for this project"
msgstr "对于这个项目"
+msgid "fork this project"
+msgstr "派生此项目"
+
msgid "from"
msgstr "æ¥è‡ª"
msgid "group"
msgstr "群组"
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr "å·²ç»è¢«ä½¿ç”¨"
msgid "help"
-msgstr ""
+msgstr "帮助"
msgid "here"
msgstr "此处"
@@ -18780,6 +22179,9 @@ msgstr "æ— æ•ˆçš„é‡Œç¨‹ç¢‘çŠ¶æ€ `%{state}`"
msgid "is an invalid IP address range"
msgstr "是无效的 IP 地å€èŒƒå›´"
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr "å·²å¯ç”¨ã€‚"
@@ -18790,7 +22192,7 @@ msgid "is invalid because there is upstream lock"
msgstr "因上游é”定而无效"
msgid "is not a descendant of the Group owning the template"
-msgstr ""
+msgstr "ä¸æ˜¯æ‹¥æœ‰æ¨¡æ¿çš„组的å­æˆå‘˜"
msgid "is not a valid X509 certificate."
msgstr "ä¸æ˜¯æœ‰æ•ˆçš„X509è¯ä¹¦ã€‚"
@@ -18798,8 +22200,14 @@ msgstr "ä¸æ˜¯æœ‰æ•ˆçš„X509è¯ä¹¦ã€‚"
msgid "is not an email you own"
msgstr "ä¸æ˜¯æ‚¨è‡ªå·±çš„电å­é‚®ä»¶"
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr "太长(%{current_value})。最大值为%{max_size}。"
+
+msgid "is too long (maximum is 100 entries)"
+msgstr "太长(最多100个æ¡ç›®ï¼‰"
+
msgid "is too long (maximum is 1000 entries)"
-msgstr ""
+msgstr "太长(最多1000个æ¡ç›®ï¼‰"
msgid "issue"
msgstr "议题"
@@ -18828,23 +22236,29 @@ msgstr "最新版本"
msgid "leave %{group_name}"
msgstr "退出%{group_name}"
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr "已达到%{project_limit}çš„é™åˆ¶"
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "被 %{path_lock_user_name} 在 %{created_at} é”定"
msgid "log in"
-msgstr ""
+msgstr "登录"
msgid "manual"
msgstr "手动"
msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead."
-msgstr ""
+msgstr "æ­¤æ¡ç›®ä¸­çš„渲染时间过长,å¯èƒ½æ— æ³•æŒ‰é¢„期显示。出于性能原因,数学表达å¼ä¹Ÿé™åˆ¶ä¸ºæœ€å¤š %{maxChars} 个字符。请考虑拆分大型公å¼ï¼Œåœ¨å¤šä¸ªæ¡ç›®ä¹‹é—´è¿›è¡Œæ‹†åˆ†ï¼Œæˆ–者使用图åƒä»£æ›¿ã€‚"
msgid "math|There was an error rendering this math block"
-msgstr ""
-
-msgid "may expose confidential information"
-msgstr ""
+msgstr "渲染此数学表达å¼æ—¶å‡ºé”™"
msgid "merge request"
msgid_plural "merge requests"
@@ -18856,6 +22270,9 @@ msgstr "里程碑应该属于一个项目或一个群组。"
msgid "missing"
msgstr "丢失"
+msgid "most recent deployment"
+msgstr "最近的部署"
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr "%{commitCount} 和 %{mergeCommitCount} 将被添加到 %{targetBranch}。"
@@ -18866,13 +22283,13 @@ msgid "mrWidgetCommitsAdded|1 merge commit"
msgstr "1个åˆå¹¶æ交"
msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch."
-msgstr ""
+msgstr "当å‰æ­¤åˆå¹¶è¯·æ±‚çš„æºåˆ†æ”¯ä¸­æ²¡æœ‰æ›´æ”¹ã€‚请推é€æ–°æ交或使用其他分支。"
msgid "mrWidgetNothingToMerge|Interested parties can even contribute by pushing commits if they want to."
-msgstr ""
+msgstr "相关人员甚至å¯ä»¥é€šè¿‡æŽ¨é€æ交æ¥ä¸ºé¡¹ç›®ä½œå‡ºè´¡çŒ®ã€‚"
msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you have made to a project and discuss those changes with others."
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚用于æ出对项目的更改并与他人进行讨论."
msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
msgstr "请æ¢å¤æ­¤åˆ†æ”¯æˆ–使用其他的 %{missingBranchName} 分支"
@@ -18889,11 +22306,8 @@ msgstr "%{metricsLinkStart} 内存 %{metricsLinkEnd} å ç”¨ %{emphasisStart} 上
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr "%{metricsLinkStart} 内存 %{metricsLinkEnd} å ç”¨ %{emphasisStart} æ— å˜åŒ– %{emphasisEnd}, ä¿æŒåœ¨ %{memoryFrom}MB"
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr "已添加到åˆå¹¶åˆ—车,当å‰åœ¨ç¬¬ %{mergeTrainPosition} ä½"
-
msgid "mrWidget|Added to the merge train by"
-msgstr "已被添加到åˆå¹¶åˆ—车,添加者:"
+msgstr "已被添加到åˆå¹¶é˜Ÿåˆ—,添加者:"
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "å…许具有åˆå¹¶åˆ°ç›®æ ‡åˆ†æ”¯æƒé™çš„æˆå‘˜æ交"
@@ -18925,8 +22339,8 @@ msgstr "å–消自动åˆå¹¶"
msgid "mrWidget|Check out branch"
msgstr "检出分支"
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "检查是å¦å¯ä»¥è‡ªåŠ¨åˆå¹¶"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
msgstr "拣选"
@@ -18973,6 +22387,9 @@ msgstr "如果 %{branch} 分支存在于本地仓库中,则å¯ä»¥æ‰‹åŠ¨åˆå¹¶è
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "如果 %{missingBranchName} 分支存在于本地仓库中,则å¯ä»¥é€šè¿‡ä»¥ä¸‹å‘½ä»¤è¡Œæ‰‹åŠ¨åˆå¹¶è¯¥åˆå¹¶è¯·æ±‚。"
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr "在åˆå¹¶é˜Ÿåˆ—的第%{mergeTrainPosition}ä½"
+
msgid "mrWidget|Loading deployment statistics"
msgstr "加载部署统计信æ¯ä¸­"
@@ -18998,7 +22415,7 @@ msgid "mrWidget|Merged by"
msgstr "åˆå¹¶è€…:"
msgid "mrWidget|More information"
-msgstr ""
+msgstr "更多信æ¯"
msgid "mrWidget|No approval required"
msgstr "无需核准"
@@ -19028,13 +22445,13 @@ msgid "mrWidget|Refreshing now"
msgstr "ç«‹å³åˆ·æ–°"
msgid "mrWidget|Remove from merge train"
-msgstr "从åˆå¹¶åˆ—车中移除"
+msgstr "从åˆå¹¶é˜Ÿåˆ—中移除"
msgid "mrWidget|Request to merge"
msgstr "请求åˆå¹¶"
msgid "mrWidget|Resolve WIP status"
-msgstr ""
+msgstr "移除WIP状æ€"
msgid "mrWidget|Resolve conflicts"
msgstr "解决冲çª"
@@ -19088,7 +22505,7 @@ msgid "mrWidget|There are merge conflicts"
msgstr "存在åˆå¹¶å†²çª"
msgid "mrWidget|There are unresolved threads. Please resolve these threads"
-msgstr ""
+msgstr "有未解决的è¯é¢˜ã€‚请先解决这些è¯é¢˜è®¨è®º"
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr "此功能是从目标分支åˆå¹¶åˆ°æºåˆ†æ”¯çš„更改。您无法使用此功能,因为æºåˆ†æ”¯å—到ä¿æŠ¤ã€‚"
@@ -19100,19 +22517,19 @@ msgid "mrWidget|This merge request is in the process of being merged"
msgstr "该åˆå¹¶è¯·æ±‚正在被åˆå¹¶"
msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
+msgstr "当æµæ°´çº¿%{linkStart}#%{pipelineId}%{linkEnd}æˆåŠŸæ—¶ï¼Œæ­¤åˆå¹¶è¯·æ±‚将添加到åˆå¹¶é˜Ÿåˆ—。"
msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
+msgstr "当æµæ°´çº¿%{linkStart}#%{pipelineId}%{linkEnd}æˆåŠŸæ—¶ï¼Œæ­¤åˆå¹¶è¯·æ±‚å°†å¯åŠ¨ä¸€ä¸ªåˆå¹¶é˜Ÿåˆ—。"
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "该项目已存档,ç¦æ­¢å†™å…¥"
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
-msgstr ""
+msgstr "è¦æ‰¹å‡†æ­¤åˆå¹¶è¯·æ±‚,请输入您的密ç ã€‚此项目需è¦æ‰€æœ‰æ‰¹å‡†æ‰èƒ½è®¤è¯ã€‚"
msgid "mrWidget|When this merge request is ready, remove the WIP: prefix from the title to allow it to be merged"
-msgstr ""
+msgstr "当此åˆå¹¶è¯·æ±‚准备就绪时,删除 “WIP:†å‰ç¼€ä»¥å…许åˆå¹¶"
msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
msgstr "ä¸å…许直接编辑此项目。请派生(fork)åŽè¿›è¡Œæ›´æ”¹ã€‚"
@@ -19124,7 +22541,7 @@ msgid "mrWidget|You can merge this merge request manually using the"
msgstr "æ­¤åˆå¹¶è¯·æ±‚å¯ä»¥æ‰‹åŠ¨åˆå¹¶ï¼Œè¯·ä½¿ç”¨ä»¥ä¸‹"
msgid "mrWidget|Your password"
-msgstr ""
+msgstr "您的密ç "
msgid "mrWidget|branch does not exist."
msgstr "分支ä¸å­˜åœ¨"
@@ -19136,13 +22553,13 @@ msgid "mrWidget|into"
msgstr "å…¥"
msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
-msgstr "æµæ°´çº¿æˆåŠŸæ—¶æ·»åŠ åˆ°åˆå¹¶åˆ—车"
+msgstr "æµæ°´çº¿æˆåŠŸæ—¶æ·»åŠ åˆ°åˆå¹¶é˜Ÿåˆ—"
msgid "mrWidget|to be merged automatically when the pipeline succeeds"
msgstr "æµæ°´çº¿æˆåŠŸæ—¶è‡ªåŠ¨åˆå¹¶"
msgid "mrWidget|to start a merge train when the pipeline succeeds"
-msgstr "æµæ°´çº¿æˆåŠŸæ—¶å¯åŠ¨åˆå¹¶åˆ—车"
+msgstr "æµæ°´çº¿æˆåŠŸæ—¶å¯åŠ¨åˆå¹¶é˜Ÿåˆ—"
msgid "must be greater than start date"
msgstr "必须大于开始日期"
@@ -19151,6 +22568,9 @@ msgid "n/a"
msgstr "ä¸é€‚用"
msgid "needs to be between 10 minutes and 1 month"
+msgstr "需è¦åœ¨10分钟到1个月之间"
+
+msgid "never expires"
msgstr ""
msgid "new merge request"
@@ -19160,13 +22580,13 @@ msgid "no contributions"
msgstr "无贡献"
msgid "no one can merge"
-msgstr ""
+msgstr "没有人å¯ä»¥åˆå¹¶"
msgid "none"
msgstr "æ— "
msgid "not found"
-msgstr ""
+msgstr "未找到"
msgid "notification emails"
msgstr "通知邮件"
@@ -19180,7 +22600,13 @@ msgstr "%{item}, %{nextItem}"
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr "%{item},和 %{lastItem}"
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr "%{user}å¼€å¯äºŽ%{timeAgoString}"
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19195,10 +22621,16 @@ msgid "password"
msgstr "密ç "
msgid "pending comment"
-msgstr ""
+msgstr "待处ç†çš„评论"
+
+msgid "pending removal"
+msgstr "等待中的移除"
msgid "pipeline"
-msgstr ""
+msgstr "æµæ°´çº¿"
+
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr "pod_nameä¸èƒ½å¤§äºŽ%{max_length}个字符"
msgid "point"
msgid_plural "points"
@@ -19218,7 +22650,7 @@ msgid_plural "projects"
msgstr[0] "项目"
msgid "project avatar"
-msgstr ""
+msgstr "项目头åƒ"
msgid "quick actions"
msgstr "å¿«æ·æ“作"
@@ -19226,9 +22658,12 @@ msgstr "å¿«æ·æ“作"
msgid "register"
msgstr "注册"
-msgid "released %{time}"
+msgid "relates to"
msgstr ""
+msgid "released %{time}"
+msgstr "å‘布于%{time}"
+
msgid "remaining"
msgstr "剩余"
@@ -19242,7 +22677,7 @@ msgid "remove weight"
msgstr "移除æƒé‡"
msgid "removed a Zoom call from this issue"
-msgstr ""
+msgstr "从当å‰è®®é¢˜ä¸­ç§»é™¤Zoom通è¯"
msgid "rendered diff"
msgstr "渲染差异"
@@ -19254,6 +22689,9 @@ msgstr[0] "æ¡å›žå¤"
msgid "reset it."
msgstr "é‡ç½®å®ƒã€‚"
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr "分"
@@ -19275,6 +22713,9 @@ msgstr "低"
msgid "severity|Medium"
msgstr "中"
+msgid "severity|None"
+msgstr "æ— "
+
msgid "severity|Undefined"
msgstr "未定义"
@@ -19284,6 +22725,12 @@ msgstr "未知"
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr "应该从高于或等于从%{group_name} 群组继承的æˆå‘˜èº«ä»½%{access}"
+msgid "show %{count} more"
+msgstr "å†æ˜¾ç¤º%{count}项"
+
+msgid "show fewer"
+msgstr "显示较少"
+
msgid "show less"
msgstr "显示较少"
@@ -19308,6 +22755,9 @@ msgstr "%{slash_command} 将会更新消耗的总时长。"
msgid "started"
msgstr "已开始"
+msgid "started a discussion on %{design_link}"
+msgstr "开始讨论%{design_link}"
+
msgid "started on %{milestone_start_date}"
msgstr "开始于 %{milestone_start_date}"
@@ -19315,7 +22765,7 @@ msgid "starts on %{milestone_start_date}"
msgstr "开始于 %{milestone_start_date}"
msgid "stuck"
-msgstr "å¡ä½"
+msgstr "阻塞"
msgid "success"
msgstr "æˆåŠŸ"
@@ -19326,12 +22776,18 @@ msgstr "语法是正确的"
msgid "syntax is incorrect"
msgstr "语法ä¸æ­£ç¡®"
+msgid "tag name"
+msgstr "标签å称"
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr "此文档"
msgid "thread resolved"
msgid_plural "threads resolved"
-msgstr[0] ""
+msgstr[0] "è¯é¢˜å·²è§£å†³"
msgid "to help your contributors communicate effectively!"
msgstr "帮助您的贡献者进行有效沟通ï¼"
@@ -19340,25 +22796,25 @@ msgid "to list"
msgstr "到列表中"
msgid "toggle collapse"
-msgstr ""
+msgstr "切æ¢æŠ˜å "
msgid "toggle dropdown"
-msgstr ""
+msgstr "切æ¢ä¸‹æ‹‰åˆ—表"
msgid "triggered"
msgstr "已触å‘"
msgid "unicode domains should use IDNA encoding"
-msgstr ""
+msgstr "unicode域å应使用IDNAç¼–ç "
msgid "updated"
msgstr "已更新"
msgid "updated %{time_ago}"
-msgstr ""
+msgstr "更新于%{time_ago}"
msgid "user avatar"
-msgstr ""
+msgstr "用户头åƒ"
msgid "username"
msgstr "用户å"
@@ -19388,7 +22844,7 @@ msgid "vulnerability|Add a comment or reason for dismissal"
msgstr "为忽略添加评论或原因"
msgid "vulnerability|Add comment"
-msgstr ""
+msgstr "添加评论"
msgid "vulnerability|Add comment & dismiss"
msgstr "添加评论并忽略"
@@ -19397,7 +22853,7 @@ msgid "vulnerability|Dismiss vulnerability"
msgstr "忽略æ¼æ´ž"
msgid "vulnerability|Save comment"
-msgstr ""
+msgstr "ä¿å­˜è¯„论"
msgid "vulnerability|Undo dismiss"
msgstr "撤销忽略"
@@ -19408,9 +22864,12 @@ msgstr "已忽略"
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "å…± %{additions} æ¡æ–°å¢ž, %{deletions} æ¡åˆ é™¤."
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "在%d分钟内"
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr "yaml无效"
+
diff --git a/locale/zh_HK/gitlab.po b/locale/zh_HK/gitlab.po
index fc281d107d0..a40386c1c90 100644
--- a/locale/zh_HK/gitlab.po
+++ b/locale/zh_HK/gitlab.po
@@ -2,18 +2,17 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese Traditional, Hong Kong\n"
"Language: zh_HK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: zh-HK\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:20\n"
+"PO-Revision-Date: 2020-01-22 09:32\n"
msgid " (from %{timeoutSource})"
msgstr ""
@@ -50,15 +49,18 @@ msgstr "或"
msgid " or <!merge request id>"
msgstr ""
-msgid " or <#epic id>"
-msgstr ""
-
msgid " or <#issue id>"
msgstr "或 <#issue id>"
+msgid " or <&epic id>"
+msgstr ""
+
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d 則留言"
@@ -86,9 +88,9 @@ msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] "%d 導出"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d 個失敗測試çµæžœ"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] ""
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
@@ -130,6 +132,14 @@ msgid "%d more comment"
msgid_plural "%d more comments"
msgstr[0] ""
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] ""
+
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
@@ -138,6 +148,10 @@ msgid "%d staged change"
msgid_plural "%d staged changes"
msgstr[0] "%d 個暫存變更"
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
msgstr[0] "%d 個未暫存變更"
@@ -155,6 +169,9 @@ msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
msgstr "ç”± %{commit_author_link} æ交於 %{commit_timeago}"
+msgid "%{cores} cores"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -174,6 +191,10 @@ msgstr "還有 %{count} 項"
msgid "%{count} more assignees"
msgstr "%{count} å以上的指派人"
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+
msgid "%{count} of %{required} approvals from %{name}"
msgstr "%{name} 的 %{count}/%{required} 個批准"
@@ -188,6 +209,15 @@ msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
msgstr[0] "%{count} 個待處ç†è©•è«–"
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -212,7 +242,7 @@ msgstr "已刪除 %{filePath}"
msgid "%{firstLabel} +%{labelCount} more"
msgstr "%{firstLabel} +%{labelCount} 更多"
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -227,6 +257,12 @@ msgstr ""
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "將會移除 %{issuableType}ï¼ç¢ºå®šï¼Ÿ"
+msgid "%{issuesSize} issues"
+msgstr ""
+
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
msgid "%{label_for_message} unavailable"
msgstr ""
@@ -242,6 +278,9 @@ msgstr ""
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr ""
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr ""
+
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr ""
@@ -272,9 +311,25 @@ msgstr "%{number_commits_behind} 個è½å¾Œæ–¼ %{default_branch} 分支的æ交ï
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "%{percent}%% 完æˆ"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{primary} (%{secondary})"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+
msgid "%{service_title} activated."
msgstr ""
@@ -296,6 +351,18 @@ msgstr ""
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
+msgstr ""
+
msgid "%{state} epics"
msgstr ""
@@ -310,6 +377,10 @@ msgstr[0] ""
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr ""
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
+
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
msgstr[0] ""
@@ -317,6 +388,18 @@ msgstr[0] ""
msgid "%{tabname} changed"
msgstr ""
+msgid "%{tags} tag per image name"
+msgstr ""
+
+msgid "%{tags} tags per image name"
+msgstr ""
+
+msgid "%{tag}-evidence.json"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
msgstr[0] "%{text} %{files} 個檔案"
@@ -330,6 +413,15 @@ msgstr ""
msgid "%{title} changes"
msgstr "%{title} 變更"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} open issues"
+msgstr ""
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr "%{unstaged} 個未暫存和 %{staged} 個已暫存變更"
@@ -403,12 +495,20 @@ msgstr ""
msgid ", or "
msgstr "或"
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+
msgid "- Runner is active and can process any new jobs"
msgstr "- 執行器為啟用狀態,並且å¯ä»¥è™•ç†æ–°çš„任何工作。"
msgid "- Runner is paused and will not receive any new jobs"
msgstr "- 執行器為暫åœç‹€æ…‹ï¼Œä¸”å°‡ä¸æœƒæŽ¥å—任何新的工作"
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+
msgid "- show less"
msgstr "顯示較少"
@@ -436,16 +536,25 @@ msgid_plural "%{merge_requests} closed merge requests"
msgstr[0] ""
msgid "1 day"
-msgstr "1 天"
+msgid_plural "%d days"
+msgstr[0] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "%d 個群組"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
msgstr[0] ""
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+
msgid "1 open issue"
msgid_plural "%{issues} open issues"
msgstr[0] ""
@@ -478,9 +587,18 @@ msgstr ""
msgid "1st contribution!"
msgstr "第一個貢ç»!"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
msgstr ""
+msgid "24 hours"
+msgstr ""
+
msgid "2FA"
msgstr "é›™é‡èªè­‰"
@@ -493,12 +611,18 @@ msgstr "3 天"
msgid "3 hours"
msgstr "3 å°æ™‚"
+msgid "30 days"
+msgstr ""
+
msgid "30 minutes"
msgstr "30 分é˜"
msgid "30+ contributions"
msgstr ""
+msgid "4 hours"
+msgstr ""
+
msgid "403|Please contact your GitLab administrator to get permission."
msgstr "403|è«‹å‘ä½ çš„ GitLab 管ç†å“¡ç”³è«‹ä½¿ç”¨æ¬Šé™ã€‚"
@@ -514,9 +638,15 @@ msgstr "無法找到網é "
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
msgstr "404 |如果您èªç‚ºé€™æ˜¯éŒ¯èª¤ï¼Œè«‹è¯ç¹«æ‚¨çš„GitLab管ç†å“¡ã€‚"
+msgid "7 days"
+msgstr ""
+
msgid "8 hours"
msgstr "8 å°æ™‚"
+msgid "< 1 hour"
+msgstr ""
+
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> 將會在所有原本由 johnsmith@example.com 建立的議題和留言中加上「來自 <a href=\"#\">@johnsmith</a>ã€ä¸¦å°‡åŽŸæœ¬åˆ†é…給 johnsmith@example.com 的所有議題設定 <a href=\"#\">@johnsmith</a> 為被指派人。"
@@ -538,16 +668,10 @@ msgstr ""
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr ""
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr ""
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr ""
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> 群組æˆå“¡"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
msgstr ""
msgid "<strong>Deletes</strong> source branch"
@@ -577,18 +701,39 @@ msgstr ""
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
msgid "A default branch cannot be chosen for an empty project."
msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "A member of the abuse team will review your report as soon as possible."
msgstr ""
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr "將會å†å‰µå»ºä¸€å€‹æ–°çš„分支,並建立一個新的åˆä½µè«‹æ±‚。"
@@ -598,6 +743,9 @@ msgstr ""
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
msgstr ""
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr ""
+
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
msgstr "一個專案æ供了以下功能,存放你的文件(存儲庫),計劃你的工作(è­°é¡Œ),並發布你的文件(維基), %{among_other_things_link}。"
@@ -607,7 +755,7 @@ msgstr ""
msgid "A ready-to-go template for use with iOS Swift apps."
msgstr ""
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
msgstr ""
msgid "A secure token that identifies an external storage request."
@@ -622,6 +770,18 @@ msgstr ""
msgid "API Token"
msgstr ""
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
msgid "Abort"
msgstr ""
@@ -670,6 +830,9 @@ msgstr ""
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
msgid "AccessDropdown|Groups"
msgstr ""
@@ -742,6 +905,9 @@ msgstr ""
msgid "Account"
msgstr "帳戶"
+msgid "Account ID"
+msgstr ""
+
msgid "Account and limit"
msgstr ""
@@ -751,6 +917,9 @@ msgstr ""
msgid "Action to take when receiving an alert."
msgstr ""
+msgid "Activate"
+msgstr ""
+
msgid "Activate Service Desk"
msgstr ""
@@ -791,6 +960,9 @@ msgstr ""
msgid "Add Kubernetes cluster"
msgstr "增加 Kubernetes å¢é›†"
+msgid "Add LICENSE"
+msgstr ""
+
msgid "Add README"
msgstr ""
@@ -839,15 +1011,15 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an existing issue to the epic."
+msgstr ""
+
msgid "Add an issue"
msgstr ""
msgid "Add approval rule"
msgstr ""
-msgid "Add approvers"
-msgstr "新增批准人"
-
msgid "Add bold text"
msgstr ""
@@ -887,15 +1059,18 @@ msgstr ""
msgid "Add new directory"
msgstr "添加新目錄"
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Add or subtract spent time"
msgstr "增加或減少所花時間"
msgid "Add reaction"
msgstr ""
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
msgid "Add to Slack"
msgstr ""
@@ -908,9 +1083,6 @@ msgstr ""
msgid "Add to merge train when pipeline succeeds"
msgstr ""
-msgid "Add to project"
-msgstr ""
-
msgid "Add to review"
msgstr ""
@@ -923,6 +1095,9 @@ msgstr ""
msgid "Add users to group"
msgstr ""
+msgid "Add webhook"
+msgstr ""
+
msgid "AddMember|No users specified."
msgstr ""
@@ -932,7 +1107,7 @@ msgstr ""
msgid "Added"
msgstr ""
-msgid "Added %{epic_ref} as child epic."
+msgid "Added %{epic_ref} as a child epic."
msgstr ""
msgid "Added %{label_references} %{label_text}."
@@ -977,6 +1152,9 @@ msgstr ""
msgid "Adds an issue to an epic."
msgstr ""
+msgid "Adjust your filters/search criteria above."
+msgstr ""
+
msgid "Admin Area"
msgstr "管ç†å€åŸŸ"
@@ -986,14 +1164,17 @@ msgstr "管ç†ç¸½è¦½"
msgid "Admin Section"
msgstr ""
-msgid "Admin notes"
+msgid "Admin mode already enabled"
+msgstr ""
+
+msgid "Admin mode disabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgid "Admin mode enabled"
msgstr ""
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "您正打算永久刪除 %{username} 使用者。這將會刪除連çµåˆ°é€™äº›ä½¿ç”¨è€…的所有議題ã€åˆä½µè«‹æ±‚與群組。若è¦é¿å…資料éºå¤±ï¼Œè«‹è€ƒæ…®æ”¹ç”¨%{strong_start}å°éŽ–使用者%{strong_end}功能,因為%{strong_start}刪除使用者%{strong_end}動作一執行就無法復原。"
+msgid "Admin notes"
+msgstr ""
msgid "AdminArea|Stop all jobs"
msgstr "åœæ­¢æ‰€æœ‰ä»»å‹™"
@@ -1010,6 +1191,12 @@ msgstr "åœæ­¢ä»»å‹™å¤±æ•—"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "您將åœæ­¢æ‰€æœ‰ä»»å‹™ï¼Œé€™å°‡æœƒæš«åœæ‰€æœ‰æ­£åœ¨é‹è¡Œçš„任務。"
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr ""
+
+msgid "AdminCredentials|SSH Keys"
+msgstr ""
+
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
@@ -1100,15 +1287,39 @@ msgstr "管ç†å“¡"
msgid "AdminUsers|Admins"
msgstr "管ç†å“¡"
+msgid "AdminUsers|Block"
+msgstr ""
+
msgid "AdminUsers|Block user"
msgstr "å°éŽ–使用者"
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
msgid "AdminUsers|Blocked"
msgstr "å·²å°éŽ–"
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "無法解å°éŽ–已被å°éŽ–çš„ LDAP 使用者"
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr "刪除使用者 %{username} åŠå…¶è²¢ç»ï¼Ÿ"
@@ -1124,15 +1335,36 @@ msgstr "刪除使用者åŠå…¶è²¢ç»"
msgid "AdminUsers|External"
msgstr "外部"
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
msgid "AdminUsers|It's you!"
msgstr ""
msgid "AdminUsers|New user"
msgstr ""
+msgid "AdminUsers|No credentials found"
+msgstr ""
+
msgid "AdminUsers|No users found"
msgstr ""
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
msgid "AdminUsers|Search by name, email or username"
msgstr ""
@@ -1145,18 +1377,45 @@ msgstr ""
msgid "AdminUsers|Sort by"
msgstr ""
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
msgid "AdminUsers|To confirm, type %{projectName}"
msgstr "請輸入 %{projectName} 以進行確èª"
msgid "AdminUsers|To confirm, type %{username}"
msgstr "請輸入 %{username} 以進行確èª"
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
msgstr ""
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
msgid "Advanced"
msgstr ""
@@ -1188,6 +1447,12 @@ msgstr ""
msgid "Alerts"
msgstr ""
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
msgid "All"
msgstr "全部"
@@ -1200,9 +1465,6 @@ msgstr ""
msgid "All changes are committed"
msgstr "所有改變都已經æ交"
-msgid "All cross-project dependencies have merged"
-msgstr ""
-
msgid "All email addresses will be used to identify your commits."
msgstr ""
@@ -1212,15 +1474,27 @@ msgstr "從模æ¿å»ºç«‹æˆ–導入專案時將啟用所有功能,您å¯ä»¥åœ¨å°ˆ
msgid "All groups and projects"
msgstr ""
+msgid "All issues for this milestone are closed."
+msgstr ""
+
msgid "All issues for this milestone are closed. You may close this milestone now."
msgstr "此里程碑è£çš„所有議題å‡å·²é—œé–‰ã€‚ä½ ç¾åœ¨å¯ä»¥é—œé–‰æ­¤é‡Œç¨‹ç¢‘。"
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
msgid "All projects"
msgstr ""
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
msgid "All users"
msgstr "所有使用者"
@@ -1236,9 +1510,6 @@ msgstr "容許授權開發者å‘å…±åŒå”作分支æ交"
msgid "Allow group owners to manage LDAP-related settings"
msgstr ""
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
-
msgid "Allow only the selected protocols to be used for Git access."
msgstr ""
@@ -1251,6 +1522,9 @@ msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "å…許在 Asciidoc 文件中渲染 PlantUML 圖片"
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
msgid "Allow requests to the local network from hooks and services."
msgstr "å…許來自鉤å­å’Œæœå‹™çš„å°æœ¬åœ°ç¶²çµ¡çš„請求。"
@@ -1266,10 +1540,7 @@ msgstr ""
msgid "Allow users to register any application to use GitLab as an OAuth provider"
msgstr ""
-msgid "Allow users to request access"
-msgstr ""
-
-msgid "Allow users to request access if visibility is public or internal."
+msgid "Allow users to request access (if visibility is public or internal)"
msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
@@ -1281,6 +1552,9 @@ msgstr ""
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "å…許您增加和管ç†Kuberneteså¢é›†ã€‚"
+msgid "Almost there"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -1290,6 +1564,18 @@ msgstr ""
msgid "Alternate support URL for help page and help dropdown"
msgstr ""
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services"
+msgstr ""
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
msgstr ""
@@ -1335,12 +1621,21 @@ msgstr ""
msgid "An error occurred when updating the issue weight"
msgstr "更新議題權é‡æ™‚發生錯誤"
+msgid "An error occurred while checking group path"
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
msgid "An error occurred while deleting the approvers group"
msgstr ""
msgid "An error occurred while deleting the comment"
msgstr ""
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr ""
@@ -1359,6 +1654,9 @@ msgstr ""
msgid "An error occurred while fetching environments."
msgstr ""
+msgid "An error occurred while fetching exposed artifacts."
+msgstr ""
+
msgid "An error occurred while fetching folder content."
msgstr ""
@@ -1392,12 +1690,18 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
msgid "An error occurred while fetching the job."
msgstr ""
msgid "An error occurred while fetching the jobs."
msgstr ""
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
msgid "An error occurred while fetching the pipeline."
msgstr "讀å–æµæ°´ç·šæ™‚發生錯誤"
@@ -1410,6 +1714,9 @@ msgstr ""
msgid "An error occurred while generating a username. Please try again."
msgstr ""
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
msgid "An error occurred while getting projects"
msgstr "讀å–專案時發生錯誤"
@@ -1419,6 +1726,9 @@ msgstr ""
msgid "An error occurred while initializing path locks"
msgstr ""
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
msgstr ""
@@ -1434,9 +1744,39 @@ msgstr ""
msgid "An error occurred while loading filenames"
msgstr ""
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr ""
+
msgid "An error occurred while loading the file"
msgstr ""
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while loading the subscription details."
msgstr ""
@@ -1476,6 +1816,9 @@ msgstr "儲存指派人時發生錯誤"
msgid "An error occurred while saving the approval settings"
msgstr ""
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
msgid "An error occurred while subscribing to notifications."
msgstr "訂閱通知時出錯"
@@ -1494,40 +1837,10 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
-msgid "An error occurred while validating username"
+msgid "An error occurred while validating group path"
msgstr ""
-msgid "An error occurred while committing your changes."
-msgstr ""
-
-msgid "An error occurred while fetching the job trace."
-msgstr ""
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr ""
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr ""
-
-msgid "An error occurred while loading all the files."
-msgstr ""
-
-msgid "An error occurred while loading the file content."
-msgstr ""
-
-msgid "An error occurred while loading the file."
-msgstr ""
-
-msgid "An error occurred while loading the merge request changes."
-msgstr ""
-
-msgid "An error occurred while loading the merge request version data."
-msgstr ""
-
-msgid "An error occurred while loading the merge request."
-msgstr ""
-
-msgid "An error occurred while loading the pipelines jobs."
+msgid "An error occurred while validating username"
msgstr ""
msgid "An error occurred. Please try again."
@@ -1554,7 +1867,13 @@ msgstr ""
msgid "Analytics"
msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
@@ -1575,15 +1894,24 @@ msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
msgstr "外觀"
@@ -1593,10 +1921,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
@@ -1626,12 +1954,24 @@ msgstr "應用程å¼"
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1644,6 +1984,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1663,9 +2006,6 @@ msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
msgstr[0] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1696,6 +2036,9 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
msgstr "四月"
@@ -1708,17 +2051,20 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
msgstr ""
msgid "Archived projects"
msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
-msgstr "確定?"
+msgid "Are you setting up GitLab for a company?"
+msgstr ""
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -1750,6 +2096,9 @@ msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "確定è¦åˆªé™¤æ­¤æµæ°´ç·šè¨ˆåŠƒå—Žï¼Ÿ"
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
msgid "Are you sure you want to erase this build?"
msgstr ""
@@ -1759,6 +2108,9 @@ msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
@@ -1807,9 +2159,18 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
msgstr ""
@@ -1849,6 +2210,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr "指派"
@@ -1907,6 +2271,9 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
@@ -1926,6 +2293,18 @@ msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
msgstr "八月"
@@ -1938,6 +2317,9 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
msgstr ""
@@ -1998,12 +2380,21 @@ msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
msgstr ""
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps"
msgstr ""
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
msgid "AutoDevOps|Auto DevOps documentation"
msgstr ""
@@ -2115,6 +2506,9 @@ msgstr "群組徽章"
msgid "Badges|Link"
msgstr "連çµ"
+msgid "Badges|Name"
+msgstr ""
+
msgid "Badges|No badge image"
msgstr "沒有徽章圖片"
@@ -2184,6 +2578,9 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
msgstr ""
@@ -2205,22 +2602,22 @@ msgstr "從é¸å®šçš„變更紀錄開始"
msgid "Below are examples of regex for existing tools:"
msgstr ""
-msgid "Below you will find all the groups that are public."
+msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
-msgid "Billing"
+msgid "Below you will find all the groups that are public."
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
+msgid "Billing"
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Downgrade"
+msgid "BillingPlans|Congratulations, your new trial is activated"
msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
@@ -2247,16 +2644,13 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade"
-msgstr ""
-
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
+msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
msgid "BillingPlans|frequently asked questions"
@@ -2265,13 +2659,10 @@ msgstr ""
msgid "BillingPlans|monthly"
msgstr ""
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "æ¯å¹´æ”¶å– %{price_per_year}"
-
msgid "BillingPlans|per user"
msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
@@ -2280,10 +2671,10 @@ msgstr ""
msgid "Bitbucket import"
msgstr ""
-msgid "Block"
+msgid "Blocked"
msgstr ""
-msgid "Blocked"
+msgid "Blocks"
msgstr ""
msgid "Blog"
@@ -2349,6 +2740,9 @@ msgstr "分支å稱"
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
msgstr "æœç´¢åˆ†æ”¯"
@@ -2499,22 +2893,22 @@ msgstr ""
msgid "Browse files"
msgstr "ç€è¦½æ–‡ä»¶"
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
@@ -2577,9 +2971,6 @@ msgstr ""
msgid "CICD|Auto DevOps"
msgstr ""
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr ""
-
msgid "CICD|Automatic deployment to staging, manual deployment to production"
msgstr ""
@@ -2601,9 +2992,6 @@ msgstr ""
msgid "CICD|Jobs"
msgstr ""
-msgid "CICD|Learn more about Auto DevOps"
-msgstr ""
-
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
msgstr ""
@@ -2628,9 +3016,15 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr ""
+
msgid "Callback URL"
msgstr ""
+msgid "Can be manually deployed to"
+msgstr ""
+
msgid "Can override approvers and approvals required per merge request"
msgstr ""
@@ -2646,6 +3040,9 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
@@ -2658,6 +3055,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Canceled deployment to"
+msgstr ""
+
msgid "Cancelling Preview"
msgstr ""
@@ -2697,9 +3097,6 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr "更改權é‡"
-
msgid "Change assignee"
msgstr ""
@@ -2709,6 +3106,9 @@ msgstr "更改指派人"
msgid "Change assignee(s)."
msgstr "更改指派人。"
+msgid "Change branches"
+msgstr ""
+
msgid "Change label"
msgstr ""
@@ -2772,13 +3172,22 @@ msgstr "將標題改為「%{title_param}ã€ã€‚"
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
msgstr "統計圖"
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
msgid "Chat"
msgstr ""
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2799,7 +3208,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2841,6 +3250,9 @@ msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
msgstr ""
@@ -2850,15 +3262,99 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
+msgid "Checking group path availability..."
+msgstr ""
+
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
msgstr "優é¸æ­¤æ交"
msgid "Cherry-pick this merge request"
msgstr "優é¸æ­¤åˆä½µè«‹æ±‚"
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
msgstr ""
@@ -2946,6 +3442,9 @@ msgstr ""
msgid "CiStatusLabel|waiting for manual action"
msgstr "等待手動æ“作"
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
+
msgid "CiStatusText|blocked"
msgstr "已阻塞"
@@ -2976,6 +3475,9 @@ msgstr ""
msgid "CiStatusText|skipped"
msgstr "已跳éŽ"
+msgid "CiStatusText|waiting"
+msgstr ""
+
msgid "CiStatus|running"
msgstr "é‹è¡Œä¸­"
@@ -3048,6 +3550,9 @@ msgstr ""
msgid "CiVariable|Validation failed"
msgstr ""
+msgid "Class"
+msgstr ""
+
msgid "Classification Label (optional)"
msgstr ""
@@ -3057,6 +3562,9 @@ msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3165,15 +3673,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3189,6 +3700,9 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
@@ -3228,6 +3742,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3255,7 +3772,10 @@ msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr ""
msgid "ClusterIntegration|Base domain"
@@ -3273,7 +3793,13 @@ msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
@@ -3282,12 +3808,21 @@ msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3300,13 +3835,13 @@ msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
@@ -3315,27 +3850,90 @@ msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
msgstr ""
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
msgstr ""
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
+
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
msgstr ""
@@ -3345,9 +3943,15 @@ msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr ""
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3375,6 +3979,9 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
@@ -3402,6 +4009,9 @@ msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
@@ -3420,6 +4030,9 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
msgstr ""
@@ -3441,6 +4054,9 @@ msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
msgstr ""
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
msgid "ClusterIntegration|Knative"
msgstr ""
@@ -3462,13 +4078,13 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
@@ -3477,13 +4093,22 @@ msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
msgstr ""
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
@@ -3501,24 +4126,57 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
msgstr ""
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
msgid "ClusterIntegration|No projects found"
msgstr ""
@@ -3528,6 +4186,15 @@ msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
msgstr ""
@@ -3561,10 +4228,13 @@ msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
msgstr ""
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
msgid "ClusterIntegration|RBAC-enabled cluster"
msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
msgstr ""
msgid "ClusterIntegration|Region"
@@ -3576,9 +4246,21 @@ msgstr ""
msgid "ClusterIntegration|Remove integration"
msgstr ""
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
msgstr ""
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
msgstr ""
@@ -3588,30 +4270,75 @@ msgstr ""
msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
-msgstr ""
-
msgid "ClusterIntegration|Save changes"
msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
msgstr ""
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
msgid "ClusterIntegration|Search projects"
msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
msgstr ""
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
msgstr ""
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
msgid "ClusterIntegration|Select machine type"
msgstr ""
@@ -3624,7 +4351,7 @@ msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
@@ -3636,16 +4363,22 @@ msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
@@ -3660,6 +4393,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3678,6 +4417,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3696,6 +4438,12 @@ msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
msgstr ""
@@ -3708,6 +4456,9 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
msgstr ""
@@ -3717,12 +4468,21 @@ msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
msgstr ""
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
+
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
msgstr ""
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
@@ -3732,6 +4492,9 @@ msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
msgstr ""
@@ -3741,9 +4504,6 @@ msgstr ""
msgid "ClusterIntegration|documentation"
msgstr ""
-msgid "ClusterIntegration|help page"
-msgstr ""
-
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
@@ -3756,10 +4516,31 @@ msgstr ""
msgid "ClusterIntegration|sign up"
msgstr ""
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3768,6 +4549,12 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
@@ -3780,6 +4567,24 @@ msgstr ""
msgid "Cohorts"
msgstr ""
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
msgid "Collapse"
msgstr ""
@@ -3856,6 +4661,9 @@ msgstr "最近30次æ交花費的時間(分é˜ï¼‰"
msgid "Commit message"
msgstr "æ交信æ¯"
+msgid "Commit message (optional)"
+msgstr ""
+
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
msgstr ""
@@ -3886,6 +4694,9 @@ msgstr ""
msgid "Commits per weekday"
msgstr ""
+msgid "Commits to"
+msgstr ""
+
msgid "Commits|An error occurred while fetching merge requests data."
msgstr ""
@@ -3907,6 +4718,9 @@ msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
msgstr "比較"
@@ -3925,6 +4739,9 @@ msgstr "與最後æ交進行比較"
msgid "Compare changes with the merge request target branch"
msgstr ""
+msgid "Compare with previous version"
+msgstr ""
+
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
msgstr ""
@@ -3943,6 +4760,9 @@ msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
msgstr "隱密"
@@ -3964,6 +4784,9 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
@@ -3979,7 +4802,13 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgstr ""
-msgid "Configure push mirrors."
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
msgstr ""
msgid "Configure storage path settings."
@@ -4015,15 +4844,24 @@ msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
msgstr ""
+msgid "Connecting"
+msgstr ""
+
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
msgstr ""
+msgid "Connection failed"
+msgstr ""
+
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4039,68 +4877,134 @@ msgstr ""
msgid "Container Registry"
msgstr ""
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
+msgid "ContainerRegistry|Expiration interval:"
msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+
msgid "ContainerRegistry|Size"
msgstr ""
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
+
msgid "ContainerRegistry|Tag"
msgstr ""
-msgid "ContainerRegistry|Tag ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4136,27 +5040,51 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
msgstr ""
-msgid "Contributions per group member"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
msgstr ""
-msgid "Contributors"
-msgstr "è²¢ç»è€…"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
+
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
+msgid "ContributionAnalytics|Issues"
msgstr ""
-msgid "ContributorsPage|Building repository graph."
+msgid "ContributionAnalytics|Last 3 months"
msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
+msgid "ContributionAnalytics|Last month"
msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
+msgid "ContributionAnalytics|Last week"
msgstr ""
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr "è²¢ç»è€…"
+
msgid "Control emails linked to your account"
msgstr ""
@@ -4166,9 +5094,6 @@ msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
msgstr ""
-msgid "ConvDev Index"
-msgstr ""
-
msgid "Cookie domain"
msgstr ""
@@ -4178,16 +5103,28 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
+msgid "Copy ID"
msgstr ""
msgid "Copy KRB5 clone URL"
@@ -4199,20 +5136,29 @@ msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "複製URL到剪貼æ¿"
+msgid "Copy URL"
+msgstr ""
-msgid "Copy branch name to clipboard"
+msgid "Copy branch name"
msgstr ""
-msgid "Copy command to clipboard"
+msgid "Copy command"
msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "複製æ交 SHA 到剪貼æ¿"
+msgid "Copy commands"
+msgstr ""
-msgid "Copy file path to clipboard"
-msgstr "複製檔案路徑到剪貼簿"
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy impersonation token"
+msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr "從 %{source_issuable_reference} 複製標籤和里程碑。"
@@ -4223,30 +5169,24 @@ msgstr ""
msgid "Copy link"
msgstr ""
-msgid "Copy personal access token to clipboard"
+msgid "Copy personal access token"
msgstr ""
-msgid "Copy reference to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy secret to clipboard"
+msgid "Copy secret"
msgstr ""
-msgid "Copy source to clipboard"
-msgstr "將代碼複製到剪貼簿"
-
-msgid "Copy to clipboard"
+msgid "Copy token"
msgstr ""
-msgid "Copy token to clipboard"
+msgid "Copy trigger token"
msgstr ""
msgid "Could not add admins as members"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
-msgstr ""
-
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -4265,27 +5205,48 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
@@ -4301,9 +5262,15 @@ msgstr "創建新目錄"
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4319,12 +5286,21 @@ msgstr ""
msgid "Create a new issue"
msgstr "建立新議題"
+msgid "Create a new issue and add it to the epic."
+msgstr ""
+
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
msgstr "在帳戶上創建個人訪å•ä»¤ç‰Œï¼Œä»¥é€šéŽ %{protocol} 來拉å–或推é€ã€‚"
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
+
msgid "Create an issue. Issues are created for each alert triggered."
msgstr "建立議題。為已觸發的æ¯å€‹è­¦å ±å»ºç«‹è­°é¡Œã€‚"
@@ -4364,6 +5340,9 @@ msgstr ""
msgid "Create group label"
msgstr "建立群組標籤"
+msgid "Create issue"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "建立標籤列表。å«æœ‰æ­¤æ¨™ç±¤çš„議題將會在清單中顯示。"
@@ -4424,9 +5403,18 @@ msgstr ""
msgid "Created At"
msgstr ""
+msgid "Created On"
+msgstr ""
+
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
@@ -4466,18 +5454,27 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
msgstr "Cron 時å€"
msgid "Cron syntax"
msgstr "Cron 語法"
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
msgstr ""
+msgid "Current Plan"
+msgstr ""
+
msgid "Current Project"
msgstr ""
@@ -4487,13 +5484,22 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -4511,12 +5517,18 @@ msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4550,6 +5562,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -4571,6 +5586,9 @@ msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
msgstr ""
+msgid "Customize your pipeline configuration."
+msgstr ""
+
msgid "Cycle Analytics"
msgstr "週期分æž"
@@ -4580,15 +5598,42 @@ msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
msgstr ""
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4601,6 +5646,9 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
@@ -4613,9 +5661,6 @@ msgstr "議題"
msgid "CycleAnalyticsStage|Plan"
msgstr "計劃"
-msgid "CycleAnalyticsStage|Production"
-msgstr "生產"
-
msgid "CycleAnalyticsStage|Review"
msgstr "評審"
@@ -4625,23 +5670,73 @@ msgstr "é ç™¼å¸ƒ"
msgid "CycleAnalyticsStage|Test"
msgstr "測試"
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4678,6 +5773,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
msgstr ""
@@ -4696,6 +5794,9 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -4714,6 +5815,9 @@ msgstr "拒絕並登出"
msgid "Default Branch"
msgstr ""
+msgid "Default CI configuration path"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -4726,6 +5830,9 @@ msgstr ""
msgid "Default classification label"
msgstr ""
+msgid "Default deletion adjourned period"
+msgstr ""
+
msgid "Default description template for issues"
msgstr ""
@@ -4798,6 +5905,18 @@ msgstr ""
msgid "Delete list"
msgstr ""
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
msgid "Delete source branch"
msgstr ""
@@ -4837,6 +5956,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
@@ -4846,6 +5968,9 @@ msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4905,6 +6030,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -5004,10 +6132,10 @@ msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
+msgid "DeployTokens|Copy deploy token"
msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
+msgid "DeployTokens|Copy username"
msgstr ""
msgid "DeployTokens|Create deploy token"
@@ -5070,21 +6198,42 @@ msgstr ""
msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
-msgstr ""
-
msgid "Deployed to"
msgstr ""
msgid "Deploying to"
msgstr ""
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
msgid "Deprioritize label"
msgstr ""
msgid "Descending"
msgstr ""
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
msgid "Description"
msgstr "æè¿°"
@@ -5103,6 +6252,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5112,19 +6270,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5136,12 +6312,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5166,19 +6345,28 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Difference between start date and now"
+msgstr ""
+
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -5193,15 +6381,15 @@ msgstr "目錄å稱"
msgid "Disable"
msgstr ""
-msgid "Disable email notifications"
-msgstr ""
-
msgid "Disable for this project"
msgstr ""
msgid "Disable group Runners"
msgstr ""
+msgid "Disable public access to Pages sites"
+msgstr ""
+
msgid "Disable shared Runners"
msgstr ""
@@ -5262,15 +6450,21 @@ msgstr ""
msgid "Discussion"
msgstr "討論"
-msgid "Dismiss"
+msgid "Discussion to reply to cannot be found"
msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
msgstr ""
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
+
msgid "Dismiss Merge Request promotion"
msgstr ""
@@ -5292,12 +6486,21 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
msgstr ""
msgid "Dockerfile"
msgstr "Dockerfile"
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
msgstr ""
@@ -5310,6 +6513,9 @@ msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
@@ -5325,6 +6531,12 @@ msgstr ""
msgid "Download"
msgstr "下載"
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -5340,6 +6552,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5373,9 +6588,18 @@ msgstr ""
msgid "Due date"
msgstr "截止日期"
+msgid "Duration"
+msgstr ""
+
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
msgid "Each Runner can be in one of the following states:"
msgstr ""
@@ -5394,6 +6618,12 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
msgstr ""
@@ -5406,9 +6636,18 @@ msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgstr "編輯 %{id} æµæ°´ç·šè¨ˆåŠƒ"
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
msgid "Edit Snippet"
msgstr ""
+msgid "Edit System Hook"
+msgstr ""
+
msgid "Edit application"
msgstr ""
@@ -5418,6 +6657,9 @@ msgstr ""
msgid "Edit comment"
msgstr "編輯留言"
+msgid "Edit dashboard"
+msgstr ""
+
msgid "Edit description"
msgstr ""
@@ -5448,6 +6690,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5460,6 +6705,9 @@ msgstr ""
msgid "Elasticsearch"
msgstr ""
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5484,6 +6732,9 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
msgstr ""
@@ -5562,6 +6813,12 @@ msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -5610,6 +6867,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgstr ""
+msgid "Enable protected paths rate limit"
+msgstr ""
+
msgid "Enable proxy"
msgstr ""
@@ -5661,6 +6921,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5685,6 +6948,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
msgstr "輸入議題說明"
@@ -5703,9 +6969,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5718,6 +6981,15 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
msgstr ""
@@ -5727,6 +6999,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5742,12 +7017,21 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
msgstr ""
@@ -5766,6 +7050,12 @@ msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
msgstr ""
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
+
msgid "Environments|Commit"
msgstr ""
@@ -5784,19 +7074,28 @@ msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
msgstr ""
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
+
msgid "Environments|Job"
msgstr ""
+msgid "Environments|Learn about environments"
+msgstr ""
+
msgid "Environments|Learn more about stopping environments"
msgstr ""
msgid "Environments|New environment"
msgstr ""
+msgid "Environments|No deployed environments"
+msgstr ""
+
msgid "Environments|No deployments yet"
msgstr ""
-msgid "Environments|No pod name has been specified"
+msgid "Environments|No pods to display"
msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
@@ -5838,9 +7137,15 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
msgstr ""
+msgid "Environments|Show last"
+msgstr ""
+
msgid "Environments|Stop"
msgstr ""
@@ -5856,10 +7161,10 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
@@ -5874,6 +7179,12 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
msgid "Epics"
msgstr ""
@@ -5889,9 +7200,6 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
-msgstr ""
-
msgid "Epics|Add an epic"
msgstr ""
@@ -5961,10 +7269,10 @@ msgstr ""
msgid "Error"
msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
@@ -5973,7 +7281,7 @@ msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
+msgid "Error deleting project. Check logs for error details."
msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
@@ -6009,6 +7317,9 @@ msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
@@ -6048,6 +7359,12 @@ msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6063,6 +7380,9 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
msgstr "更新標籤時發生錯誤。"
@@ -6096,9 +7416,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6114,7 +7431,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6132,12 +7449,18 @@ msgstr ""
msgid "Estimated"
msgstr ""
+msgid "Event Actions"
+msgstr ""
+
msgid "EventFilterBy|Filter by all"
msgstr "全部"
msgid "EventFilterBy|Filter by comments"
msgstr "按評論éŽæ¿¾"
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
+
msgid "EventFilterBy|Filter by issue events"
msgstr "按議題事件 (issue event) éŽæ¿¾"
@@ -6156,12 +7479,27 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
msgstr "æ¯æ—¥åŸ·è¡Œï¼ˆæ·©æ™¨ 4 點)"
+msgid "Every month"
+msgstr ""
+
msgid "Every month (on the 1st at 4:00am)"
msgstr "æ¯æœˆåŸ·è¡Œï¼ˆæ¯æœˆ 1 日淩晨 4 點)"
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
msgid "Every week (Sundays at 4:00am)"
msgstr "æ¯é€±åŸ·è¡Œï¼ˆå‘¨æ—¥æ·©æ™¨ 4 點)"
@@ -6192,18 +7530,27 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
msgstr ""
@@ -6225,9 +7572,15 @@ msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
msgstr ""
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
+
msgid "Expired"
msgstr ""
@@ -6279,6 +7632,9 @@ msgstr ""
msgid "External Classification Policy Authorization"
msgstr ""
+msgid "External ID"
+msgstr ""
+
msgid "External URL"
msgstr ""
@@ -6348,15 +7704,21 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
msgstr "無法變更所有者"
msgid "Failed to check related branches."
msgstr ""
-msgid "Failed to connect to the prometheus server"
-msgstr ""
-
msgid "Failed to create Merge Request. Please try again."
msgstr ""
@@ -6375,6 +7737,9 @@ msgstr ""
msgid "Failed to deploy to"
msgstr ""
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
msgid "Failed to get ref."
msgstr ""
@@ -6384,6 +7749,9 @@ msgstr ""
msgid "Failed to load emoji list."
msgstr ""
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6393,6 +7761,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6435,9 +7806,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6462,6 +7830,9 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
msgstr "更新議題時發生錯誤,請ç¨å¾Œé‡è©¦ã€‚"
@@ -6489,6 +7860,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
@@ -6513,15 +7887,9 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
-msgid "FeatureFlags|Add"
-msgstr ""
-
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
msgstr ""
@@ -6543,9 +7911,6 @@ msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
msgstr ""
-msgid "FeatureFlags|Enter comma separated list of user IDs"
-msgstr ""
-
msgid "FeatureFlags|Environment Spec"
msgstr ""
@@ -6570,12 +7935,18 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
@@ -6621,15 +7992,9 @@ msgstr ""
msgid "FeatureFlags|Status"
msgstr ""
-msgid "FeatureFlags|Target Users"
-msgstr ""
-
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6667,6 +8032,12 @@ msgid "File"
msgid_plural "Files"
msgstr[0] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6676,12 +8047,18 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
msgstr ""
@@ -6715,9 +8092,18 @@ msgstr "按æ交消æ¯éŽæ¿¾"
msgid "Filter by milestone name"
msgstr "é€éŽé‡Œç¨‹ç¢‘å稱篩é¸"
+msgid "Filter by name..."
+msgstr ""
+
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6748,9 +8134,6 @@ msgstr ""
msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
-msgstr ""
-
msgid "Fingerprints"
msgstr ""
@@ -6766,12 +8149,21 @@ msgstr ""
msgid "Finished"
msgstr ""
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
msgid "First day of the week"
msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
msgstr ""
@@ -6805,6 +8197,9 @@ msgstr ""
msgid "FogBugz import"
msgstr ""
+msgid "Folder/%{name}"
+msgstr ""
+
msgid "Follow the steps below to export your Google Code project data."
msgstr ""
@@ -6826,6 +8221,9 @@ msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
msgstr ""
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
msgstr ""
@@ -6847,10 +8245,13 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
msgstr "派生自"
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr ""
msgid "Forking in progress"
@@ -6865,6 +8266,9 @@ msgstr ""
msgid "Format"
msgstr ""
+msgid "Format: %{dateFormat}"
+msgstr ""
+
msgid "Forward external support email address to"
msgstr ""
@@ -6880,6 +8284,9 @@ msgstr ""
msgid "Free Trial of GitLab.com Gold"
msgstr ""
+msgid "Frequency"
+msgstr ""
+
msgid "Friday"
msgstr ""
@@ -6889,6 +8296,9 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
msgstr ""
@@ -6910,9 +8320,6 @@ msgstr "從創建議題到部署到生產環境"
msgid "From merge request merge until deploy to production"
msgstr "從åˆä½µè«‹æ±‚çš„åˆä½µåˆ°éƒ¨ç½²è‡³ç”Ÿç”¢ç’°å¢ƒ"
-msgid "From milestones:"
-msgstr "來自里程碑:"
-
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
msgstr ""
@@ -6955,9 +8362,21 @@ msgstr ""
msgid "Geo"
msgstr ""
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
+
msgid "Geo Nodes"
msgstr ""
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
+
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr ""
@@ -6970,15 +8389,24 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
+msgid "GeoNodes|Attachments"
+msgstr ""
+
msgid "GeoNodes|Checksummed"
msgstr ""
+msgid "GeoNodes|Container repositories"
+msgstr ""
+
msgid "GeoNodes|Data is out of date from %{timeago}"
msgstr ""
msgid "GeoNodes|Data replication lag"
msgstr ""
+msgid "GeoNodes|Design repositories"
+msgstr ""
+
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
@@ -7000,6 +8428,12 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -7021,24 +8455,15 @@ msgstr ""
msgid "GeoNodes|Loading nodes"
msgstr ""
-msgid "GeoNodes|Local LFS objects"
-msgstr ""
-
-msgid "GeoNodes|Local attachments"
-msgstr ""
-
-msgid "GeoNodes|Local container repositories"
-msgstr ""
-
-msgid "GeoNodes|Local job artifacts"
-msgstr ""
-
msgid "GeoNodes|New node"
msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
msgstr ""
+msgid "GeoNodes|Node URL"
+msgstr ""
+
msgid "GeoNodes|Node was successfully removed."
msgstr ""
@@ -7048,13 +8473,13 @@ msgstr ""
msgid "GeoNodes|Out of sync"
msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
@@ -7363,6 +8788,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7396,13 +8824,13 @@ msgstr ""
msgid "GitHub import"
msgstr ""
-msgid "GitLab CI Linter has been moved"
+msgid "GitLab / Unsubscribe"
msgstr ""
-msgid "GitLab Enterprise Edition %{plan}"
+msgid "GitLab CI Linter has been moved"
msgstr ""
-msgid "GitLab Geo"
+msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group."
@@ -7411,6 +8839,9 @@ msgstr ""
msgid "GitLab Import"
msgstr ""
+msgid "GitLab Issue"
+msgstr ""
+
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
@@ -7420,6 +8851,9 @@ msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7441,12 +8875,102 @@ msgstr ""
msgid "GitLab single sign on URL"
msgstr ""
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com import"
msgstr ""
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
msgid "Gitaly"
msgstr ""
@@ -7471,6 +8995,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7597,13 +9124,16 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
msgstr ""
msgid "Google Takeout"
msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
@@ -7615,6 +9145,27 @@ msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
@@ -7642,12 +9193,18 @@ msgstr ""
msgid "Group Git LFS status:"
msgstr ""
+msgid "Group Hooks"
+msgstr ""
+
msgid "Group ID"
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
msgstr ""
@@ -7669,21 +9226,42 @@ msgstr ""
msgid "Group details"
msgstr ""
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
msgid "Group info:"
msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
+msgid "Group members"
+msgstr ""
+
msgid "Group name"
msgstr ""
+msgid "Group overview"
+msgstr ""
+
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
@@ -7726,6 +9304,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7747,6 +9328,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7756,9 +9340,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7786,21 +9385,42 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
msgstr ""
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
+
msgid "GroupSettings|Custom project templates"
msgstr ""
@@ -7813,6 +9433,12 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
msgstr ""
@@ -7822,6 +9448,12 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
@@ -7834,6 +9466,9 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
msgstr ""
@@ -7849,9 +9484,24 @@ msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
msgstr ""
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
+
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr ""
@@ -7864,6 +9514,9 @@ msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr ""
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
@@ -7930,9 +9583,15 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
+msgid "Guideline"
+msgstr ""
+
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
msgstr ""
@@ -7978,6 +9637,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -8009,6 +9677,12 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8030,9 +9704,6 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
@@ -8045,12 +9716,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8066,7 +9743,7 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8129,6 +9806,9 @@ msgstr ""
msgid "Identifier"
msgstr ""
+msgid "Identifiers"
+msgstr ""
+
msgid "Identities"
msgstr ""
@@ -8144,7 +9824,7 @@ msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
@@ -8165,12 +9845,30 @@ msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
msgstr ""
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
+
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -8315,9 +10013,15 @@ msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident Management Limits"
+msgstr ""
+
msgid "Incidents"
msgstr ""
@@ -8366,6 +10070,9 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
msgstr ""
@@ -8396,7 +10103,7 @@ msgstr ""
msgid "Install Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8412,9 +10119,6 @@ msgid "Instance"
msgid_plural "Instances"
msgstr[0] ""
-msgid "Instance Statistics"
-msgstr ""
-
msgid "Instance Statistics visibility"
msgstr ""
@@ -8454,7 +10158,10 @@ msgstr "循環週期"
msgid "Introducing Cycle Analytics"
msgstr "週期分æžç°¡ä»‹"
-msgid "Introducing Your Conversational Development Index"
+msgid "Introducing Your DevOps Score"
+msgstr ""
+
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8469,6 +10176,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8484,6 +10194,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8496,6 +10209,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8517,6 +10233,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8532,15 +10257,24 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
msgstr ""
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
msgid "Issue board focus mode"
msgstr ""
+msgid "Issue cannot be found."
+msgstr ""
+
msgid "Issue events"
msgstr "議題事件"
@@ -8553,6 +10287,9 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
msgstr "看æ¿"
@@ -8601,6 +10338,9 @@ msgstr ""
msgid "Issues closed"
msgstr ""
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
@@ -8634,7 +10374,7 @@ msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8721,7 +10461,13 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
@@ -8808,6 +10554,9 @@ msgstr "六月"
msgid "June"
msgstr "六月"
+msgid "Key"
+msgstr ""
+
msgid "Key (PEM)"
msgstr ""
@@ -8820,6 +10569,9 @@ msgstr ""
msgid "Kubernetes"
msgstr ""
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
msgid "Kubernetes Cluster"
msgstr ""
@@ -8829,7 +10581,7 @@ msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
msgstr ""
-msgid "Kubernetes cluster integration was not removed."
+msgid "Kubernetes cluster integration and resources are being removed."
msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
@@ -8847,6 +10599,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8935,9 +10690,18 @@ msgstr[0] "最近 %d 天"
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
msgstr "最新æµæ°´ç·š"
+msgid "Last Seen"
+msgstr ""
+
msgid "Last accessed on"
msgstr ""
@@ -8962,12 +10726,21 @@ msgstr ""
msgid "Last reply by"
msgstr ""
+msgid "Last repository check run"
+msgstr ""
+
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
msgstr "最後更新"
@@ -8983,6 +10756,9 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
msgstr "您推é€äº†"
@@ -9001,6 +10777,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9016,6 +10795,12 @@ msgstr ""
msgid "Learn more about Kubernetes"
msgstr ""
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9040,9 +10825,6 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
msgstr "了解更多"
@@ -9052,6 +10834,12 @@ msgstr "æµæ°´ç·šè¨ˆåŠƒæ–‡æª”"
msgid "Leave"
msgstr ""
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
+
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
@@ -9076,6 +10864,9 @@ msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9122,10 +10913,18 @@ msgid "LicenseCompliance|License Compliance detected %d license for the source b
msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9174,6 +10973,57 @@ msgstr ""
msgid "Licenses"
msgstr ""
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9184,21 +11034,33 @@ msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
-msgid "Link copied to clipboard"
+msgid "Line changes"
+msgstr ""
+
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
msgstr ""
+msgid "List Settings"
+msgstr ""
+
msgid "List Your Gitea Repositories"
msgstr ""
@@ -9223,12 +11085,18 @@ msgstr ""
msgid "Loading contribution stats for group members"
msgstr ""
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
msgstr ""
@@ -9292,6 +11160,18 @@ msgstr ""
msgid "Logs"
msgstr ""
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
msgid "MERGED"
msgstr ""
@@ -9331,6 +11211,9 @@ msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
@@ -9490,6 +11373,9 @@ msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9508,6 +11394,15 @@ msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9520,9 +11415,15 @@ msgstr ""
msgid "May"
msgstr "五月"
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
msgid "Median"
msgstr "中ä½æ•¸"
+msgid "Medium vulnerabilities present"
+msgstr ""
+
msgid "Member lock"
msgstr ""
@@ -9544,6 +11445,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9562,6 +11469,9 @@ msgstr "åˆä½µè«‹æ±‚"
msgid "Merge Requests created"
msgstr ""
+msgid "Merge Requests in Review"
+msgstr ""
+
msgid "Merge commit message"
msgstr ""
@@ -9574,6 +11484,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
msgstr "åˆä½µè«‹æ±‚"
@@ -9586,6 +11499,9 @@ msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
msgstr "åˆä½µè«‹æ±‚"
@@ -9679,13 +11595,10 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
-msgstr ""
-
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
@@ -9709,6 +11622,9 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
msgstr ""
@@ -9751,9 +11667,15 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr ""
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
msgid "Metrics|Create metric"
msgstr ""
@@ -9763,6 +11685,15 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
msgstr ""
@@ -9775,19 +11706,19 @@ msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
+msgid "Metrics|Legend label (optional)"
msgstr ""
-msgid "Metrics|Legend label (optional)"
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
msgstr ""
-msgid "Metrics|Must be a valid PromQL query."
+msgid "Metrics|Max"
msgstr ""
-msgid "Metrics|New metric"
+msgid "Metrics|Must be a valid PromQL query."
msgstr ""
-msgid "Metrics|No deployed environments"
+msgid "Metrics|New metric"
msgstr ""
msgid "Metrics|PromQL query is valid"
@@ -9799,9 +11730,18 @@ msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
msgstr ""
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
+
msgid "Metrics|There was an error getting deployment information."
msgstr ""
@@ -9814,10 +11754,10 @@ msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr ""
msgid "Metrics|Unit label"
@@ -9829,9 +11769,15 @@ msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
msgstr ""
+msgid "Metrics|Validating query"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
+
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9850,6 +11796,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9857,7 +11806,8 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr "里程碑"
+msgid_plural "Milestones"
+msgstr[0] ""
msgid "Milestone lists not available with your current license"
msgstr "ç›®å‰è¨±å¯è­‰ç„¡æ³•ä½¿ç”¨é‡Œç¨‹ç¢‘列表"
@@ -9907,6 +11857,9 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
@@ -9919,6 +11872,9 @@ msgstr ""
msgid "Mirror user"
msgstr ""
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
msgid "Mirrored repositories"
msgstr ""
@@ -9985,12 +11941,18 @@ msgstr ""
msgid "More actions"
msgstr ""
+msgid "More details"
+msgstr ""
+
msgid "More info"
msgstr ""
msgid "More information"
msgstr ""
+msgid "More information and share feedback"
+msgstr ""
+
msgid "More information is available|here"
msgstr "幫助文檔"
@@ -10048,6 +12010,9 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
msgstr ""
@@ -10063,6 +12028,9 @@ msgstr ""
msgid "Name:"
msgstr ""
+msgid "Namespace: %{namespace}"
+msgstr ""
+
msgid "Namespaces to index"
msgstr ""
@@ -10072,6 +12040,9 @@ msgstr ""
msgid "Naming, visibility"
msgstr ""
+msgid "Navigate to the project to close the milestone."
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -10102,9 +12073,15 @@ msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
msgstr "新群組"
+msgid "New Group Name"
+msgstr ""
+
msgid "New Identity"
msgstr ""
@@ -10139,6 +12116,9 @@ msgstr "新增分支"
msgid "New branch unavailable"
msgstr ""
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
msgid "New deploy key"
msgstr ""
@@ -10169,6 +12149,9 @@ msgstr ""
msgid "New issue"
msgstr "新議題"
+msgid "New issue title"
+msgstr ""
+
msgid "New label"
msgstr ""
@@ -10235,6 +12218,9 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
@@ -10244,6 +12230,9 @@ msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10289,15 +12278,18 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
msgstr "沒有截止日期"
+msgid "No endpoint provided"
+msgstr ""
+
msgid "No errors to display."
msgstr ""
@@ -10307,6 +12299,9 @@ msgstr "沒有é ä¼°æˆ–花費時間"
msgid "No file chosen"
msgstr ""
+msgid "No file hooks found."
+msgstr ""
+
msgid "No file selected"
msgstr ""
@@ -10316,13 +12311,10 @@ msgstr ""
msgid "No files found."
msgstr ""
-msgid "No forks available to you."
-msgstr ""
-
-msgid "No issues for the selected time period."
+msgid "No forks are available to you."
msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
@@ -10340,9 +12332,6 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr ""
-
msgid "No merge requests found"
msgstr ""
@@ -10358,16 +12347,16 @@ msgstr ""
msgid "No parent group"
msgstr ""
-msgid "No preview for this file type"
+msgid "No pods available"
msgstr ""
-msgid "No prioritised labels with such name or description"
+msgid "No preview for this file type"
msgstr ""
-msgid "No public groups"
+msgid "No prioritized labels with such name or description"
msgstr ""
-msgid "No pushes for the selected time period."
+msgid "No public groups"
msgstr ""
msgid "No repository"
@@ -10394,6 +12383,21 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
msgstr ""
@@ -10415,6 +12419,9 @@ msgstr ""
msgid "None"
msgstr "ç„¡"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
@@ -10466,9 +12473,6 @@ msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
msgstr ""
-msgid "Note: the container registry is always visible when a project is public"
-msgstr ""
-
msgid "NoteForm|Note"
msgstr ""
@@ -10529,6 +12533,9 @@ msgstr "æ–°åˆä½µè«‹æ±‚"
msgid "NotificationEvent|New note"
msgstr "新增評論"
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr "é‡æ–°æŒ‡æ´¾è­°é¡Œ"
@@ -10580,6 +12587,9 @@ msgstr "å一月"
msgid "November"
msgstr "å一月"
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
+
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10589,9 +12599,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10619,6 +12641,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10631,6 +12656,9 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
@@ -10638,6 +12666,9 @@ msgstr[0] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
msgstr ""
@@ -10647,12 +12678,18 @@ msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
msgstr ""
@@ -10674,9 +12711,6 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
-msgstr ""
-
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
msgstr ""
@@ -10722,6 +12756,9 @@ msgstr ""
msgid "Open source software to collaborate on code"
msgstr ""
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
msgid "Opened"
msgstr ""
@@ -10770,6 +12807,9 @@ msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
msgstr ""
@@ -10782,6 +12822,9 @@ msgstr "æ“作"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
+msgid "Origin"
+msgstr ""
+
msgid "Other Labels"
msgstr ""
@@ -10794,9 +12837,6 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
msgstr ""
@@ -10815,24 +12855,111 @@ msgstr ""
msgid "Owner"
msgstr "所有者"
+msgid "Package deleted successfully"
+msgstr ""
+
msgid "Package information"
msgstr ""
msgid "Package was removed"
msgstr ""
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
msgstr ""
@@ -10848,9 +12975,6 @@ msgstr ""
msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
-msgstr ""
-
msgid "Pages getting started guide"
msgstr ""
@@ -10881,15 +13005,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
msgstr ""
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
msgid "Password"
msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10905,6 +13050,9 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
@@ -10926,6 +13074,9 @@ msgstr ""
msgid "Path:"
msgstr ""
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
msgid "Pause"
msgstr ""
@@ -10953,6 +13104,12 @@ msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -11022,6 +13179,9 @@ msgstr ""
msgid "Pipeline quota"
msgstr ""
+msgid "Pipeline subscriptions"
+msgstr ""
+
msgid "Pipeline triggers"
msgstr ""
@@ -11100,7 +13260,7 @@ msgstr ""
msgid "Pipelines for last year"
msgstr "去年的æµæ°´ç·š"
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11124,6 +13284,9 @@ msgstr ""
msgid "Pipelines|CI Lint"
msgstr ""
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
msgid "Pipelines|Clear Runner Caches"
msgstr ""
@@ -11157,9 +13320,15 @@ msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
msgstr ""
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr ""
+msgid "Pipelines|parent"
+msgstr ""
+
msgid "Pipeline|Commit"
msgstr ""
@@ -11289,7 +13458,7 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
@@ -11340,9 +13509,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11364,6 +13542,9 @@ msgstr ""
msgid "Please try again"
msgstr ""
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11379,6 +13560,12 @@ msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
msgstr ""
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
msgid "Pods in use"
msgstr ""
@@ -11397,6 +13584,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11406,9 +13596,15 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -11418,7 +13614,13 @@ msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11451,9 +13653,6 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr ""
-
msgid "Prevent adding new members to project membership within this group"
msgstr ""
@@ -11463,6 +13662,12 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
msgstr "é è¦½"
@@ -11526,15 +13731,48 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
msgstr "個人資料"
@@ -11733,6 +13971,9 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr ""
@@ -11874,6 +14115,9 @@ msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
msgstr ""
+msgid "Project '%{project_name}' is restored."
+msgstr ""
+
msgid "Project '%{project_name}' queued for deletion."
msgstr "項目 '%{project_name}' 已進入刪除隊列。"
@@ -11883,12 +14127,21 @@ msgstr "é …ç›® '%{project_name}' 已創建æˆåŠŸã€‚"
msgid "Project '%{project_name}' was successfully updated."
msgstr "é …ç›® '%{project_name}' 已更新完æˆã€‚"
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
+
msgid "Project Badges"
msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
@@ -11898,7 +14151,7 @@ msgstr ""
msgid "Project access must be granted explicitly to each user."
msgstr "項目訪å•æ¬Šé™å¿…須明確授權給æ¯å€‹ç”¨æˆ¶ã€‚"
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
@@ -11919,6 +14172,9 @@ msgstr ""
msgid "Project details"
msgstr "專案詳情"
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
msgid "Project export could not be deleted."
msgstr "無法刪除項目導出。"
@@ -11943,6 +14199,21 @@ msgstr ""
msgid "Project name"
msgstr ""
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
+
msgid "Project slug"
msgstr ""
@@ -12024,6 +14295,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12057,27 +14334,57 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
msgid "ProjectSettings|Customize your project badges."
msgstr ""
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
msgstr ""
@@ -12090,9 +14397,27 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
msgstr ""
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12111,21 +14436,69 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
@@ -12138,15 +14511,27 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr ""
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
+
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12192,6 +14577,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12207,6 +14598,9 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -12216,6 +14610,21 @@ msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
@@ -12288,7 +14697,7 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
@@ -12402,10 +14811,10 @@ msgstr ""
msgid "Promote"
msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
@@ -12426,6 +14835,9 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
@@ -12435,12 +14847,24 @@ msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
msgstr ""
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
msgid "Promotions|This feature is locked."
msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
+
msgid "Prompt users to upload SSH keys"
msgstr ""
@@ -12456,12 +14880,57 @@ msgstr ""
msgid "Protected Environments"
msgstr ""
+msgid "Protected Paths"
+msgstr ""
+
msgid "Protected Tag"
msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr ""
@@ -12621,12 +15090,18 @@ msgstr "季度"
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick range"
+msgstr ""
+
msgid "README"
msgstr ""
@@ -12636,6 +15111,12 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
msgstr "了解更多"
@@ -12660,6 +15141,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12678,12 +15162,21 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recipe"
+msgstr ""
+
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
msgstr ""
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
msgid "Reference:"
msgstr "åƒè€ƒä¾†æºï¼š"
@@ -12709,6 +15202,9 @@ msgstr ""
msgid "Regex pattern"
msgstr ""
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
msgid "Register"
msgstr ""
@@ -12724,10 +15220,10 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
+msgid "Register for GitLab"
msgstr ""
-msgid "Register and see your runners for this project."
+msgid "Register now"
msgstr ""
msgid "Register with two-factor app"
@@ -12757,10 +15253,35 @@ msgstr "相關議題"
msgid "Related merge requests"
msgstr ""
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
@@ -12829,15 +15350,24 @@ msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
msgstr ""
msgid "Remove project"
msgstr "刪除項目"
+msgid "Remove secondary node"
+msgstr ""
+
msgid "Remove spent time"
msgstr ""
@@ -12919,6 +15449,12 @@ msgstr "刪除截止日期"
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
msgstr ""
@@ -12964,6 +15500,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -12979,9 +15518,15 @@ msgstr ""
msgid "Repo by URL"
msgstr ""
+msgid "Report Type: %{report_type}"
+msgstr ""
+
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -13066,7 +15611,7 @@ msgstr ""
msgid "Repository maintenance"
msgstr ""
-msgid "Repository mirror"
+msgid "Repository mirroring"
msgstr ""
msgid "Repository static objects"
@@ -13084,9 +15629,18 @@ msgstr ""
msgid "Request Access"
msgstr "申請權é™"
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
msgstr ""
@@ -13099,18 +15653,12 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
-msgid "Require approval from code owners"
-msgstr ""
-
msgid "Require user password to approve"
msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
msgstr[0] "從 %{names} éœ€è¦ %{count} 批准。"
@@ -13152,6 +15700,9 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
@@ -13209,6 +15760,12 @@ msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13221,6 +15778,12 @@ msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
msgstr ""
@@ -13252,9 +15815,21 @@ msgstr "還原此åˆä½µè«‹æ±‚"
msgid "Review"
msgstr ""
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
msgstr ""
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
msgid "Reviewing"
msgstr ""
@@ -13279,9 +15854,15 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Role"
+msgstr ""
+
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
@@ -13327,6 +15908,9 @@ msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr ""
@@ -13363,6 +15947,9 @@ msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
@@ -13372,16 +15959,22 @@ msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
msgstr ""
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
msgstr ""
-msgid "SSL Verification"
+msgid "SSL Verification:"
msgstr ""
msgid "Saturday"
@@ -13408,12 +16001,18 @@ msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
msgstr "ä¿å­˜æµæ°´ç·šè¨ˆåŠƒ"
+msgid "Save template"
+msgstr ""
+
msgid "Save variables"
msgstr ""
@@ -13480,6 +16079,9 @@ msgstr ""
msgid "Search"
msgstr ""
+msgid "Search Button"
+msgstr ""
+
msgid "Search an environment spec"
msgstr ""
@@ -13504,6 +16106,9 @@ msgstr ""
msgid "Search for projects, issues, etc."
msgstr ""
+msgid "Search for this text"
+msgstr ""
+
msgid "Search forks"
msgstr ""
@@ -13519,6 +16124,9 @@ msgstr "æœå°‹é‡Œç¨‹ç¢‘"
msgid "Search or filter results..."
msgstr ""
+msgid "Search or filter results…"
+msgstr ""
+
msgid "Search or jump to…"
msgstr ""
@@ -13537,6 +16145,9 @@ msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
msgstr ""
@@ -13570,10 +16181,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13638,6 +16255,9 @@ msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
msgstr ""
@@ -13671,6 +16291,9 @@ msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13707,39 +16330,105 @@ msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
msgstr ""
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
+
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13758,6 +16447,9 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
@@ -13785,6 +16477,9 @@ msgstr ""
msgid "Select a template repository"
msgstr ""
+msgid "Select a template type"
+msgstr ""
+
msgid "Select a timezone"
msgstr "é¸æ“‡æ™‚å€"
@@ -13794,6 +16489,9 @@ msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
msgstr ""
+msgid "Select branch"
+msgstr ""
+
msgid "Select branch/tag"
msgstr "é¸æ“‡åˆ†æ”¯/標籤"
@@ -13836,6 +16534,9 @@ msgstr "é¸æ“‡ç›®æ¨™åˆ†æ”¯"
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
msgstr ""
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
+
msgid "Select the custom project template source group."
msgstr ""
@@ -13845,12 +16546,54 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
msgstr ""
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13869,6 +16612,9 @@ msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
msgstr "ä¹æœˆ"
@@ -13923,7 +16669,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -13965,6 +16711,15 @@ msgstr ""
msgid "Service Desk"
msgstr ""
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -13977,7 +16732,7 @@ msgstr ""
msgid "Session expiration, projects limit and attachment size."
msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -14067,6 +16822,9 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
msgstr ""
@@ -14124,6 +16882,9 @@ msgstr ""
msgid "Settings"
msgstr ""
+msgid "Severity: %{severity}"
+msgstr ""
+
msgid "Share"
msgstr ""
@@ -14157,6 +16918,9 @@ msgstr ""
msgid "Show all activity"
msgstr "顯示所有活動"
+msgid "Show all members"
+msgstr ""
+
msgid "Show archived projects"
msgstr ""
@@ -14184,6 +16948,12 @@ msgstr ""
msgid "Show latest version"
msgstr ""
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
msgid "Show parent pages"
msgstr ""
@@ -14197,6 +16967,12 @@ msgid "Showing %d event"
msgid_plural "Showing %d events"
msgstr[0] "顯示 %d 個事件"
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
+
msgid "Showing Latest Version"
msgstr ""
@@ -14206,6 +16982,9 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
@@ -14239,9 +17018,6 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
msgstr ""
@@ -14296,9 +17072,6 @@ msgstr "相似議題"
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
msgstr ""
@@ -14308,9 +17081,18 @@ msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
msgstr ""
@@ -14371,6 +17153,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14404,15 +17189,15 @@ msgstr ""
msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
-msgstr ""
-
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
msgstr ""
+msgid "Something went wrong while deleting the package."
+msgstr ""
+
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14428,27 +17213,48 @@ msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
msgstr ""
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
msgid "Something went wrong while fetching the projects."
msgstr ""
msgid "Something went wrong while fetching the registry list."
msgstr ""
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
msgstr ""
@@ -14458,9 +17264,15 @@ msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
msgstr ""
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr ""
@@ -14593,6 +17405,9 @@ msgstr ""
msgid "SortOptions|Priority"
msgstr ""
+msgid "SortOptions|Project"
+msgstr ""
+
msgid "SortOptions|Recent last activity"
msgstr ""
@@ -14620,6 +17435,12 @@ msgstr ""
msgid "SortOptions|Start soon"
msgstr ""
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
msgid "SortOptions|Weight"
msgstr "權é‡"
@@ -14638,6 +17459,51 @@ msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -14662,6 +17528,9 @@ msgstr ""
msgid "Squash commits"
msgstr ""
+msgid "Stack trace"
+msgstr ""
+
msgid "Stage"
msgstr ""
@@ -14671,7 +17540,10 @@ msgstr ""
msgid "Stage all changes"
msgstr ""
-msgid "Stage changes"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
msgstr ""
msgid "Staged"
@@ -14722,7 +17594,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr "由此更改 %{new_merge_request}"
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -14770,6 +17642,12 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
msgstr ""
@@ -14794,6 +17672,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
msgid "Statistics"
msgstr ""
@@ -14830,12 +17711,18 @@ msgstr ""
msgid "Storage"
msgstr ""
+msgid "Storage nodes for new projects"
+msgstr ""
+
msgid "Storage:"
msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14857,6 +17744,9 @@ msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -14872,6 +17762,12 @@ msgstr ""
msgid "Submit search"
msgstr ""
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
msgid "Subscribe"
msgstr ""
@@ -14899,6 +17795,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -14968,18 +17873,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -14995,7 +17915,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15067,6 +17987,12 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
msgstr "星期日"
@@ -15085,7 +18011,7 @@ msgstr "切æ›åˆ†æ”¯/標籤"
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
@@ -15127,6 +18053,9 @@ msgstr ""
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15187,7 +18116,7 @@ msgstr ""
msgid "TagsPage|New tag"
msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
@@ -15223,18 +18152,33 @@ msgstr ""
msgid "Target Branch"
msgstr "目標分支"
+msgid "Target Path"
+msgstr ""
+
msgid "Target branch"
msgstr "目標分支"
+msgid "Target-Branch"
+msgstr ""
+
msgid "Team"
msgstr "團隊"
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
msgstr ""
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
+
msgid "Templates"
msgstr ""
@@ -15253,7 +18197,7 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
-msgid "Test SAML SSO"
+msgid "Test"
msgstr ""
msgid "Test coverage parsing"
@@ -15289,6 +18233,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15301,13 +18278,13 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
@@ -15323,6 +18300,12 @@ msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
msgstr ""
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
msgstr ""
@@ -15332,6 +18315,9 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
@@ -15341,12 +18327,27 @@ msgstr "編碼階段概述了從第壹次æ交到創建åˆä½µè«‹æ±‚的時間。
msgid "The collection of events added to the data gathered for that stage."
msgstr "與該階段相關的事件。"
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
@@ -15371,12 +18372,19 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+
msgid "The fork relationship has been removed."
msgstr "派生關係已被刪除。"
@@ -15392,6 +18400,9 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
@@ -15437,7 +18448,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15449,12 +18463,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
msgstr "項目生命週期中的å„個階段。"
+msgid "The pipeline has been deleted"
+msgstr ""
+
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
msgstr ""
@@ -15500,6 +18517,9 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
msgstr "此項目的存儲庫ä¸å­˜åœ¨ã€‚"
@@ -15536,18 +18556,21 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr "é ç™¼å¸ƒéšŽæ®µæ¦‚述了åˆä½µè«‹æ±‚çš„åˆä½µåˆ°éƒ¨ç½²ä»£ç¢¼åˆ°ç”Ÿç”¢ç’°å¢ƒçš„總時間。當首次部署到生產環境後,數據將自動添加到此處。"
-msgid "The target element is missing."
-msgstr ""
-
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
msgstr "測試階段概述了 GitLab CI 為相關åˆä½µè«‹æ±‚é‹è¡Œæ¯å€‹æµæ°´ç·šæ‰€éœ€çš„時間。當第壹個æµæ°´ç·šé‹è¡Œå®Œæˆå¾Œï¼Œæ•¸æ“šå°‡è‡ªå‹•æ·»åŠ åˆ°æ­¤è™•ã€‚"
msgid "The time taken by each data entry gathered by that stage."
msgstr "該階段æ¯æ¢æ•¸æ“šæ‰€èŠ±çš„時間"
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
@@ -15572,6 +18595,9 @@ msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr ""
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
msgid "The user-facing URL of the Geo node"
msgstr ""
@@ -15635,6 +18661,9 @@ msgstr ""
msgid "There are no unstaged changes"
msgstr ""
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
+
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15644,6 +18673,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15653,6 +18685,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15662,7 +18700,22 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
@@ -15674,6 +18727,9 @@ msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15689,6 +18745,9 @@ msgstr ""
msgid "There was an error subscribing to this label."
msgstr ""
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
+
msgid "There was an error trying to validate your query"
msgstr ""
@@ -15704,12 +18763,24 @@ msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
msgstr ""
@@ -15770,9 +18841,6 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr ""
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr ""
@@ -15797,10 +18865,16 @@ msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15854,6 +18928,9 @@ msgstr "這個議題是隱密的"
msgid "This issue is locked."
msgstr "這個議題已被鎖定。"
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
@@ -15872,21 +18949,36 @@ msgstr ""
msgid "This job has not started yet"
msgstr ""
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
+
msgid "This job is an out-of-date deployment to %{environmentLink}."
msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
msgstr ""
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
+
msgid "This job is in pending state and is waiting to be picked by a runner"
msgstr ""
@@ -15902,7 +18994,7 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
+msgid "This job is waiting for resource: "
msgstr ""
msgid "This job requires a manual action"
@@ -15929,6 +19021,9 @@ msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
msgstr ""
+msgid "This option is only available on GitLab.com"
+msgstr ""
+
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
msgstr ""
@@ -15941,6 +19036,12 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
msgstr "這個專案"
@@ -15953,6 +19054,15 @@ msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
msgstr ""
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
+
msgid "This repository"
msgstr ""
@@ -15965,10 +19075,10 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
-msgid "This setting will override user notification preferences for all project members."
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
-msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgid "This subscription is for"
msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
@@ -15992,12 +19102,66 @@ msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
msgstr ""
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
msgid "Thursday"
msgstr ""
@@ -16190,9 +19354,6 @@ msgstr ""
msgid "Timeago|right now"
msgstr ""
-msgid "Timeframe"
-msgstr ""
-
msgid "Timeout"
msgstr ""
@@ -16219,6 +19380,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr ""
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16294,7 +19458,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16411,6 +19575,12 @@ msgstr ""
msgid "Too many changes to show."
msgstr ""
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
msgid "Topics"
msgstr ""
@@ -16420,18 +19590,24 @@ msgstr ""
msgid "Total Contributions"
msgstr ""
-msgid "Total Time"
-msgstr "總時間"
-
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
msgstr "所有æ交和åˆä½µçš„總測試時間"
+msgid "Total weight"
+msgstr ""
+
msgid "Total: %{total}"
msgstr ""
+msgid "Trace"
+msgstr ""
+
msgid "Tracing"
msgstr ""
@@ -16453,9 +19629,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16483,6 +19665,9 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
@@ -16492,6 +19677,9 @@ msgstr "樹狀顯示"
msgid "Trending"
msgstr ""
+msgid "Trigger"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -16519,7 +19707,7 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
@@ -16576,6 +19764,9 @@ msgstr ""
msgid "Type"
msgstr ""
+msgid "Type/State"
+msgstr ""
+
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16588,24 +19779,39 @@ msgstr ""
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
msgstr ""
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
+
msgid "Unable to resolve"
msgstr ""
@@ -16630,7 +19836,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
@@ -16651,6 +19857,9 @@ msgstr ""
msgid "Unknown"
msgstr ""
+msgid "Unknown Error"
+msgstr ""
+
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16702,9 +19911,6 @@ msgstr ""
msgid "Unstage all changes"
msgstr ""
-msgid "Unstage changes"
-msgstr ""
-
msgid "Unstaged"
msgstr ""
@@ -16738,6 +19944,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
msgstr "未驗證"
@@ -16798,6 +20007,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
@@ -16822,9 +20034,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr ""
-msgid "Upgrade your plan to activate Issue weight."
-msgstr ""
-
msgid "Upgrade your plan to improve Issue boards."
msgstr ""
@@ -16849,9 +20058,6 @@ msgstr ""
msgid "Upload file"
msgstr "上傳文件"
-msgid "Upload file does not exist"
-msgstr ""
-
msgid "Upload object map"
msgstr ""
@@ -16870,6 +20076,9 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
msgstr ""
@@ -16951,6 +20160,12 @@ msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
msgstr ""
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
+
msgid "Use one line per URI"
msgstr ""
@@ -16972,6 +20187,9 @@ msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -17008,6 +20226,9 @@ msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17074,7 +20295,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17086,13 +20307,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17125,25 +20346,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17158,10 +20382,10 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
@@ -17170,6 +20394,9 @@ msgstr "活動"
msgid "UserProfile|Already reported for abuse"
msgstr ""
+msgid "UserProfile|Blocked user"
+msgstr ""
+
msgid "UserProfile|Contributed projects"
msgstr "è²¢ç»çš„專案"
@@ -17230,6 +20457,9 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
msgstr ""
@@ -17257,12 +20487,18 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
msgstr ""
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
msgid "Users outside of license"
msgstr ""
@@ -17335,13 +20571,25 @@ msgstr ""
msgid "Verified"
msgstr "已驗證"
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
msgid "Version"
msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
msgstr ""
msgid "View dependency details for your project"
@@ -17362,6 +20610,10 @@ msgstr ""
msgid "View epics list"
msgstr ""
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
+
msgid "View file @ "
msgstr ""
@@ -17371,7 +20623,7 @@ msgstr ""
msgid "View group labels"
msgstr "查看群組標籤"
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
@@ -17380,7 +20632,7 @@ msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
@@ -17395,6 +20647,9 @@ msgstr ""
msgid "View open merge request"
msgstr "查看開啟的åˆä¸¦è«‹æ±‚"
+msgid "View project"
+msgstr ""
+
msgid "View project labels"
msgstr "查看專案標籤"
@@ -17404,6 +20659,9 @@ msgstr "檢視已å–代檔案 @ "
msgid "View the documentation"
msgstr ""
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -17446,19 +20704,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
-msgstr ""
-
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17482,12 +20737,15 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
msgstr ""
@@ -17524,7 +20782,10 @@ msgstr ""
msgid "Vulnerability|Severity"
msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "WIP"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
@@ -17533,10 +20794,7 @@ msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
msgstr "權é™ä¸è¶³ã€‚如需查看相關數據,請å‘管ç†å“¡ç”³è«‹æ¬Šé™ã€‚"
-msgid "We can't find an epic that matches what you are looking for."
-msgstr ""
-
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17545,6 +20803,9 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
@@ -17554,6 +20815,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "該階段的數據ä¸è¶³ï¼Œç„¡æ³•é¡¯ç¤ºã€‚"
+msgid "We have found the following errors:"
+msgstr ""
+
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17563,6 +20827,9 @@ msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
msgstr ""
+msgid "We've found no vulnerabilities"
+msgstr ""
+
msgid "Web IDE"
msgstr "ç¶²é  IDE"
@@ -17593,6 +20860,15 @@ msgstr "權é‡"
msgid "Weight %{weight}"
msgstr "æ¬Šé‡ %{weight}"
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
+
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17605,6 +20881,9 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
msgstr ""
@@ -17621,12 +20900,27 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
msgstr ""
@@ -17783,6 +21077,9 @@ msgstr ""
msgid "Withdraw Access Request"
msgstr "å–消權é™ç”³è¯·"
+msgid "Work in Progress Limit"
+msgstr ""
+
msgid "Workflow Help"
msgstr ""
@@ -17801,6 +21098,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17840,8 +21140,8 @@ msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "å³å°‡åˆªé™¤èˆ‡æºé …ç›® %{forked_from_project} 的派生關系。確定繼續嗎?"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr ""
@@ -17849,6 +21149,9 @@ msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -17879,9 +21182,24 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
@@ -17930,6 +21248,9 @@ msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
@@ -17939,6 +21260,12 @@ msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
msgstr ""
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
+
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -17996,6 +21323,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18038,6 +21368,9 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
msgstr ""
@@ -18053,6 +21386,12 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
msgstr ""
@@ -18116,12 +21455,21 @@ msgstr "在賬號中 %{add_ssh_key_link} 之å‰å°‡ç„¡æ³•é€šéŽ SSH 拉å–或推é
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
msgstr ""
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
+
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18134,15 +21482,21 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr ""
-
msgid "You're receiving this email because of your account on %{host}."
msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
msgstr "你收到此電å­éƒµä»¶æ˜¯å› ç‚ºä½ çš„帳戶在 %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
@@ -18152,21 +21506,27 @@ msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
@@ -18197,6 +21557,9 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
@@ -18221,12 +21584,18 @@ msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18254,7 +21623,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18278,6 +21647,13 @@ msgstr ""
msgid "a deleted user"
msgstr ""
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18293,12 +21669,24 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
msgstr ""
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
msgid "assign yourself"
msgstr ""
@@ -18308,6 +21696,9 @@ msgstr ""
msgid "authored"
msgstr "編輯於"
+msgid "blocks"
+msgstr ""
+
msgid "branch name"
msgstr "分支å稱"
@@ -18320,9 +21711,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18350,6 +21738,9 @@ msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
msgstr ""
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
msgstr ""
@@ -18400,13 +21791,6 @@ msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
msgstr ""
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] ""
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr ""
-
msgid "ciReport|%{reportType} is loading"
msgstr ""
@@ -18440,6 +21824,9 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
msgstr ""
@@ -18566,18 +21953,6 @@ msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
msgstr ""
-msgid "ciReport|There was an error loading DAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr ""
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr ""
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr ""
-
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
@@ -18639,6 +22014,9 @@ msgstr ""
msgid "connecting"
msgstr ""
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -18655,6 +22033,9 @@ msgid "day"
msgid_plural "days"
msgstr[0] "天"
+msgid "default branch"
+msgstr ""
+
msgid "deleted"
msgstr ""
@@ -18664,12 +22045,18 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
msgstr ""
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
msgid "done"
msgstr ""
@@ -18719,6 +22106,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18734,12 +22127,18 @@ msgstr ""
msgid "for this project"
msgstr "為此專案"
+msgid "fork this project"
+msgstr ""
+
msgid "from"
msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18780,6 +22179,9 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
@@ -18798,6 +22200,12 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18828,6 +22236,15 @@ msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
@@ -18843,9 +22260,6 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
msgstr[0] ""
@@ -18856,6 +22270,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18889,9 +22306,6 @@ msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
msgstr ""
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Added to the merge train by"
msgstr ""
@@ -18925,7 +22339,7 @@ msgstr ""
msgid "mrWidget|Check out branch"
msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
+msgid "mrWidget|Checking ability to merge automatically…"
msgstr ""
msgid "mrWidget|Cherry-pick"
@@ -18973,6 +22387,9 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
+
msgid "mrWidget|Loading deployment statistics"
msgstr ""
@@ -19153,6 +22570,9 @@ msgstr ""
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
msgstr "æ–°åˆä½µè«‹æ±‚"
@@ -19180,7 +22600,13 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
@@ -19197,9 +22623,15 @@ msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19226,6 +22658,9 @@ msgstr "快速æ“作"
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
@@ -19254,6 +22689,9 @@ msgstr[0] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19275,6 +22713,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19284,6 +22725,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19308,6 +22755,9 @@ msgstr ""
msgid "started"
msgstr ""
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19326,6 +22776,12 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
msgstr ""
@@ -19408,9 +22864,12 @@ msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] ""
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/locale/zh_TW/gitlab.po b/locale/zh_TW/gitlab.po
index d03cb3d73c9..09494baf020 100644
--- a/locale/zh_TW/gitlab.po
+++ b/locale/zh_TW/gitlab.po
@@ -2,113 +2,115 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab-ee\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: GitLab (gitlab)\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese Traditional\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
"X-Crowdin-Project: gitlab-ee\n"
"X-Crowdin-Language: zh-TW\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
-"PO-Revision-Date: 2019-09-24 10:20\n"
+"PO-Revision-Date: 2020-01-22 09:32\n"
msgid " (from %{timeoutSource})"
-msgstr ""
+msgstr " (來自 %{timeoutSource})"
msgid " Please sign in."
-msgstr ""
+msgstr " 請登入。"
msgid " Try to %{action} this file again."
-msgstr ""
+msgstr " è«‹å†æ¬¡ %{action} 此檔案。"
msgid " You need to do this before %{grace_period_deadline}."
-msgstr ""
+msgstr " 您需è¦åœ¨ %{grace_period_deadline} 之å‰åŸ·è¡Œæ­¤å‹•ä½œã€‚"
msgid " and"
-msgstr " 和"
+msgstr "和"
msgid " and "
-msgstr ""
+msgstr "和"
msgid " and %{sliced}"
-msgstr ""
+msgstr " 和 %{sliced}"
msgid " degraded on %d point"
msgid_plural " degraded on %d points"
-msgstr[0] " 劣化 %d 點"
+msgstr[0] " æ–¼ %d 處有下é™"
msgid " improved on %d point"
msgid_plural " improved on %d points"
-msgstr[0] " 改善 %d 點"
+msgstr[0] " æ–¼ %d 處有æå‡"
msgid " or "
-msgstr ""
+msgstr " 或 "
msgid " or <!merge request id>"
-msgstr ""
-
-msgid " or <#epic id>"
-msgstr " 或 <#epic id>"
+msgstr "或 <!åˆä½µè«‹æ±‚ id>"
msgid " or <#issue id>"
-msgstr " 或 <#議題 id>"
+msgstr "或 <#議題 id>"
+
+msgid " or <&epic id>"
+msgstr " 或 <#å²è©© id>"
msgid " or references (e.g. path/to/project!merge_request_id)"
-msgstr ""
+msgstr " 或引用 (例如:專案/路徑!åˆä½µè«‹æ±‚_ID)"
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "「%{ref}ã€ä¸Šæ²’有「%{path}ã€"
msgid "%d comment"
msgid_plural "%d comments"
-msgstr[0] ""
+msgstr[0] "%d 則留言"
msgid "%d commit"
msgid_plural "%d commits"
-msgstr[0] "%d 則æ交"
+msgstr[0] "%d 次æ交"
msgid "%d commit behind"
msgid_plural "%d commits behind"
-msgstr[0] "è½å¾Œäº† %d 則æ交"
+msgstr[0] "è½å¾Œ %d 次æ交"
msgid "%d commit,"
msgid_plural "%d commits,"
-msgstr[0] ""
+msgstr[0] "%d 次æ交,"
msgid "%d commits"
-msgstr ""
+msgstr "%d 次æ交"
msgid "%d contribution"
msgid_plural "%d contributions"
-msgstr[0] ""
+msgstr[0] "%d 個貢ç»"
msgid "%d exporter"
msgid_plural "%d exporters"
msgstr[0] "%d 個匯出工具"
-msgid "%d failed test result"
-msgid_plural "%d failed test results"
-msgstr[0] "%d 項測試失敗çµæžœ"
+msgid "%d failed/error test result"
+msgid_plural "%d failed/error test results"
+msgstr[0] "%d 個失敗ï¼éŒ¯èª¤æ¸¬è©¦çµæžœ"
msgid "%d fixed test result"
msgid_plural "%d fixed test results"
-msgstr[0] "%d 項已修復測試çµæžœ"
+msgstr[0] "%d 個確定的測試çµæžœ"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
-msgstr[0] ""
+msgstr[0] "%d 個無法存å–çš„åˆä½µè«‹æ±‚"
msgid "%d issue"
msgid_plural "%d issues"
-msgstr[0] "%d 則議題"
+msgstr[0] "%d 個議題"
msgid "%d issue selected"
msgid_plural "%d issues selected"
-msgstr[0] ""
+msgstr[0] "å·²é¸å– %d 個議題"
msgid "%d layer"
msgid_plural "%d layers"
-msgstr[0] "%d 個介層"
+msgstr[0] "%d 層"
msgid "%d merge request"
msgid_plural "%d merge requests"
@@ -116,7 +118,7 @@ msgstr[0] "%d 個åˆä½µè«‹æ±‚"
msgid "%d merge request that you don't have access to."
msgid_plural "%d merge requests that you don't have access to."
-msgstr[0] ""
+msgstr[0] "%d 個您無法存å–çš„åˆä½µè«‹æ±‚。"
msgid "%d metric"
msgid_plural "%d metrics"
@@ -124,19 +126,31 @@ msgstr[0] "%d 個指標"
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] ""
+msgstr[0] "%d分"
msgid "%d more comment"
msgid_plural "%d more comments"
-msgstr[0] ""
+msgstr[0] "還有 %d 則留言"
+
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] "%d 個專案"
+
+msgid "%d request with warnings"
+msgid_plural "%d requests with warnings"
+msgstr[0] "%d 個有警告的請求"
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] ""
+msgstr[0] "%d秒"
msgid "%d staged change"
msgid_plural "%d staged changes"
-msgstr[0] "%d 個暫存變更"
+msgstr[0] "%d 個已暫存變更"
+
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
msgid "%d unstaged change"
msgid_plural "%d unstaged changes"
@@ -144,41 +158,48 @@ msgstr[0] "%d 個未暫存變更"
msgid "%s additional commit has been omitted to prevent performance issues."
msgid_plural "%s additional commits have been omitted to prevent performance issues."
-msgstr[0] "為é¿å…效能å•é¡Œï¼Œå·²éš±è— %s 則é¡å¤–çš„æ交記錄。"
+msgstr[0] "為é¿å…效能å•é¡Œï¼Œå·²éš±è— %s 次é¡å¤–æ交。"
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} 和 %{openOrClose} %{noteable}"
msgid "%{authorsName}'s thread"
-msgstr ""
+msgstr "%{authorsName} 的話題"
msgid "%{commit_author_link} authored %{commit_timeago}"
-msgstr "%{commit_author_link} 已在 %{commit_timeago} é€äº¤"
+msgstr "ç”± %{commit_author_link} æ交於 %{commit_timeago}"
+
+msgid "%{cores} cores"
+msgstr "%{cores} 核心"
msgid "%{count} LOC/commit"
-msgstr ""
+msgstr "%{count} 程å¼ç¢¼è¡Œæ•¸/æ交"
msgid "%{count} approval required from %{name}"
msgid_plural "%{count} approvals required from %{name}"
-msgstr[0] ""
+msgstr[0] "éœ€è¦ %{name} çš„ %{count} 個核准"
msgid "%{count} approvals from %{name}"
-msgstr "%{count} 個來自 %{name} 的核准"
+msgstr "來自 %{name} 的 %{count} 個核准"
msgid "%{count} files touched"
-msgstr ""
+msgstr "å·²é¸æ“‡ %{count} 個檔案"
msgid "%{count} more"
-msgstr ""
+msgstr "其餘 %{count} 項"
msgid "%{count} more assignees"
-msgstr "%{count} å以上的被指派人"
+msgstr "åŠå…¶ä»– %{count} å指派人"
+
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] "還有 %{count} 個發布版"
msgid "%{count} of %{required} approvals from %{name}"
-msgstr ""
+msgstr "%{name} 的 %{count}/%{required} 個核准"
msgid "%{count} of %{total}"
-msgstr ""
+msgstr "%{count} / %{total}"
msgid "%{count} participant"
msgid_plural "%{count} participants"
@@ -186,114 +207,160 @@ msgstr[0] "%{count} ä½åƒèˆ‡è€…"
msgid "%{count} pending comment"
msgid_plural "%{count} pending comments"
-msgstr[0] "%{count} 則待檢閱留言"
+msgstr[0] "%{count} 則待處ç†ç•™è¨€"
+
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr "%{count} 個相關的 %{pluralized_subject}:%{links}"
+
+msgid "%{days} days until tags are automatically removed"
+msgstr "%{days}天,直到標籤被自動刪除"
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr "%{description}- Sentry 事件:%{errorUrl}- 首次出ç¾ï¼š%{firstSeen}- 最後出ç¾ï¼š%{lastSeen} %{countLabel}:%{count}%{userCountLabel}:%{userCount}"
msgid "%{duration}ms"
-msgstr ""
+msgstr "%{duration} 毫秒"
msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} è«‹å†æ¬¡å˜—試æ€é¸æ­¤æ交。"
msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} è«‹å†æ¬¡å˜—試建立新目錄。"
msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} è«‹å†æ¬¡å˜—試還原此æ交。"
msgid "%{edit_in_new_fork_notice} Try to upload a file again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} è«‹å†æ¬¡å˜—試上傳檔案。"
msgid "%{extra} more downstream pipelines"
-msgstr ""
+msgstr "還有 %{extra} 個下游æµæ°´ç·š"
msgid "%{filePath} deleted"
-msgstr "已刪除 %{filePath}"
+msgstr "%{filePath} 已刪除"
msgid "%{firstLabel} +%{labelCount} more"
-msgstr "%{firstLabel}(內å«å‰©é¤˜çš„ %{labelCount} 個)"
+msgstr "%{firstLabel} 還有 %{labelCount} 個"
-msgid "%{gitlab_ci_yml} not found in this commit"
+msgid "%{global_id} is not a valid id for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
-msgstr "%{group_docs_link_start}群組%{group_docs_link_end} 讓您能跨管ç†ä»¥åŠå”作多個專案。群組的æˆå“¡å¯ä»¥å­˜å–群組之下的所有專案。"
+msgstr "%{group_docs_link_start}群組%{group_docs_link_end} å…許您管ç†ã€å”作多個項目。群組的æˆå“¡å¯ä»¥å­˜å–群組下的所有項目。"
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
-msgstr ""
+msgstr "%{group_name} 使用群組管ç†å¸³æˆ¶ã€‚您需è¦å»ºç«‹ä¸€å€‹æ–°çš„ GitLab 帳戶,該帳戶將由 %{group_name} 群組管ç†ã€‚"
msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution."
-msgstr ""
+msgstr "%{icon} 您正打算加入 %{usersTag} 個人到討論中,請å°å¿ƒã€‚"
msgid "%{issuableType} will be removed! Are you sure?"
-msgstr "將移除 %{issuableType}ï¼ç¢ºå®šï¼Ÿ"
+msgstr "%{issuableType} 將被刪除ï¼æ‚¨ç¢ºå®šå—Žï¼Ÿ"
-msgid "%{label_for_message} unavailable"
+msgid "%{issuesSize} issues"
msgstr ""
-msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
+msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
msgstr ""
+msgid "%{label_for_message} unavailable"
+msgstr "%{label_for_message} 無法使用"
+
+msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
+msgstr "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} 是一個å…è²»ã€è‡ªå‹•åŒ–且開放的憑證頒發機構 (CA),æ供數ä½æ†‘證以便為網站啟用 HTTPS(SSL/TLS)。"
+
msgid "%{level_name} is not allowed in a %{group_level_name} group."
-msgstr ""
+msgstr "%{group_level_name} 群組ä¸å…許 %{level_name} 。"
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
-msgstr ""
+msgstr "由於分å‰çš„æºé …ç›®å¯è¦‹æ€§è¼ƒä½Žï¼Œå› æ­¤ä¸å…許使用 %{level_name}。"
msgid "%{link_start}Read more%{link_end} about role permissions"
-msgstr ""
+msgstr "%{link_start}了解更多%{link_end} 關於角色權é™"
+
+msgid "%{link} can be used for binding events when something is happening within the project."
+msgstr "%{link} å¯ä»¥ç”¨æ–¼ç¶å®šå°ˆæ¡ˆå…§ç™¼ç”ŸæŸä»¶äº‹æƒ…的相關事件。"
msgid "%{listToShow}, and %{awardsListLength} more."
-msgstr ""
+msgstr "%{listToShow},還有 %{awardsListLength} 個。"
msgid "%{loadingIcon} Started"
-msgstr "%{loadingIcon} 已開始程å¼"
+msgstr "%{loadingIcon} 已開始"
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} 被 GitLab 使用者 %{lock_user_id} 鎖定"
msgid "%{mergeLength}/%{usersLength} can merge"
-msgstr ""
+msgstr "%{mergeLength}/%{usersLength} å¯ä»¥åˆä½µ"
msgid "%{mrText}, this issue will be closed automatically."
-msgstr ""
+msgstr "%{mrText},此議題將自動關閉。"
msgid "%{name} contained %{resultsString}"
-msgstr ""
+msgstr "%{name} åŒ…å« %{resultsString}"
msgid "%{name} found %{resultsString}"
-msgstr ""
+msgstr "%{name} 找到了 %{resultsString}"
msgid "%{name}'s avatar"
msgstr "%{name} 的大頭貼"
msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead"
-msgstr "與 %{default_branch} 比較è½å¾Œ %{number_commits_behind} 個æ交,但領先 %{number_commits_ahead} 個æ交"
+msgstr "%{number_commits_behind} 個è½å¾Œæ–¼ %{default_branch} 分支的æ交,%{number_commits_ahead} 個領先æ交"
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
msgid "%{percent}%% complete"
msgstr "å·²å®Œæˆ %{percent}%%"
+msgid "%{percent}%{percentSymbol} complete"
+msgstr "%{percent}%{percentSymbol} 完æˆ"
+
+msgid "%{primary} (%{secondary})"
+msgstr "%{primary} (%{secondary})"
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] "%{releases} 個發布版"
+
msgid "%{service_title} activated."
-msgstr ""
+msgstr "%{service_title} 已啟動。"
msgid "%{service_title} settings saved, but not activated."
-msgstr ""
+msgstr "%{service_title} 設定已儲存,但未啟動。"
msgid "%{size} GiB"
-msgstr ""
+msgstr "%{size} GiB"
msgid "%{size} KiB"
-msgstr ""
+msgstr "%{size} KiB"
msgid "%{size} MiB"
-msgstr ""
+msgstr "%{size} MiB"
msgid "%{size} bytes"
-msgstr ""
+msgstr "%{size} ä½å…ƒçµ„"
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
+msgstr "%{spammable_titlecase} æˆåŠŸåœ°æ交給 Akismet。"
+
+msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}"
+msgstr ""
+
+msgid "%{spanStart}in%{spanEnd} %{errorFn}"
+msgstr ""
+
+msgid "%{staged} staged and %{unstaged} unstaged changes"
+msgstr ""
+
+msgid "%{start} to %{end}"
msgstr ""
msgid "%{state} epics"
@@ -301,162 +368,204 @@ msgstr "%{state} å²è©©"
msgid "%{strong_start}%{branch_count}%{strong_end} Branch"
msgid_plural "%{strong_start}%{branch_count}%{strong_end} Branches"
-msgstr[0] ""
+msgstr[0] "%{strong_start}%{branch_count}%{strong_end} 個分支"
msgid "%{strong_start}%{commit_count}%{strong_end} Commit"
msgid_plural "%{strong_start}%{commit_count}%{strong_end} Commits"
-msgstr[0] ""
+msgstr[0] "%{strong_start}%{commit_count}%{strong_end} 次æ交"
msgid "%{strong_start}%{human_size}%{strong_end} Files"
-msgstr ""
+msgstr "%{strong_start}%{human_size}%{strong_end} 檔案"
+
+msgid "%{strong_start}%{release_count}%{strong_end} Release"
+msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases"
+msgstr[0] ""
msgid "%{strong_start}%{tag_count}%{strong_end} Tag"
msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags"
-msgstr[0] ""
+msgstr[0] "%{strong_start}%{tag_count}%{strong_end} 個標籤"
msgid "%{tabname} changed"
-msgstr ""
+msgstr "%{tabname} 已變更"
+
+msgid "%{tags} tag per image name"
+msgstr "æ¯å€‹æ˜ åƒæª”å稱具有 %{tags} 個標籤"
+
+msgid "%{tags} tags per image name"
+msgstr "æ¯å€‹æ˜ åƒæª”å稱具有 %{tags} 個標籤"
+
+msgid "%{tag}-evidence.json"
+msgstr "%{tag}-evidence.json"
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr "%{template_project_id} 為未知或無效"
msgid "%{text} %{files}"
msgid_plural "%{text} %{files} files"
-msgstr[0] "%{text} %{files} 個檔案"
+msgstr[0] "%{text}%{files}"
msgid "%{text} is available"
-msgstr "%{text} å¯ä¾›ä½¿ç”¨"
+msgstr "%{text} å¯ç”¨"
msgid "%{title} %{operator} %{threshold}"
-msgstr ""
+msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} 變更"
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr "%{total} 開放議題權é‡"
+
+msgid "%{total} open issues"
+msgstr "%{total} 個開啟中的議題"
+
msgid "%{unstaged} unstaged and %{staged} staged changes"
-msgstr "%{unstaged} å€‹æœªæš«å­˜ä»¥åŠ %{staged} 個已暫存變更"
+msgstr "%{unstaged} å€‹æœªæš«å­˜è®Šæ›´åŠ %{staged} 個已暫存變更"
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
-msgstr "%{usage_ping_link_start}得知更多%{usage_ping_link_end}會分享給 GitLab å…¬å¸çš„資料。"
+msgstr "%{usage_ping_link_start}了解更多%{usage_ping_link_end} 分享給 GitLab Inc. 的訊æ¯ã€‚"
msgid "%{userName} (cannot merge)"
-msgstr ""
+msgstr "%{userName} (無法åˆä½µ)"
msgid "%{userName}'s avatar"
-msgstr ""
+msgstr "%{userName} 的大頭貼"
msgid "%{user_name} profile page"
-msgstr ""
+msgstr "%{user_name} 的個人資料"
msgid "%{username}'s avatar"
-msgstr ""
+msgstr "%{username} 的大頭貼"
msgid "%{value} ms"
-msgstr ""
+msgstr "%{value} 毫秒"
msgid "%{verb} %{time_spent_value} spent time."
-msgstr ""
+msgstr "%{verb} 耗時 %{time_spent_value}"
msgid "'%{level}' is not a valid visibility level"
-msgstr ""
+msgstr "「%{level}ã€ä¸æ˜¯æœ‰æ•ˆçš„å¯è¦‹æ€§ç´šåˆ¥"
msgid "'%{source}' is not a import source"
-msgstr ""
+msgstr "「%{source}ã€ä¸æ˜¯ä¸€å€‹åŒ¯å…¥ä¾†æº"
msgid "'%{template_name}' is unknown or invalid"
-msgstr ""
+msgstr "「%{template_name}ã€æœªçŸ¥æˆ–無效"
msgid "(%d closed)"
msgid_plural "(%d closed)"
-msgstr[0] ""
+msgstr[0] "(%d 個已關閉)"
msgid "(%{mrCount} merged)"
-msgstr ""
+msgstr "(%{mrCount} å·²åˆä½µ)"
msgid "(No changes)"
-msgstr ""
+msgstr "(無變更)"
msgid "(Show all)"
-msgstr ""
+msgstr "(全部顯示)"
msgid "(check progress)"
-msgstr ""
+msgstr "(檢查進度)"
msgid "(external source)"
-msgstr ""
+msgstr "(外部資æº)"
msgid "(removed)"
-msgstr ""
+msgstr "(已刪除)"
msgid "+ %{amount} more"
-msgstr ""
+msgstr "+ 其餘 %{amount} 項"
msgid "+ %{count} more"
-msgstr "(還有 %{count} 個)"
+msgstr "+ 其餘 %{count} 項"
msgid "+ %{moreCount} more"
-msgstr "(還有 %{moreCount} 個)"
+msgstr "+ 其餘 %{moreCount} 項"
msgid "+ %{numberOfHiddenAssignees} more"
-msgstr ""
+msgstr "+ 其餘 %{numberOfHiddenAssignees} 項"
msgid "+%{extraOptionCount} more"
-msgstr ""
+msgstr "+ 其餘 %{extraOptionCount} 項"
msgid ", or "
-msgstr ""
+msgstr "ã€æˆ– "
+
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] "- 事件"
msgid "- Runner is active and can process any new jobs"
-msgstr "-執行器為啟動狀態,å¯ä¾›è™•ç†æ–°çš„作業"
+msgstr "- 執行器已啟用,隨時å¯ä»¥è™•ç†æ–°ä½œæ¥­"
msgid "- Runner is paused and will not receive any new jobs"
-msgstr "-執行器為暫åœç‹€æ…‹ï¼Œå°‡ä¸æŽ¥æ”¶æ–°çš„作業"
+msgstr "- 執行器已暫åœï¼Œæš«æ™‚ä¸æœƒæŽ¥å—新的作業"
+
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] "- 使用者"
msgid "- show less"
msgstr "- 顯示較少內容"
msgid "0 for unlimited"
-msgstr ""
+msgstr "0 表示無é™åˆ¶"
msgid "1 %{type} addition"
msgid_plural "%{count} %{type} additions"
-msgstr[0] "%{count} 個 %{type} 新增"
+msgstr[0] "%{count} 個%{type}加入"
msgid "1 %{type} modification"
msgid_plural "%{count} %{type} modifications"
-msgstr[0] "%{count} 個 %{type} 變更"
+msgstr[0] "%{count} 個%{type}修改"
msgid "1 Day"
msgid_plural "%d Days"
-msgstr[0] "%d 天"
+msgstr[0] "%d天"
msgid "1 closed issue"
msgid_plural "%{issues} closed issues"
-msgstr[0] ""
+msgstr[0] "%{issues} 個已關閉的議題"
msgid "1 closed merge request"
msgid_plural "%{merge_requests} closed merge requests"
-msgstr[0] ""
+msgstr[0] "%{merge_requests} 個已關閉的åˆä½µè«‹æ±‚"
msgid "1 day"
-msgstr "1 天"
+msgid_plural "%d days"
+msgstr[0] ""
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] "%d 個群組"
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
+msgstr[0] "%{merge_requests} 個已åˆä½µçš„åˆä½µè«‹æ±‚"
+
+msgid "1 minute"
+msgid_plural "%d minutes"
msgstr[0] ""
msgid "1 open issue"
msgid_plural "%{issues} open issues"
-msgstr[0] ""
+msgstr[0] "%{issues} 個開放議題"
msgid "1 open merge request"
msgid_plural "%{merge_requests} open merge requests"
-msgstr[0] ""
+msgstr[0] "%{merge_requests} 個開放中的åˆä½µè«‹æ±‚"
msgid "1 pipeline"
msgid_plural "%d pipelines"
-msgstr[0] "%d æ¢ç®¡ç·š"
+msgstr[0] "%d æ¢æµæ°´ç·š"
msgid "1 role"
msgid_plural "%d roles"
@@ -467,163 +576,214 @@ msgid_plural "%d users"
msgstr[0] "%d ä½ä½¿ç”¨è€…"
msgid "1 week"
-msgstr ""
+msgstr "1週"
msgid "1-9 contributions"
-msgstr ""
+msgstr "1-9 é …è²¢ç»"
msgid "10-19 contributions"
-msgstr ""
+msgstr "10-19 é …è²¢ç»"
msgid "1st contribution!"
msgstr "您的第一次貢ç»ï¼"
+msgid "2 days"
+msgstr ""
+
+msgid "2 weeks"
+msgstr ""
+
msgid "20-29 contributions"
+msgstr "20-29 é …è²¢ç»"
+
+msgid "24 hours"
msgstr ""
msgid "2FA"
-msgstr ""
+msgstr "兩步驟驗證"
msgid "2FADevice|Registered On"
-msgstr ""
+msgstr "註冊於"
msgid "3 days"
-msgstr "3 天"
+msgstr "3天"
msgid "3 hours"
+msgstr "3å°æ™‚"
+
+msgid "30 days"
msgstr ""
msgid "30 minutes"
-msgstr ""
+msgstr "30分é˜"
msgid "30+ contributions"
+msgstr "è¶…éŽ 30 é …è²¢ç»"
+
+msgid "4 hours"
msgstr ""
msgid "403|Please contact your GitLab administrator to get permission."
-msgstr ""
+msgstr "è«‹è¯çµ¡æ‚¨çš„ GitLab 管ç†å“¡è«‹æ±‚å­˜å–權é™ã€‚"
msgid "403|You don't have the permission to access this page."
-msgstr "您沒有存å–æ­¤é é¢çš„權é™ã€‚"
+msgstr "您沒有權é™å­˜å–æ­¤é é¢ã€‚"
msgid "404|Make sure the address is correct and the page hasn't moved."
msgstr "請確ä¿ç¶²å€æ­£ç¢ºä¸”網é æ²’被移動。"
msgid "404|Page Not Found"
-msgstr "未找到é é¢"
+msgstr "找ä¸åˆ°ç¶²é "
msgid "404|Please contact your GitLab administrator if you think this is a mistake."
-msgstr "若您èªç‚ºé€™ä¸æ‡‰ç™¼ç”Ÿï¼Œè«‹è¯çµ¡æ‚¨çš„ GitLab 管ç†å“¡ã€‚"
+msgstr "如果您覺得這是失誤,請è¯çµ¡æ‚¨çš„ GitLab 管ç†å“¡ã€‚"
+
+msgid "7 days"
+msgstr ""
msgid "8 hours"
+msgstr "8å°æ™‚"
+
+msgid "< 1 hour"
msgstr ""
msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com."
-msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> 將會在所有原本由 johnsmith@example.com 建立的議題和留言中加上「來自 <a href=\"#\">@johnsmith</a>ã€ä¸¦å°‡åŽŸæœ¬åˆ†é…給 johnsmith@example.com 的所有議題設定 <a href=\"#\">@johnsmith</a> 為被指派人。"
+msgstr "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> 將會把「由 <a href=\"#\">@johnsmith</a>ã€åŠ å…¥åˆ°åŽŸæœ¬ç”± johnsmith@example.com 建立的所有議題和留言中,並將 <a href=\"#\">@johnsmith</a> 設為原本分é…給johnsmith@example.com 所有議題的å—讓人。"
msgid "<code>\"johnsmith@example.com\": \"John Smith\"</code> will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
-msgstr "<code>\"johnsmith@example.com\": \"John Smith\"</code> 將會在所有原本由 johnsmith@example.com 建立的議題和留言中加上「來自 John Smithã€ã€‚"
+msgstr "<code>\"johnsmith@example.com\": \"John Smith\"</code> 將會把「由 John Smithã€åŠ å…¥åˆ°åŽŸæœ¬ç”± johnsmith@example.com 建立的所有議題和留言中。"
msgid "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
-msgstr "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> 將會在所有原本由 johnsmith@example.com 建立的議題和留言中加上「來自 johnsm...@example.comã€ã€‚é›»å­ä¿¡ç®±ä½å€æˆ–使用者å稱將被é®è”½ï¼Œä»¥ä¿è­·ä½¿ç”¨è€…çš„éš±ç§å®‰å…¨ã€‚"
+msgstr "<code>\"johnsmith@example.com\": \"johnsm...@example.com\"</code> 將會把「由 johnsm...@example.comã€åŠ å…¥åˆ°åŽŸæœ¬ç”± johnsmith@example.com 建立的所有議題和留言中。為ä¿è­·ä½¿ç”¨è€…çš„éš±ç§ï¼Œé›»å­éƒµä»¶åœ°å€æˆ–使用者å稱會被é®ä½ã€‚"
msgid "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> will add \"By <a href=\"#\">johnsmith@example.com</a>\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
-msgstr "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> 將會在所有原本由 johnsmith@example.com 建立的議題和留言中加上「來自 <a href=\"#\">johnsmith@example.com</a>ã€ã€‚é è¨­ç‹€æ…‹é›»å­ä¿¡ç®±ä½å€æˆ–使用者å稱將被é®è”½ä»¥ä¿è­·ä½¿ç”¨è€…çš„éš±ç§å®‰å…¨ï¼Œå¦‚果您想è¦é¡¯ç¤ºå®Œæ•´çš„é›»å­ä¿¡ç®±ä½å€ï¼Œè«‹ä½¿ç”¨æ­¤é¸é …。"
+msgstr "<code>\"johnsmith@example.com\": \"johnsmith@example.com\"</code> 將會把「由 <a href=\"#\">@johnsmith</a>ã€åŠ å…¥åˆ°åŽŸæœ¬ç”± johnsmith@example.com 建立的所有議題和留言中。為ä¿è­·ä½¿ç”¨è€…çš„éš±ç§ï¼Œé›»å­éƒµä»¶åœ°å€æˆ–使用者å稱é è¨­æœƒè¢«é®ä½ã€‚如需顯示完整郵件地å€ï¼Œå¯ä½¿ç”¨æ­¤é¸é …。"
msgid "<no name set>"
-msgstr ""
+msgstr "<未設定å稱>"
msgid "<no scopes selected>"
-msgstr ""
+msgstr "<未é¸æ“‡ç¯„åœ>"
msgid "<strong>%{changedFilesLength} unstaged</strong> and <strong>%{stagedFilesLength} staged</strong> changes"
msgstr "<strong>%{changedFilesLength} 個未暫存</strong>和 <strong>%{stagedFilesLength} 個已暫存</strong>變更"
-msgid "<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
-msgstr "已建立 <strong>%{created_count}</strong> 個,已接å—<strong>%{accepted_count}</strong> 個。"
-
-msgid "<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
-msgstr "已建立 <strong>%{created_count}</strong> 個,已關閉 <strong>%{closed_count}</strong> 個。"
-
msgid "<strong>%{group_name}</strong> group members"
msgstr "<strong>%{group_name}</strong> 群組的æˆå“¡"
-msgid "<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
-msgstr "å·²æŽ¨é€ <strong>%{pushes}</strong> 個,<strong>%{people}</strong> ä½è²¢ç»è€…æäº¤äº†è¶…éŽ <strong>%{commits}</strong> 個æ交。"
+msgid "<strong>%{stagedFilesLength} staged</strong> and <strong>%{changedFilesLength} unstaged</strong> changes"
+msgstr ""
msgid "<strong>Deletes</strong> source branch"
-msgstr ""
+msgstr "<strong>刪除</strong>來æºåˆ†æ”¯"
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
-msgstr "「執行器ã€æ˜¯å€‹ç”¨ä¾†åŸ·è¡Œä½œæ¥­çš„程å¼ã€‚你能設定你所需的多個執行器。"
+msgstr "「執行器ã€æ˜¯ä¸€å€‹åŸ·è¡Œä½œæ¥­çš„行程。您å¯ä»¥æ ¹æ“šéœ€è¦é…置任æ„個執行器。"
msgid "A .NET Core console application template, customizable for any .NET Core project"
-msgstr ""
+msgstr ".NET Core 控制å°æ‡‰ç”¨ç¨‹å¼ç¯„本,å¯é‡å°ä»»ä½• .NET Core 專案自訂"
msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
-msgstr ""
+msgstr "一個 GitBook ç«™å°ï¼Œä½¿ç”¨ Netlify 代替 GitLab çš„ CI/CD,但ä»å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„ GitLab 功能。"
msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
-msgstr ""
+msgstr "一個 Hexo ç«™å°ï¼Œä½¿ç”¨ Netlify 代替 GitLab çš„ CI/CD,但ä»å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„ GitLab 功能。"
msgid "A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
-msgstr ""
+msgstr "一個 Hugo ç«™å°ï¼Œä½¿ç”¨ Netlify 代替 GitLab çš„ CI/CD,但ä»å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„ GitLab 功能。"
msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
-msgstr ""
+msgstr "一個 Jekyll ç«™å°ï¼Œä½¿ç”¨ Netlify 代替 GitLab çš„ CI/CD,但ä»å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„ GitLab 功能。"
msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
-msgstr ""
+msgstr "在網域驗證之å‰ï¼Œæˆ‘們無法å–å¾— Encrype SSL 憑證。"
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
-msgstr ""
+msgstr "將會使用您的電å­ä¿¡ç®±ä½å€è¨­å®šæ­¤ GitLab 實體的 Let's Encrypt 帳戶。您會收到警告您憑證å³å°‡åˆ°æœŸçš„é›»å­éƒµä»¶ã€‚"
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr "使用 AWS Lambdaã€AWS API é–˜é“åŠ GitLab Pages 的基本é é¢å’Œç„¡ä¼ºæœå™¨åŠŸèƒ½"
msgid "A default branch cannot be chosen for an empty project."
-msgstr "無法å°ä¸€å€‹ç©ºå°ˆæ¡ˆé¸æ“‡é è¨­åˆ†æ”¯ã€‚"
+msgstr "無法設定空專案的é è¨­åˆ†æ”¯ã€‚"
msgid "A deleted user"
-msgstr "已刪除使用者"
+msgstr "已刪除的使用者"
-msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
msgstr ""
+msgid "A fork is a copy of a project.<br />Forking a repository allows you to make changes without affecting the original project."
+msgstr "分å‰æ˜¯å°ˆæ¡ˆçš„複本。<br />分å‰ç‰ˆæœ¬åº«è®“您在ä¸å½±éŸ¿åŽŸå§‹å°ˆæ¡ˆçš„情æ³ä¸‹ï¼Œé€²è¡Œè®Šæ›´ã€‚"
+
msgid "A member of the abuse team will review your report as soon as possible."
-msgstr ""
+msgstr "濫用審查團隊æˆå“¡å°‡æœƒå„˜å¿«æª¢é–±æ‚¨çš„報告。"
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr "當安全報告有高ã€åš´é‡æˆ–未知嚴é‡æ€§çš„æ–°æ¼æ´žæ™‚,需è¦å…ˆæ ¸å‡†åˆä½µè«‹æ±‚。"
+
+msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgstr "當授權æ¢æ¬¾åˆè¦æ€§å ±å‘ŠåŒ…å«æœ‰åœ¨é»‘å單內的授權æ¢æ¬¾æ™‚,需è¦å…ˆæ ¸å‡†åˆä½µè«‹æ±‚。"
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr "已建立新的自動 DevOps æµæ°´ç·šï¼Œè«‹å‰å¾€ %{pipelines_link_start}æµæ°´ç·šé é¢%{pipelines_link_end} 檢視詳細訊æ¯ã€‚"
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr "%{name} 的新版本 %{tag} å·²ç¶“ç™¼å¸ƒã€‚è«‹å­˜å– %{release_link_start}發布版é é¢%{release_link_end} 了解更多資訊。"
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr "%{name} 的新版本 %{tag} 已經發布。請存å–發布版é é¢äº†è§£æ›´å¤šè³‡è¨Šã€‚"
msgid "A new branch will be created in your fork and a new merge request will be started."
-msgstr "將會在您的 fork 中建立一個新分支,並開啟新的åˆä½µè«‹æ±‚。"
+msgstr "å°‡åœ¨åˆ†å‰ (fork) 專案中中建立新分支,並開啟新的åˆä½µè«‹æ±‚。"
msgid "A new impersonation token has been created."
-msgstr ""
+msgstr "已建立新的身份模擬權æ–。"
msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
-msgstr ""
+msgstr "一個純 HTML ç«™å°ï¼Œä½¿ç”¨ Netlify 代替 GitLab çš„ CI/CD,但ä»å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„ GitLab 功能。"
+
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools."
+msgstr "使用 Salesforce 開發者工具開發 Salesforce 應用程å¼çš„專案範本。"
msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
-msgstr "專案å¯è®“您存放檔案(版本庫)ã€è¨ˆåŠƒå·¥ä½œï¼ˆè­°é¡Œï¼‰ã€ç™¼ä½ˆæª”案(Wiki),還有這些:%{among_other_things_link}。"
+msgstr "專案能讓您存放檔案(版本庫)ã€å®‰æŽ’計畫(議題),åŠç™¼å¸ƒæ–‡ä»¶ (Wiki),%{among_other_things_link}。"
msgid "A ready-to-go template for use with Android apps."
-msgstr ""
+msgstr "é©ç”¨æ–¼ Android 應用程å¼ï¼Œæº–備就緒的範本。"
msgid "A ready-to-go template for use with iOS Swift apps."
-msgstr ""
+msgstr "é©ç”¨æ–¼ iOS Swift 應用程å¼ï¼Œæº–備就緒的範本。"
-msgid "A regular expression that will be used to find the test coverage output in the job trace. Leave blank to disable"
-msgstr "æ­£è¦è¡¨ç¤ºå¼å°‡æœƒç”¨ä¾†å°‹æ‰¾ä½œæ¥­è¿½è¹¤ä¸­çš„測試涵蓋範åœè¼¸å‡ºã€‚留空å³åœç”¨æ­¤åŠŸèƒ½ã€‚"
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr "用來在作業記錄中尋找測試覆蓋率輸出的正è¦è¡¨ç¤ºå¼ã€‚空白則åœç”¨"
msgid "A secure token that identifies an external storage request."
-msgstr ""
+msgstr "一個用於識別外部儲存請求的安全權æ–。"
msgid "A user with write access to the source branch selected this option"
-msgstr "一ä½æœ‰ä¾†æºåˆ†æ”¯å¯«å…¥æ¬Šé™çš„使用者é¸æ“‡äº†é€™å€‹é¸é …"
+msgstr "有ä½å…·æœ‰ä¾†æºåˆ†æ”¯å¯«å…¥æ¬Šé™çš„使用者é¸æ“‡äº†æ­¤é¸é …"
msgid "API Help"
-msgstr ""
+msgstr "API 說明"
msgid "API Token"
-msgstr ""
+msgstr "API 權æ–"
+
+msgid "AWS Access Key"
+msgstr "AWS å­˜å–金鑰"
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr "AWS å­˜å–金鑰。åªåœ¨ä¸ä½¿ç”¨è§’色實體憑證時需è¦"
+
+msgid "AWS Secret Access Key"
+msgstr "AWS 密碼存å–金鑰"
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr "AWS 密碼存å–金鑰。åªåœ¨ä¸ä½¿ç”¨è§’色實體憑證時需è¦"
msgid "Abort"
-msgstr ""
+msgstr "中止"
msgid "About GitLab"
msgstr "關於 GitLab"
@@ -632,7 +792,7 @@ msgid "About GitLab CE"
msgstr "關於 GitLab CE"
msgid "About auto deploy"
-msgstr "關於自動佈署"
+msgstr "關於自動部署"
msgid "About this feature"
msgstr "關於此功能"
@@ -641,13 +801,13 @@ msgid "Abuse Reports"
msgstr "濫用報告"
msgid "Abuse reports"
-msgstr "濫用回報"
+msgstr "濫用報告"
msgid "Accept invitation"
-msgstr ""
+msgstr "接å—邀請"
msgid "Accept terms"
-msgstr "接å—æ¢æ¬¾"
+msgstr "接å—æœå‹™æ¢æ¬¾"
msgid "Accepted MR"
msgstr "接å—çš„åˆä½µè«‹æ±‚"
@@ -656,350 +816,371 @@ msgid "Access Tokens"
msgstr "å­˜å–憑證"
msgid "Access denied for your LDAP account."
-msgstr ""
+msgstr "å­˜å–您的 LDAP 帳號時被拒絕。"
msgid "Access denied! Please verify you can add deploy keys to this repository."
-msgstr "å­˜å–被拒ï¼è«‹æª¢æŸ¥æ‚¨æ˜¯å¦å¯ä»¥åœ¨æ­¤ç‰ˆæœ¬åº«ä½ˆç½²é‡‘鑰。"
+msgstr "å­˜å–被拒ï¼è«‹æª¢æŸ¥æ‚¨æ˜¯å¦å¯ä»¥åœ¨æ­¤ç‰ˆæœ¬åº«éƒ¨å±¬é‡‘鑰。"
msgid "Access expiration date"
-msgstr "å­˜å–éŽæœŸæ—¥æœŸ"
+msgstr "å­˜å–éŽæœŸæ™‚é–“"
msgid "Access forbidden. Check your access level."
-msgstr ""
+msgstr "ç¦æ­¢å­˜å–。請檢查您的存å–權é™ã€‚"
msgid "Access to '%{classification_label}' not allowed"
-msgstr "您ä¸å…許存å–「%{classification_label}ã€"
+msgstr "ä¸å…許存å–「%{classification_label}ã€"
-msgid "AccessDropdown|Groups"
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
msgstr ""
+msgid "AccessDropdown|Groups"
+msgstr "群組"
+
msgid "AccessDropdown|Roles"
-msgstr ""
+msgstr "角色"
msgid "AccessDropdown|Users"
-msgstr ""
+msgstr "使用者"
msgid "AccessTokens|Access Tokens"
-msgstr ""
+msgstr "å­˜å–權æ–"
msgid "AccessTokens|Are you sure?"
-msgstr ""
+msgstr "你確定嗎?"
msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
-msgstr ""
+msgstr "你確定嗎?目å‰æ­£åœ¨ä½¿ç”¨çš„所有 RSS 或日曆 URL 都將åœæ­¢é‹ä½œã€‚"
msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working."
-msgstr ""
+msgstr "你確定嗎?目å‰æ­£åœ¨ä½¿ç”¨çš„所有議題電å­éƒµä»¶ä½å€éƒ½å°‡åœæ­¢é‹ä½œã€‚"
msgid "AccessTokens|Created"
-msgstr ""
+msgstr "已建立"
msgid "AccessTokens|Feed token"
-msgstr ""
+msgstr "Feed 權æ–"
msgid "AccessTokens|Incoming email token"
-msgstr ""
+msgstr "傳入電å­éƒµä»¶æ¬Šæ–"
msgid "AccessTokens|It cannot be used to access any other data."
-msgstr ""
+msgstr "無法用於存å–其它資料。"
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
-msgstr ""
+msgstr "請確ä¿è©²æ¬Šæ–的安全。任何æŒæœ‰è©²æ¬Šæ–的人,都å¯ä»¥ä»¥æ‚¨çš„身份來建立議題。如果權æ–洩露,您應該 %{reset_link_start}é‡è¨­%{reset_link_end}。"
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
-msgstr ""
+msgstr "請確ä¿è©²æ¬Šæ–的安全。任何æŒæœ‰è©²æ¬Šæ–的人,都å¯ä»¥ä»¥ä½ çš„身份來建立議題。如果權æ–洩露,你應該 %{link_reset_it}。"
msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens."
-msgstr ""
+msgstr "請確ä¿è©²æ¬Šæ–的安全。任何æŒæœ‰è©²æ¬Šæ–的人,都å¯ä»¥ä»¥ä½ çš„身份來閱讀活動記錄ã€è­°é¡Œ RSS 動態或行事曆動態。如果權æ–洩露,你應該 %{link_reset_it} 。"
msgid "AccessTokens|Personal Access Tokens"
-msgstr ""
+msgstr "個人存å–權æ–"
msgid "AccessTokens|Static object token"
-msgstr ""
+msgstr "éœæ…‹ç‰©ä»¶æ¬Šæ–"
msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
-msgstr ""
+msgstr "當您啟用兩步驟èªè­‰ (2FA) 時,它們將是唯一能接å—的密碼。"
msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP."
-msgstr ""
+msgstr "您還å¯ä»¥ä½¿ç”¨å€‹äººå­˜å–權æ–é€éŽ HTTP 進行 Git 驗證。"
msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
-msgstr ""
+msgstr "您å¯ä»¥ç‚ºæ¯å€‹éœ€è¦å­˜å– GitLab API 的應用程å¼ç”Ÿæˆå€‹äººå­˜å–權æ–。"
msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
-msgstr ""
+msgstr "當您的 RSS 閱讀器載入個人化的 RSS 動態,或是行事曆應用程å¼è¼‰å…¥å€‹äººåŒ–的行事曆時,動態權æ–用來驗證身份,且權æ–會在動態網å€ä¸­ã€‚"
msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
-msgstr ""
+msgstr "當你使用電å­éƒµä»¶å»ºç«‹æ–°è­°é¡Œçš„時候,將使用傳入郵件權æ–進行驗證,該權æ–也包å«åœ¨å€‹äººå°ˆæ¡ˆæŒ‡å®šçš„é›»å­éƒµä»¶åœ°å€ä¸­ã€‚"
msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
-msgstr ""
+msgstr "您的éœæ…‹ç‰©ä»¶æ¬Šæ–用來從外部儲存空間存å–éœæ…‹ç‰©ä»¶ï¼ˆä¾‹å¦‚:å°å­˜æª”ã€Blob 等等)時å°æ‚¨é€²è¡Œèº«ä»½é©—證。"
msgid "AccessTokens|reset it"
-msgstr ""
+msgstr "é‡è¨­æ¬Šæ–"
msgid "Account"
-msgstr "帳號"
+msgstr "帳戶"
+
+msgid "Account ID"
+msgstr "帳戶 ID"
msgid "Account and limit"
-msgstr "帳號與é™åˆ¶"
+msgstr "帳戶和é™åˆ¶"
msgid "Account: %{account}"
-msgstr ""
+msgstr "帳戶:%{account}"
msgid "Action to take when receiving an alert."
-msgstr ""
+msgstr "接收警示時è¦åŸ·è¡Œçš„動作。"
+
+msgid "Activate"
+msgstr "啟用"
msgid "Activate Service Desk"
-msgstr ""
+msgstr "啟用æœå‹™å°"
msgid "Active"
msgstr "使用中"
msgid "Active %{type} Tokens (%{token_length})"
-msgstr ""
+msgstr "使用中的%{type}æ¬Šæ– (%{token_length})"
msgid "Active Sessions"
-msgstr "連線中的è£ç½®"
+msgstr "使用中的工作階段"
msgid "Activity"
-msgstr "活動"
+msgstr "å‹•æ…‹"
msgid "Add"
-msgstr "新增"
+msgstr "加入"
msgid "Add %d issue"
msgid_plural "Add %d issues"
-msgstr[0] ""
+msgstr[0] "加入 %d 個議題"
msgid "Add CHANGELOG"
-msgstr ""
+msgstr "加入變更記錄"
msgid "Add CONTRIBUTING"
-msgstr ""
+msgstr "加入貢ç»è³‡è¨Š"
msgid "Add GitLab to Slack"
-msgstr ""
+msgstr "將 GitLab 加入到 Slack"
msgid "Add Group Webhooks and GitLab Enterprise Edition."
-msgstr "新增群組 Webhook å’Œ GitLab ä¼æ¥­ç‰ˆæœ¬ã€‚"
+msgstr "加入群組 Webhooks åŠ GitLab ä¼æ¥­ç‰ˆã€‚"
msgid "Add Jaeger URL"
-msgstr "新增 Jaeger 網å€"
+msgstr "加入 Jaeger 網å€"
msgid "Add Kubernetes cluster"
-msgstr "新增 Kubernetes å¢é›†"
+msgstr "加入 Kubernetes å¢é›†"
+
+msgid "Add LICENSE"
+msgstr "加入授權æ¢æ¬¾"
msgid "Add README"
-msgstr ""
+msgstr "加入說明檔案"
msgid "Add Zoom meeting"
-msgstr ""
+msgstr "加入 Zoom 會議"
msgid "Add a %{type} token"
-msgstr ""
+msgstr "加入%{type}權æ–"
msgid "Add a GPG key"
-msgstr ""
+msgstr "加入 GPG 金鑰"
msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
-msgstr ""
+msgstr "在管ç†å´é‚Šæ¬„的監控部分加入 Grafana 按鈕,以便存å–關於GitLab 執行狀æ³å’Œæ•ˆèƒ½çš„å„種統計資料。"
msgid "Add a To Do"
-msgstr ""
+msgstr "加入待辦事項"
msgid "Add a bullet list"
-msgstr ""
+msgstr "加入項目清單"
msgid "Add a general comment to this %{noteableDisplayName}."
-msgstr ""
+msgstr "加入一般留言至 %{noteableDisplayName}。"
msgid "Add a general comment to this %{noteable_name}."
-msgstr ""
+msgstr "加入一般留言至 %{noteable_name}。"
msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message."
-msgstr "在 Wiki 中新增包å«æ‚¨å°ˆæ¡ˆç›¸é—œè³‡è¨Šçš„首é ï¼Œä¹‹å¾Œ GitLab 將會顯示 Wiki 首é æ–¼æ­¤è™•è€Œéžé€™å‰‡è¨Šæ¯ã€‚"
+msgstr "在 wiki 中加入首é ï¼Œå…¶ä¸­åŒ…å«æœ‰é—œå°ˆæ¡ˆçš„資訊,GitLab 將在這裡顯示該首é ï¼Œè€Œä¸æ˜¯æ­¤è¨Šæ¯ã€‚"
msgid "Add a link"
-msgstr ""
+msgstr "加入連çµ"
msgid "Add a numbered list"
-msgstr ""
+msgstr "加入編號列表"
msgid "Add a table"
-msgstr "新增表格"
+msgstr "加入表格"
msgid "Add a task list"
-msgstr ""
+msgstr "加入作業列表"
msgid "Add additional text to appear in all email communications. %{character_limit} character limit"
-msgstr "新增顯示於所有電å­éƒµä»¶å°è©±çš„附加文字。最多 %{character_limit} 個字元。"
+msgstr "è¦åœ¨æ‰€æœ‰é›»å­éƒµä»¶åŠ å…¥çš„附加文字。長度ä¸èƒ½è¶…éŽ %{character_limit} å­—å…ƒ"
msgid "Add an SSH key"
-msgstr ""
+msgstr "加入 SSH 金鑰"
+
+msgid "Add an existing issue to the epic."
+msgstr "å°‡ç¾æœ‰è­°é¡ŒåŠ å…¥åˆ°å²è©©ä¸­ã€‚"
msgid "Add an issue"
-msgstr ""
+msgstr "加入議題"
msgid "Add approval rule"
-msgstr ""
-
-msgid "Add approvers"
-msgstr ""
+msgstr "加入核准è¦å‰‡"
msgid "Add bold text"
-msgstr ""
+msgstr "加入粗體文字"
msgid "Add child epic to an epic"
-msgstr ""
+msgstr "加入å­å²è©©åˆ°å²è©©"
msgid "Add comment now"
-msgstr "ç«‹å³ç•™è¨€"
+msgstr "ç«‹å³åŠ å…¥ç•™è¨€"
msgid "Add email address"
-msgstr ""
+msgstr "加入電å­éƒµä»¶åœ°å€"
msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
-msgstr ""
+msgstr "加入é é¦–å’Œé å°¾åˆ°é›»å­éƒµä»¶ã€‚請注æ„,é¡è‰²è¨­å®šåªæœƒå¥—用於應用程å¼ä»‹é¢"
msgid "Add image comment"
-msgstr "增加圖片留言"
+msgstr "加入圖片留言"
msgid "Add issues"
-msgstr ""
+msgstr "加入議題"
msgid "Add italic text"
-msgstr ""
+msgstr "加入斜體文字"
msgid "Add label(s)"
-msgstr ""
+msgstr "加入標籤"
msgid "Add license"
-msgstr "新增授權資訊"
+msgstr "加入授權æ¢æ¬¾"
msgid "Add list"
-msgstr ""
+msgstr "加入列表"
msgid "Add new application"
msgstr "新增應用程å¼"
msgid "Add new directory"
-msgstr "新增資料夾"
-
-msgid "Add new member to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
+msgstr "新增目錄"
msgid "Add or subtract spent time"
-msgstr ""
+msgstr "增加或減少耗時"
msgid "Add reaction"
-msgstr "新增回應"
+msgstr "加入回應"
+
+msgid "Add request manually"
+msgstr "手動加入請求"
+
+msgid "Add system hook"
+msgstr "加入系統掛鉤"
msgid "Add to Slack"
-msgstr ""
+msgstr "加到 Slack"
msgid "Add to epic"
-msgstr ""
+msgstr "加到å²è©©"
msgid "Add to merge train"
-msgstr ""
+msgstr "加到åˆä½µéˆ"
msgid "Add to merge train when pipeline succeeds"
-msgstr ""
-
-msgid "Add to project"
-msgstr ""
+msgstr "æµæ°´ç·šæˆåŠŸå¾ŒåŠ åˆ°åˆä½µä½‡åˆ—"
msgid "Add to review"
-msgstr "新增è¦åŠ å…¥åˆ°æª¢é–±çš„內容"
+msgstr "加入待審閱"
msgid "Add to tree"
msgstr ""
msgid "Add user(s) to the group:"
-msgstr "將使用者加到群組:"
+msgstr "å‘群組加入使用者:"
msgid "Add users to group"
-msgstr "將使用者加到群組"
+msgstr "å‘群組加入使用者"
+
+msgid "Add webhook"
+msgstr "加入 Webhook"
msgid "AddMember|No users specified."
-msgstr ""
+msgstr "未指定使用者。"
msgid "AddMember|Too many users specified (limit is %{user_limit})"
-msgstr ""
+msgstr "指定éŽå¤šä½¿ç”¨è€…(é™åˆ¶ç‚º %{user_limit})"
msgid "Added"
-msgstr ""
+msgstr "已加入"
-msgid "Added %{epic_ref} as child epic."
-msgstr ""
+msgid "Added %{epic_ref} as a child epic."
+msgstr "已加入 %{epic_ref} 為å­å²è©©ã€‚"
msgid "Added %{label_references} %{label_text}."
-msgstr ""
+msgstr "已加入 %{label_references} %{label_text}。"
msgid "Added a To Do."
-msgstr ""
+msgstr "已加入待辦事項。"
msgid "Added an issue to an epic."
-msgstr ""
+msgstr "å·²å‘å²è©©åŠ å…¥è­°é¡Œã€‚"
msgid "Added at"
-msgstr ""
+msgstr "加入時間"
msgid "Added in this version"
-msgstr ""
+msgstr "此版本新增"
msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission"
-msgstr "您的 GitLab 執行個體已åœç”¨ã€Œæ–°å¢žæ‡‰ç”¨ç¨‹å¼ã€åŠŸèƒ½ã€‚è«‹è¯çµ¡æ‚¨çš„ GitLab 管ç†å“¡å–得新增權é™"
+msgstr "ç›®å‰çš„ GitLab 實體ä¸å…許加入新應用程å¼ã€‚è«‹è¯çµ¡æ‚¨çš„ GitLab 管ç†å“¡ä»¥ç²å¾—相關權é™ã€‚"
msgid "Additional minutes"
-msgstr ""
+msgstr "é¡å¤–分é˜"
msgid "Additional text"
msgstr "附加文字"
msgid "Adds"
-msgstr ""
+msgstr "加入"
msgid "Adds %{epic_ref} as child epic."
-msgstr ""
+msgstr "加入 %{epic_ref} 作為å­å²è©©ã€‚"
msgid "Adds %{labels} %{label_text}."
-msgstr ""
+msgstr "加入 %{labels}%{label_text}。"
msgid "Adds a To Do."
-msgstr ""
+msgstr "加入待辦事項。"
msgid "Adds a Zoom meeting"
-msgstr ""
+msgstr "加入 Zoom 會議"
msgid "Adds an issue to an epic."
-msgstr ""
+msgstr "å‘å²è©©åŠ å…¥è­°é¡Œã€‚"
+
+msgid "Adjust your filters/search criteria above."
+msgstr "在上方調整您的éŽæ¿¾å™¨ï¼æœå°‹æ¢ä»¶ã€‚"
msgid "Admin Area"
-msgstr "管ç†å€å¡Š"
+msgstr "管ç†ä¸­å¿ƒ"
msgid "Admin Overview"
msgstr "管ç†æ¦‚覽"
msgid "Admin Section"
-msgstr ""
+msgstr "管ç†éƒ¨åˆ†"
-msgid "Admin notes"
-msgstr ""
+msgid "Admin mode already enabled"
+msgstr "管ç†å“¡æ¨¡å¼å·²å•Ÿç”¨"
+
+msgid "Admin mode disabled"
+msgstr "管ç†å“¡æ¨¡å¼å·²åœç”¨"
-msgid "AdminArea| You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "您正打算永久刪除 %{username} 使用者。連çµåˆ°é€™äº›ä½¿ç”¨è€…çš„è­°é¡Œã€åˆä½µè«‹æ±‚與群組將會移轉到系統全域的使用者「Ghost-userã€ã€‚è‹¥è¦é¿å…資料éºå¤±ï¼Œè«‹è€ƒæ…®æ”¹ç”¨%{strong_start}å°éŽ–使用者%{strong_end}功能,因為%{strong_start}刪除使用者%{strong_end} 動作一執行就無法復原。"
+msgid "Admin mode enabled"
+msgstr "管ç†å“¡æ¨¡å¼å·²å•Ÿç”¨"
-msgid "AdminArea| You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
-msgstr "您正打算永久刪除 %{username} 使用者。這將會刪除連çµåˆ°é€™äº›ä½¿ç”¨è€…的所有議題ã€åˆä½µè«‹æ±‚與群組。若è¦é¿å…資料éºå¤±ï¼Œè«‹è€ƒæ…®æ”¹ç”¨%{strong_start}å°éŽ–使用者%{strong_end}功能,因為%{strong_start}刪除使用者%{strong_end}動作一執行就無法復原。"
+msgid "Admin notes"
+msgstr "管ç†å“¡å‚™è¨»"
msgid "AdminArea|Stop all jobs"
msgstr "åœæ­¢æ‰€æœ‰ä½œæ¥­"
msgid "AdminArea|Stop all jobs?"
-msgstr "確定åœæ­¢æ‰€æœ‰ä½œæ¥­ï¼Ÿ"
+msgstr "確定åœæ­¢æ‰€æœ‰ä½œæ¥­å—Žï¼Ÿ"
msgid "AdminArea|Stop jobs"
msgstr "åœæ­¢ä½œæ¥­"
@@ -1008,16 +1189,22 @@ msgid "AdminArea|Stopping jobs failed"
msgstr "åœæ­¢ä½œæ¥­å¤±æ•—"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
-msgstr "您正打算åœæ­¢æ‰€æœ‰ä½œæ¥­ï¼Œé€™å°‡æš«åœæ‰€æœ‰æ­£åœ¨åŸ·è¡Œä¸­çš„作業。"
+msgstr "您å³å°‡åœæ­¢æ‰€æœ‰ä½œæ¥­ã€‚這會中斷並çµæŸæ‰€æœ‰æ­£åœ¨åŸ·è¡Œçš„作業。"
+
+msgid "AdminCredentials|Personal Access Tokens"
+msgstr "個人存å–權æ–"
+
+msgid "AdminCredentials|SSH Keys"
+msgstr "SSH 金鑰"
msgid "AdminDashboard|Error loading the statistics. Please try again"
-msgstr ""
+msgstr "載入統計資料時發生錯誤。請å†è©¦ä¸€æ¬¡"
msgid "AdminNote|Note"
-msgstr ""
+msgstr " 備註"
msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
-msgstr "您正打算永久刪除 %{projectName} 專案與其版本庫ã€å’Œæ‰€æœ‰ç›¸é—œçš„資æºï¼ŒåŒ…å«è­°é¡Œã€åˆä½µè«‹æ±‚等等…當您確èªä¸¦æŒ‰ä¸‹%{strong_start}刪除專案%{strong_end},將無法復原此動作。"
+msgstr "您å³å°‡æ°¸ä¹…刪除專案 %{projectName}ã€å…¶ç‰ˆæœ¬åº«ä»¥åŠæ‰€æœ‰ç›¸é—œè³‡æºï¼ŒåŒ…括議題ã€åˆä½µè«‹æ±‚等。一旦確èªä¸¦æŒ‰ä¸‹ %{strong_start}刪除專案%{strong_end} 就無法復原。"
msgid "AdminProjects|Delete"
msgstr "刪除"
@@ -1029,385 +1216,505 @@ msgid "AdminProjects|Delete project"
msgstr "刪除專案"
msgid "AdminSettings|Auto DevOps domain"
-msgstr ""
+msgstr "Auto DevOps 網域"
msgid "AdminSettings|Enable shared runners for new projects"
-msgstr ""
+msgstr "啟用新專案的共享執行器"
msgid "AdminSettings|Environment variables are protected by default"
-msgstr ""
+msgstr "環境變數é è¨­å—ä¿è­·"
msgid "AdminSettings|No required pipeline"
-msgstr ""
+msgstr "沒有強制性的æµæ°´ç·š"
msgid "AdminSettings|Required pipeline configuration"
-msgstr ""
+msgstr "強制æµæ°´ç·šè¨­å®š"
msgid "AdminSettings|Select a pipeline configuration file"
-msgstr ""
+msgstr "é¸æ“‡æµæ°´ç·šè¨­å®šæª”"
msgid "AdminSettings|Select a template"
-msgstr ""
+msgstr "é¸æ“‡ç¯„本"
msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
-msgstr ""
+msgstr "設定實體範åœè‡ªå‹•åŒ…å«çš„ %{link_start}æµæ°´ç·šè¨­å®š%{link_end}。此æµæ°´ç·šè¨­å®šå°‡åœ¨å°ˆæ¡ˆæœ¬èº«çš„設定後執行。"
msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
-msgstr "å°æ¯å€‹å°ˆæ¡ˆçš„「自動檢閱應用程å¼ç¨‹å¼ã€å’Œã€Œè‡ªå‹•ä½ˆç½²éšŽæ®µã€æŒ‡å®šé è¨­ç¶²åŸŸã€‚"
+msgstr "為æ¯å€‹å°ˆæ¡ˆçš„自動審閱應用程å¼åŠè‡ªå‹•éƒ¨ç½²éšŽæ®µï¼ŒæŒ‡å®šé è¨­ä½¿ç”¨çš„網域。"
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
-msgstr ""
+msgstr "強制æµæ°´ç·šè¨­å®šå¯å¾žè¨­å®šçš„ %{link_start}實體範本庫%{link_end} 中的 %{code_start}gitlab-ci%{code_end} 目錄é¸æ“‡ï¼Œæˆ–使用 GitLab æ供的設定檔。"
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
-msgstr ""
+msgstr "建立新的環境變數時,它會被é è¨­ä¿è­·ã€‚"
msgid "AdminStatistics|Active Users"
-msgstr ""
+msgstr "æ´»èºä½¿ç”¨è€…"
msgid "AdminStatistics|Forks"
-msgstr ""
+msgstr "分å‰"
msgid "AdminStatistics|Issues"
-msgstr ""
+msgstr "議題"
msgid "AdminStatistics|Merge Requests"
-msgstr ""
+msgstr "åˆä½µè«‹æ±‚"
msgid "AdminStatistics|Milestones"
-msgstr ""
+msgstr "里程碑"
msgid "AdminStatistics|Notes"
-msgstr ""
+msgstr "備註"
msgid "AdminStatistics|SSH Keys"
-msgstr ""
+msgstr "SSH 金鑰"
msgid "AdminStatistics|Snippets"
-msgstr ""
+msgstr "程å¼ç¢¼ç‰‡æ®µ"
msgid "AdminUsers|2FA Disabled"
-msgstr ""
+msgstr "未啟用兩步驟驗證"
msgid "AdminUsers|2FA Enabled"
-msgstr ""
+msgstr "已啟用兩步驟驗證"
msgid "AdminUsers|Active"
-msgstr ""
+msgstr "æ´»èº"
msgid "AdminUsers|Admin"
-msgstr ""
+msgstr "管ç†å“¡"
msgid "AdminUsers|Admins"
-msgstr ""
+msgstr "管ç†å“¡"
+
+msgid "AdminUsers|Block"
+msgstr "å°éŽ–"
msgid "AdminUsers|Block user"
msgstr "å°éŽ–使用者"
+msgid "AdminUsers|Block user %{username}?"
+msgstr "å°éŽ– %{username} 使用者?"
+
msgid "AdminUsers|Blocked"
-msgstr ""
+msgstr "å·²å°éŽ–"
+
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr "å°éŽ–使用者具有以下效果:"
msgid "AdminUsers|Cannot unblock LDAP blocked users"
-msgstr ""
+msgstr "無法解除å°éŽ– LDAP å°éŽ–的使用者"
+
+msgid "AdminUsers|Deactivate"
+msgstr "å‡çµ"
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr "å‡çµ %{username} 使用者?"
+
+msgid "AdminUsers|Deactivate user"
+msgstr "å‡çµä½¿ç”¨è€…"
+
+msgid "AdminUsers|Deactivated"
+msgstr "å·²å‡çµ"
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr "å‡çµä½¿ç”¨è€…具有以下效果:"
msgid "AdminUsers|Delete User %{username} and contributions?"
-msgstr "刪除使用者 %{username} åŠå…¶è²¢ç»è¨˜éŒ„?"
+msgstr "刪除 %{username} 使用者以åŠç›¸é—œè²¢ç»å—Žï¼Ÿ"
msgid "AdminUsers|Delete User %{username}?"
-msgstr "刪除使用者 %{username}?"
+msgstr "刪除 %{username} 使用者?"
msgid "AdminUsers|Delete user"
msgstr "刪除使用者"
msgid "AdminUsers|Delete user and contributions"
-msgstr "刪除使用者åŠå…¶è²¢ç»è¨˜éŒ„"
+msgstr "刪除使用者åŠç›¸é—œè²¢ç»"
msgid "AdminUsers|External"
+msgstr "外部"
+
+msgid "AdminUsers|Is using seat"
msgstr ""
msgid "AdminUsers|It's you!"
-msgstr ""
+msgstr "這就是你ï¼"
msgid "AdminUsers|New user"
-msgstr ""
+msgstr "新增使用者"
+
+msgid "AdminUsers|No credentials found"
+msgstr "未找到憑證"
msgid "AdminUsers|No users found"
-msgstr ""
+msgstr "未找到使用者"
+
+msgid "AdminUsers|Owned groups will be left"
+msgstr "將會ä¿ç•™æ“有的群組"
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr "將會ä¿ç•™å€‹äººå°ˆæ¡ˆ"
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr "個人專案ã€ç¾¤çµ„和使用者歷å²è¨˜éŒ„將維æŒä¸è®Š"
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr "å–消å‡çµä½¿ç”¨è€…將會:"
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr "還原使用者存å–帳戶的權é™ï¼ŒåŒ…括網é ã€Git å’Œ API。"
msgid "AdminUsers|Search by name, email or username"
-msgstr ""
+msgstr "ä¾åå­—ã€é›»å­éƒµä»¶æˆ–使用者å稱æœå°‹"
msgid "AdminUsers|Search users"
-msgstr ""
+msgstr "æœå°‹ä½¿ç”¨è€…"
msgid "AdminUsers|Send email to users"
-msgstr ""
+msgstr "å‘使用者傳é€é›»å­éƒµä»¶"
msgid "AdminUsers|Sort by"
-msgstr ""
+msgstr "排åºæ–¹å¼"
+
+msgid "AdminUsers|The user will be logged out"
+msgstr "此使用者將會登出"
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr "æ­¤ä½¿ç”¨è€…å°‡ç„¡æ³•å­˜å– git 版本庫"
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr "æ­¤ä½¿ç”¨è€…å°‡ç„¡æ³•å­˜å– API"
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr "此使用者將無法使用斜線指令"
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr "此使用者將ä¸æœƒæ”¶åˆ°ä»»ä½•é€šçŸ¥"
msgid "AdminUsers|To confirm, type %{projectName}"
-msgstr "請輸入 %{projectName} 確èªæ­¤å‹•ä½œ"
+msgstr "請輸入 %{projectName} 來確èª"
msgid "AdminUsers|To confirm, type %{username}"
-msgstr "請輸入 %{username} 確èªæ­¤å‹•ä½œ"
+msgstr "請輸入 %{username} 來確èª"
+
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr "ä½¿ç”¨è€…å°‡ç„¡æ³•å­˜å– git 版本庫"
-msgid "AdminUsers|User will be blocked"
+msgid "AdminUsers|User will not be able to login"
+msgstr "使用者將無法登入"
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
msgid "AdminUsers|Without projects"
-msgstr ""
+msgstr "沒有專案"
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "您å³å°‡æ°¸ä¹…刪除使用者 %{username}。該使用者的議題ã€åˆä½µè«‹æ±‚以åŠç›¸é—œçš„群組將被轉移到系統的「幽éˆä½¿ç”¨è€…ã€ã€‚為é¿å…資料éºå¤±ï¼Œå»ºè­°æ‚¨ä½¿ç”¨ %{strong_start}å°éŽ–使用者%{strong_end} 功能。一旦您 %{strong_start}刪除使用者%{strong_end},則無法復原。"
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr "您å³å°‡æ°¸ä¹…刪除使用者 %{username}。此æ“作會刪除該使用者的所有議題ã€åˆä½µè«‹æ±‚以åŠç›¸é—œçš„群組。為é¿å…資料éºå¤±ï¼Œå»ºè­°æ‚¨ä½¿ç”¨ %{strong_start}å°éŽ–使用者%{strong_end} 功能。一旦您 %{strong_start}刪除使用者%{strong_end},則無法復原。"
msgid "Advanced"
-msgstr ""
+msgstr "進階"
msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
-msgstr "進階權é™ï¼Œã€ã€Œå¤§åž‹æª”案儲存空間 (LFS)ã€å’Œã€Œå…©æ­¥é©Ÿé©—è­‰ã€è¨­å®šã€‚"
+msgstr "進階權é™ï¼Œå¤§åž‹æª”案儲存 (LFS) 和兩步驟èªè­‰è¨­å®šã€‚"
msgid "Advanced search functionality"
-msgstr ""
+msgstr "進階æœå°‹åŠŸèƒ½"
msgid "Advanced settings"
msgstr "進階設定"
msgid "After a successful password update you will be redirected to login screen."
-msgstr ""
+msgstr "密碼更新æˆåŠŸå¾Œï¼Œæ‚¨å°‡è¢«é‡æ–°å°Žå‘至登入é é¢ã€‚"
msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
-msgstr ""
+msgstr "密碼更新æˆåŠŸå¾Œï¼Œæ‚¨å°‡è¢«é‡æ–°å°Žå‘到登入é é¢ï¼Œæ‚¨å¯ä»¥ç”¨æ–°å¯†ç¢¼é‡æ–°ç™»å…¥ã€‚"
msgid "Alert"
msgid_plural "Alerts"
-msgstr[0] "通知"
+msgstr[0] "警示"
msgid "AlertService|%{linkStart}Learn more%{linkEnd} about configuring this endpoint to receive alerts."
-msgstr ""
+msgstr "%{linkStart}了解更多%{linkEnd}有關接收警示端點設定"
msgid "AlertService|Each alert source must be authorized using the following URL and authorization key."
-msgstr ""
+msgstr "æ¯å€‹è­¦ç¤ºä¾†æºéƒ½å¿…須使用下述網å€å’ŒæŽˆæ¬Šé‡‘鑰授權。"
msgid "Alerts"
-msgstr ""
+msgstr "警示"
+
+msgid "Alerts endpoint"
+msgstr "警示端點"
+
+msgid "Algorithm"
+msgstr "演算法"
msgid "All"
msgstr "全部"
msgid "All Members"
-msgstr ""
+msgstr "所有æˆå“¡"
msgid "All branches"
-msgstr ""
+msgstr "所有分支"
msgid "All changes are committed"
-msgstr "å·²æ交所有變更"
-
-msgid "All cross-project dependencies have merged"
-msgstr ""
+msgstr "所有變更å‡å·²æ交"
msgid "All email addresses will be used to identify your commits."
-msgstr ""
+msgstr "所有電å­éƒµä»¶åœ°å€éƒ½å¯ç”¨æ–¼è­˜åˆ¥æ‚¨çš„æ交。"
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
-msgstr "已經å°ç©ºç™½ã€ä¾†è‡ªæ¨¡æ¿ä»¥åŠåŒ¯å…¥çš„專案啟用所有功能,但您ä»ä¹‹å¾Œåœ¨ã€Œå°ˆæ¡ˆè¨­å®šã€åœç”¨ä¸æƒ³è¦çš„功能。"
+msgstr "從範本或匯入時為空白專案將啟用所有功能,但å¯ä»¥ä¹‹å¾Œåœ¨å°ˆæ¡ˆè¨­å®šä¸­å°‡å…¶åœç”¨ã€‚"
msgid "All groups and projects"
-msgstr ""
+msgstr "所有群組和專案"
+
+msgid "All issues for this milestone are closed."
+msgstr "此里程碑的所有議題å‡å·²é—œé–‰ã€‚"
msgid "All issues for this milestone are closed. You may close this milestone now."
-msgstr "此里程碑è£çš„所有議題å‡å·²é—œé–‰ã€‚ä½ ç¾åœ¨å¯ä»¥é—œé–‰æ­¤é‡Œç¨‹ç¢‘。"
+msgstr "此里程碑的所有議題å‡å·²é—œé–‰ã€‚ç¾åœ¨æ‚¨å¯é—œé–‰é€™å€‹é‡Œç¨‹ç¢‘。"
msgid "All merge conflicts were resolved. The merge request can now be merged."
-msgstr ""
+msgstr "所有åˆä½µè¡çªå‡å·²è§£æ±ºã€‚æ­¤åˆä½µè«‹æ±‚ç¾åœ¨å¯ä»¥åˆä½µã€‚"
+
+msgid "All merge request dependencies have been merged"
+msgstr "所有åˆä½µè«‹æ±‚ä¾è³´é—œä¿‚å‡å·²åˆä½µ"
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr "所有路徑都相å°æ–¼ GitLab 網å€ã€‚è«‹ä¸è¦åŒ…å«%{relative_url_link_start}相å°ç¶²å€%{relative_url_link_end}。"
msgid "All projects"
-msgstr ""
+msgstr "所有專案"
+
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr "因為這個專案已開啟 %{linkStart}Auto DevOps%{linkEnd},已啟用所有安全掃æ"
msgid "All users"
msgstr "所有使用者"
msgid "All users must have a name."
-msgstr ""
+msgstr "所有的使用者都必須具有å稱。"
msgid "Allow \"%{group_name}\" to sign you in"
-msgstr ""
+msgstr "å…許「%{group_name}ã€ä»¥æ‚¨çš„身份登入"
msgid "Allow commits from members who can merge to the target branch."
-msgstr "å…許能åˆä½µè‡³ç›®æ¨™åˆ†æ”¯çš„æˆå“¡æ交"
+msgstr "å…許具有åˆä½µåˆ°ç›®æ¨™åˆ†æ”¯æ¬Šé™çš„æˆå“¡æ交"
msgid "Allow group owners to manage LDAP-related settings"
-msgstr ""
-
-msgid "Allow mirrors to be set up for projects"
-msgstr ""
+msgstr "å…è¨±ç¾¤çµ„æ‰€æœ‰è€…ç®¡ç† LDAP 相關的設定"
msgid "Allow only the selected protocols to be used for Git access."
-msgstr ""
+msgstr "僅å…許é¸å–之用於 Git å­˜å–的通訊å”定。"
msgid "Allow projects within this group to use Git LFS"
-msgstr "å…許該群組中的專案使用 Git LFS"
+msgstr "å…許該群組內的專案使用 Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts"
-msgstr "å…許公開存å–管線和作業詳細資訊,包å«è¼¸å‡ºè¨˜éŒ„å’Œæˆå“"
+msgstr "å…許所有人存å–æµæ°´ç·šå’Œä½œæ¥­è©³ç´°è³‡è¨Šï¼ŒåŒ…括輸出日誌和產物"
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
-msgstr "å…許在 Asciidoc 檔案繪製 PlantUML 圖片。"
+msgstr "å…許在 Asciidoc 文件中繪製 PlantUML 圖。"
+
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr "å…許專案維護者設定版本庫é¡åƒç«™"
msgid "Allow requests to the local network from hooks and services."
-msgstr "å…許觸發器和æœå‹™å‘本機網路傳é€è«‹æ±‚。"
+msgstr "å…許掛鉤åŠæœå‹™å‘本機網路請求。"
msgid "Allow requests to the local network from system hooks"
-msgstr ""
+msgstr "å…許系統掛鉤å‘本機網路請求"
msgid "Allow requests to the local network from web hooks and services"
-msgstr ""
+msgstr "å…許 Webhook åŠæœå‹™å‘本機網路請求"
msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
-msgstr ""
+msgstr "åŒæ™‚å…許此金鑰推é€åˆ°ç‰ˆæœ¬åº«å—Žï¼Ÿï¼ˆé è¨­åªæœ‰æ‹‰å–權é™ï¼‰"
msgid "Allow users to register any application to use GitLab as an OAuth provider"
-msgstr ""
-
-msgid "Allow users to request access"
-msgstr "å…許使用者請求存å–權é™"
+msgstr "å…許使用者註冊任何應用程å¼ï¼Œä½¿ç”¨ GitLab 作為 OAuth æ供者"
-msgid "Allow users to request access if visibility is public or internal."
-msgstr "若為公開或內部å¯è¦‹ï¼Œå‰‡å…許使用者請求存å–權é™ã€‚"
+msgid "Allow users to request access (if visibility is public or internal)"
+msgstr "å…許使用者請求存å–(如果å¯è¦‹æ€§æ˜¯å…¬é–‹æˆ–內部)"
msgid "Allowed email domain restriction only permitted for top-level groups"
-msgstr ""
+msgstr "åªå…許頂層群組使用電å­éƒµä»¶ç¶²åŸŸé™åˆ¶"
msgid "Allowed to fail"
-msgstr ""
+msgstr "å…許失敗"
msgid "Allows you to add and manage Kubernetes clusters."
-msgstr "å…è¨±æ‚¨æ–°å¢žä¸¦ç®¡ç† Kubernetes å¢é›†ã€‚"
+msgstr "讓你能加入åŠç®¡ç† Kubernetes å¢é›†ã€‚"
+
+msgid "Almost there"
+msgstr "å³å°‡å®Œæˆ"
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
-msgstr "也被稱為「議題開啟者ã€æˆ–「信賴憑證者信任識別碼ã€"
+msgstr "也稱為「簽發者ã€æˆ–「信任憑證者信任識別碼ã€"
msgid "Also called \"Relying party service URL\" or \"Reply URL\""
-msgstr "也稱為「信賴憑證者æœå‹™ URLã€æˆ–「回覆 URLã€"
+msgstr "也稱為「信任憑證者æœå‹™ç¶²å€ã€æˆ–「回覆網å€ã€"
msgid "Alternate support URL for help page and help dropdown"
-msgstr ""
+msgstr "說明é é¢å’Œèªªæ˜Žä¸‹æ‹‰é¸å–®çš„備用支æ´ç¶²å€"
+
+msgid "Amazon EKS"
+msgstr "Amazon EKS"
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr "Amazon EKS æ•´åˆè®“您能從 GitLab ç®¡ç† EKS å¢é›†ã€‚"
+
+msgid "Amazon Web Services"
+msgstr "Amazon 網路æœå‹™"
+
+msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr "Amazon 身份驗證未%{link_start}正確設定%{link_end}。如需使用這項æœå‹™ï¼Œè«‹è¯çµ¡ GitLab 管ç†å“¡ã€‚"
msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
-msgstr "å…許使用者跳éŽå¼·åˆ¶è¨­å®šå…©æ­¥é©Ÿé©—證的時間(å°æ™‚)"
+msgstr "å…許使用者跳éŽå¼·åˆ¶è¨­å®šå…©æ­¥é©Ÿé©—證的時間(以å°æ™‚為單ä½ï¼‰"
msgid "An application called %{link_to_client} is requesting access to your GitLab account."
-msgstr "一個自稱 %{link_to_client} 的應用程å¼è«‹æ±‚您 GitLab 帳號的存å–權。"
+msgstr "æ‡‰ç”¨ç¨‹å¼ %{link_to_client} 請求存å–您的 GitLab 帳戶。"
msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator."
-msgstr "空的 GitLab 使用者欄ä½å°‡æœƒåœ¨æ‰€æœ‰è­°é¡Œèˆ‡èªªæ˜Žçš„說明欄增加 FogBugz 使用者的完整å稱 (例如:「來自 John Smithã€)。其也將與專案建立者關è¯ä¸¦ (或) 分é…這些議題以åŠç•™è¨€ã€‚"
+msgstr "空 GitLab 使用者欄ä½å°‡åœ¨æ‰€æœ‰è­°é¡ŒåŠç•™è¨€çš„æ述中加入 FogBugz 使用者的全å(例如「由 John Smithã€ï¼‰ã€‚其還會與專案建立者關è¯å’Œï¼æˆ–分é…這些議題或留言。"
msgid "An error has occurred"
-msgstr "發生了一個錯誤"
+msgstr "發生錯誤"
msgid "An error occurred adding a draft to the thread."
-msgstr ""
+msgstr "å‘話題加入è‰ç¨¿æ™‚發生錯誤。"
msgid "An error occurred adding a new draft."
-msgstr "新增è‰ç¨¿æ™‚發生錯誤。"
+msgstr "加入新è‰ç¨¿æ™‚發生錯誤。"
msgid "An error occurred creating the new branch."
-msgstr ""
+msgstr "建立新分支時發生錯誤。"
msgid "An error occurred fetching the approval rules."
-msgstr ""
+msgstr "抓å–核准è¦å‰‡æ™‚發生錯誤。"
msgid "An error occurred fetching the approvers for the new rule."
-msgstr ""
+msgstr "抓å–æ–°è¦å‰‡çš„核准者時發生錯誤。"
msgid "An error occurred fetching the dropdown data."
-msgstr ""
+msgstr "抓å–下拉資料時發生錯誤。"
msgid "An error occurred previewing the blob"
-msgstr "é è¦½ blob 檔案時發生錯誤"
+msgstr "é è¦½ blob 時發生錯誤"
msgid "An error occurred when toggling the notification subscription"
-msgstr "切æ›è¨‚閱通知時發生錯誤"
+msgstr "切æ›é€šçŸ¥è¨‚閱時發生錯誤"
msgid "An error occurred when trying to resolve a comment. Please try again."
-msgstr ""
+msgstr "嘗試解決留言時發生錯誤。請å†è©¦ä¸€æ¬¡ã€‚"
msgid "An error occurred when trying to resolve a discussion. Please try again."
-msgstr ""
+msgstr "嘗試解決討論時發生錯誤。請å†è©¦ä¸€æ¬¡ã€‚"
msgid "An error occurred when updating the issue weight"
msgstr "更新議題權é‡æ™‚發生錯誤"
-msgid "An error occurred while deleting the approvers group"
+msgid "An error occurred while checking group path"
+msgstr "檢查群組路徑時發生錯誤"
+
+msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while deleting the approvers group"
+msgstr "刪除核准者群組時發生錯誤"
+
msgid "An error occurred while deleting the comment"
msgstr "刪除留言時發生錯誤"
+msgid "An error occurred while deleting the pipeline."
+msgstr ""
+
msgid "An error occurred while detecting host keys"
msgstr "åµæ¸¬ä¸»æ©Ÿé‡‘鑰時發生錯誤"
msgid "An error occurred while disabling Service Desk."
-msgstr ""
+msgstr "åœç”¨æœå‹™å°æ™‚發生錯誤。"
msgid "An error occurred while dismissing the alert. Refresh the page and try again."
-msgstr "當關閉通知時發生錯誤。請嘗試é‡æ–°æ•´ç†é é¢ä¸¦é‡è©¦ã€‚"
+msgstr "忽略警告時發生錯誤。請é‡æ–°æ•´ç†é é¢ä¸¦å†æ¬¡å˜—試。"
msgid "An error occurred while dismissing the feature highlight. Refresh the page and try dismissing again."
-msgstr "解除çªé¡¯é¡¯ç¤ºæ™‚發生錯誤,請é‡æ–°æ•´ç†é é¢å¾Œå†æ¬¡å˜—試。"
+msgstr "忽略功能çªé¡¯æ™‚發生錯誤。請é‡æ–°æ•´ç†é é¢ä¸¦å†æ¬¡å˜—試。"
msgid "An error occurred while enabling Service Desk."
-msgstr ""
+msgstr "啟用æœå‹™å°æ™‚發生錯誤。"
msgid "An error occurred while fetching environments."
-msgstr ""
+msgstr "抓å–環境時發生錯誤。"
+
+msgid "An error occurred while fetching exposed artifacts."
+msgstr "抓å–公開產物時發生錯誤。"
msgid "An error occurred while fetching folder content."
-msgstr ""
+msgstr "抓å–資料夾內容時發生錯誤。"
msgid "An error occurred while fetching issues."
-msgstr ""
+msgstr "抓å–議題時發生錯誤。"
msgid "An error occurred while fetching label colors."
-msgstr ""
+msgstr "抓å–標籤é¡è‰²æ™‚發生錯誤。"
msgid "An error occurred while fetching markdown preview"
-msgstr "å–å¾— Markdown é è¦½çµæžœæ™‚發生錯誤"
+msgstr "æŠ“å– Markdown é è¦½æ™‚發生錯誤"
msgid "An error occurred while fetching pending comments"
-msgstr "讀å–待處ç†ç•™è¨€æ™‚發生錯誤"
+msgstr "抓å–待處ç†ç•™è¨€æ™‚發生錯誤"
msgid "An error occurred while fetching projects autocomplete."
-msgstr ""
+msgstr "抓å–專案自動完æˆæ™‚發生錯誤。"
msgid "An error occurred while fetching sidebar data"
-msgstr "讀å–å´é‚Šæ¬„資料時發生錯誤"
+msgstr "抓å–å´é‚Šæ¬„資料時發生錯誤"
msgid "An error occurred while fetching the Service Desk address."
-msgstr ""
+msgstr "抓å–æœå‹™å°ä½å€æ™‚發生錯誤。"
msgid "An error occurred while fetching the board lists. Please try again."
-msgstr ""
+msgstr "抓å–看æ¿åˆ—表時發生錯誤。請å†è©¦ä¸€æ¬¡ã€‚"
msgid "An error occurred while fetching the builds."
-msgstr ""
+msgstr "抓å–組建時發生錯誤。"
msgid "An error occurred while fetching the job log."
-msgstr "抓å–工作記錄時發生錯誤。"
+msgstr "抓å–作業日誌時發生錯誤。"
+
+msgid "An error occurred while fetching the job trace."
+msgstr ""
msgid "An error occurred while fetching the job."
-msgstr "抓å–工作時發生錯誤。"
+msgstr "抓å–作業時發生錯誤。"
msgid "An error occurred while fetching the jobs."
-msgstr "抓å–工作時發生錯誤。"
+msgstr "抓å–作業時發生錯誤。"
+
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
msgid "An error occurred while fetching the pipeline."
-msgstr "讀å–管線時發生錯誤"
+msgstr "抓å–æµæ°´ç·šæ™‚發生錯誤。"
msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
+msgstr "抓å–發行版本時發生錯誤。請é‡è©¦ã€‚"
msgid "An error occurred while fetching this tab."
-msgstr ""
+msgstr "抓å–此分é æ™‚發生錯誤。"
msgid "An error occurred while generating a username. Please try again."
+msgstr "產生使用者å稱時發生錯誤。請é‡è©¦ã€‚"
+
+msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
msgid "An error occurred while getting projects"
@@ -1419,119 +1726,125 @@ msgstr "匯入專案時發生錯誤:%{details}"
msgid "An error occurred while initializing path locks"
msgstr "åˆå§‹åŒ–路徑鎖時發生錯誤"
+msgid "An error occurred while loading all the files."
+msgstr ""
+
msgid "An error occurred while loading chart data"
-msgstr "讀å–圖表資料時發生錯誤"
+msgstr "載入圖表資料時發生錯誤"
msgid "An error occurred while loading commit signatures"
msgstr "載入æ交簽å時發生錯誤"
msgid "An error occurred while loading designs. Please try again."
-msgstr ""
+msgstr "載入設計時發生錯誤。請é‡è©¦ã€‚"
msgid "An error occurred while loading diff"
-msgstr "讀å–差異檔時發生錯誤"
+msgstr "載入差異時發生錯誤"
msgid "An error occurred while loading filenames"
-msgstr "載入檔案å稱時發生錯誤"
+msgstr "載入檔å時發生錯誤"
+
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr "載入議題時發生錯誤"
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading the data. Please try again."
+msgstr "載入資料時發生錯誤。請é‡è©¦ã€‚"
msgid "An error occurred while loading the file"
-msgstr "讀å–檔案時發生錯誤"
+msgstr "載入檔案時發生錯誤"
-msgid "An error occurred while loading the subscription details."
+msgid "An error occurred while loading the file content."
+msgstr ""
+
+msgid "An error occurred while loading the file."
+msgstr ""
+
+msgid "An error occurred while loading the merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
msgstr ""
+msgid "An error occurred while loading the subscription details."
+msgstr "載入訂閱詳細資訊時發生錯誤。"
+
msgid "An error occurred while making the request."
-msgstr "建立請求時發生錯誤"
+msgstr "建立請求時發生錯誤。"
msgid "An error occurred while moving the issue."
-msgstr ""
+msgstr "移動議題時發生錯誤。"
msgid "An error occurred while parsing recent searches"
-msgstr ""
+msgstr "解æžæœ€è¿‘æœå°‹æ™‚發生錯誤"
msgid "An error occurred while removing epics."
-msgstr "刪除å²è©©æ™‚發生錯誤。"
+msgstr "移除å²è©©æ™‚發生錯誤。"
msgid "An error occurred while removing issues."
-msgstr ""
+msgstr "移除議題時發生錯誤。"
msgid "An error occurred while rendering preview broadcast message"
-msgstr "在繪製é è¦½å»£æ’­è¨Šæ¯æ™‚發生錯誤"
+msgstr "繪製廣播訊æ¯æ™‚發生錯誤"
msgid "An error occurred while reordering issues."
-msgstr ""
+msgstr "é‡æ–°æŽ’åºè­°é¡Œæ™‚發生錯誤。"
msgid "An error occurred while retrieving calendar activity"
-msgstr "讀å–行事曆活動時發生錯誤"
+msgstr "抓å–日曆活動時發生錯誤"
msgid "An error occurred while retrieving diff"
-msgstr "接收差異檔時發生錯誤"
+msgstr "å–得差異時發生錯誤"
msgid "An error occurred while saving LDAP override status. Please try again."
msgstr "儲存 LDAP 覆蓋狀態時發生錯誤,請é‡è©¦ã€‚"
msgid "An error occurred while saving assignees"
-msgstr "儲存被指派人時發生錯誤"
+msgstr "儲存å—託人時發生錯誤。"
msgid "An error occurred while saving the approval settings"
-msgstr ""
+msgstr "儲存核准設定時發生錯誤"
+
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr "儲存範本時發生錯誤。請檢查範本是å¦å­˜åœ¨ã€‚"
msgid "An error occurred while subscribing to notifications."
msgstr "訂閱通知時發生錯誤。"
msgid "An error occurred while triggering the job."
-msgstr ""
+msgstr "觸發作業時發生錯誤。"
msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr ""
+msgstr "嘗試執行此åˆä½µè«‹æ±‚çš„æ–°æµæ°´ç·šæ™‚發生錯誤。"
msgid "An error occurred while unsubscribing to notifications."
-msgstr "當å–消訂閱通知時發生錯誤"
+msgstr "å–消訂閱通知時發生錯誤。"
msgid "An error occurred while updating approvers"
-msgstr ""
+msgstr "更新核准者時發生錯誤"
msgid "An error occurred while updating the comment"
msgstr "更新留言時發生錯誤"
+msgid "An error occurred while validating group path"
+msgstr "驗證群組路徑時發生錯誤"
+
msgid "An error occurred while validating username"
msgstr "驗證使用者å稱時發生錯誤"
-msgid "An error occurred while committing your changes."
-msgstr ""
-
-msgid "An error occurred while fetching the job trace."
-msgstr ""
-
-msgid "An error occurred while fetching the latest pipeline."
-msgstr ""
-
-msgid "An error occurred while getting files for - %{branchId}"
-msgstr ""
-
-msgid "An error occurred while loading all the files."
-msgstr ""
-
-msgid "An error occurred while loading the file content."
-msgstr ""
-
-msgid "An error occurred while loading the file."
-msgstr ""
-
-msgid "An error occurred while loading the merge request changes."
-msgstr ""
-
-msgid "An error occurred while loading the merge request version data."
-msgstr ""
-
-msgid "An error occurred while loading the merge request."
-msgstr ""
-
-msgid "An error occurred while loading the pipelines jobs."
-msgstr ""
-
msgid "An error occurred. Please try again."
-msgstr "發生錯誤,請å†è©¦ä¸€æ¬¡ã€‚"
+msgstr ""
msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
msgstr ""
@@ -1552,40 +1865,55 @@ msgid "An unexpected error occurred while stopping the Web Terminal."
msgstr ""
msgid "Analytics"
-msgstr "分æž"
+msgstr ""
-msgid "Analytics|Timeframe"
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities"
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities"
msgstr ""
msgid "Ancestors"
msgstr ""
msgid "Anonymous"
-msgstr "匿å"
+msgstr ""
msgid "Anti-spam verification"
-msgstr "防廣告驗證"
+msgstr ""
msgid "Any"
msgstr "任何"
msgid "Any Label"
-msgstr "ä»»æ„標籤"
+msgstr ""
msgid "Any Milestone"
msgstr ""
+msgid "Any eligible user"
+msgstr ""
+
msgid "Any encrypted tokens"
msgstr ""
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
msgid "Any namespace"
msgstr ""
msgid "Any user"
msgstr ""
+msgid "App ID"
+msgstr ""
+
msgid "Appearance"
-msgstr "外觀"
+msgstr ""
msgid "Appearance was successfully created."
msgstr ""
@@ -1593,17 +1921,17 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
-msgid "Append the comment with %{TABLEFLIP}"
+msgid "Append the comment with %{shrug}"
msgstr ""
-msgid "Append the comment with %{shrug}"
+msgid "Append the comment with %{tableflip}"
msgstr ""
msgid "Application"
-msgstr "應用程å¼"
+msgstr ""
msgid "Application ID"
-msgstr "æ‡‰ç”¨ç¨‹å¼ ID"
+msgstr ""
msgid "Application settings saved successfully"
msgstr ""
@@ -1618,20 +1946,32 @@ msgid "Application was successfully updated."
msgstr ""
msgid "Application: %{name}"
-msgstr "應用程å¼ï¼š%{name}"
+msgstr ""
msgid "Applications"
-msgstr "應用程å¼"
+msgstr ""
msgid "Applied"
msgstr ""
+msgid "Apply"
+msgstr ""
+
msgid "Apply a label"
msgstr ""
+msgid "Apply a template"
+msgstr ""
+
msgid "Apply suggestion"
msgstr ""
+msgid "Apply template"
+msgstr ""
+
+msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost."
+msgstr ""
+
msgid "Applying command"
msgstr ""
@@ -1644,6 +1984,9 @@ msgstr ""
msgid "Applying suggestion"
msgstr ""
+msgid "Approval rules"
+msgstr ""
+
msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
@@ -1663,9 +2006,6 @@ msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
msgstr[0] ""
-msgid "ApprovalRule|All members with Developer role or higher and code owners (if any)"
-msgstr ""
-
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -1696,11 +2036,14 @@ msgstr ""
msgid "Approved the current merge request."
msgstr ""
+msgid "Approver"
+msgstr ""
+
msgid "Apr"
-msgstr "四月"
+msgstr "4月"
msgid "April"
-msgstr "四月"
+msgstr ""
msgid "Archive jobs"
msgstr ""
@@ -1708,16 +2051,19 @@ msgstr ""
msgid "Archive project"
msgstr ""
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read-only"
-msgstr "這是個已經å°å­˜çš„專案ï¼å…¶ç‰ˆæœ¬åº«èˆ‡å…¶å…¶ä»–專案資æºç‚ºå”¯è®€ç‹€æ…‹ã€‚"
+msgstr ""
msgid "Archived projects"
-msgstr "å·²å°å­˜çš„專案"
+msgstr ""
-msgid "Archiving the project will make it entirely read-only. It is hidden from the dashboard and doesn't show up in searches. <strong>The repository cannot be committed to, and no issues, comments or other entities can be created.</strong>"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
msgstr ""
-msgid "Are you sure"
+msgid "Are you setting up GitLab for a company?"
msgstr ""
msgid "Are you sure that you want to archive this project?"
@@ -1748,40 +2094,46 @@ msgid "Are you sure you want to delete this list?"
msgstr ""
msgid "Are you sure you want to delete this pipeline schedule?"
-msgstr "確定è¦åˆªé™¤æ­¤æŽ’程管線嗎?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
msgid "Are you sure you want to erase this build?"
-msgstr "你確定è¦åˆªé™¤é€™å€‹ç‰ˆæœ¬å—Žï¼Ÿ"
+msgstr ""
msgid "Are you sure you want to lose unsaved changes?"
-msgstr "您確定è¦æ”¾æ£„未儲存的變更嗎?"
+msgstr ""
msgid "Are you sure you want to lose your issue information?"
msgstr ""
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
msgid "Are you sure you want to permanently delete this license?"
msgstr ""
msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again."
-msgstr "確èªé‡æ–°ç”¢ç”Ÿå…¬é‘°ï¼Ÿæ‚¨å°‡éœ€è¦åœ¨é‡æ–°é‹ä½œé¡åƒå‰ï¼Œæ›´æ–°é ç«¯ä¼ºæœå™¨ä¸Šçš„公鑰。"
+msgstr ""
msgid "Are you sure you want to remove %{group_name}?"
-msgstr "確定移除 %{group_name}?"
+msgstr ""
msgid "Are you sure you want to remove the attachment?"
msgstr ""
msgid "Are you sure you want to remove this identity?"
-msgstr "您確定è¦åˆªé™¤æ­¤èº«ä»½å—Ž?"
+msgstr ""
msgid "Are you sure you want to reset registration token?"
-msgstr "確定è¦é‡è¨­è¨»å†Šæ†‘證嗎?"
+msgstr ""
msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
msgstr ""
msgid "Are you sure you want to reset the health check token?"
-msgstr "確定è¦é‡è¨­å¥åº·æª¢æŸ¥å­˜å–憑證嗎?"
+msgstr ""
msgid "Are you sure you want to revoke this %{type} Token? This action cannot be undone."
msgstr ""
@@ -1790,16 +2142,16 @@ msgid "Are you sure you want to revoke this nickname?"
msgstr ""
msgid "Are you sure you want to stop this environment?"
-msgstr "確定è¦åœæ­¢æ­¤ç’°å¢ƒå—Žï¼Ÿ"
+msgstr ""
msgid "Are you sure you want to unlock %{path_lock_path}?"
-msgstr "你確定è¦è§£éŽ– %{path_lock_path}?"
+msgstr ""
msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
msgstr ""
msgid "Are you sure?"
-msgstr "確定?"
+msgstr ""
msgid "Are you sure? All commits that were signed with this GPG key will be unverified."
msgstr ""
@@ -1807,11 +2159,20 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
+msgid "Are you sure? The device will be signed out of GitLab."
+msgstr ""
+
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr ""
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
msgid "Artifact ID"
-msgstr "æˆå“ ID"
+msgstr ""
msgid "Artifact could not be deleted."
msgstr ""
@@ -1820,7 +2181,7 @@ msgid "Artifact was successfully deleted."
msgstr ""
msgid "Artifacts"
-msgstr "æˆå“"
+msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
@@ -1838,37 +2199,40 @@ msgid "AsanaService|User Personal Access Token. User must have access to task, a
msgstr ""
msgid "Ascending"
-msgstr "é †åº"
+msgstr ""
msgid "Ask your group maintainer to set up a group Runner."
-msgstr "è©¢å•æ‚¨çš„群組維護者以安è£ç¾¤çµ„執行器。"
+msgstr ""
msgid "Assertion consumer service URL"
-msgstr "Assertion 客戶æœå‹™é€£çµ"
+msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
msgid "Assign custom color like #FF0000"
-msgstr "指定自訂é¡è‰²ï¼Œä¾‹å¦‚ #FF0000"
+msgstr ""
msgid "Assign epic"
msgstr ""
msgid "Assign labels"
-msgstr "指派標籤"
+msgstr ""
msgid "Assign milestone"
-msgstr "指派里程碑"
+msgstr ""
msgid "Assign some issues to this milestone."
-msgstr "分é…一些議題到這個里程碑。"
+msgstr ""
msgid "Assign to"
-msgstr "指派å°è±¡"
+msgstr ""
msgid "Assign yourself to these issues"
msgstr ""
@@ -1880,26 +2244,26 @@ msgid "Assigned %{assignee_users_sentence}."
msgstr ""
msgid "Assigned Issues"
-msgstr "已指派的議題"
+msgstr ""
msgid "Assigned Merge Requests"
-msgstr "已指派的åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Assigned to me"
-msgstr "指派給我"
+msgstr ""
msgid "Assignee"
msgid_plural "%d Assignees"
msgstr[0] ""
msgid "Assignee lists not available with your current license"
-msgstr "被指派人åå–®ä¸æ”¯æ´æ‚¨ç›®å‰çš„授權"
+msgstr ""
msgid "Assignee lists show all issues assigned to the selected user."
-msgstr "指派列表顯示了分é…給é¸å®šä½¿ç”¨è€…的所有議題"
+msgstr ""
msgid "Assignee(s)"
-msgstr "指派人"
+msgstr ""
msgid "Assigns %{assignee_users_sentence}."
msgstr ""
@@ -1907,11 +2271,14 @@ msgstr ""
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
msgid "Attach a file"
msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
-msgstr "拖放檔案或者使用 %{upload_link} 連çµé™„加檔案"
+msgstr ""
msgid "Attaching a file"
msgid_plural "Attaching %d files"
@@ -1921,16 +2288,28 @@ msgid "Attaching the file failed."
msgstr ""
msgid "Audit Events"
-msgstr "審計活動"
+msgstr ""
msgid "Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
+msgid "AuditEvents|(removed)"
+msgstr ""
+
+msgid "AuditEvents|Action"
+msgstr ""
+
+msgid "AuditEvents|At"
+msgstr ""
+
+msgid "AuditEvents|Target"
+msgstr ""
+
msgid "Aug"
-msgstr "八月"
+msgstr "8月"
msgid "August"
-msgstr "八月"
+msgstr ""
msgid "Authenticate"
msgstr ""
@@ -1938,17 +2317,20 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticating"
+msgstr ""
+
msgid "Authentication Log"
-msgstr "驗證紀錄"
+msgstr ""
msgid "Authentication failed: %{error_message}"
msgstr ""
msgid "Authentication log"
-msgstr "èªè­‰è¨˜éŒ„"
+msgstr ""
msgid "Authentication method"
-msgstr "èªè­‰æ–¹æ³•"
+msgstr ""
msgid "Authentication method updated"
msgstr ""
@@ -1957,67 +2339,76 @@ msgid "Authentication via U2F device failed."
msgstr ""
msgid "Author"
-msgstr "作者"
+msgstr ""
msgid "Authorization code:"
-msgstr "授權碼:"
+msgstr ""
msgid "Authorization key"
msgstr ""
msgid "Authorization was granted by entering your username and password in the application."
-msgstr "é€éŽåœ¨æ‡‰ç”¨ç¨‹å¼ä¸­è¼¸å…¥æ‚¨çš„使用者帳號與密碼,以給予授權權é™ã€‚"
+msgstr ""
msgid "Authorize"
-msgstr "授權"
+msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
-msgstr "授權 %{link_to_client} 使用您的帳號?"
+msgstr ""
msgid "Authorized %{new_chat_name}"
msgstr ""
msgid "Authorized At"
-msgstr "授權於"
+msgstr ""
msgid "Authorized applications (%{size})"
-msgstr "æŽˆæ¬Šçš„æ‡‰ç”¨ç¨‹å¼ (%{size})"
+msgstr ""
msgid "Authors: %{authors}"
-msgstr "作者:%{authors}"
+msgstr ""
msgid "Auto DevOps"
-msgstr "自動 DevOps"
+msgstr ""
msgid "Auto DevOps enabled"
-msgstr "啟動自動 DevOps"
+msgstr ""
msgid "Auto DevOps, runners and job artifacts"
-msgstr "自動 DevOpsã€åŸ·è¡Œå™¨èˆ‡å·¥ä½œç”¢å‡ºç‰©"
+msgstr ""
msgid "Auto License Compliance"
msgstr ""
+msgid "Auto stop successfully canceled."
+msgstr ""
+
msgid "Auto-cancel redundant, pending pipelines"
-msgstr "自動å–消多餘ã€å¾…處ç†çš„管線"
+msgstr ""
+
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
msgid "AutoDevOps|Auto DevOps"
-msgstr "自動 DevOps"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
msgid "AutoDevOps|Auto DevOps documentation"
-msgstr "「自動 DevOpsã€èªªæ˜Žæ–‡ä»¶"
+msgstr ""
msgid "AutoDevOps|Enable in settings"
-msgstr "在設定中啟用"
+msgstr ""
msgid "AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration."
-msgstr "將根據é å…ˆè¨­å®šçš„ CI / CD 組態檔案來自動編譯ã€æ¸¬è©¦ä»¥åŠä½ˆç½²æ‚¨çš„應用程å¼ã€‚"
+msgstr ""
msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
-msgstr "在 %{link_to_documentation} 了解更多"
+msgstr ""
msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}"
-msgstr "自動 DevOps 管線已經啟用,且會在沒有替代 CI 組態檔案å¯ç”¨çš„情æ³ä¸‹ä½¿ç”¨ã€‚%{more_information_link}"
+msgstr ""
msgid "Autocomplete"
msgstr ""
@@ -2038,7 +2429,7 @@ msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
msgid "Automatically marked as default internal user"
-msgstr "自動標記為é è¨­æœ¬æ©Ÿä½¿ç”¨è€…"
+msgstr ""
msgid "Automatically resolved"
msgstr ""
@@ -2050,7 +2441,7 @@ msgid "Autosave|Note"
msgstr ""
msgid "Available"
-msgstr "å¯ä½¿ç”¨çš„"
+msgstr ""
msgid "Available group Runners: %{runners}"
msgstr ""
@@ -2062,103 +2453,106 @@ msgid "Available specific runners"
msgstr ""
msgid "Avatar for %{assigneeName}"
-msgstr "%{assigneeName} çš„é ­åƒ"
+msgstr ""
msgid "Avatar for %{name}"
msgstr ""
msgid "Avatar will be removed. Are you sure?"
-msgstr "將移除大頭貼。確定?"
+msgstr ""
msgid "Average per day: %{average}"
-msgstr "å¹³å‡æ¯å¤©ï¼š%{average}"
+msgstr ""
msgid "Background Color"
-msgstr "背景é¡è‰²"
+msgstr ""
msgid "Background Jobs"
-msgstr "背景作業"
+msgstr ""
msgid "Background color"
-msgstr "背景é¡è‰²"
+msgstr ""
msgid "Badges"
-msgstr "徽章"
+msgstr ""
msgid "Badges|A new badge was added."
-msgstr "新增了新的徽章"
+msgstr ""
msgid "Badges|Add badge"
-msgstr "新增徽章"
+msgstr ""
msgid "Badges|Adding the badge failed, please check the entered URLs and try again."
-msgstr "新增徽章失敗,請確èªè¼¸å…¥çš„網å€ï¼Œå†è©¦ä¸€æ¬¡ã€‚"
+msgstr ""
msgid "Badges|Badge image URL"
-msgstr "徽章圖片網å€"
+msgstr ""
msgid "Badges|Badge image preview"
-msgstr "徽章圖片é è¦½"
+msgstr ""
msgid "Badges|Delete badge"
-msgstr "刪除徽章"
+msgstr ""
msgid "Badges|Delete badge?"
-msgstr "你確定è¦åˆªé™¤å¾½ç« å—Žï¼Ÿ"
+msgstr ""
msgid "Badges|Deleting the badge failed, please try again."
-msgstr "刪除徽章失敗,請ç¨å€™é‡è©¦"
+msgstr ""
msgid "Badges|Group Badge"
-msgstr "群組徽章"
+msgstr ""
msgid "Badges|Link"
-msgstr "連çµ"
+msgstr ""
+
+msgid "Badges|Name"
+msgstr ""
msgid "Badges|No badge image"
-msgstr "沒有徽章圖片"
+msgstr ""
msgid "Badges|No image to preview"
-msgstr "沒有圖片å¯ä»¥é è¦½"
+msgstr ""
msgid "Badges|Please fill in a valid URL"
-msgstr "請填寫有效 URL"
+msgstr ""
msgid "Badges|Project Badge"
-msgstr "專案徽章"
+msgstr ""
msgid "Badges|Reload badge image"
-msgstr "é‡æ–°è®€å–徽章圖片"
+msgstr ""
msgid "Badges|Save changes"
-msgstr "儲存變更"
+msgstr ""
msgid "Badges|Saving the badge failed, please check the entered URLs and try again."
-msgstr "儲存徽章失敗,請檢查輸入的連çµä¸¦é‡è©¦ã€‚"
+msgstr ""
msgid "Badges|The %{docsLinkStart}variables%{docsLinkEnd} GitLab supports: %{placeholders}"
-msgstr "%{docsLinkStart} 變數%{docsLinkEnd} GitLab 支æ´ï¼š%{placeholders}"
+msgstr ""
msgid "Badges|The badge was deleted."
-msgstr "此徽章已移除"
+msgstr ""
msgid "Badges|The badge was saved."
-msgstr "此徽章已儲存。"
+msgstr ""
msgid "Badges|This group has no badges"
-msgstr "此群組無徽章。"
+msgstr ""
msgid "Badges|This project has no badges"
-msgstr "此專案無徽章"
+msgstr ""
msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "您打算刪除此徵章。刪除的徵章將<strong>ä¸èƒ½</strong>復原。"
+msgstr ""
msgid "Badges|Your badges"
-msgstr "您的徽章"
+msgstr ""
msgid "Badges|e.g. %{exampleUrl}"
-msgstr "例如 %{exampleUrl}"
+msgstr ""
msgid "Badge|New"
msgstr ""
@@ -2184,14 +2578,17 @@ msgstr ""
msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
msgstr ""
+msgid "Batch operations"
+msgstr ""
+
msgid "BatchComments|Delete all pending comments"
-msgstr "刪除所有待處ç†çš„留言"
+msgstr ""
msgid "BatchComments|Discard review?"
-msgstr "放棄檢閱?"
+msgstr ""
msgid "BatchComments|You're about to discard your review which will delete all of your pending comments. The deleted comments %{strong_start}cannot%{strong_end} be restored."
-msgstr "ä½ å³å°‡æ”¾æ£„你的檢閱,這將刪除所有待處ç†çš„留言。刪除的留言 %{strong_start} ä¸èƒ½ %{strong_end} 復原。"
+msgstr ""
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -2200,94 +2597,88 @@ msgid "Be careful. Renaming a project's repository can have unintended side effe
msgstr ""
msgid "Begin with the selected commit"
-msgstr "從é¸å®šçš„æ交記錄開始"
+msgstr ""
msgid "Below are examples of regex for existing tools:"
-msgstr "以下是ç¾æœ‰å·¥å…·çš„æ­£è¦è¡¨ç¤ºå¼ç¯„例:"
+msgstr ""
+
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
msgid "Below you will find all the groups that are public."
-msgstr "您將會在底下找到所有公開的群組。"
+msgstr ""
msgid "Billing"
-msgstr "方案"
-
-msgid "BillingPlans|%{group_name} is currently using the %{plan_link} plan."
msgstr ""
-msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
msgstr ""
-msgid "BillingPlans|Current plan"
-msgstr "ç›®å‰æ–¹æ¡ˆ"
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr ""
-msgid "BillingPlans|Downgrade"
-msgstr "é™ç´š"
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
-msgstr "閱讀我們的 %{faq_link} 連çµï¼Œä¾†å¾—知關於æ¯å€‹æ–¹æ¡ˆçš„資訊,或是開始 30 天å…費的 GitLab.com Gold 試用版。"
+msgstr ""
msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
msgstr ""
msgid "BillingPlans|Manage plan"
-msgstr "管ç†æ–¹æ¡ˆ"
+msgstr ""
msgid "BillingPlans|Pricing page"
msgstr ""
msgid "BillingPlans|See all %{plan_name} features"
-msgstr "檢視更多 %{plan_name} 功能"
+msgstr ""
msgid "BillingPlans|This group uses the plan associated with its parent group."
-msgstr "此群組使用和上層群組相關的方案。"
+msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
-msgstr "è‹¥è¦ç®¡ç†é€™å€‹ç¾¤çµ„的方案,請ç€è¦½ %{parent_billing_page_link} 的方案部分。"
-
-msgid "BillingPlans|Upgrade"
-msgstr "å‡ç´š"
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. %{learn_more_text}"
-msgstr "您的 GitLab.com 試用版已經於 %{expiration_date} éŽæœŸã€‚%{learn_more_text}"
+msgid "BillingPlans|Your GitLab.com %{plan} trial will <strong>expire after %{expiration_date}</strong>. You can retain access to the %{plan} features by upgrading below."
+msgstr ""
-msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
+msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr ""
-msgid "BillingPlans|features"
-msgstr "功能"
+msgid "BillingPlans|billed annually at %{price_per_year}"
+msgstr ""
msgid "BillingPlans|frequently asked questions"
-msgstr "常見å•é¡Œ"
+msgstr ""
msgid "BillingPlans|monthly"
-msgstr "æ¯å€‹æœˆ"
-
-msgid "BillingPlans|paid annually at %{price_per_year}"
-msgstr "æ¯å¹´æ”¶å– %{price_per_year}"
+msgstr ""
msgid "BillingPlans|per user"
-msgstr "æ¯ä½ä½¿ç”¨è€…"
+msgstr ""
-msgid "BillingPlan|Upgrade plan"
+msgid "BillingPlan|Upgrade"
msgstr ""
msgid "Bitbucket Server Import"
-msgstr "匯入 BitBucket 伺æœå™¨"
+msgstr ""
msgid "Bitbucket import"
-msgstr "匯入 Bitbucket"
-
-msgid "Block"
msgstr ""
msgid "Blocked"
msgstr ""
+msgid "Blocks"
+msgstr ""
+
msgid "Blog"
-msgstr "部è½æ ¼"
+msgstr ""
msgid "Blue helpers indicate an action to be taken."
msgstr ""
@@ -2314,7 +2705,7 @@ msgid "BoardBlankState|Starting out with the default set of lists will get you r
msgstr ""
msgid "Boards"
-msgstr "看æ¿"
+msgstr ""
msgid "Boards|Collapse"
msgstr ""
@@ -2332,151 +2723,154 @@ msgid "Branch"
msgstr ""
msgid "Branch %{branchName} was not found in this project's repository."
-msgstr "在這個專案的版本庫中找ä¸åˆ° %{branchName} 分支。"
+msgstr ""
msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "已建立分支 <strong>%{branch_name}</strong>。如需設定自動佈署,請在é¸æ“‡ GitLab CI Yaml 模æ¿å¾Œæ交您的變更。å¯åƒé–±ï¼š%{link_to_autodeploy_doc}"
+msgstr ""
msgid "Branch has changed"
-msgstr "分支已變更"
+msgstr ""
msgid "Branch is already taken"
-msgstr "å·²é¸æ“‡æ­¤åˆ†æ”¯ã€‚"
+msgstr ""
msgid "Branch name"
-msgstr "分支å稱"
+msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
+msgid "Branch prefix"
+msgstr ""
+
msgid "BranchSwitcherPlaceholder|Search branches"
-msgstr "æœå°‹åˆ†æ”¯"
+msgstr ""
msgid "BranchSwitcherTitle|Switch branch"
-msgstr "切æ›åˆ†æ”¯"
+msgstr ""
msgid "Branches"
-msgstr "分支"
+msgstr ""
msgid "Branches|Active"
-msgstr "æ´»èºçš„"
+msgstr ""
msgid "Branches|Active branches"
-msgstr "æ´»èºçš„分支"
+msgstr ""
msgid "Branches|All"
-msgstr "全部"
+msgstr ""
msgid "Branches|Cant find HEAD commit for this branch"
-msgstr "找ä¸åˆ°æ­¤åˆ†æ”¯çš„ HEAD æ交。"
+msgstr ""
msgid "Branches|Compare"
-msgstr "比較"
+msgstr ""
msgid "Branches|Delete all branches that are merged into '%{default_branch}'"
-msgstr "刪除所有已經åˆä½µåˆ°ã€Œ%{default_branch}ã€åˆ†æ”¯çš„分支。"
+msgstr ""
msgid "Branches|Delete branch"
-msgstr "刪除分支"
+msgstr ""
msgid "Branches|Delete merged branches"
-msgstr "刪除已åˆä½µåˆ†æ”¯"
+msgstr ""
msgid "Branches|Delete protected branch"
-msgstr "刪除å—ä¿è­·åˆ†æ”¯"
+msgstr ""
msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "確定刪除å—ä¿è­·åˆ†æ”¯ %{branch_name}?"
+msgstr ""
msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "移除 %{branch_name} 將無法復原分支,確定嗎?"
+msgstr ""
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
-msgstr "刪除已åˆä½µçš„分支之後將無法å悔。確定嗎?"
+msgstr ""
msgid "Branches|Filter by branch name"
-msgstr "僅篩é¸åˆ†æ”¯å稱"
+msgstr ""
msgid "Branches|Merged into %{default_branch}"
-msgstr "å·²åˆä½µè‡³ %{default_branch}"
+msgstr ""
msgid "Branches|New branch"
-msgstr "新增分支"
+msgstr ""
msgid "Branches|No branches to show"
-msgstr "未找到分支"
+msgstr ""
msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "一旦你確èªä¸¦æŒ‰ä¸‹ %{delete_protected_branch} 之後,此動作將無法復原。"
+msgstr ""
msgid "Branches|Only a project maintainer or owner can delete a protected branch"
-msgstr "åªæœ‰å°ˆæ¡ˆç¶­è­·è€…或所有者å¯ä»¥ç§»é™¤å—ä¿è­·çš„分支。"
+msgstr ""
msgid "Branches|Overview"
-msgstr "概覽"
+msgstr ""
msgid "Branches|Protected branches can be managed in %{project_settings_link}."
-msgstr "å—ä¿è­·çš„分支å¯ä»¥åœ¨ %{project_settings_link} 進行管ç†ã€‚"
+msgstr ""
msgid "Branches|Show active branches"
-msgstr "顯示活èºçš„分支"
+msgstr ""
msgid "Branches|Show all branches"
-msgstr "顯示所有分支"
+msgstr ""
msgid "Branches|Show more active branches"
-msgstr "顯示更多活èºçš„分支"
+msgstr ""
msgid "Branches|Show more stale branches"
-msgstr "顯示更多éŽæ™‚分支"
+msgstr ""
msgid "Branches|Show overview of the branches"
-msgstr "顯示分支概覽"
+msgstr ""
msgid "Branches|Show stale branches"
-msgstr "顯示éŽæ™‚分支"
+msgstr ""
msgid "Branches|Sort by"
-msgstr "排åºä¾"
+msgstr ""
msgid "Branches|Stale"
-msgstr "éŽæ™‚"
+msgstr ""
msgid "Branches|Stale branches"
-msgstr "éŽæ™‚分支"
+msgstr ""
msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
-msgstr "分支無法自動更新,因為與上游分支存在差異。"
+msgstr ""
msgid "Branches|The default branch cannot be deleted"
-msgstr "無法刪除é è¨­åˆ†æ”¯"
+msgstr ""
msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "這個分支尚未åˆä½µåˆ° %{default_branch}。"
+msgstr ""
msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "為é¿å…資料éºå¤±ï¼Œè«‹è€ƒæ…®å…ˆåˆä½µè©²åˆ†æ”¯å¾Œå†åˆªé™¤ã€‚"
+msgstr ""
msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "請輸入 %{branch_name_confirmation} 確èªå‹•ä½œï¼š"
+msgstr ""
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
-msgstr "è‹¥è¦æ”¾æ£„本機變更並使用上游版本覆寫這個分支,請先從這裡刪除å†æŒ‰ä¸‹ä¸Šæ–¹çš„「立刻更新ã€ã€‚"
+msgstr ""
msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "你正打算永久刪除å—ä¿è­·çš„ %{branch_name} 分支。"
+msgstr ""
msgid "Branches|diverged from upstream"
-msgstr "與上游存在差異"
+msgstr ""
msgid "Branches|merged"
-msgstr "å·²åˆä½µ"
+msgstr ""
msgid "Branches|project settings"
-msgstr "專案設定"
+msgstr ""
msgid "Branches|protected"
-msgstr "å—ä¿è­·"
+msgstr ""
msgid "Broadcast Message was successfully created."
msgstr ""
@@ -2485,43 +2879,43 @@ msgid "Broadcast Message was successfully updated."
msgstr ""
msgid "Browse Directory"
-msgstr "ç€è¦½è³‡æ–™å¤¾"
+msgstr ""
msgid "Browse File"
-msgstr "ç€è¦½æª”案"
+msgstr ""
msgid "Browse Files"
-msgstr "ç€è¦½æª”案"
+msgstr ""
msgid "Browse artifacts"
msgstr ""
msgid "Browse files"
-msgstr "ç€è¦½æª”案"
+msgstr ""
-msgid "Built-in"
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr ""
-msgid "BurndownChartLabel|Guideline"
+msgid "BuildArtifacts|Loading artifacts"
msgstr ""
-msgid "BurndownChartLabel|Open issue weight"
+msgid "Built-in"
msgstr ""
-msgid "BurndownChartLabel|Open issues"
+msgid "Burndown chart"
msgstr ""
-msgid "BurndownChartLabel|Progress"
+msgid "BurndownChartLabel|Open issue weight"
msgstr ""
-msgid "BurndownChartLabel|Remaining"
+msgid "BurndownChartLabel|Open issues"
msgstr ""
msgid "Business"
msgstr ""
msgid "Business metrics (Custom)"
-msgstr "ä¼æ¥­æŒ‡æ¨™ï¼ˆè‡ªè¨‚)"
+msgstr ""
msgid "Buy EE"
msgstr ""
@@ -2545,13 +2939,13 @@ msgid "CHANGELOG"
msgstr ""
msgid "CI / CD"
-msgstr "CI / CD"
+msgstr ""
msgid "CI / CD Charts"
msgstr ""
msgid "CI / CD Settings"
-msgstr "CI / CD 設定"
+msgstr ""
msgid "CI Lint"
msgstr ""
@@ -2560,52 +2954,46 @@ msgid "CI variables"
msgstr ""
msgid "CI will run using the credentials assigned above."
-msgstr "CI 將會使用底下指定的憑證執行。"
+msgstr ""
msgid "CI/CD"
-msgstr "CI / CD"
+msgstr ""
msgid "CI/CD configuration"
-msgstr "CI / CD 設定"
+msgstr ""
msgid "CI/CD for external repo"
-msgstr "外部版本庫的 CI / CD"
+msgstr ""
msgid "CI/CD settings"
-msgstr "CI / CD 設定"
+msgstr ""
msgid "CICD|Auto DevOps"
-msgstr "自動 DevOps"
-
-msgid "CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration."
-msgstr "自動 DevOps 將會自動編譯ã€æ¸¬è©¦ã€ä¸¦åœ¨åŸºæ–¼é ç·¨è­¯ã€Œä¸é–“æ–·æ•´åˆã€å’Œã€Œå‚³éžã€è¨­å®šçš„環境佈署您的應用程å¼"
+msgstr ""
msgid "CICD|Automatic deployment to staging, manual deployment to production"
-msgstr "自動佈署到暫時環境,手動佈署到生產環境"
+msgstr ""
msgid "CICD|Continuous deployment to production"
-msgstr "æŒçºŒä½ˆç½²åˆ°æ­£å¼ç’°å¢ƒ"
+msgstr ""
msgid "CICD|Continuous deployment to production using timed incremental rollout"
-msgstr "使用定時增é‡ä½ˆç½²ï¼ŒæŒçºŒä½ˆç½²åˆ°æ­£å¼ç’°å¢ƒ"
+msgstr ""
msgid "CICD|Default to Auto DevOps pipeline"
-msgstr "é è¨­ä½¿ç”¨è‡ªå‹• DevOps 管線"
+msgstr ""
msgid "CICD|Default to Auto DevOps pipeline for all projects"
msgstr ""
msgid "CICD|Deployment strategy"
-msgstr "佈署策略"
+msgstr ""
msgid "CICD|Jobs"
-msgstr "作業"
-
-msgid "CICD|Learn more about Auto DevOps"
-msgstr "學習更多關於 Auto DevOps 的相關訊æ¯"
+msgstr ""
msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
-msgstr "自動 DevOps 管線將會在沒有替代 CI 組態檔案的情æ³ä¸‹åŸ·è¡Œã€‚"
+msgstr ""
msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
msgstr ""
@@ -2617,7 +3005,7 @@ msgid "CICD|group enabled"
msgstr ""
msgid "CICD|instance enabled"
-msgstr "已啟用實例"
+msgstr ""
msgid "CLOSED"
msgstr ""
@@ -2628,14 +3016,20 @@ msgstr ""
msgid "CONTRIBUTING"
msgstr ""
+msgid "CPU"
+msgstr "CPU"
+
msgid "Callback URL"
-msgstr "回呼 URL"
+msgstr ""
+
+msgid "Can be manually deployed to"
+msgstr ""
msgid "Can override approvers and approvals required per merge request"
msgstr ""
msgid "Can't find HEAD commit for this branch"
-msgstr "找ä¸åˆ°æ­¤åˆ†æ”¯çš„ HEAD 變更。"
+msgstr ""
msgid "Can't find variable: ZiteReader"
msgstr ""
@@ -2646,23 +3040,29 @@ msgstr ""
msgid "Can't scan the code?"
msgstr ""
+msgid "Canary"
+msgstr ""
+
msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
msgstr ""
msgid "Cancel"
-msgstr "å–消"
+msgstr ""
msgid "Cancel running"
msgstr ""
msgid "Cancel this job"
-msgstr "å–消此作業"
+msgstr ""
+
+msgid "Canceled deployment to"
+msgstr ""
msgid "Cancelling Preview"
msgstr ""
msgid "Cannot be merged automatically"
-msgstr "ä¸èƒ½è‡ªå‹•åˆä½µ"
+msgstr ""
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -2674,10 +3074,10 @@ msgid "Cannot merge"
msgstr ""
msgid "Cannot modify managed Kubernetes cluster"
-msgstr "無法變更被管ç†çš„ Kubernetes å¢é›†"
+msgstr ""
msgid "Cannot refer to a group milestone by an internal id!"
-msgstr "無法通éŽå…§éƒ¨ID引用組里程碑ï¼"
+msgstr ""
msgid "Cannot render the image. Maximum character count (%{charLimit}) has been exceeded."
msgstr ""
@@ -2697,17 +3097,17 @@ msgstr ""
msgid "Certificate (PEM)"
msgstr ""
-msgid "Change Weight"
-msgstr "變更權é‡"
-
msgid "Change assignee"
msgstr ""
msgid "Change assignee(s)"
-msgstr "變更指派人"
+msgstr ""
msgid "Change assignee(s)."
-msgstr "變更指派人。"
+msgstr ""
+
+msgid "Change branches"
+msgstr ""
msgid "Change label"
msgstr ""
@@ -2722,10 +3122,10 @@ msgid "Change permissions"
msgstr ""
msgid "Change template"
-msgstr "變更模æ¿"
+msgstr ""
msgid "Change this value to influence how frequently the GitLab UI polls for updates."
-msgstr "變更此數值將影響到 GitLab UI 拉å–更新的頻率。"
+msgstr ""
msgid "Change title"
msgstr ""
@@ -2737,19 +3137,19 @@ msgid "Change your password or recover your current one"
msgstr ""
msgid "ChangeTypeActionLabel|Pick into branch"
-msgstr "æ€é¸è‡³åˆ†æ”¯"
+msgstr ""
msgid "ChangeTypeActionLabel|Revert in branch"
-msgstr "復原分支動作"
+msgstr ""
msgid "ChangeTypeAction|Cherry-pick"
-msgstr "æ€é¸"
+msgstr ""
msgid "ChangeTypeAction|Revert"
-msgstr "復原"
+msgstr ""
msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes."
-msgstr "這將會建立新的æ交記錄,以還原ç¾æœ‰çš„變更。"
+msgstr ""
msgid "Changed assignee(s)."
msgstr ""
@@ -2761,7 +3161,7 @@ msgid "Changes"
msgstr ""
msgid "Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision."
-msgstr "è‹¥<b>來æº</b>修訂版正è¦åˆä½µåˆ°<b>目標</b>修訂版時顯示變更比較。"
+msgstr ""
msgid "Changes suppressed. Click to show."
msgstr ""
@@ -2772,13 +3172,22 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group path can have unintended side effects."
+msgstr ""
+
msgid "Charts"
-msgstr "統計圖表"
+msgstr ""
+
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
msgid "Chat"
msgstr "å³æ™‚通訊"
-msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
msgstr ""
msgid "ChatMessage|Branch"
@@ -2799,7 +3208,7 @@ msgstr ""
msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
msgstr ""
-msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{branch_link} by %{user_combined_name} %{humanized_status}"
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
msgstr ""
msgid "ChatMessage|Tag"
@@ -2836,37 +3245,124 @@ msgid "Check feature availability on namespace plan"
msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
-msgstr "檢查 %{docs_link_start} 檔案 %{docs_link_end}"
+msgstr ""
msgid "Check your .gitlab-ci.yml"
msgstr ""
+msgid "Check your Docker images for known vulnerabilities"
+msgstr ""
+
msgid "Checking %{text} availability…"
-msgstr "正在檢查 %{text} çš„å¯ç”¨æ€§â€¦"
+msgstr ""
msgid "Checking approval status"
msgstr ""
msgid "Checking branch availability..."
-msgstr "正在檢查分支å¯ç”¨æ€§â€¦"
+msgstr ""
+
+msgid "Checking group path availability..."
+msgstr ""
msgid "Checking username availability..."
msgstr ""
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|1. Your profile"
+msgstr ""
+
+msgid "Checkout|2. Checkout"
+msgstr ""
+
+msgid "Checkout|3. Your GitLab group"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|GitLab plan"
+msgstr ""
+
+msgid "Checkout|Group"
+msgstr ""
+
+msgid "Checkout|Name of company or organization using GitLab"
+msgstr ""
+
+msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
+msgstr ""
+
+msgid "Checkout|Number of users"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
msgid "Cherry-pick this commit"
-msgstr "æ€é¸æ­¤æ交"
+msgstr ""
msgid "Cherry-pick this merge request"
-msgstr "æ€é¸æ­¤åˆä½µè«‹æ±‚"
+msgstr ""
+
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
msgid "Choose <strong>Create archive</strong> and wait for archiving to complete."
-msgstr "é¸æ“‡ <strong>建立å°å­˜æª”</strong> 並等待å°å­˜å®Œæˆã€‚"
+msgstr ""
msgid "Choose <strong>Next</strong> at the bottom of the page."
-msgstr "é¸æ“‡é é¢åº•éƒ¨çš„ <strong>下一步</strong>。"
+msgstr ""
msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
-msgstr "é¸æ“‡åˆ†æ”¯æˆ–標籤(例如:%{master}),或者輸入æ交代碼(例如:%{sha})以檢視變更比較或建立åˆä½µè«‹æ±‚。"
+msgstr ""
msgid "Choose a file"
msgstr ""
@@ -2881,22 +3377,22 @@ msgid "Choose a template"
msgstr ""
msgid "Choose a template..."
-msgstr "é¸æ“‡æ¨¡æ¿â€¦"
+msgstr ""
msgid "Choose a type..."
-msgstr "é¸æ“‡é¡žåž‹â€¦"
+msgstr ""
msgid "Choose any color."
-msgstr "é¸å–é¡è‰²ã€‚"
+msgstr ""
msgid "Choose between <code>clone</code> or <code>fetch</code> to get the recent application code"
-msgstr "é¸æ“‡ <code>複製</code> 或 <code>抓å–</code> 以å–得最新的應用程å¼åŽŸå§‹ç¢¼"
+msgstr ""
msgid "Choose file…"
msgstr ""
msgid "Choose the top-level group for your repository imports."
-msgstr "é¸æ“‡æ‚¨ç‰ˆæœ¬åº«åŒ¯å…¥é …目的頂級群組。"
+msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
@@ -2905,88 +3401,94 @@ msgid "Choose what content you want to see on a group’s overview page"
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
-msgstr "é¸æ“‡ä½ æƒ³è¦é€£ç·šä¸¦åŸ·è¡Œ CI / CD 管線的版本庫。"
+msgstr ""
msgid "Choose which shards you wish to synchronize to this secondary node."
-msgstr "é¸æ“‡ä½ æƒ³è¦ç”¨ä¾†èˆ‡é€™å€‹æ¬¡è¦ç¯€é»žåŒæ­¥çš„碎片 (shards)。"
+msgstr ""
msgid "CiStatusLabel|canceled"
-msgstr "å–消"
+msgstr ""
msgid "CiStatusLabel|created"
-msgstr "已建立"
+msgstr ""
msgid "CiStatusLabel|delayed"
-msgstr "已延é²"
+msgstr ""
msgid "CiStatusLabel|failed"
-msgstr "失敗"
+msgstr ""
msgid "CiStatusLabel|manual action"
-msgstr "需手動æ“作"
+msgstr ""
msgid "CiStatusLabel|passed"
-msgstr "通éŽ"
+msgstr ""
msgid "CiStatusLabel|passed with warnings"
-msgstr "通éŽï¼Œä½†æœ‰è­¦å‘Šè¨Šæ¯"
+msgstr ""
msgid "CiStatusLabel|pending"
-msgstr "等待中"
+msgstr ""
msgid "CiStatusLabel|preparing"
msgstr ""
msgid "CiStatusLabel|skipped"
-msgstr "已跳éŽ"
+msgstr ""
msgid "CiStatusLabel|waiting for delayed job"
-msgstr "等待已延é²çš„作業"
+msgstr ""
msgid "CiStatusLabel|waiting for manual action"
-msgstr "等待手動æ“作"
+msgstr ""
+
+msgid "CiStatusLabel|waiting for resource"
+msgstr ""
msgid "CiStatusText|blocked"
-msgstr "阻擋"
+msgstr ""
msgid "CiStatusText|canceled"
-msgstr "å–消"
+msgstr ""
msgid "CiStatusText|created"
-msgstr "已建立"
+msgstr ""
msgid "CiStatusText|delayed"
-msgstr "已延é²"
+msgstr ""
msgid "CiStatusText|failed"
-msgstr "失敗"
+msgstr ""
msgid "CiStatusText|manual"
-msgstr "手動æ“作"
+msgstr ""
msgid "CiStatusText|passed"
-msgstr "通éŽ"
+msgstr ""
msgid "CiStatusText|pending"
-msgstr "等待中"
+msgstr ""
msgid "CiStatusText|preparing"
msgstr ""
msgid "CiStatusText|skipped"
-msgstr "已跳éŽ"
+msgstr ""
+
+msgid "CiStatusText|waiting"
+msgstr ""
msgid "CiStatus|running"
-msgstr "執行中"
+msgstr ""
msgid "CiVariables|Cannot use Masked Variable with current value"
msgstr ""
msgid "CiVariables|Input variable key"
-msgstr "輸入變數å稱"
+msgstr ""
msgid "CiVariables|Input variable value"
-msgstr "輸入變數值"
+msgstr ""
msgid "CiVariables|Key"
msgstr ""
@@ -2995,7 +3497,7 @@ msgid "CiVariables|Masked"
msgstr ""
msgid "CiVariables|Remove variable row"
-msgstr "移除變數欄"
+msgstr ""
msgid "CiVariables|Scope"
msgstr ""
@@ -3016,13 +3518,13 @@ msgid "CiVariables|Variables"
msgstr ""
msgid "CiVariable|* (All environments)"
-msgstr "*(所有環境)"
+msgstr ""
msgid "CiVariable|All environments"
-msgstr "所有環境"
+msgstr ""
msgid "CiVariable|Create wildcard"
-msgstr "建立è¬ç”¨å­—å…ƒ"
+msgstr ""
msgid "CiVariable|Error occurred while saving variables"
msgstr ""
@@ -3031,32 +3533,38 @@ msgid "CiVariable|Masked"
msgstr ""
msgid "CiVariable|New environment"
-msgstr "建立新的環境"
+msgstr ""
msgid "CiVariable|Protected"
-msgstr "å—ä¿è­·"
+msgstr ""
msgid "CiVariable|Search environments"
-msgstr "æœå°‹ç’°å¢ƒ"
+msgstr ""
msgid "CiVariable|Toggle masked"
msgstr ""
msgid "CiVariable|Toggle protected"
-msgstr "切æ›ç‚ºå—ä¿è­·ç‹€æ…‹"
+msgstr ""
msgid "CiVariable|Validation failed"
-msgstr "有效性驗證失敗"
+msgstr ""
+
+msgid "Class"
+msgstr ""
msgid "Classification Label (optional)"
msgstr ""
msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
-msgstr "無法使用:%{reason}"
+msgstr ""
msgid "Clear"
msgstr ""
+msgid "Clear chart filters"
+msgstr ""
+
msgid "Clear input"
msgstr ""
@@ -3064,10 +3572,10 @@ msgid "Clear recent searches"
msgstr ""
msgid "Clear search"
-msgstr "清除æœå°‹"
+msgstr ""
msgid "Clear search input"
-msgstr "清除æœå°‹ç´€éŒ„"
+msgstr ""
msgid "Clear templates search input"
msgstr ""
@@ -3082,49 +3590,49 @@ msgid "Clears weight."
msgstr ""
msgid "Click any <strong>project name</strong> in the project list below to navigate to the project milestone."
-msgstr "在專案列表點é¸ä»»ä½•<strong>專案å稱</strong>,將轉跳到專案的里程碑。"
+msgstr ""
msgid "Click here"
msgstr ""
msgid "Click the <strong>Download</strong> button and wait for downloading to complete."
-msgstr "é»žé¸ <strong>下載</strong> 按鈕並等待下載完æˆã€‚"
+msgstr ""
msgid "Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone."
-msgstr "點é¸å·¦ä¸Šè§’çš„<strong>æå‡</strong>按鈕以æå‡è‡³ç¾¤çµ„里程碑。"
+msgstr ""
msgid "Click the <strong>Select none</strong> button on the right, since we only need \"Google Code Project Hosting\"."
-msgstr "點é¸å³å´çš„ <strong>ä¸é¸æ“‡</strong> 按鈕,因為我們åªéœ€è¦ã€ŒGoogle Code 專案寄存ã€ã€‚"
+msgstr ""
msgid "Click the button below to begin the install process by navigating to the Kubernetes page"
-msgstr "點é¸ä¸‹é¢çš„按鈕,連çµåˆ° Kubernetes é é¢é–‹å§‹å®‰è£ã€‚"
+msgstr ""
msgid "Click the image where you'd like to start a new discussion"
msgstr ""
msgid "Click to expand it."
-msgstr "按一下以展開。"
+msgstr ""
msgid "Click to expand text"
-msgstr "點é¸ä»¥å±•é–‹æ–‡å­—"
+msgstr ""
msgid "Client authentication certificate"
-msgstr "使用者端èªè­‰æ†‘è­‰"
+msgstr ""
msgid "Client authentication key"
-msgstr "使用者端驗證金鑰"
+msgstr ""
msgid "Client authentication key password"
-msgstr "使用者端驗證金鑰密碼"
+msgstr ""
msgid "Clients"
-msgstr "使用者端"
+msgstr ""
msgid "Clone"
msgstr ""
msgid "Clone repository"
-msgstr "複製版本庫"
+msgstr ""
msgid "Clone with %{http_label}"
msgstr ""
@@ -3136,16 +3644,16 @@ msgid "Clone with SSH"
msgstr ""
msgid "Close"
-msgstr "關閉"
+msgstr ""
msgid "Close %{tabname}"
msgstr ""
msgid "Close epic"
-msgstr "關閉å²è©©"
+msgstr ""
msgid "Close milestone"
-msgstr "關閉里程碑"
+msgstr ""
msgid "Close sidebar"
msgstr ""
@@ -3154,10 +3662,10 @@ msgid "Close this %{quick_action_target}"
msgstr ""
msgid "Closed"
-msgstr "已關閉"
+msgstr ""
msgid "Closed issues"
-msgstr "已關閉議題"
+msgstr ""
msgid "Closed this %{quick_action_target}."
msgstr ""
@@ -3165,15 +3673,18 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cluster %{cluster} was used."
+msgid "Cluster Health"
msgstr ""
-msgid "Cluster Health"
+msgid "Cluster cache cleared."
msgstr ""
msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
msgstr ""
+msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgstr ""
+
msgid "ClusterIntegration| can be used instead of a custom domain."
msgstr ""
@@ -3181,7 +3692,7 @@ msgid "ClusterIntegration| is the default environment scope for this cluster. Th
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
-msgstr "%{appList} 已順利安è£åˆ°æ‚¨çš„ Kubernetes å¢é›†"
+msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
msgstr ""
@@ -3189,35 +3700,38 @@ msgstr ""
msgid "ClusterIntegration|%{title} updated successfully."
msgstr ""
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes <code>cluster-admin</code> privileges."
+msgstr ""
+
msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges."
msgstr ""
msgid "ClusterIntegration|API URL"
-msgstr "API 網å€"
+msgstr ""
msgid "ClusterIntegration|API URL should be a valid http/https url."
msgstr ""
msgid "ClusterIntegration|Add Kubernetes cluster"
-msgstr "新增 Kubernetes å¢é›†"
+msgstr ""
msgid "ClusterIntegration|Add a Kubernetes cluster integration"
-msgstr "增加 Kubernetes å¢é›†æ•´åˆ"
+msgstr ""
msgid "ClusterIntegration|Adding a Kubernetes cluster to your group will automatically share the cluster across all your projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
-msgstr "å°‡ Kubernetes å¢é›†æ–°å¢žåˆ°ç¾¤çµ„後,群組中的所有專案都分享å¢é›†ï¼Œç”¨æ–¼æª¢é–±ã€ä½ˆç½²ä½ çš„應用程å¼ï¼Œä»¥åŠæ›´æ˜“於執行你的作業管線"
+msgstr ""
msgid "ClusterIntegration|Adding a Kubernetes cluster will automatically share the cluster across all projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster."
msgstr ""
msgid "ClusterIntegration|Adding an integration to your group will share the cluster across all your projects."
-msgstr "增加整åˆåˆ°ä½ çš„群組,以便在群組中的專案分享å¢é›†ã€‚"
+msgstr ""
msgid "ClusterIntegration|Adding an integration will share the cluster across all projects."
msgstr ""
msgid "ClusterIntegration|Advanced options on this Kubernetes cluster's integration"
-msgstr "Kubernetes å¢é›†æ•´åˆçš„進階設定"
+msgstr ""
msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored."
msgstr ""
@@ -3228,6 +3742,9 @@ msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|Alternatively"
msgstr ""
@@ -3235,7 +3752,7 @@ msgid "ClusterIntegration|Amazon EKS"
msgstr ""
msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
-msgstr "嘗試連線到 Google Cloud API 時出錯,請ç¨å€™å†è©¦ã€‚"
+msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch project zones: %{error}"
msgstr ""
@@ -3250,19 +3767,22 @@ msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
msgid "ClusterIntegration|Applications"
-msgstr "應用程å¼"
+msgstr ""
msgid "ClusterIntegration|Apply for credit"
msgstr ""
-msgid "ClusterIntegration|Are you sure you want to remove this Kubernetes cluster's integration? This will not delete your actual Kubernetes cluster."
-msgstr "確定è¦åˆªé™¤æ­¤ Kubernetes å¢é›†æ•´åˆå—Žï¼Ÿ 這將會刪除實際的 Kubernetes å¢é›†ã€‚"
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
msgid "ClusterIntegration|CA Certificate"
-msgstr "CA 憑證"
+msgstr ""
msgid "ClusterIntegration|Cert-Manager"
msgstr ""
@@ -3271,16 +3791,28 @@ msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate manage
msgstr ""
msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
-msgstr "憑證 (PEM æ ¼å¼)"
+msgstr ""
-msgid "ClusterIntegration|Choose a prefix to be used for your namespaces. Defaults to your project path."
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "é¸æ“‡è¦å®‰è£åœ¨æ‚¨ Kubernetes å¢é›†ä¸Šçš„應用程å¼ã€‚Helm Tiller 需è¦å®‰è£ä»»ä½•ä¸€å€‹ä»¥ä¸‹çš„程å¼ã€‚"
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
-msgstr "é¸æ“‡è¦ä½¿ç”¨åœ¨æ­¤å¢é›†çš„環境。"
+msgstr ""
+
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
msgid "ClusterIntegration|Cloud Run"
msgstr ""
@@ -3288,6 +3820,9 @@ msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
msgid "ClusterIntegration|Cluster name is required."
msgstr ""
@@ -3295,59 +3830,128 @@ msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancesto
msgstr ""
msgid "ClusterIntegration|Copy API URL"
-msgstr "複製 API 連çµ"
+msgstr ""
msgid "ClusterIntegration|Copy CA Certificate"
-msgstr "複製 CA 憑證"
+msgstr ""
-msgid "ClusterIntegration|Copy Ingress Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Ingress Endpoint"
msgstr ""
-msgid "ClusterIntegration|Copy Jupyter Hostname to clipboard"
-msgstr "複製 Jupyter 主機å稱至剪貼簿"
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
-msgid "ClusterIntegration|Copy Knative Endpoint to clipboard"
+msgid "ClusterIntegration|Copy Knative Endpoint"
msgstr ""
msgid "ClusterIntegration|Copy Kubernetes cluster name"
-msgstr "複製 Kubernetes å¢é›†å稱"
+msgstr ""
msgid "ClusterIntegration|Copy Service Token"
msgstr ""
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
msgid "ClusterIntegration|Could not load regions from your AWS account"
msgstr ""
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Create Kubernetes cluster"
-msgstr "建立 Kubernetes å¢é›†"
+msgstr ""
+
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
msgid "ClusterIntegration|Create cluster on"
msgstr ""
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{kubectl} or %{gitlabIntegrationLink}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
msgid "ClusterIntegration|Did you know?"
-msgstr "你知é“嗎?"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
msgid "ClusterIntegration|Enable Cloud Run on GKE (beta)"
msgstr ""
+msgid "ClusterIntegration|Enable Web Application Firewall"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
-msgstr "啟用或åœç”¨æ‚¨ Kubernetes å¢é›†çš„ GitLab 連線。"
+msgstr ""
msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
-msgstr "若使用基於角色的權é™æŽ§åˆ¶ (RBAC) 則請啟用此設定。"
+msgstr ""
+
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Enter the details for your Kubernetes cluster"
-msgstr "輸入您 Kubernetes å¢é›†çš„詳細資訊"
+msgstr ""
msgid "ClusterIntegration|Environment scope"
-msgstr "環境範åœ"
+msgstr ""
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
-msgstr "æ¯å€‹æ–°çš„ Google Cloud Platform (GCP) 帳號都會在 %{sign_up_link} 收到 300 元的優惠。因與 Google åˆä½œï¼ŒGitLab å°‡å¯ä»¥ç‚ºæ–°å»ºç«‹åŠç¾æœ‰çš„ GCP 帳號æä¾›é¡å¤–çš„ 200 元優惠,以嘗試 GitLab çš„ Google Kubernetes Engine æ•´åˆã€‚"
+msgstr ""
+
+msgid "ClusterIntegration|Failed to configure EKS provider: %{message}"
+msgstr ""
msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}"
msgstr ""
+msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}"
+msgstr ""
+
msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}"
msgstr ""
@@ -3355,19 +3959,19 @@ msgid "ClusterIntegration|Failed to run Kubeclient: %{message}"
msgstr ""
msgid "ClusterIntegration|Fetching machine types"
-msgstr "正在å–得機器類型"
+msgstr ""
msgid "ClusterIntegration|Fetching projects"
-msgstr "正在å–得專案"
+msgstr ""
msgid "ClusterIntegration|Fetching zones"
-msgstr "正在å–å¾—å€åŸŸ"
+msgstr ""
msgid "ClusterIntegration|GitLab Integration"
-msgstr "GitLab æ•´åˆ"
+msgstr ""
msgid "ClusterIntegration|GitLab Runner"
-msgstr "GitLab 執行器"
+msgstr ""
msgid "ClusterIntegration|GitLab Runner connects to the repository and executes CI/CD jobs, pushing results back and deploying applications to production."
msgstr ""
@@ -3375,44 +3979,50 @@ msgstr ""
msgid "ClusterIntegration|GitLab-managed cluster"
msgstr ""
+msgid "ClusterIntegration|Gitlab Integration"
+msgstr ""
+
msgid "ClusterIntegration|Google Cloud Platform project"
-msgstr "Google 雲端專案"
+msgstr ""
msgid "ClusterIntegration|Google GKE"
msgstr ""
msgid "ClusterIntegration|Google Kubernetes Engine"
-msgstr "Google Kubernetes Engine"
+msgstr ""
msgid "ClusterIntegration|Google Kubernetes Engine project"
-msgstr "Google Kubernetes Engine 專案"
+msgstr ""
msgid "ClusterIntegration|Group cluster"
-msgstr "群組整åˆ"
+msgstr ""
msgid "ClusterIntegration|Helm Tiller"
-msgstr "Helm Tiller"
+msgstr ""
msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm 簡化了安è£èˆ‡ç®¡ç† Kubernetes 應用程å¼çš„步驟。Tiller 在您的 Kubernetes å¢é›†å…§éƒ¨åŸ·è¡Œï¼Œä¸¦ç®¡ç†åœ–表的發佈。"
+msgstr ""
msgid "ClusterIntegration|Hide"
-msgstr "éš±è—"
+msgstr ""
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
-msgstr "如果你正在設定多個å¢é›†ä¸”正在使用自動 DevOps,%{help_link_start}請先閱讀這個說明%{help_link_end}。"
+msgstr ""
+
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus below."
msgstr ""
msgid "ClusterIntegration|Ingress"
-msgstr "輸入"
+msgstr ""
msgid "ClusterIntegration|Ingress Endpoint"
msgstr ""
msgid "ClusterIntegration|Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint."
-msgstr "Ingress 為您æ供了一種將請求伺æœå™¨æˆ–路徑路由到æœå‹™çš„方法,將多個æœå‹™é›†ä¸­åˆ°ä¸€å€‹å…¥å£é»žã€‚"
+msgstr ""
msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn more about %{pricingLink}."
msgstr ""
@@ -3420,11 +4030,14 @@ msgstr ""
msgid "ClusterIntegration|Instance cluster"
msgstr ""
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
-msgstr "è‡ªå‹•æ•´åˆ Kubernetes å¢é›†"
+msgstr ""
msgid "ClusterIntegration|Integration status"
-msgstr "æ•´åˆç‹€æ…‹"
+msgstr ""
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -3433,19 +4046,22 @@ msgid "ClusterIntegration|Issuers represent a certificate authority. You must pr
msgstr ""
msgid "ClusterIntegration|Jupyter Hostname"
-msgstr "Jupyter 主機å稱"
+msgstr ""
msgid "ClusterIntegration|JupyterHub"
-msgstr "JupyterHub"
+msgstr ""
msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
-msgstr "JupyterHub 是一個多使用者的 Hub,它負責生æˆã€ç®¡ç†ã€ä»£ç†å–®å€‹ä½¿ç”¨è€… Jupyter notebook 伺æœå™¨çš„多個實例。JupytherHub å¯ä»¥æ›¿ä¸€å€‹ç­ç´šçš„學生,ä¼æ¥­è³‡æ–™ç§‘å­¸å°çµ„或資料研究å°çµ„æä¾› Jupyter notebook 。"
+msgstr ""
+
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
msgid "ClusterIntegration|Knative"
-msgstr "Knative"
+msgstr ""
msgid "ClusterIntegration|Knative Domain Name:"
-msgstr "Knative 網域å稱"
+msgstr ""
msgid "ClusterIntegration|Knative Endpoint:"
msgstr ""
@@ -3457,40 +4073,49 @@ msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middlew
msgstr ""
msgid "ClusterIntegration|Kubernetes cluster"
-msgstr "Kubernetes å¢é›†"
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster details"
-msgstr "Kubernetes å¢é›†è©³ç´°è³‡è¨Š"
+msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine..."
-msgstr "Kubernetes å¢é›†å·²ç¶“在 Google Kubernetes Engine 建立"
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
msgid "ClusterIntegration|Kubernetes cluster name"
-msgstr "Kubernetes å¢é›†å稱"
+msgstr ""
-msgid "ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine."
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
msgstr ""
msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
-msgstr "é€éŽ Kubernetes å¢é›†æ•´åˆï¼Œå¯ä»¥è®“你輕鬆使用程å¼ç¢¼æª¢é–±å·¥å…·ã€ä½ˆç½²æ‚¨çš„應用程å¼ã€åŸ·è¡Œç®¡ç·šç­‰ã€‚"
+msgstr ""
msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
-msgstr "Kubernetes å¢é›†å¯ä»¥ç”¨æ–¼ä½ˆç½²æ‡‰ç”¨ç¨‹å¼ã€ä»¥åŠæ供此專案程å¼ç¢¼æª¢é–±å·¥å…·"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
-msgstr "了解有關 %{help_link_start_machine_type}機器類型%{help_link_end} 和 %{help_link_start_pricing}定價%{help_link_end} 的詳細資訊。"
+msgstr ""
msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
-msgstr "了解有關 %{help_link_start}å€åŸŸ%{help_link_end} 的詳細資訊。"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}ModSecurity%{endLink}"
+msgstr ""
-msgid "ClusterIntegration|Learn more about %{startLink}Regions%{endLink}."
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
msgstr ""
msgid "ClusterIntegration|Learn more about Kubernetes"
-msgstr "了解關於 Kubernetes 的更多資訊"
+msgstr ""
msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
-msgstr "了解關於群組 Kubernetes å¢é›†çš„更多資訊"
+msgstr ""
msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
msgstr ""
@@ -3501,155 +4126,263 @@ msgstr ""
msgid "ClusterIntegration|Loading IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
msgid "ClusterIntegration|Loading Regions"
msgstr ""
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Machine type"
-msgstr "機器類型"
+msgstr ""
msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
-msgstr "請確èªæ‚¨çš„帳號 %{link_to_requirements} 是å¦å¯ä»¥å»ºç«‹ Kubernetes å¢é›†"
+msgstr ""
-msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{link_gke}"
-msgstr "請造訪 %{link_gke} 管ç†æ‚¨çš„ Kubernetes å¢é›†"
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
msgid "ClusterIntegration|No IAM Roles found"
msgstr ""
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
msgid "ClusterIntegration|No machine types matched your search"
-msgstr "沒有機器類型符åˆæ‚¨çš„æœå°‹"
+msgstr ""
+
+msgid "ClusterIntegration|No networks found"
+msgstr ""
msgid "ClusterIntegration|No projects found"
-msgstr "找ä¸åˆ°ä»»ä½•å°ˆæ¡ˆ"
+msgstr ""
msgid "ClusterIntegration|No projects matched your search"
-msgstr "沒有任何專案符åˆæ‚¨çš„æœå°‹"
+msgstr ""
msgid "ClusterIntegration|No region found"
msgstr ""
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
msgid "ClusterIntegration|No zones matched your search"
-msgstr "沒有å€åŸŸç¬¦åˆæ‚¨çš„æœå°‹"
+msgstr ""
msgid "ClusterIntegration|Number of nodes"
-msgstr "節點數"
+msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "請輸入您 Kubernetes å¢é›†çš„å­˜å–資訊,若需幫助,å¯ä»¥é–±è®€é—œæ–¼ GitLab 有關 Kubernetes å¢é›†çš„說明é é¢ï¼š%{link_to_help_page}"
+msgstr ""
msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
-msgstr "請確èªä½ çš„ Google 帳號是å¦ç¬¦åˆé€™äº›æ¢ä»¶ï¼š"
+msgstr ""
msgid "ClusterIntegration|Point a wildcard DNS to this generated endpoint in order to access your application after it has been deployed."
msgstr ""
msgid "ClusterIntegration|Project cluster"
-msgstr "專案å¢é›†"
+msgstr ""
msgid "ClusterIntegration|Project namespace (optional, unique)"
-msgstr "專案命å空間(é¸å¡«ï¼Œä¸å¯é‡è¤‡ï¼‰"
+msgstr ""
msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
msgstr ""
msgid "ClusterIntegration|Prometheus"
-msgstr "Prometheus"
+msgstr ""
msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{gitlabIntegrationLink} to monitor deployed applications."
-msgstr "Prometheus 是個與 %{gitlabIntegrationLink} æ­é…的開放原始碼監視系統,以監視已佈署的應用程å¼ã€‚"
+msgstr ""
+
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
msgid "ClusterIntegration|RBAC-enabled cluster"
-msgstr "啟用 RBAC å¢é›†"
+msgstr ""
-msgid "ClusterIntegration|Read our %{link_to_help_page} on Kubernetes cluster integration."
-msgstr "閱讀 GitLab 關於 Kubernetes å¢é›†æ•´åˆçš„資訊:%{link_to_help_page} 。"
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
msgid "ClusterIntegration|Region"
msgstr ""
msgid "ClusterIntegration|Remove Kubernetes cluster integration"
-msgstr "移除 Kubernetes å¢é›†æ•´åˆ"
+msgstr ""
msgid "ClusterIntegration|Remove integration"
-msgstr "移除整åˆ"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
-msgstr "從此專案移除 Kubernetes å¢é›†è¨­å®šï¼Œé€™ä¸æœƒåˆªé™¤å¯¦éš›çš„ Kubernetes å¢é›†ã€‚"
+msgstr ""
+
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
-msgstr "若想è¦è«‹å–代此為您自己的主機å稱。如果您這麼åšï¼Œè«‹å¾žä¸Šæ–¹å°‡ä¸»æ©Ÿå稱å°æ‡‰åˆ° Ingress IP ä½å€ã€‚"
+msgstr ""
msgid "ClusterIntegration|Request to begin installing failed"
-msgstr "請求開始安è£å¤±æ•—"
-
-msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
-msgid "ClusterIntegration|Role name"
+msgid "ClusterIntegration|Request to begin uninstalling failed"
msgstr ""
msgid "ClusterIntegration|Save changes"
-msgstr "儲存變更"
+msgstr ""
msgid "ClusterIntegration|Search IAM Roles"
msgstr ""
+msgid "ClusterIntegration|Search Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Search VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
msgid "ClusterIntegration|Search machine types"
-msgstr "æœå°‹æ©Ÿå™¨é¡žåž‹"
+msgstr ""
+
+msgid "ClusterIntegration|Search networks"
+msgstr ""
msgid "ClusterIntegration|Search projects"
-msgstr "æœå°‹å°ˆæ¡ˆ"
+msgstr ""
msgid "ClusterIntegration|Search regions"
msgstr ""
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
msgid "ClusterIntegration|Search zones"
-msgstr "æœå°‹å€åŸŸ"
+msgstr ""
+
+msgid "ClusterIntegration|Security group"
+msgstr ""
msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
-msgstr "檢視與編輯 Kubernetes å¢é›†è©³ç´°è³‡è¨Š"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
msgid "ClusterIntegration|Select machine type"
-msgstr "é¸æ“‡æ©Ÿå™¨é¡žåž‹"
+msgstr ""
msgid "ClusterIntegration|Select project"
-msgstr "é¸æ“‡å°ˆæ¡ˆ"
+msgstr ""
msgid "ClusterIntegration|Select project and zone to choose machine type"
-msgstr "é¸æ“‡å°ˆæ¡ˆèˆ‡ä½ç½®ä¾†é¸æ“‡æ©Ÿå™¨é¡žåž‹"
+msgstr ""
msgid "ClusterIntegration|Select project to choose zone"
-msgstr "é¸æ“‡å°ˆæ¡ˆä¾†é¸æ“‡æ™‚å€"
+msgstr ""
-msgid "ClusterIntegration|Select the IAM Role to allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role name, first create one on %{startLink}Amazon Web Services%{endLink}."
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
msgstr ""
msgid "ClusterIntegration|Select zone"
-msgstr "é¸æ“‡å€åŸŸ"
+msgstr ""
msgid "ClusterIntegration|Select zone to choose machine type"
-msgstr "é¸æ“‡å€åŸŸä¾†é¸æ“‡æ©Ÿå™¨é¡žåž‹"
+msgstr ""
msgid "ClusterIntegration|Service Token"
msgstr ""
+msgid "ClusterIntegration|Service role"
+msgstr ""
+
msgid "ClusterIntegration|Service token is required."
msgstr ""
+msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
msgid "ClusterIntegration|Show"
-msgstr "顯示"
+msgstr ""
msgid "ClusterIntegration|Something went wrong on our end."
-msgstr "內部發生錯誤"
+msgstr ""
-msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine"
-msgstr "在 Google Kubernetes Engine 建立å¢é›†æ™‚發生錯誤"
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while installing %{title}"
-msgstr "å®‰è£ %{title} 時發生錯誤"
+msgstr ""
msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
msgstr ""
@@ -3660,6 +4393,12 @@ msgstr ""
msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
msgstr ""
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
msgstr ""
@@ -3678,6 +4417,9 @@ msgstr ""
msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
msgstr ""
@@ -3688,16 +4430,22 @@ msgid "ClusterIntegration|There was a problem authenticating with your cluster.
msgstr ""
msgid "ClusterIntegration|This account must have permissions to create a Kubernetes cluster in the %{link_to_container_project} specified below"
-msgstr "此帳號必須è¦æœ‰ %{link_to_container_project} 底下è¦æ±‚的權é™æ‰èƒ½å»ºç«‹ Kubernetes å¢é›†"
+msgstr ""
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
-msgstr "æ­¤é¸é …å…許您在 RBAC å¢é›†ä¸Šå®‰è£æ‡‰ç”¨ç¨‹å¼ã€‚"
+msgstr ""
msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr ""
+msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:"
+msgstr ""
+
+msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
+msgstr ""
+
msgid "ClusterIntegration|Toggle Kubernetes cluster"
-msgstr "åˆ‡æ› Kubernetes å¢é›†"
+msgstr ""
msgid "ClusterIntegration|Uninstall %{appTitle}"
msgstr ""
@@ -3708,58 +4456,91 @@ msgstr ""
msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster."
msgstr ""
+msgid "ClusterIntegration|VPC"
+msgstr ""
+
msgid "ClusterIntegration|Validating project billing status"
-msgstr "正在驗證è£ç½®è¨ˆè²»ç‹€æ…‹"
+msgstr ""
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
-msgstr "我們無法驗證您其中一個在 GCP 上的專案是å¦å•Ÿç”¨å¸³å–®åŠŸèƒ½ã€‚è«‹é‡è©¦ã€‚"
+msgstr ""
msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way."
-msgstr "當 Kubernetes 節點關è¯åˆ°æ­¤å°ˆæ¡ˆï¼Œå³å¯æª¢é–±å’Œä½ˆç½²æ‡‰ç”¨ç¨‹å¼ã€åŸ·è¡Œç®¡ç·šä»¥åŠç”¨æ›´ç°¡å–®çš„æ–¹å¼åšæ›´å¤šçš„事情。"
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to remove your cluster integration."
+msgstr ""
msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster."
msgstr ""
msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "在安è£ä¸‹æ–¹çš„應用程å¼å‰ï¼Œæ‚¨å¿…é ˆå…ˆå®‰è£ Helm Tiller"
+msgstr ""
+
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
msgstr ""
msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
-msgstr "您的帳號必須有 %{link_to_kubernetes_engine}"
+msgstr ""
msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
msgstr ""
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
msgid "ClusterIntegration|Zone"
-msgstr "å€åŸŸ"
+msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
-msgstr "å­˜å– Google Container Engine"
+msgstr ""
msgid "ClusterIntegration|documentation"
-msgstr "文件"
-
-msgid "ClusterIntegration|help page"
-msgstr "說明é é¢"
+msgstr ""
msgid "ClusterIntegration|installed via %{installed_via}"
msgstr ""
msgid "ClusterIntegration|meets the requirements"
-msgstr "é”到需求"
+msgstr ""
msgid "ClusterIntegration|pricing"
msgstr ""
msgid "ClusterIntegration|sign up"
-msgstr "註冊"
+msgstr ""
+
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
msgid "ClusterIntergation|Select a region"
msgstr ""
-msgid "ClusterIntergation|Select role name"
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
msgstr ""
msgid "Code"
@@ -3768,26 +4549,50 @@ msgstr ""
msgid "Code Owners"
msgstr ""
+msgid "Code Owners to the merge request changes."
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
msgid "Code owner approval is required"
msgstr ""
msgid "Code owners"
-msgstr "程å¼ç¢¼æ‰€æœ‰è€…"
+msgstr ""
msgid "CodeOwner|Pattern"
msgstr ""
msgid "Cohorts"
-msgstr "Cohorts"
+msgstr ""
+
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
msgid "Collapse"
-msgstr "收縮"
+msgstr ""
msgid "Collapse approvers"
msgstr ""
msgid "Collapse sidebar"
-msgstr "收起å´é‚Šæ¬„"
+msgstr ""
msgid "Collector hostname"
msgstr ""
@@ -3808,13 +4613,13 @@ msgid "Commands did not apply"
msgstr ""
msgid "Comment"
-msgstr "留言"
+msgstr ""
msgid "Comment & close %{noteable_name}"
-msgstr "留言並關閉 %{noteable_name}"
+msgstr ""
msgid "Comment & reopen %{noteable_name}"
-msgstr "留言並é‡æ–°é–‹å•Ÿ %{noteable_name}"
+msgstr ""
msgid "Comment & resolve thread"
msgstr ""
@@ -3823,7 +4628,7 @@ msgid "Comment & unresolve thread"
msgstr ""
msgid "Comment form position"
-msgstr "留言框ä½ç½®"
+msgstr ""
msgid "Comment is being updated"
msgstr ""
@@ -3832,11 +4637,11 @@ msgid "Comment/Reply (quoting selected text)"
msgstr ""
msgid "Comments"
-msgstr "留言"
+msgstr ""
msgid "Commit"
msgid_plural "Commits"
-msgstr[0] "æ交記錄"
+msgstr[0] ""
msgid "Commit %{commit_id}"
msgstr ""
@@ -3845,109 +4650,124 @@ msgid "Commit (when editing commit message)"
msgstr ""
msgid "Commit Message"
-msgstr "æ交訊æ¯"
+msgstr ""
msgid "Commit deleted"
msgstr ""
msgid "Commit duration in minutes for last 30 commits"
-msgstr "最近 30 次æ交所花費的時間(分é˜ï¼‰"
+msgstr ""
msgid "Commit message"
-msgstr "æ交訊æ¯"
+msgstr ""
+
+msgid "Commit message (optional)"
+msgstr ""
msgid "Commit statistics for %{ref} %{start_time} - %{end_time}"
-msgstr "%{ref} çš„æ交統計,時間範åœï¼š%{start_time} - %{end_time}"
+msgstr ""
msgid "Commit to %{branchName} branch"
-msgstr "æ交至 %{branchName} 分支"
+msgstr ""
msgid "CommitBoxTitle|Commit"
-msgstr "æ交"
+msgstr ""
msgid "CommitMessage|Add %{file_name}"
-msgstr "新增 %{file_name}"
+msgstr ""
msgid "CommitWidget|authored"
-msgstr "創作"
+msgstr ""
msgid "Commits"
-msgstr "æ交記錄"
+msgstr ""
msgid "Commits feed"
-msgstr "æ交摘è¦"
+msgstr ""
msgid "Commits per day hour (UTC)"
-msgstr "ä¾ 24 å°æ™‚統計的æ交次數 (UTC)"
+msgstr ""
msgid "Commits per day of month"
-msgstr "ä¾æ¯æœˆå¤©æ•¸çµ±è¨ˆçš„æ交次數 (UTC)"
+msgstr ""
msgid "Commits per weekday"
-msgstr "ä¾å·¥ä½œæ—¥çµ±è¨ˆçš„æ交次數"
+msgstr ""
+
+msgid "Commits to"
+msgstr ""
msgid "Commits|An error occurred while fetching merge requests data."
-msgstr "抓å–åˆä½µè«‹æ±‚資料時發生錯誤"
+msgstr ""
msgid "Commits|Commit: %{commitText}"
-msgstr "æ交:%{commitText}"
+msgstr ""
msgid "Commits|History"
-msgstr "æ­·å²ç´€éŒ„"
+msgstr ""
msgid "Commits|No related merge requests found"
-msgstr "找ä¸åˆ°ç›¸é—œçš„åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Committed by"
-msgstr "æ交者:"
+msgstr ""
msgid "Commit…"
-msgstr "æ交…"
+msgstr ""
msgid "Company"
msgstr ""
+msgid "Company name"
+msgstr ""
+
msgid "Compare"
-msgstr "比較"
+msgstr ""
msgid "Compare Git revisions"
-msgstr "比較 Git 修訂版"
+msgstr ""
msgid "Compare Revisions"
-msgstr "比較修訂版本"
+msgstr ""
msgid "Compare changes"
msgstr ""
msgid "Compare changes with the last commit"
-msgstr "與最後æ交進行比較"
+msgstr ""
msgid "Compare changes with the merge request target branch"
-msgstr "將變更與åˆä½µè«‹æ±‚目標分支進行比較"
+msgstr ""
+
+msgid "Compare with previous version"
+msgstr ""
msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
-msgstr "%{source_branch} 和 %{target_branch} 內容一致。"
+msgstr ""
msgid "CompareBranches|Compare"
-msgstr "比較"
+msgstr ""
msgid "CompareBranches|Source"
-msgstr "來æº"
+msgstr ""
msgid "CompareBranches|Target"
-msgstr "目標"
+msgstr ""
msgid "CompareBranches|There isn't anything to compare."
-msgstr "沒有å¯æ¯”較的內容。"
+msgstr ""
msgid "Complete"
msgstr ""
+msgid "Confidence: %{confidence}"
+msgstr ""
+
msgid "Confidential"
-msgstr "機密"
+msgstr ""
msgid "Confidentiality"
-msgstr "機密性"
+msgstr ""
msgid "Configuration"
msgstr ""
@@ -3956,7 +4776,7 @@ msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Lea
msgstr ""
msgid "Configure Gitaly timeouts."
-msgstr "設定 Gitaly 延é²éŽä¹…。"
+msgstr ""
msgid "Configure Let's Encrypt"
msgstr ""
@@ -3964,32 +4784,41 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure Security %{wordBreakOpportunity}and Compliance"
+msgstr ""
+
msgid "Configure Tracing"
-msgstr "設定追蹤"
+msgstr ""
msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
msgid "Configure automatic git checks and housekeeping on repositories."
-msgstr "於版本庫上設定自動 Git 檢查與內務管ç†"
+msgstr ""
msgid "Configure existing installation"
msgstr ""
msgid "Configure limits for web and API requests."
-msgstr "為網路與 API 請求設定é™åˆ¶ã€‚"
+msgstr ""
-msgid "Configure push mirrors."
-msgstr "設定推é€é¡åƒã€‚"
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
msgid "Configure storage path settings."
-msgstr "設定儲存路徑。"
+msgstr ""
msgid "Configure the %{link} integration."
-msgstr "設定 %{link} å¢é›†ã€‚"
+msgstr ""
msgid "Configure the way a user creates a new account."
-msgstr "設定使用者建立新帳號的方å¼ã€‚"
+msgstr ""
msgid "Confirm"
msgstr ""
@@ -4004,26 +4833,35 @@ msgid "Congratulations! You have enabled Two-factor Authentication!"
msgstr ""
msgid "Connect"
-msgstr "連線"
+msgstr ""
msgid "Connect all repositories"
-msgstr "連線所有版本庫"
+msgstr ""
msgid "Connect repositories from GitHub"
-msgstr "é€£çµ GitHub 版本庫"
+msgstr ""
msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
-msgstr "連çµæ‚¨çš„外部版本庫,CI / CD 管線將會為新的æ交執行。åªæœƒå»ºç«‹åªå•Ÿç”¨ CI / CD 功能的 GitLab 專案。"
+msgstr ""
+
+msgid "Connecting"
+msgstr ""
msgid "Connecting to terminal sync service"
msgstr ""
msgid "Connecting..."
-msgstr "正在連çµâ€¦"
+msgstr ""
+
+msgid "Connection failed"
+msgstr ""
msgid "Connection failure"
msgstr ""
+msgid "Connection timed out"
+msgstr ""
+
msgid "Contact an owner of group %{namespace_name} to upgrade the plan."
msgstr ""
@@ -4037,70 +4875,136 @@ msgid "Contact your Administrator to upgrade your license."
msgstr ""
msgid "Container Registry"
-msgstr "容器登錄表"
+msgstr ""
+
+msgid "Container Registry tag expiration policy"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
msgid "Container registry images"
msgstr ""
+msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work."
+msgstr ""
+
+msgid "ContainerRegistry|Automatically remove extra images that aren't designed to be kept."
+msgstr ""
+
msgid "ContainerRegistry|Container Registry"
msgstr ""
-msgid "ContainerRegistry|Copy build command to clipboard"
+msgid "ContainerRegistry|Copy build command"
msgstr ""
-msgid "ContainerRegistry|Copy push command to clipboard"
+msgid "ContainerRegistry|Copy login command"
+msgstr ""
+
+msgid "ContainerRegistry|Copy push command"
msgstr ""
msgid "ContainerRegistry|Docker connection error"
msgstr ""
-msgid "ContainerRegistry|Last Updated"
+msgid "ContainerRegistry|Docker tag expiration policy is %{toggleStatus}"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr "在這個容器登錄表中ä¸åŒ…å«æœ‰æ¨™ç±¤çš„容器映åƒ"
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
-msgid "ContainerRegistry|Quick Start"
+msgid "ContainerRegistry|Expiration policy successfully saved."
msgstr ""
-msgid "ContainerRegistry|Remove image"
-msgid_plural "ContainerRegistry|Remove images"
-msgstr[0] ""
+msgid "ContainerRegistry|Expiration policy:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
-msgid "ContainerRegistry|Remove image(s) and tags"
+msgid "ContainerRegistry|Expire Docker tags that match this regex:"
+msgstr ""
+
+msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password."
+msgstr ""
+
+msgid "ContainerRegistry|Image ID"
+msgstr ""
+
+msgid "ContainerRegistry|Keep and protect the images that matter most."
+msgstr ""
+
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+msgstr ""
+
+msgid "ContainerRegistry|Quick Start"
msgstr ""
msgid "ContainerRegistry|Remove repository"
-msgstr "移除版本庫"
+msgstr ""
-msgid "ContainerRegistry|Remove selected images"
+msgid "ContainerRegistry|Remove selected tags"
msgstr ""
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+
msgid "ContainerRegistry|Size"
-msgstr "大å°"
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the expiration policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the expiration policy."
+msgstr ""
msgid "ContainerRegistry|Tag"
-msgstr "標籤"
+msgstr ""
-msgid "ContainerRegistry|Tag ID"
-msgstr "標籤 ID"
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy is designed to:"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 255 characters"
+msgstr ""
+
+msgid "ContainerRegistry|There are no container images available in this group"
+msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|Wildcards such as %{codeStart}*-stable%{codeEnd} or %{codeStart}production/*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
-msgid "ContainerRegistry|You are about to delete <b>%{count}</b> images. This will delete the images and all tags pointing to them."
+msgid "ContainerRegistry|You are about to remove <b>%{count}</b> tags. Are you sure?"
msgstr ""
-msgid "ContainerRegistry|You are about to delete the image <b>%{title}</b>. This will delete the image and all tags pointing to this image."
+msgid "ContainerRegistry|You are about to remove <b>%{title}</b>. Are you sure?"
msgstr ""
msgid "ContainerRegistry|You are about to remove repository <b>%{title}</b>. Once you confirm, this repository will be permanently deleted."
@@ -4116,19 +5020,19 @@ msgid "Contents of .gitlab-ci.yml"
msgstr ""
msgid "Continue"
-msgstr "繼續"
+msgstr ""
msgid "Continue to the next step"
-msgstr "繼續下個步驟"
+msgstr ""
msgid "Continuous Integration and Deployment"
-msgstr "æŒçºŒæ•´åˆèˆ‡ä½ˆç½²"
+msgstr ""
msgid "Contribute to GitLab"
-msgstr "為 GitLab è²¢ç»"
+msgstr ""
msgid "Contribution"
-msgstr "è²¢ç»"
+msgstr ""
msgid "Contribution Analytics"
msgstr ""
@@ -4136,38 +5040,59 @@ msgstr ""
msgid "Contribution Charts"
msgstr ""
-msgid "Contributions for <strong>%{calendar_date}</strong>"
-msgstr "<strong>%{calendar_date}</strong> çš„è²¢ç»ç´€éŒ„"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{accepted_count}</strong> accepted."
+msgstr ""
-msgid "Contributions per group member"
-msgstr "æ¯å€‹ç¾¤çµ„æˆå“¡çš„è²¢ç»"
+msgid "ContributionAnalytics|<strong>%{created_count}</strong> created, <strong>%{closed_count}</strong> closed."
+msgstr ""
-msgid "Contributors"
-msgstr "è²¢ç»è€…"
+msgid "ContributionAnalytics|<strong>%{pushes}</strong> pushes, more than <strong>%{commits}</strong> commits by <strong>%{people}</strong> contributors."
+msgstr ""
-msgid "ContributorsPage|%{startDate} – %{endDate}"
-msgstr "%{startDate} - %{endDate}"
+msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
+msgstr ""
-msgid "ContributorsPage|Building repository graph."
-msgstr "建立版本庫的圖表。"
+msgid "ContributionAnalytics|Issues"
+msgstr ""
+
+msgid "ContributionAnalytics|Last 3 months"
+msgstr ""
+
+msgid "ContributionAnalytics|Last month"
+msgstr ""
+
+msgid "ContributionAnalytics|Last week"
+msgstr ""
+
+msgid "ContributionAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ContributionAnalytics|No issues for the selected time period."
+msgstr ""
-msgid "ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits."
-msgstr "æ交到 %{branch_name},ä¸åŒ…å«åˆä½µæ交。é™åˆ¶æœ€å¤šé¡¯ç¤º 6,000 個æ交。"
+msgid "ContributionAnalytics|No merge requests for the selected time period."
+msgstr ""
+
+msgid "ContributionAnalytics|No pushes for the selected time period."
+msgstr ""
+
+msgid "Contributions for <strong>%{calendar_date}</strong>"
+msgstr ""
-msgid "ContributorsPage|Please wait a moment, this page will automatically refresh when ready."
-msgstr "è«‹ç¨å¾…片刻,這個é é¢åœ¨æº–備好後自動é‡æ–°æ•´ç†ã€‚"
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributors"
+msgstr ""
msgid "Control emails linked to your account"
msgstr ""
msgid "Control the display of third party offers."
-msgstr "控制第三方æ供的顯示方å¼ã€‚"
+msgstr ""
msgid "Control the maximum concurrency of repository backfill for this secondary node"
-msgstr "控制此次è¦ç¯€é»žçš„版本庫最大並行é‡"
-
-msgid "ConvDev Index"
-msgstr "ConvDev 索引"
+msgstr ""
msgid "Cookie domain"
msgstr ""
@@ -4178,73 +5103,88 @@ msgstr ""
msgid "Copied labels and milestone from %{source_issuable_reference}."
msgstr ""
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{field}"
+msgstr ""
+
msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{protocol} clone URL"
-msgstr "複製 %{protocol} 的複製 (clone) URL"
+msgstr ""
+
+msgid "Copy %{proxy_url}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
-msgid "Copy %{proxy_url} to clipboard"
+msgid "Copy External ID to clipboard"
msgstr ""
-msgid "Copy ID to clipboard"
-msgstr "複製 ID 到剪貼簿"
+msgid "Copy ID"
+msgstr ""
msgid "Copy KRB5 clone URL"
msgstr ""
msgid "Copy SSH clone URL"
-msgstr "複製 SSH 的複製 (clone) URL"
+msgstr ""
msgid "Copy SSH public key"
msgstr ""
-msgid "Copy URL to clipboard"
-msgstr "複製網å€åˆ°å‰ªè²¼ç°¿"
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
-msgid "Copy branch name to clipboard"
-msgstr "複製分支å稱到剪貼簿"
+msgid "Copy command"
+msgstr ""
+
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
-msgid "Copy command to clipboard"
-msgstr "複製指令"
+msgid "Copy file contents"
+msgstr ""
-msgid "Copy commit SHA to clipboard"
-msgstr "複製æ交記錄的 SHA 值到剪貼簿"
+msgid "Copy file path"
+msgstr ""
-msgid "Copy file path to clipboard"
-msgstr "複製檔案路徑到剪貼簿"
+msgid "Copy impersonation token"
+msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
-msgstr "從 %{source_issuable_reference} 複製標籤和里程碑。"
+msgstr ""
msgid "Copy labels and milestone from other issue or merge request in this project"
msgstr ""
msgid "Copy link"
-msgstr "複製連çµ"
-
-msgid "Copy personal access token to clipboard"
msgstr ""
-msgid "Copy reference to clipboard"
-msgstr "複製åƒç…§åˆ°å‰ªè²¼ç°¿"
-
-msgid "Copy secret to clipboard"
-msgstr "複製密碼到剪貼簿"
+msgid "Copy personal access token"
+msgstr ""
-msgid "Copy source to clipboard"
+msgid "Copy reference"
msgstr ""
-msgid "Copy to clipboard"
-msgstr "複製至剪貼簿"
+msgid "Copy secret"
+msgstr ""
-msgid "Copy token to clipboard"
-msgstr "複製憑證到剪貼簿"
+msgid "Copy token"
+msgstr ""
-msgid "Could not add admins as members"
+msgid "Copy trigger token"
msgstr ""
-msgid "Could not add prometheus URL to whitelist"
+msgid "Could not add admins as members"
msgstr ""
msgid "Could not authorize chat nickname. Try again!"
@@ -4265,45 +5205,72 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
+msgid "Could not delete %{design}. Please try again."
+msgstr ""
+
msgid "Could not delete chat nickname %{chat_name}."
msgstr ""
+msgid "Could not fetch projects"
+msgstr ""
+
+msgid "Could not find design"
+msgstr ""
+
msgid "Could not remove the trigger."
msgstr ""
+msgid "Could not restore the group"
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr ""
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr ""
+msgid "Could not save group ID"
+msgstr ""
+
msgid "Could not save project ID"
msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Country"
+msgstr ""
+
msgid "Coverage"
msgstr ""
msgid "Create"
-msgstr "建立"
+msgstr ""
msgid "Create %{type} token"
msgstr ""
msgid "Create New Directory"
-msgstr "建立新資料夾"
+msgstr ""
msgid "Create New Domain"
msgstr ""
+msgid "Create Project"
+msgstr ""
+
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
@@ -4311,19 +5278,28 @@ msgid "Create a merge request"
msgstr ""
msgid "Create a new branch"
-msgstr "建立新分支"
+msgstr ""
msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes."
msgstr ""
msgid "Create a new issue"
-msgstr "建立新議題"
+msgstr ""
+
+msgid "Create a new issue and add it to the epic."
+msgstr ""
msgid "Create a new repository"
msgstr ""
msgid "Create a personal access token on your account to pull or push via %{protocol}."
-msgstr "建立您帳號的個人存å–憑證以é€éŽ %{protocol} 上傳或下載。"
+msgstr ""
+
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue"
+msgstr ""
msgid "Create an issue. Issues are created for each alert triggered."
msgstr ""
@@ -4335,10 +5311,10 @@ msgid "Create board"
msgstr ""
msgid "Create branch"
-msgstr "建立分支"
+msgstr ""
msgid "Create commit"
-msgstr "建立æ交"
+msgstr ""
msgid "Create confidential merge request"
msgstr ""
@@ -4347,64 +5323,67 @@ msgid "Create confidential merge request and branch"
msgstr ""
msgid "Create directory"
-msgstr "建立資料夾"
+msgstr ""
msgid "Create empty repository"
-msgstr "建立空的版本庫"
+msgstr ""
msgid "Create epic"
-msgstr "建立å²è©©"
+msgstr ""
msgid "Create file"
-msgstr "新增檔案"
+msgstr ""
msgid "Create group"
-msgstr "建立群組"
+msgstr ""
msgid "Create group label"
-msgstr "建立群組標籤"
+msgstr ""
+
+msgid "Create issue"
+msgstr ""
msgid "Create lists from labels. Issues with that label appear in that list."
-msgstr "建立標籤列表。å«æœ‰æ­¤æ¨™ç±¤çš„議題將會顯示於清單中。"
+msgstr ""
msgid "Create merge request"
-msgstr "建立åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Create merge request and branch"
-msgstr "建立åˆä½µè«‹æ±‚åŠåˆ†æ”¯"
+msgstr ""
msgid "Create milestone"
-msgstr "建立里程碑"
+msgstr ""
msgid "Create new board"
msgstr ""
msgid "Create new branch"
-msgstr "新增分支"
+msgstr ""
msgid "Create new directory"
-msgstr "新增資料夾"
+msgstr ""
msgid "Create new file"
-msgstr "新增檔案"
+msgstr ""
msgid "Create new file or directory"
-msgstr "建立新檔案或資料夾"
+msgstr ""
msgid "Create new label"
-msgstr "建立新標籤"
+msgstr ""
msgid "Create new..."
-msgstr "建立…"
+msgstr ""
msgid "Create project"
msgstr ""
msgid "Create project label"
-msgstr "建立專案標籤"
+msgstr ""
msgid "Create your first page"
-msgstr "建立您的第一個é é¢"
+msgstr ""
msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
msgstr ""
@@ -4413,25 +5392,34 @@ msgid "CreateGroup|You don’t have permission to create groups."
msgstr ""
msgid "CreateTag|Tag"
-msgstr "標籤"
+msgstr ""
msgid "CreateTokenToCloneLink|create a personal access token"
-msgstr "建立個人存å–憑證"
+msgstr ""
msgid "Created"
-msgstr "已建立"
+msgstr ""
msgid "Created At"
-msgstr "建立於"
+msgstr ""
+
+msgid "Created On"
+msgstr ""
msgid "Created a branch and a merge request to resolve this issue."
msgstr ""
+msgid "Created after"
+msgstr ""
+
+msgid "Created before"
+msgstr ""
+
msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
msgstr ""
msgid "Created by me"
-msgstr "由我建立"
+msgstr ""
msgid "Created issue %{issueLink}"
msgstr ""
@@ -4446,10 +5434,10 @@ msgid "Created merge request %{mergeRequestLink} at %{projectLink}"
msgstr ""
msgid "Created on"
-msgstr "建立於"
+msgstr ""
msgid "Created on:"
-msgstr "建立於:"
+msgstr ""
msgid "Creates a branch and a merge request to resolve this issue."
msgstr ""
@@ -4458,7 +5446,7 @@ msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue
msgstr ""
msgid "Creating epic"
-msgstr "正在建​立å²è©©"
+msgstr ""
msgid "Creating graphs uses the data from the Prometheus server. If this takes a long time, ensure that data is available."
msgstr ""
@@ -4466,57 +5454,81 @@ msgstr ""
msgid "Creation date"
msgstr ""
+msgid "Credentials"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
msgid "Cron Timezone"
-msgstr "Cron 時å€"
+msgstr ""
msgid "Cron syntax"
-msgstr "Cron 語法"
+msgstr ""
-msgid "Cross-project dependencies"
+msgid "Crossplane"
msgstr ""
msgid "Current Branch"
-msgstr "ç›®å‰åˆ†æ”¯"
+msgstr ""
+
+msgid "Current Plan"
+msgstr ""
msgid "Current Project"
msgstr ""
msgid "Current node"
-msgstr "ç›®å‰ç¯€é»ž"
+msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current vulnerabilities count"
+msgstr ""
+
msgid "CurrentUser|Profile"
-msgstr "個人資料"
+msgstr ""
msgid "CurrentUser|Settings"
-msgstr "設定"
+msgstr ""
-msgid "Custom CI config path"
-msgstr "自訂 CI 設定路徑"
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
msgid "Custom hostname (for private commit emails)"
-msgstr "自訂網域 (用於ç§äººæ交的電å­ä¿¡ç®±)"
+msgstr ""
msgid "Custom notification events"
-msgstr "自訂通知事件"
+msgstr ""
msgid "Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out %{notification_link}."
-msgstr "自訂通知等級與åƒèˆ‡ç­‰ç´šç›¸åŒã€‚使用自訂通知等級以åªæŽ¥æ”¶åˆ°é¸å–事件的通知。若想了解更多資訊,請造訪 %{notification_link}。"
+msgstr ""
msgid "Custom project templates"
-msgstr "自訂專案模æ¿"
+msgstr ""
msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
msgstr ""
+msgid "Custom range"
+msgstr ""
+
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|Add stage"
msgstr ""
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
msgid "CustomCycleAnalytics|Enter a name for the stage"
msgstr ""
@@ -4550,14 +5562,17 @@ msgstr ""
msgid "CustomCycleAnalytics|Stop event label"
msgstr ""
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
msgid "Customize colors"
-msgstr "自訂é¡è‰²"
+msgstr ""
msgid "Customize how FogBugz email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
-msgstr "自訂把 FogBugz é›»å­ä¿¡ç®±ç¶²å€å’Œä½¿ç”¨è€…å稱匯入到 GitLab çš„æ–¹å¼ã€‚下個步驟中,您將å¯ä»¥é¸æ“‡æ¬²åŒ¯å…¥çš„專案。"
+msgstr ""
msgid "Customize how Google Code email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
-msgstr "自訂把 Google Code çš„é›»å­ä¿¡ç®±ç¶²å€å’Œä½¿ç”¨è€…å稱匯入到 GitLab çš„æ–¹å¼ã€‚下個步驟中,您將å¯ä»¥é¸æ“‡æ¬²åŒ¯å…¥çš„專案。"
+msgstr ""
msgid "Customize icon"
msgstr ""
@@ -4569,26 +5584,56 @@ msgid "Customize name"
msgstr ""
msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
-msgstr "å­˜å–您執行器憑證,自訂您的管線設定,並檢視你的æµæ°´ç¾ç‹€æ…‹åŠæ¸¬è©¦æ¶µè“‹çŽ‡å ±å‘Šã€‚"
+msgstr ""
+
+msgid "Customize your pipeline configuration."
+msgstr ""
msgid "Cycle Analytics"
-msgstr "週期分æž"
+msgstr ""
msgid "Cycle Analytics can help you determine your team’s velocity"
msgstr ""
msgid "Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project."
-msgstr "「週期統計ã€æ供了您專案從想法到生產環境所花費時間的概覽"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue closed"
+msgstr ""
msgid "CycleAnalyticsEvent|Issue created"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue first added to a board"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue first associated with a milestone"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board"
msgstr ""
msgid "CycleAnalyticsEvent|Issue first mentioned in a commit"
msgstr ""
+msgid "CycleAnalyticsEvent|Issue label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Issue last edited"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge Request label was removed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request closed"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request created"
msgstr ""
@@ -4601,47 +5646,97 @@ msgstr ""
msgid "CycleAnalyticsEvent|Merge request last build start time"
msgstr ""
+msgid "CycleAnalyticsEvent|Merge request last edited"
+msgstr ""
+
msgid "CycleAnalyticsEvent|Merge request merged"
msgstr ""
msgid "CycleAnalyticsStage|Code"
-msgstr "程å¼ç¢¼"
+msgstr ""
msgid "CycleAnalyticsStage|Issue"
-msgstr "議題"
+msgstr ""
msgid "CycleAnalyticsStage|Plan"
-msgstr "計劃"
-
-msgid "CycleAnalyticsStage|Production"
-msgstr "生產環境"
+msgstr ""
msgid "CycleAnalyticsStage|Review"
-msgstr "檢閱"
+msgstr ""
msgid "CycleAnalyticsStage|Staging"
-msgstr "試營é‹"
+msgstr ""
msgid "CycleAnalyticsStage|Test"
-msgstr "測試"
+msgstr ""
+
+msgid "CycleAnalyticsStage|Total"
+msgstr ""
+
+msgid "CycleAnalyticsStage|is not available for the selected group"
+msgstr ""
+
+msgid "CycleAnalyticsStage|should be under a group"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
-msgid "CycleAnalytics|%{projectName}"
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Project selected"
msgid_plural "CycleAnalytics|%d projects selected"
msgstr[0] ""
-msgid "CycleAnalytics|%{stageName}"
-msgid_plural "CycleAnalytics|%d stages selected"
-msgstr[0] ""
+msgid "CycleAnalytics|Select labels"
+msgstr ""
-msgid "CycleAnalytics|All stages"
+msgid "CycleAnalytics|Show"
+msgstr ""
+
+msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
msgstr ""
msgid "CycleAnalytics|Stages"
msgstr ""
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
msgid "CycleAnalytics|group dropdown filter"
msgstr ""
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
msgid "CycleAnalytics|project dropdown filter"
msgstr ""
@@ -4649,22 +5744,22 @@ msgid "CycleAnalytics|stage dropdown"
msgstr ""
msgid "DNS"
-msgstr ""
+msgstr "DNS"
msgid "Dashboard"
-msgstr "監控é¢æ¿"
+msgstr ""
msgid "DashboardProjects|All"
-msgstr "全部"
+msgstr ""
msgid "DashboardProjects|Personal"
-msgstr "個人"
+msgstr ""
msgid "DashboardProjects|Trending"
msgstr ""
msgid "Dashboards"
-msgstr "儀表æ¿"
+msgstr ""
msgid "Dashboard|%{firstProject} and %{secondProject}"
msgstr ""
@@ -4678,8 +5773,11 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Date"
+msgstr ""
+
msgid "Date picker"
-msgstr "日期é¸æ“‡å™¨"
+msgstr ""
msgid "DayTitle|F"
msgstr ""
@@ -4696,23 +5794,29 @@ msgstr ""
msgid "Days"
msgstr ""
+msgid "Days to merge"
+msgstr ""
+
msgid "Debug"
-msgstr "除錯"
+msgstr ""
msgid "Dec"
-msgstr "å二月"
+msgstr "12月"
msgid "December"
-msgstr "å二月"
+msgstr ""
msgid "Decline"
-msgstr "拒絕"
+msgstr ""
msgid "Decline and sign out"
-msgstr "拒絕並登出"
+msgstr ""
msgid "Default Branch"
-msgstr "é è¨­åˆ†æ”¯"
+msgstr ""
+
+msgid "Default CI configuration path"
+msgstr ""
msgid "Default artifacts expiration"
msgstr ""
@@ -4724,7 +5828,10 @@ msgid "Default branch and protected branches"
msgstr ""
msgid "Default classification label"
-msgstr "é è¨­åˆ†é¡žæ¨™ç±¤"
+msgstr ""
+
+msgid "Default deletion adjourned period"
+msgstr ""
msgid "Default description template for issues"
msgstr ""
@@ -4745,43 +5852,43 @@ msgid "Default project deletion protection"
msgstr ""
msgid "Default: Directly import the Google Code email address or username"
-msgstr "é è¨­å€¼ï¼šç›´æŽ¥åŒ¯å…¥ Google Code çš„é›»å­éƒµä»¶ä½å€æˆ–使用者å稱"
+msgstr ""
msgid "Default: Map a FogBugz account ID to a full name"
-msgstr "é è¨­å€¼ï¼šå°‡ FogBugz 的帳號å°æ‡‰ç‚ºå…¨å"
+msgstr ""
msgid "Define a custom pattern with cron syntax"
-msgstr "使用 Cron 語法定義自訂樣å¼"
+msgstr ""
msgid "Define environments in the deploy stage(s) in <code>.gitlab-ci.yml</code> to track deployments here."
msgstr ""
msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes."
-msgstr "您確定è¦ç«‹å³åŸ·è¡Œ %{jobName} 嗎?如果ä¸è¦ï¼Œè©²å·¥ä½œå°‡æœƒåœ¨è¨ˆæ™‚çµæŸå¾Œè‡ªå‹•åŸ·è¡Œã€‚"
+msgstr ""
msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This job will run automatically after it's timer finishes."
-msgstr "您確定è¦ç«‹å³åŸ·è¡Œ %{job_name} 嗎?該工作將會在計時çµæŸå¾Œè‡ªå‹•åŸ·è¡Œã€‚"
+msgstr ""
msgid "DelayedJobs|Start now"
-msgstr "ç«‹å³é–‹å§‹"
+msgstr ""
msgid "DelayedJobs|Unschedule"
-msgstr "å–消計畫"
+msgstr ""
msgid "DelayedJobs|delayed"
-msgstr "已延é²"
+msgstr ""
msgid "Delete"
-msgstr "刪除"
+msgstr ""
msgid "Delete Comment"
msgstr ""
msgid "Delete Package"
-msgstr "刪除套件"
+msgstr ""
msgid "Delete Snippet"
-msgstr "刪除片段"
+msgstr ""
msgid "Delete artifacts"
msgstr ""
@@ -4790,13 +5897,25 @@ msgid "Delete board"
msgstr ""
msgid "Delete comment"
-msgstr "刪除留言"
+msgstr ""
msgid "Delete license"
msgstr ""
msgid "Delete list"
-msgstr "刪除清單"
+msgstr ""
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
msgid "Delete source branch"
msgstr ""
@@ -4820,7 +5939,7 @@ msgid "DeleteProject|Failed to restore wiki repository. Please contact the admin
msgstr ""
msgid "Deleted"
-msgstr "已刪除"
+msgstr ""
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
@@ -4837,15 +5956,21 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
msgid "Deny"
-msgstr "拒絕"
+msgstr ""
msgid "Dependencies"
msgstr ""
+msgid "Dependencies help page link"
+msgstr ""
+
msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
@@ -4905,6 +6030,9 @@ msgstr ""
msgid "Dependency Proxy"
msgstr ""
+msgid "Dependency Scanning"
+msgstr ""
+
msgid "Dependency proxy"
msgstr ""
@@ -4927,10 +6055,10 @@ msgstr[0] ""
msgid "Deploy"
msgid_plural "Deploys"
-msgstr[0] "佈署"
+msgstr[0] ""
msgid "Deploy Keys"
-msgstr "佈署金鑰"
+msgstr ""
msgid "Deploy key was successfully updated."
msgstr ""
@@ -4945,157 +6073,178 @@ msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy
msgstr ""
msgid "DeployKeys|+%{count} others"
-msgstr "其他 +%{count} 個"
+msgstr ""
msgid "DeployKeys|Current project"
-msgstr "ç›®å‰å°ˆæ¡ˆ"
+msgstr ""
msgid "DeployKeys|Deploy key"
-msgstr "佈署金鑰"
+msgstr ""
msgid "DeployKeys|Enabled deploy keys"
-msgstr "已啟用佈署金鑰"
+msgstr ""
msgid "DeployKeys|Error enabling deploy key"
-msgstr "啟用佈署金鑰時失敗"
+msgstr ""
msgid "DeployKeys|Error getting deploy keys"
-msgstr "å–得佈署金鑰時失敗"
+msgstr ""
msgid "DeployKeys|Error removing deploy key"
-msgstr "移除佈署金鑰時失敗"
+msgstr ""
msgid "DeployKeys|Expand %{count} other projects"
-msgstr "展開其他 %{count} 個專案"
+msgstr ""
msgid "DeployKeys|Loading deploy keys"
-msgstr "正在載入佈署金鑰"
+msgstr ""
msgid "DeployKeys|No deploy keys found. Create one with the form above."
-msgstr "找ä¸åˆ°ä»»ä½•ä½ˆç½²é‡‘鑰。請使用上é¢çš„表格建立一個。"
+msgstr ""
msgid "DeployKeys|Privately accessible deploy keys"
-msgstr "å¯å­˜å–çš„ç§äººä½ˆç½²é‡‘é‘°"
+msgstr ""
msgid "DeployKeys|Project usage"
-msgstr "專案用é‡"
+msgstr ""
msgid "DeployKeys|Publicly accessible deploy keys"
-msgstr "å¯å­˜å–的公開佈署金鑰"
+msgstr ""
msgid "DeployKeys|Read access only"
-msgstr "唯讀存å–"
+msgstr ""
msgid "DeployKeys|Write access allowed"
-msgstr "å·²å…許寫入權é™"
+msgstr ""
msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "你準備è¦ç§»é™¤é€™å€‹ä½ˆç½²é‡‘鑰,確定?"
+msgstr ""
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
-msgstr "啟用佈署憑證(%{active_tokens})"
+msgstr ""
msgid "DeployTokens|Add a deploy token"
-msgstr "建立一個佈署憑證"
+msgstr ""
msgid "DeployTokens|Allows read-only access to the registry images"
-msgstr "å…許 Registry 映åƒæª”的唯讀存å–"
+msgstr ""
msgid "DeployTokens|Allows read-only access to the repository"
-msgstr "å…許此版本庫的唯讀存å–"
+msgstr ""
-msgid "DeployTokens|Copy deploy token to clipboard"
-msgstr "複製佈署憑證至剪貼簿"
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
-msgid "DeployTokens|Copy username to clipboard"
-msgstr "複製使用者å稱到剪貼簿"
+msgid "DeployTokens|Copy username"
+msgstr ""
msgid "DeployTokens|Create deploy token"
-msgstr "建立佈署憑證"
+msgstr ""
msgid "DeployTokens|Created"
-msgstr "已建立"
+msgstr ""
msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
msgstr ""
msgid "DeployTokens|Deploy Tokens"
-msgstr "佈署憑證"
+msgstr ""
msgid "DeployTokens|Deploy tokens allow read-only access to your repository and registry images."
-msgstr "佈署憑證å…許您版本庫的唯讀存å–與 Registry 映åƒæª”。"
+msgstr ""
msgid "DeployTokens|Expires"
-msgstr "éŽæœŸçš„"
+msgstr ""
msgid "DeployTokens|Name"
-msgstr "å稱"
+msgstr ""
msgid "DeployTokens|Pick a name for the application, and we'll give you a unique deploy token."
-msgstr "為您的應用程å¼å–個å稱,然後我們將會給您一個ç¨ç‰¹çš„佈署憑證。"
+msgstr ""
msgid "DeployTokens|Revoke"
-msgstr "撤回"
+msgstr ""
msgid "DeployTokens|Revoke %{name}"
-msgstr "撤回 %{name}"
+msgstr ""
msgid "DeployTokens|Scopes"
-msgstr "範åœ"
+msgstr ""
msgid "DeployTokens|This action cannot be undone."
-msgstr "此動作將無法還原。"
+msgstr ""
msgid "DeployTokens|This project has no active Deploy Tokens."
-msgstr "此專案沒有任何啟用的佈署憑證。"
+msgstr ""
msgid "DeployTokens|Use this token as a password. Make sure you save it - you won't be able to access it again."
-msgstr "把這個憑證當åšå¯†ç¢¼ä½¿ç”¨ã€‚ä¿è­‰ä½ å„²å­˜äº†å®ƒ - 因為你將無法å†æ¬¡å­˜å–它。"
+msgstr ""
msgid "DeployTokens|Use this username as a login."
-msgstr "將使用者å稱當作登入å稱。"
+msgstr ""
msgid "DeployTokens|Username"
-msgstr "使用者å稱"
+msgstr ""
msgid "DeployTokens|You are about to revoke"
-msgstr "您正打算復原"
+msgstr ""
msgid "DeployTokens|Your New Deploy Token"
-msgstr "您的新佈署憑證"
+msgstr ""
msgid "DeployTokens|Your new project deploy token has been created."
-msgstr "您的新專案佈署憑證已經建立。"
-
-msgid "Deployed"
msgstr ""
-msgid "Deployed %{deployedSince}"
+msgid "Deployed"
msgstr ""
msgid "Deployed to"
-msgstr "已佈署到"
+msgstr ""
msgid "Deploying to"
-msgstr "正在佈署到"
+msgstr ""
+
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
msgid "Deprioritize label"
-msgstr "優先標籤"
+msgstr ""
msgid "Descending"
-msgstr "é™å†ª"
+msgstr ""
+
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
msgid "Description"
-msgstr "æè¿°"
+msgstr ""
msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
msgstr ""
msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
-msgstr "《æ述模æ¿ã€‹å…許你為您專案的議題或åˆä½µè«‹æ±‚之æ述欄ä½å®šç¾©ç¬¦åˆä¸Šä¸‹æ–‡çš„模æ¿ã€‚"
+msgstr ""
msgid "Description:"
-msgstr "說明:"
+msgstr ""
msgid "Descriptive label"
msgstr ""
@@ -5103,6 +6252,15 @@ msgstr ""
msgid "Deselect all"
msgstr ""
+msgid "Design Management"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design Sync Not Enabled"
+msgstr ""
+
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr ""
@@ -5112,19 +6270,37 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|An error occurred while loading designs. Please try again."
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to delete the selected designs?"
msgstr ""
-msgid "DesignManagement|Could not add a new comment. Please try again"
+msgid "DesignManagement|Cancel comment confirmation"
msgstr ""
-msgid "DesignManagement|Could not create new discussion, please try again."
+msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
-msgid "DesignManagement|Could not find design, please try again."
+msgid "DesignManagement|Could not create new discussion. Please try again."
msgstr ""
-msgid "DesignManagement|Error uploading a new design. Please try again"
+msgid "DesignManagement|Delete"
+msgstr ""
+
+msgid "DesignManagement|Delete designs confirmation"
+msgstr ""
+
+msgid "DesignManagement|Delete selected"
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Error uploading a new design. Please try again."
msgstr ""
msgid "DesignManagement|Go back to designs"
@@ -5136,12 +6312,15 @@ msgstr ""
msgid "DesignManagement|Go to previous design"
msgstr ""
-msgid "DesignManagement|Requested design version does not exist"
+msgid "DesignManagement|Keep comment"
msgstr ""
msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
msgstr ""
+msgid "DesignManagement|Select all"
+msgstr ""
+
msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
msgstr ""
@@ -5155,52 +6334,61 @@ msgid "Designs"
msgstr ""
msgid "Destroy"
-msgstr "銷毀"
+msgstr ""
msgid "Details"
-msgstr "詳細資訊"
+msgstr ""
msgid "Details (default)"
msgstr ""
msgid "Detect host keys"
-msgstr "åµæ¸¬ä¸»æ©Ÿé‡‘é‘°"
+msgstr ""
+
+msgid "Detected %{timeago} in pipeline %{pipeline_link}"
+msgstr ""
+
+msgid "DevOps Score"
+msgstr ""
msgid "Diff content limits"
-msgstr "差異內容é™åˆ¶"
+msgstr ""
msgid "Diff limits"
-msgstr "差異é™åˆ¶"
+msgstr ""
+
+msgid "Difference between start date and now"
+msgstr ""
msgid "DiffsCompareBaseBranch|(base)"
msgstr ""
msgid "Diffs|No file name available"
-msgstr "沒有å¯ç”¨çš„檔案å稱"
+msgstr ""
-msgid "Diffs|Show all lines"
+msgid "Diffs|Show unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
-msgstr "讀å–差異檔時發生了一些錯誤."
+msgstr ""
msgid "Direction"
-msgstr "æ–¹å‘"
+msgstr ""
msgid "Directory name"
-msgstr "資料夾å稱"
+msgstr ""
msgid "Disable"
-msgstr "åœç”¨"
-
-msgid "Disable email notifications"
msgstr ""
msgid "Disable for this project"
-msgstr "為此專案åœç”¨"
+msgstr ""
msgid "Disable group Runners"
-msgstr "åœç”¨ç¾¤çµ„執行器"
+msgstr ""
+
+msgid "Disable public access to Pages sites"
+msgstr ""
msgid "Disable shared Runners"
msgstr ""
@@ -5215,25 +6403,25 @@ msgid "Disabled mirrors can only be enabled by instance owners. It is recommende
msgstr ""
msgid "Discard"
-msgstr "æ¨æ£„"
+msgstr ""
msgid "Discard all changes"
-msgstr "æ¨æ£„所有變更"
+msgstr ""
msgid "Discard all unstaged changes?"
-msgstr "æ¨æ£„所有未暫存變更?"
+msgstr ""
msgid "Discard changes"
-msgstr "復原變更"
+msgstr ""
msgid "Discard changes to %{path}?"
-msgstr "æ¨æ£„ %{path} 的變更?"
+msgstr ""
msgid "Discard draft"
-msgstr "放棄è‰ç¨¿"
+msgstr ""
msgid "Discard review"
-msgstr "放棄檢閱"
+msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
@@ -5245,7 +6433,7 @@ msgid "Discover GitLab Geo"
msgstr ""
msgid "Discover projects, groups and snippets. Share your projects with others"
-msgstr "探索專案,群組和程å¼ç¢¼ç‰‡æ®µã€‚與他人分享您的專案"
+msgstr ""
msgid "Discuss a specific suggestion or question"
msgstr ""
@@ -5260,22 +6448,28 @@ msgid "Discuss a specific suggestion or question."
msgstr ""
msgid "Discussion"
-msgstr "討論"
+msgstr ""
-msgid "Dismiss"
-msgstr "忽略"
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr ""
-msgid "Dismiss ConvDev introduction"
+msgid "Dismiss"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box"
-msgstr "關閉循環分æžä»‹ç´¹è¦–窗"
+msgstr ""
+
+msgid "Dismiss DevOps Score introduction"
+msgstr ""
msgid "Dismiss Merge Request promotion"
-msgstr "忽略åˆä½µè«‹æ±‚的促銷廣告"
+msgstr ""
msgid "Dismiss trial promotion"
-msgstr "å–消試用版å‡ç´š"
+msgstr ""
msgid "Dismissed"
msgstr ""
@@ -5292,38 +6486,56 @@ msgstr ""
msgid "Display name"
msgstr ""
+msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
-msgstr "是å¦è¦è‡ªè¨‚å°‡ Google Code çš„é›»å­ä¿¡ç®±ä½å€å’Œä½¿ç”¨è€…å稱匯入到 GitLab çš„æ–¹å¼ï¼Ÿ"
+msgstr ""
msgid "Dockerfile"
msgstr ""
+msgid "Documentation"
+msgstr ""
+
msgid "Documentation for popular identity providers"
-msgstr "知å身份æ供商的檔案"
+msgstr ""
msgid "Doing"
msgstr ""
msgid "Domain"
-msgstr "網域"
+msgstr ""
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr ""
+msgid "Don't have an account yet?"
+msgstr ""
+
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
msgid "Don't show again"
-msgstr "ä¸å†é¡¯ç¤º"
+msgstr ""
msgid "Don't worry, you can access this tour by clicking on the help icon in the top right corner and choose <strong>Learn GitLab</strong>."
msgstr ""
msgid "Done"
-msgstr "完æˆ"
+msgstr ""
msgid "Download"
-msgstr "下載"
+msgstr ""
+
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
msgid "Download CSV"
msgstr ""
@@ -5340,6 +6552,9 @@ msgstr ""
msgid "Download codes"
msgstr ""
+msgid "Download evidence JSON"
+msgstr ""
+
msgid "Download export"
msgstr ""
@@ -5356,28 +6571,37 @@ msgid "Download this directory"
msgstr ""
msgid "DownloadCommit|Email Patches"
-msgstr "é›»å­éƒµä»¶ä¿®è£œæª”案"
+msgstr ""
msgid "DownloadCommit|Plain Diff"
-msgstr "純文字差異檔"
+msgstr ""
msgid "DownloadSource|Download"
-msgstr "下載原始碼"
+msgstr ""
msgid "Downstream"
msgstr ""
msgid "Downvotes"
-msgstr "噓"
+msgstr ""
msgid "Due date"
-msgstr "截止日期"
+msgstr ""
+
+msgid "Duration"
+msgstr ""
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
-msgstr "在這éŽç¨‹ä¸­ï¼Œæ‚¨å°‡æœƒè¢«è©¢å• GitLab 方的連çµï¼Œè«‹ä½¿ç”¨åº•ä¸‹é¡¯ç¤ºçš„連çµã€‚"
+msgstr ""
+
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
msgid "Each Runner can be in one of the following states:"
-msgstr "æ¯å€‹åŸ·è¡Œå™¨å¯ä»¥è™•æ–¼ä»¥ä¸‹ç‹€æ…‹ä¹‹ä¸€ï¼š"
+msgstr ""
msgid "Edit"
msgstr "編輯"
@@ -5394,29 +6618,47 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
msgid "Edit Label"
-msgstr "編輯標籤"
+msgstr ""
msgid "Edit Milestone"
-msgstr "編輯里程碑"
+msgstr ""
msgid "Edit Password"
msgstr ""
msgid "Edit Pipeline Schedule %{id}"
-msgstr "編輯排程管線 %{id}"
+msgstr ""
+
+msgid "Edit Project Hook"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
msgid "Edit Snippet"
-msgstr "編輯片段"
+msgstr ""
+
+msgid "Edit System Hook"
+msgstr ""
msgid "Edit application"
-msgstr "編輯應用程å¼"
+msgstr ""
msgid "Edit board"
msgstr ""
msgid "Edit comment"
-msgstr "編輯留言"
+msgstr ""
+
+msgid "Edit dashboard"
+msgstr ""
msgid "Edit description"
msgstr ""
@@ -5431,13 +6673,13 @@ msgid "Edit file"
msgstr ""
msgid "Edit files in the editor and commit changes here"
-msgstr "在編輯器中編輯檔案,並在此處æ交變更"
+msgstr ""
msgid "Edit group: %{group_name}"
-msgstr "編輯群組:%{group_name}"
+msgstr ""
msgid "Edit identity for %{user_name}"
-msgstr "編輯 %{user_name} 的身份"
+msgstr ""
msgid "Edit issues"
msgstr ""
@@ -5448,6 +6690,9 @@ msgstr ""
msgid "Edit stage"
msgstr ""
+msgid "Edit this release"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -5458,7 +6703,10 @@ msgid "Editing"
msgstr ""
msgid "Elasticsearch"
-msgstr "Elasticsearch"
+msgstr ""
+
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
msgid "Elasticsearch indexing restrictions"
msgstr ""
@@ -5467,7 +6715,7 @@ msgid "Elasticsearch indexing started"
msgstr ""
msgid "Elasticsearch integration. Elasticsearch AWS IAM."
-msgstr "Elasticsearch æ•´åˆã€‚ Elasticsearch AWS IAM。"
+msgstr ""
msgid "Elastic|None. Select namespaces to index."
msgstr ""
@@ -5476,7 +6724,7 @@ msgid "Elastic|None. Select projects to index."
msgstr ""
msgid "Email"
-msgstr "é›»å­ä¿¡ç®±"
+msgstr ""
msgid "Email address"
msgstr ""
@@ -5484,8 +6732,11 @@ msgstr ""
msgid "Email domain is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
msgid "Email patch"
-msgstr "é›»å­éƒµä»¶è£œä¸"
+msgstr ""
msgid "Email the pipelines status to a list of recipients."
msgstr ""
@@ -5521,7 +6772,7 @@ msgid "EmailToken|resetting..."
msgstr ""
msgid "Emails"
-msgstr "é›»å­éƒµä»¶"
+msgstr ""
msgid "Emails separated by comma"
msgstr ""
@@ -5548,25 +6799,31 @@ msgid "EmailsOnPushService|Send notifications from the committer's email address
msgstr ""
msgid "Embed"
-msgstr "內嵌"
+msgstr ""
msgid "Empty file"
msgstr ""
msgid "Enable"
-msgstr "啟用"
+msgstr ""
msgid "Enable Auto DevOps"
-msgstr "啟用自動 DevOps"
+msgstr ""
msgid "Enable HTML emails"
msgstr ""
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
-msgstr "啟用 Pseudonymizer 的資料收集"
+msgstr ""
msgid "Enable SAML authentication for this group"
-msgstr "為此群組啟用 SAML 驗證"
+msgstr ""
msgid "Enable access to Grafana"
msgstr ""
@@ -5578,13 +6835,13 @@ msgid "Enable and configure Grafana."
msgstr ""
msgid "Enable and configure InfluxDB metrics."
-msgstr "啟用與設定 InfluxDB 指標。"
+msgstr ""
msgid "Enable and configure Prometheus metrics."
-msgstr "啟用與設定 Prometheus 指標。"
+msgstr ""
msgid "Enable classification control using an external service"
-msgstr "使用外部æœå‹™é€²è¡Œåˆ†é¡žæŽ§åˆ¶"
+msgstr ""
msgid "Enable error tracking"
msgstr ""
@@ -5593,10 +6850,10 @@ msgid "Enable feature to choose access level"
msgstr ""
msgid "Enable for this project"
-msgstr "為此專案啟用"
+msgstr ""
msgid "Enable group Runners"
-msgstr "啟用群組執行器"
+msgstr ""
msgid "Enable header and footer in emails"
msgstr ""
@@ -5605,10 +6862,13 @@ msgid "Enable mirror configuration"
msgstr ""
msgid "Enable or disable the Pseudonymizer data collection."
-msgstr "啟用或åœç”¨ Pseudonymizer 的資料收集。"
+msgstr ""
msgid "Enable or disable version check and usage ping."
-msgstr "啟用或åœç”¨ç‰ˆæœ¬æª¢æŸ¥å’Œä½¿ç”¨ ping。"
+msgstr ""
+
+msgid "Enable protected paths rate limit"
+msgstr ""
msgid "Enable proxy"
msgstr ""
@@ -5626,16 +6886,16 @@ msgid "Enable two-factor authentication"
msgstr ""
msgid "Enable usage ping"
-msgstr "å•Ÿç”¨ä½¿ç”¨æƒ…æ³ Ping"
+msgstr ""
msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr "å•Ÿç”¨ä½¿ç”¨æƒ…æ³ Ping 以從功能角度來看您 GitLab 的使用情形概覽"
+msgstr ""
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
msgid "Enabled"
-msgstr "已啟用"
+msgstr ""
msgid "Enabled Git access protocols"
msgstr ""
@@ -5650,7 +6910,7 @@ msgid "End date"
msgstr ""
msgid "Ends at (UTC)"
-msgstr "æ–¼ (UTC) çµæŸ"
+msgstr ""
msgid "Enforce DNS rebinding attack protection"
msgstr ""
@@ -5661,6 +6921,9 @@ msgstr ""
msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster."
msgstr ""
+msgid "Enter Admin Mode"
+msgstr ""
+
msgid "Enter IP address range"
msgstr ""
@@ -5677,7 +6940,7 @@ msgid "Enter domain"
msgstr ""
msgid "Enter in your Bitbucket Server URL and personal access token below"
-msgstr "在底下輸入您的 BitBucket 伺æœå™¨ URL 和個人存å–憑證"
+msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
@@ -5685,17 +6948,20 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
msgid "Enter the issue description"
-msgstr "請輸入議題說明"
+msgstr ""
msgid "Enter the issue title"
-msgstr "請輸入議題標題"
+msgstr ""
msgid "Enter the merge request description"
-msgstr "請輸入åˆä½µè«‹æ±‚說明"
+msgstr ""
msgid "Enter the merge request title"
-msgstr "請請輸入åˆä½µè«‹æ±‚標題"
+msgstr ""
msgid "Enter your password to approve"
msgstr ""
@@ -5703,9 +6969,6 @@ msgstr ""
msgid "Enter zen mode"
msgstr ""
-msgid "EnviornmentDashboard|You are looking at the last updated environment"
-msgstr ""
-
msgid "Environment"
msgstr ""
@@ -5718,8 +6981,17 @@ msgstr ""
msgid "Environment:"
msgstr ""
+msgid "EnvironmentDashboard|API"
+msgstr ""
+
+msgid "EnvironmentDashboard|Created through the Deployment API"
+msgstr ""
+
+msgid "EnvironmentDashboard|You are looking at the last updated environment"
+msgstr ""
+
msgid "Environments"
-msgstr "環境"
+msgstr ""
msgid "Environments Dashboard"
msgstr ""
@@ -5727,6 +6999,9 @@ msgstr ""
msgid "Environments allow you to track deployments of your application %{link_to_read_more}."
msgstr ""
+msgid "Environments in %{name}"
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr ""
@@ -5742,17 +7017,26 @@ msgstr ""
msgid "EnvironmentsDashboard|More actions"
msgstr ""
+msgid "EnvironmentsDashboard|Read more."
+msgstr ""
+
msgid "EnvironmentsDashboard|Remove"
msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
msgid "Environments|An error occurred while fetching the environments."
-msgstr "抓å–環境時發生錯誤。"
+msgstr ""
msgid "Environments|An error occurred while making the request."
-msgstr "建立請求時發生錯誤"
+msgstr ""
msgid "Environments|An error occurred while re-deploying the environment, please try again"
msgstr ""
@@ -5761,55 +7045,70 @@ msgid "Environments|An error occurred while rolling back the environment, please
msgstr ""
msgid "Environments|An error occurred while stopping the environment, please try again"
-msgstr "åœæ­¢ç’°å¢ƒæ™‚發生錯誤,請é‡è©¦"
+msgstr ""
msgid "Environments|Are you sure you want to stop this environment?"
-msgstr "確定è¦åœæ­¢æ­¤ç’°å¢ƒå—Žï¼Ÿ"
+msgstr ""
+
+msgid "Environments|Auto stop in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+msgstr ""
msgid "Environments|Commit"
-msgstr "æ交"
+msgstr ""
msgid "Environments|Deploy to..."
-msgstr "佈署到…"
+msgstr ""
msgid "Environments|Deployment"
-msgstr "佈署"
+msgstr ""
msgid "Environments|Environment"
-msgstr "環境"
+msgstr ""
msgid "Environments|Environments"
-msgstr "環境"
+msgstr ""
msgid "Environments|Environments are places where code gets deployed, such as staging or production."
-msgstr "《環境》是佈署程å¼ç¢¼çš„ä½ç½®ï¼Œä¾‹å¦‚階段或生產環境。"
+msgstr ""
+
+msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search."
+msgstr ""
msgid "Environments|Job"
-msgstr "作業"
+msgstr ""
+
+msgid "Environments|Learn about environments"
+msgstr ""
msgid "Environments|Learn more about stopping environments"
-msgstr "了解有關åœæ­¢ç’°å¢ƒçš„更多資訊"
+msgstr ""
msgid "Environments|New environment"
-msgstr "建立環境"
+msgstr ""
+
+msgid "Environments|No deployed environments"
+msgstr ""
msgid "Environments|No deployments yet"
-msgstr "尚未佈署"
+msgstr ""
-msgid "Environments|No pod name has been specified"
-msgstr "沒有指定 pod å稱"
+msgid "Environments|No pods to display"
+msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file."
-msgstr "注æ„,此動作將會åœæ­¢è©²ç’°å¢ƒï¼ä½†å› å°šæœªåœ¨ %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} 檔案中定義「åœæ­¢ç’°å¢ƒå‹•ä½œã€ï¼Œå› æ­¤%{emphasisStart}ä¸æœƒ%{emphasisEnd}影響ç¾æœ‰çš„佈署。"
+msgstr ""
msgid "Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file."
-msgstr "注æ„,此æ“作將會åœæ­¢è©²ç’°å¢ƒï¼Œä½†å› ç‚ºå°šæœªåœ¨ %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} 檔案中定義「åœæ­¢ç’°å¢ƒå‹•ä½œã€ï¼Œå› æ­¤%{emphasis_start}ä¸æœƒ%{emphasis_end}影響ç¾æœ‰çš„佈署。"
+msgstr ""
msgid "Environments|Open live environment"
-msgstr "打開實æ³ç’°å¢ƒ"
+msgstr ""
msgid "Environments|Pod logs from"
-msgstr "Pod 記錄由"
+msgstr ""
msgid "Environments|Re-deploy"
msgstr ""
@@ -5821,16 +7120,16 @@ msgid "Environments|Re-deploy environment %{name}?"
msgstr ""
msgid "Environments|Re-deploy to environment"
-msgstr "é‡æ–°ä½ˆç½²ç’°å¢ƒ"
+msgstr ""
msgid "Environments|Read more about environments"
-msgstr "了解有關環境的更多資訊"
+msgstr ""
msgid "Environments|Rollback"
msgstr ""
msgid "Environments|Rollback environment"
-msgstr "回退環境"
+msgstr ""
msgid "Environments|Rollback environment %{environment_name}?"
msgstr ""
@@ -5838,14 +7137,20 @@ msgstr ""
msgid "Environments|Rollback environment %{name}?"
msgstr ""
+msgid "Environments|Search"
+msgstr ""
+
msgid "Environments|Show all"
-msgstr "顯示所有內容"
+msgstr ""
+
+msgid "Environments|Show last"
+msgstr ""
msgid "Environments|Stop"
-msgstr "åœæ­¢"
+msgstr ""
msgid "Environments|Stop environment"
-msgstr "åœæ­¢ç’°å¢ƒ"
+msgstr ""
msgid "Environments|Stopping"
msgstr ""
@@ -5856,40 +7161,43 @@ msgstr ""
msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
-msgid "Environments|This action will run the job defined by staging for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
msgstr ""
msgid "Environments|Updated"
-msgstr "已更新"
+msgstr ""
msgid "Environments|You don't have any environments right now"
-msgstr "你還沒有設定環境"
+msgstr ""
msgid "Environments|protected"
-msgstr "å—ä¿è­·çš„"
+msgstr ""
msgid "Epic"
-msgstr "å²è©©"
+msgstr ""
+
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
msgid "Epics"
-msgstr "å²è©©"
+msgstr ""
msgid "Epics (Ultimate / Gold license only)"
msgstr ""
msgid "Epics Roadmap"
-msgstr "å²è©©è·¯ç·šåœ–"
+msgstr ""
msgid "Epics and Issues"
msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
-msgstr "Epics 讓你能更有效率且花費更少功夫的管ç†æ‚¨å°ˆæ¡ˆçš„組åˆã€‚"
-
-msgid "Epics|%{epicsCount} epics and %{issuesCount} issues"
msgstr ""
msgid "Epics|Add an epic"
@@ -5911,10 +7219,10 @@ msgid "Epics|Create new epic"
msgstr ""
msgid "Epics|How can I solve this?"
-msgstr "該怎麼解決這個?"
+msgstr ""
msgid "Epics|More information"
-msgstr "更多資訊"
+msgstr ""
msgid "Epics|Remove epic"
msgstr ""
@@ -5944,37 +7252,37 @@ msgid "Epics|Something went wrong while removing issue from epic."
msgstr ""
msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
-msgstr "這些日期會影響在開發è—圖中 Epic 的顯示方å¼ã€‚來自里程碑的日期來自å°æ‡‰åˆ° Epic 中議題的里程碑。您也å¯ä»¥è¨­å®šå›ºå®šæ—¥æœŸã€æˆ–是完全移除它們。"
+msgstr ""
msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?"
msgstr ""
msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a %{epicDateType} date to any issue in the epic."
-msgstr "è‹¥è¦æŽ’程基於里程碑的 Epic %{epicDateType} 日期,請å°ä»»ä½• Epic 中的議題指定 %{epicDateType} 日期的里程碑。"
+msgstr ""
msgid "Epics|due"
-msgstr "截止"
+msgstr ""
msgid "Epics|start"
-msgstr "開始"
+msgstr ""
msgid "Error"
-msgstr "錯誤"
+msgstr ""
-msgid "Error Tracking"
+msgid "Error Details"
msgstr ""
-msgid "Error creating a new path"
+msgid "Error Tracking"
msgstr ""
msgid "Error creating epic"
-msgstr "建立å²è©©æ™‚發生錯誤"
+msgstr ""
msgid "Error deleting %{issuableType}"
msgstr ""
-msgid "Error fetching contributors data."
-msgstr "抓å–è²¢ç»è€…資料時發生錯誤。"
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
msgid "Error fetching diverging counts for branches. Please try again."
msgstr ""
@@ -5983,55 +7291,58 @@ msgid "Error fetching forked projects. Please try again."
msgstr ""
msgid "Error fetching labels."
-msgstr "抓å–標籤時發生錯誤。"
+msgstr ""
msgid "Error fetching network graph."
-msgstr "抓å–分支圖時發生錯誤。"
+msgstr ""
msgid "Error fetching projects"
msgstr ""
msgid "Error fetching refs"
-msgstr "抓å–åƒç…§æ™‚發生錯誤。"
+msgstr ""
msgid "Error fetching the dependency list. Please check your network connection and try again."
msgstr ""
msgid "Error fetching usage ping data."
-msgstr "讀å–ä½¿ç”¨æƒ…æ³ ping 資料時發生錯誤。"
+msgstr ""
msgid "Error loading branch data. Please try again."
-msgstr "載入分支資料時錯誤,請é‡è©¦ã€‚"
+msgstr ""
msgid "Error loading branches."
-msgstr "載入分支時發生錯誤。"
+msgstr ""
msgid "Error loading burndown chart data"
msgstr ""
+msgid "Error loading countries data."
+msgstr ""
+
msgid "Error loading file viewer."
msgstr ""
msgid "Error loading last commit."
-msgstr "載入最後æ交時失敗。"
+msgstr ""
msgid "Error loading markdown preview"
-msgstr "載入 Markdown é è¦½æ™‚發生å•é¡Œ"
+msgstr ""
msgid "Error loading merge requests."
-msgstr "載入åˆä½µè«‹æ±‚時錯誤。"
+msgstr ""
msgid "Error loading milestone tab"
msgstr ""
msgid "Error loading project data. Please try again."
-msgstr "載入專案資料時錯誤,請é‡è©¦ã€‚"
+msgstr ""
msgid "Error loading template types."
-msgstr "載入模æ¿é¡žåž‹æ™‚發生錯誤。"
+msgstr ""
msgid "Error loading template."
-msgstr "載入模æ¿æ™‚發生錯誤。"
+msgstr ""
msgid "Error loading viewer"
msgstr ""
@@ -6043,11 +7354,17 @@ msgid "Error occurred when saving assignees"
msgstr ""
msgid "Error occurred when toggling the notification subscription"
-msgstr "切æ›è¨‚閱通知時發生錯誤"
+msgstr ""
msgid "Error occurred while updating the issue weight"
msgstr ""
+msgid "Error occurred. A blocked user cannot be deactivated"
+msgstr ""
+
+msgid "Error occurred. A blocked user must be unblocked to be activated"
+msgstr ""
+
msgid "Error occurred. User was not blocked"
msgstr ""
@@ -6063,8 +7380,11 @@ msgstr ""
msgid "Error rendering markdown preview"
msgstr ""
+msgid "Error rendering query"
+msgstr ""
+
msgid "Error saving label update."
-msgstr "儲存標籤更新時發生錯誤。"
+msgstr ""
msgid "Error setting up editor. Please try again."
msgstr ""
@@ -6085,7 +7405,7 @@ msgid "Error uploading file: %{stripped}"
msgstr ""
msgid "Error while loading the merge request. Please try again."
-msgstr "載入åˆä½µè«‹æ±‚時出錯。請é‡è©¦ã€‚"
+msgstr ""
msgid "Error while loading the project data. Please try again."
msgstr ""
@@ -6096,9 +7416,6 @@ msgstr ""
msgid "Error with Akismet. Please check the logs for more info."
msgstr ""
-msgid "Error:"
-msgstr ""
-
msgid "ErrorTracking|Active"
msgstr ""
@@ -6114,7 +7431,7 @@ msgstr ""
msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
msgstr ""
-msgid "ErrorTracking|Find your hostname in your Sentry account settings page"
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
msgstr ""
msgid "ErrorTracking|No projects available"
@@ -6130,25 +7447,31 @@ msgid "Errors"
msgstr ""
msgid "Estimated"
-msgstr "é ä¼°"
+msgstr ""
+
+msgid "Event Actions"
+msgstr ""
msgid "EventFilterBy|Filter by all"
-msgstr "全部篩é¸"
+msgstr ""
msgid "EventFilterBy|Filter by comments"
-msgstr "僅篩é¸ç•™è¨€"
+msgstr ""
+
+msgid "EventFilterBy|Filter by epic events"
+msgstr ""
msgid "EventFilterBy|Filter by issue events"
-msgstr "僅篩é¸è­°é¡Œäº‹ä»¶"
+msgstr ""
msgid "EventFilterBy|Filter by merge events"
-msgstr "僅篩é¸åˆä½µäº‹ä»¶"
+msgstr ""
msgid "EventFilterBy|Filter by push events"
-msgstr "僅篩é¸æŽ¨é€äº‹ä»¶"
+msgstr ""
msgid "EventFilterBy|Filter by team"
-msgstr "僅篩é¸åœ˜éšŠ"
+msgstr ""
msgid "Events"
msgstr ""
@@ -6156,14 +7479,29 @@ msgstr ""
msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
msgstr ""
+msgid "Every day"
+msgstr ""
+
msgid "Every day (at 4:00am)"
-msgstr "æ¯æ—¥åŸ·è¡Œï¼ˆå‡Œæ™¨å››é»žï¼‰"
+msgstr ""
+
+msgid "Every month"
+msgstr ""
msgid "Every month (on the 1st at 4:00am)"
-msgstr "æ¯æœˆåŸ·è¡Œï¼ˆæ¯æœˆç¬¬ä¸€å¤©çš„凌晨四點)"
+msgstr ""
+
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
msgid "Every week (Sundays at 4:00am)"
-msgstr "æ¯é€±åŸ·è¡Œï¼ˆé€±æ—¥å‡Œæ™¨å››é»žï¼‰"
+msgstr ""
msgid "Everyone"
msgstr ""
@@ -6172,7 +7510,7 @@ msgid "Everyone With Access"
msgstr ""
msgid "Everyone can contribute"
-msgstr "æ¯å€‹äººéƒ½èƒ½è²¢ç»"
+msgstr ""
msgid "Everything on your to-do list is marked as done."
msgstr ""
@@ -6192,23 +7530,32 @@ msgstr ""
msgid "Everything you need to create a GitLab Pages site using plain HTML."
msgstr ""
+msgid "Evidence collection"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr ""
msgid "Except policy:"
msgstr ""
-msgid "Existing"
+msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
msgid "Existing members and groups"
msgstr ""
+msgid "Existing shares"
+msgstr ""
+
msgid "Expand"
-msgstr "展開"
+msgstr ""
msgid "Expand all"
-msgstr "展開全部"
+msgstr ""
msgid "Expand approvers"
msgstr ""
@@ -6220,13 +7567,19 @@ msgid "Expand dropdown"
msgstr ""
msgid "Expand sidebar"
-msgstr "展開å´é‚Šæ¬„"
+msgstr ""
msgid "Expand up"
msgstr ""
+msgid "Expiration"
+msgstr ""
+
msgid "Expiration date"
-msgstr "截止日期"
+msgstr ""
+
+msgid "Expiration policy for the Container Registry is a perfect solution for keeping the Registry space down while still enjoying the full power of GitLab CI/CD."
+msgstr ""
msgid "Expired"
msgstr ""
@@ -6244,25 +7597,25 @@ msgid "Expires in %{expires_at}"
msgstr ""
msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment."
-msgstr "請解釋此å•é¡Œã€‚如果å¯ä»¥è«‹æ供相關議題或留言的連çµã€‚"
+msgstr ""
msgid "Explore"
-msgstr "ç€è¦½"
+msgstr ""
msgid "Explore GitLab"
-msgstr "ç€è¦½ GitLab"
+msgstr ""
msgid "Explore Groups"
-msgstr "ç€è¦½ç¾¤çµ„"
+msgstr ""
msgid "Explore groups"
-msgstr "ç€è¦½ç¾¤çµ„"
+msgstr ""
msgid "Explore projects"
-msgstr "ç€è¦½å°ˆæ¡ˆ"
+msgstr ""
msgid "Explore public groups"
-msgstr "ç€è¦½å…¬é–‹ç¾¤çµ„"
+msgstr ""
msgid "Export as CSV"
msgstr ""
@@ -6277,7 +7630,10 @@ msgid "Export this project with all its related data in order to move your proje
msgstr ""
msgid "External Classification Policy Authorization"
-msgstr "外部分類策略èªè­‰"
+msgstr ""
+
+msgid "External ID"
+msgstr ""
msgid "External URL"
msgstr ""
@@ -6286,13 +7642,13 @@ msgid "External Wiki"
msgstr ""
msgid "External authentication"
-msgstr "外部èªè­‰"
+msgstr ""
msgid "External authorization denied access to this project"
-msgstr "外部èªè­‰æ‹’絕存å–這個專案。"
+msgstr ""
msgid "External authorization request timeout"
-msgstr "外部èªè­‰è«‹æ±‚等待éŽä¹…"
+msgstr ""
msgid "External storage URL"
msgstr ""
@@ -6301,10 +7657,10 @@ msgid "External storage authentication token"
msgstr ""
msgid "ExternalAuthorizationService|Classification label"
-msgstr "分類標籤"
+msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
-msgstr "當沒有設定分類標籤時,將會使用é è¨­æ¨™ç±¤ `%{default_label}`。"
+msgstr ""
msgid "ExternalMetrics|Add a button to the metrics dashboard linking directly to your existing external dashboards."
msgstr ""
@@ -6328,13 +7684,13 @@ msgid "ExternalWikiService|The URL of the external Wiki"
msgstr ""
msgid "Facebook"
-msgstr "Facebook"
+msgstr ""
msgid "Failed"
-msgstr "失敗"
+msgstr ""
msgid "Failed Jobs"
-msgstr "失敗的作業"
+msgstr ""
msgid "Failed create wiki"
msgstr ""
@@ -6348,13 +7704,19 @@ msgstr ""
msgid "Failed to assign a user because no user was found."
msgstr ""
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
msgid "Failed to change the owner"
-msgstr "無法變更所有者"
+msgstr ""
msgid "Failed to check related branches."
-msgstr "檢查相關分支失敗。"
-
-msgid "Failed to connect to the prometheus server"
msgstr ""
msgid "Failed to create Merge Request. Please try again."
@@ -6373,7 +7735,10 @@ msgid "Failed to delete board. Please try again."
msgstr ""
msgid "Failed to deploy to"
-msgstr "無法佈署到"
+msgstr ""
+
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
msgid "Failed to get ref."
msgstr ""
@@ -6382,7 +7747,10 @@ msgid "Failed to install."
msgstr ""
msgid "Failed to load emoji list."
-msgstr "無法讀å–表情符號列表。"
+msgstr ""
+
+msgid "Failed to load error details from Sentry."
+msgstr ""
msgid "Failed to load errors from Sentry. Error message: %{errorMessage}"
msgstr ""
@@ -6393,6 +7761,9 @@ msgstr ""
msgid "Failed to load related branches"
msgstr ""
+msgid "Failed to load stacktrace."
+msgstr ""
+
msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
msgstr ""
@@ -6418,13 +7789,13 @@ msgid "Failed to remove a Zoom meeting"
msgstr ""
msgid "Failed to remove issue from board, please try again."
-msgstr "從看æ¿åˆªé™¤è­°é¡Œæ™‚發生錯誤,請ç¨å€™é‡è©¦ã€‚"
+msgstr ""
msgid "Failed to remove mirror."
-msgstr "未能刪除é¡åƒ"
+msgstr ""
msgid "Failed to remove the pipeline schedule"
-msgstr "無法移除排程管線"
+msgstr ""
msgid "Failed to remove user identity."
msgstr ""
@@ -6435,9 +7806,6 @@ msgstr ""
msgid "Failed to reset key. Please try again."
msgstr ""
-msgid "Failed to save comment!"
-msgstr ""
-
msgid "Failed to save merge conflicts resolutions. Please try again!"
msgstr ""
@@ -6454,7 +7822,7 @@ msgid "Failed to set due date because the date format is invalid."
msgstr ""
msgid "Failed to signing using smartcard authentication"
-msgstr "無法é€éŽ smartcard 進行èªè­‰"
+msgstr ""
msgid "Failed to update branch!"
msgstr ""
@@ -6462,8 +7830,11 @@ msgstr ""
msgid "Failed to update environment!"
msgstr ""
+msgid "Failed to update issue status"
+msgstr ""
+
msgid "Failed to update issues, please try again."
-msgstr "更新議題時發生錯誤,請ç¨å¾Œé‡è©¦ã€‚"
+msgstr ""
msgid "Failed to update tag!"
msgstr ""
@@ -6478,7 +7849,7 @@ msgid "Failed to upload object map file"
msgstr ""
msgid "Failure"
-msgstr "失敗"
+msgstr ""
msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch or merge target branch into source branch to allow this merge request to be merged."
msgstr ""
@@ -6487,13 +7858,16 @@ msgid "Fast-forward merge without a merge commit"
msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
-msgstr "較快,因為它å†æ¬¡ä½¿ç”¨å°ˆæ¡ˆå·¥ä½œç©ºé–“ (如果它ä¸å­˜åœ¨ï¼Œå‰‡è¿”回到複製)"
+msgstr ""
+
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
msgid "Favicon was successfully removed."
msgstr ""
msgid "Feature Flags"
-msgstr "功能標籤"
+msgstr ""
msgid "Feature flag was not removed."
msgstr ""
@@ -6508,28 +7882,22 @@ msgid "FeatureFlags|* (All environments)"
msgstr ""
msgid "FeatureFlags|API URL"
-msgstr "API URL"
+msgstr ""
msgid "FeatureFlags|Active"
-msgstr "活動"
-
-msgid "FeatureFlags|Add"
msgstr ""
msgid "FeatureFlags|All users"
msgstr ""
-msgid "FeatureFlags|Clear all"
-msgstr ""
-
msgid "FeatureFlags|Configure"
-msgstr "設定"
+msgstr ""
msgid "FeatureFlags|Configure feature flags"
-msgstr "設定功能標籤"
+msgstr ""
msgid "FeatureFlags|Create feature flag"
-msgstr "建立功能標籤"
+msgstr ""
msgid "FeatureFlags|Delete %{name}?"
msgstr ""
@@ -6538,12 +7906,9 @@ msgid "FeatureFlags|Delete feature flag"
msgstr ""
msgid "FeatureFlags|Description"
-msgstr "說明"
+msgstr ""
msgid "FeatureFlags|Edit Feature Flag"
-msgstr "編輯功能標籤"
-
-msgid "FeatureFlags|Enter comma separated list of user IDs"
msgstr ""
msgid "FeatureFlags|Environment Spec"
@@ -6553,7 +7918,7 @@ msgid "FeatureFlags|Environment Specs"
msgstr ""
msgid "FeatureFlags|Feature Flag"
-msgstr "功能標籤"
+msgstr ""
msgid "FeatureFlags|Feature Flag behavior is built up by creating a set of rules to define the status of target environments. A default wildcard rule %{codeStart}*%{codeEnd} for %{boldStart}All Environments%{boldEnd} is set, and you are able to add as many rules as you need by choosing environment specs below. You can toggle the behavior for each of your rules to set them %{boldStart}Active%{boldEnd} or %{boldStart}Inactive%{boldEnd}."
msgstr ""
@@ -6570,17 +7935,23 @@ msgstr ""
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
+msgid "FeatureFlags|ID"
+msgstr ""
+
msgid "FeatureFlags|Inactive"
-msgstr "åœç”¨"
+msgstr ""
msgid "FeatureFlags|Inactive flag for %{scope}"
msgstr ""
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
msgstr ""
msgid "FeatureFlags|Instance ID"
-msgstr "實例 ID"
+msgstr ""
msgid "FeatureFlags|Loading feature flags"
msgstr ""
@@ -6589,13 +7960,13 @@ msgid "FeatureFlags|More information"
msgstr ""
msgid "FeatureFlags|Name"
-msgstr "å稱"
+msgstr ""
msgid "FeatureFlags|New"
-msgstr "æ–°"
+msgstr ""
msgid "FeatureFlags|New Feature Flag"
-msgstr "新增功能標籤"
+msgstr ""
msgid "FeatureFlags|New feature flag"
msgstr ""
@@ -6619,17 +7990,11 @@ msgid "FeatureFlags|Rollout Strategy"
msgstr ""
msgid "FeatureFlags|Status"
-msgstr "狀態"
-
-msgid "FeatureFlags|Target Users"
msgstr ""
msgid "FeatureFlags|Target environments"
msgstr ""
-msgid "FeatureFlags|Target user behaviour is built up by creating a list of active user IDs. These IDs should be the users in the system in which the feature flag is set, not GitLab ids. Target users apply across %{strong_start}All Environments%{strong_end} and are not affected by Target Environment rules."
-msgstr ""
-
msgid "FeatureFlags|There are no active feature flags"
msgstr ""
@@ -6646,10 +8011,10 @@ msgid "FeatureFlags|User IDs"
msgstr ""
msgid "Feb"
-msgstr "二月"
+msgstr "2月"
msgid "February"
-msgstr "二月"
+msgstr ""
msgid "Fetching incoming email"
msgstr ""
@@ -6667,6 +8032,12 @@ msgid "File"
msgid_plural "Files"
msgstr[0] ""
+msgid "File Hooks"
+msgstr ""
+
+msgid "File Hooks (%{count})"
+msgstr ""
+
msgid "File added"
msgstr ""
@@ -6676,20 +8047,26 @@ msgstr ""
msgid "File deleted"
msgstr ""
+msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL."
+msgstr ""
+
msgid "File mode changed from %{a_mode} to %{b_mode}"
msgstr ""
msgid "File moved"
msgstr ""
+msgid "File name"
+msgstr ""
+
msgid "File templates"
-msgstr "檔案模æ¿"
+msgstr ""
msgid "File upload error."
msgstr ""
msgid "Files"
-msgstr "檔案"
+msgstr ""
msgid "Files breadcrumb"
msgstr ""
@@ -6698,26 +8075,35 @@ msgid "Files, directories, and submodules in the path %{path} for commit referen
msgstr ""
msgid "Fill in the fields below, turn on <strong>%{enable_label}</strong>, and press <strong>%{save_changes}</strong>"
-msgstr "填寫以下的欄ä½ï¼Œé–‹å•Ÿ <strong>%{enable_label}</strong> 後按下 <strong>%{save_changes}</strong>"
+msgstr ""
msgid "Filter"
-msgstr "篩é¸"
+msgstr ""
msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "ä¾ç›®å‰é—œé–‰çš„ %{issuable_type} 篩é¸ã€‚"
+msgstr ""
msgid "Filter by %{issuable_type} that are currently opened."
-msgstr "ä¾ç›®å‰é–‹æ”¾çš„ %{issuable_type} 篩é¸ã€‚"
+msgstr ""
msgid "Filter by commit message"
-msgstr "僅篩é¸æ交訊æ¯"
+msgstr ""
msgid "Filter by milestone name"
-msgstr "é€éŽé‡Œç¨‹ç¢‘å稱篩é¸"
+msgstr ""
+
+msgid "Filter by name..."
+msgstr ""
msgid "Filter by two-factor authentication"
msgstr ""
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter projects"
+msgstr ""
+
msgid "Filter results by group"
msgstr ""
@@ -6728,43 +8114,46 @@ msgid "Filter your projects by name"
msgstr ""
msgid "Filter..."
-msgstr "篩é¸â€¦"
+msgstr ""
msgid "Find by path"
-msgstr "ä¾è·¯å¾‘æœå°‹"
+msgstr ""
msgid "Find existing members by name"
msgstr ""
msgid "Find file"
-msgstr "æœå°‹æª”案"
+msgstr ""
msgid "Find the downloaded ZIP file and decompress it."
-msgstr "找到下載的ZIP檔案並解壓縮它。"
+msgstr ""
msgid "Find the newly extracted <code>Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json</code> file."
-msgstr "找到新æå–çš„ <code>Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json</code> 檔案。"
-
-msgid "Fingerprint"
msgstr ""
-msgid "Fingerprint:"
+msgid "Fingerprint"
msgstr ""
msgid "Fingerprints"
-msgstr "數ä½æŒ‡ç´‹:"
+msgstr ""
msgid "Finish editing this message first!"
msgstr ""
msgid "Finish review"
-msgstr "完æˆæª¢é–±"
+msgstr ""
msgid "Finish setting up your dedicated account for <strong>%{group_name}</strong>."
msgstr ""
msgid "Finished"
-msgstr "已完æˆ"
+msgstr ""
+
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
msgid "First day of the week"
msgstr ""
@@ -6772,17 +8161,20 @@ msgstr ""
msgid "First name"
msgstr ""
+msgid "First seen"
+msgstr ""
+
msgid "Fixed date"
-msgstr "修復日期"
+msgstr ""
msgid "Fixed due date"
-msgstr "固定截止日期"
+msgstr ""
msgid "Fixed start date"
-msgstr "修復的開始日期"
+msgstr ""
msgid "Fixed:"
-msgstr "已修復:"
+msgstr ""
msgid "FlowdockService|Flowdock Git source token"
msgstr ""
@@ -6791,49 +8183,55 @@ msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
msgstr ""
msgid "FogBugz Email"
-msgstr "FogBugz é›»å­ä¿¡ç®±"
+msgstr ""
msgid "FogBugz Import"
-msgstr "匯入 FogBugz"
+msgstr ""
msgid "FogBugz Password"
-msgstr "FogBugz 密碼"
+msgstr ""
msgid "FogBugz URL"
-msgstr "FogBugz URL"
+msgstr ""
msgid "FogBugz import"
-msgstr "匯入 FogBugz"
+msgstr ""
+
+msgid "Folder/%{name}"
+msgstr ""
msgid "Follow the steps below to export your Google Code project data."
-msgstr "請按照以下步驟會出您的 Google Code 專案資料。"
+msgstr ""
msgid "Font Color"
-msgstr "å­—é«”é¡è‰²"
+msgstr ""
msgid "Footer message"
-msgstr "é å°¾è¨Šæ¯"
+msgstr ""
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
-msgstr "å°æ–¼å…§éƒ¨å°ˆæ¡ˆï¼Œä»»ä½•ç™»å…¥çš„使用者都å¯ä»¥æª¢è¦–管線並存å–工作詳細資訊 (輸出記錄和æˆå“)"
+msgstr ""
msgid "For more info, read the documentation."
msgstr ""
msgid "For more information, go to the "
-msgstr "欲知更多資訊,請å‰å¾€ "
+msgstr ""
msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
-msgstr "更多訊æ¯è«‹æŸ¥é–± %{link_start_tag} Jaeger 的設定檔案 %{link_end_tag}"
+msgstr ""
+
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
-msgstr "欲知更多資訊,請檢視 %{deactivating_usage_ping_link_start}åœç”¨ä½¿ç”¨æƒ…æ³ Ping%{deactivating_usage_ping_link_end} 的檔案。"
+msgstr ""
msgid "For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts)"
-msgstr "å°æ–¼ç§äººå°ˆæ¡ˆï¼Œä»»ä½•æˆå“¡ (訪客或以上) 都å¯ä»¥æª¢è¦–管線並存å–工作詳細資訊 (輸出記錄和æˆå“)"
+msgstr ""
msgid "For public projects, anyone can view pipelines and access job details (output logs and artifacts)"
-msgstr "å°æ–¼å…¬é–‹å°ˆæ¡ˆï¼Œä»»ä½•äººéƒ½å¯ä»¥æª¢è¦–管線並存å–工作詳細資訊 (輸出記錄和æˆå“)"
+msgstr ""
msgid "Forgot your password?"
msgstr ""
@@ -6847,14 +8245,17 @@ msgstr ""
msgid "Fork project"
msgstr ""
+msgid "Fork project?"
+msgstr ""
+
msgid "ForkedFromProjectPath|Forked from"
-msgstr "分支自"
+msgstr ""
-msgid "ForkedFromProjectPath|Forked from %{project_name} (deleted)"
-msgstr "從 %{project_name} 分支(已刪除)"
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
msgid "Forking in progress"
-msgstr "正在建立分å‰"
+msgstr ""
msgid "Forking repository"
msgstr ""
@@ -6863,7 +8264,10 @@ msgid "Forks"
msgstr ""
msgid "Format"
-msgstr "æ ¼å¼"
+msgstr ""
+
+msgid "Format: %{dateFormat}"
+msgstr ""
msgid "Forward external support email address to"
msgstr ""
@@ -6872,13 +8276,16 @@ msgid "Found errors in your %{gitlab_ci_yml}:"
msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
-msgstr "在您的 .gitlab-ci.yml 中找到錯誤:"
+msgstr ""
msgid "Free Trial"
msgstr ""
msgid "Free Trial of GitLab.com Gold"
-msgstr "å…費試用 GitLab.com 黃金計畫"
+msgstr ""
+
+msgid "Frequency"
+msgstr ""
msgid "Friday"
msgstr ""
@@ -6889,32 +8296,32 @@ msgstr ""
msgid "From %{providerTitle}"
msgstr ""
+msgid "From %{source_title} into"
+msgstr ""
+
msgid "From Bitbucket"
-msgstr "從 Bitbucket"
+msgstr ""
msgid "From Bitbucket Server"
-msgstr "來自 BitBucket 伺æœå™¨"
+msgstr ""
msgid "From FogBugz"
-msgstr "從 FogBugz"
+msgstr ""
msgid "From GitLab.com"
-msgstr "從 GitLab.com"
+msgstr ""
msgid "From Google Code"
-msgstr "從 Google Code"
+msgstr ""
msgid "From issue creation until deploy to production"
-msgstr "從議題建立直到佈署至生產環境"
+msgstr ""
msgid "From merge request merge until deploy to production"
-msgstr "從åˆä½µè«‹æ±‚被åˆä½µï¼Œåˆ°ä½ˆç½²åˆ°ç”Ÿç”¢ç’°å¢ƒæœŸé–“"
-
-msgid "From milestones:"
-msgstr "來自里程碑:"
+msgstr ""
msgid "From the Kubernetes cluster details view, install Runner from the applications list"
-msgstr "從 Kubernetes å¢é›†è©³ç´°è³‡æ–™é ï¼Œå¾žæ‡‰ç”¨ç¨‹å¼åˆ—表中安è£åŸ·è¡Œå™¨"
+msgstr ""
msgid "Full name"
msgstr ""
@@ -6923,7 +8330,7 @@ msgid "GPG Key ID:"
msgstr ""
msgid "GPG Keys"
-msgstr "GPG 金鑰"
+msgstr ""
msgid "GPG keys allow you to verify signed commits."
msgstr ""
@@ -6932,16 +8339,16 @@ msgid "GPG signature (loading...)"
msgstr ""
msgid "General"
-msgstr "一般"
+msgstr ""
msgid "General Settings"
msgstr ""
msgid "General pipelines"
-msgstr "一般管線"
+msgstr ""
msgid "Generate a default set of labels"
-msgstr "產生é è¨­æ¨™ç±¤é›†"
+msgstr ""
msgid "Generate key"
msgstr ""
@@ -6953,205 +8360,223 @@ msgid "Generate new export"
msgstr ""
msgid "Geo"
-msgstr "地ç†ä½ç½®"
+msgstr "Geo"
+
+msgid "Geo Designs"
+msgstr ""
+
+msgid "Geo Node Form"
+msgstr ""
msgid "Geo Nodes"
-msgstr "Geo 節點"
+msgstr ""
+
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Troubleshooting"
+msgstr ""
msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
-msgstr "Geo å…許您將您的 GitLab 實例複製到其他地ç†ä½ç½®ã€‚"
+msgstr ""
msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
msgstr ""
msgid "GeoNodeSyncStatus|Node is failing or broken."
-msgstr "節點發生錯誤或æ壞。"
+msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
-msgstr "節點éŽæ…¢ã€è¶…載或剛從åœæ©Ÿä¸­é‚„原。"
+msgstr ""
+
+msgid "GeoNodes|Attachments"
+msgstr ""
msgid "GeoNodes|Checksummed"
-msgstr "已進行雜湊值驗證"
+msgstr ""
+
+msgid "GeoNodes|Container repositories"
+msgstr ""
msgid "GeoNodes|Data is out of date from %{timeago}"
-msgstr "資料已經éŽæœŸäº† %{timeago} 之久"
+msgstr ""
msgid "GeoNodes|Data replication lag"
-msgstr "資料複製延é²"
+msgstr ""
+
+msgid "GeoNodes|Design repositories"
+msgstr ""
msgid "GeoNodes|Does not match the primary storage configuration"
-msgstr "ä¸ç¬¦åˆä¸»è¦å„²å­˜ç©ºé–“設定"
+msgstr ""
msgid "GeoNodes|Failed"
-msgstr "失敗"
+msgstr ""
msgid "GeoNodes|Full"
-msgstr "全部"
+msgstr ""
msgid "GeoNodes|GitLab version"
-msgstr "GitLab 版本"
+msgstr ""
msgid "GeoNodes|GitLab version does not match the primary node version"
-msgstr "GitLab 版本與主è¦ç¯€é»žç‰ˆæœ¬ä¸ç¬¦"
+msgstr ""
msgid "GeoNodes|Health status"
-msgstr "å¥åº·ç‹€æ³"
+msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
+msgid "GeoNodes|Job artifacts"
+msgstr ""
+
+msgid "GeoNodes|LFS objects"
+msgstr ""
+
msgid "GeoNodes|Last event ID processed by cursor"
-msgstr "利用游標處ç†æœ€å¾Œä¸€å€‹äº‹ä»¶ ID"
+msgstr ""
msgid "GeoNodes|Last event ID seen from primary"
-msgstr "從主畫é¢çœ‹åˆ°çš„最新活動 ID"
+msgstr ""
msgid "GeoNodes|Learn more about Repository checksum progress"
-msgstr "了解關於版本庫計算雜湊值éŽç¨‹çš„更多資訊"
+msgstr ""
msgid "GeoNodes|Learn more about Repository verification"
-msgstr "了解關於版本庫驗證的更多資訊"
+msgstr ""
msgid "GeoNodes|Learn more about Wiki checksum progress"
-msgstr "了解關於維基雜湊值éŽç¨‹çš„更多資訊"
+msgstr ""
msgid "GeoNodes|Learn more about Wiki verification"
-msgstr "關於維基èªè­‰çš„更多資訊"
+msgstr ""
msgid "GeoNodes|Loading nodes"
-msgstr "正在載入節點"
-
-msgid "GeoNodes|Local LFS objects"
-msgstr "本機 LFS 物件"
-
-msgid "GeoNodes|Local attachments"
-msgstr "本機附件"
-
-msgid "GeoNodes|Local container repositories"
msgstr ""
-msgid "GeoNodes|Local job artifacts"
-msgstr "本機作業檔案"
-
msgid "GeoNodes|New node"
-msgstr "新增節點"
+msgstr ""
msgid "GeoNodes|Node Authentication was successfully repaired."
-msgstr "節點èªè­‰å·²æˆåŠŸä¿®å¾©ã€‚"
+msgstr ""
+
+msgid "GeoNodes|Node URL"
+msgstr ""
msgid "GeoNodes|Node was successfully removed."
-msgstr "已順利移除節點。"
+msgstr ""
msgid "GeoNodes|Not checksummed"
-msgstr "未檢查雜湊值"
+msgstr ""
msgid "GeoNodes|Out of sync"
-msgstr "ä¸åŒæ­¥"
+msgstr ""
-msgid "GeoNodes|Pausing replication stops the sync process."
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a primary node stops the sync process for all nodes. Syncing cannot be resumed without losing some data on all secondaries. In this case we would recommend setting up all nodes from scratch. Are you sure?"
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
msgstr ""
-msgid "GeoNodes|Removing a secondary node stops the sync process. It is not currently possible to add back the same node without losing some data. We only recommend setting up a new secondary node in this case. Are you sure?"
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
msgid "GeoNodes|Replication slot WAL"
-msgstr "複製 WAL æ’槽"
+msgstr ""
msgid "GeoNodes|Replication slots"
-msgstr "複製æ’槽"
+msgstr ""
msgid "GeoNodes|Repositories"
-msgstr "版本庫"
+msgstr ""
msgid "GeoNodes|Repositories checksummed for verification with their counterparts on Secondary nodes"
-msgstr "輔助節點上與å°æ‡‰æ–¹èªè­‰çš„版本庫已算出雜湊值"
+msgstr ""
msgid "GeoNodes|Repositories verified with their counterparts on the Primary node"
-msgstr "主節點上與å°æ‡‰æ–¹çš„版本庫已驗證"
+msgstr ""
msgid "GeoNodes|Repository checksum progress"
-msgstr "版本庫雜湊值程å¼"
+msgstr ""
msgid "GeoNodes|Repository verification progress"
-msgstr "版本庫驗證程å¼"
+msgstr ""
msgid "GeoNodes|Selective"
-msgstr "é¸æ“‡"
+msgstr ""
msgid "GeoNodes|Something went wrong while changing node status"
-msgstr "變更節點狀態時發生錯誤"
+msgstr ""
msgid "GeoNodes|Something went wrong while fetching nodes"
-msgstr "抓å–節點時發生錯誤"
+msgstr ""
msgid "GeoNodes|Something went wrong while removing node"
-msgstr "移除節點時發生錯誤"
+msgstr ""
msgid "GeoNodes|Something went wrong while repairing node"
-msgstr "修復節點時發生錯誤"
+msgstr ""
msgid "GeoNodes|Storage config"
-msgstr "儲存空間設定"
+msgstr ""
msgid "GeoNodes|Sync settings"
-msgstr "åŒæ­¥è¨­å®š"
+msgstr ""
msgid "GeoNodes|Synced"
-msgstr "å·²åŒæ­¥"
+msgstr ""
msgid "GeoNodes|Unused slots"
-msgstr "未使用æ’槽"
+msgstr ""
msgid "GeoNodes|Unverified"
-msgstr "未驗證"
+msgstr ""
msgid "GeoNodes|Used slots"
-msgstr "使用的æ’槽"
+msgstr ""
msgid "GeoNodes|Verified"
-msgstr "已驗證"
+msgstr ""
msgid "GeoNodes|Wiki checksum progress"
-msgstr "維基雜湊值進度"
+msgstr ""
msgid "GeoNodes|Wiki verification progress"
-msgstr "維基驗證進度"
+msgstr ""
msgid "GeoNodes|Wikis"
-msgstr "維基"
+msgstr ""
msgid "GeoNodes|Wikis checksummed for verification with their counterparts on Secondary nodes"
-msgstr "主節點上與å°æ‡‰æ–¹é©—證的維基已算出雜湊值"
+msgstr ""
msgid "GeoNodes|Wikis verified with their counterparts on the Primary node"
-msgstr "Wiki 已在主è¦ç¯€é»žçš„å°æ‡‰æ–¹é©—證完æˆ"
+msgstr ""
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
-msgstr "您使用ä¸å®‰å…¨çš„ HTTP 連線設定 Geo 節點。我們建議使用 HTTPS。"
+msgstr ""
msgid "Geo|%{name} is scheduled for forced re-download"
-msgstr "%{name} 已經排定以用來強制é‡æ–°ä¸‹è¼‰"
+msgstr ""
msgid "Geo|%{name} is scheduled for re-sync"
-msgstr "%{name} 已經排定以用來é‡æ–°åŒæ­¥"
+msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
msgid "Geo|All"
-msgstr "全部"
+msgstr ""
msgid "Geo|All projects"
-msgstr "所有專案"
+msgstr ""
msgid "Geo|All projects are being scheduled for re-sync"
-msgstr "正在計畫é‡æ–°åŒæ­¥æ‰€æœ‰å°ˆæ¡ˆ"
+msgstr ""
msgid "Geo|All projects are being scheduled for re-verify"
msgstr ""
@@ -7160,7 +8585,7 @@ msgid "Geo|Allow this secondary node to replicate content on Object Storage"
msgstr ""
msgid "Geo|Batch operations"
-msgstr "批次æ“作"
+msgstr ""
msgid "Geo|Choose which groups you wish to synchronize to this secondary node."
msgstr ""
@@ -7181,28 +8606,28 @@ msgid "Geo|Control the minimum interval in days that a repository should be reve
msgstr ""
msgid "Geo|Could not remove tracking entry for an existing project."
-msgstr "無法從存在專案移除追蹤項目。"
+msgstr ""
msgid "Geo|Could not remove tracking entry for an existing upload."
msgstr ""
msgid "Geo|Failed"
-msgstr "失敗"
+msgstr ""
msgid "Geo|File sync capacity"
-msgstr "檔案åŒæ­¥é‡"
+msgstr ""
msgid "Geo|Geo Status"
-msgstr "Geo 狀態"
+msgstr ""
msgid "Geo|Groups to synchronize"
-msgstr "è¦åŒæ­¥çš„群組"
+msgstr ""
msgid "Geo|If enabled, and if object storage is enabled, GitLab will handle Object Storage replication using Geo"
msgstr ""
msgid "Geo|In sync"
-msgstr "åŒæ­¥ä¸­"
+msgstr ""
msgid "Geo|Internal URL (optional)"
msgstr ""
@@ -7211,31 +8636,31 @@ msgid "Geo|Last repository check run"
msgstr ""
msgid "Geo|Last successful sync"
-msgstr "上次æˆåŠŸåŒæ­¥"
+msgstr ""
msgid "Geo|Last sync attempt"
-msgstr "上次嘗試åŒæ­¥"
+msgstr ""
msgid "Geo|Last time verified"
-msgstr "上次驗證時間"
+msgstr ""
msgid "Geo|Never"
-msgstr "æ°¸ä¸"
+msgstr ""
msgid "Geo|Next sync scheduled at"
-msgstr "下次åŒæ­¥æŽ’定於"
+msgstr ""
msgid "Geo|Not synced yet"
-msgstr "尚未åŒæ­¥"
+msgstr ""
msgid "Geo|Pending"
-msgstr "等待中"
+msgstr ""
msgid "Geo|Pending synchronization"
-msgstr "等待åŒæ­¥ä¸­"
+msgstr ""
msgid "Geo|Pending verification"
-msgstr "等待驗證中"
+msgstr ""
msgid "Geo|Please refer to Geo Troubleshooting."
msgstr ""
@@ -7244,34 +8669,34 @@ msgid "Geo|Project"
msgstr ""
msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
-msgstr "專案 (ID: %{project_id}) 已經在主è¦å€åŸŸä¸Šæ°¸ä¹…消失了。您å¯ä»¥å®‰å…¨ç§»é™¤æ­¤é …目,其將ä¸æœƒç§»é™¤ç¡¬ç¢Ÿä¸Šçš„任何資料。"
+msgstr ""
msgid "Geo|Projects in certain groups"
-msgstr "æŸäº›ç¾¤çµ„中的專案"
+msgstr ""
msgid "Geo|Projects in certain storage shards"
-msgstr "æŸäº›å„²å­˜ç©ºé–“碎片中的專案"
+msgstr ""
msgid "Geo|Re-verification interval"
msgstr ""
msgid "Geo|Redownload"
-msgstr "é‡æ–°ä¸‹è¼‰"
+msgstr ""
msgid "Geo|Remove"
-msgstr "移除"
+msgstr ""
msgid "Geo|Repository sync capacity"
-msgstr "版本庫åŒæ­¥é‡"
+msgstr ""
msgid "Geo|Resync"
-msgstr "é‡æ–°åŒæ­¥"
+msgstr ""
msgid "Geo|Resync all projects"
-msgstr "é‡æ–°åŒæ­¥æ‰€æœ‰å°ˆæ¡ˆ"
+msgstr ""
msgid "Geo|Retry count"
-msgstr "é‡è©¦æ¬¡æ•¸"
+msgstr ""
msgid "Geo|Reverify"
msgstr ""
@@ -7280,28 +8705,28 @@ msgid "Geo|Reverify all projects"
msgstr ""
msgid "Geo|Select groups to replicate."
-msgstr "é¸æ“‡è¦è¤‡è£½çš„群組。"
+msgstr ""
msgid "Geo|Selective synchronization"
msgstr ""
msgid "Geo|Shards to synchronize"
-msgstr "è¦åŒæ­¥çš„碎片"
+msgstr ""
msgid "Geo|Status"
-msgstr "狀態"
+msgstr ""
msgid "Geo|Sync"
msgstr ""
msgid "Geo|Synced"
-msgstr "å·²åŒæ­¥"
+msgstr ""
msgid "Geo|Synced at"
msgstr ""
msgid "Geo|Synchronization failed - %{error}"
-msgstr "åŒæ­¥å¤±æ•— - %{error}"
+msgstr ""
msgid "Geo|The URL defined on the primary node that secondary nodes should use to contact it. Defaults to URL"
msgstr ""
@@ -7316,46 +8741,46 @@ msgid "Geo|This is a primary node"
msgstr ""
msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
-msgstr "專案 (%{project_id}) 的追蹤項目已經順利移除。"
+msgstr ""
msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed."
msgstr ""
msgid "Geo|Tracking entry will be removed. Are you sure?"
-msgstr "將會移除追蹤項目,確定?"
+msgstr ""
msgid "Geo|URL"
msgstr ""
msgid "Geo|Unknown state"
-msgstr "未知狀態"
+msgstr ""
msgid "Geo|Verification capacity"
-msgstr "驗證能力"
+msgstr ""
msgid "Geo|Verification failed - %{error}"
-msgstr "驗證失敗 - %{error}"
+msgstr ""
msgid "Geo|Waiting for scheduler"
-msgstr "等待排定器"
+msgstr ""
msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. If you want to make changes, you must visit this page on the %{primary_node}."
-msgstr "ç›®å‰æ­£åœ¨ç€è¦½æ¬¡è¦çš„ Geo <b>唯讀</b>節點,如果你想è¦é€²è¡Œä»»ä½•å¯«å…¥æ“ä½œï¼Œå¿…é ˆè¨ªå• %{primary_node}。"
+msgstr ""
msgid "Geo|You are on a secondary, <b>read-only</b> Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
-msgstr "ç›®å‰æ­£åœ¨ç€è¦½æ¬¡è¦çš„ Geo <b>唯讀</b>節點,你å¯ä»¥åœ¨æ­¤é é¢é€²è¡Œæœ‰é™çš„變更或執行有é™çš„æ“作。"
+msgstr ""
msgid "Geo|misconfigured"
-msgstr "設定錯誤"
+msgstr ""
msgid "Geo|primary"
-msgstr "主è¦"
+msgstr ""
msgid "Geo|secondary"
-msgstr "次è¦"
+msgstr ""
msgid "Get a free instance review"
-msgstr "å–å¾—å…費試用評估"
+msgstr ""
msgid "Get started with error tracking"
msgstr ""
@@ -7363,6 +8788,9 @@ msgstr ""
msgid "Get started with performance monitoring"
msgstr ""
+msgid "Get started!"
+msgstr ""
+
msgid "Getting started with releases"
msgstr ""
@@ -7379,47 +8807,53 @@ msgid "Git global setup"
msgstr ""
msgid "Git repository URL"
-msgstr "Git 版本庫網å€"
+msgstr ""
msgid "Git revision"
-msgstr "Git 修訂版"
+msgstr ""
msgid "Git shallow clone"
msgstr ""
msgid "Git strategy for pipelines"
-msgstr "Git 管線策略"
+msgstr ""
msgid "Git version"
-msgstr "Git 版本"
+msgstr ""
msgid "GitHub import"
-msgstr "GitHub 匯入"
+msgstr ""
+
+msgid "GitLab / Unsubscribe"
+msgstr ""
msgid "GitLab CI Linter has been moved"
-msgstr "GitLab CI Linter 已經æ¬ç§»"
+msgstr ""
msgid "GitLab Enterprise Edition %{plan}"
msgstr ""
-msgid "GitLab Geo"
-msgstr "GitLab Geo"
-
msgid "GitLab Group Runners can execute code for all the projects in this group."
-msgstr "GitLab 群組執行器å¯ä»¥ç‚ºæ­¤ç¾¤çµ„的所有專案執行程å¼ç¢¼ã€‚"
+msgstr ""
msgid "GitLab Import"
-msgstr "匯入 GitLab"
+msgstr ""
+
+msgid "GitLab Issue"
+msgstr ""
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr ""
msgid "GitLab User"
-msgstr "GitLab 使用者"
+msgstr ""
msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
msgstr ""
+msgid "GitLab commit"
+msgstr ""
+
msgid "GitLab for Slack"
msgstr ""
@@ -7433,34 +8867,124 @@ msgid "GitLab metadata URL"
msgstr ""
msgid "GitLab project export"
-msgstr "匯出 GitLab 專案"
+msgstr ""
msgid "GitLab restart is required to apply changes"
msgstr ""
msgid "GitLab single sign on URL"
-msgstr "GitLab URL 單一登入"
+msgstr ""
+
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
-msgstr "GitLab 將會在後å°é€²è¡Œç”¢ç”Ÿ GitLab 資料庫å‡å CSV 的作業,該資料庫將會上傳到您設定的物件儲存資料夾。"
+msgstr ""
msgid "GitLab.com import"
-msgstr "匯入 GitLab.com"
+msgstr ""
+
+msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information."
+msgstr ""
+
+msgid "GitLabPages|Access pages"
+msgstr ""
+
+msgid "GitLabPages|Are you sure?"
+msgstr ""
+
+msgid "GitLabPages|Certificate: %{subject}"
+msgstr ""
+
+msgid "GitLabPages|Configure pages"
+msgstr ""
+
+msgid "GitLabPages|Domains"
+msgstr ""
+
+msgid "GitLabPages|Edit"
+msgstr ""
+
+msgid "GitLabPages|Expired"
+msgstr ""
+
+msgid "GitLabPages|Force HTTPS (requires valid certificates)"
+msgstr ""
+
+msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+msgstr ""
+
+msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value."
+msgstr ""
+
+msgid "GitLabPages|Unverified"
+msgstr ""
+
+msgid "GitLabPages|Verified"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
msgid "Gitaly"
-msgstr "Gitaly"
+msgstr ""
msgid "Gitaly Servers"
-msgstr "Gitaly 伺æœå™¨"
+msgstr ""
msgid "Gitaly|Address"
-msgstr "ä½å€"
+msgstr ""
msgid "Gitea Host URL"
-msgstr "Gitea 主機 URL"
+msgstr ""
msgid "Gitea Import"
-msgstr "匯入 Gitea"
+msgstr ""
msgid "Gitlab CI/CD"
msgstr ""
@@ -7471,6 +8995,9 @@ msgstr ""
msgid "Given access %{time_ago}"
msgstr ""
+msgid "Given epic is already related to this epic."
+msgstr ""
+
msgid "Global Shortcuts"
msgstr ""
@@ -7478,13 +9005,13 @@ msgid "Global notification settings"
msgstr ""
msgid "Go Back"
-msgstr "返回"
+msgstr ""
msgid "Go Micro is a framework for micro service development."
msgstr ""
msgid "Go back"
-msgstr "上一é "
+msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
@@ -7496,10 +9023,10 @@ msgid "Go full screen"
msgstr ""
msgid "Go to"
-msgstr "å‰å¾€"
+msgstr ""
msgid "Go to %{link_to_google_takeout}."
-msgstr "å‰å¾€ %{link_to_google_takeout}。"
+msgstr ""
msgid "Go to commits"
msgstr ""
@@ -7597,29 +9124,53 @@ msgstr ""
msgid "Golden Tanuki"
msgstr ""
+msgid "Google Cloud Platform"
+msgstr ""
+
msgid "Google Code import"
-msgstr "匯入 Google Code"
+msgstr ""
msgid "Google Takeout"
-msgstr "Google Takeout"
+msgstr ""
-msgid "Google authentication is not %{link_start}property configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
msgid "Got it"
msgstr ""
msgid "Got it!"
-msgstr "了解ï¼"
+msgstr ""
msgid "Grafana URL"
msgstr ""
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana Authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
msgid "Grant access"
msgstr ""
msgid "Graph"
-msgstr "圖表"
+msgstr ""
msgid "Gravatar"
msgstr ""
@@ -7628,7 +9179,7 @@ msgid "Gravatar enabled"
msgstr ""
msgid "Group"
-msgstr "群組"
+msgstr ""
msgid "Group %{group_name} was scheduled for deletion."
msgstr ""
@@ -7637,58 +9188,85 @@ msgid "Group %{group_name} was successfully created."
msgstr ""
msgid "Group CI/CD settings"
-msgstr "群組 CI / CD 設定"
+msgstr ""
msgid "Group Git LFS status:"
-msgstr "群組 Git LFS 狀態:"
+msgstr ""
+
+msgid "Group Hooks"
+msgstr ""
msgid "Group ID"
-msgstr "群組 ID"
+msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
msgid "Group Runners"
-msgstr "群組執行器"
+msgstr ""
msgid "Group SAML must be enabled to test"
-msgstr "必須啟動 SAML æ‰èƒ½é€²è¡Œæ¸¬è©¦"
+msgstr ""
msgid "Group URL"
-msgstr "群組 URL"
+msgstr ""
msgid "Group avatar"
-msgstr "群組頭åƒ"
+msgstr ""
msgid "Group description"
-msgstr "群組說明"
+msgstr ""
msgid "Group description (optional)"
-msgstr "群組說明 (é¸å¡«)"
+msgstr ""
msgid "Group details"
-msgstr "群組詳細資訊"
+msgstr ""
+
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
msgid "Group info:"
-msgstr "群組資訊:"
+msgstr ""
msgid "Group maintainers can register group runners in the %{link}"
-msgstr "群組維護者å¯ä»¥åœ¨ %{link} 註冊群組執行器"
+msgstr ""
+
+msgid "Group members"
+msgstr ""
msgid "Group name"
-msgstr "群組å稱"
+msgstr ""
+
+msgid "Group overview"
+msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
msgid "Group pipeline minutes were successfully reset."
msgstr ""
+msgid "Group variables (inherited)"
+msgstr ""
+
msgid "Group was successfully updated."
msgstr ""
msgid "Group: %{group_name}"
-msgstr "群組:%{group_name}"
+msgstr ""
msgid "Group: %{name}"
msgstr ""
@@ -7697,16 +9275,16 @@ msgid "GroupRoadmap|%{startDateInWords} &ndash; %{endDateInWords}"
msgstr ""
msgid "GroupRoadmap|From %{dateWord}"
-msgstr "從 %{dateWord}"
+msgstr ""
msgid "GroupRoadmap|Something went wrong while fetching epics"
-msgstr "å–å¾— Epic 時發生錯誤。"
+msgstr ""
msgid "GroupRoadmap|Sorry, no epics matched your search"
-msgstr "抱歉,沒有任何 Epic 符åˆæ‚¨çš„æœå°‹ã€‚"
+msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
-msgstr "開發è—圖顯示時間軸上您的 Epic 進度"
+msgstr ""
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -7718,7 +9296,7 @@ msgid "GroupRoadmap|To widen your search, change or remove filters; from %{start
msgstr ""
msgid "GroupRoadmap|Until %{dateWord}"
-msgstr "直到 %{dateWord}"
+msgstr ""
msgid "GroupSAML|Certificate fingerprint"
msgstr ""
@@ -7726,6 +9304,9 @@ msgstr ""
msgid "GroupSAML|Configuration"
msgstr ""
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr ""
@@ -7747,6 +9328,9 @@ msgstr ""
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
msgstr ""
+msgid "GroupSAML|Identity"
+msgstr ""
+
msgid "GroupSAML|Identity provider single sign on URL"
msgstr ""
@@ -7756,9 +9340,24 @@ msgstr ""
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
msgstr ""
+msgid "GroupSAML|Members"
+msgstr ""
+
msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
msgstr ""
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
msgid "GroupSAML|SAML Single Sign On"
msgstr ""
@@ -7786,26 +9385,47 @@ msgstr ""
msgid "GroupSAML|Toggle SAML authentication"
msgstr ""
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
msgstr ""
msgid "GroupSAML|Your SCIM token"
msgstr ""
-msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
msgstr ""
-msgid "GroupSettings|Auto DevOps will automatically build, test and deploy your application based on a predefined Continuous Integration and Delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end}"
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr ""
msgid "GroupSettings|Badges"
-msgstr "徵章"
+msgstr ""
+
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group path"
+msgstr ""
+
+msgid "GroupSettings|Changing group path can have unintended side effects."
+msgstr ""
msgid "GroupSettings|Custom project templates"
msgstr ""
msgid "GroupSettings|Customize your group badges."
-msgstr "自訂您的群組徵章。"
+msgstr ""
msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
msgstr ""
@@ -7813,8 +9433,14 @@ msgstr ""
msgid "GroupSettings|Disable email notifications"
msgstr ""
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
+msgstr ""
+
msgid "GroupSettings|Learn more about badges."
-msgstr "了解關於徵章的更多資訊。"
+msgstr ""
msgid "GroupSettings|Learn more about group-level project templates."
msgstr ""
@@ -7822,8 +9448,14 @@ msgstr ""
msgid "GroupSettings|New runners registration token has been generated!"
msgstr ""
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group path with no special characters."
+msgstr ""
+
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
-msgstr "ç¦æ­¢èˆ‡å…¶ä»–群組分享 %{group} 中的專案"
+msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
msgstr ""
@@ -7834,143 +9466,170 @@ msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
msgstr ""
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
-msgstr "這個設定已經套用至 %{ancestor_group},並已覆蓋了å­ç¾¤çµ„設定。"
+msgstr ""
msgid "GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or %{remove_ancestor_share_with_group_lock}."
-msgstr "此設定已經套用到 %{ancestor_group}。若è¦èˆ‡å…¶ä»–群組分享此群組中的專案,請è¯çµ¡æ‰€æœ‰è€…覆蓋這個設定或者執行 %{remove_ancestor_share_with_group_lock}。"
+msgstr ""
msgid "GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or %{remove_ancestor_share_with_group_lock}."
-msgstr "此設定已經套用至 %{ancestor_group}。你å¯ä»¥è¦†è“‹æ­¤è¨­å®šæˆ–是執行 %{remove_ancestor_share_with_group_lock}"
+msgstr ""
msgid "GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually."
-msgstr "除éžç¾¤çµ„所有者覆蓋了設定,å¦å‰‡æ­¤è¨­å®šå°‡å¥—用到所有å­ç¾¤çµ„。先å‰èƒ½å­˜å–此專案的群組ä»å¯ç¹¼çºŒå­˜å–,除éžæ‰‹å‹•ç§»é™¤å­˜å–權é™ã€‚"
+msgstr ""
msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group"
-msgstr "當上層群組的「群組分享鎖ã€å•Ÿç”¨æ™‚,除了上層群組的所有者以外的人都ä¸èƒ½åœç”¨ã€‚"
+msgstr ""
+
+msgid "GroupSettings|cannot change when group contains projects with NPM packages"
+msgstr ""
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
-msgstr "移除 %{ancestor_group_name} 的群組分享鎖"
+msgstr ""
msgid "Groups"
-msgstr "群組"
+msgstr ""
msgid "Groups (%{count})"
msgstr ""
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
-msgstr "群組也å¯ä»¥å»ºç«‹ %{subgroup_docs_link_start}å­ç¾¤çµ„%{subgroup_docs_link_end}。"
+msgstr ""
+
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
msgid "Groups with access to <strong>%{project_name}</strong>"
msgstr ""
msgid "GroupsDropdown|Frequently visited"
-msgstr "最近ç€è¦½"
+msgstr ""
msgid "GroupsDropdown|Groups you visit often will appear here"
-msgstr "你經常ç€è¦½çš„群組將會在這裡顯示"
+msgstr ""
msgid "GroupsDropdown|Loading groups"
-msgstr "正在載入群組"
+msgstr ""
msgid "GroupsDropdown|Search your groups"
-msgstr "æœå°‹æ‚¨çš„群組"
+msgstr ""
msgid "GroupsDropdown|Something went wrong on our end."
-msgstr "çµæŸæ™‚發生錯誤。"
+msgstr ""
msgid "GroupsDropdown|Sorry, no groups matched your search"
-msgstr "抱歉,沒有符åˆæ‚¨æœå°‹çš„群組。"
+msgstr ""
msgid "GroupsDropdown|This feature requires browser localStorage support"
-msgstr "這個功能需è¦ç€è¦½å™¨çš„ localStorage 支æ´"
+msgstr ""
msgid "GroupsEmptyState|A group is a collection of several projects."
-msgstr "群組是數個專案的集åˆã€‚"
+msgstr ""
msgid "GroupsEmptyState|If you organize your projects under a group, it works like a folder."
-msgstr "當你在群組下組織一個專案,這個專案的é‹ä½œæ–¹å¼å°±å¦‚åŒè³‡æ–™å¤¾èˆ¬ã€‚"
+msgstr ""
msgid "GroupsEmptyState|No groups found"
-msgstr "找ä¸åˆ°ç¾¤çµ„"
+msgstr ""
msgid "GroupsEmptyState|You can manage your group member’s permissions and access to each project in the group."
-msgstr "您能管ç†ç¾¤çµ„æˆå“¡çš„權é™ï¼Œä¸¦å¯å­˜å–群組中的æ¯å€‹å°ˆæ¡ˆã€‚"
+msgstr ""
msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" group?"
-msgstr "確定退出「%{fullName}ã€ç¾¤çµ„?"
+msgstr ""
msgid "GroupsTree|Create a project in this group."
-msgstr "在此群組建立新專案。"
+msgstr ""
msgid "GroupsTree|Create a subgroup in this group."
-msgstr "在此群組中建立å­ç¾¤çµ„。"
+msgstr ""
msgid "GroupsTree|Edit group"
-msgstr "編輯群組"
+msgstr ""
msgid "GroupsTree|Failed to leave the group. Please make sure you are not the only owner."
-msgstr "無法退出群組。請確ä¿æ‚¨ä¸æ˜¯å”¯ä¸€çš„所有者。"
+msgstr ""
msgid "GroupsTree|Leave this group"
-msgstr "退出此群組"
+msgstr ""
msgid "GroupsTree|Loading groups"
-msgstr "讀å–群組中"
+msgstr ""
msgid "GroupsTree|No groups matched your search"
-msgstr "沒有符åˆæ‚¨æœå°‹çš„群組"
+msgstr ""
msgid "GroupsTree|No groups or projects matched your search"
-msgstr "沒有符åˆæ‚¨æœå°‹çš„群組或專案"
+msgstr ""
msgid "GroupsTree|Search by name"
-msgstr "ä¾å稱æœå°‹"
+msgstr ""
+
+msgid "Guideline"
+msgstr ""
msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
msgstr ""
+msgid "Hashed repository storage paths"
+msgstr ""
+
msgid "Have your users email"
-msgstr "有來自您使用者的信件"
+msgstr ""
msgid "Header logo was successfully removed."
msgstr ""
msgid "Header message"
-msgstr "標頭訊æ¯"
+msgstr ""
msgid "Health Check"
-msgstr "å¥åº·æª¢æŸ¥"
+msgstr ""
msgid "Health information can be retrieved from the following endpoints. More information is available"
-msgstr "å¥åº·è³‡è¨Šå¯å¾žä»¥ä¸‹çµ‚端å–得。想了解更多請åƒé–±"
+msgstr ""
msgid "HealthCheck|Access token is"
-msgstr "å­˜å–憑證:"
+msgstr ""
msgid "HealthCheck|Healthy"
-msgstr "å¥åº·ç‹€æ…‹è‰¯å¥½"
+msgstr ""
msgid "HealthCheck|No Health Problems Detected"
-msgstr "未åµæ¸¬åˆ°å¥åº·å•é¡Œ"
+msgstr ""
msgid "HealthCheck|Unhealthy"
-msgstr "å¥åº·ç‹€æ…‹ä¸è‰¯"
+msgstr ""
msgid "Hello there"
msgstr ""
msgid "Help"
-msgstr "說明"
+msgstr ""
msgid "Help page"
-msgstr "說明é é¢"
+msgstr ""
msgid "Help page text and support page url."
-msgstr "說明é é¢æ–‡å­—與支æ´é é¢é€£çµ"
+msgstr ""
msgid "Helps prevent bots from brute-force attacks."
msgstr ""
@@ -7978,6 +9637,15 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
msgid "Hide archived projects"
msgstr ""
@@ -7988,13 +9656,13 @@ msgid "Hide group projects"
msgstr ""
msgid "Hide host keys manual input"
-msgstr "éš±è—主機金鑰手動輸入"
+msgstr ""
msgid "Hide marketing-related entries from help"
msgstr ""
msgid "Hide payload"
-msgstr "éš±è—酬載"
+msgstr ""
msgid "Hide shared projects"
msgstr ""
@@ -8004,11 +9672,17 @@ msgstr ""
msgid "Hide value"
msgid_plural "Hide values"
-msgstr[0] "éš±è—數值"
+msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hiding all labels"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
msgstr ""
@@ -8016,7 +9690,7 @@ msgid "Highest role:"
msgstr ""
msgid "History"
-msgstr "æ­·å²è¨˜éŒ„"
+msgstr ""
msgid "History of authentications"
msgstr ""
@@ -8030,14 +9704,11 @@ msgstr ""
msgid "Hook was successfully updated."
msgstr ""
-msgid "Hours"
-msgstr ""
-
msgid "Housekeeping"
msgstr ""
msgid "Housekeeping successfully started"
-msgstr "已順利開始維護程åº"
+msgstr ""
msgid "Housekeeping, export, path, transfer, remove, archive."
msgstr ""
@@ -8045,12 +9716,18 @@ msgstr ""
msgid "How it works"
msgstr ""
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
msgid "How many replicas each Elasticsearch shard has."
msgstr ""
msgid "How many shards to split the Elasticsearch index over."
msgstr ""
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -8058,15 +9735,15 @@ msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{term
msgstr ""
msgid "I accept the %{terms_link}"
-msgstr "æˆ‘æŽ¥å— %{terms_link}"
+msgstr ""
msgid "I accept the|Terms of Service and Privacy Policy"
-msgstr "æœå‹™æ¢æ¬¾å’Œéš±ç§æ”¿ç­–"
+msgstr ""
msgid "I forgot my password"
msgstr ""
-msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}"
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
msgstr ""
msgid "I'd like to receive updates via email about GitLab"
@@ -8076,49 +9753,49 @@ msgid "ID"
msgstr "ID"
msgid "ID:"
-msgstr ""
+msgstr "ID:"
msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation."
-msgstr "å…許使用 CodeSandbox ä½¿ç”¨è€…ç«¯è©•ä¼°ç‰ˆåœ¨ç¶²é  IDE 來å³æ™‚é è¦½ JavaScript 專案"
+msgstr ""
msgid "IDE|Back"
-msgstr "IDE|返回"
+msgstr ""
msgid "IDE|Client side evaluation"
-msgstr "IDE|使用者端評估"
+msgstr ""
msgid "IDE|Commit"
-msgstr "æ交"
+msgstr ""
msgid "IDE|Edit"
-msgstr "編輯"
+msgstr ""
msgid "IDE|Get started with Live Preview"
-msgstr "IDE|開始å³æ™‚é è¦½"
+msgstr ""
msgid "IDE|Go to project"
-msgstr "å‰å¾€å°ˆæ¡ˆ"
+msgstr ""
msgid "IDE|Live Preview"
-msgstr "IDE|å³æ™‚é è¦½"
+msgstr ""
msgid "IDE|Open in file view"
-msgstr "以檔案顯示開啟"
+msgstr ""
msgid "IDE|Preview your web application using Web IDE client-side evaluation."
-msgstr "ä½¿ç”¨ç¶²é  IDE 使用者端評估版來é è¦½æ‚¨çš„網é æ‡‰ç”¨ç¨‹å¼"
+msgstr ""
msgid "IDE|Refresh preview"
-msgstr "é‡æ–°è¼‰å…¥é è¦½"
+msgstr ""
msgid "IDE|Review"
-msgstr "檢閱"
+msgstr ""
msgid "IDE|Successful commit"
msgstr ""
msgid "IP Address"
-msgstr "IP ä½å€"
+msgstr ""
msgid "IP address restriction is not editable in subgroups. Value inherited from top-level parent group."
msgstr ""
@@ -8127,10 +9804,13 @@ msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
msgid "Identifier"
-msgstr "識別碼"
+msgstr ""
+
+msgid "Identifiers"
+msgstr ""
msgid "Identities"
-msgstr "身份"
+msgstr ""
msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds."
msgstr ""
@@ -8142,19 +9822,19 @@ msgid "If checked, new group memberships and permissions can only be added via L
msgstr ""
msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored."
-msgstr "如果åœç”¨ï¼Œå‰‡ä¸æœƒä½¿ç”¨é ç«¯å‰¯æœ¬çš„æ交自動更新分支的本機分支,以防止本機資料被刪除。如果é è¨­åˆ†æ”¯ (%{default_branch}) 已被å†åˆ†æ”¯ä¸”無法更新時,則é¡åƒå°‡æœƒå¤±æ•—。其他å†åˆ†æ”¯çš„分支自動被忽略。"
+msgstr ""
-msgid "If disabled, only admins will be able to set up mirrors in projects."
+msgid "If disabled, only admins will be able to configure repository mirroring."
msgstr ""
msgid "If disabled, the access level will depend on the user's permissions in the project."
-msgstr "如果ç¦ç”¨ï¼Œå­˜å–等級將å–決於使用者在專案中的權é™ã€‚"
+msgstr ""
msgid "If enabled"
-msgstr "如果啟用"
+msgstr ""
msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "如果啟用,將會使用其分類標籤在外部æœå‹™ä¸Šé©—證專案的存å–。"
+msgstr ""
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -8163,7 +9843,13 @@ msgid "If this was a mistake you can leave the %{source_type}."
msgstr ""
msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}"
-msgstr "如果使用 GitHub,你將會看到用於æ交與推é€è«‹æ±‚çš„ GitHub 管線狀態。%{more_info_link}"
+msgstr ""
+
+msgid "If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "If you believe this page to be an error, check out the links below for more information."
+msgstr ""
msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
msgstr ""
@@ -8171,14 +9857,26 @@ msgstr ""
msgid "If your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Image %{imageName} was scheduled for deletion from the registry."
+msgstr ""
+
+msgid "Image: %{image}"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
-msgstr "2-up"
+msgstr ""
msgid "ImageDiffViewer|Onion skin"
-msgstr "Onion 主題"
+msgstr ""
msgid "ImageDiffViewer|Swipe"
-msgstr "Swipe"
+msgstr ""
msgid "ImageViewerDimensions|H"
msgstr ""
@@ -8190,28 +9888,28 @@ msgid "Impersonation has been disabled"
msgstr ""
msgid "Import"
-msgstr "匯入"
+msgstr ""
msgid "Import CSV"
msgstr ""
msgid "Import Projects from Gitea"
-msgstr "從 Gitea 匯入專案"
+msgstr ""
msgid "Import all compatible projects"
-msgstr "匯入所有相容的專案"
+msgstr ""
msgid "Import all projects"
-msgstr "匯入所有專案"
+msgstr ""
msgid "Import all repositories"
-msgstr "匯入所有版本庫"
+msgstr ""
msgid "Import an exported GitLab project"
-msgstr "匯入一個已經匯出的 GitLab 專案"
+msgstr ""
msgid "Import in progress"
-msgstr "匯入中…"
+msgstr ""
msgid "Import issues"
msgstr ""
@@ -8223,37 +9921,37 @@ msgid "Import members from another project"
msgstr ""
msgid "Import multiple repositories by uploading a manifest file."
-msgstr "é€éŽä¸Šå‚³ manifest 檔案,匯入多個版本庫。"
+msgstr ""
msgid "Import project"
-msgstr "匯入專案"
+msgstr ""
msgid "Import project members"
msgstr ""
msgid "Import projects from Bitbucket"
-msgstr "從 Bitbucket 匯入專案"
+msgstr ""
msgid "Import projects from Bitbucket Server"
-msgstr "從 Bitbucket 匯入專案"
+msgstr ""
msgid "Import projects from FogBugz"
-msgstr "從 FogBugz 匯入專案"
+msgstr ""
msgid "Import projects from GitLab.com"
-msgstr "從 GitLab.com 匯入專案"
+msgstr ""
msgid "Import projects from Google Code"
-msgstr "從 Google Code 匯入專案"
+msgstr ""
msgid "Import repositories from Bitbucket Server"
-msgstr "從 Bitbucket 匯入版本庫"
+msgstr ""
msgid "Import repositories from GitHub"
-msgstr "從 GitHub 匯入版本庫"
+msgstr ""
msgid "Import repository"
-msgstr "匯入版本庫"
+msgstr ""
msgid "Import tasks"
msgstr ""
@@ -8268,7 +9966,7 @@ msgid "Import/Export illustration"
msgstr ""
msgid "ImportButtons|Connect repositories from"
-msgstr "連線版本庫自"
+msgstr ""
msgid "ImportProjects|Blocked import URL: %{message}"
msgstr ""
@@ -8298,31 +9996,37 @@ msgid "Improve Issue boards"
msgstr ""
msgid "Improve Issue boards with GitLab Enterprise Edition."
-msgstr "改善 GitLab ä¼æ¥­ç‰ˆæœ¬çš„議題看æ¿ã€‚"
+msgstr ""
msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition."
msgstr ""
msgid "Improve issues management with Issue weight and GitLab Enterprise Edition."
-msgstr "é€éŽè­°é¡Œæ¬Šé‡å’Œ GitLab ä¼æ¥­ç‰ˆæœ¬æ”¹å–„議題管ç†ã€‚"
+msgstr ""
msgid "Improve search with Advanced Global Search and GitLab Enterprise Edition."
-msgstr "使用進階全域æœå°‹å’Œ GitLab ä¼æ¥­ç‰ˆæœ¬ä¾†æ”¹é€²æœå°‹ã€‚"
+msgstr ""
msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "為了è¦å•Ÿç”¨å¯¦ä¾‹ç­‰ç´šçš„統計,請詢å•ç®¡ç†å“¡ä»¥å•Ÿç”¨%{usage_ping_link_start}ä½¿ç”¨æƒ…æ³ ping%{usage_ping_link_end}。"
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
+msgid "In order to tailor your experience with GitLab we<br>would like to know a bit more about you."
+msgstr ""
+
msgid "In the next step, you'll be able to select the projects you want to import."
-msgstr "在下一步中,你將能é¸æ“‡è¦åŒ¯å…¥çš„專案。"
+msgstr ""
+
+msgid "Incident Management Limits"
+msgstr ""
msgid "Incidents"
msgstr ""
msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept."
-msgstr "包括所有使用者必須接å—çš„æœå‹™æ¢æ¬¾å”議和隱ç§æ”¿ç­–。"
+msgstr ""
msgid "Include author name in notification email body"
msgstr ""
@@ -8331,7 +10035,7 @@ msgid "Include merge request description"
msgstr ""
msgid "Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>."
-msgstr "如果需è¦ï¼Œè«‹åœ¨URL中夾帶使用者å稱: <code>https://username@gitlab.company.com/group/project.git</code>。"
+msgstr ""
msgid "Includes LFS objects. It can be overridden per group, or per project. 0 for unlimited."
msgstr ""
@@ -8349,7 +10053,7 @@ msgid "Incoming email"
msgstr ""
msgid "Incompatible Project"
-msgstr "ä¸ç›¸å®¹çš„專案"
+msgstr ""
msgid "Incompatible options set!"
msgstr ""
@@ -8358,7 +10062,7 @@ msgid "Index all projects"
msgstr ""
msgid "Indicates whether this runner can pick jobs without tags"
-msgstr "指示這個執行器是å¦èƒ½é¸æ“‡æ²’有標籤的工作"
+msgstr ""
msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
msgstr ""
@@ -8366,14 +10070,17 @@ msgstr ""
msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
msgstr ""
+msgid "Inherited:"
+msgstr ""
+
msgid "Inline"
-msgstr "內嵌"
+msgstr ""
msgid "Input host keys manually"
-msgstr "手動輸入主機金鑰"
+msgstr ""
msgid "Input your repository URL"
-msgstr "輸入您的版本庫URL"
+msgstr ""
msgid "Insert a quote"
msgstr ""
@@ -8391,12 +10098,12 @@ msgid "Install"
msgstr ""
msgid "Install GitLab Runner"
-msgstr "å®‰è£ GitLab 執行器"
+msgstr ""
msgid "Install Runner on Kubernetes"
-msgstr "在 Kubernetes 上安è£åŸ·è¡Œå™¨"
+msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
msgstr ""
msgid "Install on clusters"
@@ -8410,51 +10117,51 @@ msgstr ""
msgid "Instance"
msgid_plural "Instances"
-msgstr[0] "實例"
-
-msgid "Instance Statistics"
-msgstr "實例統計"
+msgstr[0] ""
msgid "Instance Statistics visibility"
-msgstr "實例統計å¯è¦‹åº¦"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr ""
msgid "Instance does not support multiple Kubernetes clusters"
-msgstr "主機ä¸æ”¯æ´å¤šå€‹ Kubernetes å¢é›†"
+msgstr ""
msgid "Instance license"
msgstr ""
msgid "Integrations"
-msgstr "æ•´åˆ"
+msgstr ""
msgid "Integrations Settings"
-msgstr "æ•´åˆè¨­å®š"
+msgstr ""
msgid "Interested parties can even contribute by pushing commits if they want to."
-msgstr "有興趣的使用者甚至å¯ä»¥é€éŽæŽ¨é€æ交åšå‡ºè²¢ç»ï¼Œå¦‚果他們願æ„的話。"
+msgstr ""
msgid "Internal"
msgstr ""
msgid "Internal - The group and any internal projects can be viewed by any logged in user."
-msgstr "內部專案 - 任何登入的使用者都能檢視該群組åŠå…¶å°ˆæ¡ˆ"
+msgstr ""
msgid "Internal - The project can be accessed by any logged in user."
-msgstr "內部專案 - 任何登入的使用者都能存å–此專案"
+msgstr ""
msgid "Internal users"
-msgstr "內部使用者"
+msgstr ""
msgid "Interval Pattern"
-msgstr "循環樣å¼"
+msgstr ""
msgid "Introducing Cycle Analytics"
-msgstr "週期分æžç°¡ä»‹"
+msgstr ""
+
+msgid "Introducing Your DevOps Score"
+msgstr ""
-msgid "Introducing Your Conversational Development Index"
+msgid "Invalid Git ref"
msgstr ""
msgid "Invalid Insights config file detected"
@@ -8469,6 +10176,9 @@ msgstr ""
msgid "Invalid date"
msgstr ""
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
msgid "Invalid feature"
msgstr ""
@@ -8484,6 +10194,9 @@ msgstr ""
msgid "Invalid input, please avoid emojis"
msgstr ""
+msgid "Invalid login or password"
+msgstr ""
+
msgid "Invalid pin code"
msgstr ""
@@ -8496,6 +10209,9 @@ msgstr ""
msgid "Invalid server response"
msgstr ""
+msgid "Invalid start or end time format"
+msgstr ""
+
msgid "Invalid two-factor code."
msgstr ""
@@ -8503,7 +10219,7 @@ msgid "Invitation"
msgstr ""
msgid "Invite"
-msgstr "邀請"
+msgstr ""
msgid "Invite \"%{trimmed}\" by email"
msgstr ""
@@ -8517,6 +10233,15 @@ msgstr ""
msgid "Invocations"
msgstr ""
+msgid "Is"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is not"
+msgstr ""
+
msgid "Is using license seat:"
msgstr ""
@@ -8532,17 +10257,26 @@ msgstr ""
msgid "IssuableStatus|moved"
msgstr ""
+msgid "IssuableStatus|promoted"
+msgstr ""
+
msgid "Issue"
-msgstr "議題"
+msgstr ""
+
+msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
+msgstr ""
msgid "Issue Boards"
-msgstr "議題看æ¿"
+msgstr ""
msgid "Issue board focus mode"
-msgstr "議題看æ¿ç„¦é»žæ¨¡å¼"
+msgstr ""
+
+msgid "Issue cannot be found."
+msgstr ""
msgid "Issue events"
-msgstr "議題事件"
+msgstr ""
msgid "Issue template (optional)"
msgstr ""
@@ -8553,11 +10287,14 @@ msgstr ""
msgid "Issue was closed by %{name} %{reason}"
msgstr ""
+msgid "Issue weight"
+msgstr ""
+
msgid "IssueBoards|Board"
-msgstr "看æ¿"
+msgstr ""
msgid "IssueBoards|Boards"
-msgstr "看æ¿"
+msgstr ""
msgid "IssueBoards|Create new board"
msgstr ""
@@ -8590,25 +10327,28 @@ msgid "IssueTracker|YouTrack issue tracker"
msgstr ""
msgid "Issues"
-msgstr "議題"
+msgstr ""
msgid "Issues / Merge Requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
-msgstr "è­°é¡Œå¯ä»¥æ˜¯è‡­èŸ²ã€ä»»å‹™æˆ–者想法,便於使用者討論它。此外,議題是å¯æœå°‹å’ŒéŽæ¿¾çš„。"
+msgstr ""
msgid "Issues closed"
-msgstr "議題已關閉"
+msgstr ""
+
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
msgstr ""
msgid "Issues, merge requests, pushes, and comments."
-msgstr "è­°é¡Œã€åˆä½µè«‹æ±‚ã€æŽ¨é€åŠç•™è¨€ã€‚"
+msgstr ""
msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
-msgstr "在您為專案建立議題後,我們開始追蹤並顯示它們的指標"
+msgstr ""
msgid "IssuesAnalytics|Avg/Month:"
msgstr ""
@@ -8617,24 +10357,24 @@ msgid "IssuesAnalytics|Issues created"
msgstr ""
msgid "IssuesAnalytics|Issues created per month"
-msgstr "æ¯æœˆå»ºç«‹çš„è­°é¡Œ"
+msgstr ""
msgid "IssuesAnalytics|Last 12 months"
-msgstr "éŽåŽ»12個月"
+msgstr ""
msgid "IssuesAnalytics|Sorry, your filter produced no results"
-msgstr "抱歉,您的篩é¸æ¢ä»¶æ²’有çµæžœ"
+msgstr ""
msgid "IssuesAnalytics|There are no issues for the projects in your group"
-msgstr "群組中的所有專案沒有任何議題"
+msgstr ""
msgid "IssuesAnalytics|To widen your search, change or remove filters in the filter bar above"
-msgstr "è¦åœ¨ä¸Šé¢çš„篩é¸æ¢ä»¶ä¸­æ“´å¤§æœå°‹ç¯„åœï¼Œè®Šæ›´æˆ–刪除篩é¸æ¢ä»¶"
+msgstr ""
msgid "IssuesAnalytics|Total:"
msgstr ""
-msgid "It may take up to 30 minutes before the site is available after the first deployment."
+msgid "Issue|Title"
msgstr ""
msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected."
@@ -8644,16 +10384,16 @@ msgid "It's you"
msgstr ""
msgid "Jaeger URL"
-msgstr "Jaeger 網å€"
+msgstr ""
msgid "Jaeger tracing"
-msgstr "Jaeger 追蹤"
+msgstr ""
msgid "Jan"
-msgstr "一月"
+msgstr "1月"
msgid "January"
-msgstr "一月"
+msgstr ""
msgid "JiraService|Events for %{noteable_model_name} are disabled."
msgstr ""
@@ -8707,7 +10447,7 @@ msgid "Job ID"
msgstr ""
msgid "Job has been erased"
-msgstr "工作已被抹除"
+msgstr ""
msgid "Job has been successfully erased!"
msgstr ""
@@ -8721,53 +10461,59 @@ msgstr ""
msgid "Job is stuck. Check runners."
msgstr ""
-msgid "Job traces and artifacts"
+msgid "Job logs and artifacts"
+msgstr ""
+
+msgid "Job to create self-monitoring project is in progress"
+msgstr ""
+
+msgid "Job to delete self-monitoring project is in progress"
msgstr ""
msgid "Job was retried"
msgstr ""
msgid "Jobs"
-msgstr "作業"
+msgstr ""
msgid "Job|Browse"
-msgstr "工作|ç€è¦½"
+msgstr ""
msgid "Job|Complete Raw"
-msgstr "工作|完全Raw"
+msgstr ""
msgid "Job|Download"
-msgstr "工作|下載"
+msgstr ""
msgid "Job|Erase job log"
-msgstr "工作|刪除工作記錄"
+msgstr ""
msgid "Job|Job artifacts"
-msgstr "工作æˆå“"
+msgstr ""
msgid "Job|Job has been erased"
-msgstr "工作|工作已被刪除"
+msgstr ""
msgid "Job|Job has been erased by"
-msgstr "工作|工作已被刪除,刪除者:"
+msgstr ""
msgid "Job|Keep"
-msgstr "工作|ä¿æŒ"
+msgstr ""
msgid "Job|Pipeline"
msgstr ""
msgid "Job|Scroll to bottom"
-msgstr "工作|移到底部"
+msgstr ""
msgid "Job|Scroll to top"
-msgstr "工作|回到頂部"
+msgstr ""
msgid "Job|Show complete raw"
-msgstr "顯示完æˆçš„ Raw"
+msgstr ""
msgid "Job|The artifacts were removed"
-msgstr "已刪除æˆå“"
+msgstr ""
msgid "Job|The artifacts will be removed"
msgstr ""
@@ -8791,10 +10537,10 @@ msgid "Join Zoom meeting"
msgstr ""
msgid "Jul"
-msgstr "七月"
+msgstr "7月"
msgid "July"
-msgstr "七月"
+msgstr "7月"
msgid "Jump to first unresolved discussion"
msgstr ""
@@ -8803,10 +10549,13 @@ msgid "Jump to next unresolved discussion"
msgstr ""
msgid "Jun"
-msgstr "六月"
+msgstr "6月"
msgid "June"
-msgstr "六月"
+msgstr "6月"
+
+msgid "Key"
+msgstr "金鑰"
msgid "Key (PEM)"
msgstr ""
@@ -8818,28 +10567,31 @@ msgid "Keyboard Shortcuts"
msgstr ""
msgid "Kubernetes"
-msgstr "Kubernetes"
+msgstr ""
+
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
msgid "Kubernetes Cluster"
-msgstr "Kubernetes å¢é›†"
+msgstr ""
msgid "Kubernetes Clusters"
msgstr ""
msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}"
-msgstr "Kubernetes å¢é›†å»ºç«‹ç­‰å¾…時間逾時;%{timeout}"
+msgstr ""
-msgid "Kubernetes cluster integration was not removed."
-msgstr "Kubernetes å¢é›†æ•´åˆæœªç§»é™¤ã€‚"
+msgid "Kubernetes cluster integration and resources are being removed."
+msgstr ""
msgid "Kubernetes cluster integration was successfully removed."
-msgstr "Kubernetes å¢é›†æ•´åˆå·²æˆåŠŸç§»é™¤ã€‚"
+msgstr ""
msgid "Kubernetes cluster was successfully updated."
-msgstr "Kubernetes å¢é›†å·²æˆåŠŸæ›´æ–°ã€‚"
+msgstr ""
msgid "Kubernetes configured"
-msgstr "Kubernetes 已設定"
+msgstr ""
msgid "Kubernetes deployment not found"
msgstr ""
@@ -8847,6 +10599,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
+msgid "Kubernetes popover"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -8863,22 +10618,22 @@ msgid "LFS objects"
msgstr ""
msgid "LFSStatus|Disabled"
-msgstr "åœç”¨"
+msgstr ""
msgid "LFSStatus|Enabled"
-msgstr "啟用"
+msgstr ""
msgid "LICENSE"
msgstr ""
msgid "Label"
-msgstr "標籤"
+msgstr ""
msgid "Label actions dropdown"
-msgstr "標籤æ“作下拉é¸å–®"
+msgstr ""
msgid "Label lists show all issues with the selected label."
-msgstr "標籤列表顯示了被貼上這標籤的所有議題。"
+msgstr ""
msgid "Label was created"
msgstr ""
@@ -8890,34 +10645,34 @@ msgid "Label was successfully updated."
msgstr ""
msgid "LabelSelect|%{firstLabelName} +%{remainingLabelCount} more"
-msgstr "%{firstLabelName} +%{remainingLabelCount} 更多"
+msgstr ""
msgid "LabelSelect|%{labelsString}, and %{remainingLabelCount} more"
-msgstr "%{labelsString},和%{remainingLabelCount} 更多"
+msgstr ""
msgid "LabelSelect|Labels"
-msgstr "標籤"
+msgstr ""
msgid "Labels"
-msgstr "標籤"
+msgstr ""
msgid "Labels can be applied to %{features}. Group labels are available for any project within the group."
-msgstr "標籤å¯ä»¥å¥—用於 %{features}。群組標籤å¯ä»¥ç”¨æ–¼ç¾¤çµ„內的任何專案。"
+msgstr ""
msgid "Labels can be applied to issues and merge requests to categorize them."
-msgstr "標籤å¯ä»¥å¥—用到議題和åˆä½µè«‹æ±‚以分門別類它們。"
+msgstr ""
msgid "Labels can be applied to issues and merge requests."
-msgstr "標籤å¯ä»¥ç”¨æ–¼è­°é¡Œå’Œåˆä½µè«‹æ±‚。"
+msgstr ""
msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>è¦è®“標籤</span> %{labelTitle} <span>æå‡åˆ°ç¾¤çµ„標籤嗎?</span>"
+msgstr ""
msgid "Labels|Promote Label"
-msgstr "æå‡æ¨™ç±¤"
+msgstr ""
msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. This action cannot be reversed."
-msgstr "æå‡ %{labelTitle} å°‡å¯ä»¥è®“所有 %{groupName} 內的專案都使用此標籤。ç¾æœ‰ç›¸åŒå稱的標籤將被åˆä½µã€‚該æ“作ä¸å¯å¾©åŽŸã€‚"
+msgstr ""
msgid "Labels|and %{count} more"
msgstr ""
@@ -8926,17 +10681,26 @@ msgid "Language"
msgstr ""
msgid "Large File Storage"
-msgstr "大檔案儲存"
+msgstr ""
msgid "Last %d day"
msgid_plural "Last %d days"
-msgstr[0] "最近 %d 天"
+msgstr[0] ""
msgid "Last %{days} days"
msgstr ""
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Last Pipeline"
-msgstr "最近一次管線"
+msgstr ""
+
+msgid "Last Seen"
+msgstr ""
msgid "Last accessed on"
msgstr ""
@@ -8945,37 +10709,46 @@ msgid "Last activity"
msgstr ""
msgid "Last commit"
-msgstr "最後æ交"
+msgstr ""
msgid "Last contact"
-msgstr "上次è¯ç¹«æ–¼"
+msgstr ""
msgid "Last edited %{date}"
-msgstr "最後編輯時間:%{date}"
+msgstr ""
msgid "Last edited by %{name}"
-msgstr "最後由 %{name} 編輯"
+msgstr ""
msgid "Last name"
msgstr ""
msgid "Last reply by"
-msgstr "最後回應由"
+msgstr ""
+
+msgid "Last repository check run"
+msgstr ""
msgid "Last seen"
msgstr ""
+msgid "Last successful sync"
+msgstr ""
+
msgid "Last successful update"
msgstr ""
+msgid "Last time verified"
+msgstr ""
+
msgid "Last update"
-msgstr "最後更新"
+msgstr ""
msgid "Last update attempt"
msgstr ""
msgid "Last updated"
-msgstr "最後更新"
+msgstr ""
msgid "Last used"
msgstr ""
@@ -8983,14 +10756,17 @@ msgstr ""
msgid "Last used on:"
msgstr ""
+msgid "LastCommit|authored"
+msgstr ""
+
msgid "LastPushEvent|You pushed to"
-msgstr "您推é€äº†"
+msgstr ""
msgid "LastPushEvent|at"
-msgstr "æ–¼"
+msgstr ""
msgid "Latest changes"
-msgstr "最新修改"
+msgstr ""
msgid "Latest pipeline for the most recent commit on this branch"
msgstr ""
@@ -9001,6 +10777,9 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -9008,13 +10787,19 @@ msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no
msgstr ""
msgid "Learn more"
-msgstr "進一步了解"
+msgstr ""
msgid "Learn more about Auto DevOps"
msgstr ""
msgid "Learn more about Kubernetes"
-msgstr "了解更多端於 Kubernetes 的資訊"
+msgstr ""
+
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
msgid "Learn more about Web Terminal"
msgstr ""
@@ -9040,29 +10825,32 @@ msgstr ""
msgid "Learn more about the dependency list"
msgstr ""
-msgid "Learn more about vulnerability check"
-msgstr ""
-
msgid "Learn more in the"
-msgstr "進一步了解於"
+msgstr ""
msgid "Learn more in the|pipeline schedules documentation"
-msgstr "排程管線說明文件"
+msgstr ""
msgid "Leave"
-msgstr "退出"
+msgstr ""
+
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked"
+msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
msgid "Leave group"
-msgstr "退出群組"
+msgstr ""
msgid "Leave project"
-msgstr "退出專案"
+msgstr ""
msgid "Leave the \"File type\" and \"Delivery method\" options on their default values."
-msgstr "å°‡\"檔案類型\"å’Œ\"傳éžæ–¹æ³•\"é¸é …ä¿ç•™ç‚ºå…¶é è¨­å€¼ã€‚"
+msgstr ""
msgid "Let's Encrypt does not accept emails on example.com"
msgstr ""
@@ -9071,11 +10859,14 @@ msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) t
msgstr ""
msgid "License"
-msgstr "授權"
+msgstr ""
msgid "License Compliance"
msgstr ""
+msgid "License-Check"
+msgstr ""
+
msgid "LicenseCompliance|Add a license"
msgstr ""
@@ -9122,10 +10913,18 @@ msgid "LicenseCompliance|License Compliance detected %d license for the source b
msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d license for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected %d new license"
msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
msgstr[0] ""
+msgid "LicenseCompliance|License Compliance detected %d new license; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses; approval required"
+msgstr[0] ""
+
msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only"
msgstr ""
@@ -9172,7 +10971,58 @@ msgid "Licensed to"
msgstr ""
msgid "Licenses"
-msgstr "授權"
+msgstr ""
+
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|Learn more about license compliance"
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -9182,28 +11032,40 @@ msgstr ""
msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
-msgstr[0] "é™åˆ¶æœ€å¤šé¡¯ç¤º %d 個活動"
+msgstr[0] ""
+
+msgid "Line changes"
+msgstr ""
-msgid "Link copied to clipboard"
+msgid "Link copied"
msgstr ""
msgid "Linked emails (%{email_count})"
msgstr ""
+msgid "Linked issues"
+msgstr ""
+
msgid "LinkedIn"
-msgstr "LinkedIn"
+msgstr ""
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
+msgid "Links"
+msgstr ""
+
msgid "List"
-msgstr "清單"
+msgstr ""
+
+msgid "List Settings"
+msgstr ""
msgid "List Your Gitea Repositories"
-msgstr "列出您的 Gitea 版本庫"
+msgstr ""
msgid "List available repositories"
-msgstr "列出å¯ç”¨çš„版本庫"
+msgstr ""
msgid "List of IPs and CIDRs of allowed secondary nodes. Comma-separated, e.g. \"1.1.1.1, 2.2.2.0/24\""
msgstr ""
@@ -9212,16 +11074,19 @@ msgid "List the merge requests that must be merged before this one."
msgstr ""
msgid "List view"
-msgstr "列表顯示"
+msgstr ""
msgid "List your Bitbucket Server repositories"
-msgstr "列出 BitBucket 伺æœå™¨ç‰ˆæœ¬åº«"
+msgstr ""
msgid "Live preview"
-msgstr "å³æ™‚é è¦½"
+msgstr ""
msgid "Loading contribution stats for group members"
-msgstr "正在讀å–群組æˆå“¡çš„è²¢ç»çµ±è¨ˆ"
+msgstr ""
+
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
@@ -9229,11 +11094,14 @@ msgstr ""
msgid "Loading issues"
msgstr ""
+msgid "Loading snippet"
+msgstr ""
+
msgid "Loading the GitLab IDE..."
-msgstr "è®€å– GitLab IDE…"
+msgstr ""
msgid "Loading..."
-msgstr "載入中…"
+msgstr ""
msgid "Loading…"
msgstr ""
@@ -9245,28 +11113,28 @@ msgid "Lock"
msgstr "鎖定"
msgid "Lock %{issuableDisplayName}"
-msgstr "鎖定 %{issuableDisplayName}"
+msgstr ""
msgid "Lock memberships to LDAP synchronization"
msgstr ""
msgid "Lock not found"
-msgstr "找ä¸åˆ°éŽ–定的檔案"
+msgstr ""
msgid "Lock the discussion"
msgstr ""
msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "鎖定此 %{issuableDisplayName}? åªæœ‰ <strong>專案æˆå“¡</strong>æ‰å¯ä»¥ç™¼è¡¨ç•™è¨€ã€‚"
+msgstr ""
msgid "Lock to current projects"
-msgstr "鎖定目å‰å°ˆæ¡ˆ"
+msgstr ""
msgid "Locked"
-msgstr "已鎖定"
+msgstr ""
msgid "Locked Files"
-msgstr "鎖定的檔案"
+msgstr ""
msgid "Locked by %{fileLockUserName}"
msgstr ""
@@ -9275,22 +11143,34 @@ msgid "Locked the discussion."
msgstr ""
msgid "Locked to current projects"
-msgstr "已鎖定目å‰å°ˆæ¡ˆ"
+msgstr ""
msgid "Locks give the ability to lock specific file or folder."
-msgstr "《鎖定》æ供了鎖定特定檔案或資料夾的能力。"
+msgstr ""
msgid "Locks the discussion."
msgstr ""
msgid "Login with smartcard"
-msgstr "使用 smartcard 登入"
+msgstr ""
msgid "Logo was successfully removed."
msgstr ""
msgid "Logs"
-msgstr "記錄檔"
+msgstr ""
+
+msgid "Logs|To see the pod logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr "MB"
+
+msgid "MD5"
+msgstr "MD5"
msgid "MERGED"
msgstr ""
@@ -9317,7 +11197,7 @@ msgid "Make and review changes in the browser with the Web IDE"
msgstr ""
msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
-msgstr "無論身在何處,都能讓您團隊中的æ¯å€‹äººéƒ½æ›´æœ‰æ•ˆçŽ‡ã€‚GitLab Geo 建立了您 GitLab 主機的唯讀é¡åƒï¼Œæ‰€ä»¥æ‚¨å¯ä»¥ç¸®çŸ­è¤‡è£½å’ŒæŠ“å–大型版本庫的時間。"
+msgstr ""
msgid "Make issue confidential"
msgstr ""
@@ -9326,49 +11206,52 @@ msgid "Make sure you save it - you won't be able to access it again."
msgstr ""
msgid "Make sure you're logged into the account that owns the projects you'd like to import."
-msgstr "請確ä¿æ‚¨å·²ç¶“登入æ“有您è¦åŒ¯å…¥çš„專案的帳號。"
+msgstr ""
msgid "Makes this issue confidential."
msgstr ""
+msgid "Malformed string"
+msgstr ""
+
msgid "Manage"
msgstr ""
msgid "Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews and enhance collaboration with merge requests. Each project can also have an issue tracker and a wiki."
-msgstr "使用細粒度的存å–æŽ§åˆ¶ä¾†ç®¡ç† Git 版本庫以確ä¿æ‚¨çš„程å¼ç¢¼å®‰å…¨ã€‚執行程å¼ç¢¼å¯©é–±ä¸¦å¢žå¼·èˆ‡åˆä½µè«‹æ±‚çš„å”作。æ¯å€‹å°ˆæ¡ˆé‚„å¯ä»¥æœ‰è­°é¡Œè¿½è¹¤å’Œ Wiki。"
+msgstr ""
msgid "Manage Web IDE features"
-msgstr "管ç†ç¶²é  IDE 功能"
+msgstr ""
msgid "Manage access"
-msgstr "管ç†å­˜å–"
+msgstr ""
msgid "Manage all notifications"
-msgstr "管ç†æ‰€æœ‰é€šçŸ¥"
+msgstr ""
msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
-msgstr "管ç†å¯ä»¥å°‡ GitLab 作為 OAuth 的應用程å¼ï¼Œä»¥åŠæ‚¨å·²æŽˆæ¬Šä½¿ç”¨æ‚¨å¸³è™Ÿçš„應用程å¼ã€‚"
+msgstr ""
msgid "Manage applications that you've authorized to use your account."
-msgstr "管ç†æ‚¨æŽˆæ¬Šä½¿ç”¨å¸³è™Ÿçš„應用程å¼ã€‚"
+msgstr ""
msgid "Manage group labels"
-msgstr "管ç†ç¾¤çµ„標籤"
+msgstr ""
msgid "Manage labels"
-msgstr "管ç†æ¨™ç±¤"
+msgstr ""
msgid "Manage project labels"
-msgstr "管ç†å°ˆæ¡ˆæ¨™ç±¤"
+msgstr ""
msgid "Manage two-factor authentication"
msgstr ""
msgid "Manifest"
-msgstr "Manifest"
+msgstr ""
msgid "Manifest file import"
-msgstr "匯入 Manifest 檔案"
+msgstr ""
msgid "Manual job"
msgstr ""
@@ -9377,22 +11260,22 @@ msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
msgid "Map a FogBugz account ID to a GitLab user"
-msgstr "å°‡ FogBugz 的帳號å°æ‡‰åˆ° GitLab 使用者"
+msgstr ""
msgid "Map a Google Code user to a GitLab user"
-msgstr "å°æ‡‰Google Code åŠ GitLab 中的使用者"
+msgstr ""
msgid "Map a Google Code user to a full email address"
-msgstr "å°‡ Google Code 中的使用者å°æ‡‰åˆ°å®Œæ•´çš„é›»å­ä¿¡ç®±"
+msgstr ""
msgid "Map a Google Code user to a full name"
-msgstr "å°‡ Google Code 中的使用者å°æ‡‰åˆ°å®Œæ•´çš„姓å"
+msgstr ""
msgid "Mar"
-msgstr "三月"
+msgstr "3月"
msgid "March"
-msgstr "三月"
+msgstr ""
msgid "Mark To Do as done"
msgstr ""
@@ -9419,7 +11302,7 @@ msgid "Markdown Help"
msgstr ""
msgid "Markdown enabled"
-msgstr "已啟用 Markdown"
+msgstr ""
msgid "Markdown is supported"
msgstr ""
@@ -9482,14 +11365,17 @@ msgid "MattermostService|This service allows users to perform common operations
msgstr ""
msgid "Maven Metadata"
-msgstr "Maven 詮釋資料"
+msgstr ""
msgid "Max access level"
-msgstr "最大存å–等級"
+msgstr ""
msgid "Max seats used"
msgstr ""
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -9503,11 +11389,20 @@ msgid "Maximum delay (Minutes)"
msgstr ""
msgid "Maximum job timeout"
-msgstr "最大工作逾時"
+msgstr ""
msgid "Maximum job timeout has a value which could not be accepted"
msgstr ""
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
msgid "Maximum number of mirrors that can be synchronizing at the same time."
msgstr ""
@@ -9518,19 +11413,25 @@ msgid "Maximum time between updates that a mirror can have when scheduled to syn
msgstr ""
msgid "May"
-msgstr "五月"
+msgstr "5月"
+
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
msgid "Median"
-msgstr "中ä½æ•¸"
+msgstr ""
+
+msgid "Medium vulnerabilities present"
+msgstr ""
msgid "Member lock"
-msgstr "æˆå“¡éŽ–定"
+msgstr ""
msgid "Member since %{date}"
-msgstr "會員開始於 %{date}"
+msgstr ""
msgid "Members"
-msgstr "æˆå“¡"
+msgstr ""
msgid "Members can be added by project <i>Maintainers</i> or <i>Owners</i>"
msgstr ""
@@ -9544,6 +11445,12 @@ msgstr ""
msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Memory limit exceeded while rendering template"
+msgstr ""
+
msgid "Merge"
msgstr ""
@@ -9551,22 +11458,25 @@ msgid "Merge (when the pipeline succeeds)"
msgstr ""
msgid "Merge Request"
-msgstr "åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Merge Request Approvals"
msgstr ""
msgid "Merge Requests"
-msgstr "åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Merge Requests created"
-msgstr "已建立åˆä½µè«‹æ±‚"
+msgstr ""
+
+msgid "Merge Requests in Review"
+msgstr ""
msgid "Merge commit message"
msgstr ""
msgid "Merge events"
-msgstr "åˆä½µäº‹ä»¶"
+msgstr ""
msgid "Merge immediately"
msgstr ""
@@ -9574,23 +11484,29 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge options"
+msgstr ""
+
msgid "Merge request"
-msgstr "åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Merge request %{iid} authored by %{authorName}"
msgstr ""
msgid "Merge request approvals"
-msgstr "批准åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
msgstr ""
+msgid "Merge request dependencies"
+msgstr ""
+
msgid "Merge requests"
-msgstr "åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Merge requests are a place to propose changes you've made to a project and discuss those changes with others"
-msgstr "「åˆä½µè«‹æ±‚ã€æ˜¯ä¸€å€‹è®“其他人æ出變更建議並討論的地方"
+msgstr ""
msgid "Merge requests are read-only in a secondary Geo node"
msgstr ""
@@ -9626,7 +11542,7 @@ msgid "MergeRequests|Add a reply"
msgstr ""
msgid "MergeRequests|An error occurred while saving the draft comment."
-msgstr "儲存留言è‰ç¨¿æ™‚發生錯誤。"
+msgstr ""
msgid "MergeRequests|Failed to squash. Should be done manually."
msgstr ""
@@ -9641,7 +11557,7 @@ msgid "MergeRequests|Resolve this thread in a new issue"
msgstr ""
msgid "MergeRequests|Saving the comment failed"
-msgstr "儲存留言失敗"
+msgstr ""
msgid "MergeRequests|Squash task canceled: another squash is already in progress."
msgstr ""
@@ -9659,13 +11575,13 @@ msgid "MergeRequests|Thread will be unresolved"
msgstr ""
msgid "MergeRequests|Toggle comments for this file"
-msgstr "切æ›æ­¤æª”案的註釋"
+msgstr ""
msgid "MergeRequests|View file @ %{commitId}"
-msgstr "檢視檔案@ %{commitId}"
+msgstr ""
msgid "MergeRequests|View replaced file @ %{commitId}"
-msgstr "檢視å–代檔案@ %{commitId}"
+msgstr ""
msgid "MergeRequests|commented on commit %{commitLink}"
msgstr ""
@@ -9679,15 +11595,12 @@ msgstr ""
msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequests|started a thread on commit %{linkStart}%{commitId}%{linkEnd}"
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
msgstr ""
-msgid "MergeRequest| %{paragraphStart}changed the description %{descriptionChangedTimes} times %{timeDifferenceMinutes}%{paragraphEnd}"
-msgstr "%{paragraphStart} %{timeDifferenceMinutes} 修改了 %{descriptionChangedTimes} 次說明 %{paragraphEnd}"
-
msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
msgstr ""
@@ -9698,10 +11611,10 @@ msgid "MergeRequest|Filter files or search with %{modifier_key}+p"
msgstr ""
msgid "MergeRequest|No files found"
-msgstr "沒有找到任何檔案"
+msgstr ""
msgid "Merged"
-msgstr "å·²åˆä½µ"
+msgstr ""
msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes."
msgstr ""
@@ -9709,8 +11622,11 @@ msgstr ""
msgid "Merges this merge request when the pipeline succeeds."
msgstr ""
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
msgid "Messages"
-msgstr "訊æ¯"
+msgstr ""
msgid "Method"
msgstr ""
@@ -9728,22 +11644,22 @@ msgid "MetricChart|Selected"
msgstr ""
msgid "Metrics"
-msgstr "指標"
+msgstr ""
msgid "Metrics - Grafana"
msgstr ""
msgid "Metrics - Influx"
-msgstr "指標 - Influx"
+msgstr ""
msgid "Metrics - Prometheus"
-msgstr "指標 - Prometheus"
+msgstr ""
msgid "Metrics Dashboard"
msgstr ""
msgid "Metrics and profiling"
-msgstr "指標和分æž"
+msgstr ""
msgid "Metrics for environment"
msgstr ""
@@ -9751,11 +11667,17 @@ msgstr ""
msgid "Metrics|Add metric"
msgstr ""
+msgid "Metrics|Avg"
+msgstr ""
+
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
-msgstr "檢視有關佈署到環境的 CI / CD 檔案。"
+msgstr ""
+
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
msgid "Metrics|Create metric"
-msgstr "建立指標"
+msgstr ""
msgid "Metrics|Delete metric"
msgstr ""
@@ -9763,74 +11685,98 @@ msgstr ""
msgid "Metrics|Delete metric?"
msgstr ""
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
msgid "Metrics|Edit metric"
-msgstr "編輯指標"
+msgstr ""
msgid "Metrics|Environment"
-msgstr "環境"
+msgstr ""
msgid "Metrics|For grouping similar metrics"
-msgstr "å°ç›¸ä¼¼çš„指標進行分組"
+msgstr ""
msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time."
msgstr ""
-msgid "Metrics|Learn about environments"
-msgstr "了解關於環境的資訊"
-
msgid "Metrics|Legend label (optional)"
-msgstr "圖例標籤(éžå¿…è¦ï¼‰"
+msgstr ""
+
+msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range."
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
msgid "Metrics|Must be a valid PromQL query."
-msgstr "必須是有效的 PromQL 查詢。"
+msgstr ""
msgid "Metrics|New metric"
-msgstr "建立指標"
-
-msgid "Metrics|No deployed environments"
-msgstr "沒有已經佈署的環境"
+msgstr ""
msgid "Metrics|PromQL query is valid"
msgstr ""
msgid "Metrics|Prometheus Query Documentation"
-msgstr "Prometheus 查詢檔案"
+msgstr ""
msgid "Metrics|Show last"
msgstr ""
+msgid "Metrics|There was an error creating the dashboard."
+msgstr ""
+
+msgid "Metrics|There was an error creating the dashboard. %{error}"
+msgstr ""
+
msgid "Metrics|There was an error fetching the environments data, please try again"
-msgstr "å–得環境資訊時發生錯誤,請é‡è©¦ã€‚"
+msgstr ""
+
+msgid "Metrics|There was an error fetching the logs, please try again"
+msgstr ""
msgid "Metrics|There was an error getting deployment information."
-msgstr "å–得佈署資訊時發生錯誤。"
+msgstr ""
msgid "Metrics|There was an error getting environments information."
-msgstr "å–得佈署資訊時發生錯誤。"
+msgstr ""
msgid "Metrics|There was an error trying to validate your query"
msgstr ""
msgid "Metrics|There was an error while retrieving metrics"
-msgstr "檢索度é‡æ¨™æº–時出錯"
+msgstr ""
-msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
-msgstr "來自 Prometheus 節點的éžé æœŸä½ˆç½²è³‡æ–™å›žæ‡‰"
+msgid "Metrics|There was an error while retrieving metrics. %{message}"
+msgstr ""
-msgid "Metrics|Unexpected metrics data response from prometheus endpoint"
-msgstr "來自 Prometheus 節點的éžé æœŸæŒ‡æ¨™è³‡æ–™å›žæ‡‰"
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgstr ""
msgid "Metrics|Unit label"
-msgstr "å–®ä½æ¨™ç±¤"
+msgstr ""
msgid "Metrics|Used as a title for the chart"
-msgstr "用來當作圖表的標題"
+msgstr ""
msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response."
-msgstr "如果查詢回傳了單個åºåˆ—則使用,如果其回傳多個åºåˆ—,則會從回應中å–出其圖例標籤。"
+msgstr ""
+
+msgid "Metrics|Validating query"
+msgstr ""
msgid "Metrics|Y-axis label"
-msgstr "Y 軸標籤"
+msgstr ""
+
+msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it."
+msgstr ""
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
msgstr ""
@@ -9842,7 +11788,7 @@ msgid "Metrics|e.g. Requests/second"
msgstr ""
msgid "Metrics|e.g. Throughput"
-msgstr "例如:Throughput"
+msgstr ""
msgid "Metrics|e.g. rate(http_requests_total[5m])"
msgstr ""
@@ -9850,6 +11796,9 @@ msgstr ""
msgid "Metrics|e.g. req/sec"
msgstr ""
+msgid "Microsoft Azure"
+msgstr ""
+
msgid "Migrated %{success_count}/%{total_count} files."
msgstr ""
@@ -9857,46 +11806,47 @@ msgid "Migration successful."
msgstr ""
msgid "Milestone"
-msgstr "里程碑"
+msgid_plural "Milestones"
+msgstr[0] ""
msgid "Milestone lists not available with your current license"
-msgstr "ç›®å‰è¨±å¯è­‰ç„¡æ³•ä½¿ç”¨é‡Œç¨‹ç¢‘列表"
+msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
-msgstr "里程碑列表將顯示所é¸é‡Œç¨‹ç¢‘的所有議題"
+msgstr ""
msgid "Milestones"
-msgstr "里程碑"
+msgstr ""
msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle} and remove it from %{issuesWithCount} and %{mergeRequestsWithCount}. Once deleted, it cannot be undone or recovered."
-msgstr "ä½ å³å°‡æ°¸ä¹…刪除里程碑 %{milestoneTitle} ,並從 %{issuesWithCount} å’Œ %{mergeRequestsWithCount} 中移除該里程碑。一但刪除,將無法復原或還原。"
+msgstr ""
msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle}. This milestone is not currently used in any issues or merge requests."
-msgstr "ä½ å³å°‡æ°¸ä¹…刪除里程碑 %{milestoneTitle}。此里程碑裡目å‰æ²’有任何議題或åˆä½µè«‹æ±‚。"
+msgstr ""
msgid "Milestones|Delete milestone"
-msgstr "刪除里程碑"
+msgstr ""
msgid "Milestones|Delete milestone %{milestoneTitle}?"
-msgstr "刪除里程碑 %{milestoneTitle}?"
+msgstr ""
msgid "Milestones|Failed to delete milestone %{milestoneTitle}"
-msgstr "刪除里程碑 %{milestoneTitle} 失敗"
+msgstr ""
msgid "Milestones|Milestone %{milestoneTitle} was not found"
-msgstr "找ä¸åˆ°é‡Œç¨‹ç¢‘ %{milestoneTitle}"
+msgstr ""
msgid "Milestones|Promote %{milestoneTitle} to group milestone?"
-msgstr "å°‡ %{milestoneTitle} æå‡æˆç¾¤çµ„里程碑?"
+msgstr ""
msgid "Milestones|Promote Milestone"
-msgstr "æå‡é‡Œç¨‹ç¢‘"
+msgstr ""
msgid "Milestones|Promoting %{milestoneTitle} will make it available for all projects inside %{groupName}. Existing project milestones with the same title will be merged."
msgstr ""
msgid "Milestones|This action cannot be reversed."
-msgstr "這動作無法復原。"
+msgstr ""
msgid "Minimum capacity to be available before we schedule more mirrors preemptively."
msgstr ""
@@ -9907,23 +11857,29 @@ msgstr ""
msgid "Minimum length is %{minimum_password_length} characters."
msgstr ""
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
msgid "Minutes"
msgstr ""
msgid "Mirror direction"
-msgstr "é¡åƒæ–¹å‘"
+msgstr ""
msgid "Mirror repository"
-msgstr "é¡åƒç‰ˆæœ¬åº«"
+msgstr ""
msgid "Mirror user"
-msgstr "é¡åƒä½¿ç”¨è€…"
+msgstr ""
+
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
msgid "Mirrored repositories"
-msgstr "å·²é¡åƒçš„版本庫"
+msgstr ""
msgid "Mirroring repositories"
-msgstr "é¡åƒç‰ˆæœ¬åº«"
+msgstr ""
msgid "Mirroring settings were successfully updated."
msgstr ""
@@ -9941,13 +11897,13 @@ msgid "Missing commit signatures endpoint!"
msgstr ""
msgid "MissingSSHKeyWarningLink|add an SSH key"
-msgstr "新增 SSH 金鑰"
+msgstr ""
msgid "Modal|Cancel"
-msgstr "å–消"
+msgstr ""
msgid "Modal|Close"
-msgstr "關閉"
+msgstr ""
msgid "Modified in this version"
msgstr ""
@@ -9959,22 +11915,22 @@ msgid "Modify commit messages"
msgstr ""
msgid "Modify merge commit"
-msgstr "修改åˆä½µæ交"
+msgstr ""
msgid "Monday"
-msgstr "星期一"
+msgstr ""
msgid "Monitor your errors by integrating with Sentry."
msgstr ""
msgid "Monitoring"
-msgstr "監控"
+msgstr ""
msgid "Months"
-msgstr "月"
+msgstr ""
msgid "More"
-msgstr "更多"
+msgstr ""
msgid "More Information"
msgstr ""
@@ -9983,22 +11939,28 @@ msgid "More Slack commands"
msgstr ""
msgid "More actions"
-msgstr "更多動作"
+msgstr ""
+
+msgid "More details"
+msgstr ""
msgid "More info"
-msgstr "更多資訊"
+msgstr ""
msgid "More information"
-msgstr "更多資訊"
+msgstr ""
+
+msgid "More information and share feedback"
+msgstr ""
msgid "More information is available|here"
-msgstr "此處"
+msgstr ""
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
msgid "Most stars"
-msgstr "最多星數"
+msgstr ""
msgid "Mount point %{mounted_as} not found in %{model_class}."
msgstr ""
@@ -10007,7 +11969,7 @@ msgid "Move"
msgstr "移動"
msgid "Move issue"
-msgstr "移動議題"
+msgstr ""
msgid "Move issue from one column of the board to another"
msgstr ""
@@ -10040,7 +12002,7 @@ msgid "Moves this issue to %{path_to_project}."
msgstr ""
msgid "Multiple issue boards"
-msgstr "多個議題看æ¿"
+msgstr ""
msgid "Multiple model types found: %{model_types}"
msgstr ""
@@ -10048,20 +12010,26 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
+msgid "My-Reaction"
+msgstr ""
+
msgid "Name"
-msgstr "å稱"
+msgstr ""
msgid "Name has already been taken"
msgstr ""
msgid "Name new label"
-msgstr "命å新標籤"
+msgstr ""
msgid "Name your individual key via a title"
-msgstr "é€éŽæ¨™é¡Œç‚ºæ‚¨çš„個人密鑰命å"
+msgstr ""
msgid "Name:"
-msgstr "å稱:"
+msgstr ""
+
+msgid "Namespace: %{namespace}"
+msgstr ""
msgid "Namespaces to index"
msgstr ""
@@ -10070,53 +12038,62 @@ msgid "Naming, topics, avatar"
msgstr ""
msgid "Naming, visibility"
-msgstr "å稱,å¯è¦‹æ€§"
+msgstr ""
+
+msgid "Navigate to the project to close the milestone."
+msgstr ""
msgid "Nav|Help"
-msgstr "幫助"
+msgstr ""
msgid "Nav|Home"
-msgstr "首é "
+msgstr ""
msgid "Nav|Sign In / Register"
-msgstr "註冊 / 登入"
+msgstr ""
msgid "Nav|Sign out and sign in with a different account"
-msgstr "登出,並使用其他帳號登入"
+msgstr ""
msgid "Need help?"
msgstr ""
msgid "Network"
-msgstr "網路"
+msgstr ""
msgid "Never"
-msgstr "從ä¸"
+msgstr ""
msgid "New"
msgstr "新增"
msgid "New Application"
-msgstr "新增應用程å¼"
+msgstr ""
msgid "New Environment"
msgstr ""
+msgid "New Geo Node"
+msgstr ""
+
msgid "New Group"
-msgstr "新增群組"
+msgstr ""
+
+msgid "New Group Name"
+msgstr ""
msgid "New Identity"
-msgstr "新增身份"
+msgstr ""
msgid "New Issue"
msgid_plural "New Issues"
-msgstr[0] "建立議題"
+msgstr[0] ""
msgid "New Label"
-msgstr "新增標籤"
+msgstr ""
msgid "New Milestone"
-msgstr "新建里程碑"
+msgstr ""
msgid "New Pages Domain"
msgstr ""
@@ -10125,82 +12102,88 @@ msgid "New Password"
msgstr ""
msgid "New Pipeline Schedule"
-msgstr "建立排程管線"
+msgstr ""
msgid "New Project"
msgstr ""
msgid "New Snippet"
-msgstr "新增片段"
+msgstr ""
msgid "New branch"
-msgstr "新分支"
+msgstr ""
msgid "New branch unavailable"
-msgstr "無法使用新分支"
+msgstr ""
+
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
msgid "New deploy key"
msgstr ""
msgid "New directory"
-msgstr "新增資料夾"
+msgstr ""
msgid "New environment"
msgstr ""
msgid "New epic"
-msgstr "æ–°å²è©©"
+msgstr ""
msgid "New epic title"
msgstr ""
msgid "New file"
-msgstr "新增檔案"
+msgstr ""
msgid "New group"
-msgstr "新增群組"
+msgstr ""
msgid "New health check access token has been generated!"
msgstr ""
msgid "New identity"
-msgstr "新增身份"
+msgstr ""
msgid "New issue"
-msgstr "新增議題"
+msgstr ""
+
+msgid "New issue title"
+msgstr ""
msgid "New label"
-msgstr "新增標籤"
+msgstr ""
msgid "New merge request"
-msgstr "新增åˆä½µè«‹æ±‚"
+msgstr ""
msgid "New milestone"
-msgstr "新建里程碑"
+msgstr ""
msgid "New password"
msgstr ""
msgid "New pipelines will cancel older, pending pipelines on the same branch"
-msgstr "新的管線將å–消åŒä¸€åˆ†æ”¯ä¸Šè¼ƒèˆŠã€æœªè§£æ±ºçš„管線"
+msgstr ""
msgid "New project"
-msgstr "新增專案"
+msgstr ""
msgid "New runners registration token has been generated!"
msgstr ""
msgid "New schedule"
-msgstr "新增排程"
+msgstr ""
msgid "New snippet"
-msgstr "新增程å¼ç¢¼ç‰‡æ®µ"
+msgstr ""
msgid "New subgroup"
-msgstr "新增å­ç¾¤çµ„"
+msgstr ""
msgid "New tag"
-msgstr "新增標籤"
+msgstr ""
msgid "New users set to external"
msgstr ""
@@ -10209,7 +12192,7 @@ msgid "New! Suggest changes directly"
msgstr ""
msgid "New..."
-msgstr "新增…"
+msgstr ""
msgid "Newly registered users will by default be external"
msgstr ""
@@ -10235,15 +12218,21 @@ msgstr ""
msgid "No %{providerTitle} repositories found"
msgstr ""
+msgid "No Design Repositories match this filter"
+msgstr ""
+
msgid "No Epic"
msgstr ""
msgid "No Label"
-msgstr "沒有標籤"
+msgstr ""
msgid "No Milestone"
msgstr ""
+msgid "No Scopes"
+msgstr ""
+
msgid "No Tag"
msgstr ""
@@ -10263,25 +12252,25 @@ msgid "No available namespaces to fork the project."
msgstr ""
msgid "No branches found"
-msgstr "找ä¸åˆ°åˆ†æ”¯"
+msgstr ""
msgid "No changes"
-msgstr "沒有改變"
+msgstr ""
msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}"
msgstr ""
msgid "No connection could be made to a Gitaly Server, please check your logs!"
-msgstr "無法連線到 Gitaly 伺æœå™¨ï¼Œè«‹æª¢æŸ¥æ—¥èªŒè¨˜éŒ„ï¼"
+msgstr ""
msgid "No contributions"
msgstr ""
msgid "No contributions were found"
-msgstr "找ä¸åˆ°è²¢ç»"
+msgstr ""
msgid "No credit card required."
-msgstr "無需信用å¡ã€‚"
+msgstr ""
msgid "No data found"
msgstr ""
@@ -10289,23 +12278,29 @@ msgstr ""
msgid "No data to display"
msgstr ""
-msgid "No deployments found"
+msgid "No deployment platform available"
msgstr ""
-msgid "No details available"
+msgid "No deployments found"
msgstr ""
msgid "No due date"
-msgstr "沒有截止日期"
+msgstr ""
+
+msgid "No endpoint provided"
+msgstr ""
msgid "No errors to display."
msgstr ""
msgid "No estimate or time spent"
-msgstr "沒有é ä¼°æˆ–花費時間"
+msgstr ""
msgid "No file chosen"
-msgstr "未é¸æ“‡ä»»ä½•æª”案"
+msgstr ""
+
+msgid "No file hooks found."
+msgstr ""
msgid "No file selected"
msgstr ""
@@ -10314,25 +12309,22 @@ msgid "No files"
msgstr ""
msgid "No files found."
-msgstr "找ä¸åˆ°ä»»ä½•æª”案"
-
-msgid "No forks available to you."
msgstr ""
-msgid "No issues for the selected time period."
-msgstr "é¸å–的時間範åœä¸­æ²’有議題。"
+msgid "No forks are available to you."
+msgstr ""
-msgid "No job trace"
+msgid "No job log"
msgstr ""
msgid "No jobs to show"
msgstr ""
msgid "No labels with such name or description"
-msgstr "沒有具有此類å稱或æ述的標籤"
+msgstr ""
msgid "No license. All rights reserved"
-msgstr "沒有授權æ¢æ¬¾ã€‚ä¿ç•™ä¸€åˆ‡è‘—作權"
+msgstr ""
msgid "No licenses found."
msgstr ""
@@ -10340,47 +12332,44 @@ msgstr ""
msgid "No matching results"
msgstr ""
-msgid "No merge requests for the selected time period."
-msgstr "é¸å–的時間範åœä¸­æ²’有åˆä½µè«‹æ±‚。"
-
msgid "No merge requests found"
-msgstr "找ä¸åˆ°åˆä½µè«‹æ±‚"
+msgstr ""
msgid "No messages were logged"
-msgstr "沒有訊æ¯è¢«è¨˜éŒ„"
+msgstr ""
msgid "No milestones to show"
-msgstr "沒有è¦é¡¯ç¤ºçš„里程碑"
+msgstr ""
msgid "No other labels with such name or description"
-msgstr "沒有其他具有此類å稱或æ述的標籤"
+msgstr ""
msgid "No parent group"
msgstr ""
+msgid "No pods available"
+msgstr ""
+
msgid "No preview for this file type"
msgstr ""
-msgid "No prioritised labels with such name or description"
-msgstr "沒有具有此類å稱或æ述的優先標籤"
+msgid "No prioritized labels with such name or description"
+msgstr ""
msgid "No public groups"
-msgstr "沒有公開群組"
-
-msgid "No pushes for the selected time period."
-msgstr "é¸å–的時間範åœä¸­æ²’有推é€ã€‚"
+msgstr ""
msgid "No repository"
-msgstr "找ä¸åˆ°ç‰ˆæœ¬åº«"
+msgstr ""
msgid "No required pipeline"
msgstr ""
msgid "No runners found"
-msgstr "找ä¸åˆ°åŸ·è¡Œå™¨"
+msgstr ""
msgid "No schedules"
-msgstr "找ä¸åˆ°æŽ’程"
+msgstr ""
msgid "No starrers matched your search"
msgstr ""
@@ -10394,8 +12383,23 @@ msgstr ""
msgid "No value set by top-level parent group."
msgstr ""
+msgid "No vulnerabilities found for this group"
+msgstr ""
+
+msgid "No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "No vulnerabilities found for this project"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
msgid "No, directly import the existing email addresses and usernames."
-msgstr "ä¸ï¼Œç›´æŽ¥åŒ¯å…¥ç¾æœ‰çš„é›»å­éƒµä»¶ä½å€å’Œä½¿ç”¨è€…å稱。"
+msgstr ""
msgid "No, not interested right now"
msgstr ""
@@ -10410,28 +12414,31 @@ msgid "Node was successfully updated."
msgstr ""
msgid "Nodes"
-msgstr "節點"
+msgstr ""
msgid "None"
msgstr "ç„¡"
+msgid "Not Implemented"
+msgstr ""
+
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
msgid "Not available"
-msgstr "無法使用"
+msgstr ""
msgid "Not available for private projects"
-msgstr "ä¸é©ç”¨æ–¼ç§äººå°ˆæ¡ˆ"
+msgstr ""
msgid "Not available for protected branches"
-msgstr "ä¸é©ç”¨æ–¼å—ä¿è­·çš„分支"
+msgstr ""
msgid "Not confidential"
-msgstr "éžæ©Ÿå¯†"
+msgstr ""
msgid "Not enough data"
-msgstr "資料ä¸è¶³"
+msgstr ""
msgid "Not found."
msgstr ""
@@ -10440,7 +12447,7 @@ msgid "Not helpful"
msgstr ""
msgid "Not now"
-msgstr "ä¸æ˜¯ç¾åœ¨"
+msgstr ""
msgid "Not ready yet. Try again later."
msgstr ""
@@ -10455,37 +12462,34 @@ msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you ar
msgstr ""
msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
-msgstr "注æ„:作為管ç†å“¡ï¼Œæ‚¨å¯èƒ½å¸Œæœ›è¨­å®š %{github_integration_link},其å¯ä»¥å…許é€éŽ GitHub 登入,並å…許在未產生個人存å–憑證的情æ³ä¸‹é€£ç·šç‰ˆæœ¬åº«ã€‚"
+msgstr ""
msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
-msgstr "注æ„:作為管ç†å“¡ï¼Œæ‚¨å¯èƒ½å¸Œæœ›è¨­å®š %{github_integration_link},這將å…許é€éŽ GitHub 登入並å…許匯入存儲庫而ä¸ç”Ÿæˆå€‹äººå­˜å–憑證。"
+msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
-msgstr "注æ„:請考慮讓您的 GitLab 管ç†å“¡è¨­å®š %{github_integration_link},讓其å…許é€éŽ GitHub 登入並å…許在沒有產生個人存å–憑證的情æ³ä¸‹é€£ç·šåˆ°ç‰ˆæœ¬åº«ã€‚"
+msgstr ""
msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
-msgstr "注æ„:請考慮讓您的 GitLab 管ç†å“¡è¨­å®š %{github_integration_link},這將å…許使用者é€éŽ GitHub 登入並å…許匯入版本庫而ä¸ç”Ÿæˆå€‹äººå­˜å–憑證。"
-
-msgid "Note: the container registry is always visible when a project is public"
msgstr ""
msgid "NoteForm|Note"
msgstr ""
msgid "Notes|Are you sure you want to cancel creating this comment?"
-msgstr "您確定è¦å–消建立此留言嗎?"
+msgstr ""
msgid "Notes|Collapse replies"
-msgstr "折疊回覆"
+msgstr ""
msgid "Notes|Show all activity"
-msgstr "顯示所有活動"
+msgstr ""
msgid "Notes|Show comments only"
-msgstr "åªé¡¯ç¤ºç•™è¨€"
+msgstr ""
msgid "Notes|Show history only"
-msgstr "åªé¡¯ç¤ºæ­·å²ç´€éŒ„"
+msgstr ""
msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
msgstr ""
@@ -10494,7 +12498,7 @@ msgid "Nothing to preview."
msgstr ""
msgid "Notification events"
-msgstr "通知事件"
+msgstr ""
msgid "Notification setting"
msgstr ""
@@ -10506,79 +12510,85 @@ msgid "Notification settings saved"
msgstr ""
msgid "NotificationEvent|Close issue"
-msgstr "關閉議題"
+msgstr ""
msgid "NotificationEvent|Close merge request"
-msgstr "關閉åˆä½µè«‹æ±‚"
+msgstr ""
msgid "NotificationEvent|Failed pipeline"
-msgstr "管線執行失敗"
+msgstr ""
msgid "NotificationEvent|Merge merge request"
-msgstr "åˆä½µåˆä½µè«‹æ±‚"
+msgstr ""
msgid "NotificationEvent|New epic"
-msgstr "建立 epic"
+msgstr ""
msgid "NotificationEvent|New issue"
-msgstr "新增議題"
+msgstr ""
msgid "NotificationEvent|New merge request"
-msgstr "新增åˆä½µè«‹æ±‚"
+msgstr ""
msgid "NotificationEvent|New note"
-msgstr "新增留言"
+msgstr ""
+
+msgid "NotificationEvent|New release"
+msgstr ""
msgid "NotificationEvent|Reassign issue"
-msgstr "é‡æ–°æŒ‡æ´¾è­°é¡Œ"
+msgstr ""
msgid "NotificationEvent|Reassign merge request"
-msgstr "é‡æ–°æŒ‡æ´¾åˆä½µè«‹æ±‚"
+msgstr ""
msgid "NotificationEvent|Reopen issue"
-msgstr "é‡é–‹è­°é¡Œ"
+msgstr ""
msgid "NotificationEvent|Successful pipeline"
-msgstr "管線執行æˆåŠŸ"
+msgstr ""
msgid "NotificationLevel|Custom"
-msgstr "自訂"
+msgstr ""
msgid "NotificationLevel|Disabled"
-msgstr "åœç”¨"
+msgstr ""
msgid "NotificationLevel|Global"
-msgstr "全域"
+msgstr ""
msgid "NotificationLevel|On mention"
-msgstr "被æåŠ"
+msgstr ""
msgid "NotificationLevel|Participate"
-msgstr "åƒèˆ‡"
+msgstr ""
msgid "NotificationLevel|Watch"
-msgstr "關注"
+msgstr ""
msgid "NotificationSetting|Custom"
msgstr ""
msgid "Notifications"
-msgstr "通知"
+msgstr ""
msgid "Notifications have been disabled by the project or group owner"
msgstr ""
msgid "Notifications off"
-msgstr "關閉通知"
+msgstr ""
msgid "Notifications on"
-msgstr "開啟通知"
+msgstr ""
msgid "Nov"
-msgstr "å一月"
+msgstr "11月"
msgid "November"
-msgstr "å一月"
+msgstr ""
+
+msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
+msgstr ""
msgid "Number of Elasticsearch replicas"
msgstr ""
@@ -10589,9 +12599,21 @@ msgstr ""
msgid "Number of LOCs per commit"
msgstr ""
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
msgid "Number of commits per MR"
msgstr ""
+msgid "Number of employees"
+msgstr ""
+
msgid "Number of files touched"
msgstr ""
@@ -10605,13 +12627,13 @@ msgid "Object does not exist on the server or you don't have permissions to acce
msgstr ""
msgid "Oct"
-msgstr "å月"
+msgstr "10月"
msgid "October"
-msgstr "å月"
+msgstr ""
msgid "OfSearchInADropdown|Filter"
-msgstr "篩é¸"
+msgstr ""
msgid "Ok let's go"
msgstr ""
@@ -10619,6 +12641,9 @@ msgstr ""
msgid "OmniAuth"
msgstr ""
+msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
msgid "Onboarding"
msgstr ""
@@ -10631,36 +12656,48 @@ msgstr ""
msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
msgstr ""
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
msgid "One more item"
msgid_plural "%d more items"
-msgstr[0] "其餘 %d 項"
+msgstr[0] ""
msgid "One or more groups that you don't have access to."
msgstr ""
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
msgid "One or more of your Bitbucket projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
-msgstr "您的一個或多個 Bitbucket 專案無法直接匯入 GitLab,因為它們使用 Subversion 或 Mercurial 進行版本控管,而ä¸æ˜¯Git。"
+msgstr ""
msgid "One or more of your Google Code projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
-msgstr "您的一個或多個 Google Code 專案無法直接匯入 GitLab,因為它們使用 Subversion 或 Mercurial 進行版本控管,而ä¸æ˜¯Git。"
+msgstr ""
msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
msgstr ""
+msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
+msgstr ""
+
msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Cycle Analytics."
msgstr ""
msgid "Only Project Members"
msgstr ""
+msgid "Only active this projects shows up in the search and on the dashboard."
+msgstr ""
+
msgid "Only admins"
-msgstr "僅管ç†å“¡"
+msgstr ""
msgid "Only admins can delete project"
msgstr ""
msgid "Only mirror protected branches"
-msgstr "僅é¡åƒè¢«ä¿è­·çš„分支"
+msgstr ""
msgid "Only policy:"
msgstr ""
@@ -10669,12 +12706,9 @@ msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign
msgstr ""
msgid "Only project members can comment."
-msgstr "僅群組æˆå“¡æ‰èƒ½ç•™è¨€ã€‚"
-
-msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
-msgid "Only these extensions are supported: %{extension_list}"
+msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
msgid "Only users with an email address in this domain can be added to the group.<br>Example: <code>gitlab.com</code>. Some common domains are not allowed. %{read_more_link}."
@@ -10684,10 +12718,10 @@ msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above c
msgstr ""
msgid "Oops, are you sure?"
-msgstr "喔喔…確定?"
+msgstr ""
msgid "Open"
-msgstr "é–‹å•Ÿ"
+msgstr ""
msgid "Open Documentation"
msgstr ""
@@ -10702,7 +12736,7 @@ msgid "Open errors"
msgstr ""
msgid "Open in Xcode"
-msgstr "在 Xcode 開啟"
+msgstr ""
msgid "Open in file view"
msgstr ""
@@ -10711,31 +12745,34 @@ msgid "Open issues"
msgstr ""
msgid "Open projects"
-msgstr "打開專案"
+msgstr ""
msgid "Open raw"
-msgstr "打開原文件"
+msgstr ""
msgid "Open sidebar"
-msgstr "é–‹å•Ÿå´é‚Šæ¬„"
+msgstr ""
msgid "Open source software to collaborate on code"
-msgstr "é–‹æºè»Ÿé«”,以å”作程å¼ç¢¼"
+msgstr ""
+
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
msgid "Opened"
-msgstr "é–‹å•Ÿçš„"
+msgstr ""
msgid "Opened MR"
-msgstr "é–‹å•Ÿçš„åˆä½µè«‹æ±‚ (MR)"
+msgstr ""
msgid "Opened issues"
-msgstr "開啟的議題"
+msgstr ""
msgid "OpenedNDaysAgo|Opened"
-msgstr "開啟時間"
+msgstr ""
msgid "Opens in a new window"
-msgstr "在新視窗開啟"
+msgstr ""
msgid "Operation failed. Check pod logs for %{pod_name} for more details."
msgstr ""
@@ -10744,16 +12781,16 @@ msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
msgstr ""
msgid "Operations"
-msgstr "動作"
+msgstr ""
msgid "Operations Dashboard"
-msgstr "維é‹å„€è¡¨æ¿"
+msgstr ""
msgid "Operations Settings"
msgstr ""
msgid "OperationsDashboard|Add a project to the dashboard"
-msgstr "新增專案到儀表æ¿"
+msgstr ""
msgid "OperationsDashboard|Add projects"
msgstr ""
@@ -10765,28 +12802,34 @@ msgid "OperationsDashboard|Operations Dashboard"
msgstr ""
msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses."
-msgstr "維é‹å„€è¡¨æ¿æä¾›æ¯å€‹å°ˆæ¡ˆçš„執行狀æ³æ‘˜è¦ï¼ŒåŒ…括管線和警示狀態。"
+msgstr ""
msgid "Optional"
msgstr ""
+msgid "Optional parameter \"variables\" must be an array of keys and values. Ex: [key1, value1, key2, value2]"
+msgstr ""
+
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
-msgstr "ä½ å¯ä»¥é¸æ“‡ %{link_to_customize} 如何將 FogBugz çš„é›»å­ä¿¡ç®±åŠä½¿ç”¨è€…å稱匯入 GitLab 。"
+msgstr ""
msgid "Optionally, you can %{link_to_customize} how Google Code email addresses and usernames are imported into GitLab."
-msgstr "ä½ å¯ä»¥é¸æ“‡ %{link_to_customize} 如何將 Google Code çš„é›»å­ä¿¡ç®±åŠä½¿ç”¨è€…å稱匯入 GitLab 。"
+msgstr ""
msgid "Options"
-msgstr "é¸é …"
+msgstr ""
msgid "Or you can choose one of the suggested colors below"
-msgstr "或者您å¯ä»¥åœ¨ä¸‹æ–¹å»ºè­°çš„é¡è‰²ä¸­é¸æ“‡ä¸€å€‹"
+msgstr ""
+
+msgid "Origin"
+msgstr ""
msgid "Other Labels"
-msgstr "其他標籤"
+msgstr ""
msgid "Other information"
-msgstr "其他資訊"
+msgstr ""
msgid "Other merge requests block this MR"
msgstr ""
@@ -10794,17 +12837,14 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
-msgid "Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes."
-msgstr ""
-
msgid "Outbound requests"
-msgstr "Outbound 請求"
+msgstr ""
msgid "Overview"
-msgstr "概覽"
+msgstr ""
msgid "Overwrite diverged branches"
-msgstr "覆寫有分歧的分支"
+msgstr ""
msgid "Owned by anyone"
msgstr ""
@@ -10813,28 +12853,115 @@ msgid "Owned by me"
msgstr ""
msgid "Owner"
-msgstr "所有者"
+msgstr ""
+
+msgid "Package deleted successfully"
+msgstr ""
msgid "Package information"
-msgstr "軟體包資訊"
+msgstr ""
msgid "Package was removed"
-msgstr "軟體包被移除"
+msgstr ""
+
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block."
+msgstr ""
+
+msgid "PackageRegistry|Copy npm command"
+msgstr ""
+
+msgid "PackageRegistry|Copy npm setup command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
msgid "PackageRegistry|Delete Package Version"
msgstr ""
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
+msgstr ""
+
+msgid "PackageRegistry|Installation"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Package installation"
+msgstr ""
+
+msgid "PackageRegistry|Registry Setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr ""
msgid "PackageRegistry|Unable to load package"
msgstr ""
+msgid "PackageRegistry|You are about to delete <b>%{packageName}</b>, this operation is irreversible, are you sure?"
+msgstr ""
+
msgid "PackageRegistry|You are about to delete version %{boldStart}%{version}%{boldEnd} of %{boldStart}%{name}%{boldEnd}. Are you sure?"
msgstr ""
+msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
+msgstr ""
+
+msgid "PackageRegistry|npm"
+msgstr ""
+
+msgid "PackageRegistry|yarn"
+msgstr ""
+
msgid "Packages"
-msgstr "軟體包"
+msgstr ""
msgid "Page not found"
msgstr ""
@@ -10843,12 +12970,9 @@ msgid "Page was successfully deleted"
msgstr ""
msgid "Pages"
-msgstr "é é¢"
-
-msgid "Pages Domain"
msgstr ""
-msgid "Pages Domains"
+msgid "Pages Domain"
msgstr ""
msgid "Pages getting started guide"
@@ -10867,13 +12991,13 @@ msgid "Pagination|Go to previous page"
msgstr ""
msgid "Pagination|Last »"
-msgstr "æœ€æœ«é  Â»"
+msgstr ""
msgid "Pagination|Next ›"
msgstr ""
msgid "Pagination|« First"
-msgstr "« 第一é "
+msgstr ""
msgid "Pagination|‹ Prev"
msgstr ""
@@ -10881,15 +13005,36 @@ msgstr ""
msgid "Parameter"
msgstr ""
+msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
+msgstr ""
+
+msgid "Parent"
+msgstr ""
+
+msgid "Parent epic doesn't exist."
+msgstr ""
+
+msgid "Parent epic is not present."
+msgstr ""
+
msgid "Part of merge request changes"
-msgstr "åˆä½µè«‹æ±‚變更的部分"
+msgstr ""
+
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
msgid "Password"
-msgstr "密碼"
+msgstr ""
msgid "Password (optional)"
msgstr ""
+msgid "Password Policy Guidelines"
+msgstr ""
+
msgid "Password authentication is unavailable."
msgstr ""
@@ -10905,11 +13050,14 @@ msgstr ""
msgid "Past due"
msgstr ""
+msgid "Past week"
+msgstr ""
+
msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
msgstr ""
msgid "Paste epic link"
-msgstr "貼上å²è©©é€£çµ"
+msgstr ""
msgid "Paste issue link"
msgstr ""
@@ -10921,37 +13069,46 @@ msgid "Path"
msgstr ""
msgid "Path, transfer, remove"
-msgstr "路徑,移轉,刪除"
+msgstr ""
msgid "Path:"
-msgstr "ä½ç½®ï¼š"
+msgstr ""
+
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
msgid "Pause"
-msgstr "æš«åœ"
+msgstr ""
msgid "Pause replication"
msgstr ""
msgid "Paused Runners don't accept new jobs"
-msgstr "已暫åœçš„執行器ä¸æœƒæŽ¥å—新工作"
+msgstr ""
msgid "Pending"
-msgstr "等待處ç†"
+msgstr ""
msgid "People without permission will never get a notification and won't be able to comment."
-msgstr "未經許å¯çš„使用者將無法收到通知也無法留言。"
+msgstr ""
msgid "People without permission will never get a notification."
msgstr ""
msgid "Perform advanced options such as changing path, transferring, or removing the group."
-msgstr "執行進階é¸é …,例如變更路徑ã€å‚³è¼¸æˆ–移除群組。"
+msgstr ""
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
-msgstr "效能最佳化"
+msgstr ""
+
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
msgid "PerformanceBar|Gitaly calls"
msgstr ""
@@ -10969,16 +13126,16 @@ msgid "PerformanceBar|trace"
msgstr ""
msgid "Permissions"
-msgstr "權é™"
+msgstr ""
msgid "Permissions Help"
msgstr ""
msgid "Permissions, LFS, 2FA"
-msgstr "權é™, 大檔案儲存(LFS), 兩步驟驗證(2FA)"
+msgstr ""
msgid "Personal Access Token"
-msgstr "個人訪å•æ†‘è­‰"
+msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
@@ -11002,7 +13159,7 @@ msgid "Pin code"
msgstr ""
msgid "Pipeline"
-msgstr "管線"
+msgstr ""
msgid "Pipeline %{label}"
msgstr ""
@@ -11011,70 +13168,73 @@ msgid "Pipeline %{label} for \"%{dataTitle}\""
msgstr ""
msgid "Pipeline Schedule"
-msgstr "排程管線"
+msgstr ""
msgid "Pipeline Schedules"
-msgstr "排程管線"
+msgstr ""
msgid "Pipeline minutes quota"
msgstr ""
msgid "Pipeline quota"
-msgstr "管線é¡åº¦"
+msgstr ""
+
+msgid "Pipeline subscriptions"
+msgstr ""
msgid "Pipeline triggers"
-msgstr "管線觸發器"
+msgstr ""
msgid "Pipeline: %{status}"
msgstr ""
msgid "PipelineCharts|Failed:"
-msgstr "失敗:"
+msgstr ""
msgid "PipelineCharts|Overall statistics"
-msgstr "整體統計"
+msgstr ""
msgid "PipelineCharts|Success ratio:"
-msgstr "æˆåŠŸæ¯”例:"
+msgstr ""
msgid "PipelineCharts|Successful:"
-msgstr "æˆåŠŸï¼š"
+msgstr ""
msgid "PipelineCharts|Total:"
-msgstr "總計:"
+msgstr ""
msgid "PipelineSchedules|Activated"
-msgstr "已啟用"
+msgstr ""
msgid "PipelineSchedules|Active"
-msgstr "使用中"
+msgstr ""
msgid "PipelineSchedules|All"
-msgstr "全部"
+msgstr ""
msgid "PipelineSchedules|Inactive"
-msgstr "未啟用"
+msgstr ""
msgid "PipelineSchedules|Next Run"
-msgstr "下次執行時間"
+msgstr ""
msgid "PipelineSchedules|None"
-msgstr "ç„¡"
+msgstr ""
msgid "PipelineSchedules|Provide a short description for this pipeline"
-msgstr "請簡單說明這個管線的用途"
+msgstr ""
msgid "PipelineSchedules|Take ownership"
-msgstr "å–得所有權"
+msgstr ""
msgid "PipelineSchedules|Target"
-msgstr "目標"
+msgstr ""
msgid "PipelineSchedules|Variables"
-msgstr "變數"
+msgstr ""
msgid "PipelineSheduleIntervalPattern|Custom"
-msgstr "自訂"
+msgstr ""
msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
msgstr ""
@@ -11083,24 +13243,24 @@ msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
msgstr ""
msgid "Pipelines"
-msgstr "管線"
+msgstr ""
msgid "Pipelines charts"
-msgstr "管線圖表"
+msgstr ""
msgid "Pipelines emails"
msgstr ""
msgid "Pipelines for last month"
-msgstr "上個月的管線"
+msgstr ""
msgid "Pipelines for last week"
-msgstr "上週的管線"
+msgstr ""
msgid "Pipelines for last year"
-msgstr "去年的管線"
+msgstr ""
-msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results."
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
msgid "Pipelines settings for '%{project_name}' were successfully updated."
@@ -11119,49 +13279,58 @@ msgid "Pipelines|API"
msgstr ""
msgid "Pipelines|Build with confidence"
-msgstr "信任編譯"
+msgstr ""
msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgstr ""
+
+msgid "Pipelines|Child pipeline"
+msgstr ""
msgid "Pipelines|Clear Runner Caches"
-msgstr "清除執行器快å–"
+msgstr ""
msgid "Pipelines|Continuous Integration can help catch bugs by running your tests automatically, while Continuous Deployment can help you deliver code to your product environment."
-msgstr "ä¸é–“æ–·æ•´åˆå¯ä»¥é€éŽè‡ªå‹•æ¸¬è©¦ä¾†å¹«åŠ©æ•æ‰éŒ¯èª¤ï¼Œè€ŒæŒçºŒä½ˆç½²å¯ä»¥å¹«åŠ©ä½ äº¤ä»˜ç”¢å“至正å¼ç’°å¢ƒã€‚"
+msgstr ""
msgid "Pipelines|Get started with Pipelines"
-msgstr "嘗試管線功能"
+msgstr ""
msgid "Pipelines|Loading Pipelines"
-msgstr "讀å–管線"
+msgstr ""
msgid "Pipelines|Pipelines will not run anymore on shared Runners."
msgstr ""
msgid "Pipelines|Project cache successfully reset."
-msgstr "專案快å–已經æˆåŠŸé‡è¨­ã€‚"
+msgstr ""
msgid "Pipelines|Run Pipeline"
-msgstr "執行管線"
+msgstr ""
msgid "Pipelines|Something went wrong while cleaning runners cache."
-msgstr "清除執行器快å–時發生錯誤。"
+msgstr ""
msgid "Pipelines|There are currently no %{scope} pipelines."
-msgstr "ç›®å‰æ²’有 %{scope} 管線。"
+msgstr ""
msgid "Pipelines|There are currently no pipelines."
-msgstr "ç›®å‰æ²’有管線。"
+msgstr ""
msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
-msgstr "讀å–管線時發生錯誤。請ç¨å€™é‡è©¦æˆ–嘗試è¯çµ¡æŠ€è¡“支æ´åœ˜éšŠã€‚"
+msgstr ""
+
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
msgid "Pipelines|This project is not currently set up to run pipelines."
-msgstr "這個專案目å‰é‚„沒設定管線。"
+msgstr ""
+
+msgid "Pipelines|parent"
+msgstr ""
msgid "Pipeline|Commit"
-msgstr "æ交"
+msgstr ""
msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation.%{linkEnd}"
msgstr ""
@@ -11173,10 +13342,10 @@ msgid "Pipeline|Detached merge request pipeline"
msgstr ""
msgid "Pipeline|Duration"
-msgstr "耗時"
+msgstr ""
msgid "Pipeline|Existing branch name or tag"
-msgstr "存在的分支å稱或標籤"
+msgstr ""
msgid "Pipeline|Key"
msgstr ""
@@ -11188,31 +13357,31 @@ msgid "Pipeline|Merged result pipeline"
msgstr ""
msgid "Pipeline|Pipeline"
-msgstr "管線"
+msgstr ""
msgid "Pipeline|Run Pipeline"
-msgstr "執行管線"
+msgstr ""
msgid "Pipeline|Run for"
msgstr ""
msgid "Pipeline|Search branches"
-msgstr "æœå°‹åˆ†æ”¯"
+msgstr ""
msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default."
-msgstr "指定è¦ä½¿ç”¨åœ¨æ­¤æ¬¡åŸ·è¡Œçš„變數值。%{settings_link} 中指定的值將會使用為é è¨­å€¼ã€‚"
+msgstr ""
msgid "Pipeline|Stages"
-msgstr "階段"
+msgstr ""
msgid "Pipeline|Status"
-msgstr "狀態"
+msgstr ""
msgid "Pipeline|Stop pipeline"
-msgstr "åœæ­¢ç®¡ç·š"
+msgstr ""
msgid "Pipeline|Stop pipeline #%{pipelineId}?"
-msgstr "åœæ­¢ç®¡ç·š #%{pipelineId}?"
+msgstr ""
msgid "Pipeline|Triggerer"
msgstr ""
@@ -11221,13 +13390,13 @@ msgid "Pipeline|Value"
msgstr ""
msgid "Pipeline|Variables"
-msgstr "變數"
+msgstr ""
msgid "Pipeline|You’re about to stop pipeline %{pipelineId}."
-msgstr "ä½ å°‡åœæ­¢ç®¡ç·š %{pipelineId}。"
+msgstr ""
msgid "Pipeline|all"
-msgstr "全部"
+msgstr ""
msgid "Pipeline|for"
msgstr ""
@@ -11236,13 +13405,13 @@ msgid "Pipeline|on"
msgstr ""
msgid "Pipeline|success"
-msgstr "æˆåŠŸ"
+msgstr ""
msgid "Pipeline|with stage"
-msgstr "與階段"
+msgstr ""
msgid "Pipeline|with stages"
-msgstr "與階段"
+msgstr ""
msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
@@ -11254,10 +13423,10 @@ msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoin
msgstr ""
msgid "Plain diff"
-msgstr "本文差異"
+msgstr ""
msgid "PlantUML"
-msgstr "PlantUML"
+msgstr ""
msgid "Play"
msgstr "執行"
@@ -11272,7 +13441,7 @@ msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}s
msgstr ""
msgid "Please accept the Terms of Service before continuing."
-msgstr "在繼續之å‰ï¼Œè«‹åŒæ„æœå‹™æ¢æ¬¾"
+msgstr ""
msgid "Please add a comment in the text area above"
msgstr ""
@@ -11289,20 +13458,20 @@ msgstr ""
msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
msgstr ""
-msgid "Please check your email (%{email}) to verify that you own this address. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
msgstr ""
msgid "Please choose a group URL with no special characters."
-msgstr "è«‹é¸æ“‡æ²’有特殊符號的群組網å€ã€‚"
+msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
msgid "Please convert them to %{link_to_git}, and go through the %{link_to_import_flow} again."
-msgstr "請將它們轉為 %{link_to_git} ,然後å†æ¬¡é€éŽ %{link_to_import_flow} 。"
+msgstr ""
msgid "Please convert them to Git on Google Code, and go through the %{link_to_import_flow} again."
-msgstr "請將它們在 Google Code 上轉為 Git,然後å†æ¬¡é€éŽ %{link_to_import_flow} 。"
+msgstr ""
msgid "Please create a password for your new account."
msgstr ""
@@ -11326,13 +13495,13 @@ msgid "Please enter or upload a license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
-msgstr "請為您的群組填寫æ述性å稱。"
+msgstr ""
msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
msgstr ""
msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access."
-msgstr "請注æ„,這個應用程å¼ä¸æ˜¯ç”± GitLab 所æ供的,您應該在å…許訪å•ä¹‹å‰é©—證其真實性。"
+msgstr ""
msgid "Please provide a name"
msgstr ""
@@ -11340,9 +13509,18 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
msgid "Please select a file"
msgstr ""
@@ -11353,16 +13531,19 @@ msgid "Please select and add a member"
msgstr ""
msgid "Please select at least one filter to see results"
-msgstr "è«‹é¸æ“‡è‡³å°‘一個篩é¸å™¨ä»¥æª¢è¦–çµæžœ"
+msgstr ""
msgid "Please set a new password before proceeding."
msgstr ""
msgid "Please solve the reCAPTCHA"
-msgstr "請填寫此驗證碼"
+msgstr ""
msgid "Please try again"
-msgstr "è«‹å†è©¦ä¸€æ¬¡"
+msgstr ""
+
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
msgid "Please upgrade PostgreSQL to version 9.6 or greater. The status of the replication cannot be determined reliably with the current version."
msgstr ""
@@ -11374,16 +13555,22 @@ msgid "Please wait a moment, this page will automatically refresh when ready."
msgstr ""
msgid "Please wait while we connect to your repository. Refresh at will."
-msgstr "è«‹ç¨å€™ï¼Œæ­£åœ¨é€£ç·šåˆ°æ‚¨çš„版本庫,ç¨å¾Œè«‹é‡æ–°æ•´ç†ã€‚"
+msgstr ""
msgid "Please wait while we import the repository for you. Refresh at will."
-msgstr "è«‹ç¨å€™ï¼Œæ­£åœ¨åŒ¯å…¥æ‚¨çš„版本庫,ç¨å¾Œè«‹é‡æ–°æ•´ç†ã€‚"
+msgstr ""
+
+msgid "Pod logs"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
msgid "Pods in use"
msgstr ""
msgid "Preferences"
-msgstr "å好設定"
+msgstr ""
msgid "Preferences saved."
msgstr ""
@@ -11397,6 +13584,9 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
+msgid "Preferences|Customize integrations with third party services."
+msgstr ""
+
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
@@ -11406,19 +13596,31 @@ msgstr ""
msgid "Preferences|Display time in 24-hour format"
msgstr ""
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
msgid "Preferences|Navigation theme"
-msgstr "導航主題"
+msgstr ""
msgid "Preferences|Project overview content"
msgstr ""
-msgid "Preferences|Show whitespace in diffs"
+msgid "Preferences|Render whitespace characters in the Web IDE"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
msgstr ""
msgid "Preferences|Syntax highlighting theme"
@@ -11451,11 +13653,8 @@ msgstr ""
msgid "Press %{key}-C to copy"
msgstr ""
-msgid "Press Enter or click to search"
-msgstr "按下 Enter 或點é¸ä»¥æœå°‹"
-
msgid "Prevent adding new members to project membership within this group"
-msgstr "ç¦æ­¢å‘ç›®å‰ç¾¤çµ„新增使用者"
+msgstr ""
msgid "Prevent approval of merge requests by merge request author"
msgstr ""
@@ -11463,8 +13662,14 @@ msgstr ""
msgid "Prevent approval of merge requests by merge request committers"
msgstr ""
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
msgid "Preview"
-msgstr "é è¦½"
+msgstr ""
msgid "Preview Markdown"
msgstr ""
@@ -11473,7 +13678,7 @@ msgid "Preview changes"
msgstr ""
msgid "Preview payload"
-msgstr "é è¦½æœ‰æ•ˆè² è¼‰"
+msgstr ""
msgid "Previous Artifacts"
msgstr ""
@@ -11485,28 +13690,28 @@ msgid "Previous unresolved discussion (MRs only)"
msgstr ""
msgid "Primary"
-msgstr "主è¦"
+msgstr ""
msgid "Prioritize"
-msgstr "優先"
+msgstr ""
msgid "Prioritize label"
-msgstr "優先標籤"
+msgstr ""
msgid "Prioritized Labels"
-msgstr "優先標籤"
+msgstr ""
msgid "Prioritized label"
-msgstr "優先標籤"
+msgstr ""
msgid "Private"
msgstr ""
msgid "Private - Project access must be granted explicitly to each user."
-msgstr "ç§äººå°ˆæ¡ˆ - 專案權é™å¿…須明確指派給æ¯ä½ä½¿ç”¨è€…"
+msgstr ""
msgid "Private - The group and its projects can only be viewed by members."
-msgstr "ç§äººå°ˆæ¡ˆ - 群組與å­å°ˆæ¡ˆåªèƒ½è¢«ç¾¤çµ„æˆå“¡æª¢è¦–。"
+msgstr ""
msgid "Private group(s)"
msgstr ""
@@ -11515,7 +13720,7 @@ msgid "Private profile"
msgstr ""
msgid "Private projects can be created in your personal namespace with:"
-msgstr "å¯ä»¥åœ¨æ‚¨çš„個人命å空間中建立ç§äººå°ˆæ¡ˆ:"
+msgstr ""
msgid "Proceed"
msgstr ""
@@ -11526,35 +13731,68 @@ msgstr ""
msgid "Productivity analytics can help identify the problems that are delaying your team"
msgstr ""
+msgid "ProductivityAanalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAanalytics|is earlier than the allowed minimum date"
+msgstr ""
+
msgid "ProductivityAnalytics|Ascending"
msgstr ""
+msgid "ProductivityAnalytics|Days"
+msgstr ""
+
msgid "ProductivityAnalytics|Days to merge"
msgstr ""
msgid "ProductivityAnalytics|Descending"
msgstr ""
+msgid "ProductivityAnalytics|Hours"
+msgstr ""
+
+msgid "ProductivityAnalytics|List"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge Requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge date"
+msgstr ""
+
+msgid "ProductivityAnalytics|Merge requests"
+msgstr ""
+
+msgid "ProductivityAnalytics|Time to merge"
+msgstr ""
+
+msgid "ProductivityAnalytics|Trendline"
+msgstr ""
+
+msgid "ProductivityAnalytics|is earlier than the given merged at after date"
+msgstr ""
+
msgid "Profile"
-msgstr "個人資料"
+msgstr ""
msgid "Profile Settings"
-msgstr "個人資料設定"
+msgstr ""
msgid "ProfileSession|on"
msgstr ""
msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered."
-msgstr "ä½ å³å°‡æ°¸ä¹…刪除 %{yourAccount},以åŠèˆ‡æ‚¨çš„帳號相關的所有議題ã€åˆä½µè«‹æ±‚åŠç¾¤çµ„ã€‚ä¸€ä½†ç¢ºèª %{deleteAccount},他就無法復原或復原。"
+msgstr ""
msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
-msgstr "ä½ å°‡è¦æŠŠä½¿ç”¨è€…å稱從 %{currentUsernameBold} æ”¹æˆ %{newUsernameBold}。個人é é¢åŠå°ˆæ¡ˆå°‡æœƒé‡æ–°å°Žå‘到 %{newUsername} 命å空間,直到 %{currentUsername} 命å空間被其他使用或群組註冊 。請盡快更新您的 Git é ç«¯å„²å­˜å€‰åº«ã€‚"
+msgstr ""
msgid "Profiles|@username"
msgstr ""
msgid "Profiles|Account scheduled for removal."
-msgstr "已排程移除帳號程åº"
+msgstr ""
msgid "Profiles|Activate signin with one of the following services"
msgstr ""
@@ -11563,28 +13801,28 @@ msgid "Profiles|Active"
msgstr ""
msgid "Profiles|Add key"
-msgstr "新增金鑰"
+msgstr ""
msgid "Profiles|Add status emoji"
-msgstr "增加狀態表情符號"
+msgstr ""
msgid "Profiles|Avatar cropper"
-msgstr "è£å‰ªé ­è²¼"
+msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
-msgstr "將會移除頭貼,確定?"
+msgstr ""
msgid "Profiles|Bio"
msgstr ""
msgid "Profiles|Change username"
-msgstr "變更使用者å稱"
+msgstr ""
msgid "Profiles|Changing your username can have unintended side effects."
msgstr ""
msgid "Profiles|Choose file..."
-msgstr "é¸æ“‡æª”案…"
+msgstr ""
msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information"
msgstr ""
@@ -11593,7 +13831,7 @@ msgid "Profiles|City, country"
msgstr ""
msgid "Profiles|Clear status"
-msgstr "清除狀態"
+msgstr ""
msgid "Profiles|Click on icon to activate signin with one of the following services"
msgstr ""
@@ -11608,37 +13846,37 @@ msgid "Profiles|Connected Accounts"
msgstr ""
msgid "Profiles|Current path: %{path}"
-msgstr "ç›®å‰è·¯å¾‘:%{path}"
+msgstr ""
msgid "Profiles|Current status"
-msgstr "ç›®å‰ç‹€æ…‹"
+msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
msgid "Profiles|Delete Account"
-msgstr "刪除帳號"
+msgstr ""
msgid "Profiles|Delete account"
-msgstr "刪除帳號"
+msgstr ""
msgid "Profiles|Delete your account?"
-msgstr "刪除帳號?"
+msgstr ""
msgid "Profiles|Deleting an account has the following effects:"
-msgstr "刪除帳號將會造æˆé€™äº›å½±éŸ¿ï¼š"
+msgstr ""
msgid "Profiles|Disconnect"
msgstr ""
msgid "Profiles|Do not show on profile"
-msgstr "ä¸è¦åœ¨å€‹äººæª”案上顯示"
+msgstr ""
msgid "Profiles|Don't display activity-related personal information on your profiles"
-msgstr "ä¸è¦åœ¨å€‹äººæª”案上顯示與活動相關的個人資訊"
+msgstr ""
msgid "Profiles|Edit Profile"
-msgstr "編輯個人檔案"
+msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
@@ -11662,28 +13900,28 @@ msgid "Profiles|Increase your account's security by enabling Two-Factor Authenti
msgstr ""
msgid "Profiles|Invalid password"
-msgstr "密碼無效"
+msgstr ""
msgid "Profiles|Invalid username"
-msgstr "使用者å稱無效"
+msgstr ""
msgid "Profiles|Key"
msgstr ""
msgid "Profiles|Learn more"
-msgstr "了解更多"
+msgstr ""
msgid "Profiles|Location"
msgstr ""
msgid "Profiles|Made a private contribution"
-msgstr "ç§äººè²¢ç»"
+msgstr ""
msgid "Profiles|Main settings"
-msgstr "主è¦è¨­å®š"
+msgstr ""
msgid "Profiles|No file chosen"
-msgstr "未é¸æ“‡æª”案"
+msgstr ""
msgid "Profiles|Notification email"
msgstr ""
@@ -11692,40 +13930,40 @@ msgid "Profiles|Organization"
msgstr ""
msgid "Profiles|Path"
-msgstr "ä½ç½®"
+msgstr ""
msgid "Profiles|Personal Access"
msgstr ""
msgid "Profiles|Position and size your new avatar"
-msgstr "定ä½ä¸¦èª¿æ•´æ‚¨æ–°é ­è²¼çš„大å°"
+msgstr ""
msgid "Profiles|Primary email"
msgstr ""
msgid "Profiles|Private contributions"
-msgstr "ç§äººè²¢ç»"
+msgstr ""
msgid "Profiles|Profile was successfully updated"
msgstr ""
msgid "Profiles|Public Avatar"
-msgstr "公開頭貼"
+msgstr ""
msgid "Profiles|Public email"
msgstr ""
msgid "Profiles|Remove avatar"
-msgstr "移除頭貼"
+msgstr ""
msgid "Profiles|Set new profile picture"
-msgstr "設定新設定檔圖åƒ"
+msgstr ""
msgid "Profiles|Social sign-in"
msgstr ""
msgid "Profiles|Some options are unavailable for LDAP accounts"
-msgstr "部份é¸é …ä¸æ”¯æ´ LDAP 帳號"
+msgstr ""
msgid "Profiles|Static object token was successfully reset"
msgstr ""
@@ -11733,11 +13971,14 @@ msgstr ""
msgid "Profiles|Tell us about yourself in fewer than 250 characters"
msgstr ""
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
msgid "Profiles|The maximum file size allowed is 200KB."
-msgstr "檔案必須è¦åœ¨ 200KB 以下。"
+msgstr ""
msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it?"
-msgstr "這看起來ä¸åƒæ˜¯ SSH 公鑰,您確定è¦å¢žåŠ å®ƒå—Žï¼Ÿ"
+msgstr ""
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -11746,7 +13987,7 @@ msgid "Profiles|This email will be used for web based operations, such as edits
msgstr ""
msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
-msgstr "這個表情符號和訊æ¯å°‡é¡¯ç¤ºæ–¼æ‚¨çš„個人資料和整個工作介é¢ä¸­ã€‚"
+msgstr ""
msgid "Profiles|This information will appear on your profile"
msgstr ""
@@ -11758,67 +13999,67 @@ msgid "Profiles|Two-Factor Authentication"
msgstr ""
msgid "Profiles|Type your %{confirmationValue} to confirm:"
-msgstr "輸入 %{confirmationValue} 確èªï¼š"
+msgstr ""
msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
msgstr ""
msgid "Profiles|Update profile settings"
-msgstr "更新個人資料設定"
+msgstr ""
msgid "Profiles|Update username"
-msgstr "更新使用者å稱"
+msgstr ""
msgid "Profiles|Upload new avatar"
-msgstr "上傳新的頭åƒ"
+msgstr ""
msgid "Profiles|Use a private email - %{email}"
-msgstr "使用ç§äººé›»å­éƒµä»¶ - %{email}"
+msgstr ""
msgid "Profiles|User ID"
msgstr ""
msgid "Profiles|Username change failed - %{message}"
-msgstr "使用者å稱變更失敗 - %{message}"
+msgstr ""
msgid "Profiles|Username successfully changed"
-msgstr "使用者å稱順利變更"
+msgstr ""
msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead"
msgstr ""
msgid "Profiles|What's your status?"
-msgstr "ä½ ç›®å‰çš„狀態?"
+msgstr ""
msgid "Profiles|Who you represent or work for"
msgstr ""
msgid "Profiles|You can change your avatar here"
-msgstr "ä½ å¯ä»¥åœ¨é€™è£¡ä¿®æ”¹ä½ çš„é ­åƒ"
+msgstr ""
msgid "Profiles|You can change your avatar here or remove the current avatar to revert to %{gravatar_link}"
-msgstr "ä½ å¯ä»¥åœ¨é€™è£¡ä¿®æ”¹ä½ çš„é ­åƒæˆ–åˆªé™¤ä½ çš„é ­æ€§ä¸¦å¾©åŽŸæˆ %{gravatar_link}"
+msgstr ""
msgid "Profiles|You can set your current timezone here"
msgstr ""
msgid "Profiles|You can upload your avatar here"
-msgstr "ä½ å¯ä»¥åœ¨é€™è£¡ä¸Šå‚³ä½ çš„é ­åƒ"
+msgstr ""
msgid "Profiles|You can upload your avatar here or change it at %{gravatar_link}"
-msgstr "ä½ å¯ä»¥åœ¨é€™è£¡ä¸Šå‚³ä½ çš„é ­åƒæˆ–修改為 %{gravatar_link} é ­åƒ"
+msgstr ""
msgid "Profiles|You don't have access to delete this user."
-msgstr "您沒有權é™åˆªé™¤æ­¤ä½¿ç”¨è€…帳號。"
+msgstr ""
msgid "Profiles|You must transfer ownership or delete these groups before you can delete your account."
-msgstr "您必須移轉所有權ã€æˆ–是刪除這些群組之後æ‰èƒ½åˆªé™¤å¸³è™Ÿã€‚"
+msgstr ""
msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename"
msgstr ""
msgid "Profiles|Your account is currently an owner in these groups:"
-msgstr "你的帳號目å‰ç‚ºé€™äº›ç¾¤çµ„的所有者:"
+msgstr ""
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr ""
@@ -11830,10 +14071,10 @@ msgid "Profiles|Your name was automatically set based on your %{provider_label}
msgstr ""
msgid "Profiles|Your status"
-msgstr "你的狀態"
+msgstr ""
msgid "Profiles|e.g. My MacBook key"
-msgstr "例如:我的 MacBook 金鑰"
+msgstr ""
msgid "Profiles|impersonation"
msgstr ""
@@ -11848,19 +14089,19 @@ msgid "Profiles|website.com"
msgstr ""
msgid "Profiles|your account"
-msgstr "你的帳號"
+msgstr ""
msgid "Profiling - Performance bar"
-msgstr "效能欄"
+msgstr ""
msgid "Programming languages used in this repository"
-msgstr "此版本庫所包å«çš„程å¼èªžè¨€"
+msgstr ""
msgid "Progress"
-msgstr "進度"
+msgstr ""
msgid "Project"
-msgstr "專案"
+msgstr ""
msgid "Project \"%{name}\" is no longer available. Select another project to continue."
msgstr ""
@@ -11872,40 +14113,52 @@ msgid "Project '%{project_name}' is being imported."
msgstr ""
msgid "Project '%{project_name}' is in the process of being deleted."
-msgstr "正在刪除專案「%{project_name}ã€ã€‚"
+msgstr ""
+
+msgid "Project '%{project_name}' is restored."
+msgstr ""
msgid "Project '%{project_name}' queued for deletion."
-msgstr "專案「%{project_name}ã€å·²åŠ å…¥åˆªé™¤ä½‡åˆ—。"
+msgstr ""
msgid "Project '%{project_name}' was successfully created."
-msgstr "專案「%{project_name}ã€å»ºç«‹æˆåŠŸã€‚"
+msgstr ""
msgid "Project '%{project_name}' was successfully updated."
-msgstr "專案「%{project_name}ã€æ›´æ–°æˆåŠŸã€‚"
+msgstr ""
+
+msgid "Project '%{project_name}' will be deleted on %{date}"
+msgstr ""
+
+msgid "Project Analytics"
+msgstr ""
msgid "Project Badges"
-msgstr "專案徽章"
+msgstr ""
msgid "Project Files"
msgstr ""
+msgid "Project Hooks"
+msgstr ""
+
msgid "Project ID"
msgstr ""
msgid "Project URL"
-msgstr "專案 URL"
+msgstr ""
msgid "Project access must be granted explicitly to each user."
-msgstr "專案權é™å¿…須明確指派給æ¯ä½ä½¿ç”¨è€…。"
+msgstr ""
-msgid "Project already created"
+msgid "Project already deleted"
msgstr ""
msgid "Project and wiki repositories"
msgstr ""
msgid "Project avatar"
-msgstr "專案大頭貼"
+msgstr ""
msgid "Project cannot be shared with the group it is in or one of its ancestors."
msgstr ""
@@ -11917,22 +14170,25 @@ msgid "Project description (optional)"
msgstr ""
msgid "Project details"
-msgstr "專案詳細資訊"
+msgstr ""
+
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
msgid "Project export could not be deleted."
-msgstr "無法刪除匯出專案。"
+msgstr ""
msgid "Project export enabled"
msgstr ""
msgid "Project export has been deleted."
-msgstr "已刪除匯出專案。"
+msgstr ""
msgid "Project export link has expired. Please generate a new export from your project settings."
-msgstr "專案匯出連çµå·²å¤±æ•ˆï¼Œè«‹è‡³ã€Œå°ˆæ¡ˆè¨­å®šã€ç”¢ç”Ÿæ–°çš„匯出連çµã€‚"
+msgstr ""
msgid "Project export started. A download link will be sent by email."
-msgstr "已開始專案匯出程åºã€‚完æˆå¾Œä¸‹è¼‰é€£çµå°‡é€åˆ°æ‚¨çš„信箱。"
+msgstr ""
msgid "Project has too many %{label_for_message} to search"
msgstr ""
@@ -11941,10 +14197,25 @@ msgid "Project members"
msgstr ""
msgid "Project name"
-msgstr "專案å稱"
+msgstr ""
+
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project security status"
+msgstr ""
+
+msgid "Project security status help page"
+msgstr ""
msgid "Project slug"
-msgstr "專案識別文字"
+msgstr ""
msgid "Project uploads"
msgstr ""
@@ -11956,43 +14227,43 @@ msgid "Project: %{name}"
msgstr ""
msgid "ProjectActivityRSS|Subscribe"
-msgstr "訂閱"
+msgstr ""
msgid "ProjectCreationLevel|Allowed to create projects"
-msgstr "å…許建立專案"
+msgstr ""
msgid "ProjectCreationLevel|Default project creation protection"
-msgstr "é è¨­å°ˆæ¡ˆå»ºç«‹ä¿è­·"
+msgstr ""
msgid "ProjectCreationLevel|Developers + Maintainers"
-msgstr "開發者 + 維護者"
+msgstr ""
msgid "ProjectCreationLevel|Maintainers"
-msgstr "維護者"
+msgstr ""
msgid "ProjectCreationLevel|No one"
-msgstr "完全沒有"
+msgstr ""
msgid "ProjectFileTree|Name"
-msgstr "å稱"
+msgstr ""
msgid "ProjectLastActivity|Never"
-msgstr "從未"
+msgstr ""
msgid "ProjectLifecycle|Stage"
-msgstr "階段"
+msgstr ""
msgid "ProjectOverview|Fork"
-msgstr "分å‰"
+msgstr ""
msgid "ProjectOverview|Forks"
-msgstr "分å‰"
+msgstr ""
msgid "ProjectOverview|Go to your fork"
-msgstr "移至你的分å‰"
+msgstr ""
msgid "ProjectOverview|Star"
-msgstr "星星"
+msgstr ""
msgid "ProjectOverview|Starrer"
msgstr ""
@@ -12001,16 +14272,16 @@ msgid "ProjectOverview|Starrers"
msgstr ""
msgid "ProjectOverview|Unstar"
-msgstr "刪除星星"
+msgstr ""
msgid "ProjectOverview|You have reached your project limit"
-msgstr "您已到é”專案é™åˆ¶"
+msgstr ""
msgid "ProjectOverview|You must sign in to star a project"
-msgstr "您必須登入之後æ‰èƒ½æ”¶è—專案"
+msgstr ""
msgid "ProjectPage|Project ID: %{project_id}"
-msgstr "專案編號:%{project_id}"
+msgstr ""
msgid "ProjectSelect| or group"
msgstr ""
@@ -12024,6 +14295,12 @@ msgstr ""
msgid "ProjectService|%{service_title}: status on"
msgstr ""
+msgid "ProjectService|Comment"
+msgstr ""
+
+msgid "ProjectService|Comment will be posted on each event"
+msgstr ""
+
msgid "ProjectService|Integrations"
msgstr ""
@@ -12057,32 +14334,62 @@ msgstr ""
msgid "ProjectSettings|All discussions must be resolved"
msgstr ""
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
msgstr ""
msgid "ProjectSettings|Badges"
-msgstr "徵章"
+msgstr ""
+
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, and merge checks."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and set up a default description template for merge requests."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgstr ""
msgid "ProjectSettings|Contact an admin to change this setting."
-msgstr "è¯çµ¡ç®¡ç†å“¡ä»¥è®Šæ›´é€™å€‹è¨­å®šã€‚"
+msgstr ""
+
+msgid "ProjectSettings|Container registry"
+msgstr ""
msgid "ProjectSettings|Customize your project badges."
-msgstr "自訂您專案的徵章。"
+msgstr ""
+
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr ""
+msgid "ProjectSettings|Every project can have its own space to store its Docker images"
+msgstr ""
+
+msgid "ProjectSettings|Every project can have its own space to store its packages"
+msgstr ""
+
+msgid "ProjectSettings|Everyone"
+msgstr ""
+
+msgid "ProjectSettings|Existing merge requests and protected branches are not affected"
+msgstr ""
+
msgid "ProjectSettings|Failed to protect the tag"
-msgstr "無法ä¿è­·æ¨™ç±¤"
+msgstr ""
msgid "ProjectSettings|Failed to update tag!"
-msgstr "無法更新標籤ï¼"
+msgstr ""
msgid "ProjectSettings|Fast-forward merge"
msgstr ""
@@ -12090,8 +14397,26 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only"
msgstr ""
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
msgid "ProjectSettings|Learn more about badges."
-msgstr "關於徵章的更多資訊。"
+msgstr ""
+
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
msgid "ProjectSettings|Merge checks"
msgstr ""
@@ -12111,11 +14436,32 @@ msgstr ""
msgid "ProjectSettings|Merge pipelines will try to validate the post-merge result prior to merging"
msgstr ""
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
msgid "ProjectSettings|No merge commits are created"
msgstr ""
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
-msgstr "åªæœ‰å·²ç°½ç½²çš„變更æ‰èƒ½æŽ¨é€åˆ°ç‰ˆæœ¬åº«ã€‚"
+msgstr ""
+
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
@@ -12123,30 +14469,69 @@ msgstr ""
msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
msgstr ""
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
msgstr ""
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged"
msgstr ""
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
-msgstr "此設定已經套用於伺æœå™¨å±¤ç´šï¼Œä¸¦ä¸”å¯è¢«ç®¡ç†å“¡è¦†å¯«ã€‚"
+msgstr ""
msgid "ProjectSettings|This setting is applied on the server level but has been overridden for this project."
-msgstr "此設定已經套用於伺æœå™¨ç´šåˆ¥ï¼Œä½†å·²ç¶“在這個專案被覆寫。"
+msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
-msgstr "此設定將套用於所有專案,除éžè¢«ç®¡ç†å“¡è¦†å¯«ã€‚"
+msgstr ""
+
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
msgstr ""
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
-msgstr "使用者åªèƒ½é€éŽä»–們自己通éŽé©—證的電å­ä¿¡ç®±ä¹‹ä¸€æ交,æ‰èƒ½æŽ¨é€æ交到這個版本庫。"
+msgstr ""
+
+msgid "ProjectSettings|View and edit files in this project"
+msgstr ""
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
msgid "ProjectTemplates|.NET Core"
msgstr ""
@@ -12192,6 +14577,12 @@ msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
+msgid "ProjectTemplates|SalesforceDX"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
msgid "ProjectTemplates|Spring"
msgstr ""
@@ -12199,7 +14590,7 @@ msgid "ProjectTemplates|iOS (Swift)"
msgstr ""
msgid "Projects"
-msgstr "專案"
+msgstr ""
msgid "Projects (%{count})"
msgstr ""
@@ -12207,38 +14598,56 @@ msgstr ""
msgid "Projects Successfully Retrieved"
msgstr ""
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
-msgstr "與 %{group_name} 分享的專案"
+msgstr ""
msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group."
-msgstr "群組中的專案將會以群組å稱當åšå‘½å空間的å‰è¼Ÿã€‚ç¾æœ‰çš„專案å¯ä»¥ç§»å‹•åˆ°ç¾¤çµ„中。"
+msgstr ""
msgid "Projects to index"
msgstr ""
+msgid "Projects with critical vulnerabilities"
+msgstr ""
+
+msgid "Projects with high or unknown vulnerabilities"
+msgstr ""
+
+msgid "Projects with low vulnerabilities"
+msgstr ""
+
+msgid "Projects with medium vulnerabilities"
+msgstr ""
+
+msgid "Projects with no vulnerabilities and security scanning enabled"
+msgstr ""
+
msgid "Projects with write access"
msgstr ""
msgid "ProjectsDropdown|Frequently visited"
-msgstr "經常造訪"
+msgstr ""
msgid "ProjectsDropdown|Loading projects"
-msgstr "正在讀å–專案"
+msgstr ""
msgid "ProjectsDropdown|Projects you visit often will appear here"
-msgstr "您經常造訪的專案將顯示於此"
+msgstr ""
msgid "ProjectsDropdown|Search your projects"
-msgstr "æœå°‹æ‚¨çš„專案"
+msgstr ""
msgid "ProjectsDropdown|Something went wrong on our end."
-msgstr "發生內部錯誤。"
+msgstr ""
msgid "ProjectsDropdown|Sorry, no projects matched your search"
-msgstr "抱歉,沒有符åˆæœå°‹æ¢ä»¶çš„專案"
+msgstr ""
msgid "ProjectsDropdown|This feature requires browser localStorage support"
-msgstr "此功能需è¦ç€è¦½å™¨çš„ localStorage 支æ´"
+msgstr ""
msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
msgstr ""
@@ -12288,59 +14697,59 @@ msgstr ""
msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
msgstr ""
-msgid "Prometheus listen_address in config/gitlab.yml is not a valid URI"
+msgid "PrometheusAlerts|%{count} alerts applied"
msgstr ""
msgid "PrometheusAlerts|Add alert"
-msgstr "增加警報"
+msgstr ""
msgid "PrometheusAlerts|Edit alert"
-msgstr "編輯警報"
+msgstr ""
msgid "PrometheusAlerts|Error creating alert"
-msgstr "建立警示時發生錯誤"
+msgstr ""
msgid "PrometheusAlerts|Error deleting alert"
-msgstr "刪除警示時發生錯誤"
+msgstr ""
msgid "PrometheusAlerts|Error fetching alert"
-msgstr "讀å–警示時發生錯誤"
+msgstr ""
msgid "PrometheusAlerts|Error saving alert"
-msgstr "儲存警示時發生錯誤"
+msgstr ""
msgid "PrometheusAlerts|Operator"
-msgstr "æ“作者"
+msgstr ""
msgid "PrometheusAlerts|Select query"
msgstr ""
msgid "PrometheusAlerts|Threshold"
-msgstr "門檻"
+msgstr ""
msgid "PrometheusService|%{exporters} with %{metrics} were found"
-msgstr "ç™¼ç¾ %{exporters} åŠ %{metrics}"
+msgstr ""
msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">沒有找到<a href=\"%{docsUrl}\">常見指標</a></p>"
+msgstr ""
msgid "PrometheusService|Active"
-msgstr "啟用"
+msgstr ""
msgid "PrometheusService|Auto configuration"
-msgstr "自動設定"
+msgstr ""
msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments"
-msgstr "在你的群集上自動佈署和設定 Prometheus 以監控您的專案環境"
+msgstr ""
msgid "PrometheusService|Common metrics"
-msgstr "常見指標"
+msgstr ""
msgid "PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters."
-msgstr "常用的指標會根據å—匯出者歡迎的指標庫來自動監控。"
+msgstr ""
msgid "PrometheusService|Custom metrics"
-msgstr "自訂指標"
+msgstr ""
msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
msgstr ""
@@ -12349,73 +14758,73 @@ msgid "PrometheusService|Enable Prometheus to define custom metrics, using eithe
msgstr ""
msgid "PrometheusService|Finding and configuring metrics..."
-msgstr "正在尋找並設定指標⋯⋯"
+msgstr ""
msgid "PrometheusService|Finding custom metrics..."
-msgstr "正在æœå°‹è‡ªè¨‚指標…"
+msgstr ""
msgid "PrometheusService|Install Prometheus on clusters"
-msgstr "在å¢é›†ä¸­å®‰è£ Prometheus"
+msgstr ""
msgid "PrometheusService|Manage clusters"
-msgstr "管ç†å¢é›†"
+msgstr ""
msgid "PrometheusService|Manual configuration"
-msgstr "手動設定"
+msgstr ""
msgid "PrometheusService|Metrics"
-msgstr "指標"
+msgstr ""
msgid "PrometheusService|Missing environment variable"
-msgstr "缺少環境變數"
+msgstr ""
msgid "PrometheusService|More information"
-msgstr "更多資訊"
+msgstr ""
msgid "PrometheusService|New metric"
-msgstr "新增指標"
+msgstr ""
msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
msgstr ""
msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/"
-msgstr "Prometheus API ä½å€ï¼Œä¾‹å¦‚ http://prometheus.example.com/"
+msgstr ""
msgid "PrometheusService|Prometheus is being automatically managed on your clusters"
-msgstr "Prometheus 正在自動管ç†æ‚¨çš„å¢é›†"
+msgstr ""
msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment"
-msgstr "這些指標åªæœƒåœ¨ä½ ç¬¬ä¸€æ¬¡ä½ˆç½²ç’°å¢ƒæ™‚æ‰æœƒç›£æŽ§"
+msgstr ""
msgid "PrometheusService|Time-series monitoring service"
-msgstr "時間åºåˆ—監控æœå‹™"
+msgstr ""
msgid "PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters"
-msgstr "è¦èµ·ç”¨æ‰‹å‹•è¨­å®šï¼Œè«‹å¾žç¾¤é›†ä¸­ç§»é™¤ Prometheus"
+msgstr ""
msgid "PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below"
-msgstr "如果å…è¨±å®‰è£ Prometheus 在您的群集上,請å–消下é¢çš„手動設定"
+msgstr ""
msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
-msgstr "等您首次佈署到環境後以查詢常用指標"
+msgstr ""
msgid "Promote"
-msgstr "æå‡"
+msgstr ""
-msgid "Promote issue to an epic"
+msgid "Promote confidential issue to a non-confidential epic"
msgstr ""
-msgid "Promote issue to an epic."
+msgid "Promote issue to an epic"
msgstr ""
msgid "Promote these project milestones into a group milestone."
-msgstr "將這些專案里程碑æå‡æˆç¾¤çµ„里程碑。"
+msgstr ""
msgid "Promote to Group Milestone"
-msgstr "æå‡è‡³ç¾¤çµ„里程碑"
+msgstr ""
msgid "Promote to group label"
-msgstr "æå‡è‡³ç¾¤çµ„標籤"
+msgstr ""
msgid "PromoteMilestone|Only project milestones can be promoted."
msgstr ""
@@ -12426,26 +14835,41 @@ msgstr ""
msgid "PromoteMilestone|Promotion failed - %{message}"
msgstr ""
+msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
msgid "Promoted issue to an epic."
msgstr ""
msgid "Promotions|Don't show me this again"
-msgstr "ä¸è¦å†é¡¯ç¤º"
+msgstr ""
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."
-msgstr "Epic 讓您更有效率且更少工作é‡çš„管ç†æ‚¨çš„專案組åˆï¼Œé€éŽè¿½è¹¤ç›¸åŒä¸»é¡Œã€è·¨å°ˆæ¡ˆèˆ‡é‡Œç¨‹ç¢‘的群組議題。"
+msgstr ""
+
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
msgid "Promotions|This feature is locked."
-msgstr "這個功能已被鎖定。"
+msgstr ""
msgid "Promotions|Upgrade plan"
-msgstr "å‡ç´šæ–¹æ¡ˆ"
+msgstr ""
+
+msgid "Promotions|Weighting your issue"
+msgstr ""
+
+msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them."
+msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
msgid "Protected"
-msgstr "å—ä¿è­·"
+msgstr ""
msgid "Protected Branch"
msgstr ""
@@ -12454,7 +14878,10 @@ msgid "Protected Environment"
msgstr ""
msgid "Protected Environments"
-msgstr "å—ä¿è­·ç’°å¢ƒ"
+msgstr ""
+
+msgid "Protected Paths"
+msgstr ""
msgid "Protected Tag"
msgstr ""
@@ -12462,29 +14889,71 @@ msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
-msgstr "%{environment_name} 將開放開發者的寫入權é™ï¼Œç¢ºèªï¼Ÿ"
+msgstr ""
msgid "ProtectedEnvironment|Allowed to deploy"
-msgstr "å…許佈署"
+msgstr ""
msgid "ProtectedEnvironment|Environment"
-msgstr "環境"
+msgstr ""
msgid "ProtectedEnvironment|Protect"
-msgstr "ä¿è­·"
+msgstr ""
msgid "ProtectedEnvironment|Protect an environment"
-msgstr "ä¿è­·ç’°å¢ƒ"
+msgstr ""
msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
-msgstr "ä¿è­·ç’°å¢ƒ (%{protected_environments_count})"
+msgstr ""
msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
msgstr ""
msgid "ProtectedEnvironment|Select an environment"
-msgstr "é¸æ“‡ç’°å¢ƒ"
+msgstr ""
msgid "ProtectedEnvironment|Select users"
msgstr ""
@@ -12493,37 +14962,37 @@ msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag setti
msgstr ""
msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
-msgstr "ç›®å‰æ²’有å—ä¿è­·çš„環境,請從下方表格é¸æ“‡è¦ä¿è­·çš„環境。"
+msgstr ""
msgid "ProtectedEnvironment|Unprotect"
-msgstr "å–消ä¿è­·"
+msgstr ""
msgid "ProtectedEnvironment|Your environment can't be unprotected"
-msgstr "您的環境ä¸èƒ½å–消ä¿è­·"
+msgstr ""
msgid "ProtectedEnvironment|Your environment has been protected."
-msgstr "您的環境已å—ä¿è­·ã€‚"
+msgstr ""
msgid "ProtectedEnvironment|Your environment has been unprotected"
-msgstr "您的環境已å–消ä¿è­·"
+msgstr ""
msgid "Protip:"
-msgstr "æ示:"
+msgstr ""
msgid "Provider"
-msgstr "æ供者"
+msgstr ""
msgid "Pseudonymizer data collection"
-msgstr "Pseudonymizer 資料收集"
+msgstr ""
msgid "Public"
msgstr ""
msgid "Public - The group and any public projects can be viewed without any authentication."
-msgstr "公開專案 - ä¸éœ€èº«ä»½é©—è­‰å³å¯å­˜å–群組以åŠå…¬é–‹å°ˆæ¡ˆ"
+msgstr ""
msgid "Public - The project can be accessed without any authentication."
-msgstr "公開專案 - ä¸éœ€èº«ä»½é©—è­‰å³å¯å­˜å–專案。"
+msgstr ""
msgid "Public Access Help"
msgstr ""
@@ -12532,22 +15001,22 @@ msgid "Public deploy keys (%{deploy_keys_count})"
msgstr ""
msgid "Public pipelines"
-msgstr "公共管線"
+msgstr ""
msgid "Pull"
-msgstr "拉å–"
+msgstr ""
msgid "Purchase more minutes"
msgstr ""
msgid "Push"
-msgstr "推é€"
+msgstr ""
msgid "Push Rule updated successfully."
msgstr ""
msgid "Push Rules"
-msgstr "推é€è¦å‰‡"
+msgstr ""
msgid "Push Rules updated successfully."
msgstr ""
@@ -12559,22 +15028,22 @@ msgid "Push an existing folder"
msgstr ""
msgid "Push events"
-msgstr "推é€äº‹ä»¶"
+msgstr ""
msgid "Push project from command line"
-msgstr "é€éŽæŒ‡ä»¤æŽ¨é€å°ˆæ¡ˆ"
+msgstr ""
msgid "Push to create a project"
-msgstr "é€éŽæŽ¨é€å»ºç«‹å°ˆæ¡ˆ"
+msgstr ""
msgid "PushRule|Committer restriction"
-msgstr "é™åˆ¶æ交者"
+msgstr ""
msgid "Pushed"
-msgstr "推é€çš„"
+msgstr ""
msgid "Pushes"
-msgstr "推é€"
+msgstr ""
msgid "PushoverService|%{user_name} deleted branch \"%{ref}\"."
msgstr ""
@@ -12616,16 +15085,22 @@ msgid "PushoverService|Your user key"
msgstr ""
msgid "Quarters"
-msgstr "季度"
+msgstr ""
msgid "Query"
msgstr ""
+msgid "Query cannot be processed"
+msgstr ""
+
msgid "Query is valid"
msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
-msgstr "「快速æ“作ã€èƒ½ç”¨æ–¼è­°é¡Œæ述和留言框。"
+msgstr ""
+
+msgid "Quick range"
+msgstr ""
msgid "README"
msgstr ""
@@ -12636,20 +15111,26 @@ msgstr ""
msgid "Raw blob request rate limit per minute"
msgstr ""
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
msgid "Read more"
-msgstr "了解更多"
+msgstr ""
msgid "Read more about environments"
msgstr ""
msgid "Read more about project permissions <strong>%{link_to_help}</strong>"
-msgstr "閱讀有關專案權é™çš„ç›¸é—œè¨Šæ¯ <strong>%{link_to_help}</strong>"
+msgstr ""
msgid "Read more about related issues"
msgstr ""
msgid "Real-time features"
-msgstr "å³æ™‚功能"
+msgstr ""
msgid "Rebase"
msgstr ""
@@ -12660,6 +15141,9 @@ msgstr ""
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
+msgid "Receive alerts on GitLab from any source"
+msgstr ""
+
msgid "Receive notifications about your own activity"
msgstr ""
@@ -12676,29 +15160,38 @@ msgid "Recent Searches Service is unavailable"
msgstr ""
msgid "Recent searches"
-msgstr "最近æœå°‹"
+msgstr ""
+
+msgid "Recipe"
+msgstr ""
msgid "Recovery Codes"
msgstr ""
msgid "Redirect to SAML provider to test configuration"
-msgstr "é‡æ–°å°Žå‘到 SAML 供應商,以測試設定"
+msgstr ""
+
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
msgid "Reference:"
-msgstr "åƒè€ƒä¾†æºï¼š"
+msgstr ""
msgid "Refresh"
-msgstr "é‡æ–°æ•´ç†"
+msgstr ""
msgid "Refreshing in a second to show the updated status..."
msgid_plural "Refreshing in %d seconds to show the updated status..."
-msgstr[0] "æ¯ %d é‡æ–°æ•´ç†ä»¥æª¢è¦–更新的狀態…"
+msgstr[0] ""
msgid "Regenerate instance ID"
msgstr ""
msgid "Regenerate key"
-msgstr "é‡æ–°ç”¢ç”Ÿé‡‘é‘°"
+msgstr ""
msgid "Regenerate recovery codes"
msgstr ""
@@ -12707,13 +15200,16 @@ msgid "Regenerating the instance ID can break integration depending on the clien
msgstr ""
msgid "Regex pattern"
-msgstr "æ­£è¦è¡¨ç¤ºå¼"
+msgstr ""
+
+msgid "Region that Elasticsearch is configured"
+msgstr ""
msgid "Register"
msgstr ""
msgid "Register / Sign In"
-msgstr "註冊 / 登入"
+msgstr ""
msgid "Register Two-Factor Authenticator"
msgstr ""
@@ -12724,11 +15220,11 @@ msgstr ""
msgid "Register Universal Two-Factor (U2F) Device"
msgstr ""
-msgid "Register and see your runners for this group."
-msgstr "註冊ã€ä¸¦è§€å¯Ÿæ‚¨åœ¨é€™å€‹ç¾¤çµ„的執行器。"
+msgid "Register for GitLab"
+msgstr ""
-msgid "Register and see your runners for this project."
-msgstr "註冊ã€ä¸¦è§€å¯Ÿæ‚¨åœ¨é€™å€‹å°ˆæ¡ˆçš„執行器。"
+msgid "Register now"
+msgstr ""
msgid "Register with two-factor app"
msgstr ""
@@ -12737,49 +15233,74 @@ msgid "Registration"
msgstr ""
msgid "Related Deployed Jobs"
-msgstr "相關佈署作業"
+msgstr ""
msgid "Related Issues"
-msgstr "相關議題"
+msgstr ""
msgid "Related Jobs"
-msgstr "相關作業"
+msgstr ""
msgid "Related Merge Requests"
-msgstr "相關åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Related Merged Requests"
-msgstr "相關已åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Related issues"
-msgstr "相關議題"
+msgstr ""
msgid "Related merge requests"
-msgstr "相關的åˆä½µè«‹æ±‚"
+msgstr ""
+
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
msgid "Releases"
msgstr ""
-msgid "Releases mark specific points in a project's development history, communicate information about the type of change, and deliver on prepared, often compiled, versions of the software to be reused elsewhere. Currently, releases can only be created through the API."
+msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software."
+msgstr ""
+
+msgid "Releases are based on Git tags. We recommend naming tags that fit within semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details"
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details"
msgstr ""
msgid "Remember me"
msgstr ""
msgid "Remind later"
-msgstr "ç¨å¾Œæ醒"
+msgstr ""
msgid "Remote object has no absolute path."
msgstr ""
msgid "Remove"
-msgstr "移除"
+msgstr ""
msgid "Remove %{displayReference}"
msgstr ""
msgid "Remove Runner"
-msgstr "移除執行器"
+msgstr ""
msgid "Remove Zoom meeting"
msgstr ""
@@ -12788,7 +15309,7 @@ msgid "Remove all approvals in a merge request when new commits are pushed to it
msgstr ""
msgid "Remove all or specific assignee(s)"
-msgstr "移除全部或特定指派人"
+msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
@@ -12800,10 +15321,10 @@ msgid "Remove approvers?"
msgstr ""
msgid "Remove assignee"
-msgstr "移除指派人"
+msgstr ""
msgid "Remove avatar"
-msgstr "移除大頭貼"
+msgstr ""
msgid "Remove card"
msgstr ""
@@ -12824,19 +15345,28 @@ msgid "Remove from epic"
msgstr ""
msgid "Remove group"
-msgstr "刪除群組"
+msgstr ""
msgid "Remove milestone"
msgstr ""
+msgid "Remove node"
+msgstr ""
+
msgid "Remove parent epic from an epic"
msgstr ""
+msgid "Remove primary node"
+msgstr ""
+
msgid "Remove priority"
-msgstr "刪除優先權"
+msgstr ""
msgid "Remove project"
-msgstr "移除專案"
+msgstr ""
+
+msgid "Remove secondary node"
+msgstr ""
msgid "Remove spent time"
msgstr ""
@@ -12872,7 +15402,7 @@ msgid "Removed an issue from an epic."
msgstr ""
msgid "Removed group can not be restored!"
-msgstr "刪除的群組將無法復原ï¼"
+msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
@@ -12919,8 +15449,14 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanantly removed. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
+msgstr ""
+
msgid "Removing group will cause all child projects and resources to be removed."
-msgstr "刪除群組將導致所有å­å°ˆæ¡ˆå’Œè³‡æºè¢«åˆªé™¤ã€‚"
+msgstr ""
msgid "Removing license…"
msgstr ""
@@ -12929,19 +15465,19 @@ msgid "Removing the project will delete its repository and all related resources
msgstr ""
msgid "Rename"
-msgstr "é‡æ–°å‘½å"
+msgstr ""
msgid "Rename file"
-msgstr "é‡æ–°å‘½å檔案"
+msgstr ""
msgid "Rename folder"
-msgstr "é‡æ–°å‘½å資料夾"
+msgstr ""
msgid "Reopen epic"
-msgstr "é‡æ–°é–‹å•Ÿå²è©©"
+msgstr ""
msgid "Reopen milestone"
-msgstr "é‡æ–°æ‰“開里程碑"
+msgstr ""
msgid "Reopen this %{quick_action_target}"
msgstr ""
@@ -12953,10 +15489,10 @@ msgid "Reopens this %{quick_action_target}."
msgstr ""
msgid "Repair authentication"
-msgstr "修復èªè­‰"
+msgstr ""
msgid "Replace"
-msgstr "å–代"
+msgstr ""
msgid "Replace all label(s)"
msgstr ""
@@ -12964,6 +15500,9 @@ msgstr ""
msgid "Replaced all labels with %{label_references} %{label_text}."
msgstr ""
+msgid "Replaces the clone URL root."
+msgstr ""
+
msgid "Reply by email"
msgstr ""
@@ -12971,40 +15510,46 @@ msgid "Reply to comment"
msgstr ""
msgid "Reply to this email directly or %{view_it_on_gitlab}."
-msgstr "直接回復此電å­ä¿¡ç®±æˆ– %{view_it_on_gitlab}。"
+msgstr ""
msgid "Reply..."
msgstr ""
msgid "Repo by URL"
-msgstr "來自 URL 的版本庫"
+msgstr ""
+
+msgid "Report Type: %{report_type}"
+msgstr ""
msgid "Report abuse to admin"
msgstr ""
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
msgid "Reporting"
-msgstr "報告"
+msgstr ""
msgid "Reports|%{failedString} and %{resolvedString}"
-msgstr "%{failedString} 和 %{resolvedString}"
+msgstr ""
msgid "Reports|Actions"
-msgstr "æ“作"
+msgstr ""
msgid "Reports|Class"
-msgstr "類別"
+msgstr ""
msgid "Reports|Classname"
msgstr ""
msgid "Reports|Confidence"
-msgstr "ä¿¡ä»»"
+msgstr ""
msgid "Reports|Execution time"
-msgstr "執行時間"
+msgstr ""
msgid "Reports|Failure"
-msgstr "失敗"
+msgstr ""
msgid "Reports|Metrics reports are loading"
msgstr ""
@@ -13019,37 +15564,37 @@ msgid "Reports|Metrics reports failed loading results"
msgstr ""
msgid "Reports|Severity"
-msgstr "åš´é‡æ€§"
+msgstr ""
msgid "Reports|System output"
-msgstr "系統輸出"
+msgstr ""
msgid "Reports|Test summary"
-msgstr "測試摘è¦"
+msgstr ""
msgid "Reports|Test summary failed loading results"
-msgstr "測試摘è¦åœ¨è¼‰å…¥çµæžœæ™‚出錯"
+msgstr ""
msgid "Reports|Test summary results are being parsed"
-msgstr "正在解æžæ¸¬è©¦æ‘˜è¦çµæžœ"
+msgstr ""
msgid "Reports|Vulnerability"
-msgstr "風險"
+msgstr ""
msgid "Reports|no changed test results"
-msgstr "沒有變更的測試çµæžœ"
+msgstr ""
msgid "Repository"
-msgstr "版本庫"
+msgstr ""
msgid "Repository Graph"
msgstr ""
msgid "Repository Settings"
-msgstr "版本庫設定"
+msgstr ""
msgid "Repository URL"
-msgstr "版本庫 URL"
+msgstr ""
msgid "Repository check was triggered."
msgstr ""
@@ -13061,45 +15606,51 @@ msgid "Repository cleanup has started. You will receive an email once the cleanu
msgstr ""
msgid "Repository has no locks."
-msgstr "版本庫沒有上鎖。"
+msgstr ""
msgid "Repository maintenance"
-msgstr "版本庫維護"
+msgstr ""
-msgid "Repository mirror"
-msgstr "é¡åƒç‰ˆæœ¬åº«"
+msgid "Repository mirroring"
+msgstr ""
msgid "Repository static objects"
msgstr ""
msgid "Repository storage"
-msgstr "版本庫儲存空間"
+msgstr ""
msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}"
msgstr ""
msgid "RepositorySettingsAccessLevel|Select"
-msgstr "é¸æ“‡"
+msgstr ""
msgid "Request Access"
-msgstr "申請存å–權é™"
+msgstr ""
+
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
msgid "Requested %{time_ago}"
msgstr ""
+msgid "Requested design version does not exist"
+msgstr ""
+
msgid "Requests Profiles"
-msgstr "請求個人資料"
+msgstr ""
msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The whitelist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
msgstr ""
msgid "Require all users in this group to setup Two-factor authentication"
-msgstr "è¦æ±‚此群組中的所有使用者啟用兩步驟驗證"
+msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
-msgstr "è¦æ±‚所有使用者在訪å•GitLab時接å—æœå‹™æ¢æ¬¾å’Œéš±ç§æ”¿ç­–。"
-
-msgid "Require approval from code owners"
msgstr ""
msgid "Require user password to approve"
@@ -13108,16 +15659,13 @@ msgstr ""
msgid "Require users to prove ownership of custom domains"
msgstr ""
-msgid "Required argument 'targetElement' is missing"
-msgstr ""
-
msgid "Requires approval from %{names}."
msgid_plural "Requires %{count} more approvals from %{names}."
-msgstr[0] "從 %{names} éœ€è¦ %{count} 核准。"
+msgstr[0] ""
msgid "Requires approval."
msgid_plural "Requires %d more approvals."
-msgstr[0] "éœ€è¦ %d 個核准。"
+msgstr[0] ""
msgid "Resend confirmation email"
msgstr ""
@@ -13135,13 +15683,13 @@ msgid "Reset authorization key?"
msgstr ""
msgid "Reset health check access token"
-msgstr "é‡è¨­å¥åº·æª¢æŸ¥å­˜å–憑證"
+msgstr ""
msgid "Reset key"
msgstr ""
msgid "Reset runners registration token"
-msgstr "é‡è¨­åŸ·è¡Œå™¨è¨»å†Šæ†‘è­‰"
+msgstr ""
msgid "Reset template"
msgstr ""
@@ -13152,14 +15700,17 @@ msgstr ""
msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
msgstr ""
+msgid "Resolve"
+msgstr ""
+
msgid "Resolve all threads in new issue"
msgstr ""
msgid "Resolve conflicts on source branch"
-msgstr "解決來æºåˆ†æ”¯ä¸Šçš„è¡çª"
+msgstr ""
msgid "Resolve discussion"
-msgstr "關閉討論"
+msgstr ""
msgid "Resolve thread"
msgstr ""
@@ -13189,26 +15740,32 @@ msgid "Response didn't include `service_desk_address`"
msgstr ""
msgid "Response metrics (AWS ELB)"
-msgstr "回應指標 (AWS ELB)"
+msgstr ""
msgid "Response metrics (Custom)"
-msgstr "接收指標 (自訂)"
+msgstr ""
msgid "Response metrics (HA Proxy)"
-msgstr "回應指標 (HA 代ç†ä¼ºæœå™¨)"
+msgstr ""
msgid "Response metrics (NGINX Ingress VTS)"
msgstr ""
msgid "Response metrics (NGINX Ingress)"
-msgstr "回應指標 (NGINX Ingress)"
+msgstr ""
msgid "Response metrics (NGINX)"
-msgstr "回應指標 (NGINX)"
+msgstr ""
msgid "Restart Terminal"
msgstr ""
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it."
+msgstr ""
+
msgid "Restrict access by IP address"
msgstr ""
@@ -13216,16 +15773,22 @@ msgid "Restrict membership by email"
msgstr ""
msgid "Resume"
-msgstr "繼續"
+msgstr ""
msgid "Resume replication"
msgstr ""
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all designs"
+msgstr ""
+
msgid "Retry"
-msgstr "é‡è©¦"
+msgstr ""
msgid "Retry this job"
-msgstr "é‡è©¦æ­¤å·¥ä½œ"
+msgstr ""
msgid "Retry this job in order to create the necessary resources."
msgstr ""
@@ -13234,35 +15797,47 @@ msgid "Retry update"
msgstr ""
msgid "Retry verification"
-msgstr "é‡è©¦é©—è­‰"
+msgstr ""
msgid "Reveal value"
msgid_plural "Reveal values"
-msgstr[0] "æ­ç¤ºæ•¸å€¼"
+msgstr[0] ""
msgid "Reveal values"
msgstr ""
msgid "Revert this commit"
-msgstr "還原此æ交"
+msgstr ""
msgid "Revert this merge request"
-msgstr "還原此åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Review"
-msgstr "檢閱"
+msgstr ""
+
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
-msgstr "檢閱您的身份æ供者中設定æœå‹™æ供者的éŽç¨‹ -- 如果這樣,GitLab 就是「æœå‹™æ供者ã€æˆ–「ä¾è³´æ–¹ã€ã€‚"
+msgstr ""
+
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
msgid "Reviewing"
-msgstr "檢閱"
+msgstr ""
msgid "Reviewing (merge request !%{mergeRequestId})"
-msgstr "正在檢閱中(åˆä½µè«‹æ±‚ !%{mergeRequestId})"
+msgstr ""
msgid "Revoke"
-msgstr "撤回"
+msgstr ""
msgid "Revoked impersonation token %{token_name}!"
msgstr ""
@@ -13277,13 +15852,19 @@ msgid "RightSidebar|deleting the"
msgstr ""
msgid "Roadmap"
-msgstr "路線圖"
+msgstr ""
+
+msgid "Role"
+msgstr ""
msgid "Rollback"
msgstr ""
+msgid "Rook"
+msgstr ""
+
msgid "Run CI/CD pipelines for external repositories"
-msgstr "執行外部版本庫的 CI / CD 管線。"
+msgstr ""
msgid "Run housekeeping"
msgstr ""
@@ -13292,22 +15873,22 @@ msgid "Run tests against your code live using the Web Terminal"
msgstr ""
msgid "Run untagged jobs"
-msgstr "執行未標記的工作"
+msgstr ""
msgid "Runner cannot be assigned to other projects"
-msgstr "無法分é…執行器給其他專案"
+msgstr ""
msgid "Runner runs jobs from all unassigned projects"
-msgstr "執行器將執行所有未指定的專案的作業"
+msgstr ""
msgid "Runner runs jobs from all unassigned projects in its group"
-msgstr "執行器將執行所有群組中未指定的專案的作業"
+msgstr ""
msgid "Runner runs jobs from assigned projects"
-msgstr "執行器將執行指定專案的工作"
+msgstr ""
msgid "Runner token"
-msgstr "執行器憑證"
+msgstr ""
msgid "Runner was not updated."
msgstr ""
@@ -13316,37 +15897,40 @@ msgid "Runner was successfully updated."
msgstr ""
msgid "Runner will not receive any new jobs"
-msgstr "執行器將ä¸æœƒæŽ¥å—新的工作"
+msgstr ""
msgid "Runners"
-msgstr "執行器"
+msgstr ""
msgid "Runners API"
-msgstr "執行器 API"
+msgstr ""
msgid "Runners activated for this project"
msgstr ""
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
msgid "Runners can be placed on separate users, servers, and even on your local machine."
-msgstr "執行器å¯æ”¾ç½®æ–¼ä¸åŒçš„使用者ã€ä¼ºæœå™¨ï¼Œç”šè‡³åœ¨æ‚¨çš„本機機器上。"
+msgstr ""
msgid "Runners can be placed on separate users, servers, even on your local machine."
-msgstr "執行器å¯ä»¥åŸ·è¡Œåœ¨ä¸åŒçš„使用者ã€ä¼ºæœå™¨ã€ç”šè‡³æ˜¯æ‚¨æœ¬æ©Ÿçš„電腦。"
+msgstr ""
msgid "Runners currently online: %{active_runners_count}"
-msgstr "ç›®å‰ç·šä¸Šçš„執行器:%{active_runners_count}"
+msgstr ""
msgid "Runners page"
-msgstr "執行器é é¢"
+msgstr ""
msgid "Runners page."
-msgstr "執行器é é¢ã€‚"
+msgstr ""
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
msgid "Running"
-msgstr "執行中"
+msgstr ""
msgid "Running…"
msgstr ""
@@ -13355,40 +15939,49 @@ msgid "Runs a number of housekeeping tasks within the current repository, such a
msgstr ""
msgid "SAML SSO"
-msgstr "SAML SSO"
+msgstr ""
msgid "SAML SSO for %{group_name}"
-msgstr "%{group_name} çš„ SAML SSO"
+msgstr ""
msgid "SAML for %{group_name}"
msgstr ""
+msgid "SHA256"
+msgstr ""
+
msgid "SSH Key"
msgstr ""
msgid "SSH Keys"
-msgstr "SSH 金鑰"
+msgstr ""
msgid "SSH Keys Help"
msgstr ""
+msgid "SSH host key fingerprints"
+msgstr ""
+
msgid "SSH host keys"
-msgstr "SSH 主機金鑰"
+msgstr ""
+
+msgid "SSH host keys are not available on this system. Please use <code>ssh-keyscan</code> command or contact your GitLab administrator for more information."
+msgstr ""
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
msgid "SSH public key"
-msgstr "SSH 公鑰"
+msgstr ""
-msgid "SSL Verification"
-msgstr "SSL é©—è­‰"
+msgid "SSL Verification:"
+msgstr ""
msgid "Saturday"
-msgstr "星期六"
+msgstr ""
msgid "Save"
-msgstr "儲存"
+msgstr ""
msgid "Save Changes"
msgstr ""
@@ -13397,25 +15990,31 @@ msgid "Save anyway"
msgstr ""
msgid "Save application"
-msgstr "儲存應用程å¼"
+msgstr ""
msgid "Save changes"
-msgstr "儲存變更"
+msgstr ""
msgid "Save changes before testing"
-msgstr "測試å‰å„²å­˜ä¿®æ”¹"
+msgstr ""
msgid "Save comment"
msgstr ""
+msgid "Save expiration policy"
+msgstr ""
+
msgid "Save password"
msgstr ""
msgid "Save pipeline schedule"
-msgstr "儲存排程管線"
+msgstr ""
+
+msgid "Save template"
+msgstr ""
msgid "Save variables"
-msgstr "儲存變數"
+msgstr ""
msgid "Saving"
msgstr ""
@@ -13424,31 +16023,31 @@ msgid "Saving project."
msgstr ""
msgid "Schedule a new pipeline"
-msgstr "排程新管線"
+msgstr ""
msgid "Scheduled"
-msgstr "已排程"
+msgstr ""
msgid "Scheduled to merge this merge request when the pipeline succeeds."
msgstr ""
msgid "Schedules"
-msgstr "排程"
+msgstr ""
msgid "Scheduling"
msgstr ""
msgid "Scheduling Pipelines"
-msgstr "排程管線"
+msgstr ""
msgid "Scope"
-msgstr "範åœ"
+msgstr ""
msgid "Scope not supported with disabled 'users_search' feature!"
msgstr ""
msgid "Scoped issue boards"
-msgstr "å€åŸŸæ€§çš„議題看æ¿"
+msgstr ""
msgid "Scoped label"
msgstr ""
@@ -13460,7 +16059,7 @@ msgid "Scroll down"
msgstr ""
msgid "Scroll down to <strong>Google Code Project Hosting</strong> and enable the switch on the right."
-msgstr "å‘下滾動到 <strong>Google Code Project Hosting</strong> 並啟用å³å´çš„開關。"
+msgstr ""
msgid "Scroll left"
msgstr ""
@@ -13469,28 +16068,31 @@ msgid "Scroll right"
msgstr ""
msgid "Scroll to bottom"
-msgstr "滾到底部"
+msgstr ""
msgid "Scroll to top"
-msgstr "滾到頂部"
+msgstr ""
msgid "Scroll up"
msgstr ""
msgid "Search"
-msgstr "æœå°‹"
+msgstr ""
+
+msgid "Search Button"
+msgstr ""
msgid "Search an environment spec"
msgstr ""
msgid "Search branches"
-msgstr "æœå°‹åˆ†æ”¯"
+msgstr ""
msgid "Search branches and tags"
-msgstr "æœå°‹åˆ†æ”¯å’Œæ¨™ç±¤"
+msgstr ""
msgid "Search files"
-msgstr "æœå°‹æª”案"
+msgstr ""
msgid "Search for a LDAP group"
msgstr ""
@@ -13502,7 +16104,10 @@ msgid "Search for a user"
msgstr ""
msgid "Search for projects, issues, etc."
-msgstr "æœå°‹å°ˆæ¡ˆã€è­°é¡Œç­‰ç­‰"
+msgstr ""
+
+msgid "Search for this text"
+msgstr ""
msgid "Search forks"
msgstr ""
@@ -13511,58 +16116,64 @@ msgid "Search groups"
msgstr ""
msgid "Search merge requests"
-msgstr "æœå°‹åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Search milestones"
-msgstr "æœå°‹é‡Œç¨‹ç¢‘"
+msgstr ""
msgid "Search or filter results..."
-msgstr "æœå°‹æˆ–篩é¸çµæžœâ€¦"
+msgstr ""
+
+msgid "Search or filter results…"
+msgstr ""
msgid "Search or jump to…"
-msgstr "æœå°‹æˆ–轉到…"
+msgstr ""
msgid "Search project"
-msgstr "æœå°‹å°ˆæ¡ˆ"
+msgstr ""
msgid "Search projects"
-msgstr "æœå°‹å°ˆæ¡ˆ"
+msgstr ""
msgid "Search projects..."
msgstr ""
msgid "Search users"
-msgstr "æœå°‹ä½¿ç”¨è€…"
+msgstr ""
msgid "Search users or groups"
msgstr ""
+msgid "Search your project dependencies for their licenses and apply policies"
+msgstr ""
+
msgid "Search your projects"
-msgstr "æœå°‹ä½ çš„專案"
+msgstr ""
msgid "SearchAutocomplete|All GitLab"
-msgstr "整個 GitLab"
+msgstr ""
msgid "SearchAutocomplete|Issues I've created"
-msgstr "我建立的議題"
+msgstr ""
msgid "SearchAutocomplete|Issues assigned to me"
-msgstr "指派給我的議題"
+msgstr ""
msgid "SearchAutocomplete|Merge requests I've created"
-msgstr "我建立的åˆä½µè«‹æ±‚"
+msgstr ""
msgid "SearchAutocomplete|Merge requests assigned to me"
-msgstr "指派給我的åˆä½µè«‹æ±‚"
+msgstr ""
msgid "SearchAutocomplete|in all GitLab"
-msgstr "在整個 GitLab"
+msgstr ""
msgid "SearchAutocomplete|in this group"
-msgstr "在這個群組"
+msgstr ""
msgid "SearchAutocomplete|in this project"
-msgstr "在這個專案"
+msgstr ""
msgid "SearchCodeResults|in"
msgstr ""
@@ -13570,10 +16181,16 @@ msgstr ""
msgid "SearchCodeResults|of %{link_to_project}"
msgstr ""
-msgid "SearchResults|Showing %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
msgstr ""
-msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for \"%{term}\""
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
msgstr ""
msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
@@ -13630,28 +16247,31 @@ msgid "Seats in license"
msgstr ""
msgid "Secret"
-msgstr "密碼"
+msgstr ""
msgid "Security"
-msgstr "安全"
+msgstr ""
msgid "Security & Compliance"
msgstr ""
+msgid "Security Configuration"
+msgstr ""
+
msgid "Security Dashboard"
-msgstr "安全儀表æ¿"
+msgstr ""
msgid "Security Dashboard|Error fetching the dashboard data. Please check your network connection and try again."
-msgstr "讀å–儀表æ¿è³‡æ–™æ™‚發生錯誤,請檢查您的網路連線,然後é‡æ–°å˜—試。"
+msgstr ""
msgid "Security Dashboard|Error fetching the vulnerability counts. Please check your network connection and try again."
-msgstr "讀å–æ¼æ´žè³‡è¨Šæ™‚發生錯誤,請檢查您的網路連線,然後é‡æ–°å˜—試。"
+msgstr ""
msgid "Security Dashboard|Error fetching the vulnerability list. Please check your network connection and try again."
-msgstr "讀å–æ¼æ´žåˆ—表時發生錯誤,請檢查您的網路連線,然後é‡æ–°å˜—試。"
+msgstr ""
msgid "Security Dashboard|Issue Created"
-msgstr "已建立å•é¡Œ"
+msgstr ""
msgid "Security Reports|Comment added to '%{vulnerabilityName}'"
msgstr ""
@@ -13663,14 +16283,17 @@ msgid "Security Reports|Comment edited on '%{vulnerabilityName}'"
msgstr ""
msgid "Security Reports|Create issue"
-msgstr "建立å•é¡Œ"
+msgstr ""
msgid "Security Reports|Dismiss vulnerability"
-msgstr "忽略æ¼æ´ž"
+msgstr ""
msgid "Security Reports|Dismissed '%{vulnerabilityName}'"
msgstr ""
+msgid "Security Reports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
msgid "Security Reports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed."
msgstr ""
@@ -13678,7 +16301,7 @@ msgid "Security Reports|Learn more about setting up your dashboard"
msgstr ""
msgid "Security Reports|More info"
-msgstr "更多資訊"
+msgstr ""
msgid "Security Reports|Oops, something doesn't seem right."
msgstr ""
@@ -13687,7 +16310,7 @@ msgid "Security Reports|There was an error adding the comment."
msgstr ""
msgid "Security Reports|There was an error creating the issue."
-msgstr "建立議題時發生錯誤。"
+msgstr ""
msgid "Security Reports|There was an error creating the merge request."
msgstr ""
@@ -13696,50 +16319,116 @@ msgid "Security Reports|There was an error deleting the comment."
msgstr ""
msgid "Security Reports|There was an error dismissing the vulnerability."
-msgstr "忽略æ¼æ´žæ™‚發生錯誤。"
+msgstr ""
msgid "Security Reports|There was an error reverting the dismissal."
-msgstr "å–消忽略時發生錯誤"
+msgstr ""
msgid "Security Reports|There was an error reverting this dismissal."
-msgstr "å–消忽略時發生錯誤。"
+msgstr ""
msgid "Security Reports|Undo dismiss"
msgstr ""
-msgid "Security Reports|We've found no vulnerabilities for your group"
+msgid "Security configuration help link"
msgstr ""
-msgid "Security Reports|While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgid "Security dashboard"
msgstr ""
-msgid "Security dashboard"
+msgid "Security report is out of date. Please incorporate latest changes from %{targetBranchName}"
+msgstr ""
+
+msgid "Security report is out of date. Retry the pipeline for the target branch."
+msgstr ""
+
+msgid "SecurityConfiguration|Configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Not yet configured"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure features"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
msgstr ""
msgid "SecurityDashboard| The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
-msgstr "安全儀表æ¿å°‡é¡¯ç¤ºæœ€æ–°çš„安全報告。用它來尋找和修補æ¼æ´žã€‚"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityDashboard|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityDashboard|Add a project to your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add or remove projects from your dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Add projects"
+msgstr ""
msgid "SecurityDashboard|Confidence"
msgstr ""
+msgid "SecurityDashboard|Edit dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Hide dismissed"
msgstr ""
msgid "SecurityDashboard|Monitor vulnerabilities in your code"
-msgstr "監控程å¼ç¢¼ä¸­çš„æ¼æ´ž"
+msgstr ""
-msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered"
-msgstr "觸發了管線 %{pipelineLink}"
+msgid "SecurityDashboard|More information"
+msgstr ""
+
+msgid "SecurityDashboard|Pipeline %{pipelineLink} triggered %{timeago} by %{user}"
+msgstr ""
msgid "SecurityDashboard|Project"
msgstr ""
+msgid "SecurityDashboard|Projects added"
+msgstr ""
+
+msgid "SecurityDashboard|Remove project from dashboard"
+msgstr ""
+
msgid "SecurityDashboard|Report type"
msgstr ""
+msgid "SecurityDashboard|Return to dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Security Dashboard"
+msgstr ""
+
+msgid "SecurityDashboard|Select a project to add by using the project search field above."
+msgstr ""
+
msgid "SecurityDashboard|Severity"
msgstr ""
+msgid "SecurityDashboard|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityDashboard|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
msgid "See metrics"
msgstr ""
@@ -13747,10 +16436,10 @@ msgid "See the affected projects in the GitLab admin panel"
msgstr ""
msgid "Select"
-msgstr "é¸æ“‡"
+msgstr ""
msgid "Select Archive Format"
-msgstr "é¸æ“‡å°å­˜æª”æ ¼å¼"
+msgstr ""
msgid "Select GitLab project to link with your Slack team"
msgstr ""
@@ -13758,17 +16447,20 @@ msgstr ""
msgid "Select Page"
msgstr ""
+msgid "Select Stack"
+msgstr ""
+
msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
msgstr ""
msgid "Select a group to invite"
-msgstr "é¸æ“‡è¦é‚€è«‹çš„群組"
+msgstr ""
msgid "Select a label"
msgstr ""
msgid "Select a namespace to fork the project"
-msgstr "é¸æ“‡ä¸€å€‹å‘½å空間,以複製這個專案"
+msgstr ""
msgid "Select a new namespace"
msgstr ""
@@ -13783,19 +16475,25 @@ msgid "Select a repository"
msgstr ""
msgid "Select a template repository"
-msgstr "é¸æ“‡æ¨¡æ¿ç‰ˆæœ¬åº«"
+msgstr ""
+
+msgid "Select a template type"
+msgstr ""
msgid "Select a timezone"
-msgstr "é¸æ“‡æ™‚å€"
+msgstr ""
msgid "Select all"
msgstr ""
msgid "Select an existing Kubernetes cluster or create a new one"
-msgstr "é¸æ“‡ä¸€å€‹ç¾æœ‰çš„ Kubernetes å¢é›†æˆ–新增一個"
+msgstr ""
+
+msgid "Select branch"
+msgstr ""
msgid "Select branch/tag"
-msgstr "é¸æ“‡åˆ†æ”¯æˆ–標籤"
+msgstr ""
msgid "Select group or project"
msgstr ""
@@ -13813,31 +16511,34 @@ msgid "Select private project"
msgstr ""
msgid "Select project"
-msgstr "é¸æ“‡å°ˆæ¡ˆ"
+msgstr ""
msgid "Select project and zone to choose machine type"
-msgstr "é¸æ“‡å°ˆæ¡ˆèˆ‡ä½ç½®ä¾†é¸æ“‡æ©Ÿå™¨é¡žåž‹"
+msgstr ""
msgid "Select project to choose zone"
-msgstr "é¸æ“‡å°ˆæ¡ˆä»¥é¸æ“‡ä½ç½®"
+msgstr ""
msgid "Select projects"
msgstr ""
msgid "Select projects you want to import."
-msgstr "é¸æ“‡ä½ æƒ³è¦åŒ¯å…¥çš„專案。"
+msgstr ""
msgid "Select source branch"
-msgstr "é¸æ“‡ä¾†æºåˆ†æ”¯"
+msgstr ""
msgid "Select target branch"
-msgstr "é¸æ“‡ç›®æ¨™åˆ†æ”¯"
+msgstr ""
msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
-msgstr "é¸æ“‡æ­¤å°ˆæ¡ˆçš„é è¨­åˆ†æ”¯ã€‚除éžæœ‰é¡å¤–設定,å¦å‰‡æ‰€æœ‰åˆä½µè«‹æ±‚å’Œæ交都會指å‘此分支。"
+msgstr ""
+
+msgid "Select the configured storaged available for new projects to be placed on."
+msgstr ""
msgid "Select the custom project template source group."
-msgstr "é¸æ“‡è‡ªè¨‚專案模æ¿ä¾†æºç¾¤çµ„。"
+msgstr ""
msgid "Select timeframe"
msgstr ""
@@ -13845,11 +16546,53 @@ msgstr ""
msgid "Select user"
msgstr ""
+msgid "Select your role"
+msgstr ""
+
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr ""
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By <a href=\"#\">@johnsmith</a>\"). It will also associate and/or assign these issues and comments with the selected user."
-msgstr "é¸æ“‡ GitLab 使用者將在議題和留言的æè¿°ä¸­æ–°å¢žæŒ‡å‘ GitLab 使用者的超連çµï¼ˆä¾‹å¦‚\"ç”± <a href=\"#\">@johnsmith</a>\")。它還將與所é¸ä½¿ç”¨è€…é—œè¯/分é…這些議題和留言。"
+msgstr ""
+
+msgid "Self monitoring project does not exist"
+msgstr ""
+
+msgid "Self-monitoring is not enabled on this GitLab server, contact your administrator."
+msgstr ""
+
+msgid "Self-monitoring project does not exist. Please check logs for any error messages"
+msgstr ""
+
+msgid "Self-monitoring project has been successfully deleted"
+msgstr ""
+
+msgid "Self-monitoring project was not deleted. Please check logs for any error messages"
+msgstr ""
+
+msgid "SelfMonitoring|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
msgid "Send a separate email notification to Developers."
msgstr ""
@@ -13858,25 +16601,28 @@ msgid "Send confirmation email"
msgstr ""
msgid "Send email"
-msgstr "傳é€é›»å­éƒµä»¶"
+msgstr ""
msgid "Send report"
msgstr ""
msgid "Send usage data"
-msgstr "寄é€ä½¿ç”¨æƒ…æ³è³‡æ–™"
+msgstr ""
msgid "Sentry API URL"
msgstr ""
+msgid "Sentry event"
+msgstr ""
+
msgid "Sep"
-msgstr "ä¹æœˆ"
+msgstr "9月"
msgid "Separate topics with commas."
msgstr ""
msgid "September"
-msgstr "ä¹æœˆ"
+msgstr ""
msgid "SeriesFinalConjunction|and"
msgstr ""
@@ -13888,7 +16634,7 @@ msgid "Server supports batch API only, please update your Git LFS client to vers
msgstr ""
msgid "Server version"
-msgstr "伺æœå™¨ç‰ˆæœ¬"
+msgstr ""
msgid "Serverless"
msgstr ""
@@ -13923,7 +16669,7 @@ msgstr ""
msgid "ServerlessDetails|pods in use"
msgstr ""
-msgid "ServerlessURL|Copy URL to clipboard"
+msgid "ServerlessURL|Copy URL"
msgstr ""
msgid "Serverless| In order to start using functions as a service, you must first install Knative on your Kubernetes cluster."
@@ -13963,21 +16709,30 @@ msgid "Service"
msgstr ""
msgid "Service Desk"
-msgstr "æœå‹™å€"
+msgstr ""
+
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is off"
+msgstr ""
+
+msgid "Service Desk is on"
+msgstr ""
msgid "Service Templates"
-msgstr "æœå‹™æ¨¡æ¿"
+msgstr ""
msgid "Service URL"
-msgstr "æœå‹™ URL"
+msgstr ""
msgid "Session duration (minutes)"
msgstr ""
msgid "Session expiration, projects limit and attachment size."
-msgstr "éŽæœŸå·¥ä½œéšŽæ®µã€å°ˆæ¡ˆä¸Šé™èˆ‡é™„件大å°ã€‚"
+msgstr ""
-msgid "Set %{epic_ref} as parent epic."
+msgid "Set %{epic_ref} as the parent epic."
msgstr ""
msgid "Set a default template for issue descriptions."
@@ -13987,22 +16742,22 @@ msgid "Set a number of approvals required, the approvers and other approval sett
msgstr ""
msgid "Set a password on your account to pull or push via %{protocol}."
-msgstr "請先設定密碼,æ‰èƒ½ä½¿ç”¨ %{protocol} 上傳或下載。"
+msgstr ""
msgid "Set a template repository for projects in this group"
-msgstr "為該群組中的專案設定模æ¿ç‰ˆæœ¬åº«"
+msgstr ""
msgid "Set default and restrict visibility levels. Configure import sources and git access protocol."
-msgstr "設定為é è¨­å€¼ï¼Œä¸¦é™åˆ¶å¯è¦‹ç­‰ç´šã€‚設定匯入來æºå’Œ git å­˜å–連線å”定。"
+msgstr ""
msgid "Set due date"
msgstr ""
msgid "Set instance-wide template repository"
-msgstr "設定實例範åœçš„模æ¿ç‰ˆæœ¬åº«"
+msgstr ""
msgid "Set max session time for web terminal."
-msgstr "為網é çµ‚端器設定最長工作階段時間"
+msgstr ""
msgid "Set milestone"
msgstr ""
@@ -14011,13 +16766,13 @@ msgid "Set new password"
msgstr ""
msgid "Set notification email for abuse reports."
-msgstr "為濫用回報設定通知電å­ä¿¡ç®±ã€‚"
+msgstr ""
msgid "Set parent epic to an epic"
msgstr ""
msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
-msgstr "設定使用者登入的需求。啟用強制性的兩步驟驗證。"
+msgstr ""
msgid "Set target branch"
msgstr ""
@@ -14050,16 +16805,16 @@ msgid "Set time estimate to %{time_estimate}."
msgstr ""
msgid "Set up CI/CD"
-msgstr "設定 CI / CD"
+msgstr ""
msgid "Set up a %{type} Runner automatically"
msgstr ""
msgid "Set up a %{type} Runner manually"
-msgstr "手動設定 %{type} 執行器"
+msgstr ""
msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}"
-msgstr "根據 %{docsLinkStart}這個檔案%{icon}%{docsLinkEnd} 設定斷言 / 屬性 / è²æ˜Ž (email, first_name, last_name) å’Œ NameID"
+msgstr ""
msgid "Set up new U2F device"
msgstr ""
@@ -14067,8 +16822,11 @@ msgstr ""
msgid "Set up new password"
msgstr ""
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
-msgstr "設定你的專案以自動推é€å’Œ/或從å¦ä¸€å€‹ç‰ˆæœ¬åº«æ‹‰å–變更。分支ã€æ¨™ç±¤åŠæ交將會自動åŒæ­¥ã€‚"
+msgstr ""
msgid "Set weight"
msgstr ""
@@ -14077,31 +16835,31 @@ msgid "Set weight to %{weight}."
msgstr ""
msgid "SetPasswordToCloneLink|set a password"
-msgstr "設定密碼"
+msgstr ""
msgid "SetStatusModal|Add status emoji"
-msgstr "增加狀態表情符號"
+msgstr ""
msgid "SetStatusModal|Clear status"
-msgstr "清除狀態"
+msgstr ""
msgid "SetStatusModal|Edit status"
-msgstr "編輯狀態"
+msgstr ""
msgid "SetStatusModal|Remove status"
-msgstr "刪除狀態"
+msgstr ""
msgid "SetStatusModal|Set a status"
-msgstr "設定狀態"
+msgstr ""
msgid "SetStatusModal|Set status"
-msgstr "設定狀態"
+msgstr ""
msgid "SetStatusModal|Sorry, we weren't able to set your status. Please try again later."
-msgstr "抱歉,我們無法設定您的狀態,請ç¨å€™åœ¨è©¦ã€‚"
+msgstr ""
msgid "SetStatusModal|What's your status?"
-msgstr "你的狀態是什麼?"
+msgstr ""
msgid "Sets %{epic_ref} as parent epic."
msgstr ""
@@ -14122,40 +16880,46 @@ msgid "Sets weight to %{weight}."
msgstr ""
msgid "Settings"
-msgstr "設定"
+msgstr ""
+
+msgid "Severity: %{severity}"
+msgstr ""
msgid "Share"
-msgstr "分享"
+msgstr ""
msgid "Share the <strong>%{sso_label}</strong> with members so they can sign in to your group through your identity provider"
-msgstr "與æˆå“¡åˆ†äº« <strong>%{sso_label}</strong>,使他們能é€éŽæ‚¨çš„身份æ供者登入您的群組。"
+msgstr ""
msgid "Shared Runners"
-msgstr "分享的執行器"
+msgstr ""
msgid "Shared projects"
-msgstr "已分享專案"
+msgstr ""
msgid "Shared runners help link"
msgstr ""
msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero."
-msgstr "é€éŽé‡è¨­æ­¤å‘½å空間的管線執行時間,目å‰ä½¿ç”¨çš„執行時間將會被歸零。"
+msgstr ""
msgid "SharedRunnersMinutesSettings|Reset pipeline minutes"
-msgstr "é‡è¨­ç®¡ç·šåŸ·è¡Œæ™‚é–“"
+msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
-msgstr "é‡è¨­ç®¡ç·šå·²ç”¨æ™‚é–“"
+msgstr ""
msgid "Sherlock Transactions"
-msgstr "Sherlock 交易"
+msgstr ""
msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
msgstr ""
msgid "Show all activity"
-msgstr "顯示所有活動"
+msgstr ""
+
+msgid "Show all members"
+msgstr ""
msgid "Show archived projects"
msgstr ""
@@ -14164,38 +16928,50 @@ msgid "Show archived projects only"
msgstr ""
msgid "Show command"
-msgstr "顯示指令"
+msgstr ""
msgid "Show comments"
msgstr ""
msgid "Show comments only"
-msgstr "åªé¡¯ç¤ºç•™è¨€"
+msgstr ""
msgid "Show commit description"
msgstr ""
msgid "Show complete raw log"
-msgstr "顯示完整的原始記錄"
+msgstr ""
msgid "Show file browser"
msgstr ""
msgid "Show latest version"
-msgstr "顯示最新版本"
+msgstr ""
+
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
msgid "Show parent pages"
-msgstr "顯示上層é é¢"
+msgstr ""
msgid "Show parent subgroups"
-msgstr "顯示上層å­ç¾¤çµ„"
+msgstr ""
msgid "Show whitespace changes"
-msgstr "顯示空白變化"
+msgstr ""
msgid "Showing %d event"
msgid_plural "Showing %d events"
-msgstr[0] "顯示 %d 個事件"
+msgstr[0] ""
+
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} issues"
+msgstr ""
msgid "Showing Latest Version"
msgstr ""
@@ -14206,29 +16982,32 @@ msgstr ""
msgid "Showing all issues"
msgstr ""
+msgid "Showing all labels"
+msgstr ""
+
msgid "Showing last %{size} of log -"
msgstr ""
msgid "Side-by-side"
-msgstr "並排"
+msgstr ""
msgid "Sidebar|Change weight"
-msgstr "變更權é‡"
+msgstr ""
msgid "Sidebar|None"
-msgstr "ç„¡"
+msgstr ""
msgid "Sidebar|Only numeral characters allowed"
-msgstr "åªå…許數字字元"
+msgstr ""
msgid "Sidebar|Weight"
-msgstr "權é‡"
+msgstr ""
msgid "Sign in"
-msgstr "登入"
+msgstr ""
msgid "Sign in / Register"
-msgstr "登入 / 註冊"
+msgstr ""
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -14239,17 +17018,14 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
-msgid "Sign in with Google"
-msgstr ""
-
msgid "Sign in with Single Sign-On"
-msgstr "é€éŽå–®ä¸€ç™»å…¥é€²è¡Œç™»å…¥"
+msgstr ""
msgid "Sign in with smart card"
msgstr ""
msgid "Sign out"
-msgstr "登出"
+msgstr ""
msgid "Sign out & Register"
msgstr ""
@@ -14261,10 +17037,10 @@ msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
msgid "Sign-in restrictions"
-msgstr "登入é™åˆ¶"
+msgstr ""
msgid "Sign-up restrictions"
-msgstr "註冊é™åˆ¶"
+msgstr ""
msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
msgstr ""
@@ -14296,26 +17072,32 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
-msgid "Site ID"
-msgstr ""
-
msgid "Size"
-msgstr "大å°"
+msgstr ""
msgid "Size and domain settings for static websites"
-msgstr "為éœæ…‹ç¶²ç«™çš„大å°èˆ‡ç¶²åŸŸè¨­å®š"
+msgstr ""
msgid "Size limit per repository (MB)"
msgstr ""
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip Trial (Continue with Free Account)"
+msgstr ""
+
msgid "Skip this for now"
msgstr ""
+msgid "Skipped"
+msgstr ""
+
msgid "Slack application"
-msgstr "Slack 應用程å¼"
+msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
-msgstr "Slack æ•´åˆå…許您é€éŽèŠå¤©è¦–窗中的斜線指令與GitLab進行整åˆã€‚"
+msgstr ""
msgid "SlackService|2. Paste the <strong>Token</strong> into the field below"
msgstr ""
@@ -14333,19 +17115,19 @@ msgid "SlackService|This service allows users to perform common operations on th
msgstr ""
msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
-msgstr "速度較慢,但確ä¿å°ˆæ¡ˆå·¥ä½œç©ºé–“是原始的,因為它為æ¯é …工作從頭開始複製版本庫"
+msgstr ""
msgid "Smartcard"
-msgstr "Smartcard"
+msgstr ""
msgid "Smartcard authentication failed: client certificate header is missing."
-msgstr "Smartcard èªè­‰å¤±æ•—:使用者端缺少èªè­‰æ¨™é ­ã€‚"
+msgstr ""
msgid "Snippet Contents"
msgstr ""
msgid "Snippets"
-msgstr "程å¼ç¢¼ç‰‡æ®µ"
+msgstr ""
msgid "SnippetsEmptyState|Explore public snippets"
msgstr ""
@@ -14371,6 +17153,9 @@ msgstr ""
msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
msgstr ""
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
@@ -14381,37 +17166,37 @@ msgid "Someone edited this merge request at the same time you did. Please refres
msgstr ""
msgid "Something went wrong on our end"
-msgstr "內部發生錯誤"
+msgstr ""
msgid "Something went wrong on our end."
-msgstr "發生了錯誤。"
+msgstr ""
msgid "Something went wrong on our end. Please try again!"
-msgstr "未知錯誤,請é‡è©¦!"
+msgstr ""
msgid "Something went wrong on our end. Please try again."
msgstr ""
msgid "Something went wrong trying to change the confidentiality of this issue"
-msgstr "試圖改變這個議題的隱ç§è¨­å®šæ™‚發生錯誤"
+msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
-msgstr "試圖改變 %{issuableDisplayName} 的鎖定狀態時發生錯誤"
+msgstr ""
msgid "Something went wrong when toggling the button"
-msgstr "切æ›æŒ‰éˆ•æ™‚發生錯誤"
-
-msgid "Something went wrong while adding your award. Please try again."
msgstr ""
-msgid "Something went wrong while adding your comment. Please try again."
+msgid "Something went wrong while adding your award. Please try again."
msgstr ""
msgid "Something went wrong while applying the suggestion. Please try again."
msgstr ""
msgid "Something went wrong while closing the %{issuable}. Please try again later"
-msgstr "在關閉議題 %{issuable} 時出ç¾å•é¡Œï¼Œè«‹ç¨å¾Œå†è©¦"
+msgstr ""
+
+msgid "Something went wrong while deleting the package."
+msgstr ""
msgid "Something went wrong while deleting the source branch. Please try again."
msgstr ""
@@ -14423,181 +17208,211 @@ msgid "Something went wrong while editing your comment. Please try again."
msgstr ""
msgid "Something went wrong while fetching %{listType} list"
-msgstr "è®€å– %{listType} 列表時發生錯誤"
+msgstr ""
msgid "Something went wrong while fetching comments. Please try again."
-msgstr "讀å–留言時發生錯誤,請ç¨å€™é‡è©¦ã€‚"
+msgstr ""
+
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
msgid "Something went wrong while fetching group member contributions"
-msgstr "å–得群組æˆå“¡è²¢ç»æ™‚發生錯誤。"
+msgstr ""
msgid "Something went wrong while fetching latest comments."
msgstr ""
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
msgid "Something went wrong while fetching related merge requests."
msgstr ""
msgid "Something went wrong while fetching the environments for this merge request. Please try again."
-msgstr "讀å–åˆä½µè«‹æ±‚的環境時發生錯誤,請ç¨å€™é‡è©¦ã€‚"
+msgstr ""
+
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
msgid "Something went wrong while fetching the projects."
-msgstr "抓å–專案時發生錯誤。"
+msgstr ""
msgid "Something went wrong while fetching the registry list."
-msgstr "抓å–註冊表列表時發生錯誤。"
+msgstr ""
+
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
msgid "Something went wrong while merging this merge request. Please try again."
msgstr ""
+msgid "Something went wrong while moving issues."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
msgid "Something went wrong while reopening the %{issuable}. Please try again later"
-msgstr "é‡æ–°é–‹å•Ÿ %{issuable} 議題時發生錯誤。請ç¨å¾Œå†è©¦"
+msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
-msgstr "解決此議題時出ç¾å•é¡Œã€‚è«‹å†è©¦ä¸€æ¬¡ã€‚"
+msgstr ""
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
msgid "Something went wrong, unable to add %{project} to dashboard"
-msgstr "å°‡ %{project} 新增到儀表æ¿æ™‚發生錯誤"
+msgstr ""
+
+msgid "Something went wrong, unable to add projects to dashboard"
+msgstr ""
msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to remove project"
-msgstr "刪除專案時發生錯誤"
+msgstr ""
msgid "Something went wrong, unable to search projects"
msgstr ""
msgid "Something went wrong. Please try again."
-msgstr "發生未知錯誤,請ç¨å¾Œå†è©¦ã€‚"
+msgstr ""
msgid "Something went wrong. Try again later."
msgstr ""
msgid "Sorry, no epics matched your search"
-msgstr "抱歉,沒有符åˆæ‚¨æœå°‹çš„ Epic"
+msgstr ""
msgid "Sorry, no projects matched your search"
-msgstr "抱歉,沒有符åˆæ‚¨æœå°‹çš„專案"
+msgstr ""
msgid "Sorry, your filter produced no results"
msgstr ""
msgid "Sort by"
-msgstr "排åºæ–¹å¼"
+msgstr ""
msgid "Sort direction"
msgstr ""
msgid "SortOptions|Access level, ascending"
-msgstr "å­˜å–層級(å‡å†ªï¼‰"
+msgstr ""
msgid "SortOptions|Access level, descending"
-msgstr "å­˜å–層級(é™å†ªï¼‰"
+msgstr ""
msgid "SortOptions|Created date"
-msgstr "建立日期"
+msgstr ""
msgid "SortOptions|Due date"
-msgstr "截止日期"
+msgstr ""
msgid "SortOptions|Due later"
-msgstr "已截止日期"
+msgstr ""
msgid "SortOptions|Due soon"
-msgstr "å³å°‡æˆªæ­¢æ—¥æœŸ"
+msgstr ""
msgid "SortOptions|Expired date"
msgstr ""
msgid "SortOptions|Label priority"
-msgstr "標籤優先"
+msgstr ""
msgid "SortOptions|Largest group"
-msgstr "最大群組"
+msgstr ""
msgid "SortOptions|Largest repository"
-msgstr "最大版本庫"
+msgstr ""
msgid "SortOptions|Last Contact"
-msgstr "最後è¯çµ¡äºº"
+msgstr ""
msgid "SortOptions|Last created"
-msgstr "最近建立時間"
+msgstr ""
msgid "SortOptions|Last joined"
-msgstr "最近加入"
+msgstr ""
msgid "SortOptions|Last updated"
-msgstr "最後更新"
+msgstr ""
msgid "SortOptions|Least popular"
-msgstr "最ä¸å—æ­¡è¿Ž"
+msgstr ""
msgid "SortOptions|Less weight"
-msgstr "é™ä½Žæ¬Šé‡"
+msgstr ""
msgid "SortOptions|Manual"
msgstr ""
msgid "SortOptions|Milestone due date"
-msgstr "里程碑截止日期"
+msgstr ""
msgid "SortOptions|Milestone due later"
msgstr ""
msgid "SortOptions|Milestone due soon"
-msgstr "å³å°‡æˆªæ­¢çš„里程碑"
+msgstr ""
msgid "SortOptions|More weight"
-msgstr "加大權é‡"
+msgstr ""
msgid "SortOptions|Most popular"
-msgstr "最å—æ­¡è¿Ž"
+msgstr ""
msgid "SortOptions|Most stars"
-msgstr "最多星星"
+msgstr ""
msgid "SortOptions|Name"
-msgstr "å稱"
+msgstr ""
msgid "SortOptions|Name, ascending"
-msgstr "å稱(å‡å†ªï¼‰"
+msgstr ""
msgid "SortOptions|Name, descending"
-msgstr "å稱(é™å†ªï¼‰"
+msgstr ""
msgid "SortOptions|Oldest created"
-msgstr "最早建立"
+msgstr ""
msgid "SortOptions|Oldest joined"
-msgstr "最早加入"
+msgstr ""
msgid "SortOptions|Oldest last activity"
msgstr ""
msgid "SortOptions|Oldest sign in"
-msgstr "最早登入"
+msgstr ""
msgid "SortOptions|Oldest starred"
msgstr ""
msgid "SortOptions|Oldest updated"
-msgstr "最早更新"
+msgstr ""
msgid "SortOptions|Popularity"
-msgstr "最有人氣"
+msgstr ""
msgid "SortOptions|Priority"
-msgstr "優先"
+msgstr ""
+
+msgid "SortOptions|Project"
+msgstr ""
msgid "SortOptions|Recent last activity"
msgstr ""
msgid "SortOptions|Recent sign in"
-msgstr "最近登入"
+msgstr ""
msgid "SortOptions|Recently starred"
msgstr ""
@@ -14612,76 +17427,133 @@ msgid "SortOptions|Stars"
msgstr ""
msgid "SortOptions|Start date"
-msgstr "開始日期"
+msgstr ""
msgid "SortOptions|Start later"
-msgstr "ç¨å¾Œé–‹å§‹"
+msgstr ""
msgid "SortOptions|Start soon"
-msgstr "ç¾åœ¨é–‹å§‹"
+msgstr ""
+
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
msgid "SortOptions|Weight"
-msgstr "權é‡"
+msgstr ""
msgid "Source"
-msgstr "來æº"
+msgstr ""
msgid "Source (branch or tag)"
-msgstr "ä¾†æº (分支或標籤)"
+msgstr ""
msgid "Source code"
-msgstr "原始碼"
+msgstr ""
msgid "Source is not available"
-msgstr "來æºç„¡æ³•ä½¿ç”¨"
+msgstr ""
msgid "Source project cannot be found."
msgstr ""
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
msgid "Spam Logs"
-msgstr "垃圾訊æ¯è¨˜éŒ„"
+msgstr ""
msgid "Spam and Anti-bot Protection"
-msgstr "垃圾內容與防機器人ä¿è­·"
+msgstr ""
msgid "Spam log successfully submitted as ham."
msgstr ""
msgid "Specific Runners"
-msgstr "指定執行器"
+msgstr ""
msgid "Specify an e-mail address regex pattern to identify default internal users."
-msgstr "指定電å­éƒµä»¶ä½å€æ­£è¦è¡¨ç¤ºå¼ä»¥è­˜åˆ¥é è¨­å…§éƒ¨ä½¿ç”¨è€…。"
+msgstr ""
msgid "Specify the following URL during the Runner setup:"
-msgstr "在安è£åŸ·è¡Œå™¨æ™‚指定以下 URL:"
+msgstr ""
msgid "Squash commit message"
msgstr ""
msgid "Squash commits"
-msgstr "åˆä½µæ交"
+msgstr ""
+
+msgid "Stack trace"
+msgstr ""
msgid "Stage"
-msgstr "階段"
+msgstr ""
msgid "Stage & Commit"
-msgstr "æš«å­˜ & æ交"
+msgstr ""
msgid "Stage all changes"
-msgstr "暫存所有變更"
+msgstr ""
-msgid "Stage changes"
-msgstr "暫存變更"
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+msgstr ""
msgid "Staged"
-msgstr "已暫存"
+msgstr ""
msgid "Staged %{type}"
-msgstr "已暫存的 %{type}"
+msgstr ""
msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging."
-msgstr "為一個標籤標上星號,使其æˆç‚ºå„ªå…ˆæ¨™ç±¤ã€‚é€éŽæ‹–動指令優先標籤變更其相å°å„ªå…ˆåº¦ã€‚"
+msgstr ""
msgid "Star labels to start sorting by priority"
msgstr ""
@@ -14690,16 +17562,16 @@ msgid "Star toggle failed. Try again later."
msgstr ""
msgid "StarProject|Star"
-msgstr "收è—"
+msgstr ""
msgid "Starred Projects"
-msgstr "已收è—的專案"
+msgstr ""
msgid "Starred Projects' Activity"
-msgstr "已收è—的專案活動"
+msgstr ""
msgid "Starred projects"
-msgstr "收è—專案"
+msgstr ""
msgid "StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page."
msgstr ""
@@ -14720,22 +17592,22 @@ msgid "Start Web Terminal"
msgstr ""
msgid "Start a %{new_merge_request} with these changes"
-msgstr "建立包å«é€™äº›è®Šå‹•çš„ %{new_merge_request}"
+msgstr ""
-msgid "Start a Free Trial"
+msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
msgstr ""
msgid "Start a new merge request"
-msgstr "開始一個新的åˆä½µè«‹æ±‚"
+msgstr ""
msgid "Start a review"
-msgstr "開始檢閱"
+msgstr ""
msgid "Start and due date"
-msgstr "開始和截止日期"
+msgstr ""
msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
msgstr ""
@@ -14747,7 +17619,7 @@ msgid "Start cleanup"
msgstr ""
msgid "Start date"
-msgstr "開始日期"
+msgstr ""
msgid "Start merge train"
msgstr ""
@@ -14759,7 +17631,7 @@ msgid "Start search"
msgstr ""
msgid "Start the Runner!"
-msgstr "啟動執行器ï¼"
+msgstr ""
msgid "Start thread"
msgstr ""
@@ -14770,11 +17642,17 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
msgid "Start your trial"
-msgstr "開始試用"
+msgstr ""
msgid "Started"
-msgstr "已開始"
+msgstr ""
msgid "Started %{startsIn}"
msgstr ""
@@ -14789,16 +17667,19 @@ msgid "Starts %{startsIn}"
msgstr ""
msgid "Starts at (UTC)"
-msgstr "開始於 (UTC)"
+msgstr ""
msgid "State your message to activate"
-msgstr "暫存您的訊æ¯ä»¥å•Ÿç”¨"
+msgstr ""
+
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
msgid "Statistics"
msgstr ""
msgid "Status"
-msgstr "狀態"
+msgstr ""
msgid "Status:"
msgstr ""
@@ -14810,32 +17691,38 @@ msgid "Stop Terminal"
msgstr ""
msgid "Stop environment"
-msgstr "åœæ­¢ç’°å¢ƒ"
+msgstr ""
msgid "Stop impersonation"
-msgstr "åœæ­¢æ¨¡æ“¬"
+msgstr ""
msgid "Stop this environment"
-msgstr "åœæ­¢æ­¤ç’°å¢ƒ"
+msgstr ""
msgid "Stopped"
-msgstr "å·²åœæ­¢"
+msgstr ""
msgid "Stopping this environment is currently not possible as a deployment is in progress"
-msgstr "由於該環境正在佈署,所以目å‰ç„¡æ³•åœæ­¢"
+msgstr ""
msgid "Stopping..."
msgstr ""
msgid "Storage"
-msgstr "儲存空間"
+msgstr ""
+
+msgid "Storage nodes for new projects"
+msgstr ""
msgid "Storage:"
-msgstr "儲存空間:"
+msgstr ""
msgid "StorageSize|Unknown"
msgstr ""
+msgid "Subgroup overview"
+msgstr ""
+
msgid "SubgroupCreationLevel|Allowed to create subgroups"
msgstr ""
@@ -14849,37 +17736,46 @@ msgid "SubgroupCreationlevel|Owners"
msgstr ""
msgid "Subgroups"
-msgstr "å­ç¾¤çµ„"
+msgstr ""
msgid "Subgroups and projects"
-msgstr "å­ç¾¤çµ„和專案"
+msgstr ""
msgid "Subkeys"
msgstr ""
+msgid "Submit a review"
+msgstr ""
+
msgid "Submit as spam"
-msgstr "以垃圾訊æ¯æ交"
+msgstr ""
msgid "Submit feedback"
-msgstr "æ交æ„見"
+msgstr ""
msgid "Submit issue"
msgstr ""
msgid "Submit review"
-msgstr "æ交檢閱"
+msgstr ""
msgid "Submit search"
-msgstr "æ交æœå°‹"
+msgstr ""
+
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
msgid "Subscribe"
-msgstr "訂閱"
+msgstr ""
msgid "Subscribe at group level"
-msgstr "訂閱群組"
+msgstr ""
msgid "Subscribe at project level"
-msgstr "訂閱專案"
+msgstr ""
msgid "Subscribe to RSS feed"
msgstr ""
@@ -14888,7 +17784,7 @@ msgid "Subscribe to calendar"
msgstr ""
msgid "Subscribed"
-msgstr "已訂閱"
+msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
@@ -14899,6 +17795,15 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
msgid "SubscriptionTable|Billing"
msgstr ""
@@ -14968,18 +17873,33 @@ msgstr ""
msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
msgstr ""
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
+msgstr ""
+
msgid "Subtracted"
msgstr ""
msgid "Subtracts"
msgstr ""
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
msgstr ""
+msgid "Successfully deactivated"
+msgstr ""
+
msgid "Successfully deleted U2F device."
msgstr ""
@@ -14995,7 +17915,7 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
-msgid "Suggest code changes which are immediately applied. Try it out!"
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
msgid "Suggested change"
@@ -15067,8 +17987,14 @@ msgstr ""
msgid "Suggestions:"
msgstr ""
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
msgid "Sunday"
-msgstr "星期日"
+msgstr ""
msgid "Support"
msgstr ""
@@ -15080,28 +18006,28 @@ msgid "Support page URL"
msgstr ""
msgid "Switch branch/tag"
-msgstr "切æ›åˆ†æ”¯/標籤"
+msgstr ""
msgid "Switch to GitLab Next"
msgstr ""
-msgid "Switch to the source to copy it to the clipboard"
+msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Sync information"
-msgstr "åŒæ­¥è©³ç´°è³‡è¨Š"
+msgstr ""
msgid "System"
msgstr ""
msgid "System Hooks"
-msgstr "系統觸發器"
+msgstr ""
msgid "System Hooks Help"
msgstr ""
msgid "System Info"
-msgstr "系統資訊"
+msgstr ""
msgid "System default (%{default})"
msgstr ""
@@ -15113,20 +18039,23 @@ msgid "System hook was successfully updated."
msgstr ""
msgid "System metrics (Custom)"
-msgstr "系統指標 (自訂)"
+msgstr ""
msgid "System metrics (Kubernetes)"
-msgstr "系統指標 (Kubernetes)"
+msgstr ""
msgid "Table of Contents"
msgstr ""
msgid "Tag"
-msgstr ""
+msgstr "標籤"
msgid "Tag list:"
msgstr ""
+msgid "Tag name"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -15140,7 +18069,7 @@ msgid "Tags"
msgstr "標籤"
msgid "Tags feed"
-msgstr "標籤動態"
+msgstr ""
msgid "Tags this commit to %{tag_name} with \"%{message}\"."
msgstr ""
@@ -15149,82 +18078,88 @@ msgid "Tags this commit to %{tag_name}."
msgstr ""
msgid "Tags:"
-msgstr "標籤:"
+msgstr ""
msgid "TagsPage|Browse commits"
-msgstr "ç€è¦½æ交記錄"
+msgstr ""
msgid "TagsPage|Browse files"
-msgstr "ç€è¦½æª”案"
+msgstr ""
msgid "TagsPage|Can't find HEAD commit for this tag"
-msgstr "找ä¸åˆ°æ­¤æ¨™ç±¤çš„ HEAD æ交"
+msgstr ""
msgid "TagsPage|Cancel"
-msgstr "å–消"
+msgstr ""
msgid "TagsPage|Create tag"
-msgstr "建立標籤"
+msgstr ""
msgid "TagsPage|Delete tag"
-msgstr "刪除標籤"
+msgstr ""
msgid "TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?"
-msgstr "刪除 %{tag_name} 後將無法復原,確定?"
+msgstr ""
msgid "TagsPage|Edit release notes"
-msgstr "編輯發佈訊æ¯"
+msgstr ""
msgid "TagsPage|Existing branch name, tag, or commit SHA"
-msgstr "已存在分支å稱ã€æ¨™ç±¤æˆ–者æ交 SHA 碼"
+msgstr ""
msgid "TagsPage|Filter by tag name"
-msgstr "僅篩é¸æ¨™ç±¤å稱"
+msgstr ""
msgid "TagsPage|New Tag"
-msgstr "新增標籤"
+msgstr ""
msgid "TagsPage|New tag"
-msgstr "新增標籤"
+msgstr ""
-msgid "TagsPage|Optionally, add a message to the tag."
-msgstr "新增標籤æ述(å¯é¸ï¼‰"
+msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}"
+msgstr ""
msgid "TagsPage|Optionally, add release notes to the tag. They will be stored in the GitLab database and displayed on the tags page."
-msgstr "新增標籤發佈說明(å¯é¸ï¼‰ï¼Œé€™å°‡å„²å­˜åˆ° GitLab 資料庫並在「標籤ã€é é¢é¡¯ç¤ºã€‚"
+msgstr ""
msgid "TagsPage|Release notes"
-msgstr "發佈說明"
+msgstr ""
msgid "TagsPage|Repository has no tags yet."
-msgstr "版本庫還沒有任何標籤。"
+msgstr ""
msgid "TagsPage|Sort by"
-msgstr "排åºæ–¹å¼"
+msgstr ""
msgid "TagsPage|Tags"
-msgstr "標籤"
+msgstr ""
msgid "TagsPage|Tags give the ability to mark specific points in history as being important"
-msgstr "標籤能用來標記歷å²ä¸­ç‰¹å®šçš„é‡è¦æ™‚間點"
+msgstr ""
msgid "TagsPage|This tag has no release notes."
-msgstr "此標籤沒有發佈說明。"
+msgstr ""
msgid "TagsPage|Use git tag command to add a new one:"
-msgstr "使用 git tag 指令增加新標籤:"
+msgstr ""
msgid "TagsPage|Write your release notes or drag files here…"
-msgstr "撰寫發行說明或拖放檔案到這裡⋯"
+msgstr ""
msgid "TagsPage|protected"
-msgstr "å—ä¿è­·"
+msgstr ""
msgid "Target Branch"
-msgstr "目標分支"
+msgstr ""
+
+msgid "Target Path"
+msgstr ""
msgid "Target branch"
-msgstr "目標分支"
+msgstr ""
+
+msgid "Target-Branch"
+msgstr ""
msgid "Team"
msgstr "團隊"
@@ -15232,11 +18167,20 @@ msgstr "團隊"
msgid "Team domain"
msgstr ""
+msgid "Telephone number"
+msgstr ""
+
msgid "Template"
-msgstr "模æ¿"
+msgstr ""
+
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+msgstr ""
msgid "Templates"
-msgstr "模æ¿"
+msgstr ""
msgid "Terminal"
msgstr ""
@@ -15248,16 +18192,16 @@ msgid "Terminal sync service is running"
msgstr ""
msgid "Terms of Service Agreement and Privacy Policy"
-msgstr "æœå‹™æ¢æ¬¾å”議和隱ç§æ”¿ç­–"
+msgstr ""
msgid "Terms of Service and Privacy Policy"
-msgstr "æœå‹™æ¢æ¬¾å’Œéš±ç§æ”¿ç­–"
+msgstr ""
-msgid "Test SAML SSO"
-msgstr "測試 SAML SSO"
+msgid "Test"
+msgstr ""
msgid "Test coverage parsing"
-msgstr "測試覆蓋率分æž"
+msgstr ""
msgid "Test failed."
msgstr ""
@@ -15289,6 +18233,39 @@ msgstr ""
msgid "TestHooks|Ensure the wiki is enabled and has pages."
msgstr ""
+msgid "TestReports|%{count} errors"
+msgstr ""
+
+msgid "TestReports|%{count} failures"
+msgstr ""
+
+msgid "TestReports|%{count} jobs"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Test suites"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test reports."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
msgstr ""
@@ -15296,35 +18273,41 @@ msgid "Thank you for your report. A GitLab administrator will look into it short
msgstr ""
msgid "Thanks! Don't show me this again"
-msgstr "æ„Ÿè¬ï¼è«‹ä¸è¦å†æ¬¡é¡¯ç¤º"
+msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
-msgid "The API path was not specified."
-msgstr ""
-
msgid "The Advanced Global Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
-msgstr "GitLab 的進階全域æœå°‹åŠŸèƒ½æ˜¯éžå¸¸å¼·å¤§çš„æœå°‹æœå‹™ã€‚您å¯ä»¥ç«‹åˆ»æœå°‹å…¶ä»–團隊的程å¼ç¢¼ä»¥å¹«åŠ©æ‚¨å®Œå–„自己項目中的程å¼ç¢¼ã€‚從而é¿å…建立é‡è¤‡çš„程å¼ç¢¼æµªè²»æ™‚間。"
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to <strong>%{email}</strong> in an attachment."
msgstr ""
msgid "The Git LFS objects will <strong>not</strong> be synced."
-msgstr "Git LFS 物件將<strong>ä¸æœƒ</strong>åŒæ­¥ã€‚"
+msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project"
-msgstr "「議題追蹤器ã€èƒ½æ”¾ç½®å°ˆæ¡ˆéœ€è¦æ”¹å–„或解決å•é¡Œçš„項目地方"
+msgstr ""
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
-msgstr "「議題追蹤器ã€èƒ½æ”¾ç½®å°ˆæ¡ˆéœ€è¦æ”¹å–„或解決å•é¡Œçš„項目地方。您能註冊或登入以å°åœ¨å°ˆæ¡ˆå»ºç«‹è­°é¡Œã€‚"
+msgstr ""
+
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS."
-msgstr "當需è¦ç›¸äº’ TLS 與外部èªè­‰æœå‹™è¯çµ¡æ™‚,所使用的 X509 憑證。如果留白,使用 HTTPS 連線時伺æœå™¨çš„憑證ä»ç„¶ç‚ºã€Œå·²èªè­‰ã€ã€‚"
+msgstr ""
msgid "The amount of seconds after which a request to get a secondary node status will time out."
msgstr ""
@@ -15332,26 +18315,44 @@ msgstr ""
msgid "The branch for this project has no active pipeline configuration."
msgstr ""
+msgid "The branch or tag does not exist"
+msgstr ""
+
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
-msgstr "文字çªé¡¯å°‡å¹«åŠ©ä½ å°‡ä¸»é¡Œä¿æŒç‚º %{titleLength} 個字,並且將正文包è£ç‚º %{bodyLength} 個字,以便它們å¯ä»¥åœ¨ git 中閱讀。"
+msgstr ""
msgid "The coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request."
-msgstr "程å¼é–‹ç™¼éšŽæ®µé¡¯ç¤ºå¾žç¬¬ä¸€æ¬¡æ交記錄到建立åˆä½µè«‹æ±‚的時間。建立第一個åˆä½µè«‹æ±‚後,資料將自動填入。"
+msgstr ""
msgid "The collection of events added to the data gathered for that stage."
-msgstr "該階段中的相關事件集åˆã€‚"
+msgstr ""
+
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The configuration status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've configured a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
-msgstr "該連線將在 %{timeout} 之後逾時。å°æ–¼éœ€è¦ä½¿ç”¨æ›´é•·æ™‚間的版本庫,請使用 clone / push 組åˆã€‚"
+msgstr ""
msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
msgstr ""
+msgid "The current issue"
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
msgid "The dependency list details information about the components used within your project."
msgstr ""
msgid "The deployment of this job to %{environmentLink} did not succeed."
-msgstr "å° %{environmentLink} 作業的佈署並未æˆåŠŸã€‚"
+msgstr ""
msgid "The directory has been successfully created."
msgstr ""
@@ -15371,14 +18372,21 @@ msgstr ""
msgid "The file has been successfully deleted."
msgstr ""
+msgid "The file name should have a .yml extension"
+msgstr ""
+
msgid "The following items will NOT be exported:"
msgstr ""
msgid "The following items will be exported:"
msgstr ""
+msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set."
+msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set."
+msgstr[0] ""
+
msgid "The fork relationship has been removed."
-msgstr "分支與主幹間的關è¯å·²è¢«åˆªé™¤ã€‚"
+msgstr ""
msgid "The global settings require you to enable Two-Factor Authentication for your account."
msgstr ""
@@ -15392,11 +18400,14 @@ msgstr ""
msgid "The group and its projects can only be viewed by members."
msgstr ""
+msgid "The group has already been shared with this group"
+msgstr ""
+
msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}."
msgstr ""
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
-msgstr "匯入將在 %{timeout} 之後逾時。å°æ–¼éœ€è¦æ›´é•·æ™‚間的存儲庫,請使用 clone / push 組åˆã€‚"
+msgstr ""
msgid "The invitation could not be accepted."
msgstr ""
@@ -15411,7 +18422,7 @@ msgid "The invitation was successfully resent."
msgstr ""
msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
-msgstr "議題階段顯示從議題建立到設定里程碑所花的時間,或是議題被分類到議題看æ¿ä¸­æ‰€èŠ±çš„時間。建立第一個議題後,資料將自動填入。"
+msgstr ""
msgid "The license was removed. GitLab has fallen back on the previous license."
msgstr ""
@@ -15426,7 +18437,7 @@ msgid "The maximum file size allowed is %{size}."
msgstr ""
msgid "The maximum file size allowed is 200KB."
-msgstr "最大檔案大å°ç‚º 200KB"
+msgstr ""
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -15437,7 +18448,10 @@ msgstr ""
msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
msgstr ""
-msgid "The name %{entryName} is already taken in this directory."
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
@@ -15447,28 +18461,31 @@ msgid "The number of times an upload record could not find its file"
msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr "解密ç§é‘°æ‰€éœ€çš„密碼。這是é¸ç”¨ä¸”該值將會被加密儲存。"
+msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
-msgstr "CI 設定檔的路徑。é è¨­ç‚º <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
+msgstr ""
msgid "The phase of the development lifecycle."
-msgstr "專案開發週期的å„個階段。"
+msgstr ""
+
+msgid "The pipeline has been deleted"
+msgstr ""
msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
-msgstr "在指定了特定分支或標籤後,此處的排程管線會ä¸æ–·åœ°é‡è¤‡åŸ·è¡Œã€‚排程管線的存å–權é™èˆ‡å°ˆæ¡ˆæœ¬èº«ç›¸åŒã€‚"
+msgstr ""
msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit."
-msgstr "計劃階段顯示從æ交記錄被排程至第一個推é€çš„時間。第一次推é€ä¹‹å¾Œï¼Œè³‡æ–™å°‡è‡ªå‹•å¡«å…¥ã€‚"
+msgstr ""
msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "æ供使用者端憑證時所使用的ç§é‘°ã€‚æ­¤ç§é‘°å°‡æœƒè¢«åŠ å¯†å„²å­˜ã€‚"
+msgstr ""
msgid "The production stage shows the total time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
-msgstr "營é‹éšŽæ®µé¡¯ç¤ºå¾žå»ºç«‹è­°é¡Œåˆ°ä½ˆç½²ç¨‹å¼ä¸Šç·šæ‰€èŠ±çš„時間。完æˆå¾žç™¼æƒ³åˆ°ä¸Šç·šçš„完整開發週期後,資料將自動填入。"
+msgstr ""
msgid "The project can be accessed by any logged in user."
-msgstr "本專案å¯è®“任何已登入的使用者存å–"
+msgstr ""
msgid "The project can be accessed by any user who is logged in."
msgstr ""
@@ -15477,7 +18494,7 @@ msgid "The project can be accessed by anyone, regardless of authentication."
msgstr ""
msgid "The project can be accessed without any authentication."
-msgstr "本專案å¯è®“任何人存å–"
+msgstr ""
msgid "The project is accessible only by members of the project. Access must be granted explicitly to each user."
msgstr ""
@@ -15492,7 +18509,7 @@ msgid "The project was successfully imported."
msgstr ""
msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
-msgstr "Pseudonymizer 資料è’集已經åœç”¨ã€‚如果啟用,GitLab 將會執行一個背景作業 -- 其將會產生 GitLab 資料庫的å‡å CSV,使其å¯ä»¥ä¸Šå‚³åˆ°æ‚¨è¨­å®šçš„物件儲存資料夾。"
+msgstr ""
msgid "The remote mirror took to long to complete."
msgstr ""
@@ -15500,26 +18517,29 @@ msgstr ""
msgid "The remote repository is being updated..."
msgstr ""
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
msgid "The repository for this project does not exist."
-msgstr "本專案沒有版本庫"
+msgstr ""
msgid "The repository for this project is empty"
-msgstr "這個專案的版本庫是空的"
+msgstr ""
msgid "The repository is being updated..."
msgstr ""
msgid "The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>."
-msgstr "該存儲庫必須å¯é€éŽ <code>http://</code>, <code>https://</code> 或 <code>git://</code>訪å•ã€‚"
+msgstr ""
msgid "The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>."
msgstr ""
msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
-msgstr "檢閱階段顯示從åˆä½µè«‹æ±‚建立後至被åˆä½µçš„時間。當建立第一個åˆä½µè«‹æ±‚後,資料將自動填入。"
+msgstr ""
msgid "The roadmap shows the progress of your epics along a timeline"
-msgstr "開發è—圖顯示了時間軸上您的 Epic 的進度"
+msgstr ""
msgid "The schedule time must be in the future!"
msgstr ""
@@ -15536,29 +18556,32 @@ msgstr ""
msgid "The snippet is visible to any logged in user."
msgstr ""
-msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
-msgstr "試營é‹æ®µé¡¯ç¤ºå¾žåˆä½µè«‹æ±‚被åˆä½µå¾Œè‡³ä½ˆç½²ç‡Ÿé‹çš„時間。當第一次佈署營é‹å¾Œï¼Œè³‡æ–™å°‡è‡ªå‹•å¡«å…¥"
+msgid "The specified tab is invalid, please select another"
+msgstr ""
-msgid "The target element is missing."
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
msgstr ""
msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
-msgstr "測試階段顯示相關åˆä½µè«‹æ±‚的管線所花的時間。當第一個管線執行完畢後,資料將自動填入。"
+msgstr ""
msgid "The time taken by each data entry gathered by that stage."
-msgstr "該階段中æ¯ä¸€å€‹è³‡æ–™é …目所花的時間。"
+msgstr ""
+
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
msgid "The unique identifier for the Geo node. Must match `geo_node_name` if it is set in gitlab.rb, otherwise it must match `external_url` with a trailing slash"
msgstr ""
msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
-msgstr "更新動作將會在 %{number_of_minutes} 分é˜å¾Œé€¾æ™‚。å°æ–¼å¤§åž‹ç‰ˆæœ¬åº«ï¼Œè«‹ä½¿ç”¨ clone/push 組åˆã€‚"
+msgstr ""
msgid "The uploaded file is not a valid Google Takeout archive."
msgstr ""
msgid "The usage ping is disabled, and cannot be configured through this form."
-msgstr "å·²åœç”¨ä½¿ç”¨æƒ…æ³ Ping 功能,且無法é€éŽæ­¤è¡¨å–®è¨­å®šã€‚"
+msgstr ""
msgid "The user is being deleted."
msgstr ""
@@ -15567,16 +18590,19 @@ msgid "The user map has been saved. Continue by selecting the projects you want
msgstr ""
msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of <code>:</code>. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
-msgstr "å°æ‡‰ä½¿ç”¨è€…是一個JSON檔,是將åƒèˆ‡å°ˆæ¡ˆçš„ Google Code 使用者å°æ‡‰åˆ°ä»–們的電å­éƒµä»¶å’Œä½¿ç”¨è€…å稱並匯入GitLab çš„æ–¹å¼ã€‚您å¯ä»¥é€éŽè®Šæ›´ <code>:</code>å³å´çš„值來變更此å°æ‡‰ã€‚請務必在左å´ä¿ç•™å‘¨åœçš„雙引號ã€å…¶ä»–標點符號以åŠé›»å­éƒµä»¶ä½å€æˆ–使用者å稱。"
+msgstr ""
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
-msgstr "使用者å°æ‡‰æ˜¯å°‡åƒèˆ‡å°ˆæ¡ˆçš„ FogBugz 使用者與其電å­éƒµä»¶å’Œä½¿ç”¨è€…å稱匯入 GitLab çš„æ–¹å¼ã€‚您å¯ä»¥é€éŽå¡«å¯«ä¸‹æ–¹çš„表單來變更此設定。"
+msgstr ""
+
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
msgid "The user-facing URL of the Geo node"
msgstr ""
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
-msgstr "中ä½æ•¸æ˜¯ä¸€å€‹æ•¸åˆ—中最中間的值。例如在 3ã€5ã€9 之間,中ä½æ•¸æ˜¯ 5。在 3ã€5ã€7ã€8 之間,中ä½æ•¸æ˜¯ (5 + 7)/ 2 = 6。"
+msgstr ""
msgid "There are no GPG keys associated with this account."
msgstr ""
@@ -15591,28 +18617,28 @@ msgid "There are no SSH keys with access to your account."
msgstr ""
msgid "There are no archived projects yet"
-msgstr "此處沒有已å°å­˜å°ˆæ¡ˆ"
+msgstr ""
msgid "There are no charts configured for this page"
msgstr ""
msgid "There are no closed issues"
-msgstr "沒有已關閉的議題"
+msgstr ""
msgid "There are no closed merge requests"
-msgstr "沒有已關閉的åˆä½µè«‹æ±‚"
+msgstr ""
msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates."
msgstr ""
msgid "There are no issues to show"
-msgstr "沒有å¯ä»¥é¡¯ç¤ºçš„è­°é¡Œ"
+msgstr ""
msgid "There are no issues to show."
msgstr ""
msgid "There are no labels yet"
-msgstr "ç›®å‰é‚„沒有標籤"
+msgstr ""
msgid "There are no matching files"
msgstr ""
@@ -15627,13 +18653,16 @@ msgid "There are no packages yet"
msgstr ""
msgid "There are no projects shared with this group yet"
-msgstr "此處沒有與此群組分享的專案"
+msgstr ""
msgid "There are no staged changes"
-msgstr "此處沒有暫存的變更"
+msgstr ""
msgid "There are no unstaged changes"
-msgstr "此處沒有未暫存的變更"
+msgstr ""
+
+msgid "There is a limit of 100 subscriptions from or to a project."
+msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
@@ -15644,6 +18673,9 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
msgid "There was a problem sending the confirmation email"
msgstr ""
@@ -15653,6 +18685,12 @@ msgstr ""
msgid "There was an error adding a To Do."
msgstr ""
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
msgid "There was an error creating the issue"
msgstr ""
@@ -15662,18 +18700,36 @@ msgstr ""
msgid "There was an error fetching configuration for charts"
msgstr ""
-msgid "There was an error fetching the form data"
+msgid "There was an error fetching cycle analytics stages."
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the Designs"
msgstr ""
msgid "There was an error gathering the chart data"
msgstr ""
msgid "There was an error loading users activity calendar."
-msgstr "讀å–使用者行事曆活動時發生錯誤"
+msgstr ""
msgid "There was an error removing the e-mail."
msgstr ""
+msgid "There was an error removing your custom stage, please try again"
+msgstr ""
+
msgid "There was an error resetting group pipeline minutes."
msgstr ""
@@ -15684,37 +18740,52 @@ msgid "There was an error saving your changes."
msgstr ""
msgid "There was an error saving your notification settings."
-msgstr "儲存您的通知設定時發生錯誤。"
+msgstr ""
msgid "There was an error subscribing to this label."
-msgstr "訂閱此標籤時發生錯誤。"
+msgstr ""
+
+msgid "There was an error syncing the Design Repositories."
+msgstr ""
msgid "There was an error trying to validate your query"
msgstr ""
msgid "There was an error when reseting email token."
-msgstr "é‡è¨­é›»å­éƒµä»¶æ†‘證時發生錯誤。"
+msgstr ""
msgid "There was an error when subscribing to this label."
-msgstr "訂閱此標籤時出ç¾éŒ¯èª¤ã€‚"
+msgstr ""
msgid "There was an error when unsubscribing from this label."
-msgstr "å–消訂閱此標籤時出ç¾éŒ¯èª¤ã€‚"
+msgstr ""
msgid "There was an error while fetching cycle analytics data."
msgstr ""
+msgid "There was an error while fetching cycle analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics duration median data."
+msgstr ""
+
+msgid "There was an error while fetching cycle analytics summary data."
+msgstr ""
+
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
msgid "They can be managed using the %{link}."
-msgstr "å…¶å¯ä»¥ä½¿ç”¨ %{link} 進行管ç†ã€‚"
+msgstr ""
msgid "Third party offers"
-msgstr "第三方æä¾›"
+msgstr ""
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -15726,7 +18797,7 @@ msgid "This %{viewer} could not be displayed because %{reason}. You can %{option
msgstr ""
msgid "This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area."
-msgstr "æ­¤ GitLab 實例ä¸æ供任何分享的執行器。實例管ç†å“¡å¯ä»¥åœ¨ç®¡ç†å“¡å€åŸŸè¨»å†Šåˆ†äº«çš„執行器。"
+msgstr ""
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -15735,19 +18806,19 @@ msgid "This also resolves the discussion"
msgstr ""
msgid "This application was created by %{link_to_owner}."
-msgstr "這個應用程å¼æ˜¯ç”± %{link_to_owner} 建立的。"
+msgstr ""
msgid "This application will be able to:"
-msgstr "此應用程å¼å°‡å¯ä»¥ï¼š"
+msgstr ""
msgid "This block is self-referential"
msgstr ""
msgid "This board's scope is reduced"
-msgstr "已縮å°æ­¤çœ‹æ¿ç¯„åœ"
+msgstr ""
msgid "This branch has changed since you started editing. Would you like to create a new branch?"
-msgstr "自上次編輯以來此分支已經變更éŽã€‚是å¦å»ºç«‹æ–°åˆ†æ”¯ï¼Ÿ"
+msgstr ""
msgid "This chart could not be displayed"
msgstr ""
@@ -15770,14 +18841,11 @@ msgstr ""
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr ""
-msgid "This container registry has been scheduled for deletion."
-msgstr "此容器登入表已經排定刪除。"
-
msgid "This date is after the due date, so this epic won't appear in the roadmap."
-msgstr "此日期晚於çµæŸæ—¥æœŸï¼Œå› æ­¤é€™å€‹ Epic å°‡ä¸æœƒåœ¨é–‹ç™¼è—圖中顯示。"
+msgstr ""
msgid "This date is before the start date, so this epic won't appear in the roadmap."
-msgstr "此日期早於開始日期,因此這個 Epic å°‡ä¸æœƒåœ¨é–‹ç™¼è—圖中顯示。"
+msgstr ""
msgid "This device has already been registered with us."
msgstr ""
@@ -15786,21 +18854,27 @@ msgid "This device has not been registered with us."
msgstr ""
msgid "This diff is collapsed."
-msgstr "此差異已折疊。"
+msgstr ""
msgid "This diff was suppressed by a .gitattributes entry."
msgstr ""
msgid "This directory"
-msgstr "這個資料夾"
+msgstr ""
msgid "This domain is not verified. You will need to verify ownership before access is enabled."
msgstr ""
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
msgid "This environment has no deployments yet."
msgstr ""
-msgid "This feature is in development. Please disable the `job_log_json` feature flag"
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -15810,10 +18884,10 @@ msgid "This field is required."
msgstr ""
msgid "This group"
-msgstr "此群組"
+msgstr ""
msgid "This group does not provide any group Runners yet."
-msgstr "這群組尚未æ供任何群組執行器。"
+msgstr ""
msgid "This group, including all subgroups, projects and git repositories, will only be reachable from the specified IP address range. Multiple addresses are supported with comma delimiters.<br>Example: <code>192.168.0.0/24,192.168.1.0/24</code>. %{read_more_link}."
msgstr ""
@@ -15825,10 +18899,10 @@ msgid "This is a Work in Progress"
msgstr ""
msgid "This is a confidential issue."
-msgstr "這是個隱密å•é¡Œã€‚"
+msgstr ""
msgid "This is a delayed job to run in %{remainingTime}"
-msgstr "這這是一個延é²æ€§çš„工作,將在 %{remainingTime} 後執行"
+msgstr ""
msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
msgstr ""
@@ -15837,7 +18911,7 @@ msgid "This is a security log of important events involving your account."
msgstr ""
msgid "This is the author's first Merge Request to this project."
-msgstr "這是作者第一次åˆä½µè«‹æ±‚至本專案。"
+msgstr ""
msgid "This is the maximum number of users that have existed at the same time since the license started. This is the minimum number of seats you will need to buy when you renew your license."
msgstr ""
@@ -15849,46 +18923,64 @@ msgid "This issue is %{confidentialLinkStart}confidential%{linkEnd} and %{locked
msgstr ""
msgid "This issue is confidential"
-msgstr "這個議題是ä¿å¯†çš„"
+msgstr ""
msgid "This issue is locked."
-msgstr "這個å•é¡Œå·²è¢«éŽ–定。"
+msgstr ""
+
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
-msgstr "這項工作需è¦ä¸Šä¸€å€‹å·¥ä½œæˆåŠŸæ™‚æ‰èƒ½è§¸ç™¼åŸ·è¡Œå·¥ä½œ"
+msgstr ""
msgid "This job does not have a trace."
-msgstr "此工作沒有追蹤。"
+msgstr ""
msgid "This job has been canceled"
-msgstr "此工作已經被å–消"
+msgstr ""
msgid "This job has been skipped"
-msgstr "此工作已經被跳éŽ"
+msgstr ""
msgid "This job has not been triggered yet"
-msgstr "這份作業還沒被觸發"
+msgstr ""
msgid "This job has not started yet"
-msgstr "這份作業還沒有開始執行"
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}."
+msgstr ""
msgid "This job is an out-of-date deployment to %{environmentLink}."
-msgstr "這個工作已經逾時,無法佈署到 %{environmentLink}。"
+msgstr ""
-msgid "This job is an out-of-date deployment to %{environmentLink}. View the most recent deployment %{deploymentLink}."
-msgstr "這個專案已經逾時,無法佈署到 %{environmentLink}。檢視最新的佈署 %{deploymentLink}。"
+msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}."
+msgstr ""
msgid "This job is archived. Only the complete pipeline can be retried."
-msgstr "這個工作已經歸檔。åªèƒ½é‡æ–°åŸ·è¡Œæ•´å€‹ç®¡ç·šã€‚"
+msgstr ""
-msgid "This job is creating a deployment to %{environmentLink} and will overwrite the %{deploymentLink}."
-msgstr "這個工作將佈署到 %{environmentLink} 並將覆蓋既有的佈署 %{deploymentLink}。"
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
msgid "This job is creating a deployment to %{environmentLink}."
-msgstr "這個工作正在佈署到 %{environmentLink}。"
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}."
+msgstr ""
+
+msgid "This job is deployed to %{environmentLink}."
+msgstr ""
msgid "This job is in pending state and is waiting to be picked by a runner"
-msgstr "這份作業ä½æ–¼ç­‰å¾…狀態,等待執行器來執行"
+msgstr ""
msgid "This job is performing tasks that must complete before it can start"
msgstr ""
@@ -15902,11 +18994,11 @@ msgstr ""
msgid "This job is stuck because you don't have any active runners that can run this job."
msgstr ""
-msgid "This job is the most recent deployment to %{link}."
-msgstr "這個工作最近佈署到 %{link}。"
+msgid "This job is waiting for resource: "
+msgstr ""
msgid "This job requires a manual action"
-msgstr "這份作業需è¦æ‰‹å‹•åŸ·è¡Œ"
+msgstr ""
msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
msgstr ""
@@ -15918,22 +19010,25 @@ msgid "This may expose confidential information as the selected fork is in anoth
msgstr ""
msgid "This means you can not push code until you create an empty repository or import existing one."
-msgstr "這代表在您建立一個空的版本庫或是匯入一個ç¾å­˜çš„版本庫之å‰ï¼Œæ‚¨å°‡ç„¡æ³•ä¸Šå‚³æ›´æ–°ã€‚"
+msgstr ""
msgid "This merge request is locked."
-msgstr "這個åˆä½µè«‹æ±‚已被鎖定。"
+msgstr ""
msgid "This namespace has already been taken! Please choose another one."
msgstr ""
msgid "This option is disabled as you don't have write permissions for the current branch"
-msgstr "由於您沒有此分支的寫入權é™ï¼Œå› æ­¤ç¦ç”¨æ­¤é¸é …。"
+msgstr ""
+
+msgid "This option is only available on GitLab.com"
+msgstr ""
msgid "This page is unavailable because you are not allowed to read information across multiple projects."
-msgstr "æ­¤é é¢ä¸å¯ç”¨ï¼Œå› ç‚ºæ‚¨ä¸å…許跨多個專案閱讀訊æ¯ã€‚"
+msgstr ""
msgid "This page will be removed in a future release."
-msgstr "æ­¤é é¢å°‡æœƒåœ¨æœªä¾†ç‰ˆæœ¬ä¸­ç§»é™¤ã€‚"
+msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
msgstr ""
@@ -15941,35 +19036,50 @@ msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
+msgid "This pipeline triggered a child pipeline"
+msgstr ""
+
+msgid "This pipeline was triggered by a parent pipeline"
+msgstr ""
+
msgid "This project"
-msgstr "這個專案"
+msgstr ""
msgid "This project does not belong to a group and can therefore not make use of group Runners."
-msgstr "此專案ä¸å±¬æ–¼ä¸€å€‹ç¾¤çµ„,因此ä¸èƒ½ä½¿ç”¨ç¾¤çµ„執行器。"
+msgstr ""
msgid "This project does not have a wiki homepage yet"
-msgstr "此專案還沒有維基首é "
+msgstr ""
msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "此專案未啟用帳單。如果è¦å»ºç«‹ç¾¤é›†ï¼Œè«‹ <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\"> 啟用帳單 <i class=\"fa fa-external-link\" aria-hidden=\"true\"> 並é‡æ–°å»ºç«‹ç¾¤é›†ã€‚"
+msgstr ""
+
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project path either does not exist or is private."
+msgstr ""
+
+msgid "This project will be removed on %{date}"
+msgstr ""
msgid "This repository"
-msgstr "這個版本庫"
+msgstr ""
msgid "This repository is currently empty. A new Auto DevOps pipeline will be created after a new file has been pushed to a branch."
msgstr ""
msgid "This runner will only run on pipelines triggered on protected branches"
-msgstr "此執行器將åªåŸ·è¡Œè¢«ä¿è­·çš„分支所觸發的管線"
+msgstr ""
msgid "This setting can be overridden in each project."
-msgstr "ç›®å‰è¨­å®šå¯ä»¥åœ¨æ¯å€‹å°ˆæ¡ˆä¸­é€²è¡Œè¤‡å¯«ã€‚"
-
-msgid "This setting will override user notification preferences for all project members."
msgstr ""
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
-msgstr "此設定將更新你用來產生ç§äººæ交æ交的電å­éƒµä»¶çš„主機域å。%{learn_more}"
+msgstr ""
+
+msgid "This subscription is for"
+msgstr ""
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
msgstr ""
@@ -15981,22 +19091,76 @@ msgid "This user has no active %{type} Tokens."
msgstr ""
msgid "This user has no identities"
-msgstr "該使用者沒有身份"
+msgstr ""
msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
-msgstr "此使用者將æˆç‚ºæ´»å‹•æ‘˜è¦ä¸­æ‰€æœ‰äº‹ä»¶çš„作者,例如建立新分支或推é€æ交到ç¾æœ‰åˆ†æ”¯ã€‚"
+msgstr ""
msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches. Upon creation or when reassigning you can only assign yourself to be the mirror user."
-msgstr "此使用者將æˆç‚ºæ´»å‹•æ‘˜è¦ä¸­æ‰€æœ‰äº‹ä»¶çš„作者,例如建立新分支或推é€æ交到ç¾æœ‰åˆ†æ”¯ã€‚在建立或é‡æ–°æŒ‡å®šæ™‚您åªå¯ä»¥å°‡è‡ªå·±æŒ‡å®šç‚ºé¡åƒä½¿ç”¨è€…。"
+msgstr ""
msgid "This will redirect you to an external sign in page."
msgstr ""
-msgid "This will remove the fork relationship to source project"
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
msgstr ""
msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
-msgstr "這裡列出了那些自動æˆç‚ºè­°é¡Œçš„é›»å­éƒµä»¶ï¼ˆå¾žç•™è¨€è®Šæˆçš„é›»å­éƒµä»¶å°è©±ï¼‰"
+msgstr ""
+
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|A Web Application Firewall (WAF) provides monitoring and rules to protect production applications. GitLab adds the modsecurity WAF plug-in when you install the Ingress app in your Kubernetes cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|At this time, threat monitoring only supports WAF data."
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No traffic to display"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch WAF statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall not enabled"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
msgid "Thursday"
msgstr ""
@@ -16008,19 +19172,19 @@ msgid "Time based: Yes"
msgstr ""
msgid "Time before an issue gets scheduled"
-msgstr "議題被列入日程表的時間"
+msgstr ""
msgid "Time before an issue starts implementation"
-msgstr "議題等待開始實作的時間"
+msgstr ""
msgid "Time before enforced"
-msgstr "強制目å‰æ™‚é–“"
+msgstr ""
msgid "Time between merge request creation and merge/close"
-msgstr "åˆä½µè«‹æ±‚從建立到被åˆä½µæˆ–是關閉的時間"
+msgstr ""
msgid "Time estimate"
-msgstr "é è¨ˆæ™‚é–“"
+msgstr ""
msgid "Time from first comment to last commit"
msgstr ""
@@ -16032,186 +19196,183 @@ msgid "Time from last commit to merge"
msgstr ""
msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied."
-msgstr "GitLab 等待外部æœå‹™çš„回應時間(秒)。當æœå‹™æ²’有在時間內回應時,存å–將被拒絕。"
+msgstr ""
msgid "Time remaining"
-msgstr "剩餘時間"
+msgstr ""
msgid "Time spent"
-msgstr "經éŽæ™‚é–“"
+msgstr ""
msgid "Time to merge"
msgstr ""
msgid "Time tracking"
-msgstr "時間追蹤"
+msgstr ""
msgid "Time until first merge request"
-msgstr "第一個åˆä½µè«‹æ±‚被建立å‰çš„時間"
+msgstr ""
msgid "TimeTrackingEstimated|Est"
-msgstr "é ä¼°"
+msgstr ""
msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}"
msgstr ""
msgid "TimeTracking|Estimated:"
-msgstr "é ä¼°ï¼š"
+msgstr ""
msgid "TimeTracking|Over by %{timeRemainingHumanReadable}"
msgstr ""
msgid "TimeTracking|Spent"
-msgstr "已花費:"
+msgstr ""
msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}"
msgstr ""
msgid "Timeago|%s days ago"
-msgstr " %s 天å‰"
+msgstr ""
msgid "Timeago|%s days remaining"
-msgstr "剩下 %s 天"
+msgstr ""
msgid "Timeago|%s hours ago"
-msgstr "%s å°æ™‚å‰"
+msgstr ""
msgid "Timeago|%s hours remaining"
-msgstr "剩下 %s å°æ™‚"
+msgstr ""
msgid "Timeago|%s minutes ago"
-msgstr " %s 分é˜å‰"
+msgstr ""
msgid "Timeago|%s minutes remaining"
-msgstr "剩下 %s 分é˜"
+msgstr ""
msgid "Timeago|%s months ago"
-msgstr " %s 個月å‰"
+msgstr ""
msgid "Timeago|%s months remaining"
-msgstr "剩下 %s 月"
+msgstr ""
msgid "Timeago|%s seconds remaining"
-msgstr "剩下 %s 秒"
+msgstr ""
msgid "Timeago|%s weeks ago"
-msgstr " %s 週å‰"
+msgstr ""
msgid "Timeago|%s weeks remaining"
-msgstr "剩下 %s 週"
+msgstr ""
msgid "Timeago|%s years ago"
-msgstr " %s å¹´å‰"
+msgstr ""
msgid "Timeago|%s years remaining"
-msgstr "剩下 %s 年"
+msgstr ""
msgid "Timeago|1 day ago"
-msgstr "1 天å‰"
+msgstr ""
msgid "Timeago|1 day remaining"
-msgstr "剩下 1 天"
+msgstr ""
msgid "Timeago|1 hour ago"
-msgstr "1 å°æ™‚å‰"
+msgstr ""
msgid "Timeago|1 hour remaining"
-msgstr "剩下 1 å°æ™‚"
+msgstr ""
msgid "Timeago|1 minute ago"
-msgstr "1 分é˜å‰"
+msgstr ""
msgid "Timeago|1 minute remaining"
-msgstr "剩下 1 分é˜"
+msgstr ""
msgid "Timeago|1 month ago"
-msgstr "1 個月å‰"
+msgstr ""
msgid "Timeago|1 month remaining"
-msgstr "剩下 1 個月"
+msgstr ""
msgid "Timeago|1 week ago"
-msgstr "1 週å‰"
+msgstr ""
msgid "Timeago|1 week remaining"
-msgstr "剩下 1 週"
+msgstr ""
msgid "Timeago|1 year ago"
-msgstr "1 å¹´å‰"
+msgstr ""
msgid "Timeago|1 year remaining"
-msgstr "剩下 1 年"
+msgstr ""
msgid "Timeago|Past due"
-msgstr "逾期"
+msgstr ""
msgid "Timeago|in %s days"
-msgstr " %s 天後"
+msgstr ""
msgid "Timeago|in %s hours"
-msgstr " %s å°æ™‚後"
+msgstr ""
msgid "Timeago|in %s minutes"
-msgstr " %s 分é˜å¾Œ"
+msgstr ""
msgid "Timeago|in %s months"
-msgstr " %s 個月後"
+msgstr ""
msgid "Timeago|in %s seconds"
-msgstr " %s 秒後"
+msgstr ""
msgid "Timeago|in %s weeks"
-msgstr " %s 週後"
+msgstr ""
msgid "Timeago|in %s years"
-msgstr " %s 年後"
+msgstr ""
msgid "Timeago|in 1 day"
-msgstr " 1 天後"
+msgstr ""
msgid "Timeago|in 1 hour"
-msgstr " 1 å°æ™‚後"
+msgstr ""
msgid "Timeago|in 1 minute"
-msgstr " 1 分é˜å¾Œ"
+msgstr ""
msgid "Timeago|in 1 month"
-msgstr " 1 個月後"
+msgstr ""
msgid "Timeago|in 1 week"
-msgstr " 1 週後"
+msgstr ""
msgid "Timeago|in 1 year"
-msgstr " 1 年後"
+msgstr ""
msgid "Timeago|just now"
-msgstr "ç¾åœ¨"
+msgstr ""
msgid "Timeago|right now"
-msgstr "立刻"
-
-msgid "Timeframe"
msgstr ""
msgid "Timeout"
-msgstr "逾時"
+msgstr ""
msgid "Time|hr"
msgid_plural "Time|hrs"
-msgstr[0] "å°æ™‚"
+msgstr[0] ""
msgid "Time|min"
msgid_plural "Time|mins"
-msgstr[0] "分é˜"
+msgstr[0] ""
msgid "Time|s"
-msgstr "秒"
+msgstr ""
msgid "Tip:"
-msgstr "æ示:"
+msgstr ""
msgid "Title"
-msgstr "標題"
+msgstr ""
msgid "Title:"
msgstr ""
@@ -16219,6 +19380,9 @@ msgstr ""
msgid "Titles and Filenames"
msgstr ""
+msgid "To"
+msgstr "到"
+
msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
msgstr ""
@@ -16226,52 +19390,52 @@ msgid "To Do"
msgstr ""
msgid "To GitLab"
-msgstr "到 GitLab"
+msgstr ""
msgid "To access this domain create a new DNS record"
msgstr ""
msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
-msgstr "è¦æ–°å¢žSSHå¯†é‘°ï¼Œä½ éœ€è¦ %{generate_link_start}產生一個%{link_end} 或使用 %{existing_link_start}ç¾æœ‰çš„密鑰%{link_end}。"
+msgstr ""
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr ""
msgid "To connect GitHub repositories, you can use a %{personal_access_token_link}. When you create your Personal Access Token, you will need to select the <code>repo</code> scope, so we can display a list of your public and private repositories which are available to connect."
-msgstr "è‹¥è¦é€£ç·šåˆ° GitHub 版本庫,您å¯ä»¥ä½¿ç”¨ %{personal_access_token_link} 連çµã€‚當您建立了您的個人存å–憑證,您將需è¦é¸æ“‡ <code>版本庫</code> 範åœï¼Œæ‰€ä»¥æˆ‘們å¯ä»¥é¡¯ç¤ºæ‚¨å¯ä¾›é€£ç·šçš„公開與ç§äººç‰ˆæœ¬åº«åˆ—表。"
+msgstr ""
msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
msgstr ""
msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:"
-msgstr "è¦é€£ç·š GitHub 版本庫,您首先需è¦æŽˆæ¬Š GitLab å­˜å–您的 GitHub 版本庫列表:"
+msgstr ""
msgid "To connect an SVN repository, check out %{svn_link}."
-msgstr "è‹¥è¦é€£ç·šåˆ°ä¸€å€‹ SVN 版本庫,請åƒé–± %{svn_link}。"
+msgstr ""
msgid "To define internal users, first enable new users set to external"
-msgstr "è¦å®šç¾©å…§éƒ¨ä½¿ç”¨è€…,請先啟用將新使用者設定為外部使用者"
+msgstr ""
msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr "如è¦å•Ÿç”¨ä¸¦æª¢è¦–使用者世代,請到%{application_settings_link_start}應用程å¼è¨­å®š%{application_settings_link_end}。"
+msgstr ""
msgid "To get started you enter your FogBugz URL and login information below. In the next steps, you'll be able to map users and select the projects you want to import."
-msgstr "在開始使用å‰ï¼Œè«‹å…ˆåœ¨ä¸‹é¢è¼¸å…¥æ‚¨çš„ FogBugz 網å€å’Œç™»å…¥è³‡è¨Šã€‚在接下來的步驟中,您將能夠å°æ‡‰ä½¿ç”¨è€…並é¸æ“‡è¦åŒ¯å…¥çš„專案。"
+msgstr ""
msgid "To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}"
-msgstr "首先請先將本é é¢èˆ‡æ‚¨çš„ Jaeger 伺æœå™¨é€£ç·šï¼Œæˆ–者了解一下如何%{link_start_tag}å®‰è£ Jaeger%{link_end_tag}"
+msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
-msgstr "è¦é–‹å§‹ä½¿ç”¨ï¼Œè«‹è¼¸å…¥æ‚¨çš„ Gitea 主機網å€å’Œ %{link_to_personal_token}。"
+msgstr ""
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
-msgstr "為了幫助改進 GitLab åŠå…¶ä½¿ç”¨è€…體驗,GitLab 將定期收集使用者資訊。"
+msgstr ""
msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}"
-msgstr "為了幫助改進 GitLab åŠå…¶ä½¿ç”¨è€…體驗,我們希望定期收集使用者資訊。這å¯ä»¥åœ¨%{settings_link_start}設定%{link_end}隨時變更。%{info_link_start}更多資訊%{link_end}"
+msgstr ""
msgid "To import an SVN repository, check out %{svn_link}."
-msgstr "è¦åŒ¯å…¥SVN存儲庫,請檢視 %{svn_link}。"
+msgstr ""
msgid "To keep this project going, create a new issue"
msgstr ""
@@ -16283,10 +19447,10 @@ msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
-msgstr "è¦å°‡æ•´å€‹ GitLab 專案從å¦ä¸€å€‹ GitLab 上移動或複製到此專案,請至原始專案的設定é é¢ï¼ŒåŒ¯å‡ºæª”案,然後在此處上傳。"
+msgstr ""
msgid "To only use CI/CD features for an external repository, choose <strong>CI/CD for external repo</strong>."
-msgstr "è‹¥è¦åªå°å¤–部版本庫使用 CI / CD 功能,請é¸æ“‡ <strong>為外部版本庫的 CI / CD</strong>"
+msgstr ""
msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
msgstr ""
@@ -16294,7 +19458,7 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
-msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visibility to private."
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr ""
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
@@ -16313,7 +19477,7 @@ msgid "To see this project's operational details, contact an owner of group %{gr
msgstr ""
msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
-msgstr "è‹¥è¦é€éŽèº«ä»½æ供者(例如 Azureã€Oktaã€Oneloginã€Ping Identity 或您自訂的 SAML 2.0 æ供者)設定 SAML èªè­‰ï¼š"
+msgstr ""
msgid "To set up this service:"
msgstr ""
@@ -16322,25 +19486,25 @@ msgid "To specify the notification level per project of a group you belong to, y
msgstr ""
msgid "To start serving your jobs you can add Runners to your group"
-msgstr "è‹¥è¦é–‹å§‹æ供您的工作,您å¯ä»¥å¢žåŠ åŸ·è¡Œå™¨è‡³é€™å€‹ç¾¤çµ„"
+msgstr ""
msgid "To start serving your jobs you can either add specific Runners to your project or use shared Runners"
msgstr ""
msgid "To this GitLab instance"
-msgstr "至此 GitLab 實例"
+msgstr ""
msgid "To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button."
-msgstr "è‹¥è¦é©—證您的 GitLab CI 設定,請å‰å¾€æ‚¨å°ˆæ¡ˆå…§çš„「CI / CD → 管線ã€ï¼Œä¸¦æŒ‰ä¸‹ã€ŒCI Lintã€æŒ‰éˆ•ã€‚"
+msgstr ""
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
-msgstr "如果è¦æª¢è¦–計畫è—圖,請將此群組或其å­ç¾¤çµ„中的æŸå€‹ epics 設定開始或çµæŸæ™‚間。在æ¯æœˆè¨ˆç•«è—圖中,åªé¡¯ç¤ºä¸Šå€‹æœˆã€æœ¬æœˆåŠæŽ¥ä¸‹ä¾†äº”個月的 epic。"
+msgstr ""
msgid "To widen your search, change or remove filters above"
msgstr ""
msgid "To widen your search, change or remove filters."
-msgstr "è‹¥è¦æ“´å¤§æœå°‹ç¯„åœï¼Œè«‹è®Šæ›´æˆ–移除篩é¸å™¨ã€‚"
+msgstr ""
msgid "To-Do List"
msgstr ""
@@ -16349,13 +19513,13 @@ msgid "To-do item successfully marked as done."
msgstr ""
msgid "Today"
-msgstr "今天"
+msgstr ""
msgid "Toggle Markdown preview"
msgstr ""
msgid "Toggle Sidebar"
-msgstr "展開 / 收起å´é‚Šæ¬„"
+msgstr ""
msgid "Toggle backtrace"
msgstr ""
@@ -16367,7 +19531,7 @@ msgid "Toggle comments for this file"
msgstr ""
msgid "Toggle commit description"
-msgstr "切æ›æ交說明"
+msgstr ""
msgid "Toggle commit list"
msgstr ""
@@ -16376,13 +19540,13 @@ msgid "Toggle emoji award"
msgstr ""
msgid "Toggle navigation"
-msgstr "切æ›å°Žèˆªæ¬„"
+msgstr ""
msgid "Toggle project"
msgstr ""
msgid "Toggle sidebar"
-msgstr "切æ›å´é‚Šæ¬„"
+msgstr ""
msgid "Toggle the Performance Bar"
msgstr ""
@@ -16394,10 +19558,10 @@ msgid "Toggle thread"
msgstr ""
msgid "ToggleButton|Toggle Status: OFF"
-msgstr "切æ›ç‹€æ…‹ï¼šé—œé–‰"
+msgstr ""
msgid "ToggleButton|Toggle Status: ON"
-msgstr "切æ›ç‹€æ…‹ï¼šé–‹å•Ÿ"
+msgstr ""
msgid "Toggled :%{name}: emoji award."
msgstr ""
@@ -16406,10 +19570,16 @@ msgid "Toggles :%{name}: emoji award."
msgstr ""
msgid "Tomorrow"
-msgstr "明天"
+msgstr ""
msgid "Too many changes to show."
-msgstr "太多的變更。"
+msgstr ""
+
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
msgid "Topics"
msgstr ""
@@ -16418,31 +19588,37 @@ msgid "Total"
msgstr ""
msgid "Total Contributions"
-msgstr "總計貢ç»"
-
-msgid "Total Time"
-msgstr "總時間"
+msgstr ""
msgid "Total artifacts size: %{total_size}"
msgstr ""
+msgid "Total issues"
+msgstr ""
+
msgid "Total test time for all commits/merges"
-msgstr "åˆä½µ/æ交記錄的總測試時間"
+msgstr ""
+
+msgid "Total weight"
+msgstr ""
msgid "Total: %{total}"
-msgstr "總計: %{total}"
+msgstr ""
+
+msgid "Trace"
+msgstr ""
msgid "Tracing"
-msgstr "追蹤"
+msgstr ""
msgid "Track activity with Contribution Analytics."
-msgstr "追蹤貢ç»åˆ†æžçš„相關動態"
+msgstr ""
msgid "Track groups of issues that share a theme, across projects and milestones"
-msgstr "跟蹤共通主題ã€è·¨å°ˆæ¡ˆå’Œé‡Œç¨‹ç¢‘的議題群組"
+msgstr ""
msgid "Track time with quick actions"
-msgstr "快速使用時間追蹤工具"
+msgstr ""
msgid "Track your GitLab projects with GitLab for Slack."
msgstr ""
@@ -16453,9 +19629,15 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
msgid "TransferGroup|Database is not supported."
msgstr ""
+msgid "TransferGroup|Group contains projects with NPM packages."
+msgstr ""
+
msgid "TransferGroup|Group is already a root group."
msgstr ""
@@ -16483,26 +19665,32 @@ msgstr ""
msgid "TransferProject|Project with same name or path in target namespace already exists"
msgstr ""
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
msgid "TransferProject|Transfer failed, please contact an admin."
msgstr ""
msgid "Tree view"
-msgstr "樹狀顯示"
+msgstr ""
msgid "Trending"
-msgstr "趨勢分æž"
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
msgid "Trigger pipelines for mirror updates"
-msgstr "觸發é¡åƒæ›´æ–°çš„管線"
+msgstr ""
msgid "Trigger pipelines when branches or tags are updated from the upstream repository. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Only enable this if you know they can handle the load."
-msgstr "從上游版本庫更新分支或標記時觸發管線。如果上游版本庫更新頻ç¹ï¼Œé€™å¯èƒ½æœƒå¤§å¤§å¢žåŠ CI執行器的負擔。如果è¦å•Ÿç”¨æ­¤åŠŸèƒ½ï¼Œè«‹å…ˆç¢ºä¿æ‚¨çš„CI執行器處ç†èƒ½åŠ›èƒ½å¤ æ‰¿å—這樣的負擔。"
+msgstr ""
msgid "Trigger removed."
msgstr ""
msgid "Trigger this manual action"
-msgstr "啟動此作業"
+msgstr ""
msgid "Trigger token:"
msgstr ""
@@ -16519,20 +19707,20 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
-msgstr "觸發器å¯ä»¥å¼·åˆ¶ä½¿ç”¨API​​呼å«é‡å»ºç‰¹å®šçš„分支或標記。這些令牌將模仿他們的關è¯ä½¿ç”¨è€…,包括他們å°é …目的訪å•æ¬Šé™ã€‚"
+msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
-msgstr "é€éŽè¿½è¹¤å°æ‡‰ç”¨ç¨‹å¼é€²è¡Œæ•…障排除和監控"
+msgstr ""
msgid "Try again"
-msgstr "é‡è©¦"
+msgstr ""
msgid "Try again?"
msgstr ""
msgid "Try all GitLab has to offer for 30 days."
-msgstr "試用 GitLab 的所有功能 30 天。"
+msgstr ""
msgid "Try to fork again"
msgstr ""
@@ -16553,10 +19741,10 @@ msgid "Turn On"
msgstr ""
msgid "Turn on Service Desk"
-msgstr "é–‹å•Ÿæœå‹™å€"
+msgstr ""
msgid "Twitter"
-msgstr "Twitter"
+msgstr ""
msgid "Two-Factor Authentication"
msgstr ""
@@ -16571,10 +19759,13 @@ msgid "Two-factor Authentication has been disabled for this user"
msgstr ""
msgid "Two-factor authentication"
-msgstr "兩步驟驗證"
+msgstr ""
msgid "Type"
-msgstr "é¡žåž‹"
+msgstr ""
+
+msgid "Type/State"
+msgstr ""
msgid "U2F Devices (%{length})"
msgstr ""
@@ -16583,28 +19774,43 @@ msgid "U2F only works with HTTPS-enabled websites. Contact your administrator fo
msgstr ""
msgid "URL"
-msgstr ""
+msgstr "URL"
msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
msgstr ""
+msgid "URL or request ID"
+msgstr ""
+
msgid "Unable to apply suggestions to a deleted line."
msgstr ""
msgid "Unable to build Slack link."
msgstr ""
+msgid "Unable to collect CPU info"
+msgstr ""
+
+msgid "Unable to collect memory info"
+msgstr ""
+
msgid "Unable to connect to Prometheus server"
msgstr ""
msgid "Unable to connect to server: %{error}"
msgstr ""
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
msgid "Unable to generate new instance ID"
msgstr ""
msgid "Unable to load the diff. %{button_try_again}"
-msgstr "無法載入差異。%{button_try_again}"
+msgstr ""
+
+msgid "Unable to load the merge request widget. Try reloading the page."
+msgstr ""
msgid "Unable to resolve"
msgstr ""
@@ -16616,13 +19822,13 @@ msgid "Unable to schedule a pipeline to run immediately"
msgstr ""
msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
-msgstr "因為「%{reason}ã€ï¼Œæ‰€ä»¥ç„¡æ³•è®“ä½ é€éŽ SAML 登入這個群組。"
+msgstr ""
msgid "Unable to update label prioritization at this time"
msgstr ""
msgid "Unable to update this epic at this time."
-msgstr "ç›®å‰ç„¡æ³•æ›´æ–°æ­¤ epic。"
+msgstr ""
msgid "Unable to update this issue at this time."
msgstr ""
@@ -16630,14 +19836,14 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments and other entities can be created. <strong>Once active this project shows up in the search and on the dashboard.</strong>"
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Undo"
-msgstr "復原"
+msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
@@ -16649,7 +19855,10 @@ msgid "Uninstalling"
msgstr ""
msgid "Unknown"
-msgstr "未知"
+msgstr ""
+
+msgid "Unknown Error"
+msgstr ""
msgid "Unknown encryption strategy: %{encrypted_strategy}!"
msgstr ""
@@ -16664,16 +19873,16 @@ msgid "Unlimited"
msgstr ""
msgid "Unlock"
-msgstr "解鎖"
+msgstr ""
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "解鎖這個%{issuableDisplayName}?<strong>所有人</strong>都å¯ä»¥ç™¼è¡¨ç•™è¨€ã€‚"
+msgstr ""
msgid "Unlocked"
-msgstr "已解鎖"
+msgstr ""
msgid "Unlocked the discussion."
msgstr ""
@@ -16688,43 +19897,40 @@ msgid "Unmarks this %{noun} as Work In Progress."
msgstr ""
msgid "Unresolve discussion"
-msgstr "é‡æ–°è¨Žè«–"
+msgstr ""
msgid "Unresolve thread"
msgstr ""
msgid "Unschedule job"
-msgstr "未排定工作"
+msgstr ""
msgid "Unstage"
-msgstr "å–消暫存"
+msgstr ""
msgid "Unstage all changes"
-msgstr "å–消暫存所有變更"
-
-msgid "Unstage changes"
-msgstr "未暫存的變更"
+msgstr ""
msgid "Unstaged"
-msgstr "未暫存的"
+msgstr ""
msgid "Unstaged %{type}"
-msgstr "未暫存的 %{type}"
+msgstr ""
msgid "Unstaged and staged %{type}"
-msgstr "暫存與未暫存的 %{type}"
+msgstr ""
msgid "Unstar"
-msgstr "å–消收è—"
+msgstr ""
msgid "Unsubscribe"
-msgstr "解除訂閱"
+msgstr ""
msgid "Unsubscribe at group level"
-msgstr "解除群組訂閱"
+msgstr ""
msgid "Unsubscribe at project level"
-msgstr "解除專案訂閱"
+msgstr ""
msgid "Unsubscribe from %{type}"
msgstr ""
@@ -16738,20 +19944,23 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Until that time, the project can be restored."
+msgstr ""
+
msgid "Unverified"
-msgstr "未驗證"
+msgstr ""
msgid "Up to date"
-msgstr "已經是最新"
+msgstr ""
msgid "Upcoming"
-msgstr "å³å°‡é–‹å§‹"
+msgstr ""
msgid "Upcoming Release"
msgstr ""
msgid "Update"
-msgstr "æ›´æ–°"
+msgstr ""
msgid "Update all"
msgstr ""
@@ -16769,13 +19978,13 @@ msgid "Update it"
msgstr ""
msgid "Update now"
-msgstr "ç«‹å³æ›´æ–°"
+msgstr ""
msgid "Update your bookmarked URLs as filtered/sorted branches URL has been changed."
msgstr ""
msgid "Update your group name, description, avatar, and visibility."
-msgstr "更新你的群組å稱ã€èªªæ˜Žã€é ­åƒåŠå¯è¦‹æ€§ã€‚"
+msgstr ""
msgid "Update your project name, topics, description and avatar."
msgstr ""
@@ -16798,11 +20007,14 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated at"
+msgstr ""
+
msgid "Updated to"
msgstr ""
msgid "Updating"
-msgstr "更新中"
+msgstr ""
msgid "Upgrade plan to unlock Canary Deployments feature"
msgstr ""
@@ -16811,34 +20023,31 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Global Search."
-msgstr "å‡ç´šæ‚¨çš„方案以啟用進階全域æœå°‹ã€‚"
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr ""
msgid "Upgrade your plan to activate Contribution Analytics."
-msgstr "å‡ç´šæ‚¨çš„方案以啟用貢ç»åˆ†æžã€‚"
+msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
-msgstr "å‡ç´šä½ çš„方案以啟用群組 Webhook。"
-
-msgid "Upgrade your plan to activate Issue weight."
-msgstr "å‡ç´šæ‚¨çš„方案以啟用議題權é‡ã€‚"
+msgstr ""
msgid "Upgrade your plan to improve Issue boards."
-msgstr "å‡ç´šæ‚¨çš„方案以改善議題看æ¿ã€‚"
+msgstr ""
msgid "Upgrade your plan to improve Merge Requests."
msgstr ""
msgid "Upload <code>GoogleCodeProjectHosting.json</code> here:"
-msgstr "在這裡上傳 <code>GoogleCodeProjectHosting.json</code>:"
+msgstr ""
msgid "Upload CSV file"
msgstr ""
msgid "Upload New File"
-msgstr "上傳新檔案"
+msgstr ""
msgid "Upload a certificate for your domain with all intermediates"
msgstr ""
@@ -16847,16 +20056,13 @@ msgid "Upload a private key for your certificate"
msgstr ""
msgid "Upload file"
-msgstr "上傳檔案"
-
-msgid "Upload file does not exist"
msgstr ""
msgid "Upload object map"
msgstr ""
msgid "UploadLink|click to upload"
-msgstr "點é¸ä¸Šå‚³"
+msgstr ""
msgid "Uploaded on"
msgstr ""
@@ -16870,20 +20076,23 @@ msgstr ""
msgid "Upstream"
msgstr ""
+msgid "Uptime"
+msgstr ""
+
msgid "Upvotes"
-msgstr "è´Š"
+msgstr ""
msgid "Usage"
msgstr ""
msgid "Usage ping is not enabled"
-msgstr "使用情æ³åµæ¸¬æœªå•Ÿå‹•"
+msgstr ""
msgid "Usage quotas help link"
msgstr ""
msgid "Usage statistics"
-msgstr "使用情形統計資料"
+msgstr ""
msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage"
msgstr ""
@@ -16937,10 +20146,10 @@ msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%
msgstr ""
msgid "Use <code>%{native_redirect_uri}</code> for local tests"
-msgstr "使用 <code>%{native_redirect_uri}</code> 進行本機測試"
+msgstr ""
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
-msgstr "使用æœå‹™å°åœ¨ GitLab 內部é€éŽé›»å­éƒµä»¶èˆ‡ä½¿ç”¨è€…è¯çµ¡ (例如æ供客戶æœå‹™)"
+msgstr ""
msgid "Use a hardware device to add the second factor of authentication."
msgstr ""
@@ -16949,29 +20158,38 @@ msgid "Use an one time password authenticator on your mobile device or computer
msgstr ""
msgid "Use group milestones to manage issues from multiple projects in the same milestone."
-msgstr "使用群組里程碑從多個專案中於åŒä¸€å€‹é‡Œç¨‹ç¢‘管ç†è­°é¡Œã€‚"
+msgstr ""
+
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed projects. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance."
+msgstr ""
msgid "Use one line per URI"
-msgstr "æ¯å€‹ URL 使用一行"
+msgstr ""
msgid "Use template"
-msgstr "使用模æ¿"
+msgstr ""
msgid "Use the following registration token during setup:"
-msgstr "在安è£éŽç¨‹ä¸­ä½¿ç”¨æ­¤è¨»å†Šæ†‘è­‰:"
+msgstr ""
msgid "Use your global notification setting"
-msgstr "使用全域通知設定"
+msgstr ""
msgid "Use your smart card to authenticate with the LDAP server."
msgstr ""
msgid "Used by members to sign in to your group in GitLab"
-msgstr "用來讓æˆå“¡ç™»å…¥æ‚¨åœ¨ GitLab 的群組"
+msgstr ""
msgid "Used to help configure your identity provider"
msgstr ""
+msgid "User"
+msgstr ""
+
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -16979,16 +20197,16 @@ msgid "User %{username} was successfully removed."
msgstr ""
msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr "使用者群組åªåœ¨å•Ÿç”¨ %{usage_ping_link_start} 使用情æ³åµæ¸¬ %{usage_ping_link_end} 時顯示。"
+msgstr ""
msgid "User OAuth applications"
msgstr ""
msgid "User Settings"
-msgstr "使用者設定"
+msgstr ""
msgid "User and IP Rate Limits"
-msgstr "使用者與 IP 速率é™åˆ¶"
+msgstr ""
msgid "User identity was successfully created."
msgstr ""
@@ -17003,11 +20221,14 @@ msgid "User key was successfully removed."
msgstr ""
msgid "User map"
-msgstr "使用者地圖"
+msgstr ""
msgid "User pipeline minutes were successfully reset."
msgstr ""
+msgid "User restrictions"
+msgstr ""
+
msgid "User settings"
msgstr ""
@@ -17074,7 +20295,7 @@ msgstr ""
msgid "UserOnboardingTour|Here you can compare the changes of this branch to another one. Changes are divided by files so that it's easier to see what was changed where."
msgstr ""
-msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Choose a way to create a project and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
+msgid "UserOnboardingTour|Here you can create a project from scratch, start with a template or import a repository from other platforms. Whatever you choose, we'll guide you through the process.%{lineBreak}%{lineBreak}Fill in your new project information and click on %{emphasisStart}Create Project%{emphasisEnd} to progress to the next step."
msgstr ""
msgid "UserOnboardingTour|Here you can see the breakdown of the pipelines: its stages and jobs in each of the stages and their status.%{lineBreak}%{lineBreak}Our CI/CD pipelines are quite complex, most of our users have fewer and simpler pipelines."
@@ -17086,13 +20307,13 @@ msgstr ""
msgid "UserOnboardingTour|Here you can see what changes were made with this commit, on what branch and if there's a related merge request. The status of the pipeline will also show up if CI/CD is set up.%{lineBreak}%{lineBreak}You can also comment on the lines of code that were changed and start a discussion with your colleagues!"
msgstr ""
-msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request, from a branch or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
+msgid "UserOnboardingTour|Here's an overview of branches in the %{emphasisStart}%{projectName}%{emphasisEnd} project. They're split into Active and Stale.%{lineBreak}%{lineBreak}From here, you can create a new merge request from a branch, or compare the branch to any other branch in the project. By default, it will compare it to the master branch."
msgstr ""
msgid "UserOnboardingTour|Invite colleagues"
msgstr ""
-msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progess in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks like when the list is filtered by a label."
+msgid "UserOnboardingTour|Issues are great for communicating and keeping track of progress in GitLab. These are all issues that are open in the %{emphasisStart}%{projectName}%{emphasisEnd}.%{lineBreak}%{lineBreak}You can help us improve GitLab by contributing work to issues that are labeled <span class=\"badge color-label accept-mr-label\">Accepting merge requests</span>.%{lineBreak}%{lineBreak}This list can be filtered by labels, milestones, assignees, authors... We'll show you how it looks when the list is filtered by a label."
msgstr ""
msgid "UserOnboardingTour|Learn GitLab"
@@ -17125,25 +20346,28 @@ msgstr ""
msgid "UserOnboardingTour|Skip this step"
msgstr ""
-msgid "UserOnboardingTour|Sweet! Your project was created is is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
+msgid "UserOnboardingTour|Sweet! Your project was created and is ready to be used.%{lineBreak}%{lineBreak}You can start adding files to the repository or clone it. One last thing we want to show you is how to invite your colleagues to your new project."
msgstr ""
msgid "UserOnboardingTour|Take a look. Here's a nifty menu for quickly creating issues, merge requests, snippets, projects and groups. Click on it and select \"New project\" from the \"GitLab\" section to get started."
msgstr ""
+msgid "UserOnboardingTour|Thanks for taking the guided tour. Remember, if you want to go through it again, you can start %{emphasisStart}Learn GitLab%{emphasisEnd} in the help menu on the top right."
+msgstr ""
+
msgid "UserOnboardingTour|Thanks for the feedback! %{thumbsUp}"
msgstr ""
msgid "UserOnboardingTour|That's it for issues. Let'st take a look at %{emphasisStart}Merge Requests%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|That's it for merge requests. Now for the finla part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
+msgid "UserOnboardingTour|That's it for merge requests. Now for the final part of this guided tour - the %{emphasisStart}CI/CD%{emphasisEnd}."
msgstr ""
msgid "UserOnboardingTour|That's it for the Repository. Let's take a look at the %{emphasisStart}Issues%{emphasisEnd}."
msgstr ""
-msgid "UserOnboardingTour|The structure of this page is very similar to the one of issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Below, alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
+msgid "UserOnboardingTour|The structure of this page is very similar to issues. Status, description, discussion and the sidebar are all here.%{lineBreak}%{lineBreak}But take a look below the description and you'll notice that there's more information about the merge request, the CI/CD pipeline and the options for approving it.%{lineBreak}%{lineBreak}Alongside the discussion you can also see more information about commits in this merge request, the status of pipelines and review all changes that were made."
msgstr ""
msgid "UserOnboardingTour|There's a lot of information here but don't worry, we'll go through it.%{lineBreak}%{lineBreak}On the top you can see the status of the issue and when it was opened and by whom. Directly below it is the issue description and below that are other %{emphasisStart}related issues%{emphasisEnd} and %{emphasisStart}merge requests%{emphasisEnd} (if any). Then below that is the %{emphasisStart}discussion%{emphasisEnd}, that's where most of the communication happens.%{lineBreak}%{lineBreak}On the right, there's a sidebar where you can view/change the %{emphasisStart}assignee, milestone, due date, labels, weight%{emphasisEnd}, etc."
@@ -17158,29 +20382,32 @@ msgstr ""
msgid "UserOnboardingTour|This is an overview of all merge requests in this project. Similarly to the issues overview it can be filtered down by things like labels, milestones, authors, assignees, etc."
msgstr ""
-msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore around and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure, you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down, below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
+msgid "UserOnboardingTour|This is the repository for the %{emphasisStart}%{projectName}%{emphasisEnd} project. All our code is stored here. Feel free to explore and take a closer look at folders and files.%{lineBreak}%{lineBreak}Above the file structure you can see the latest commit, who the author is and the status of the CI/CD pipeline.%{lineBreak}%{lineBreak}If you scroll down below the file structure, you'll find the Readme of this project. This is defined in the README.md file at the root of the repository."
msgstr ""
-msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaboreate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgid "UserOnboardingTour|Welcome to the project overview of the %{emphasisStart}%{projectName}%{emphasisEnd} project. This is the project that we use to work on GitLab. At first, a project seems like a simple repository, but at GitLab, a project is so much more.%{lineBreak}%{lineBreak}You can create projects for hosting your codebase, use it as an issue tracker, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
msgstr ""
msgid "UserProfile|Activity"
-msgstr "活動"
+msgstr ""
msgid "UserProfile|Already reported for abuse"
-msgstr "已回報濫用"
+msgstr ""
+
+msgid "UserProfile|Blocked user"
+msgstr ""
msgid "UserProfile|Contributed projects"
-msgstr "è²¢ç»çš„專案"
+msgstr ""
msgid "UserProfile|Edit profile"
-msgstr "編輯個人資料"
+msgstr ""
msgid "UserProfile|Explore public groups to find projects to contribute to."
msgstr ""
msgid "UserProfile|Groups"
-msgstr "群組"
+msgstr ""
msgid "UserProfile|Groups are the best way to manage projects and members."
msgstr ""
@@ -17189,22 +20416,22 @@ msgid "UserProfile|Join or create a group to start contributing by commenting on
msgstr ""
msgid "UserProfile|Most Recent Activity"
-msgstr "最新活動"
+msgstr ""
msgid "UserProfile|No snippets found."
msgstr ""
msgid "UserProfile|Overview"
-msgstr "概覽"
+msgstr ""
msgid "UserProfile|Personal projects"
-msgstr "個人專案"
+msgstr ""
msgid "UserProfile|Report abuse"
-msgstr "回報濫用行為"
+msgstr ""
msgid "UserProfile|Snippets"
-msgstr "程å¼ç¢¼ç‰‡æ®µ"
+msgstr ""
msgid "UserProfile|Snippets in GitLab can either be private, internal, or public."
msgstr ""
@@ -17216,13 +20443,13 @@ msgid "UserProfile|Starred projects"
msgstr ""
msgid "UserProfile|Subscribe"
-msgstr "訂閱"
+msgstr ""
msgid "UserProfile|This user doesn't have any personal projects"
msgstr ""
msgid "UserProfile|This user has a private profile"
-msgstr "此使用者具有ç§äººæª”案"
+msgstr ""
msgid "UserProfile|This user hasn't contributed to any projects"
msgstr ""
@@ -17230,11 +20457,14 @@ msgstr ""
msgid "UserProfile|This user hasn't starred any projects"
msgstr ""
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
msgid "UserProfile|View all"
-msgstr "檢視全部"
+msgstr ""
msgid "UserProfile|View user in admin area"
-msgstr "在管ç†å€åŸŸä¸­æª¢è¦–使用者"
+msgstr ""
msgid "UserProfile|You can create a group for several dependent projects."
msgstr ""
@@ -17257,11 +20487,17 @@ msgstr ""
msgid "Username is available."
msgstr ""
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
msgid "Username or email"
msgstr ""
msgid "Users"
-msgstr "使用者"
+msgstr ""
+
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
msgid "Users outside of license"
msgstr ""
@@ -17315,34 +20551,46 @@ msgid "Variables"
msgstr ""
msgid "Various container registry settings."
-msgstr "å„種容器的登入表設定。"
+msgstr ""
msgid "Various email settings."
-msgstr "å„種電å­ä¿¡ç®±è¨­å®šã€‚"
+msgstr ""
msgid "Various localization settings."
msgstr ""
msgid "Various settings that affect GitLab performance."
-msgstr "å„種會影響 GitLab 效能的設定。"
+msgstr ""
msgid "Verification information"
-msgstr "èªè­‰è³‡è¨Š"
+msgstr ""
msgid "Verification status"
msgstr ""
msgid "Verified"
-msgstr "已驗證"
+msgstr ""
+
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
msgid "Version"
-msgstr "版本"
+msgstr ""
msgid "Very helpful"
msgstr ""
-msgid "View app"
-msgstr "檢視應用程å¼"
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
msgid "View dependency details for your project"
msgstr ""
@@ -17360,49 +20608,59 @@ msgid "View eligible approvers"
msgstr ""
msgid "View epics list"
-msgstr "檢視 Epic 列表"
+msgstr ""
+
+msgid "View exposed artifact"
+msgid_plural "View %d exposed artifacts"
+msgstr[0] ""
msgid "View file @ "
-msgstr "ç€è¦½æª”案 @ "
+msgstr ""
msgid "View full dashboard"
msgstr ""
msgid "View group labels"
-msgstr "檢視群組標籤"
+msgstr ""
-msgid "View in Sentry"
+msgid "View issue"
msgstr ""
msgid "View it on GitLab"
-msgstr "在 GitLab 上檢視"
+msgstr ""
msgid "View job"
msgstr ""
-msgid "View job trace"
+msgid "View job log"
msgstr ""
msgid "View jobs"
-msgstr "檢視工作"
+msgstr ""
msgid "View labels"
-msgstr "顯示標籤"
+msgstr ""
msgid "View log"
-msgstr "檢視記錄"
+msgstr ""
msgid "View open merge request"
-msgstr "檢視此分支的åˆä½µè«‹æ±‚"
+msgstr ""
+
+msgid "View project"
+msgstr ""
msgid "View project labels"
-msgstr "檢視專案標籤"
+msgstr ""
msgid "View replaced file @ "
-msgstr "檢視已å–代檔案 @ "
+msgstr ""
msgid "View the documentation"
-msgstr "檢視檔案"
+msgstr ""
+
+msgid "View the latest successful deployment to this environment"
+msgstr ""
msgid "Viewing commit"
msgstr ""
@@ -17411,13 +20669,13 @@ msgid "Visibility"
msgstr ""
msgid "Visibility and access controls"
-msgstr "å¯è¦‹æ€§èˆ‡å­˜å–控制"
+msgstr ""
msgid "Visibility level"
-msgstr "å¯è¦–級別"
+msgstr ""
msgid "Visibility level:"
-msgstr "å¯è¦‹ç­‰ç´šï¼š"
+msgstr ""
msgid "Visibility settings have been disabled by the administrator."
msgstr ""
@@ -17426,19 +20684,19 @@ msgid "Visibility, project features, permissions"
msgstr ""
msgid "Visibility:"
-msgstr "å¯è¦‹æ€§ï¼š"
+msgstr ""
msgid "VisibilityLevel|Internal"
-msgstr "內部"
+msgstr ""
msgid "VisibilityLevel|Private"
-msgstr "ç§äºº"
+msgstr ""
msgid "VisibilityLevel|Public"
-msgstr "公開"
+msgstr ""
msgid "VisibilityLevel|Unknown"
-msgstr "ä¸æ˜Ž"
+msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
msgstr ""
@@ -17446,19 +20704,16 @@ msgstr ""
msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. Open the Review App and provide a %{linkStart}personal access token%{linkEnd}."
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
msgstr ""
-msgid "VisualReviewApp|%{stepStart}Step 5%{stepEnd}. Leave feedback in the Review App."
+msgid "VisualReviewApp|Copy merge request ID"
msgstr ""
-msgid "VisualReviewApp|Copy merge request ID to clipboard"
-msgstr ""
-
-msgid "VisualReviewApp|Copy script to clipboard"
+msgid "VisualReviewApp|Copy script"
msgstr ""
msgid "VisualReviewApp|Enable Visual Reviews"
@@ -17482,61 +20737,64 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
-msgid "Vulnerability-Check requires one or more merge request approvals only if high or critical security vulnerabilities are detected."
+msgid "Vulnerability-Check"
msgstr ""
msgid "VulnerabilityChart|%{formattedStartDate} to today"
msgstr ""
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
msgid "Vulnerability|Class"
-msgstr "é¡žåž‹"
+msgstr ""
msgid "Vulnerability|Confidence"
-msgstr "機密"
+msgstr ""
msgid "Vulnerability|Description"
-msgstr "說明"
+msgstr ""
msgid "Vulnerability|File"
-msgstr "檔案"
+msgstr ""
msgid "Vulnerability|Identifiers"
-msgstr "標示"
+msgstr ""
msgid "Vulnerability|Image"
msgstr ""
msgid "Vulnerability|Instances"
-msgstr "實例"
+msgstr ""
msgid "Vulnerability|Links"
-msgstr "連çµ"
+msgstr ""
msgid "Vulnerability|Namespace"
msgstr ""
msgid "Vulnerability|Project"
-msgstr "專案"
+msgstr ""
msgid "Vulnerability|Report Type"
msgstr ""
msgid "Vulnerability|Severity"
-msgstr "åš´é‡æ€§"
+msgstr ""
+
+msgid "WIP"
+msgstr ""
-msgid "Wait for the source to load to copy it to the clipboard"
+msgid "Wait for the file to load to copy its contents"
msgstr ""
msgid "Waiting for performance data"
msgstr ""
msgid "Want to see the data? Please ask an administrator for access."
-msgstr "權é™ä¸è¶³ã€‚如需檢視相關資料,請å‘管ç†å“¡ç”³è«‹æ¬Šé™ã€‚"
-
-msgid "We can't find an epic that matches what you are looking for."
msgstr ""
-msgid "We can't find an issue that matches what you are looking for."
+msgid "Warning:"
msgstr ""
msgid "We could not determine the path to remove the epic"
@@ -17545,14 +20803,20 @@ msgstr ""
msgid "We could not determine the path to remove the issue"
msgstr ""
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
msgid "We created a short guided tour that will help you learn the basics of GitLab and how it will help you be better at your job. It should only take a couple of minutes. You will be guided by two types of helpers, best recognized by their color."
msgstr ""
msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed."
-msgstr "我們åµæ¸¬åˆ° %{humanized_resource_name} 潛在垃圾郵件。請驗證 reCAPTCHA 之後å†ç¹¼çºŒã€‚"
+msgstr ""
msgid "We don't have enough data to show this stage."
-msgstr "應該階段的資料ä¸è¶³è€Œç„¡æ³•é¡¯ç¤ºç›¸é—œè³‡è¨Š"
+msgstr ""
+
+msgid "We have found the following errors:"
+msgstr ""
msgid "We heard back from your U2F device. You have been authenticated."
msgstr ""
@@ -17561,16 +20825,19 @@ msgid "We sent you an email with reset password instructions"
msgstr ""
msgid "We want to be sure it is you, please confirm you are not a robot."
-msgstr "我們è¦ç¢ºå®šä½ ä¸æ˜¯æ©Ÿå™¨äººã€‚"
+msgstr ""
+
+msgid "We've found no vulnerabilities"
+msgstr ""
msgid "Web IDE"
-msgstr "ç¶²é  IDE"
+msgstr ""
msgid "Web Terminal"
msgstr ""
msgid "Web terminal"
-msgstr "網é çµ‚端器"
+msgstr ""
msgid "Webhooks"
msgstr ""
@@ -17579,19 +20846,28 @@ msgid "Webhooks Help"
msgstr ""
msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group."
-msgstr "Webhooks å…許你觸發 URL,例如推é€äº†æ–°çš„程å¼ç¢¼ã€æˆ–是建立了新的議題。您å¯ä»¥è¨­å®š Webhook 以監è½æŒ‡å®šçš„活動,例如推é€ã€è­°é¡Œæˆ–åˆä½µè«‹æ±‚。群組 Webhooks 將套用至群組中的所有專案,å…許你è¦ç¯„整個群組中的 Webhook 的功能。"
+msgstr ""
msgid "Wednesday"
msgstr ""
msgid "Weeks"
-msgstr "週"
+msgstr ""
msgid "Weight"
-msgstr "權é‡"
+msgstr ""
msgid "Weight %{weight}"
-msgstr "æ¬Šé‡ %{weight}"
+msgstr ""
+
+msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
+msgstr ""
+
+msgid "Welcome to GitLab"
+msgstr ""
+
+msgid "Welcome to GitLab %{name}!"
+msgstr ""
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
@@ -17603,13 +20879,16 @@ msgid "What are you searching for?"
msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
-msgstr "當執行器被鎖定,其將ä¸èƒ½è¢«å…¶ä»–專案指定。"
+msgstr ""
+
+msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
msgid "When enabled, users cannot use GitLab until the terms have been accepted."
-msgstr "當啟用,使用者在接å—æ¢æ¬¾ä¹‹å‰éƒ½ä¸èƒ½ä½¿ç”¨ GitLab。"
+msgstr ""
msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
-msgstr "當 URL 留空時,還是å¯ä»¥æŒ‡å®šåˆ†é¡žæ¨™ç±¤ï¼Œè€Œä¸”ä¸å¿…åœç”¨è·¨å°ˆæ¡ˆåŠŸèƒ½æˆ–執行外部授權檢查。"
+msgstr ""
msgid "When this merge request is accepted"
msgid_plural "When these merge requests are accepted"
@@ -17621,17 +20900,32 @@ msgstr ""
msgid "When:"
msgstr ""
+msgid "While it's rare to have no vulnerabilities for your group, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities for your project, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
msgid "White helpers give contextual information."
msgstr ""
msgid "Whitelist to allow requests to the local network from hooks and services"
msgstr ""
+msgid "Who can be an approver?"
+msgstr ""
+
msgid "Who can see this group?"
-msgstr "誰å¯ä»¥çœ‹åˆ°é€™å€‹ç¾¤çµ„?"
+msgstr ""
msgid "Who will be able to see this group?"
-msgstr "誰å¯ä»¥çœ‹åˆ°é€™å€‹ç¾¤çµ„?"
+msgstr ""
msgid "Wiki"
msgstr "Wiki"
@@ -17643,91 +20937,91 @@ msgid "Wiki was successfully updated."
msgstr ""
msgid "WikiClone|Clone your wiki"
-msgstr "複製您的 Wiki"
+msgstr ""
msgid "WikiClone|Git Access"
-msgstr "Git 讀å–"
+msgstr ""
msgid "WikiClone|Install Gollum"
-msgstr "å®‰è£ Gollum"
+msgstr ""
msgid "WikiClone|It is recommended to install %{markdown} so that GFM features render locally:"
-msgstr "æŽ¨è–¦å®‰è£ %{markdown}ï¼Œé€™æ¨£å°±èƒ½åœ¨æœ¬æ©Ÿç«¯å‘ˆç¾ GFM 效果:"
+msgstr ""
msgid "WikiClone|Start Gollum and edit locally"
-msgstr "開始你的 Gollum 並在本機編輯。"
+msgstr ""
msgid "WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title."
-msgstr "æ示:你å¯ä»¥åœ¨æ¨™é¡Œé–‹é ­åŠ ä¸Šè·¯å¾‘,這將會移動這個é é¢ã€‚"
+msgstr ""
msgid "WikiEdit|There is already a page with the same title in that path."
-msgstr "在該路徑中已經有相åŒæ¨™é¡Œçš„é é¢ã€‚"
+msgstr ""
msgid "WikiEmptyIssueMessage|Suggest wiki improvement"
-msgstr "建議 Wiki 改善"
+msgstr ""
msgid "WikiEmptyIssueMessage|You must be a project member in order to add wiki pages. If you have suggestions for how to improve the wiki for this project, consider opening an issue in the %{issues_link}."
-msgstr "您必須是專案æˆå“¡æ‰èƒ½å»ºç«‹ Wiki é é¢ã€‚如果你有為此專案改善 Wiki 的建議,請考慮在 %{issues_link} 開啟一個議題。"
+msgstr ""
msgid "WikiEmptyIssueMessage|issue tracker"
-msgstr "議題追蹤器"
+msgstr ""
msgid "WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on."
-msgstr "å¯ä»¥å„²å­˜æ‚¨å°ˆæ¡ˆçš„所有詳情。這å¯ä»¥åŒ…å«æ‚¨å»ºç«‹ä»–的原因ã€åŽŸç†ã€å¦‚何使用等等。"
+msgstr ""
msgid "WikiEmpty|Create your first page"
-msgstr "建立您的第一個é é¢"
+msgstr ""
msgid "WikiEmpty|Suggest wiki improvement"
-msgstr "建議 Wiki 改善"
+msgstr ""
msgid "WikiEmpty|The wiki lets you write documentation for your project"
-msgstr "Wiki å…許您為您的專案撰寫檔案"
+msgstr ""
msgid "WikiEmpty|This project has no wiki pages"
-msgstr "此專案沒有任何 Wiki é é¢"
+msgstr ""
msgid "WikiEmpty|You must be a project member in order to add wiki pages."
-msgstr "您必須是專案æˆå“¡æ‰èƒ½å»ºç«‹ Wiki é é¢ã€‚"
+msgstr ""
msgid "WikiHistoricalPage|This is an old version of this page."
-msgstr "這個é é¢è¼ƒèˆŠçš„版本。"
+msgstr ""
msgid "WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}."
-msgstr "ä½ å¯ä»¥æª¢è¦– %{most_recent_link} 或是ç€è¦½ %{history_link} 。"
+msgstr ""
msgid "WikiHistoricalPage|history"
-msgstr "æ­·å²"
+msgstr ""
msgid "WikiHistoricalPage|most recent version"
-msgstr "最新版本"
+msgstr ""
msgid "WikiMarkdownDocs|More examples are in the %{docs_link}"
-msgstr "更多範例在 %{docs_link}"
+msgstr ""
msgid "WikiMarkdownDocs|documentation"
-msgstr "檔案"
+msgstr ""
msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}"
-msgstr "è‹¥è¦é€£çµåˆ°ä¸€å€‹æ–°çš„é é¢ï¼Œåªè¦ç°¡å–®çš„輸入 %{link_example}。"
+msgstr ""
msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
-msgstr "å°æ示: ä½ å¯ä»¥æŒ‡å®šæ–°æª”案的絕å°è·¯å¾‘。我們會自動建立所有ä¸å­˜åœ¨çš„資料夾。"
+msgstr ""
msgid "WikiPageConfirmDelete|Are you sure you want to delete this page?"
-msgstr "你確定è¦åˆªé™¤é€™å€‹é é¢ï¼Ÿ"
+msgstr ""
msgid "WikiPageConfirmDelete|Delete page"
-msgstr "刪除é é¢"
+msgstr ""
msgid "WikiPageConfirmDelete|Delete page %{pageTitle}?"
-msgstr "刪除 %{pageTitle} é é¢ï¼Ÿ"
+msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{page_link} and make sure your changes will not unintentionally remove theirs."
-msgstr "æŸå€‹äººåœ¨åŒä¸€æ™‚間跟你一起編輯了這個é é¢ã€‚請檢查 %{page_link} 並確定你的變更並沒有被他們無æ„中移除。"
+msgstr ""
msgid "WikiPageConflictMessage|the page"
-msgstr "æ­¤é é¢"
+msgstr ""
msgid "WikiPageCreate|Create %{pageTitle}"
msgstr ""
@@ -17736,61 +21030,64 @@ msgid "WikiPageEdit|Update %{pageTitle}"
msgstr ""
msgid "WikiPage|Write your content or drag files here…"
-msgstr "填寫內容或拖曳檔案至此…"
+msgstr ""
msgid "Wiki|Create New Page"
msgstr ""
msgid "Wiki|Create page"
-msgstr "建立é é¢"
+msgstr ""
msgid "Wiki|Created date"
msgstr ""
msgid "Wiki|Edit Page"
-msgstr "編輯é é¢"
+msgstr ""
msgid "Wiki|More Pages"
-msgstr "更多é é¢"
+msgstr ""
msgid "Wiki|New page"
-msgstr "æ–°é é¢"
+msgstr ""
msgid "Wiki|Page history"
-msgstr "æ­·å²é é¢"
+msgstr ""
msgid "Wiki|Page title"
msgstr ""
msgid "Wiki|Page version"
-msgstr "é é¢ç‰ˆæœ¬"
+msgstr ""
msgid "Wiki|Pages"
-msgstr "é é¢"
+msgstr ""
msgid "Wiki|Title"
msgstr ""
msgid "Wiki|Wiki Pages"
-msgstr "維基é é¢"
+msgstr ""
msgid "Will deploy to"
msgstr ""
msgid "With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members."
-msgstr "é€éŽè²¢ç»åˆ†æžï¼Œæ‚¨å¯ä»¥å–得活動概覽,其包å«äº†æ‚¨çš„組織和其æˆå“¡çš„è­°é¡Œã€åˆä½µè«‹æ±‚與推é€æ´»å‹•ã€‚"
+msgstr ""
msgid "Withdraw Access Request"
-msgstr "å–消權é™ç”³è«‹"
+msgstr ""
+
+msgid "Work in Progress Limit"
+msgstr ""
msgid "Workflow Help"
msgstr ""
msgid "Write"
-msgstr "寫"
+msgstr ""
msgid "Write a comment or drag your files here…"
-msgstr "寫評論或拖動你的文件到這裡"
+msgstr ""
msgid "Write a comment…"
msgstr ""
@@ -17801,6 +21098,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
@@ -17811,19 +21111,19 @@ msgid "Yes or No"
msgstr ""
msgid "Yes, add it"
-msgstr "是的,新增它"
+msgstr ""
msgid "Yes, let me map Google Code users to full names or GitLab users."
-msgstr "是的,讓我將 Google Code 使用者å°æ‡‰åˆ°å…¨å或 GitLab 使用者。"
+msgstr ""
msgid "Yesterday"
-msgstr "昨天"
+msgstr ""
msgid "You"
-msgstr ""
+msgstr "您"
msgid "You are an admin, which means granting access to <strong>%{client_name}</strong> will allow them to interact with GitLab as an admin as well. Proceed with caution."
-msgstr "您是一å管ç†å“¡ï¼Œé€™æ„味著如果授予 <strong>%{client_name}</strong> 訪å•æ¬Šé™ï¼Œå°‡å…許他們作為管ç†å“¡èˆ‡GitLab進行互動。請謹慎行事。"
+msgstr ""
msgid "You are attempting to delete a file that has been previously updated."
msgstr ""
@@ -17838,31 +21138,34 @@ msgid "You are going to remove %{group_name}, this will also remove all of its s
msgstr ""
msgid "You are going to remove %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "å°‡è¦åˆªé™¤ %{project_full_name}。被刪除的專案無法復原ï¼çœŸçš„「確定ã€è¦é€™éº¼åšå—Žï¼Ÿ"
+msgstr ""
-msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?"
-msgstr "å°‡è¦åˆªé™¤æœ¬åˆ†æ”¯å°ˆæ¡ˆèˆ‡ä¸»å¹¹ %{forked_from_project} 的所有關è¯ã€‚ 真的「確定ã€è¦é€™éº¼åšå—Žï¼Ÿ"
+msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
+msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
-msgstr "å°‡è¦æŠŠ %{project_full_name} 的所有權轉移給å¦ä¸€å€‹äººã€‚真的「確定ã€è¦é€™éº¼åšå—Žï¼Ÿ"
+msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
+msgid "You are not authorized to perform this action"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
msgid "You are on a read-only GitLab instance."
-msgstr "您在唯讀的 GitLab 主機上。"
+msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
msgid "You can %{linkStart}view the blob%{linkEnd} instead."
-msgstr "您å¯ä»¥ %{linkStart}檢視BLOB%{linkEnd} 。"
+msgstr ""
msgid "You can also create a project from the command line."
-msgstr "您也å¯ä»¥å¾žæŒ‡ä»¤æ–°å¢žä¸€å€‹å°ˆæ¡ˆã€‚"
+msgstr ""
msgid "You can also press &#8984;-Enter"
msgstr ""
@@ -17871,7 +21174,7 @@ msgid "You can also press Ctrl-Enter"
msgstr ""
msgid "You can also star a label to make it a priority label."
-msgstr "您還å¯ä»¥ç‚ºæŸå€‹æ¨™ç±¤åŠ ä¸Šæ˜Ÿæ˜Ÿï¼Œä½¿å…¶æˆç‚ºå„ªå…ˆæ¨™ç±¤ã€‚"
+msgstr ""
msgid "You can also test your %{gitlab_ci_yml} in %{lint_link_start}CI Lint%{lint_link_end}"
msgstr ""
@@ -17879,14 +21182,29 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can create files directly in GitLab using one of the following options."
msgstr ""
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
msgid "You can easily contribute to them by requesting to join these groups."
-msgstr "您å¯ä»¥é€éŽè«‹æ±‚加入這些群組,來輕鬆地為他們åšå‡ºè²¢ç»ã€‚"
+msgstr ""
msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}"
-msgstr "您å¯ä»¥è¼•é¬†åœ°åœ¨ Kubernetes å¢é›†ä¸Šå®‰è£åŸ·è¡Œå™¨ã€‚ %{link_to_help_page}"
+msgstr ""
msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
msgstr ""
@@ -17901,7 +21219,7 @@ msgid "You can invite another group to <strong>%{project_name}</strong>."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
-msgstr "您å¯ä»¥ä½¿ç”¨ä¸Šä¸‹å·¦å³éµç§»å‹•åœ–形。"
+msgstr ""
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -17910,10 +21228,10 @@ msgid "You can now submit a merge request to get this change into the original p
msgstr ""
msgid "You can only add files when you are on a branch"
-msgstr "åªèƒ½åœ¨åˆ†æ”¯ä¸Šå»ºç«‹æª”案"
+msgstr ""
msgid "You can only edit files when you are on a branch"
-msgstr "您åªèƒ½åœ¨åˆ†æ”¯ä¸Šç·¨è¼¯æª”案"
+msgstr ""
msgid "You can only merge once the items above are resolved."
msgstr ""
@@ -17925,19 +21243,28 @@ msgid "You can only transfer the project to namespaces you manage."
msgstr ""
msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}"
-msgstr "您å¯ä»¥é€éŽä½¿ç”¨äº’動模å¼é¸æ“‡ %{use_ours} 或 %{use_theirs} 按鈕ã€æˆ–者是直接編輯檔案來解決åˆä½µè¡çªï¼Œä¸¦å°‡é€™äº›è®Šæ›´æ交到 %{branch_name}。"
+msgstr ""
msgid "You can see your chat accounts."
msgstr ""
+msgid "You can set up as many Runners as you need to run your jobs."
+msgstr ""
+
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
-msgstr "您å¯ä»¥å°‡å·¥ä½œè¨­å®šç‚ºæ­¢ä½¿ç”¨å…·æœ‰ç‰¹åˆ¥æ¨™ç±¤çš„執行器。請使用逗號分隔ä¸åŒçš„標籤。"
+msgstr ""
msgid "You can specify notification level per group or per project."
msgstr ""
msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
-msgstr "您å¯ä»¥é€éŽ %{linkStart}CI Lint%{linkEnd} 測試 .gitlab-ci.yml"
+msgstr ""
+
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You can't commit to this project"
+msgstr ""
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
@@ -17955,16 +21282,16 @@ msgid "You cannot play this scheduled pipeline at the moment. Please wait a minu
msgstr ""
msgid "You cannot write to a read-only secondary GitLab Geo instance. Please use %{link_to_primary_node} instead."
-msgstr "您ä¸èƒ½å¯«å…¥åˆ°å”¯è®€çš„æ¬¡è¦ GitLab Geo 主機。請改用 %{link_to_primary_node}。"
+msgstr ""
msgid "You cannot write to this read-only GitLab instance."
-msgstr "您ä¸èƒ½ä¿®æ”¹é€™å€‹å”¯è®€çš„ GitLab 主機。"
+msgstr ""
msgid "You could not create a new trigger."
msgstr ""
msgid "You do not have any subscriptions yet"
-msgstr "你還沒有任何訂閱"
+msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
@@ -17973,7 +21300,7 @@ msgid "You do not have permission to run the Web Terminal. Please contact a proj
msgstr ""
msgid "You do not have the correct permissions to override the settings from the LDAP group sync."
-msgstr "您沒有權é™ä¾†è¦†è“‹ LDAP 群組åŒæ­¥è¨­å®šã€‚"
+msgstr ""
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -17982,10 +21309,10 @@ msgid "You don't have any active chat names."
msgstr ""
msgid "You don't have any applications"
-msgstr "您沒有任何應用程å¼"
+msgstr ""
msgid "You don't have any authorized applications"
-msgstr "您沒有任何已授權的應用程å¼"
+msgstr ""
msgid "You don't have any deployments right now."
msgstr ""
@@ -17996,6 +21323,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have sufficient permission to perform this action."
+msgstr ""
+
msgid "You don’t have access to Cycle Analytics for this group"
msgstr ""
@@ -18018,13 +21348,13 @@ msgid "You have declined the invitation to join %{label}."
msgstr ""
msgid "You have no permissions"
-msgstr "你沒有權é™"
+msgstr ""
msgid "You have not added any approvers. Start by adding users or groups."
msgstr ""
msgid "You have reached your project limit"
-msgstr "您已é”到專案數é‡é™åˆ¶"
+msgstr ""
msgid "You haven't added any issues to your project yet"
msgstr ""
@@ -18038,11 +21368,14 @@ msgstr ""
msgid "You may also add variables that are made available to the running application by prepending the variable key with <code>K8S_SECRET_</code>."
msgstr ""
+msgid "You may close the milestone now."
+msgstr ""
+
msgid "You must accept our Terms of Service and privacy policy in order to register an account"
-msgstr "您必須接å—我們的æœå‹™æ¢æ¬¾å’Œéš±ç§æ”¿ç­–æ‰èƒ½è¨»å†Šå¸³è™Ÿ"
+msgstr ""
msgid "You must have maintainer access to force delete a lock"
-msgstr "您必須æ“有維護者存å–æ‰èƒ½å¼·åˆ¶ç§»é™¤éŽ–定"
+msgstr ""
msgid "You must have permission to create a project in a namespace before forking."
msgstr ""
@@ -18053,17 +21386,23 @@ msgstr ""
msgid "You must provide your current password in order to change it."
msgstr ""
+msgid "You must select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
msgid "You need a different license to enable FileLocks feature"
-msgstr "您需è¦ä½¿ç”¨ä¸åŒçš„授權以啟用 FileLocks 功能"
+msgstr ""
msgid "You need a different license to use Geo replication."
msgstr ""
msgid "You need git-lfs version %{min_git_lfs_version} (or greater) to continue. Please visit https://git-lfs.github.com"
-msgstr "æ‚¨éœ€è¦ git-lfs 版本 %{min_git_lfs_version} (或更高版本) æ‰èƒ½ç¹¼çºŒã€‚è«‹å‰å¾€ https://git-lfs.github.com"
+msgstr ""
msgid "You need permission."
-msgstr "需è¦æ¬Šé™æ‰èƒ½é€™éº¼åšã€‚"
+msgstr ""
msgid "You need to be logged in."
msgstr ""
@@ -18093,34 +21432,43 @@ msgid "You will need to update your local repositories to point to the new locat
msgstr ""
msgid "You will not get any notifications via email"
-msgstr "ä¸æœƒæ”¶åˆ°ä»»ä½•é€šçŸ¥éƒµä»¶"
+msgstr ""
msgid "You will only receive notifications for the events you choose"
-msgstr "åªæŽ¥æ”¶æ‚¨é¸æ“‡çš„事件通知"
+msgstr ""
msgid "You will only receive notifications for threads you have participated in"
-msgstr "åªæŽ¥æ”¶åƒèˆ‡ä¸»é¡Œçš„通知"
+msgstr ""
msgid "You will receive notifications for any activity"
-msgstr "接收所有活動的通知"
+msgstr ""
msgid "You will receive notifications only for comments in which you were @mentioned"
-msgstr "åªæŽ¥æ”¶ç•™è¨€ä¸­æåŠ(@)您的通知"
+msgstr ""
msgid "You won't be able to pull or push project code via %{protocol} until you %{set_password_link} on your account"
-msgstr "在帳號上 %{set_password_link} 之å‰ï¼Œ 將無法使用 %{protocol} 上傳或下載程å¼ç¢¼ã€‚"
+msgstr ""
msgid "You won't be able to pull or push project code via SSH until you %{add_ssh_key_link} to your profile"
-msgstr "在個人帳號中 %{add_ssh_key_link} 之å‰ï¼Œ 將無法使用 SSH 上傳或下載程å¼ç¢¼ã€‚"
+msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
-msgstr "在您的個人資料中新增 SSH 密鑰之å‰ï¼Œä½ ä¸èƒ½é€éŽ SSH 來拉å–或推é€å°ˆæ¡ˆç¨‹å¼ç¢¼ã€‚"
+msgstr ""
+
+msgid "You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'."
+msgstr ""
msgid "You'll be signed out from your current account automatically."
msgstr ""
msgid "You'll need to use different branch names to get a valid comparison."
-msgstr "你需è¦é¸æ“‡å…©å€‹ä¸åŒçš„分支,æ‰èƒ½é€²è¡Œæ¯”較。"
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}."
+msgstr ""
msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request."
msgstr ""
@@ -18134,47 +21482,59 @@ msgstr ""
msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
msgstr ""
-msgid "You're receiving this email because %{reason}."
-msgstr "您因為%{reason}收到此電å­éƒµä»¶ã€‚"
-
msgid "You're receiving this email because of your account on %{host}."
-msgstr "您收到此電å­éƒµä»¶æ˜¯å› ç‚ºæ‚¨çš„帳號在 %{host}."
+msgstr ""
msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
-msgstr "你收到此電å­éƒµä»¶æ˜¯å› ç‚ºä½ çš„帳號在 %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgstr ""
+
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
msgstr ""
msgid "YouTube"
-msgstr "YouTube"
+msgstr ""
msgid "Your Commit Email will be used for web based operations, such as edits and merges."
msgstr ""
-msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
msgid "Your Groups"
-msgstr "你的群組"
+msgstr ""
msgid "Your New Personal Access Token"
msgstr ""
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
msgid "Your Primary Email will be used for avatar detection."
msgstr ""
msgid "Your Projects (default)"
-msgstr "您的專案(é è¨­å€¼ï¼‰"
+msgstr ""
msgid "Your Projects' Activity"
-msgstr "您的專案活動"
+msgstr ""
msgid "Your Public Email will be displayed on your public profile."
msgstr ""
@@ -18197,36 +21557,45 @@ msgstr ""
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
msgid "Your applications (%{size})"
-msgstr "æ‚¨çš„æ‡‰ç”¨ç¨‹å¼ (%{size})"
+msgstr ""
msgid "Your authorized applications"
-msgstr "您的已èªè­‰æ‡‰ç”¨ç¨‹å¼"
+msgstr ""
msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
msgstr ""
msgid "Your changes can be committed to %{branch_name} because a merge request is open."
-msgstr "你的變更將å¯ä»¥æ交到 %{branch_name} 因為åˆä½µè«‹æ±‚已打開。"
+msgstr ""
msgid "Your changes have been committed. Commit %{commitId} %{commitStats}"
-msgstr "您的變更已被æ交。æ交記錄 %{commitId} %{commitStats}"
+msgstr ""
msgid "Your changes have been saved"
-msgstr "您的修改已經儲存"
+msgstr ""
msgid "Your changes have been successfully committed."
msgstr ""
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
msgid "Your comment could not be submitted! Please check your network connection and try again."
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
msgstr ""
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
msgstr ""
@@ -18234,7 +21603,7 @@ msgid "Your device was successfully set up! Give it a name and register it with
msgstr ""
msgid "Your groups"
-msgstr "您的群組"
+msgstr ""
msgid "Your issues are being imported. Once finished, you'll get a confirmation email."
msgstr ""
@@ -18246,7 +21615,7 @@ msgid "Your message here"
msgstr ""
msgid "Your name"
-msgstr "您的åå­—"
+msgstr ""
msgid "Your new SCIM token"
msgstr ""
@@ -18254,7 +21623,7 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your pages are served under:"
+msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse."
msgstr ""
msgid "Your password reset token has expired."
@@ -18264,7 +21633,7 @@ msgid "Your project limit is %{limit} projects! Please contact your administrato
msgstr ""
msgid "Your projects"
-msgstr "您的專案"
+msgstr ""
msgid "Your request for access has been queued for review."
msgstr ""
@@ -18276,7 +21645,14 @@ msgid "Zoom meeting removed"
msgstr ""
msgid "a deleted user"
-msgstr "已刪除的使用者"
+msgstr ""
+
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
msgid "added %{created_at_timeago}"
msgstr ""
@@ -18285,7 +21661,7 @@ msgid "added a Zoom call to this issue"
msgstr ""
msgid "ago"
-msgstr "之å‰"
+msgstr "å‰"
msgid "allowed to fail"
msgstr ""
@@ -18293,11 +21669,23 @@ msgstr ""
msgid "already being used for another group or project milestone."
msgstr ""
+msgid "already has a \"created\" issue link"
+msgstr ""
+
msgid "already shared with this group"
msgstr ""
msgid "among other things"
-msgstr "除了其他事情"
+msgstr ""
+
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "archived"
+msgstr ""
msgid "assign yourself"
msgstr ""
@@ -18306,10 +21694,13 @@ msgid "attach a new file"
msgstr ""
msgid "authored"
-msgstr "編輯於"
+msgstr ""
+
+msgid "blocks"
+msgstr ""
msgid "branch name"
-msgstr "分支å稱"
+msgstr ""
msgid "by"
msgstr "來自"
@@ -18320,9 +21711,6 @@ msgstr ""
msgid "cannot be enabled unless all domains have TLS certificates"
msgstr ""
-msgid "cannot be in the same project"
-msgstr ""
-
msgid "cannot be modified"
msgstr ""
@@ -18339,22 +21727,25 @@ msgid "cannot merge"
msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
-msgstr "%{linkStartTag}關於容器掃æ的更多資訊%{linkEndTag}"
+msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about DAST %{linkEndTag}"
-msgstr "%{linkStartTag}關於 DAST 的更多資訊%{linkEndTag}"
+msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about Dependency Scanning %{linkEndTag}"
-msgstr "%{linkStartTag}關於相ä¾æ€§æŽƒæ的更多資訊%{linkEndTag}"
+msgstr ""
msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}"
-msgstr "%{linkStartTag}關於 SAST 的更多資訊%{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
msgid "ciReport|%{namespace} is affected by %{vulnerability}."
-msgstr "%{namespace} 被 %{vulnerability} 影響"
+msgstr ""
msgid "ciReport|%{remainingPackagesCount} more"
-msgstr "%{remainingPackagesCount} 更多"
+msgstr ""
msgid "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerability"
msgid_plural "ciReport|%{reportType} %{status} detected %{dismissedCount} dismissed vulnerabilities"
@@ -18366,14 +21757,14 @@ msgstr[0] ""
msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerability"
msgid_plural "ciReport|%{reportType} %{status} detected %{fixedCount} fixed vulnerabilities"
-msgstr[0] "%{reportType} %{status} åµæ¸¬åˆ° %{fixedCount} 個已修復的安全æ¼æ´žã€‚"
+msgstr[0] ""
msgid "ciReport|%{reportType} %{status} detected %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
msgstr ""
msgid "ciReport|%{reportType} %{status} detected %{newCount} new vulnerability"
msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} new vulnerabilities"
-msgstr[0] "%{reportType} %{status} åµæ¸¬åˆ° %{newCount} 個新的安全æ¼æ´ž"
+msgstr[0] ""
msgid "ciReport|%{reportType} %{status} detected %{newCount} new, %{fixedCount} fixed, and %{dismissedCount} dismissed vulnerabilities"
msgstr ""
@@ -18385,45 +21776,38 @@ msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{dismisse
msgstr ""
msgid "ciReport|%{reportType} %{status} detected %{newCount} new, and %{fixedCount} fixed vulnerabilities"
-msgstr "%{reportType} %{status} åµæ¸¬åˆ° %{newCount} 新的安全æ¼æ´žå’Œ %{fixedCount} 個已修復的æ¼æ´ž"
+msgstr ""
msgid "ciReport|%{reportType} %{status} detected %{newCount} vulnerability for the source branch only"
msgid_plural "ciReport|%{reportType} %{status} detected %{newCount} vulnerabilities for the source branch only"
-msgstr[0] "%{reportType} %{status} åµæ¸¬åˆ°ä¾†æºåˆ†ä¹‹æœ‰ %{newCount} 個安全æ¼æ´ž"
+msgstr[0] ""
msgid "ciReport|%{reportType} %{status} detected no new vulnerabilities"
-msgstr "%{reportType} %{status} 未發ç¾æ–°çš„安全æ¼æ´ž"
+msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities"
-msgstr "ciReport|%{reportType} %{status} 未åµæ¸¬åˆ°æ¼æ´ž"
+msgstr ""
msgid "ciReport|%{reportType} %{status} detected no vulnerabilities for the source branch only"
-msgstr "ciReport|%{reportType} %{status} 僅在此來æºåˆ†æ”¯æ²’åµæ¸¬åˆ°æ¼æ´ž"
-
-msgid "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerability"
-msgid_plural "ciReport|%{reportType} detected %{vulnerabilityCount} vulnerabilities"
-msgstr[0] "%{reportType} åµæ¸¬åˆ° %{vulnerabilityCount} 個æ¼æ´ž"
-
-msgid "ciReport|%{reportType} detected no vulnerabilities"
-msgstr "%{reportType} 未åµæ¸¬åˆ°æ¼æ´ž"
+msgstr ""
msgid "ciReport|%{reportType} is loading"
-msgstr "%{reportType} 載入中"
+msgstr ""
msgid "ciReport|%{reportType}: Loading resulted in an error"
-msgstr "%{reportType}:因載入導致錯誤"
+msgstr ""
msgid "ciReport|%{vulnerability} in %{featurename}"
msgstr ""
msgid "ciReport|(errors when loading results)"
-msgstr "(載入çµæžœæ™‚發生錯誤)"
+msgstr ""
msgid "ciReport|(is loading)"
-msgstr "(正在載入)"
+msgstr ""
msgid "ciReport|(is loading, errors when loading results)"
-msgstr "(正在載入,當載入çµæžœæ™‚發生錯誤)"
+msgstr ""
msgid "ciReport|All confidence levels"
msgstr ""
@@ -18440,23 +21824,26 @@ msgstr ""
msgid "ciReport|Automatically apply the patch in a new branch"
msgstr ""
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
msgid "ciReport|Class"
-msgstr "類別"
+msgstr ""
msgid "ciReport|Code quality"
-msgstr "程å¼ç¢¼å“質"
+msgstr ""
msgid "ciReport|Confidence"
-msgstr "ä¿¡ä»»"
+msgstr ""
msgid "ciReport|Container Scanning"
msgstr ""
msgid "ciReport|Container scanning"
-msgstr "正在掃æ容器"
+msgstr ""
msgid "ciReport|Container scanning detects known vulnerabilities in your docker images."
-msgstr "容器掃æåµæ¸¬åœ¨æ‚¨çš„ Docker 映åƒä¸­çš„已知æ¼æ´žã€‚"
+msgstr ""
msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
msgstr ""
@@ -18465,19 +21852,19 @@ msgid "ciReport|Create issue"
msgstr ""
msgid "ciReport|DAST"
-msgstr "DAST"
+msgstr ""
msgid "ciReport|Dependency Scanning"
msgstr ""
msgid "ciReport|Dependency Scanning detects known vulnerabilities in your source code's dependencies."
-msgstr "ä¾è³´é—œä¿‚掃æ在您原始碼的ä¾è³´é—œä¿‚中åµæ¸¬åˆ°å·²çŸ¥æ¼æ´žã€‚"
+msgstr ""
msgid "ciReport|Dependency scanning"
-msgstr "正在掃æä¾è³´é—œä¿‚"
+msgstr ""
msgid "ciReport|Description"
-msgstr "說明"
+msgstr ""
msgid "ciReport|Download patch to resolve"
msgstr ""
@@ -18486,25 +21873,25 @@ msgid "ciReport|Download the patch to apply it manually"
msgstr ""
msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application."
-msgstr "動態應用程å¼å®‰å…¨æ€§æ¸¬è©¦ (DAST) 在您的網é æ‡‰ç”¨ç¨‹å¼ä¸­åµæ¸¬åˆ°å·²çŸ¥æ¼æ´žã€‚"
+msgstr ""
msgid "ciReport|Failed to load %{reportName} report"
-msgstr "無法載入 %{reportName} 報告"
+msgstr ""
msgid "ciReport|File"
-msgstr "檔案"
+msgstr ""
msgid "ciReport|Fixed:"
-msgstr "修正的:"
+msgstr ""
msgid "ciReport|Identifiers"
-msgstr "身份"
+msgstr ""
msgid "ciReport|Image"
msgstr ""
msgid "ciReport|Instances"
-msgstr "實例"
+msgstr ""
msgid "ciReport|Investigate this vulnerability by creating an issue"
msgstr ""
@@ -18513,76 +21900,64 @@ msgid "ciReport|Learn more about interacting with security reports"
msgstr ""
msgid "ciReport|Links"
-msgstr "連çµ"
+msgstr ""
msgid "ciReport|Loading %{reportName} report"
-msgstr "正在載入 %{reportName} 報告"
+msgstr ""
msgid "ciReport|Manage licenses"
-msgstr "管ç†è¨±å¯è­‰"
+msgstr ""
msgid "ciReport|Method"
-msgstr "方法"
+msgstr ""
msgid "ciReport|Namespace"
-msgstr "命å空間"
+msgstr ""
msgid "ciReport|No changes to code quality"
-msgstr "程å¼ç¢¼å“質沒有變更"
+msgstr ""
msgid "ciReport|No changes to performance metrics"
-msgstr "沒有效能指標的變動"
+msgstr ""
msgid "ciReport|Performance metrics"
-msgstr "效能指標"
+msgstr ""
msgid "ciReport|Resolve with merge request"
msgstr ""
msgid "ciReport|SAST"
-msgstr "SAST"
+msgstr ""
msgid "ciReport|Security scanning"
-msgstr "安全性掃æ"
+msgstr ""
msgid "ciReport|Security scanning failed loading any results"
-msgstr "安全性掃æ無法載入任何çµæžœ"
+msgstr ""
msgid "ciReport|Severity"
-msgstr "åš´é‡æ€§"
+msgstr ""
msgid "ciReport|Solution"
-msgstr "解決方案"
+msgstr ""
msgid "ciReport|Static Application Security Testing (SAST) detects known vulnerabilities in your source code."
-msgstr "éœæ…‹æ‡‰ç”¨ç¨‹å¼å®‰å…¨æ€§æ¸¬è©¦ (SAST) 在您的原始碼中åµæ¸¬å·²çŸ¥æ¼æ´žã€‚"
+msgstr ""
msgid "ciReport|There was an error creating the issue. Please try again."
-msgstr "建立議題時發生錯誤。請é‡è©¦ã€‚"
+msgstr ""
msgid "ciReport|There was an error creating the merge request. Please try again."
msgstr ""
msgid "ciReport|There was an error dismissing the vulnerability. Please try again."
-msgstr "é§å›žæ­¤æ¼æ´žæ™‚發生錯誤。請é‡è©¦ã€‚"
-
-msgid "ciReport|There was an error loading DAST report"
-msgstr "載入 DAST 報告時發生錯誤。"
-
-msgid "ciReport|There was an error loading SAST report"
-msgstr "載入 SAST 報告時發生錯誤。"
-
-msgid "ciReport|There was an error loading container scanning report"
-msgstr "載入容器掃æ報告時發生錯誤。"
-
-msgid "ciReport|There was an error loading dependency scanning report"
-msgstr "載入相ä¾æ€§æŽƒæ報告時發生錯誤。"
+msgstr ""
msgid "ciReport|There was an error reverting the dismissal. Please try again."
-msgstr "撤回é§å›žæ™‚發生錯誤。請é‡è©¦ã€‚"
+msgstr ""
msgid "ciReport|Upgrade %{name} from %{version} to %{fixed}."
-msgstr "å°‡ %{name} 從 %{version} å‡ç´šåˆ° %{fixed}。"
+msgstr ""
msgid "ciReport|Upgrade %{name} to %{fixed}."
msgstr ""
@@ -18592,10 +21967,10 @@ msgstr ""
msgid "ciReport|Used by %{packagesString}"
msgid_plural "ciReport|Used by %{packagesString}, and %{lastPackage}"
-msgstr[0] "由 %{packagesString} 和 %{lastPackage} 使用"
+msgstr[0] ""
msgid "ciReport|View full report"
-msgstr "檢視完整報告"
+msgstr ""
msgid "comment"
msgstr ""
@@ -18631,29 +22006,35 @@ msgid "confidence|Unknown"
msgstr ""
msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "å³å°‡é—œé–‰éš±ç§æ€§ï¼Œé€™å°‡è®“ <strong>所有使用者</strong> 都å¯ä»¥æª¢è¦–並留言目å‰çš„議題。"
+msgstr ""
msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "å³å°‡é–‹å•Ÿéš±ç§æ€§ï¼Œé€™å°‡è®“ <strong>至少有回報者權é™çš„人</strong> æ‰å¯ä»¥æª¢è¦–åŠç•™è¨€ç›®å‰çš„議題。"
+msgstr ""
msgid "connecting"
-msgstr "連線中"
+msgstr ""
+
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
msgid "could not read private key, is the passphrase correct?"
-msgstr "無法存å–ç§é‘°ï¼Œæª¢æŸ¥å¯†ç¢¼æ˜¯å¦æ­£ç¢ºï¼Ÿ"
+msgstr ""
msgid "created"
msgstr ""
msgid "customize"
-msgstr "自訂"
+msgstr ""
msgid "date must not be after 9999-12-31"
msgstr ""
msgid "day"
msgid_plural "days"
-msgstr[0] "æ—¥"
+msgstr[0] "天"
+
+msgid "default branch"
+msgstr ""
msgid "deleted"
msgstr ""
@@ -18664,18 +22045,24 @@ msgstr ""
msgid "design"
msgstr ""
+msgid "designs"
+msgstr ""
+
msgid "detached"
msgstr ""
msgid "disabled"
-msgstr "å·²åœç”¨"
+msgstr ""
+
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
msgid "done"
-msgstr "完æˆ"
+msgstr ""
msgid "draft"
msgid_plural "drafts"
-msgstr[0] "è‰ç¨¿"
+msgstr[0] ""
msgid "e.g. %{token}"
msgstr ""
@@ -18687,7 +22074,7 @@ msgid "email '%{email}' does not match the allowed domain of '%{email_domain}'"
msgstr ""
msgid "enabled"
-msgstr "已啟用"
+msgstr ""
msgid "encrypted: needs to be a :required, :optional or :migrating!"
msgstr ""
@@ -18708,7 +22095,7 @@ msgid "error code:"
msgstr ""
msgid "estimateCommand|%{slash_command} will update the estimated time with the latest command."
-msgstr "%{slash_command} 將更新é ä¼°èŠ±è²»æ™‚間。"
+msgstr ""
msgid "expired on %{milestone_due_date}"
msgstr ""
@@ -18719,6 +22106,12 @@ msgstr ""
msgid "failed"
msgstr ""
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -18732,14 +22125,20 @@ msgid "for %{ref}"
msgstr ""
msgid "for this project"
-msgstr "為此專案"
+msgstr ""
+
+msgid "fork this project"
+msgstr ""
msgid "from"
-msgstr "來自"
+msgstr ""
msgid "group"
msgstr ""
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
msgid "has already been taken"
msgstr ""
@@ -18747,19 +22146,19 @@ msgid "help"
msgstr ""
msgid "here"
-msgstr "這裡"
+msgstr ""
msgid "https://your-bitbucket-server"
-msgstr "https://your-bitbucket-server"
+msgstr ""
msgid "image diff"
msgstr ""
msgid "import flow"
-msgstr "匯入æµç¨‹"
+msgstr ""
msgid "importing"
-msgstr "輸入"
+msgstr ""
msgid "in group %{link_to_group}"
msgstr ""
@@ -18772,7 +22171,7 @@ msgstr ""
msgid "instance completed"
msgid_plural "instances completed"
-msgstr[0] "實例完æˆ"
+msgstr[0] ""
msgid "invalid milestone state `%{state}`"
msgstr ""
@@ -18780,24 +22179,33 @@ msgstr ""
msgid "is an invalid IP address range"
msgstr ""
+msgid "is blocked by"
+msgstr ""
+
msgid "is enabled."
msgstr ""
msgid "is invalid because there is downstream lock"
-msgstr "因為下游鎖定,所以無效"
+msgstr ""
msgid "is invalid because there is upstream lock"
-msgstr "因上游鎖定而無效"
+msgstr ""
msgid "is not a descendant of the Group owning the template"
msgstr ""
msgid "is not a valid X509 certificate."
-msgstr "éžæœ‰æ•ˆ X509 憑證。"
+msgstr ""
msgid "is not an email you own"
msgstr ""
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
msgid "is too long (maximum is 1000 entries)"
msgstr ""
@@ -18820,16 +22228,25 @@ msgid "latest"
msgstr ""
msgid "latest deployment"
-msgstr "最新的佈署"
+msgstr ""
msgid "latest version"
-msgstr "最新版本"
+msgstr ""
msgid "leave %{group_name}"
msgstr ""
+msgid "less than a minute"
+msgstr ""
+
+msgid "level: %{level}"
+msgstr ""
+
+msgid "limit of %{project_limit} reached"
+msgstr ""
+
msgid "locked by %{path_lock_user_name} %{created_at}"
-msgstr "由 %{path_lock_user_name} 於 %{created_at} 鎖定"
+msgstr ""
msgid "log in"
msgstr ""
@@ -18843,12 +22260,9 @@ msgstr ""
msgid "math|There was an error rendering this math block"
msgstr ""
-msgid "may expose confidential information"
-msgstr ""
-
msgid "merge request"
msgid_plural "merge requests"
-msgstr[0] "åˆä½µè«‹æ±‚"
+msgstr[0] ""
msgid "milestone should belong either to a project or a group."
msgstr ""
@@ -18856,6 +22270,9 @@ msgstr ""
msgid "missing"
msgstr ""
+msgid "most recent deployment"
+msgstr ""
+
msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
msgstr ""
@@ -18875,28 +22292,25 @@ msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you
msgstr ""
msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "請復原它或使用一個ä¸åŒ %{missingBranchName} 的分支"
+msgstr ""
msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
-msgstr "%{metricsLinkStart} 記憶體 %{metricsLinkEnd} 使用 %{emphasisStart} ä¸‹é™ %{emphasisEnd} 從 %{memoryFrom} MB 到 %{memoryTo} MB"
+msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} increased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
-msgstr "%{metricsLinkStart} 記憶體 %{metricsLinkEnd} 使用 %{emphasisStart} ä¸Šå‡ %{emphasisEnd} 從 %{memoryFrom} MB 到 %{memoryTo} MB"
+msgstr ""
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
-msgstr "%{metricsLinkStart} 記憶體 %{metricsLinkEnd} 使用 %{emphasisStart} 沒有發生變化 %{emphasisEnd} 於 %{memoryFrom} MB"
-
-msgid "mrWidget|Added to the merge train at position %{mergeTrainPosition}"
msgstr ""
msgid "mrWidget|Added to the merge train by"
msgstr ""
msgid "mrWidget|Allows commits from members who can merge to the target branch"
-msgstr "å…許å¯ä»¥åˆä½µåˆ°ç›®æ¨™åˆ†æ”¯çš„æˆå“¡æ交"
+msgstr ""
msgid "mrWidget|An error occurred while removing your approval."
msgstr ""
@@ -18905,97 +22319,100 @@ msgid "mrWidget|An error occurred while retrieving approval data for this merge
msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
-msgstr "æ交你的請批準時發生錯誤。"
+msgstr ""
msgid "mrWidget|Approval password is invalid."
msgstr ""
msgid "mrWidget|Approve"
-msgstr "批准"
+msgstr ""
msgid "mrWidget|Approve additionally"
msgstr ""
msgid "mrWidget|Approved by"
-msgstr "批准由"
+msgstr ""
msgid "mrWidget|Cancel automatic merge"
-msgstr "å–消自動åˆä½µ"
+msgstr ""
msgid "mrWidget|Check out branch"
-msgstr "é·å‡ºæ­¤åˆ†æ”¯"
+msgstr ""
-msgid "mrWidget|Checking ability to merge automatically"
-msgstr "檢查是å¦å¯ä»¥è‡ªå‹•åˆä½µ"
+msgid "mrWidget|Checking ability to merge automatically…"
+msgstr ""
msgid "mrWidget|Cherry-pick"
-msgstr "æ€é¸"
+msgstr ""
msgid "mrWidget|Cherry-pick this merge request in a new merge request"
-msgstr "æ€é¸æ­¤åˆä½µè«‹æ±‚的修訂版本以建立新的åˆä½µè«‹æ±‚"
+msgstr ""
msgid "mrWidget|Closed"
-msgstr "關閉"
+msgstr ""
msgid "mrWidget|Closed by"
-msgstr "關閉"
+msgstr ""
msgid "mrWidget|Closes"
-msgstr "關閉"
+msgstr ""
msgid "mrWidget|Create an issue to resolve them later"
-msgstr "建立一個議題,以在ç¨å€™è§£æ±º"
+msgstr ""
msgid "mrWidget|Delete source branch"
msgstr ""
msgid "mrWidget|Deployment statistics are not available currently"
-msgstr "ç›®å‰ç„¡æ³•ä½¿ç”¨ä½ˆç½²çš„統計資料"
+msgstr ""
msgid "mrWidget|Did not close"
-msgstr "沒有關閉"
+msgstr ""
msgid "mrWidget|Email patches"
-msgstr "Email 補ä¸"
+msgstr ""
msgid "mrWidget|Failed to load deployment statistics"
-msgstr "讀å–佈署統計資料時發生錯誤"
+msgstr ""
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
-msgstr "無法進行快速åˆä½µã€‚è¦åˆä½µæ­¤è«‹æ±‚,請先在本定進行 rebase。"
+msgstr ""
msgid "mrWidget|Fork merge requests do not create merge request pipelines which validate a post merge result"
msgstr ""
msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the"
-msgstr "如果 %{branch} 分支存在於您的本機版本庫,你å¯ä»¥æ‰‹å‹•åˆä½µæ­¤åˆä½µè«‹æ±‚,藉由"
+msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
-msgstr "如果 %{missingBranchName} 分支徂在於您的本機版本庫,您å¯ä»¥æ‰‹å‹•åˆä½µæ­¤åˆä½µè«‹æ±‚藉由此指令"
+msgstr ""
+
+msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
+msgstr ""
msgid "mrWidget|Loading deployment statistics"
-msgstr "讀å–佈署統計資料"
+msgstr ""
msgid "mrWidget|Mentions"
-msgstr "æ到"
+msgstr ""
msgid "mrWidget|Merge"
-msgstr "åˆä½µ"
+msgstr ""
msgid "mrWidget|Merge failed."
-msgstr "åˆä½µå¤±æ•—"
+msgstr ""
msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
msgstr ""
msgid "mrWidget|Merge locally"
-msgstr "本機åˆä½µ"
+msgstr ""
msgid "mrWidget|Merge request approved."
msgstr ""
msgid "mrWidget|Merged by"
-msgstr "åˆä½µè€…"
+msgstr ""
msgid "mrWidget|More information"
msgstr ""
@@ -19007,73 +22424,73 @@ msgid "mrWidget|No approval required; you can still approve"
msgstr ""
msgid "mrWidget|Open in Web IDE"
-msgstr "åœ¨ç¶²é  IDE 中開啟"
+msgstr ""
msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a manual action to proceed"
-msgstr "管線被終止。此åˆä½µè«‹æ±‚的管線需è¦æ‰‹å‹•æ“作æ‰èƒ½ç¹¼çºŒ"
+msgstr ""
msgid "mrWidget|Plain diff"
-msgstr "本文差異"
+msgstr ""
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
-msgstr "準備自動åˆä½µã€‚è©¢å•å…·æœ‰æ­¤ç‰ˆæœ¬åº«æœ‰å¯«å…¥æ¬Šé™çš„人來åˆä½µæ­¤è«‹æ±‚"
+msgstr ""
msgid "mrWidget|Refresh"
-msgstr "é‡æ–°æ•´ç†"
+msgstr ""
msgid "mrWidget|Refresh now"
-msgstr "ç«‹å³é‡æ–°æ•´ç†"
+msgstr ""
msgid "mrWidget|Refreshing now"
-msgstr "ç«‹å³é‡æ–°æ•´ç†"
+msgstr ""
msgid "mrWidget|Remove from merge train"
msgstr ""
msgid "mrWidget|Request to merge"
-msgstr "請求åˆä½µ"
+msgstr ""
msgid "mrWidget|Resolve WIP status"
msgstr ""
msgid "mrWidget|Resolve conflicts"
-msgstr "解決è¡çª"
+msgstr ""
msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally"
-msgstr "解決這些è¡çªæˆ–è©¢å•å°æ­¤ç‰ˆæœ¬åº«æœ‰å¯«å…¥æ¬Šé™çš„人員在本機åˆä½µå®ƒ"
+msgstr ""
msgid "mrWidget|Revert"
-msgstr "還原"
+msgstr ""
msgid "mrWidget|Revert this merge request in a new merge request"
-msgstr "é€éŽæ–°çš„åˆä½µè«‹æ±‚還原此åˆä½µè«‹æ±‚變更的項目"
+msgstr ""
msgid "mrWidget|Revoke approval"
msgstr ""
msgid "mrWidget|Set by"
-msgstr "設定者"
+msgstr ""
msgid "mrWidget|The changes were merged into"
-msgstr "這些變更將會åˆä½µåˆ°"
+msgstr ""
msgid "mrWidget|The changes were not merged into"
-msgstr "這些變更將ä¸æœƒåˆä½µåˆ°"
+msgstr ""
msgid "mrWidget|The changes will be merged into"
-msgstr "這些變更將會åˆä½µåˆ°"
+msgstr ""
msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure"
-msgstr "æ­¤åˆä½µè«‹æ±‚的管線失敗。請é‡è©¦è©²å·¥ä½œæˆ–推é€æ–°çš„æ交以修復失敗"
+msgstr ""
msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging"
-msgstr "æºçš„分支 HEAD 最近已變更。請å†é‡æ–°åˆä½µä¹‹å‰é‡æ–°æ•´ç†é é¢ä¸¦æª¢é–±è®Šæ›´"
+msgstr ""
msgid "mrWidget|The source branch has been deleted"
msgstr ""
msgid "mrWidget|The source branch is %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} the target branch"
-msgstr "æºåˆ†æ”¯æ˜¯ %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} 的目標分支"
+msgstr ""
msgid "mrWidget|The source branch is being deleted"
msgstr ""
@@ -19085,7 +22502,7 @@ msgid "mrWidget|The source branch will not be deleted"
msgstr ""
msgid "mrWidget|There are merge conflicts"
-msgstr "發生åˆä½µè¡çª"
+msgstr ""
msgid "mrWidget|There are unresolved threads. Please resolve these threads"
msgstr ""
@@ -19094,10 +22511,10 @@ msgid "mrWidget|This feature merges changes from the target branch to the source
msgstr ""
msgid "mrWidget|This merge request failed to be merged automatically"
-msgstr "æ­¤åˆä½µè«‹æ±‚未能自動åˆä½µ"
+msgstr ""
msgid "mrWidget|This merge request is in the process of being merged"
-msgstr "æ­¤åˆä½µè«‹æ±‚正在被åˆä½µ"
+msgstr ""
msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
msgstr ""
@@ -19106,7 +22523,7 @@ msgid "mrWidget|This merge request will start a merge train when pipeline %{link
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
-msgstr "這個專案已經被打包,無法寫入"
+msgstr ""
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
msgstr ""
@@ -19115,31 +22532,31 @@ msgid "mrWidget|When this merge request is ready, remove the WIP: prefix from th
msgstr ""
msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
-msgstr "你沒有權é™ç›´æŽ¥ç·¨è¼¯æ­¤å°ˆæ¡ˆï¼Œè«‹åˆ†å‰å¾Œå†é€²è¡Œè®Šæ›´ã€‚"
+msgstr ""
msgid "mrWidget|You can delete the source branch now"
msgstr ""
msgid "mrWidget|You can merge this merge request manually using the"
-msgstr "ä½ å¯ä»¥æ‰‹å‹•åˆä½µé€™å€‹åˆä½µè«‹æ±‚,藉由"
+msgstr ""
msgid "mrWidget|Your password"
msgstr ""
msgid "mrWidget|branch does not exist."
-msgstr "分支並ä¸å­˜åœ¨"
+msgstr ""
msgid "mrWidget|command line"
-msgstr "指令"
+msgstr ""
msgid "mrWidget|into"
-msgstr "進入"
+msgstr ""
msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
msgstr ""
msgid "mrWidget|to be merged automatically when the pipeline succeeds"
-msgstr "當管線完æˆæ™‚將會被自動åˆä½µ"
+msgstr ""
msgid "mrWidget|to start a merge train when the pipeline succeeds"
msgstr ""
@@ -19148,13 +22565,16 @@ msgid "must be greater than start date"
msgstr ""
msgid "n/a"
-msgstr "未知"
+msgstr "ä¸é©ç”¨"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
+msgid "never expires"
+msgstr ""
+
msgid "new merge request"
-msgstr "建立åˆä½µè«‹æ±‚"
+msgstr ""
msgid "no contributions"
msgstr ""
@@ -19163,13 +22583,13 @@ msgid "no one can merge"
msgstr ""
msgid "none"
-msgstr "ç„¡"
+msgstr ""
msgid "not found"
msgstr ""
msgid "notification emails"
-msgstr "通知信"
+msgstr ""
msgid "nounSeries|%{firstItem} and %{lastItem}"
msgstr ""
@@ -19180,26 +22600,38 @@ msgstr ""
msgid "nounSeries|%{item}, and %{lastItem}"
msgstr ""
-msgid "or %{link_start}create a new Google account%{link_end}"
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
msgstr ""
msgid "out of %d total test"
msgid_plural "out of %d total tests"
-msgstr[0] "超出 %d 個總測試"
+msgstr[0] ""
msgid "parent"
msgid_plural "parents"
-msgstr[0] "上層"
+msgstr[0] ""
msgid "password"
-msgstr "密碼"
+msgstr ""
msgid "pending comment"
msgstr ""
+msgid "pending removal"
+msgstr ""
+
msgid "pipeline"
msgstr ""
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
msgid "point"
msgid_plural "points"
msgstr[0] ""
@@ -19208,38 +22640,41 @@ msgid "private"
msgstr ""
msgid "private key does not match certificate."
-msgstr "ç§é‘°ä¸ç¬¦åˆæ†‘證。"
+msgstr ""
msgid "processing"
msgstr ""
msgid "project"
msgid_plural "projects"
-msgstr[0] "專案"
+msgstr[0] ""
msgid "project avatar"
msgstr ""
msgid "quick actions"
-msgstr "快速æ“作"
+msgstr ""
msgid "register"
msgstr ""
+msgid "relates to"
+msgstr ""
+
msgid "released %{time}"
msgstr ""
msgid "remaining"
-msgstr "剩餘"
+msgstr ""
msgid "remove"
-msgstr "移除"
+msgstr ""
msgid "remove due date"
-msgstr "刪除截止日期"
+msgstr ""
msgid "remove weight"
-msgstr "移除權é‡"
+msgstr ""
msgid "removed a Zoom call from this issue"
msgstr ""
@@ -19249,11 +22684,14 @@ msgstr ""
msgid "reply"
msgid_plural "replies"
-msgstr[0] "回應"
+msgstr[0] ""
msgid "reset it."
msgstr ""
+msgid "resolved the corresponding error and closed the issue."
+msgstr ""
+
msgid "score"
msgstr ""
@@ -19275,6 +22713,9 @@ msgstr ""
msgid "severity|Medium"
msgstr ""
+msgid "severity|None"
+msgstr ""
+
msgid "severity|Undefined"
msgstr ""
@@ -19284,6 +22725,12 @@ msgstr ""
msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}"
msgstr ""
+msgid "show %{count} more"
+msgstr ""
+
+msgid "show fewer"
+msgstr ""
+
msgid "show less"
msgstr ""
@@ -19294,7 +22741,7 @@ msgid "sort:"
msgstr ""
msgid "source"
-msgstr "來æº"
+msgstr ""
msgid "source diff"
msgstr ""
@@ -19303,10 +22750,13 @@ msgid "specified top is not part of the tree"
msgstr ""
msgid "spendCommand|%{slash_command} will update the sum of the time spent."
-msgstr "%{slash_command} 將會更新ã€åŠ ç¸½æ‰€èŠ±è²»çš„時間"
+msgstr ""
msgid "started"
-msgstr "已開始"
+msgstr ""
+
+msgid "started a discussion on %{design_link}"
+msgstr ""
msgid "started on %{milestone_start_date}"
msgstr ""
@@ -19326,15 +22776,21 @@ msgstr ""
msgid "syntax is incorrect"
msgstr ""
+msgid "tag name"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
msgid "this document"
-msgstr "這份檔案"
+msgstr ""
msgid "thread resolved"
msgid_plural "threads resolved"
msgstr[0] ""
msgid "to help your contributors communicate effectively!"
-msgstr "å”助你的貢ç»è€…進行有效的æºé€šï¼"
+msgstr ""
msgid "to list"
msgstr ""
@@ -19361,10 +22817,10 @@ msgid "user avatar"
msgstr ""
msgid "username"
-msgstr "使用者å稱"
+msgstr ""
msgid "uses Kubernetes clusters to deploy your code!"
-msgstr "使用 Kubernetes å¢é›†ä½ˆç½²æ‚¨çš„程å¼ç¢¼!"
+msgstr ""
msgid "verify ownership"
msgstr ""
@@ -19379,7 +22835,7 @@ msgid "via merge request %{link}"
msgstr ""
msgid "view it on GitLab"
-msgstr "在 GitLab 上檢視"
+msgstr ""
msgid "view the blob"
msgstr ""
@@ -19406,11 +22862,14 @@ msgid "vulnerability|dismissed"
msgstr ""
msgid "with %{additions} additions, %{deletions} deletions."
-msgstr "共增加 %{additions} ,刪除 %{deletions}"
+msgstr ""
-msgid "within %d minute "
-msgid_plural "within %d minutes "
-msgstr[0] "在 %d 分é˜å…§ "
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
msgid "yaml invalid"
msgstr ""
+
diff --git a/qa/qa/runtime/browser.rb b/qa/qa/runtime/browser.rb
index ec78759f6c8..69ba90702be 100644
--- a/qa/qa/runtime/browser.rb
+++ b/qa/qa/runtime/browser.rb
@@ -15,10 +15,6 @@ module QA
CAPYBARA_MAX_WAIT_TIME = 10
- class << self
- attr_accessor :rspec_configured, :capybara_configured
- end
-
def initialize
self.class.configure!
end
@@ -49,49 +45,11 @@ module QA
end
def self.configure!
- configure_rspec!
- configure_capybara!
- end
-
- def self.configure_rspec!
- # We don't want to enter this infinite loop:
- # Runtime::Release.perform_before_hooks -> `QA::Runtime::Browser.visit` -> configure! -> configure_rspec! -> Runtime::Release.perform_before_hooks
- # So we make sure this method is called only once.
- return if self.rspec_configured
-
- browser = self
-
RSpec.configure do |config|
config.define_derived_metadata(file_path: %r{/qa/specs/features/}) do |metadata|
metadata[:type] = :feature
end
-
- config.before(:suite) do
- unless browser.rspec_configured
- browser.rspec_configured = true
-
- ##
- # Perform before hooks, which are different for CE and EE
- #
- begin
- Runtime::Release.perform_before_hooks
- rescue
- saved = Capybara::Screenshot.screenshot_and_save_page
-
- QA::Runtime::Logger.error("Screenshot: #{saved[:image]}") if saved&.key?(:image)
- QA::Runtime::Logger.error("HTML capture: #{saved[:html]}") if saved&.key?(:html)
-
- raise
- end
- end
- end
end
- end
-
- def self.configure_capybara!
- return if self.capybara_configured
-
- self.capybara_configured = true
Capybara.server_port = 9887 + ENV['TEST_ENV_NUMBER'].to_i
diff --git a/qa/qa/runtime/release.rb b/qa/qa/runtime/release.rb
index 18a6736afcf..1cd0c62563b 100644
--- a/qa/qa/runtime/release.rb
+++ b/qa/qa/runtime/release.rb
@@ -1,5 +1,8 @@
# frozen_string_literal: true
+require 'capybara/rspec'
+require 'capybara-screenshot/rspec'
+
module QA
module Runtime
##
@@ -24,6 +27,13 @@ module QA
def self.method_missing(name, *args)
self.new.strategy.public_send(name, *args)
+ rescue
+ saved = Capybara::Screenshot.screenshot_and_save_page
+
+ QA::Runtime::Logger.error("Screenshot: #{saved[:image]}") if saved&.key?(:image)
+ QA::Runtime::Logger.error("HTML capture: #{saved[:html]}") if saved&.key?(:html)
+
+ raise
end
end
end
diff --git a/qa/qa/scenario/template.rb b/qa/qa/scenario/template.rb
index 9c599ec2d4d..74d4c8f8757 100644
--- a/qa/qa/scenario/template.rb
+++ b/qa/qa/scenario/template.rb
@@ -23,7 +23,10 @@ module QA
def perform(options, *args)
extract_address(:gitlab_address, options, args)
- QA::Runtime::Browser.configure!
+ ##
+ # Perform before hooks, which are different for CE and EE
+ #
+ Runtime::Release.perform_before_hooks
Runtime::Feature.enable(options[:enable_feature]) if options.key?(:enable_feature)
diff --git a/qa/qa/scenario/test/instance.rb b/qa/qa/scenario/test/instance.rb
index 11b6a7f7dfa..b4098619e4e 100644
--- a/qa/qa/scenario/test/instance.rb
+++ b/qa/qa/scenario/test/instance.rb
@@ -20,7 +20,10 @@ module QA
def self.do_perform(address, *rspec_options)
Runtime::Scenario.define(:gitlab_address, address)
- QA::Runtime::Browser.configure!
+ ##
+ # Perform before hooks, which are different for CE and EE
+ #
+ Runtime::Release.perform_before_hooks
Specs::Runner.perform do |specs|
specs.tty = true
diff --git a/qa/spec/support/shared_examples/scenario_shared_examples.rb b/qa/spec/support/shared_examples/scenario_shared_examples.rb
index 17469ea470c..6e20adbd4ad 100644
--- a/qa/spec/support/shared_examples/scenario_shared_examples.rb
+++ b/qa/spec/support/shared_examples/scenario_shared_examples.rb
@@ -31,6 +31,12 @@ shared_examples 'a QA scenario class' do
expect(attributes).to have_received(:define).with(:gitlab_address, 'http://gitlab_address').at_least(:once)
end
+ it 'performs before hooks only once' do
+ subject.perform(args)
+
+ expect(release).to have_received(:perform_before_hooks).once
+ end
+
it 'sets tags on runner' do
subject.perform(args)
diff --git a/spec/controllers/concerns/page_limiter_spec.rb b/spec/controllers/concerns/page_limiter_spec.rb
new file mode 100644
index 00000000000..9ac94b7e740
--- /dev/null
+++ b/spec/controllers/concerns/page_limiter_spec.rb
@@ -0,0 +1,97 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+class PageLimiterSpecController < ApplicationController
+ include PageLimiter
+
+ before_action do
+ limit_pages 200
+ end
+
+ def index
+ head :ok
+ end
+end
+
+describe PageLimiter do
+ let(:controller_class) do
+ PageLimiterSpecController
+ end
+
+ let(:instance) do
+ controller_class.new
+ end
+
+ before do
+ allow(instance).to receive(:params) do
+ {
+ controller: "explore/projects",
+ action: "index"
+ }
+ end
+
+ allow(instance).to receive(:request) do
+ double(:request, user_agent: "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)")
+ end
+ end
+
+ describe "#limit_pages" do
+ using RSpec::Parameterized::TableSyntax
+
+ where(:max_page, :actual_page, :result) do
+ 2 | 1 | nil
+ 2 | 2 | nil
+ 2 | 3 | PageLimiter::PageOutOfBoundsError
+ nil | 1 | PageLimiter::PageLimitNotANumberError
+ 0 | 1 | PageLimiter::PageLimitNotSensibleError
+ -1 | 1 | PageLimiter::PageLimitNotSensibleError
+ end
+
+ with_them do
+ subject { instance.limit_pages(max_page) }
+
+ before do
+ allow(instance).to receive(:params) { { page: actual_page.to_s } }
+ end
+
+ it "returns the expected result" do
+ if result == PageLimiter::PageOutOfBoundsError
+ expect(instance).to receive(:record_page_limit_interception)
+ expect { subject }.to raise_error(result)
+ elsif result&.superclass == PageLimiter::PageLimiterError
+ expect { subject }.to raise_error(result)
+ else
+ expect(subject).to eq(result)
+ end
+ end
+ end
+ end
+
+ describe "#default_page_out_of_bounds_response" do
+ subject { instance.send(:default_page_out_of_bounds_response) }
+
+ after do
+ subject
+ end
+
+ it "returns a bad_request header" do
+ expect(instance).to receive(:head).with(:bad_request)
+ end
+ end
+
+ describe "#record_page_limit_interception" do
+ subject { instance.send(:record_page_limit_interception) }
+
+ it "records a metric counter" do
+ expect(Gitlab::Metrics).to receive(:counter).with(
+ :gitlab_page_out_of_bounds,
+ controller: "explore/projects",
+ action: "index",
+ bot: true
+ )
+
+ subject
+ end
+ end
+end
diff --git a/spec/controllers/explore/projects_controller_spec.rb b/spec/controllers/explore/projects_controller_spec.rb
index 6752d2b8ebd..6f68de52845 100644
--- a/spec/controllers/explore/projects_controller_spec.rb
+++ b/spec/controllers/explore/projects_controller_spec.rb
@@ -59,6 +59,79 @@ describe Explore::ProjectsController do
end
end
+ shared_examples "blocks high page numbers" do
+ let(:page_limit) { 200 }
+
+ context "page number is too high" do
+ [:index, :trending, :starred].each do |endpoint|
+ describe "GET #{endpoint}" do
+ render_views
+
+ before do
+ get endpoint, params: { page: page_limit + 1 }
+ end
+
+ it { is_expected.to respond_with(:bad_request) }
+ it { is_expected.to render_template("explore/projects/page_out_of_bounds") }
+
+ it "assigns the page number" do
+ expect(assigns[:max_page_number]).to eq(page_limit.to_s)
+ end
+ end
+
+ describe "GET #{endpoint}.json" do
+ render_views
+
+ before do
+ get endpoint, params: { page: page_limit + 1 }, format: :json
+ end
+
+ it { is_expected.to respond_with(:bad_request) }
+ end
+
+ describe "metrics recording" do
+ after do
+ get endpoint, params: { page: page_limit + 1 }
+ end
+
+ it "records the interception" do
+ expect(Gitlab::Metrics).to receive(:counter).with(
+ :gitlab_page_out_of_bounds,
+ controller: "explore/projects",
+ action: endpoint.to_s,
+ bot: false
+ )
+ end
+ end
+ end
+ end
+
+ context "page number is acceptable" do
+ [:index, :trending, :starred].each do |endpoint|
+ describe "GET #{endpoint}" do
+ render_views
+
+ before do
+ get endpoint, params: { page: page_limit }
+ end
+
+ it { is_expected.to respond_with(:success) }
+ it { is_expected.to render_template("explore/projects/#{endpoint}") }
+ end
+
+ describe "GET #{endpoint}.json" do
+ render_views
+
+ before do
+ get endpoint, params: { page: page_limit }, format: :json
+ end
+
+ it { is_expected.to respond_with(:success) }
+ end
+ end
+ end
+ end
+
context 'when user is signed in' do
let(:user) { create(:user) }
@@ -67,6 +140,7 @@ describe Explore::ProjectsController do
end
include_examples 'explore projects'
+ include_examples "blocks high page numbers"
context 'user preference sorting' do
let(:project) { create(:project) }
@@ -79,6 +153,7 @@ describe Explore::ProjectsController do
context 'when user is not signed in' do
include_examples 'explore projects'
+ include_examples "blocks high page numbers"
context 'user preference sorting' do
let(:project) { create(:project) }
diff --git a/spec/factories/project_error_tracking_settings.rb b/spec/factories/project_error_tracking_settings.rb
index 7af881f4214..5d3fb284eef 100644
--- a/spec/factories/project_error_tracking_settings.rb
+++ b/spec/factories/project_error_tracking_settings.rb
@@ -3,7 +3,7 @@
FactoryBot.define do
factory :project_error_tracking_setting, class: 'ErrorTracking::ProjectErrorTrackingSetting' do
project
- api_url { 'https://gitlab.com/api/0/projects/sentry-org/sentry-project' }
+ api_url { 'https://sentrytest.gitlab.com/api/0/projects/sentry-org/sentry-project' }
enabled { true }
token { 'access_token_123' }
project_name { 'Sentry Project' }
diff --git a/spec/features/error_tracking/user_sees_error_details_spec.rb b/spec/features/error_tracking/user_sees_error_details_spec.rb
new file mode 100644
index 00000000000..6f72c44c689
--- /dev/null
+++ b/spec/features/error_tracking/user_sees_error_details_spec.rb
@@ -0,0 +1,32 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+describe 'View error details page', :js, :use_clean_rails_memory_store_caching, :sidekiq_inline do
+ include_context 'sentry error tracking context feature'
+
+ context 'with current user as project owner' do
+ before do
+ sign_in(project.owner)
+
+ visit details_project_error_tracking_index_path(project, issue_id: issue_id)
+ end
+
+ it_behaves_like 'error tracking show page'
+ end
+
+ context 'with current user as project guest' do
+ let_it_be(:user) { create(:user) }
+
+ before do
+ project.add_guest(user)
+ sign_in(user)
+
+ visit details_project_error_tracking_index_path(project, issue_id: issue_id)
+ end
+
+ it 'renders not found' do
+ expect(page).to have_content('Page Not Found')
+ end
+ end
+end
diff --git a/spec/features/error_tracking/user_sees_error_index_spec.rb b/spec/features/error_tracking/user_sees_error_index_spec.rb
new file mode 100644
index 00000000000..842e4a2e8b5
--- /dev/null
+++ b/spec/features/error_tracking/user_sees_error_index_spec.rb
@@ -0,0 +1,69 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+describe 'View error index page', :js, :use_clean_rails_memory_store_caching, :sidekiq_inline do
+ include_context 'sentry error tracking context feature'
+
+ let_it_be(:issues_response_body) { fixture_file('sentry/issues_sample_response.json') }
+ let_it_be(:issues_response) { JSON.parse(issues_response_body) }
+ let(:issues_api_url) { "#{sentry_api_urls.issues_url}?limit=20&query=is:unresolved" }
+
+ before do
+ stub_request(:get, issues_api_url).with(
+ headers: { 'Authorization' => 'Bearer access_token_123' }
+ ).to_return(status: 200, body: issues_response_body, headers: { 'Content-Type' => 'application/json' })
+ end
+
+ context 'with current user as project owner' do
+ before do
+ sign_in(project.owner)
+
+ visit project_error_tracking_index_path(project)
+ end
+
+ it_behaves_like 'error tracking index page'
+ end
+
+ # A bug caused the detail link to be broken for all users but the project owner
+ context 'with current user as project maintainer' do
+ let_it_be(:user) { create(:user) }
+
+ before do
+ project.add_maintainer(user)
+ sign_in(user)
+
+ visit project_error_tracking_index_path(project)
+ end
+
+ it_behaves_like 'error tracking index page'
+ end
+
+ context 'with error tracking settings disabled' do
+ before do
+ project_error_tracking_settings.update(enabled: false)
+ sign_in(project.owner)
+
+ visit project_error_tracking_index_path(project)
+ end
+
+ it 'renders call to action' do
+ expect(page).to have_content('Enable error tracking')
+ end
+ end
+
+ context 'with current user as project guest' do
+ let_it_be(:user) { create(:user) }
+
+ before do
+ project.add_guest(user)
+ sign_in(user)
+
+ visit project_error_tracking_index_path(project)
+ end
+
+ it 'renders not found' do
+ expect(page).to have_content('Page Not Found')
+ end
+ end
+end
diff --git a/spec/fixtures/sentry/issue_sample_response.json b/spec/fixtures/sentry/issue_sample_response.json
index a320a21de34..43d55f584b8 100644
--- a/spec/fixtures/sentry/issue_sample_response.json
+++ b/spec/fixtures/sentry/issue_sample_response.json
@@ -38,7 +38,7 @@
},
"firstSeen": "2018-11-06T21:19:55Z",
"hasSeen": false,
- "id": "503504",
+ "id": "11",
"isBookmarked": false,
"isPublic": false,
"isSubscribed": true,
@@ -72,232 +72,64 @@
"shortId": "PUMP-STATION-1",
"stats": {
"24h": [
- [
- 1541451600.0,
- 557
- ],
- [
- 1541455200.0,
- 473
- ],
- [
- 1541458800.0,
- 914
- ],
- [
- 1541462400.0,
- 991
- ],
- [
- 1541466000.0,
- 925
- ],
- [
- 1541469600.0,
- 881
- ],
- [
- 1541473200.0,
- 182
- ],
- [
- 1541476800.0,
- 490
- ],
- [
- 1541480400.0,
- 820
- ],
- [
- 1541484000.0,
- 322
- ],
- [
- 1541487600.0,
- 836
- ],
- [
- 1541491200.0,
- 565
- ],
- [
- 1541494800.0,
- 758
- ],
- [
- 1541498400.0,
- 880
- ],
- [
- 1541502000.0,
- 677
- ],
- [
- 1541505600.0,
- 381
- ],
- [
- 1541509200.0,
- 814
- ],
- [
- 1541512800.0,
- 329
- ],
- [
- 1541516400.0,
- 446
- ],
- [
- 1541520000.0,
- 731
- ],
- [
- 1541523600.0,
- 111
- ],
- [
- 1541527200.0,
- 926
- ],
- [
- 1541530800.0,
- 772
- ],
- [
- 1541534400.0,
- 400
- ],
- [
- 1541538000.0,
- 943
- ]
+ [1541451600.0, 557],
+ [1541455200.0, 473],
+ [1541458800.0, 914],
+ [1541462400.0, 991],
+ [1541466000.0, 925],
+ [1541469600.0, 881],
+ [1541473200.0, 182],
+ [1541476800.0, 490],
+ [1541480400.0, 820],
+ [1541484000.0, 322],
+ [1541487600.0, 836],
+ [1541491200.0, 565],
+ [1541494800.0, 758],
+ [1541498400.0, 880],
+ [1541502000.0, 677],
+ [1541505600.0, 381],
+ [1541509200.0, 814],
+ [1541512800.0, 329],
+ [1541516400.0, 446],
+ [1541520000.0, 731],
+ [1541523600.0, 111],
+ [1541527200.0, 926],
+ [1541530800.0, 772],
+ [1541534400.0, 400],
+ [1541538000.0, 943]
],
"30d": [
- [
- 1538870400.0,
- 565
- ],
- [
- 1538956800.0,
- 12862
- ],
- [
- 1539043200.0,
- 15617
- ],
- [
- 1539129600.0,
- 10809
- ],
- [
- 1539216000.0,
- 15065
- ],
- [
- 1539302400.0,
- 12927
- ],
- [
- 1539388800.0,
- 12994
- ],
- [
- 1539475200.0,
- 13139
- ],
- [
- 1539561600.0,
- 11838
- ],
- [
- 1539648000.0,
- 12088
- ],
- [
- 1539734400.0,
- 12338
- ],
- [
- 1539820800.0,
- 12768
- ],
- [
- 1539907200.0,
- 12816
- ],
- [
- 1539993600.0,
- 15356
- ],
- [
- 1540080000.0,
- 10910
- ],
- [
- 1540166400.0,
- 12306
- ],
- [
- 1540252800.0,
- 12912
- ],
- [
- 1540339200.0,
- 14700
- ],
- [
- 1540425600.0,
- 11890
- ],
- [
- 1540512000.0,
- 11684
- ],
- [
- 1540598400.0,
- 13510
- ],
- [
- 1540684800.0,
- 12625
- ],
- [
- 1540771200.0,
- 12811
- ],
- [
- 1540857600.0,
- 13180
- ],
- [
- 1540944000.0,
- 14651
- ],
- [
- 1541030400.0,
- 14161
- ],
- [
- 1541116800.0,
- 12612
- ],
- [
- 1541203200.0,
- 14316
- ],
- [
- 1541289600.0,
- 14742
- ],
- [
- 1541376000.0,
- 12505
- ],
- [
- 1541462400.0,
- 14180
- ]
+ [1538870400.0, 565],
+ [1538956800.0, 12862],
+ [1539043200.0, 15617],
+ [1539129600.0, 10809],
+ [1539216000.0, 15065],
+ [1539302400.0, 12927],
+ [1539388800.0, 12994],
+ [1539475200.0, 13139],
+ [1539561600.0, 11838],
+ [1539648000.0, 12088],
+ [1539734400.0, 12338],
+ [1539820800.0, 12768],
+ [1539907200.0, 12816],
+ [1539993600.0, 15356],
+ [1540080000.0, 10910],
+ [1540166400.0, 12306],
+ [1540252800.0, 12912],
+ [1540339200.0, 14700],
+ [1540425600.0, 11890],
+ [1540512000.0, 11684],
+ [1540598400.0, 13510],
+ [1540684800.0, 12625],
+ [1540771200.0, 12811],
+ [1540857600.0, 13180],
+ [1540944000.0, 14651],
+ [1541030400.0, 14161],
+ [1541116800.0, 12612],
+ [1541203200.0, 14316],
+ [1541289600.0, 14742],
+ [1541376000.0, 12505],
+ [1541462400.0, 14180]
]
},
"status": "unresolved",
diff --git a/spec/helpers/markup_helper_spec.rb b/spec/helpers/markup_helper_spec.rb
index a775c69335e..2f91ab3afb3 100644
--- a/spec/helpers/markup_helper_spec.rb
+++ b/spec/helpers/markup_helper_spec.rb
@@ -138,10 +138,20 @@ describe MarkupHelper do
describe 'without redacted attribute' do
it 'renders the markdown value' do
expect(Banzai).to receive(:render_field).with(commit, attribute, {}).and_call_original
+ expect(Banzai).to receive(:post_process)
helper.markdown_field(commit, attribute)
end
end
+
+ context 'when post_process is false' do
+ it 'does not run Markdown post processing' do
+ expect(Banzai).to receive(:render_field).with(commit, attribute, {}).and_call_original
+ expect(Banzai).not_to receive(:post_process)
+
+ helper.markdown_field(commit, attribute, post_process: false)
+ end
+ end
end
describe '#link_to_markdown_field' do
@@ -565,6 +575,14 @@ describe MarkupHelper do
expect(doc.content).to eq "foo 😉\nbar 😀"
end
+
+ it 'does not post-process truncated text', :request_store do
+ object = create_object("hello \n\n [Test](README.md)")
+
+ expect do
+ first_line_in_markdown(object, attribute, nil, project: project)
+ end.not_to change { Gitlab::GitalyClient.get_request_count }
+ end
end
context 'when the asked attribute can be redacted' do
diff --git a/spec/lib/gitlab/gpg_spec.rb b/spec/lib/gitlab/gpg_spec.rb
index 27a3010eeed..fac2dbfab71 100644
--- a/spec/lib/gitlab/gpg_spec.rb
+++ b/spec/lib/gitlab/gpg_spec.rb
@@ -208,8 +208,8 @@ describe Gitlab::Gpg do
allow(FileUtils).to receive(:remove_entry).with(any_args).and_call_original
end
- it "tries for #{seconds}" do
- expect(Retriable).to receive(:retriable).with(a_hash_including(max_elapsed_time: seconds))
+ it "tries for #{seconds} or 15 times" do
+ expect(Retriable).to receive(:retriable).with(a_hash_including(max_elapsed_time: seconds, tries: 15))
described_class.using_tmp_keychain {}
end
diff --git a/spec/lib/gitlab/kubernetes/kube_client_spec.rb b/spec/lib/gitlab/kubernetes/kube_client_spec.rb
index e08981a3415..729c2b04930 100644
--- a/spec/lib/gitlab/kubernetes/kube_client_spec.rb
+++ b/spec/lib/gitlab/kubernetes/kube_client_spec.rb
@@ -229,20 +229,30 @@ describe Gitlab::Kubernetes::KubeClient do
end
end
- describe 'extensions API group' do
- let(:api_groups) { ['apis/extensions'] }
+ describe '#get_deployments' do
let(:extensions_client) { client.extensions_client }
+ let(:apps_client) { client.apps_client }
- describe '#get_deployments' do
- include_examples 'redirection not allowed', 'get_deployments'
- include_examples 'dns rebinding not allowed', 'get_deployments'
+ include_examples 'redirection not allowed', 'get_deployments'
+ include_examples 'dns rebinding not allowed', 'get_deployments'
- it 'delegates to the extensions client' do
- expect(client).to delegate_method(:get_deployments).to(:extensions_client)
+ it 'delegates to the extensions client' do
+ expect(extensions_client).to receive(:get_deployments)
+
+ client.get_deployments
+ end
+
+ context 'extensions does not have deployments for Kubernetes 1.16+ clusters' do
+ before do
+ WebMock
+ .stub_request(:get, api_url + '/apis/extensions/v1beta1')
+ .to_return(kube_response(kube_1_16_extensions_v1beta1_discovery_body))
end
- it 'responds to the method' do
- expect(client).to respond_to :get_deployments
+ it 'delegates to the apps client' do
+ expect(apps_client).to receive(:get_deployments)
+
+ client.get_deployments
end
end
end
diff --git a/spec/lib/sentry/client/issue_spec.rb b/spec/lib/sentry/client/issue_spec.rb
index 061ebcfdc06..2762c5b5cb9 100644
--- a/spec/lib/sentry/client/issue_spec.rb
+++ b/spec/lib/sentry/client/issue_spec.rb
@@ -8,7 +8,7 @@ describe Sentry::Client::Issue do
let(:token) { 'test-token' }
let(:sentry_url) { 'https://sentrytest.gitlab.com/api/0' }
let(:client) { Sentry::Client.new(sentry_url, token) }
- let(:issue_id) { 503504 }
+ let(:issue_id) { 11 }
describe '#list_issues' do
shared_examples 'issues have correct return type' do |klass|
@@ -243,7 +243,7 @@ describe Sentry::Client::Issue do
end
it 'has a correct external URL' do
- expect(subject.external_url).to eq('https://sentrytest.gitlab.com/api/0/issues/503504')
+ expect(subject.external_url).to eq('https://sentrytest.gitlab.com/api/0/issues/11')
end
it 'issue has a correct external base url' do
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index e4a7d62eb02..19b15a6c6e2 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -686,7 +686,7 @@ describe Notify do
let(:project_snippet) { create(:project_snippet, project: project) }
let(:project_snippet_note) { create(:note_on_project_snippet, project: project, noteable: project_snippet) }
- subject { described_class.note_project_snippet_email(project_snippet_note.author_id, project_snippet_note.id) }
+ subject { described_class.note_snippet_email(project_snippet_note.author_id, project_snippet_note.id) }
it_behaves_like 'appearance header and footer enabled'
it_behaves_like 'appearance header and footer not enabled'
@@ -696,10 +696,20 @@ describe Notify do
end
it_behaves_like 'a user cannot unsubscribe through footer link'
- it 'has the correct subject and body' do
+ it 'has the correct subject' do
is_expected.to have_referable_subject(project_snippet, reply: true)
+ end
+
+ it 'has the correct body' do
is_expected.to have_body_text project_snippet_note.note
end
+
+ it 'links to the project snippet' do
+ target_url = project_snippet_url(project,
+ project_snippet_note.noteable,
+ { anchor: "note_#{project_snippet_note.id}" })
+ is_expected.to have_body_text target_url
+ end
end
describe 'project was moved' do
@@ -1650,15 +1660,23 @@ describe Notify do
let(:personal_snippet) { create(:personal_snippet) }
let(:personal_snippet_note) { create(:note_on_personal_snippet, noteable: personal_snippet) }
- subject { described_class.note_personal_snippet_email(personal_snippet_note.author_id, personal_snippet_note.id) }
+ subject { described_class.note_snippet_email(personal_snippet_note.author_id, personal_snippet_note.id) }
it_behaves_like 'a user cannot unsubscribe through footer link'
it_behaves_like 'appearance header and footer enabled'
it_behaves_like 'appearance header and footer not enabled'
- it 'has the correct subject and body' do
+ it 'has the correct subject' do
is_expected.to have_referable_subject(personal_snippet, reply: true)
+ end
+
+ it 'has the correct body' do
is_expected.to have_body_text personal_snippet_note.note
end
+
+ it 'links to the personal snippet' do
+ target_url = gitlab_snippet_url(personal_snippet_note.noteable)
+ is_expected.to have_body_text target_url
+ end
end
end
diff --git a/spec/models/concerns/project_features_compatibility_spec.rb b/spec/models/concerns/project_features_compatibility_spec.rb
index 1fe176ab5af..8346c4ad4cc 100644
--- a/spec/models/concerns/project_features_compatibility_spec.rb
+++ b/spec/models/concerns/project_features_compatibility_spec.rb
@@ -4,8 +4,8 @@ require 'spec_helper'
describe ProjectFeaturesCompatibility do
let(:project) { create(:project) }
- let(:features_except_repository) { %w(issues wiki builds merge_requests snippets) }
- let(:features) { features_except_repository + ['repository'] }
+ let(:features_enabled) { %w(issues wiki builds merge_requests snippets) }
+ let(:features) { features_enabled + %w(repository pages) }
# We had issues_enabled, snippets_enabled, builds_enabled, merge_requests_enabled and issues_enabled fields on projects table
# All those fields got moved to a new table called project_feature and are now integers instead of booleans
@@ -13,37 +13,53 @@ describe ProjectFeaturesCompatibility do
# So we can keep it compatible
it "converts fields from 'true' to ProjectFeature::ENABLED" do
- features_except_repository.each do |feature|
+ features_enabled.each do |feature|
project.update_attribute("#{feature}_enabled".to_sym, "true")
expect(project.project_feature.public_send("#{feature}_access_level")).to eq(ProjectFeature::ENABLED)
end
end
it "converts fields from 'false' to ProjectFeature::DISABLED" do
- features_except_repository.each do |feature|
+ features_enabled.each do |feature|
project.update_attribute("#{feature}_enabled".to_sym, "false")
expect(project.project_feature.public_send("#{feature}_access_level")).to eq(ProjectFeature::DISABLED)
end
end
it "converts fields from true to ProjectFeature::ENABLED" do
- features_except_repository.each do |feature|
+ features_enabled.each do |feature|
project.update_attribute("#{feature}_enabled".to_sym, true)
expect(project.project_feature.public_send("#{feature}_access_level")).to eq(ProjectFeature::ENABLED)
end
end
it "converts fields from false to ProjectFeature::DISABLED" do
- features_except_repository.each do |feature|
+ features_enabled.each do |feature|
project.update_attribute("#{feature}_enabled".to_sym, false)
expect(project.project_feature.public_send("#{feature}_access_level")).to eq(ProjectFeature::DISABLED)
end
end
- it "accepts private as ProjectFeature::PRIVATE" do
- features.each do |feature|
- project.update!("#{feature}_access_level".to_sym => 'private')
- expect(project.project_feature.public_send("#{feature}_access_level")).to eq(ProjectFeature::PRIVATE)
+ describe "access levels" do
+ using RSpec::Parameterized::TableSyntax
+
+ where(:access_level, :expected_result) do
+ 'disabled' | ProjectFeature::DISABLED
+ 'private' | ProjectFeature::PRIVATE
+ 'enabled' | ProjectFeature::ENABLED
+ 'public' | ProjectFeature::PUBLIC
+ end
+
+ with_them do
+ it "accepts access level" do
+ features.each do |feature|
+ # Only pages as public access level
+ next if feature != 'pages' && access_level == 'public'
+
+ project.update!("#{feature}_access_level".to_sym => access_level)
+ expect(project.project_feature.public_send("#{feature}_access_level")).to eq(expected_result)
+ end
+ end
end
end
end
diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb
index a6d9ecaa7c5..12a74632bb8 100644
--- a/spec/models/note_spec.rb
+++ b/spec/models/note_spec.rb
@@ -718,12 +718,12 @@ describe Note do
end
describe '#noteable_ability_name' do
- it 'returns project_snippet for a project snippet note' do
- expect(build(:note_on_project_snippet).noteable_ability_name).to eq('project_snippet')
+ it 'returns snippet for a project snippet note' do
+ expect(build(:note_on_project_snippet).noteable_ability_name).to eq('snippet')
end
- it 'returns personal_snippet for a personal snippet note' do
- expect(build(:note_on_personal_snippet).noteable_ability_name).to eq('personal_snippet')
+ it 'returns snippet for a personal snippet note' do
+ expect(build(:note_on_personal_snippet).noteable_ability_name).to eq('snippet')
end
it 'returns merge_request for an MR note' do
diff --git a/spec/policies/global_policy_spec.rb b/spec/policies/global_policy_spec.rb
index f715ecae347..77727c6d13b 100644
--- a/spec/policies/global_policy_spec.rb
+++ b/spec/policies/global_policy_spec.rb
@@ -307,21 +307,21 @@ describe GlobalPolicy do
end
end
- describe 'create_personal_snippet' do
+ describe 'create_snippet' do
context 'when anonymous' do
let(:current_user) { nil }
- it { is_expected.not_to be_allowed(:create_personal_snippet) }
+ it { is_expected.not_to be_allowed(:create_snippet) }
end
context 'regular user' do
- it { is_expected.to be_allowed(:create_personal_snippet) }
+ it { is_expected.to be_allowed(:create_snippet) }
end
context 'when external' do
let(:current_user) { build(:user, :external) }
- it { is_expected.not_to be_allowed(:create_personal_snippet) }
+ it { is_expected.not_to be_allowed(:create_snippet) }
end
end
end
diff --git a/spec/policies/note_policy_spec.rb b/spec/policies/note_policy_spec.rb
index 5aee66275d4..2619bb2fe3c 100644
--- a/spec/policies/note_policy_spec.rb
+++ b/spec/policies/note_policy_spec.rb
@@ -54,6 +54,27 @@ describe NotePolicy do
end
end
+ context 'when the noteable is a personal snippet' do
+ let(:noteable) { create(:personal_snippet, :public) }
+ let(:note) { create(:note, noteable: noteable, author: user) }
+
+ it 'can edit note' do
+ expect(policy).to be_allowed(:admin_note)
+ expect(policy).to be_allowed(:resolve_note)
+ expect(policy).to be_allowed(:read_note)
+ end
+
+ context 'when it is private' do
+ let(:noteable) { create(:personal_snippet, :private) }
+
+ it 'can not edit nor read the note' do
+ expect(policy).to be_disallowed(:admin_note)
+ expect(policy).to be_disallowed(:resolve_note)
+ expect(policy).to be_disallowed(:read_note)
+ end
+ end
+ end
+
context 'when the project is public' do
context 'when the note author is not a project member' do
it 'can edit a note' do
@@ -79,26 +100,6 @@ describe NotePolicy do
end
end
- context 'when the noteable is a personal snippet' do
- let(:noteable) { create(:personal_snippet, :public) }
-
- it 'can edit note' do
- expect(policy).to be_allowed(:admin_note)
- expect(policy).to be_allowed(:resolve_note)
- expect(policy).to be_allowed(:read_note)
- end
-
- context 'when it is private' do
- let(:noteable) { create(:personal_snippet, :private) }
-
- it 'can not edit nor read the note' do
- expect(policy).to be_disallowed(:admin_note)
- expect(policy).to be_disallowed(:resolve_note)
- expect(policy).to be_disallowed(:read_note)
- end
- end
- end
-
context 'when a discussion is confidential' do
before do
issue.update_attribute(:confidential, true)
diff --git a/spec/policies/personal_snippet_policy_spec.rb b/spec/policies/personal_snippet_policy_spec.rb
index 0abdf7382be..a6b76620c29 100644
--- a/spec/policies/personal_snippet_policy_spec.rb
+++ b/spec/policies/personal_snippet_policy_spec.rb
@@ -10,8 +10,8 @@ describe PersonalSnippetPolicy do
let(:author_permissions) do
[
- :update_personal_snippet,
- :admin_personal_snippet
+ :update_snippet,
+ :admin_snippet
]
end
@@ -24,7 +24,7 @@ describe PersonalSnippetPolicy do
subject { permissions(admin_user) }
it do
- is_expected.to be_allowed(:read_personal_snippet)
+ is_expected.to be_allowed(:read_snippet)
is_expected.to be_allowed(:create_note)
is_expected.to be_allowed(:award_emoji)
is_expected.to be_allowed(*author_permissions)
@@ -39,7 +39,7 @@ describe PersonalSnippetPolicy do
subject { permissions(nil) }
it do
- is_expected.to be_allowed(:read_personal_snippet)
+ is_expected.to be_allowed(:read_snippet)
is_expected.to be_disallowed(:create_note)
is_expected.to be_disallowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -50,7 +50,7 @@ describe PersonalSnippetPolicy do
subject { permissions(regular_user) }
it do
- is_expected.to be_allowed(:read_personal_snippet)
+ is_expected.to be_allowed(:read_snippet)
is_expected.to be_allowed(:create_note)
is_expected.to be_allowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -61,7 +61,7 @@ describe PersonalSnippetPolicy do
subject { permissions(snippet.author) }
it do
- is_expected.to be_allowed(:read_personal_snippet)
+ is_expected.to be_allowed(:read_snippet)
is_expected.to be_allowed(:create_note)
is_expected.to be_allowed(:award_emoji)
is_expected.to be_allowed(*author_permissions)
@@ -78,7 +78,7 @@ describe PersonalSnippetPolicy do
subject { permissions(nil) }
it do
- is_expected.to be_disallowed(:read_personal_snippet)
+ is_expected.to be_disallowed(:read_snippet)
is_expected.to be_disallowed(:create_note)
is_expected.to be_disallowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -89,7 +89,7 @@ describe PersonalSnippetPolicy do
subject { permissions(regular_user) }
it do
- is_expected.to be_allowed(:read_personal_snippet)
+ is_expected.to be_allowed(:read_snippet)
is_expected.to be_allowed(:create_note)
is_expected.to be_allowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -100,7 +100,7 @@ describe PersonalSnippetPolicy do
subject { permissions(external_user) }
it do
- is_expected.to be_disallowed(:read_personal_snippet)
+ is_expected.to be_disallowed(:read_snippet)
is_expected.to be_disallowed(:create_note)
is_expected.to be_disallowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -111,7 +111,7 @@ describe PersonalSnippetPolicy do
subject { permissions(snippet.author) }
it do
- is_expected.to be_allowed(:read_personal_snippet)
+ is_expected.to be_allowed(:read_snippet)
is_expected.to be_allowed(:create_note)
is_expected.to be_allowed(:award_emoji)
is_expected.to be_allowed(*author_permissions)
@@ -128,7 +128,7 @@ describe PersonalSnippetPolicy do
subject { permissions(nil) }
it do
- is_expected.to be_disallowed(:read_personal_snippet)
+ is_expected.to be_disallowed(:read_snippet)
is_expected.to be_disallowed(:create_note)
is_expected.to be_disallowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -139,7 +139,7 @@ describe PersonalSnippetPolicy do
subject { permissions(regular_user) }
it do
- is_expected.to be_disallowed(:read_personal_snippet)
+ is_expected.to be_disallowed(:read_snippet)
is_expected.to be_disallowed(:create_note)
is_expected.to be_disallowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -150,7 +150,7 @@ describe PersonalSnippetPolicy do
subject { permissions(external_user) }
it do
- is_expected.to be_disallowed(:read_personal_snippet)
+ is_expected.to be_disallowed(:read_snippet)
is_expected.to be_disallowed(:create_note)
is_expected.to be_disallowed(:award_emoji)
is_expected.to be_disallowed(*author_permissions)
@@ -161,7 +161,7 @@ describe PersonalSnippetPolicy do
subject { permissions(snippet.author) }
it do
- is_expected.to be_allowed(:read_personal_snippet)
+ is_expected.to be_allowed(:read_snippet)
is_expected.to be_allowed(:create_note)
is_expected.to be_allowed(:award_emoji)
is_expected.to be_allowed(*author_permissions)
diff --git a/spec/policies/project_policy_spec.rb b/spec/policies/project_policy_spec.rb
index e47204c774b..1a4b8315fde 100644
--- a/spec/policies/project_policy_spec.rb
+++ b/spec/policies/project_policy_spec.rb
@@ -17,7 +17,7 @@ describe ProjectPolicy do
%i[
read_project read_board read_list read_wiki read_issue
read_project_for_iids read_issue_iid read_label
- read_milestone read_project_snippet read_project_member read_note
+ read_milestone read_snippet read_project_member read_note
create_project create_issue create_note upload_file create_merge_request_in
award_emoji read_release
]
@@ -25,7 +25,7 @@ describe ProjectPolicy do
let(:base_reporter_permissions) do
%i[
- download_code fork_project create_project_snippet update_issue
+ download_code fork_project create_snippet update_issue
admin_issue admin_label admin_list read_commit_status read_build
read_container_image read_pipeline read_environment read_deployment
read_merge_request download_wiki_code read_sentry_issue
@@ -48,8 +48,8 @@ describe ProjectPolicy do
let(:base_maintainer_permissions) do
%i[
- push_to_delete_protected_branch update_project_snippet
- admin_project_snippet admin_project_member admin_note admin_wiki admin_project
+ push_to_delete_protected_branch update_snippet
+ admin_snippet admin_project_member admin_note admin_wiki admin_project
admin_commit_status admin_build admin_container_image
admin_pipeline admin_environment admin_deployment destroy_release add_cluster
daily_statistics
diff --git a/spec/policies/project_snippet_policy_spec.rb b/spec/policies/project_snippet_policy_spec.rb
index 374636874ee..b55d565a57c 100644
--- a/spec/policies/project_snippet_policy_spec.rb
+++ b/spec/policies/project_snippet_policy_spec.rb
@@ -12,8 +12,8 @@ describe ProjectSnippetPolicy do
let(:author) { other_user }
let(:author_permissions) do
[
- :update_project_snippet,
- :admin_project_snippet
+ :update_snippet,
+ :admin_snippet
]
end
@@ -26,7 +26,7 @@ describe ProjectSnippetPolicy do
end
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
end
@@ -38,8 +38,8 @@ describe ProjectSnippetPolicy do
context 'not snippet author' do
it do
- expect_allowed(:read_project_snippet, :create_note)
- expect_disallowed(:admin_project_snippet)
+ expect_allowed(:read_snippet, :create_note)
+ expect_disallowed(:admin_snippet)
end
end
end
@@ -53,7 +53,7 @@ describe ProjectSnippetPolicy do
end
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_allowed(*author_permissions)
end
end
@@ -64,15 +64,15 @@ describe ProjectSnippetPolicy do
end
it do
- expect_allowed(:read_project_snippet, :create_note)
- expect_disallowed(:admin_project_snippet)
+ expect_allowed(:read_snippet, :create_note)
+ expect_disallowed(:admin_snippet)
end
end
context 'not a project member' do
it do
- expect_allowed(:read_project_snippet, :create_note)
- expect_disallowed(:admin_project_snippet)
+ expect_allowed(:read_snippet, :create_note)
+ expect_disallowed(:admin_snippet)
end
end
end
@@ -85,7 +85,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { nil }
it do
- expect_allowed(:read_project_snippet)
+ expect_allowed(:read_snippet)
expect_disallowed(*author_permissions)
end
end
@@ -94,7 +94,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { regular_user }
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
@@ -105,7 +105,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { external_user }
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
@@ -115,7 +115,7 @@ describe ProjectSnippetPolicy do
end
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
end
@@ -129,7 +129,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { nil }
it do
- expect_disallowed(:read_project_snippet)
+ expect_disallowed(:read_snippet)
expect_disallowed(*author_permissions)
end
end
@@ -138,7 +138,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { regular_user }
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
@@ -149,7 +149,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { external_user }
it do
- expect_disallowed(:read_project_snippet, :create_note)
+ expect_disallowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
@@ -159,7 +159,7 @@ describe ProjectSnippetPolicy do
end
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
end
@@ -173,7 +173,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { nil }
it do
- expect_disallowed(:read_project_snippet)
+ expect_disallowed(:read_snippet)
expect_disallowed(*author_permissions)
end
end
@@ -182,7 +182,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { regular_user }
it do
- expect_disallowed(:read_project_snippet, :create_note)
+ expect_disallowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
@@ -193,7 +193,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { external_user }
it do
- expect_disallowed(:read_project_snippet, :create_note)
+ expect_disallowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
@@ -203,7 +203,7 @@ describe ProjectSnippetPolicy do
end
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_disallowed(*author_permissions)
end
end
@@ -214,7 +214,7 @@ describe ProjectSnippetPolicy do
let(:current_user) { create(:admin) }
it do
- expect_allowed(:read_project_snippet, :create_note)
+ expect_allowed(:read_snippet, :create_note)
expect_allowed(*author_permissions)
end
end
diff --git a/spec/presenters/snippet_presenter_spec.rb b/spec/presenters/snippet_presenter_spec.rb
index 87f2220979c..e2117905559 100644
--- a/spec/presenters/snippet_presenter_spec.rb
+++ b/spec/presenters/snippet_presenter_spec.rb
@@ -62,8 +62,8 @@ describe SnippetPresenter do
context 'with PersonalSnippet' do
let(:snippet) { personal_snippet }
- it 'checks read_personal_snippet' do
- expect(presenter).to receive(:can?).with(user, :read_personal_snippet, snippet)
+ it 'checks read_snippet' do
+ expect(presenter).to receive(:can?).with(user, :read_snippet, snippet)
subject
end
@@ -72,8 +72,8 @@ describe SnippetPresenter do
context 'with ProjectSnippet' do
let(:snippet) { project_snippet }
- it 'checks read_project_snippet ' do
- expect(presenter).to receive(:can?).with(user, :read_project_snippet, snippet)
+ it 'checks read_snippet ' do
+ expect(presenter).to receive(:can?).with(user, :read_snippet, snippet)
subject
end
@@ -86,8 +86,8 @@ describe SnippetPresenter do
context 'with PersonalSnippet' do
let(:snippet) { personal_snippet }
- it 'checks update_personal_snippet' do
- expect(presenter).to receive(:can?).with(user, :update_personal_snippet, snippet)
+ it 'checks update_snippet' do
+ expect(presenter).to receive(:can?).with(user, :update_snippet, snippet)
subject
end
@@ -96,8 +96,8 @@ describe SnippetPresenter do
context 'with ProjectSnippet' do
let(:snippet) { project_snippet }
- it 'checks update_project_snippet ' do
- expect(presenter).to receive(:can?).with(user, :update_project_snippet, snippet)
+ it 'checks update_snippet ' do
+ expect(presenter).to receive(:can?).with(user, :update_snippet, snippet)
subject
end
@@ -110,8 +110,8 @@ describe SnippetPresenter do
context 'with PersonalSnippet' do
let(:snippet) { personal_snippet }
- it 'checks admin_personal_snippet' do
- expect(presenter).to receive(:can?).with(user, :admin_personal_snippet, snippet)
+ it 'checks admin_snippet' do
+ expect(presenter).to receive(:can?).with(user, :admin_snippet, snippet)
subject
end
@@ -120,8 +120,8 @@ describe SnippetPresenter do
context 'with ProjectSnippet' do
let(:snippet) { project_snippet }
- it 'checks admin_project_snippet ' do
- expect(presenter).to receive(:can?).with(user, :admin_project_snippet, snippet)
+ it 'checks admin_snippet ' do
+ expect(presenter).to receive(:can?).with(user, :admin_snippet, snippet)
subject
end
diff --git a/spec/requests/api/projects_spec.rb b/spec/requests/api/projects_spec.rb
index fce49d0248c..62cc6ee086b 100644
--- a/spec/requests/api/projects_spec.rb
+++ b/spec/requests/api/projects_spec.rb
@@ -1394,6 +1394,7 @@ describe API::Projects do
expect(json_response['jobs_enabled']).to be_present
expect(json_response['snippets_enabled']).to be_present
expect(json_response['snippets_access_level']).to be_present
+ expect(json_response['pages_access_level']).to be_present
expect(json_response['repository_access_level']).to be_present
expect(json_response['issues_access_level']).to be_present
expect(json_response['merge_requests_access_level']).to be_present
@@ -2230,6 +2231,16 @@ describe API::Projects do
expect(json_response['builds_access_level']).to eq('private')
end
+ it 'updates pages_access_level' do
+ project_param = { pages_access_level: 'private' }
+
+ put api("/projects/#{project3.id}", user), params: project_param
+
+ expect(response).to have_gitlab_http_status(:ok)
+
+ expect(json_response['pages_access_level']).to eq('private')
+ end
+
it 'updates build_git_strategy' do
project_param = { build_git_strategy: 'clone' }
diff --git a/spec/services/projects/update_pages_service_spec.rb b/spec/services/projects/update_pages_service_spec.rb
index e8db243c472..714256d9b08 100644
--- a/spec/services/projects/update_pages_service_spec.rb
+++ b/spec/services/projects/update_pages_service_spec.rb
@@ -176,35 +176,6 @@ describe Projects::UpdatePagesService do
describe 'maximum pages artifacts size' do
let(:metadata) { spy('metadata') }
- shared_examples 'pages size limit is' do |size_limit|
- context "when size is below the limit" do
- before do
- allow(metadata).to receive(:total_size).and_return(size_limit - 1.megabyte)
- end
-
- it 'updates pages correctly' do
- subject.execute
-
- expect(deploy_status.description).not_to be_present
- expect(project.pages_metadatum).to be_deployed
- end
- end
-
- context "when size is above the limit" do
- before do
- allow(metadata).to receive(:total_size).and_return(size_limit + 1.megabyte)
- end
-
- it 'limits the maximum size of gitlab pages' do
- subject.execute
-
- expect(deploy_status.description)
- .to match(/artifacts for pages are too large/)
- expect(deploy_status).to be_script_failure
- end
- end
- end
-
before do
file = fixture_file_upload('spec/fixtures/pages.zip')
metafile = fixture_file_upload('spec/fixtures/pages.zip.meta')
diff --git a/spec/support/helpers/kubernetes_helpers.rb b/spec/support/helpers/kubernetes_helpers.rb
index 89360b55de2..77acad31d62 100644
--- a/spec/support/helpers/kubernetes_helpers.rb
+++ b/spec/support/helpers/kubernetes_helpers.rb
@@ -27,7 +27,10 @@ module KubernetesHelpers
WebMock.stub_request(:get, api_url + '/api/v1').to_return(kube_response(kube_v1_discovery_body))
WebMock
.stub_request(:get, api_url + '/apis/extensions/v1beta1')
- .to_return(kube_response(kube_v1beta1_discovery_body))
+ .to_return(kube_response(kube_extensions_v1beta1_discovery_body))
+ WebMock
+ .stub_request(:get, api_url + '/apis/apps/v1')
+ .to_return(kube_response(kube_apps_v1_discovery_body))
WebMock
.stub_request(:get, api_url + '/apis/rbac.authorization.k8s.io/v1')
.to_return(kube_response(kube_v1_rbac_authorization_discovery_body))
@@ -275,15 +278,33 @@ module KubernetesHelpers
}
end
- def kube_v1beta1_discovery_body
+ # From Kubernetes 1.16+ Deployments are no longer served from apis/extensions
+ def kube_1_16_extensions_v1beta1_discovery_body
+ {
+ "kind" => "APIResourceList",
+ "resources" => [
+ { "name" => "ingresses", "namespaced" => true, "kind" => "Deployment" }
+ ]
+ }
+ end
+
+ def kube_extensions_v1beta1_discovery_body
{
"kind" => "APIResourceList",
"resources" => [
- { "name" => "pods", "namespaced" => true, "kind" => "Pod" },
{ "name" => "deployments", "namespaced" => true, "kind" => "Deployment" },
- { "name" => "secrets", "namespaced" => true, "kind" => "Secret" },
- { "name" => "serviceaccounts", "namespaced" => true, "kind" => "ServiceAccount" },
- { "name" => "services", "namespaced" => true, "kind" => "Service" }
+ { "name" => "ingresses", "namespaced" => true, "kind" => "Ingress" }
+ ]
+ }
+ end
+
+ # Yes, deployments are defined in both apis/extensions/v1beta1 and apis/v1
+ # (for Kubernetes < 1.16). This matches what Kubenetes API server returns.
+ def kube_apps_v1_discovery_body
+ {
+ "kind" => "APIResourceList",
+ "resources" => [
+ { "name" => "deployments", "namespaced" => true, "kind" => "Deployment" }
]
}
end
diff --git a/spec/support/shared_contexts/features/error_tracking_shared_context.rb b/spec/support/shared_contexts/features/error_tracking_shared_context.rb
new file mode 100644
index 00000000000..3da6e2b13bb
--- /dev/null
+++ b/spec/support/shared_contexts/features/error_tracking_shared_context.rb
@@ -0,0 +1,27 @@
+# frozen_string_literal: true
+
+shared_context 'sentry error tracking context feature' do
+ include ReactiveCachingHelpers
+
+ let_it_be(:project) { create(:project) }
+ let_it_be(:project_error_tracking_settings) { create(:project_error_tracking_setting, project: project) }
+ let_it_be(:issue_response_body) { fixture_file('sentry/issue_sample_response.json') }
+ let_it_be(:issue_response) { JSON.parse(issue_response_body) }
+ let_it_be(:event_response_body) { fixture_file('sentry/issue_latest_event_sample_response.json') }
+ let_it_be(:event_response) { JSON.parse(event_response_body) }
+ let(:sentry_api_urls) { Sentry::ApiUrls.new(project_error_tracking_settings.api_url) }
+ let(:issue_id) { issue_response['id'] }
+
+ before do
+ request_headers = { 'Authorization' => 'Bearer access_token_123', 'Content-Type' => 'application/json' }
+ response_headers = { 'Content-Type' => 'application/json' }
+ issue_url = sentry_api_urls.issue_url(issue_id).to_s
+ stub_request(:get, issue_url)
+ .with(headers: request_headers)
+ .to_return(status: 200, body: issue_response_body, headers: response_headers)
+ event_url = sentry_api_urls.issue_latest_event_url(issue_id).to_s
+ stub_request(:get, event_url)
+ .with(headers: request_headers)
+ .to_return(status: 200, body: event_response_body, headers: response_headers)
+ end
+end
diff --git a/spec/support/shared_contexts/policies/project_policy_shared_context.rb b/spec/support/shared_contexts/policies/project_policy_shared_context.rb
index 480c5a0fda0..29a64e9b559 100644
--- a/spec/support/shared_contexts/policies/project_policy_shared_context.rb
+++ b/spec/support/shared_contexts/policies/project_policy_shared_context.rb
@@ -13,7 +13,7 @@ RSpec.shared_context 'ProjectPolicy context' do
%i[
read_project read_board read_list read_wiki read_issue
read_project_for_iids read_issue_iid read_label
- read_milestone read_project_snippet read_project_member read_note
+ read_milestone read_snippet read_project_member read_note
create_project create_issue create_note upload_file create_merge_request_in
award_emoji
]
@@ -21,7 +21,7 @@ RSpec.shared_context 'ProjectPolicy context' do
let(:base_reporter_permissions) do
%i[
- download_code fork_project create_project_snippet update_issue
+ download_code fork_project create_snippet update_issue
admin_issue admin_label admin_list read_commit_status read_build
read_container_image read_pipeline read_environment read_deployment
read_merge_request download_wiki_code read_sentry_issue read_prometheus
@@ -45,8 +45,8 @@ RSpec.shared_context 'ProjectPolicy context' do
let(:base_maintainer_permissions) do
%i[
- push_to_delete_protected_branch update_project_snippet
- admin_project_snippet admin_project_member admin_note admin_wiki admin_project
+ push_to_delete_protected_branch update_snippet
+ admin_snippet admin_project_member admin_note admin_wiki admin_project
admin_commit_status admin_build admin_container_image
admin_pipeline admin_environment admin_deployment destroy_release add_cluster
daily_statistics
diff --git a/spec/support/shared_examples/features/error_tracking_shared_example.rb b/spec/support/shared_examples/features/error_tracking_shared_example.rb
new file mode 100644
index 00000000000..f53adece864
--- /dev/null
+++ b/spec/support/shared_examples/features/error_tracking_shared_example.rb
@@ -0,0 +1,84 @@
+# frozen_string_literal: true
+
+shared_examples 'error tracking index page' do
+ it 'renders the error index page' do
+ within('div.js-title-container') do
+ expect(page).to have_content(project.namespace.name)
+ expect(page).to have_content(project.name)
+ end
+
+ within('div.error-list') do
+ expect(page).to have_content('Error')
+ expect(page).to have_content('Events')
+ expect(page).to have_content('Users')
+ expect(page).to have_content('Last Seen')
+ end
+ end
+
+ it 'loads the error show page on click' do
+ click_on issues_response[0]['title']
+
+ wait_for_requests
+
+ expect(page).to have_content('Error Details')
+ end
+
+ it 'renders the error index data' do
+ Timecop.freeze(2020, 01, 01, 12, 0, 0) do
+ within('div.error-list') do
+ expect(page).to have_content(issues_response[0]['title'])
+ expect(page).to have_content(issues_response[0]['count'].to_s)
+ expect(page).to have_content(issues_response[0]['last_seen'])
+ expect(page).to have_content('1 year ago')
+ end
+ end
+ end
+end
+
+shared_examples 'expanded stack trace context' do |selected_line: nil, expected_line: 1|
+ it 'expands the stack trace context' do
+ within('div.stacktrace') do
+ find("div.file-holder:nth-child(#{selected_line}) svg.ic-chevron-right").click if selected_line
+
+ expanded_line = find("div.file-holder:nth-child(#{expected_line})")
+ expect(expanded_line).to have_css('svg.ic-chevron-down')
+
+ event_response['entries'][0]['data']['values'][0]['stacktrace']['frames'][-expected_line]['context'].each do |context|
+ expect(page).to have_content(context[0])
+ end
+ end
+ end
+end
+
+shared_examples 'error tracking show page' do
+ it 'renders the error details' do
+ release_short_version = issue_response['firstRelease']['shortVersion']
+
+ Timecop.freeze(2020, 01, 01, 12, 0, 0) do
+ expect(page).to have_content('1 month ago by raven.scripts.runner in main')
+ expect(page).to have_content(issue_response['metadata']['title'])
+ expect(page).to have_content('level: error')
+ expect(page).to have_content('Error Details')
+ expect(page).to have_content('GitLab Issue: https://gitlab.com/gitlab-org/gitlab/issues/1')
+ expect(page).to have_content("Sentry event: https://sentrytest.gitlab.com/sentry-org/sentry-project/issues/#{issue_id}")
+ expect(page).to have_content("First seen: 1 year ago (2018-11-06 9:19:55PM UTC) Release: #{release_short_version}")
+ expect(page).to have_content('Events: 1')
+ expect(page).to have_content('Users: 0')
+ end
+ end
+
+ it 'renders the stack trace heading' do
+ expect(page).to have_content('Stack trace')
+ end
+
+ it 'renders the stack trace' do
+ event_response['entries'][0]['data']['values'][0]['stacktrace']['frames'].each do |frame|
+ expect(frame['filename']).not_to be_nil
+ expect(page).to have_content(frame['filename'])
+ end
+ end
+
+ # The first line is expanded by default if no line is selected
+ it_behaves_like 'expanded stack trace context', selected_line: nil, expected_line: 1
+ it_behaves_like 'expanded stack trace context', selected_line: 8, expected_line: 8
+end
diff --git a/spec/support/shared_examples/finders/snippet_visibility_shared_examples.rb b/spec/support/shared_examples/finders/snippet_visibility_shared_examples.rb
index e2089ee623a..98ab141ab26 100644
--- a/spec/support/shared_examples/finders/snippet_visibility_shared_examples.rb
+++ b/spec/support/shared_examples/finders/snippet_visibility_shared_examples.rb
@@ -234,8 +234,8 @@ RSpec.shared_examples 'snippet visibility' do
end
context "For #{params[:project_type]} project and #{params[:user_type]} users" do
- it 'agrees with the read_project_snippet policy' do
- expect(can?(user, :read_project_snippet, snippet)).to eq(outcome)
+ it 'agrees with the read_snippet policy' do
+ expect(can?(user, :read_snippet, snippet)).to eq(outcome)
end
it 'returns proper outcome' do
@@ -297,8 +297,8 @@ RSpec.shared_examples 'snippet visibility' do
let!(:snippet) { create(:personal_snippet, visibility_level: snippet_visibility, author: author) }
context "For personal and #{params[:snippet_visibility]} snippets with #{params[:user_type]} user" do
- it 'agrees with read_personal_snippet policy' do
- expect(can?(user, :read_personal_snippet, snippet)).to eq(outcome)
+ it 'agrees with read_snippet policy' do
+ expect(can?(user, :read_snippet, snippet)).to eq(outcome)
end
it 'returns proper outcome' do